+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Fri Apr 17 06:37:58 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-656c445bc4-mlrsj 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 0x7f93fba13668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-04-17 06:38:01.952 7 INFO neutron.common.config [-] Logging enabled! 2026-04-17 06:38:01.952 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-17 06:38:02.071 8 INFO neutron.common.config [-] Logging enabled! 2026-04-17 06:38:02.072 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-17 06:38:03.036 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-17 06:38:03.083 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-17 06:38:04.616 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 06:38:04.619 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-17 06:38:04.622 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-17 06:38:04.623 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 06:38:04.623 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-17 06:38:04.624 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-17 06:38:04.624 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 06:38:04.631 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 06:38:04.632 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 06:38:04.632 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 06:38:04.654 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-17 06:38:04.655 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 06:38:04.655 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-17 06:38:04.680 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-17 06:38:04.681 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-17 06:38:04.681 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-17 06:38:04.682 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-17 06:38:04.698 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 06:38:04.701 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-17 06:38:04.704 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-17 06:38:04.705 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-17 06:38:04.705 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-17 06:38:04.706 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-17 06:38:04.706 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 06:38:04.713 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 06:38:04.713 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-17 06:38:04.713 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 06:38:04.735 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-17 06:38:04.736 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-17 06:38:04.736 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-17 06:38:04.760 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-17 06:38:04.760 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-17 06:38:04.760 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-17 06:38:04.760 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-17 06:38:04.969 8 INFO neutron.plugins.ml2.managers [None req-e9f3b971-5500-4bb1-b00b-bc215924dc51 - - - - - -] Initializing driver for type 'vlan' 2026-04-17 06:38:05.043 7 INFO neutron.plugins.ml2.managers [None req-206b95aa-c127-4291-86e8-da105913c5ab - - - - - -] Initializing driver for type 'vlan' 2026-04-17 06:38:05.307 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-206b95aa-c127-4291-86e8-da105913c5ab - - - - - -] VlanTypeDriver initialization complete 2026-04-17 06:38:05.307 7 INFO neutron.plugins.ml2.managers [None req-206b95aa-c127-4291-86e8-da105913c5ab - - - - - -] Initializing driver for type 'vxlan' 2026-04-17 06:38:05.308 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-206b95aa-c127-4291-86e8-da105913c5ab - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-17 06:38:05.322 7 INFO neutron.plugins.ml2.managers [None req-206b95aa-c127-4291-86e8-da105913c5ab - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-17 06:38:05.322 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-206b95aa-c127-4291-86e8-da105913c5ab - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-17 06:38:05.323 7 INFO neutron.plugins.ml2.managers [None req-206b95aa-c127-4291-86e8-da105913c5ab - - - - - -] Initializing extension driver 'port_security' 2026-04-17 06:38:05.323 7 INFO neutron.plugins.ml2.extensions.port_security [None req-206b95aa-c127-4291-86e8-da105913c5ab - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-17 06:38:05.323 7 INFO neutron.plugins.ml2.managers [None req-206b95aa-c127-4291-86e8-da105913c5ab - - - - - -] Initializing extension driver 'qos' 2026-04-17 06:38:05.323 7 INFO neutron.plugins.ml2.managers [None req-206b95aa-c127-4291-86e8-da105913c5ab - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-17 06:38:05.323 7 INFO neutron.plugins.ml2.managers [None req-206b95aa-c127-4291-86e8-da105913c5ab - - - - - -] Initializing mechanism driver 'l2population' 2026-04-17 06:38:05.338 7 INFO neutron.quota [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded quota_driver: . 2026-04-17 06:38:05.338 7 INFO neutron.plugins.ml2.plugin [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Modular L2 Plugin initialization complete 2026-04-17 06:38:05.338 7 INFO neutron.plugins.ml2.managers [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-17 06:38:05.338 7 INFO neutron.plugins.ml2.managers [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-17 06:38:05.339 7 INFO neutron.plugins.ml2.managers [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Got port-security extension from driver 'port_security' 2026-04-17 06:38:05.339 7 INFO neutron.manager [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loading Plugin: qos 2026-04-17 06:38:05.347 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e9f3b971-5500-4bb1-b00b-bc215924dc51 - - - - - -] VlanTypeDriver initialization complete 2026-04-17 06:38:05.347 8 INFO neutron.plugins.ml2.managers [None req-e9f3b971-5500-4bb1-b00b-bc215924dc51 - - - - - -] Initializing driver for type 'vxlan' 2026-04-17 06:38:05.348 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-e9f3b971-5500-4bb1-b00b-bc215924dc51 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-17 06:38:05.351 7 INFO neutron.manager [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loading Plugin: router 2026-04-17 06:38:05.362 8 INFO neutron.plugins.ml2.managers [None req-e9f3b971-5500-4bb1-b00b-bc215924dc51 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-17 06:38:05.362 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e9f3b971-5500-4bb1-b00b-bc215924dc51 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-17 06:38:05.362 8 INFO neutron.plugins.ml2.managers [None req-e9f3b971-5500-4bb1-b00b-bc215924dc51 - - - - - -] Initializing extension driver 'port_security' 2026-04-17 06:38:05.362 8 INFO neutron.plugins.ml2.extensions.port_security [None req-e9f3b971-5500-4bb1-b00b-bc215924dc51 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-17 06:38:05.363 8 INFO neutron.plugins.ml2.managers [None req-e9f3b971-5500-4bb1-b00b-bc215924dc51 - - - - - -] Initializing extension driver 'qos' 2026-04-17 06:38:05.363 8 INFO neutron.plugins.ml2.managers [None req-e9f3b971-5500-4bb1-b00b-bc215924dc51 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-17 06:38:05.363 8 INFO neutron.plugins.ml2.managers [None req-e9f3b971-5500-4bb1-b00b-bc215924dc51 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-17 06:38:05.379 8 INFO neutron.quota [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded quota_driver: . 2026-04-17 06:38:05.379 8 INFO neutron.plugins.ml2.plugin [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Modular L2 Plugin initialization complete 2026-04-17 06:38:05.380 8 INFO neutron.plugins.ml2.managers [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-17 06:38:05.380 8 INFO neutron.plugins.ml2.managers [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-17 06:38:05.380 8 INFO neutron.plugins.ml2.managers [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-17 06:38:05.381 8 INFO neutron.manager [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loading Plugin: qos 2026-04-17 06:38:05.393 8 INFO neutron.manager [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loading Plugin: router 2026-04-17 06:38:05.397 7 INFO neutron.services.service_base [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-17 06:38:05.398 7 INFO neutron.manager [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loading Plugin: segments 2026-04-17 06:38:05.439 8 INFO neutron.services.service_base [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-17 06:38:05.439 8 INFO neutron.manager [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loading Plugin: segments 2026-04-17 06:38:05.491 7 INFO neutron.manager [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loading Plugin: trunk 2026-04-17 06:38:05.505 7 INFO neutron.manager [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loading Plugin: vpnaas 2026-04-17 06:38:05.542 8 INFO neutron.manager [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loading Plugin: trunk 2026-04-17 06:38:05.543 7 WARNING stevedore.named [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 06:38:05.556 8 INFO neutron.manager [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loading Plugin: vpnaas 2026-04-17 06:38:05.594 8 WARNING stevedore.named [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 06:38:05.612 7 INFO neutron_vpnaas.services.vpn.plugin [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-17 06:38:05.612 7 INFO neutron.common.utils [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-17 06:38:05.613 7 INFO neutron.manager [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loading Plugin: taas 2026-04-17 06:38:05.637 7 WARNING stevedore.named [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 06:38:05.638 7 WARNING stevedore.named [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 06:38:05.660 7 INFO neutron_taas.services.taas.taas_plugin [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-17 06:38:05.660 7 INFO neutron.manager [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loading Plugin: tapmirror 2026-04-17 06:38:05.665 8 INFO neutron_vpnaas.services.vpn.plugin [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-17 06:38:05.665 8 INFO neutron.common.utils [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-17 06:38:05.665 8 INFO neutron.manager [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loading Plugin: taas 2026-04-17 06:38:05.669 7 WARNING stevedore.named [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 06:38:05.670 7 WARNING stevedore.named [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 06:38:05.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-17 06:38:05.683 7 INFO neutron.manager [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loading Plugin: auto_allocate 2026-04-17 06:38:05.689 8 WARNING stevedore.named [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 06:38:05.690 8 WARNING stevedore.named [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 06:38:05.693 7 INFO neutron.manager [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loading Plugin: tag 2026-04-17 06:38:05.701 7 INFO neutron.manager [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loading Plugin: timestamp 2026-04-17 06:38:05.703 7 INFO neutron.manager [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loading Plugin: network_ip_availability 2026-04-17 06:38:05.707 7 INFO neutron.manager [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loading Plugin: flavors 2026-04-17 06:38:05.708 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-17 06:38:05.708 8 INFO neutron.manager [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loading Plugin: tapmirror 2026-04-17 06:38:05.711 7 INFO neutron.manager [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loading Plugin: revisions 2026-04-17 06:38:05.714 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Initializing extension manager. 2026-04-17 06:38:05.716 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: address-group 2026-04-17 06:38:05.716 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: address-scope 2026-04-17 06:38:05.717 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-17 06:38:05.718 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: agent 2026-04-17 06:38:05.718 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: agent-resources-synced 2026-04-17 06:38:05.720 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: allowed-address-pairs 2026-04-17 06:38:05.720 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: auto-allocated-topology 2026-04-17 06:38:05.721 8 WARNING stevedore.named [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-17 06:38:05.721 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: availability_zone 2026-04-17 06:38:05.721 8 WARNING stevedore.named [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-17 06:38:05.721 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: availability_zone_filter 2026-04-17 06:38:05.722 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-17 06:38:05.722 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: default-subnetpools 2026-04-17 06:38:05.724 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-17 06:38:05.725 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: dns-integration 2026-04-17 06:38:05.725 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: dns-domain-ports 2026-04-17 06:38:05.725 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-17 06:38:05.726 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: dvr 2026-04-17 06:38:05.727 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-17 06:38:05.727 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: empty-string-filtering 2026-04-17 06:38:05.728 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 06:38:05.728 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-17 06:38:05.728 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: external-net 2026-04-17 06:38:05.729 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-17 06:38:05.729 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: extraroute 2026-04-17 06:38:05.730 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: extraroute-atomic 2026-04-17 06:38:05.731 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-17 06:38:05.731 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-17 06:38:05.732 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-17 06:38:05.732 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-17 06:38:05.733 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: fip-port-details 2026-04-17 06:38:05.734 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: flavors 2026-04-17 06:38:05.735 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-17 06:38:05.735 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: floatingip-pools 2026-04-17 06:38:05.736 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: ip_allocation 2026-04-17 06:38:05.737 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: ip-substring-filtering 2026-04-17 06:38:05.737 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: l2_adjacency 2026-04-17 06:38:05.738 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: router 2026-04-17 06:38:05.739 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-17 06:38:05.739 8 INFO neutron.manager [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loading Plugin: auto_allocate 2026-04-17 06:38:05.740 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 06:38:05.741 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-17 06:38:05.741 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-17 06:38:05.742 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: ext-gw-mode 2026-04-17 06:38:05.742 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: l3-ha 2026-04-17 06:38:05.743 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-17 06:38:05.744 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-17 06:38:05.744 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: l3-flavors 2026-04-17 06:38:05.745 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-17 06:38:05.746 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-17 06:38:05.747 8 INFO neutron.manager [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loading Plugin: tag 2026-04-17 06:38:05.748 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-17 06:38:05.749 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-17 06:38:05.750 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-17 06:38:05.751 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-17 06:38:05.752 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-17 06:38:05.752 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: multi-provider 2026-04-17 06:38:05.753 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: net-mtu 2026-04-17 06:38:05.753 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: net-mtu-writable 2026-04-17 06:38:05.754 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: network_availability_zone 2026-04-17 06:38:05.754 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: network_ha 2026-04-17 06:38:05.755 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: network-ip-availability 2026-04-17 06:38:05.756 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-17 06:38:05.756 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: pagination 2026-04-17 06:38:05.757 8 INFO neutron.manager [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loading Plugin: timestamp 2026-04-17 06:38:05.757 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: port-device-profile 2026-04-17 06:38:05.757 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-17 06:38:05.758 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-17 06:38:05.758 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-17 06:38:05.759 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: port-mac-override 2026-04-17 06:38:05.759 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-17 06:38:05.759 8 INFO neutron.manager [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loading Plugin: network_ip_availability 2026-04-17 06:38:05.760 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-17 06:38:05.760 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-17 06:38:05.761 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: port-resource-request 2026-04-17 06:38:05.761 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: port-resource-request-groups 2026-04-17 06:38:05.762 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-17 06:38:05.762 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: binding 2026-04-17 06:38:05.763 8 INFO neutron.manager [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loading Plugin: flavors 2026-04-17 06:38:05.763 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: binding-extended 2026-04-17 06:38:05.764 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: port-security 2026-04-17 06:38:05.764 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: project-id 2026-04-17 06:38:05.765 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: provider 2026-04-17 06:38:05.765 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-17 06:38:05.766 8 INFO neutron.manager [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loading Plugin: revisions 2026-04-17 06:38:05.767 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: qos 2026-04-17 06:38:05.768 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-17 06:38:05.769 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-17 06:38:05.769 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: qos-default 2026-04-17 06:38:05.770 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: qos-fip 2026-04-17 06:38:05.770 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Initializing extension manager. 2026-04-17 06:38:05.770 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-17 06:38:05.771 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: qos-gateway-ip 2026-04-17 06:38:05.771 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: address-group 2026-04-17 06:38:05.771 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: qos-port-network-policy 2026-04-17 06:38:05.772 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: qos-pps-minimum 2026-04-17 06:38:05.772 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: address-scope 2026-04-17 06:38:05.772 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-17 06:38:05.772 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-17 06:38:05.773 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: qos-pps 2026-04-17 06:38:05.773 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: agent 2026-04-17 06:38:05.773 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: qos-rule-type-details 2026-04-17 06:38:05.774 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: agent-resources-synced 2026-04-17 06:38:05.774 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-17 06:38:05.775 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: qos-rules-alias 2026-04-17 06:38:05.775 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-17 06:38:05.775 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: quota-check-limit 2026-04-17 06:38:05.775 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-17 06:38:05.776 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: quota-check-limit-default 2026-04-17 06:38:05.776 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: availability_zone 2026-04-17 06:38:05.777 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: availability_zone_filter 2026-04-17 06:38:05.777 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-17 06:38:05.778 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: default-subnetpools 2026-04-17 06:38:05.778 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: quotas 2026-04-17 06:38:05.779 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: quota_details 2026-04-17 06:38:05.779 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-17 06:38:05.780 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: dns-integration 2026-04-17 06:38:05.780 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: dns-domain-ports 2026-04-17 06:38:05.780 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: rbac-policies 2026-04-17 06:38:05.780 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-17 06:38:05.781 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: rbac-address-group 2026-04-17 06:38:05.781 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: dvr 2026-04-17 06:38:05.781 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: rbac-address-scope 2026-04-17 06:38:05.782 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-17 06:38:05.782 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: rbac-security-groups 2026-04-17 06:38:05.782 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: empty-string-filtering 2026-04-17 06:38:05.782 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: rbac-subnetpool 2026-04-17 06:38:05.783 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: revision-if-match 2026-04-17 06:38:05.783 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 06:38:05.783 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: standard-attr-revisions 2026-04-17 06:38:05.783 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-17 06:38:05.784 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: router_availability_zone 2026-04-17 06:38:05.784 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: external-net 2026-04-17 06:38:05.784 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-17 06:38:05.784 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-17 06:38:05.785 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: extraroute 2026-04-17 06:38:05.785 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: extraroute-atomic 2026-04-17 06:38:05.786 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-17 06:38:05.786 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: security-groups-default-rules 2026-04-17 06:38:05.786 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-17 06:38:05.786 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-17 06:38:05.787 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-17 06:38:05.787 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-17 06:38:05.787 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-17 06:38:05.788 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-17 06:38:05.788 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-17 06:38:05.788 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-17 06:38:05.789 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: fip-port-details 2026-04-17 06:38:05.789 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: flavors 2026-04-17 06:38:05.791 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-17 06:38:05.791 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: floatingip-pools 2026-04-17 06:38:05.792 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: ip_allocation 2026-04-17 06:38:05.792 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-17 06:38:05.793 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: security-group 2026-04-17 06:38:05.793 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: l2_adjacency 2026-04-17 06:38:05.794 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: segment 2026-04-17 06:38:05.794 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: router 2026-04-17 06:38:05.794 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-17 06:38:05.795 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: service-type 2026-04-17 06:38:05.795 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: sorting 2026-04-17 06:38:05.796 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-17 06:38:05.796 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: standard-attr-segment 2026-04-17 06:38:05.796 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-17 06:38:05.796 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: standard-attr-description 2026-04-17 06:38:05.797 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-17 06:38:05.797 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: stateful-security-group 2026-04-17 06:38:05.797 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: ext-gw-mode 2026-04-17 06:38:05.797 7 WARNING neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-17 06:38:05.798 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: l3-ha 2026-04-17 06:38:05.798 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-17 06:38:05.798 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-17 06:38:05.798 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: subnet-external-network 2026-04-17 06:38:05.799 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-17 06:38:05.799 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: subnet_onboard 2026-04-17 06:38:05.799 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: l3-flavors 2026-04-17 06:38:05.799 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-17 06:38:05.800 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: subnet-service-types 2026-04-17 06:38:05.800 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-17 06:38:05.800 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-17 06:38:05.800 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: subnet_allocation 2026-04-17 06:38:05.801 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-17 06:38:05.802 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: tag-creation 2026-04-17 06:38:05.803 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-17 06:38:05.803 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-17 06:38:05.804 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-17 06:38:05.805 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-17 06:38:05.806 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-17 06:38:05.806 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-17 06:38:05.807 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: multi-provider 2026-04-17 06:38:05.807 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: standard-attr-tag 2026-04-17 06:38:05.807 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: net-mtu 2026-04-17 06:38:05.808 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-17 06:38:05.808 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: net-mtu-writable 2026-04-17 06:38:05.809 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: network_availability_zone 2026-04-17 06:38:05.809 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: trunk 2026-04-17 06:38:05.809 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: network_ha 2026-04-17 06:38:05.809 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: trunk-details 2026-04-17 06:38:05.810 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: network-ip-availability 2026-04-17 06:38:05.810 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-17 06:38:05.810 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-17 06:38:05.811 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-17 06:38:05.811 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-17 06:38:05.811 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: pagination 2026-04-17 06:38:05.811 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-17 06:38:05.812 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: port-device-profile 2026-04-17 06:38:05.812 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-17 06:38:05.812 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-17 06:38:05.813 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-17 06:38:05.813 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-17 06:38:05.813 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: port-mac-override 2026-04-17 06:38:05.814 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-17 06:38:05.814 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-17 06:38:05.815 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-17 06:38:05.815 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: vpn-flavors 2026-04-17 06:38:05.815 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-17 06:38:05.816 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: vpnaas 2026-04-17 06:38:05.817 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: port-resource-request 2026-04-17 06:38:05.817 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: taas 2026-04-17 06:38:05.819 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: tap-mirror 2026-04-17 06:38:05.819 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-17 06:38:05.819 7 INFO neutron.api.extensions [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Loaded extension: taas-vlan-filter 2026-04-17 06:38:05.820 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-17 06:38:05.821 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: binding 2026-04-17 06:38:05.821 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-17 06:38:05.822 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-17 06:38:05.822 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 06:38:05.822 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-17 06:38:05.822 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: binding-extended 2026-04-17 06:38:05.823 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: port-security 2026-04-17 06:38:05.823 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: project-id 2026-04-17 06:38:05.824 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: provider 2026-04-17 06:38:05.825 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-17 06:38:05.825 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-17 06:38:05.825 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-17 06:38:05.828 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: qos 2026-04-17 06:38:05.829 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-17 06:38:05.830 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-17 06:38:05.830 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-17 06:38:05.830 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: qos-default 2026-04-17 06:38:05.830 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-17 06:38:05.831 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-17 06:38:05.831 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: qos-fip 2026-04-17 06:38:05.831 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-17 06:38:05.832 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 06:38:05.832 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] subnetpool is already registered 2026-04-17 06:38:05.832 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-17 06:38:05.832 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 06:38:05.832 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] subnetpool is already registered 2026-04-17 06:38:05.833 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-17 06:38:05.833 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-17 06:38:05.833 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 06:38:05.833 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-17 06:38:05.833 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 06:38:05.834 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-17 06:38:05.834 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-17 06:38:05.834 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-17 06:38:05.835 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-17 06:38:05.835 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: qos-pps 2026-04-17 06:38:05.835 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 06:38:05.835 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] ipsecpolicy is already registered 2026-04-17 06:38:05.835 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-17 06:38:05.836 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 06:38:05.836 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] ikepolicy is already registered 2026-04-17 06:38:05.836 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-17 06:38:05.837 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: qos-rules-alias 2026-04-17 06:38:05.837 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: quota-check-limit 2026-04-17 06:38:05.838 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-17 06:38:05.840 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-17 06:38:05.840 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] router is already registered 2026-04-17 06:38:05.840 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: quotas 2026-04-17 06:38:05.841 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-17 06:38:05.841 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] floatingip is already registered 2026-04-17 06:38:05.841 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: quota_details 2026-04-17 06:38:05.843 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: rbac-policies 2026-04-17 06:38:05.843 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: rbac-address-group 2026-04-17 06:38:05.844 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: rbac-address-scope 2026-04-17 06:38:05.844 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: rbac-security-groups 2026-04-17 06:38:05.844 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-17 06:38:05.845 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-17 06:38:05.845 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] rbac_policy is already registered 2026-04-17 06:38:05.845 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: revision-if-match 2026-04-17 06:38:05.845 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-17 06:38:05.846 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] security_group is already registered 2026-04-17 06:38:05.846 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-17 06:38:05.846 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-17 06:38:05.846 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] security_group_rule is already registered 2026-04-17 06:38:05.846 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: router_availability_zone 2026-04-17 06:38:05.847 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 06:38:05.847 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-17 06:38:05.847 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] subnetpool is already registered 2026-04-17 06:38:05.847 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 06:38:05.848 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] subnetpool is already registered 2026-04-17 06:38:05.848 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-17 06:38:05.848 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] trunk is already registered 2026-04-17 06:38:05.849 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 06:38:05.849 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-17 06:38:05.849 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] ikepolicy is already registered 2026-04-17 06:38:05.849 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 06:38:05.849 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-17 06:38:05.849 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] ipsecpolicy is already registered 2026-04-17 06:38:05.850 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-17 06:38:05.850 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-17 06:38:05.850 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] endpoint_group is already registered 2026-04-17 06:38:05.850 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-17 06:38:05.850 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-17 06:38:05.850 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] vpnservice is already registered 2026-04-17 06:38:05.851 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-17 06:38:05.851 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-17 06:38:05.851 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] ipsec_site_connection is already registered 2026-04-17 06:38:05.851 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 06:38:05.851 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-17 06:38:05.851 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] ipsecpolicy is already registered 2026-04-17 06:38:05.852 7 INFO neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 06:38:05.852 7 WARNING neutron.quota.resource_registry [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] ikepolicy is already registered 2026-04-17 06:38:05.858 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: security-group 2026-04-17 06:38:05.859 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: segment 2026-04-17 06:38:05.860 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-17 06:38:05.861 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: service-type 2026-04-17 06:38:05.861 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: sorting 2026-04-17 06:38:05.861 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: standard-attr-segment 2026-04-17 06:38:05.862 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: standard-attr-description 2026-04-17 06:38:05.863 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: stateful-security-group 2026-04-17 06:38:05.863 8 WARNING neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-17 06:38:05.864 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-17 06:38:05.864 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: subnet-external-network 2026-04-17 06:38:05.865 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: subnet_onboard 2026-04-17 06:38:05.865 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-17 06:38:05.866 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: subnet-service-types 2026-04-17 06:38:05.866 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: subnet_allocation 2026-04-17 06:38:05.867 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-17 06:38:05.868 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: tag-creation 2026-04-17 06:38:05.868 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-17 06:38:05.872 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: standard-attr-tag 2026-04-17 06:38:05.873 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-17 06:38:05.873 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: trunk 2026-04-17 06:38:05.874 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: trunk-details 2026-04-17 06:38:05.874 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-17 06:38:05.874 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-17 06:38:05.875 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-17 06:38:05.876 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-17 06:38:05.878 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-17 06:38:05.878 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-17 06:38:05.879 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: vpn-flavors 2026-04-17 06:38:05.881 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: vpnaas 2026-04-17 06:38:05.882 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: taas 2026-04-17 06:38:05.883 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: tap-mirror 2026-04-17 06:38:05.884 8 INFO neutron.api.extensions [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-17 06:38:05.886 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-17 06:38:05.886 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-17 06:38:05.886 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 06:38:05.887 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-17 06:38:05.889 7 WARNING keystonemiddleware._common.config [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-17 06:38:05.890 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-17 06:38:05.890 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-17 06:38:05.894 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-17 06:38:05.895 7 WARNING oslo_config.cfg [None req-9582147e-9458-47de-8e1a-308af34904fa - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-17 06:38:05.895 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-17 06:38:05.896 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-17 06:38:05.896 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 06:38:05.897 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] subnetpool is already registered 2026-04-17 06:38:05.897 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:subnetpool WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f93fba13668 pid: 7 (default app) 2026-04-17 06:38:05.897 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] subnetpool is already registered 2026-04-17 06:38:05.898 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-17 06:38:05.898 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 06:38:05.898 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 06:38:05.899 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-17 06:38:05.899 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-17 06:38:05.900 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-17 06:38:05.900 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 06:38:05.900 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] ipsecpolicy is already registered 2026-04-17 06:38:05.900 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 06:38:05.901 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] ikepolicy is already registered 2026-04-17 06:38:05.905 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-17 06:38:05.905 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] router is already registered 2026-04-17 06:38:05.906 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-17 06:38:05.906 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] floatingip is already registered 2026-04-17 06:38:05.909 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-17 06:38:05.909 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] rbac_policy is already registered 2026-04-17 06:38:05.910 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-17 06:38:05.910 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] security_group is already registered 2026-04-17 06:38:05.910 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-17 06:38:05.910 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] security_group_rule is already registered 2026-04-17 06:38:05.911 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 06:38:05.911 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] subnetpool is already registered 2026-04-17 06:38:05.912 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-17 06:38:05.912 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] subnetpool is already registered 2026-04-17 06:38:05.912 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-17 06:38:05.912 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] trunk is already registered 2026-04-17 06:38:05.913 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 06:38:05.913 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] ikepolicy is already registered 2026-04-17 06:38:05.913 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 06:38:05.913 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] ipsecpolicy is already registered 2026-04-17 06:38:05.914 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-17 06:38:05.914 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] endpoint_group is already registered 2026-04-17 06:38:05.914 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-17 06:38:05.914 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] vpnservice is already registered 2026-04-17 06:38:05.915 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-17 06:38:05.915 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] ipsec_site_connection is already registered 2026-04-17 06:38:05.915 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-17 06:38:05.915 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] ipsecpolicy is already registered 2026-04-17 06:38:05.916 8 INFO neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-17 06:38:05.916 8 WARNING neutron.quota.resource_registry [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] ikepolicy is already registered 2026-04-17 06:38:05.953 8 WARNING keystonemiddleware._common.config [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-17 06:38:05.960 8 WARNING oslo_config.cfg [None req-b9457693-2222-4812-8818-bfd4154fe068 - - - - - -] 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 7 seconds on interpreter 0x7f93fba13668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:38:10.671 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b903248-1f71-46b4-a345-428f942d0b3e 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.129 () {44 vars in 927 bytes} [Fri Apr 17 06:38:09 2026] GET /v2.0/networks/public => generated 108 bytes in 827 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.129 () {44 vars in 949 bytes} [Fri Apr 17 06:38:10 2026] GET /v2.0/networks?name=public => generated 15 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:38:11.418 7 WARNING neutron.services.revisions.revision_plugin [None req-f381f376-9553-4f69-9231-6185e9d47abf 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Could not find related network for resource to bump revision. 2026-04-17 06:38:11.443 7 INFO neutron.db.segments_db [None req-f381f376-9553-4f69-9231-6185e9d47abf 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment fda2e850-59f4-4e9c-9c51-d86546abcd9f of type flat for network f8a81442-f686-4901-a5b0-f621bd9c668c 2026-04-17 06:38:11.487 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f381f376-9553-4f69-9231-6185e9d47abf 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.129 () {48 vars in 967 bytes} [Fri Apr 17 06:38:11 2026] POST /v2.0/networks => generated 124 bytes in 488 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:38:17.513 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf86483a-b726-4094-95ac-70b3f76e54bc 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.129 () {44 vars in 927 bytes} [Fri Apr 17 06:38:17 2026] GET /v2.0/networks/public => generated 108 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.204.45.129 () {44 vars in 949 bytes} [Fri Apr 17 06:38:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:38:17.582 7 WARNING neutron.services.revisions.revision_plugin [None req-6cd057f9-e450-43b3-b63d-25a86f836341 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Could not find related network for resource to bump revision. 2026-04-17 06:38:17.592 7 INFO neutron.db.segments_db [None req-6cd057f9-e450-43b3-b63d-25a86f836341 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment be5e807f-1e28-483b-8f7e-14047163d7b8 of type flat for network 0a3d3314-a652-46f8-9919-b8f134c68d96 2026-04-17 06:38:17.609 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6cd057f9-e450-43b3-b63d-25a86f836341 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.129 () {48 vars in 967 bytes} [Fri Apr 17 06:38:17 2026] POST /v2.0/networks => generated 124 bytes in 76 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:38:23.956 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a2500ce-4858-4e97-8dcb-284aee023359 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.129 () {44 vars in 927 bytes} [Fri Apr 17 06:38:23 2026] GET /v2.0/networks/public => generated 108 bytes in 392 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.129 () {44 vars in 949 bytes} [Fri Apr 17 06:38:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:38:24.225 8 WARNING neutron.services.revisions.revision_plugin [None req-dc05e2cc-4653-4a5e-b3c2-ad050f72d253 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Could not find related network for resource to bump revision. 2026-04-17 06:38:24.255 8 INFO neutron.db.segments_db [None req-dc05e2cc-4653-4a5e-b3c2-ad050f72d253 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 2b6586d8-5f00-418d-ac97-82db7079ef3e of type flat for network e80586ff-08e4-49a4-8146-ffb3c8bfa917 2026-04-17 06:38:24.341 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc05e2cc-4653-4a5e-b3c2-ad050f72d253 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.129 () {48 vars in 967 bytes} [Fri Apr 17 06:38:23 2026] POST /v2.0/networks => generated 124 bytes in 361 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:38:30.342 8 INFO neutron.pecan_wsgi.hooks.translation [None req-326bc84d-f66d-4933-a239-1509d52c8804 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 199.204.45.129 () {44 vars in 927 bytes} [Fri Apr 17 06:38:30 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/16] 199.204.45.129 () {44 vars in 949 bytes} [Fri Apr 17 06:38:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:38:30.410 8 WARNING neutron.services.revisions.revision_plugin [None req-4d4ac666-a5bc-44e2-9b36-87bd6886d2b7 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Could not find related network for resource to bump revision. 2026-04-17 06:38:30.430 8 INFO neutron.db.segments_db [None req-4d4ac666-a5bc-44e2-9b36-87bd6886d2b7 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment bc38457e-91a8-45de-811c-2028e71d96fc of type flat for network f68ec088-bbc6-491d-82a2-8ed023a0cc3a 2026-04-17 06:38:30.456 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d4ac666-a5bc-44e2-9b36-87bd6886d2b7 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.204.45.129 () {48 vars in 967 bytes} [Fri Apr 17 06:38:30 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:38:36.390 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d06b6b7f-1a96-49e8-93d4-1ccce654c1a2 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.129 () {44 vars in 927 bytes} [Fri Apr 17 06:38:36 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.129 () {44 vars in 949 bytes} [Fri Apr 17 06:38:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:38:36.454 7 WARNING neutron.services.revisions.revision_plugin [None req-fbc7448f-0945-4014-9890-74374f655c60 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Could not find related network for resource to bump revision. 2026-04-17 06:38:36.469 7 INFO neutron.db.segments_db [None req-fbc7448f-0945-4014-9890-74374f655c60 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment cbbcb65c-a742-4eda-a256-dd352a1376ca of type flat for network 11fd1dd8-54ef-4622-bc78-99567efea633 2026-04-17 06:38:36.490 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbc7448f-0945-4014-9890-74374f655c60 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 199.204.45.129 () {48 vars in 967 bytes} [Fri Apr 17 06:38:36 2026] POST /v2.0/networks => generated 124 bytes in 87 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:38:42.454 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b70c634-0dff-4879-93fb-05e7f70f3cbf 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.129 () {44 vars in 927 bytes} [Fri Apr 17 06:38:42 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.129 () {44 vars in 949 bytes} [Fri Apr 17 06:38:42 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-04-17 06:38:42.524 8 WARNING neutron.services.revisions.revision_plugin [None req-f8645a2d-71ba-4432-ad15-20c20c5d02e6 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Could not find related network for resource to bump revision. 2026-04-17 06:38:42.541 8 INFO neutron.db.segments_db [None req-f8645a2d-71ba-4432-ad15-20c20c5d02e6 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment e7ae34d2-fc31-4280-9cba-164b7929c65e of type flat for network 5a0dd6fc-2a9b-4d06-81bd-ccac21c18a4a 2026-04-17 06:38:42.561 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f8645a2d-71ba-4432-ad15-20c20c5d02e6 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.129 () {48 vars in 967 bytes} [Fri Apr 17 06:38:42 2026] POST /v2.0/networks => generated 124 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:38:48.502 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4084ddc7-fde5-4bcf-b465-b18a8b4cd6a7 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/25] 199.204.45.129 () {44 vars in 927 bytes} [Fri Apr 17 06:38:48 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/26] 199.204.45.129 () {44 vars in 949 bytes} [Fri Apr 17 06:38:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:38:48.568 8 WARNING neutron.services.revisions.revision_plugin [None req-106023a9-6a58-44de-9962-e92a0e1a5210 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Could not find related network for resource to bump revision. 2026-04-17 06:38:48.580 8 INFO neutron.db.segments_db [None req-106023a9-6a58-44de-9962-e92a0e1a5210 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 33f842a5-0f0f-48a4-a626-cf249b278c72 of type flat for network 117c5f89-ecd9-4939-bfa3-48289e120040 [pid: 8|app: 0|req: 12/27] 199.204.45.129 () {48 vars in 967 bytes} [Fri Apr 17 06:38:48 2026] POST /v2.0/networks => generated 706 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:38:49.843 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74f09cc7-6479-49aa-bea5-2f74b9ff97ff 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/28] 199.204.45.129 () {44 vars in 927 bytes} [Fri Apr 17 06:38:49 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/29] 199.204.45.129 () {44 vars in 949 bytes} [Fri Apr 17 06:38:49 2026] GET /v2.0/networks?name=public => generated 709 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:38:49.920 7 INFO neutron.pecan_wsgi.hooks.translation [None req-243d85a3-198d-4a39-87cb-bd7c0ec49080 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 17/30] 199.204.45.129 () {44 vars in 1034 bytes} [Fri Apr 17 06:38:49 2026] GET /v2.0/subnets/public-subnet?network_id=117c5f89-ecd9-4939-bfa3-48289e120040 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/31] 199.204.45.129 () {44 vars in 1057 bytes} [Fri Apr 17 06:38:49 2026] GET /v2.0/subnets?name=public-subnet&network_id=117c5f89-ecd9-4939-bfa3-48289e120040 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 18/32] 199.204.45.129 () {48 vars in 965 bytes} [Fri Apr 17 06:38:49 2026] POST /v2.0/subnets => generated 664 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:39:46.106 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38e85834-4ac3-49fc-951d-cb970946d2dc 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 19/41] 199.204.45.129 () {44 vars in 937 bytes} [Fri Apr 17 06:39:46 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/42] 199.204.45.129 () {44 vars in 959 bytes} [Fri Apr 17 06:39:46 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:39:46.181 8 INFO neutron.db.segments_db [None req-c207ce24-10db-4605-9b04-664a1bc84966 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 4812740b-750e-4eca-93d4-ac0eb1e7b5db of type vxlan for network 67089a62-6c43-46d9-86be-150115db9b8b [pid: 8|app: 0|req: 20/43] 199.204.45.129 () {48 vars in 966 bytes} [Fri Apr 17 06:39:46 2026] POST /v2.0/networks => generated 688 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:39:47.450 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbd98dfb-101f-4383-a4d0-fbf6c1dc9ccf 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 24/44] 199.204.45.129 () {44 vars in 937 bytes} [Fri Apr 17 06:39:47 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 21/45] 199.204.45.129 () {44 vars in 959 bytes} [Fri Apr 17 06:39:47 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:39:47.509 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6a7bca99-e829-43a8-82e7-d38f9a3305e5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 25/46] 199.204.45.129 () {44 vars in 1036 bytes} [Fri Apr 17 06:39:47 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=67089a62-6c43-46d9-86be-150115db9b8b => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 22/47] 199.204.45.129 () {44 vars in 1059 bytes} [Fri Apr 17 06:39:47 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=67089a62-6c43-46d9-86be-150115db9b8b => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/48] 199.204.45.129 () {48 vars in 965 bytes} [Fri Apr 17 06:39:47 2026] POST /v2.0/subnets => generated 651 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:39:49.070 8 INFO neutron.api.v2.resource [None req-78ecd958-7045-426f-be5a-ec8798333270 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 23/49] 199.204.45.129 () {44 vars in 971 bytes} [Fri Apr 17 06:39:49 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/50] 199.204.45.129 () {44 vars in 993 bytes} [Fri Apr 17 06:39:49 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/51] 199.204.45.129 () {48 vars in 980 bytes} [Fri Apr 17 06:39:49 2026] POST /v2.0/security-groups => generated 1616 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/52] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:50 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 1616 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/53] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:50 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/54] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:50 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/55] 199.204.45.129 () {48 vars in 991 bytes} [Fri Apr 17 06:39:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/56] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:51 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/57] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:51 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/58] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:51 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/59] 199.204.45.129 () {48 vars in 991 bytes} [Fri Apr 17 06:39:51 2026] POST /v2.0/security-group-rules => generated 603 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/60] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:52 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 2846 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/61] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:52 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/62] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:52 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/63] 199.204.45.129 () {48 vars in 991 bytes} [Fri Apr 17 06:39:52 2026] POST /v2.0/security-group-rules => generated 603 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/64] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:53 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/65] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:53 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/66] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:54 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/67] 199.204.45.129 () {48 vars in 991 bytes} [Fri Apr 17 06:39:54 2026] POST /v2.0/security-group-rules => generated 603 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/68] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:55 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 4078 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:55 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/70] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:55 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/71] 199.204.45.129 () {48 vars in 991 bytes} [Fri Apr 17 06:39:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.204.45.129 () {44 vars in 987 bytes} [Fri Apr 17 06:39:56 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:39:56.811 8 INFO neutron.pecan_wsgi.hooks.translation [None req-becda3a5-86b9-4ce9-8267-ac494887f895 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/73] 199.204.45.129 () {44 vars in 1076 bytes} [Fri Apr 17 06:39:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=67089a62-6c43-46d9-86be-150115db9b8b => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.129 () {44 vars in 1099 bytes} [Fri Apr 17 06:39:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=67089a62-6c43-46d9-86be-150115db9b8b => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:39:56 2026] GET /v2.0/security-groups/fa0893da-2d13-4a23-9e4f-6a4ac2c04904 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.129 () {48 vars in 961 bytes} [Fri Apr 17 06:39:56 2026] POST /v2.0/ports => generated 1092 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:40:01.272 7 INFO neutron.api.v2.resource [None req-9c8dacb6-0117-4991-8c67-e17ff761f1a5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 42/79] 199.204.45.129 () {44 vars in 1074 bytes} [Fri Apr 17 06:40:01 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=69aaf79eb3a143cd8aae9ccb34571615 => generated 139 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.204.45.129 () {44 vars in 1097 bytes} [Fri Apr 17 06:40:01 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=69aaf79eb3a143cd8aae9ccb34571615 => generated 23 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.204.45.129 () {48 vars in 981 bytes} [Fri Apr 17 06:40:01 2026] POST /v2.0/security-groups => generated 1624 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.204.45.129 () {44 vars in 1088 bytes} [Fri Apr 17 06:40:02 2026] GET /v2.0/security-groups/de5ebdae-7477-44cc-b12c-7238de67d87a?project_id=69aaf79eb3a143cd8aae9ccb34571615 => generated 1624 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:40:02 2026] GET /v2.0/security-groups/de5ebdae-7477-44cc-b12c-7238de67d87a => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.204.45.129 () {44 vars in 1088 bytes} [Fri Apr 17 06:40:03 2026] GET /v2.0/security-groups/de5ebdae-7477-44cc-b12c-7238de67d87a?project_id=69aaf79eb3a143cd8aae9ccb34571615 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.204.45.129 () {48 vars in 991 bytes} [Fri Apr 17 06:40:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 682 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.204.45.129 () {44 vars in 1088 bytes} [Fri Apr 17 06:40:04 2026] GET /v2.0/security-groups/de5ebdae-7477-44cc-b12c-7238de67d87a?project_id=69aaf79eb3a143cd8aae9ccb34571615 => generated 2234 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:40:04 2026] GET /v2.0/security-groups/de5ebdae-7477-44cc-b12c-7238de67d87a => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.204.45.129 () {44 vars in 1088 bytes} [Fri Apr 17 06:40:04 2026] GET /v2.0/security-groups/de5ebdae-7477-44cc-b12c-7238de67d87a?project_id=69aaf79eb3a143cd8aae9ccb34571615 => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.204.45.129 () {48 vars in 991 bytes} [Fri Apr 17 06:40:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:40:05.313 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f159197-017b-42d9-91d5-7bf3bd57a386 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 43/90] 199.204.45.129 () {44 vars in 979 bytes} [Fri Apr 17 06:40:05 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: 48/91] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:40:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1095 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/92] 199.204.45.129 () {44 vars in 1088 bytes} [Fri Apr 17 06:40:06 2026] GET /v2.0/security-groups/de5ebdae-7477-44cc-b12c-7238de67d87a?project_id=69aaf79eb3a143cd8aae9ccb34571615 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/93] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:40:06 2026] GET /v2.0/security-groups/de5ebdae-7477-44cc-b12c-7238de67d87a => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/94] 199.204.45.129 () {44 vars in 1088 bytes} [Fri Apr 17 06:40:06 2026] GET /v2.0/security-groups/de5ebdae-7477-44cc-b12c-7238de67d87a?project_id=69aaf79eb3a143cd8aae9ccb34571615 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/95] 199.204.45.129 () {48 vars in 1031 bytes} [Fri Apr 17 06:40:05 2026] PUT /v2.0/ports/abdc47bd-2722-4aea-af26-826ce7610107 => generated 1241 bytes in 874 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/96] 199.204.45.129 () {48 vars in 991 bytes} [Fri Apr 17 06:40:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 353 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 45/97] 199.204.45.129 () {44 vars in 1088 bytes} [Fri Apr 17 06:40:07 2026] GET /v2.0/security-groups/de5ebdae-7477-44cc-b12c-7238de67d87a?project_id=69aaf79eb3a143cd8aae9ccb34571615 => generated 3460 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/98] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:40:07 2026] GET /v2.0/security-groups/de5ebdae-7477-44cc-b12c-7238de67d87a => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/99] 199.204.45.129 () {44 vars in 1088 bytes} [Fri Apr 17 06:40:08 2026] GET /v2.0/security-groups/de5ebdae-7477-44cc-b12c-7238de67d87a?project_id=69aaf79eb3a143cd8aae9ccb34571615 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/100] 199.204.45.129 () {48 vars in 991 bytes} [Fri Apr 17 06:40:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/101] 199.204.45.129 () {44 vars in 920 bytes} [Fri Apr 17 06:40:08 2026] GET /v2.0/ports => generated 3722 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:40:09.529 7 INFO neutron.api.v2.resource [None req-20b9bb56-8dbd-4c80-9e4d-4252bb3ab63d 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/102] 199.204.45.129 () {44 vars in 959 bytes} [Fri Apr 17 06:40:09 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/103] 199.204.45.129 () {44 vars in 981 bytes} [Fri Apr 17 06:40:09 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/104] 199.204.45.129 () {48 vars in 980 bytes} [Fri Apr 17 06:40:09 2026] POST /v2.0/security-groups => generated 1610 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/105] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:40:10 2026] GET /v2.0/security-groups/fadcb7f2-2f81-43b9-9d6f-755a53123dd7 => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/106] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:40:10 2026] GET /v2.0/security-groups/fadcb7f2-2f81-43b9-9d6f-755a53123dd7 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/107] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:40:10 2026] GET /v2.0/security-groups/fadcb7f2-2f81-43b9-9d6f-755a53123dd7 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/108] 199.204.45.129 () {48 vars in 991 bytes} [Fri Apr 17 06:40:10 2026] POST /v2.0/security-group-rules => generated 619 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/109] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:40:11 2026] GET /v2.0/security-groups/fadcb7f2-2f81-43b9-9d6f-755a53123dd7 => generated 2242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/110] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:40:11 2026] GET /v2.0/security-groups/fadcb7f2-2f81-43b9-9d6f-755a53123dd7 => generated 2242 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/111] 199.204.45.129 () {44 vars in 1001 bytes} [Fri Apr 17 06:40:11 2026] GET /v2.0/security-groups/fadcb7f2-2f81-43b9-9d6f-755a53123dd7 => generated 2242 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/112] 199.204.45.129 () {48 vars in 991 bytes} [Fri Apr 17 06:40:12 2026] POST /v2.0/security-group-rules => generated 623 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/123] 199.204.45.129 () {44 vars in 975 bytes} [Fri Apr 17 06:41:23 2026] GET /v2.0/quotas/c9c709754fee4439a5d19071c2fcc02d => 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: 66/124] 199.204.45.129 () {48 vars in 1027 bytes} [Fri Apr 17 06:41:23 2026] PUT /v2.0/quotas/c9c709754fee4439a5d19071c2fcc02d => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:42:44.351 8 WARNING keystonemiddleware.audit [None req-f4e6581c-1735-4097-ac18-4afd5e8f7c1e 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Skipping service octavia as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 65/137] 199.204.45.129 () {30 vars in 740 bytes} [Fri Apr 17 06:42:44 2026] GET /v2.0/networks?tenant_id=69aaf79eb3a143cd8aae9ccb34571615&shared=False => generated 15 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:42:44.386 7 WARNING keystonemiddleware.audit [None req-13c873d2-ba28-49af-8314-cbd15be0f01c 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Skipping service octavia as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:42:44.448 7 INFO neutron.db.segments_db [None req-92f862ce-8934-4af1-ba75-d34a1714e676 7bc17098bebf47f38eab67f0b2c220d9 69aaf79eb3a143cd8aae9ccb34571615 - - ad442ae1e8404632b2614173b7670915 ad442ae1e8404632b2614173b7670915] Added segment 7fdb5557-4c28-4fda-a3af-962cc6b479c2 of type vxlan for network 3d53a8d1-d292-4173-ac1a-1d8e630031c9 [pid: 7|app: 0|req: 73/138] 199.204.45.129 () {34 vars in 682 bytes} [Fri Apr 17 06:42:44 2026] POST /v2.0/networks => generated 699 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:42:44.582 8 WARNING keystonemiddleware.audit [None req-265667e2-302a-4e59-83e3-fe86a61f590f 7bc17098bebf47f38eab67f0b2c220d9 69aaf79eb3a143cd8aae9ccb34571615 - - ad442ae1e8404632b2614173b7670915 ad442ae1e8404632b2614173b7670915] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 66/139] 199.204.45.129 () {30 vars in 722 bytes} [Fri Apr 17 06:42:44 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:42:44.646 7 WARNING keystonemiddleware.audit [None req-92f862ce-8934-4af1-ba75-d34a1714e676 7bc17098bebf47f38eab67f0b2c220d9 69aaf79eb3a143cd8aae9ccb34571615 - - ad442ae1e8404632b2614173b7670915 ad442ae1e8404632b2614173b7670915] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 74/140] 199.204.45.129 () {30 vars in 633 bytes} [Fri Apr 17 06:42:44 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-17 06:42:44.663 8 WARNING keystonemiddleware.audit [None req-ed8409be-9c3c-4a5e-a5c8-3925e8c0651c 7bc17098bebf47f38eab67f0b2c220d9 69aaf79eb3a143cd8aae9ccb34571615 - - ad442ae1e8404632b2614173b7670915 ad442ae1e8404632b2614173b7670915] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 67/141] 199.204.45.129 () {34 vars in 677 bytes} [Fri Apr 17 06:42:44 2026] POST /v2.0/ports => generated 999 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:42:45.038 7 WARNING keystonemiddleware.audit [None req-10f0c4ae-4c7d-48de-843d-358d0b52f0fb 7bc17098bebf47f38eab67f0b2c220d9 69aaf79eb3a143cd8aae9ccb34571615 - - ad442ae1e8404632b2614173b7670915 ad442ae1e8404632b2614173b7670915] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 75/142] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:42:45 2026] GET /v2.0/networks/3d53a8d1-d292-4173-ac1a-1d8e630031c9 => generated 705 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:42:46.882 8 WARNING keystonemiddleware.audit [None req-01d7a69d-81dd-4bee-89cb-fd5d72c98032 7bc17098bebf47f38eab67f0b2c220d9 69aaf79eb3a143cd8aae9ccb34571615 - - ad442ae1e8404632b2614173b7670915 ad442ae1e8404632b2614173b7670915] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 68/143] 199.204.45.129 () {30 vars in 722 bytes} [Fri Apr 17 06:42:46 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:42:46.940 7 WARNING keystonemiddleware.audit [None req-12bceebc-1bf3-4db9-98e5-78cf825cd690 7bc17098bebf47f38eab67f0b2c220d9 69aaf79eb3a143cd8aae9ccb34571615 - - ad442ae1e8404632b2614173b7670915 ad442ae1e8404632b2614173b7670915] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 76/144] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:42:46 2026] GET /v2.0/networks/3d53a8d1-d292-4173-ac1a-1d8e630031c9 => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:134: UserWarning: "--check-limit" parameter is no longer needed since Epoxy (2025.1) release. By default, Neutron quota engine checks the resource usage before updating the limits warnings.warn('"--check-limit" parameter is no longer needed ' [pid: 8|app: 0|req: 71/149] 199.204.45.129 () {48 vars in 1025 bytes} [Fri Apr 17 06:43:17 2026] PUT /v2.0/quotas/69aaf79eb3a143cd8aae9ccb34571615 => generated 291 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:43:44.617 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad1bbde0-f9fc-4098-9602-77b147bea1a6 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 81/154] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:43:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 74/155] 199.204.45.129 () {30 vars in 763 bytes} [Fri Apr 17 06:43:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:43:46.533 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cbdcdeda-c456-4aab-a978-614de6b1afe3 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 82/156] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:43:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/157] 199.204.45.129 () {30 vars in 763 bytes} [Fri Apr 17 06:43:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/216] 199.204.45.129 () {44 vars in 949 bytes} [Fri Apr 17 06:51:02 2026] GET /v2.0/networks?name=public => generated 753 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/221] 10.0.0.142 () {32 vars in 649 bytes} [Fri Apr 17 06:51:42 2026] GET /v2.0/networks => generated 2168 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/222] 10.0.0.142 () {32 vars in 655 bytes} [Fri Apr 17 06:51:43 2026] GET /v2.0/floatingips => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/223] 10.0.0.142 () {32 vars in 647 bytes} [Fri Apr 17 06:51:43 2026] GET /v2.0/routers => generated 15 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/224] 10.0.0.142 () {32 vars in 643 bytes} [Fri Apr 17 06:51:43 2026] GET /v2.0/ports => generated 4717 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/225] 10.0.0.142 () {32 vars in 647 bytes} [Fri Apr 17 06:51:43 2026] GET /v2.0/subnets => generated 1308 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/226] 10.0.0.142 () {32 vars in 649 bytes} [Fri Apr 17 06:51:43 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/227] 10.0.0.142 () {32 vars in 663 bytes} [Fri Apr 17 06:51:43 2026] GET /v2.0/security-groups => generated 17393 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/228] 10.0.0.142 () {32 vars in 655 bytes} [Fri Apr 17 06:51:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:51:55.061 7 INFO neutron.db.segments_db [None req-6e7976e2-f416-40c3-b24d-6efe49498334 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment fc48b7c7-1c98-4e3d-a874-03af1c2c5cea of type vxlan for network efc1a5cf-cc43-422e-b64f-a0093a93a09c 2026-04-17 06:51:55.113 8 INFO neutron.db.segments_db [None req-22ae21a2-8890-46be-9a1c-d312e04c39ad 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 267fff4a-8dd5-4561-b12c-829bbad98ecd of type vxlan for network 479b7db5-c131-40b6-b631-f713fa9d334a [pid: 7|app: 0|req: 119/231] 10.0.0.142 () {34 vars in 671 bytes} [Fri Apr 17 06:51:54 2026] POST /v2.0/networks => generated 725 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/232] 10.0.0.142 () {34 vars in 671 bytes} [Fri Apr 17 06:51:54 2026] POST /v2.0/networks => generated 725 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:51:55.346 7 INFO neutron.db.segments_db [None req-3ce587e5-375a-4c14-b30a-d6253efc8c66 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 25091c9b-8b0f-488d-bb1e-bd53d8498313 of type vxlan for network bd16fe93-9305-4e64-bc1c-3d436fbf6d87 [pid: 8|app: 0|req: 114/233] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:51:55 2026] POST /v2.0/subnets => generated 691 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/234] 10.0.0.142 () {34 vars in 671 bytes} [Fri Apr 17 06:51:55 2026] POST /v2.0/networks => generated 725 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:51:55.477 7 INFO neutron.db.segments_db [None req-5ed69aea-7840-4768-907a-def60604dfd6 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment dab3e12e-dc51-4e55-8f19-36d10c507839 of type vxlan for network 553bfac0-e398-47af-b664-ee78cc53659f [pid: 8|app: 0|req: 115/235] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:51:55 2026] POST /v2.0/subnets => generated 691 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:51:55.677 7 INFO neutron.db.l3_hamode_db [None req-5ed69aea-7840-4768-907a-def60604dfd6 97a0c8c36fc3454987aaa5fff968f817 dded99c4ff974a14a430d553395694bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 116/236] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:51:55 2026] POST /v2.0/subnets => generated 691 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:51:55.787 8 INFO neutron.db.segments_db [None req-5ed64f4b-c7eb-47af-9410-9c6480dd0d45 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 00f57acb-60e2-4d4d-b0a5-d5cd1bb26381 of type vxlan for network 1dc3b67c-9e5e-474f-aac8-a30235615d9d 2026-04-17 06:51:55.946 8 INFO neutron.db.l3_hamode_db [None req-5ed64f4b-c7eb-47af-9410-9c6480dd0d45 97a0c8c36fc3454987aaa5fff968f817 52d4b7ec5cea469f8f0b6442d56fba67 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:51:56.331 7 INFO neutron.db.l3_hamode_db [None req-5ed69aea-7840-4768-907a-def60604dfd6 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:51:56.691 8 INFO neutron.db.l3_hamode_db [None req-5ed64f4b-c7eb-47af-9410-9c6480dd0d45 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 121/237] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:51:55 2026] POST /v2.0/routers => generated 731 bytes in 2034 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/238] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:51:57 2026] GET /v2.0/security-groups?tenant_id=1781abb8fad44e19a00e47b48459eacc&name=default => generated 2922 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:51:57.665 7 INFO neutron.db.segments_db [None req-8ee7d12b-d52f-4cbe-9371-aecba2e86e1d 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment ec47a71f-8642-4716-b86c-22add0e8be06 of type vxlan for network 58c871c2-d2b8-4409-9ca1-c80d791e4750 [pid: 8|app: 0|req: 117/239] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:51:55 2026] POST /v2.0/routers => generated 731 bytes in 2075 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:51:57.872 7 INFO neutron.db.l3_hamode_db [None req-8ee7d12b-d52f-4cbe-9371-aecba2e86e1d 97a0c8c36fc3454987aaa5fff968f817 9a0ae67999ff4e029790083064b52e2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:51:58.592 7 INFO neutron.db.l3_hamode_db [None req-8ee7d12b-d52f-4cbe-9371-aecba2e86e1d 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 118/240] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:51:57 2026] PUT /v2.0/routers/06880a4b-61c3-4061-9be1-14048d2f2675/add_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/241] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:51:58 2026] DELETE /v2.0/security-groups/309d99f7-9ee7-4737-80ed-09a94772c7cd => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/242] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:51:57 2026] POST /v2.0/routers => generated 731 bytes in 1724 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/245] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:51:58 2026] PUT /v2.0/routers/ce9c1cbd-44a7-45ce-bc1e-3a0c1fc938ef/add_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/246] 10.0.0.142 () {34 vars in 685 bytes} [Fri Apr 17 06:51:59 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) [pid: 8|app: 0|req: 122/247] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:52:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/248] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:52:00 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: 126/249] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:51:59 2026] PUT /v2.0/routers/fe6dee4a-97ec-4c5e-ad4b-ab6ceea1f49e/add_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/250] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:52:00 2026] POST /v2.0/floatingips => generated 552 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:52:00.943 7 INFO neutron.db.segments_db [None req-b8f5d864-1130-4d6c-8d14-688097af22d5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment bf0253b3-6151-48f9-8fa0-014245d3104c of type vxlan for network 7a9433b2-1d8d-4c8f-86d2-0237644c918c [pid: 8|app: 0|req: 125/251] 10.0.0.142 () {34 vars in 685 bytes} [Fri Apr 17 06:52:00 2026] POST /v2.0/security-groups => generated 1659 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/252] 10.0.0.142 () {34 vars in 671 bytes} [Fri Apr 17 06:52:00 2026] POST /v2.0/networks => generated 729 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/253] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:52:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/254] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:52:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/255] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:52:01 2026] POST /v2.0/subnets => generated 696 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:52:01.251 7 INFO neutron.db.segments_db [None req-5638e677-1251-470b-8695-9ffef6b685c5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 6da5380e-348b-4a38-9307-f4b84c32220c of type vxlan for network dfc594a7-c0c9-4579-871a-4df8e68ce81e 2026-04-17 06:52:01.449 7 INFO neutron.db.l3_hamode_db [None req-5638e677-1251-470b-8695-9ffef6b685c5 97a0c8c36fc3454987aaa5fff968f817 8cd18c0666664d84b4dd0944bf45e6f2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 128/256] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:52:01 2026] POST /v2.0/floatingips => generated 552 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/257] 10.0.0.21 () {38 vars in 970 bytes} [Fri Apr 17 06:52:01 2026] POST /v2.0/security-groups => generated 1682 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/258] 10.0.0.21 () {34 vars in 1097 bytes} [Fri Apr 17 06:52:01 2026] GET /v2.0/security-groups?name=tempest-securitygroup--953814524&fields=id&tenant_id=dded99c4ff974a14a430d553395694bf => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/259] 10.0.0.21 () {38 vars in 970 bytes} [Fri Apr 17 06:52:01 2026] POST /v2.0/security-groups => generated 1681 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-17 06:52:02.029 7 INFO neutron.db.l3_hamode_db [None req-5638e677-1251-470b-8695-9ffef6b685c5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 132/260] 10.0.0.21 () {34 vars in 981 bytes} [Fri Apr 17 06:52:01 2026] GET /v2.0/networks?id=efc1a5cf-cc43-422e-b64f-a0093a93a09c => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/261] 10.0.0.21 () {34 vars in 964 bytes} [Fri Apr 17 06:52:02 2026] GET /v2.0/quotas/dded99c4ff974a14a430d553395694bf => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/262] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:52:02 2026] GET /v2.0/ports?tenant_id=dded99c4ff974a14a430d553395694bf&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/263] 10.0.0.21 () {34 vars in 1097 bytes} [Fri Apr 17 06:52:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--918766584&fields=id&tenant_id=52d4b7ec5cea469f8f0b6442d56fba67 => generated 69 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/264] 10.0.0.21 () {34 vars in 981 bytes} [Fri Apr 17 06:52:02 2026] GET /v2.0/networks?id=479b7db5-c131-40b6-b631-f713fa9d334a => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/265] 10.0.0.21 () {34 vars in 964 bytes} [Fri Apr 17 06:52:02 2026] GET /v2.0/quotas/52d4b7ec5cea469f8f0b6442d56fba67 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/266] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:52:02 2026] GET /v2.0/ports?tenant_id=52d4b7ec5cea469f8f0b6442d56fba67&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/267] 10.0.0.21 () {34 vars in 906 bytes} [Fri Apr 17 06:52:02 2026] GET /v2.0/extensions => generated 21537 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/268] 10.0.0.21 () {34 vars in 1007 bytes} [Fri Apr 17 06:52:02 2026] GET /v2.0/networks/efc1a5cf-cc43-422e-b64f-a0093a93a09c?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/269] 10.0.0.21 () {34 vars in 1107 bytes} [Fri Apr 17 06:52:02 2026] GET /v2.0/networks/efc1a5cf-cc43-422e-b64f-a0093a93a09c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/270] 10.0.0.21 () {34 vars in 906 bytes} [Fri Apr 17 06:52:02 2026] GET /v2.0/extensions => generated 21537 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/271] 10.0.0.21 () {34 vars in 1007 bytes} [Fri Apr 17 06:52:02 2026] GET /v2.0/networks/479b7db5-c131-40b6-b631-f713fa9d334a?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: 129/272] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:52:01 2026] POST /v2.0/routers => generated 736 bytes in 1650 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/273] 10.0.0.21 () {34 vars in 1107 bytes} [Fri Apr 17 06:52:02 2026] GET /v2.0/networks/479b7db5-c131-40b6-b631-f713fa9d334a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/274] 10.0.0.21 () {38 vars in 970 bytes} [Fri Apr 17 06:52:02 2026] POST /v2.0/security-groups => generated 1681 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/275] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:02 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/276] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:52:02 2026] GET /v2.0/security-groups?tenant_id=9a0ae67999ff4e029790083064b52e2a => generated 7905 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/277] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/security-groups/d83ec413-61bb-4475-ac2b-0dddef612d47 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/278] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/279] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/security-groups/d83ec413-61bb-4475-ac2b-0dddef612d47 => generated 2918 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/280] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/security-groups/1ea2bd7e-b428-4379-b391-e297dd8348a6 => generated 1682 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/281] 10.0.0.21 () {36 vars in 1012 bytes} [Fri Apr 17 06:52:03 2026] DELETE /v2.0/security-groups/1ea2bd7e-b428-4379-b391-e297dd8348a6 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:52:03.360 8 INFO neutron.api.v2.resource [req-7768efd5-3103-4cf4-950e-0da28dc73f84 req-dc23eba0-6590-4f5b-be22-d651867752ce 5d09d9a6a88843558e903aaa9ec5bd32 9a0ae67999ff4e029790083064b52e2a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 152/282] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/security-groups/1ea2bd7e-b428-4379-b391-e297dd8348a6 => generated 146 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/283] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/security-groups/37aa0e62-578e-4c9a-b08d-d81c741bdc45 => generated 1681 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/284] 10.0.0.21 () {36 vars in 1012 bytes} [Fri Apr 17 06:52:03 2026] DELETE /v2.0/security-groups/37aa0e62-578e-4c9a-b08d-d81c741bdc45 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:52:03.576 8 INFO neutron.api.v2.resource [req-0ebde749-9843-47bf-8b06-331512cd0390 req-811de96b-ba7a-4d91-8708-c4dc9bc55dea 5d09d9a6a88843558e903aaa9ec5bd32 9a0ae67999ff4e029790083064b52e2a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 155/285] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/security-groups/37aa0e62-578e-4c9a-b08d-d81c741bdc45 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/286] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/security-groups/1f063973-14e2-4baa-8a21-7e26e4e91a4d => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/287] 10.0.0.21 () {36 vars in 1012 bytes} [Fri Apr 17 06:52:03 2026] DELETE /v2.0/security-groups/1f063973-14e2-4baa-8a21-7e26e4e91a4d => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:52:03.717 8 INFO neutron.api.v2.resource [req-67862e69-34c5-4ce4-a0c0-4a1c28fd3d1c req-12aafea6-b5e2-4c8a-a158-df23eb6477b8 5d09d9a6a88843558e903aaa9ec5bd32 9a0ae67999ff4e029790083064b52e2a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 158/288] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/security-groups/1f063973-14e2-4baa-8a21-7e26e4e91a4d => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/289] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/security-groups?tenant_id=9a0ae67999ff4e029790083064b52e2a => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/290] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/security-groups/d83ec413-61bb-4475-ac2b-0dddef612d47 => generated 2918 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/291] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/security-groups/d83ec413-61bb-4475-ac2b-0dddef612d47 => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:52:03.893 8 INFO neutron.api.v2.resource [req-b73fba67-9408-4d5f-af3f-6c411c9bab3b req-ff63560a-6c53-4698-9753-2c887b6ad3ac 5d09d9a6a88843558e903aaa9ec5bd32 9a0ae67999ff4e029790083064b52e2a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 162/292] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/security-groups/1f063973-14e2-4baa-8a21-7e26e4e91a4d => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/293] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:52:02 2026] PUT /v2.0/routers/a5101707-4380-458f-9dbd-42fcc83a8e7f/add_router_interface => generated 309 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:03.930 8 INFO neutron.api.v2.resource [req-7602c4b6-3a4b-4c1a-87ad-4d616f1e0d9f req-2fc5214d-1e2e-470c-90e5-674979f72b98 5d09d9a6a88843558e903aaa9ec5bd32 9a0ae67999ff4e029790083064b52e2a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 163/294] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/security-groups/37aa0e62-578e-4c9a-b08d-d81c741bdc45 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:52:03.988 7 INFO neutron.api.v2.resource [req-debec2f5-d259-4a6b-a607-b55432514798 req-aad732e8-d88a-4acf-b287-1c7dd16cffe2 5d09d9a6a88843558e903aaa9ec5bd32 9a0ae67999ff4e029790083064b52e2a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 132/295] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:03 2026] GET /v2.0/security-groups/1ea2bd7e-b428-4379-b391-e297dd8348a6 => generated 146 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/296] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:04 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/297] 10.0.0.21 () {38 vars in 970 bytes} [Fri Apr 17 06:52:04 2026] POST /v2.0/security-groups => generated 1686 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/298] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:04 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/299] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:04 2026] GET /v2.0/security-groups/ac15ebf6-464d-4e15-a555-a55cab9e6eb9 => generated 1686 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:52:04.618 8 INFO neutron_taas.services.taas.taas_plugin [None req-9cde8d27-80b9-4a6c-a5fc-3480b74f5071 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 977a7984-e49a-4098-bc29-a00872ef066f 2026-04-17 06:52:04.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cde8d27-80b9-4a6c-a5fc-3480b74f5071 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 977a7984-e49a-4098-bc29-a00872ef066f [pid: 7|app: 0|req: 137/300] 10.0.0.21 () {38 vars in 980 bytes} [Fri Apr 17 06:52:04 2026] POST /v2.0/security-group-rules => generated 614 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/301] 10.0.0.21 () {38 vars in 970 bytes} [Fri Apr 17 06:52:04 2026] POST /v2.0/security-groups => generated 1685 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/302] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:04 2026] GET /v2.0/security-groups/e077653f-054d-41fa-a980-33b92eccde0b => generated 1685 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/303] 10.0.0.21 () {38 vars in 980 bytes} [Fri Apr 17 06:52:04 2026] POST /v2.0/security-group-rules => generated 614 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/304] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:04 2026] GET /v2.0/security-groups/e077653f-054d-41fa-a980-33b92eccde0b => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/305] 10.0.0.21 () {38 vars in 980 bytes} [Fri Apr 17 06:52:05 2026] POST /v2.0/security-group-rules => generated 619 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/306] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:52:03 2026] PUT /v2.0/routers/fe6dee4a-97ec-4c5e-ad4b-ab6ceea1f49e/remove_router_interface => generated 309 bytes in 1166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/307] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:05 2026] GET /v2.0/security-groups/e077653f-054d-41fa-a980-33b92eccde0b => generated 2940 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/308] 10.0.0.21 () {34 vars in 1000 bytes} [Fri Apr 17 06:52:05 2026] GET /v2.0/security-group-rules/5c5bf698-0efd-44ec-a194-75df5176b555 => generated 616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/309] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:05 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/310] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:05 2026] GET /v2.0/security-groups/e077653f-054d-41fa-a980-33b92eccde0b => generated 2940 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/311] 10.0.0.21 () {36 vars in 1022 bytes} [Fri Apr 17 06:52:05 2026] DELETE /v2.0/security-group-rules/5c5bf698-0efd-44ec-a194-75df5176b555 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:52:05.366 8 INFO neutron_taas.services.taas.taas_plugin [None req-c59e94f8-f5d0-4dda-ab67-cfc1ce10d953 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: d576a4c6-c2bf-4ba6-9cd5-220b616fe935 2026-04-17 06:52:05.373 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c59e94f8-f5d0-4dda-ab67-cfc1ce10d953 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: d576a4c6-c2bf-4ba6-9cd5-220b616fe935 [pid: 7|app: 0|req: 148/312] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:05 2026] GET /v2.0/security-groups/e077653f-054d-41fa-a980-33b92eccde0b => generated 2310 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/313] 10.0.0.21 () {36 vars in 1012 bytes} [Fri Apr 17 06:52:05 2026] DELETE /v2.0/security-groups/e077653f-054d-41fa-a980-33b92eccde0b => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/314] 10.0.0.21 () {34 vars in 990 bytes} [Fri Apr 17 06:52:05 2026] GET /v2.0/security-groups/ac15ebf6-464d-4e15-a555-a55cab9e6eb9 => generated 2311 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/315] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:05 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:52:05.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-c59e94f8-f5d0-4dda-ab67-cfc1ce10d953 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 1350ecd1-455a-4848-a016-35fc897f45b4 2026-04-17 06:52:05.614 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c59e94f8-f5d0-4dda-ab67-cfc1ce10d953 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 1350ecd1-455a-4848-a016-35fc897f45b4 [pid: 7|app: 0|req: 152/316] 10.0.0.21 () {36 vars in 1012 bytes} [Fri Apr 17 06:52:05 2026] DELETE /v2.0/security-groups/ac15ebf6-464d-4e15-a555-a55cab9e6eb9 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:52:05.693 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-c59e94f8-f5d0-4dda-ab67-cfc1ce10d953 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-04-17 06:52:06.084 8 INFO neutron.db.l3_hamode_db [None req-c59e94f8-f5d0-4dda-ab67-cfc1ce10d953 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] HA network 58c871c2-d2b8-4409-9ca1-c80d791e4750 was deleted as no HA routers are present in tenant 9a0ae67999ff4e029790083064b52e2a. [pid: 8|app: 0|req: 165/317] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:52:05 2026] DELETE /v2.0/routers/fe6dee4a-97ec-4c5e-ad4b-ab6ceea1f49e => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/318] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:52:06 2026] DELETE /v2.0/subnets/cda20d4e-2022-4346-bdbc-a8b750a1f082 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:52:06.295 7 INFO neutron_taas.services.taas.taas_plugin [None req-15fb0b09-1285-4171-9328-e290989ca40e 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 14ceb36b-4d9a-4597-b489-d4eff73609c1 2026-04-17 06:52:06.302 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15fb0b09-1285-4171-9328-e290989ca40e 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 14ceb36b-4d9a-4597-b489-d4eff73609c1 [pid: 8|app: 0|req: 167/319] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:52:06 2026] DELETE /v2.0/networks/bd16fe93-9305-4e64-bc1c-3d436fbf6d87 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/320] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:06 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:52:06.384 8 INFO neutron.services.segments.plugin [-] Segment ec47a71f-8642-4716-b86c-22add0e8be06 resource provider aggregate not found 2026-04-17 06:52:06.389 8 INFO neutron.services.segments.plugin [-] Segment ec47a71f-8642-4716-b86c-22add0e8be06 resource provider aggregate not found 2026-04-17 06:52:06.400 8 INFO neutron.services.segments.plugin [-] Segment ec47a71f-8642-4716-b86c-22add0e8be06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec47a71f-8642-4716-b86c-22add0e8be06 found for delete ", "request_id": "req-5c6daa3c-0f8a-439e-b123-e5157c8398f1"}]} 2026-04-17 06:52:06.405 8 INFO neutron.services.segments.plugin [-] Segment ec47a71f-8642-4716-b86c-22add0e8be06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec47a71f-8642-4716-b86c-22add0e8be06 found for delete ", "request_id": "req-1fdad21b-3201-4826-b538-0791cf53d314"}]} [pid: 8|app: 0|req: 169/321] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:52:06 2026] GET /v2.0/security-groups?tenant_id=9a0ae67999ff4e029790083064b52e2a&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/322] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:52:06 2026] DELETE /v2.0/security-groups/d83ec413-61bb-4475-ac2b-0dddef612d47 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/323] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:06 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/324] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:52:05 2026] PUT /v2.0/routers/a5101707-4380-458f-9dbd-42fcc83a8e7f/remove_router_interface => generated 309 bytes in 1154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:07.015 8 INFO neutron_taas.services.taas.taas_plugin [None req-62f5df49-a9d9-4120-ac9d-f265801ba9ec 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: eda0ed2d-d6c0-47aa-98e7-4ea2ced06ba5 2026-04-17 06:52:07.018 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62f5df49-a9d9-4120-ac9d-f265801ba9ec 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: eda0ed2d-d6c0-47aa-98e7-4ea2ced06ba5 2026-04-17 06:52:07.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-62f5df49-a9d9-4120-ac9d-f265801ba9ec 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 1d2c44ac-3c12-42f6-8df1-4bf98e027cf1 2026-04-17 06:52:07.232 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62f5df49-a9d9-4120-ac9d-f265801ba9ec 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 1d2c44ac-3c12-42f6-8df1-4bf98e027cf1 [pid: 7|app: 0|req: 154/325] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:07 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:52:07.697 8 INFO neutron.db.l3_hamode_db [None req-62f5df49-a9d9-4120-ac9d-f265801ba9ec 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] HA network dfc594a7-c0c9-4579-871a-4df8e68ce81e was deleted as no HA routers are present in tenant 8cd18c0666664d84b4dd0944bf45e6f2. [pid: 8|app: 0|req: 172/326] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:52:06 2026] DELETE /v2.0/routers/a5101707-4380-458f-9dbd-42fcc83a8e7f => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/327] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:52:07 2026] GET /v2.0/networks?id=efc1a5cf-cc43-422e-b64f-a0093a93a09c => generated 676 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/328] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:07 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/329] 199.204.45.129 () {34 vars in 911 bytes} [Fri Apr 17 06:52:07 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: 158/330] 199.204.45.129 () {34 vars in 1050 bytes} [Fri Apr 17 06:52:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dded99c4ff974a14a430d553395694bf => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/331] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:52:07 2026] DELETE /v2.0/subnets/9e04af8d-2de4-4a10-872a-856680d18650 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:52:08.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-e174f369-9d8b-47ea-84cc-45984b7fa874 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 6fa79565-2e32-4a25-85ff-6274400ef94d 2026-04-17 06:52:08.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e174f369-9d8b-47ea-84cc-45984b7fa874 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 6fa79565-2e32-4a25-85ff-6274400ef94d [pid: 8|app: 0|req: 174/332] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:52:08 2026] DELETE /v2.0/networks/7a9433b2-1d8d-4c8f-86d2-0237644c918c => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:52:08.419 8 INFO neutron.services.segments.plugin [-] Segment 25091c9b-8b0f-488d-bb1e-bd53d8498313 resource provider aggregate not found 2026-04-17 06:52:08.422 8 INFO neutron.services.segments.plugin [-] Segment 25091c9b-8b0f-488d-bb1e-bd53d8498313 resource provider aggregate not found 2026-04-17 06:52:08.434 8 INFO neutron.services.segments.plugin [-] Segment 25091c9b-8b0f-488d-bb1e-bd53d8498313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25091c9b-8b0f-488d-bb1e-bd53d8498313 found for delete ", "request_id": "req-61aacf62-123e-499f-bff2-ed81be1086f0"}]} 2026-04-17 06:52:08.440 8 INFO neutron.services.segments.plugin [-] Segment 25091c9b-8b0f-488d-bb1e-bd53d8498313 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25091c9b-8b0f-488d-bb1e-bd53d8498313 found for delete ", "request_id": "req-69ad5a7a-915c-48b6-886c-835ff27e45f7"}]} 2026-04-17 06:52:08.449 8 INFO neutron.services.segments.plugin [-] Segment 6da5380e-348b-4a38-9307-f4b84c32220c resource provider aggregate not found 2026-04-17 06:52:08.454 8 INFO neutron.services.segments.plugin [-] Segment 6da5380e-348b-4a38-9307-f4b84c32220c resource provider aggregate not found 2026-04-17 06:52:08.462 8 INFO neutron.services.segments.plugin [-] Segment 6da5380e-348b-4a38-9307-f4b84c32220c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6da5380e-348b-4a38-9307-f4b84c32220c found for delete ", "request_id": "req-5db1adb9-67f1-4e80-91cc-3374a2624168"}]} 2026-04-17 06:52:08.467 8 INFO neutron.services.segments.plugin [-] Segment 6da5380e-348b-4a38-9307-f4b84c32220c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6da5380e-348b-4a38-9307-f4b84c32220c found for delete ", "request_id": "req-843d9d2c-6935-4590-ba9b-ecf9778904ec"}]} 2026-04-17 06:52:08.486 8 INFO neutron.services.segments.plugin [-] Segment bf0253b3-6151-48f9-8fa0-014245d3104c resource provider aggregate not found 2026-04-17 06:52:08.498 8 INFO neutron.services.segments.plugin [-] Segment bf0253b3-6151-48f9-8fa0-014245d3104c resource provider aggregate not found 2026-04-17 06:52:08.512 8 INFO neutron.services.segments.plugin [-] Segment bf0253b3-6151-48f9-8fa0-014245d3104c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf0253b3-6151-48f9-8fa0-014245d3104c found for delete ", "request_id": "req-112eb16d-1057-4bd1-9033-7f4452c8f08d"}]} 2026-04-17 06:52:08.528 8 INFO neutron.services.segments.plugin [-] Segment bf0253b3-6151-48f9-8fa0-014245d3104c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf0253b3-6151-48f9-8fa0-014245d3104c found for delete ", "request_id": "req-9bbdf797-3e60-4745-bba0-3af1ec0f1025"}]} [pid: 7|app: 0|req: 159/333] 199.204.45.129 () {38 vars in 955 bytes} [Fri Apr 17 06:52:08 2026] POST /v2.0/ports => generated 958 bytes in 627 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: 160/334] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:08 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 961 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/335] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:52:08 2026] GET /v2.0/security-groups?tenant_id=8cd18c0666664d84b4dd0944bf45e6f2&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/336] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:08 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:08.740 8 INFO neutron.db.segments_db [None req-ecc2152a-7a81-47be-8992-efe52fd03b5d 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 6e255bae-dd2f-41ff-96fa-ab04841e41bc of type vxlan for network 6406667a-cc5d-498c-b169-7a9b8e8cd1ce [pid: 7|app: 0|req: 163/337] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:52:08 2026] DELETE /v2.0/security-groups/bf5472f1-fe7d-4ba0-a946-bd23b0d4d109 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/338] 10.0.0.142 () {34 vars in 671 bytes} [Fri Apr 17 06:52:08 2026] POST /v2.0/networks => generated 733 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/339] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:52:08 2026] POST /v2.0/subnets => generated 699 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/340] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:09 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:52:09.078 8 INFO neutron.db.segments_db [None req-3e7326b0-fa0a-44f2-89f9-bc7a19726678 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment cdbd1190-1043-4d9d-8df8-9bf74dd50240 of type vxlan for network 286ceca3-a2af-4a1c-9a0f-de1e2c741d40 2026-04-17 06:52:09.317 8 INFO neutron.db.l3_hamode_db [None req-3e7326b0-fa0a-44f2-89f9-bc7a19726678 97a0c8c36fc3454987aaa5fff968f817 eb94b4ea20cc4a9a8ad14fb52fee28d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 166/341] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:52:09 2026] PUT /v2.0/ports/00b1ebb6-6b12-462a-b6f3-40b250770d66 => generated 1239 bytes in 483 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: 167/342] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:52:09 2026] GET /v2.0/networks?id=479b7db5-c131-40b6-b631-f713fa9d334a => generated 676 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/343] 199.204.45.129 () {34 vars in 1050 bytes} [Fri Apr 17 06:52:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=52d4b7ec5cea469f8f0b6442d56fba67 => generated 180 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/344] 199.204.45.129 () {38 vars in 955 bytes} [Fri Apr 17 06:52:09 2026] POST /v2.0/ports => generated 954 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, ' [pid: 7|app: 0|req: 170/345] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:09 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:10.144 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a52647b1-6150-40ad-a0ea-79a9e19aceb7'] response: {'name': 'network-changed', 'server_uuid': '7d230c87-a467-481c-a2f3-216ffb9bf5a7', 'tag': '00b1ebb6-6b12-462a-b6f3-40b250770d66', 'status': 'completed', 'code': 200} 2026-04-17 06:52:10.241 8 INFO neutron.db.l3_hamode_db [None req-3e7326b0-fa0a-44f2-89f9-bc7a19726678 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 171/346] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:52:10 2026] PUT /v2.0/ports/2cb403d2-f056-43d8-a6dd-9bc3d5594076 => generated 1235 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 172/347] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:10 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/348] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:10 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/349] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:10 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/350] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:10 2026] GET /v2.0/ports?tenant_id=dded99c4ff974a14a430d553395694bf&device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/351] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:52:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=00b1ebb6-6b12-462a-b6f3-40b250770d66 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/352] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:52:10 2026] GET /v2.0/subnets?id=6249d7c5-8449-4da8-9b35-69c2d813d341 => generated 694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/353] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:52:10 2026] GET /v2.0/ports?network_id=efc1a5cf-cc43-422e-b64f-a0093a93a09c&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/354] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:52:10 2026] GET /v2.0/networks/efc1a5cf-cc43-422e-b64f-a0093a93a09c?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/355] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:52:09 2026] POST /v2.0/routers => generated 739 bytes in 2098 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:52:11.117 7 INFO neutron.db.segments_db [None req-410a151f-2e70-4630-ab3e-fb966f4eac69 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 2c0089e0-23f7-4af5-9971-eb39a53c9ea3 of type vxlan for network e7b7c4d9-ab54-4a9a-9a6d-ee05c47abe0c [pid: 8|app: 0|req: 177/356] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:52:11 2026] GET /v2.0/networks/efc1a5cf-cc43-422e-b64f-a0093a93a09c?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: 180/357] 10.0.0.142 () {34 vars in 671 bytes} [Fri Apr 17 06:52:10 2026] POST /v2.0/networks => generated 729 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/358] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:52:11 2026] POST /v2.0/subnets => generated 695 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:52:11.461 7 INFO neutron.db.segments_db [None req-b61e4eca-aa5e-4e4b-bf2f-fdae7e24b981 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 8b734bba-1f30-4d4d-afbd-216440dfadc6 of type vxlan for network c8efcee2-71b0-4f1b-a170-c05d9fc01b16 2026-04-17 06:52:11.756 7 INFO neutron.db.l3_hamode_db [None req-b61e4eca-aa5e-4e4b-bf2f-fdae7e24b981 97a0c8c36fc3454987aaa5fff968f817 672850bf75bc42c693bb7a6e9c2c1218 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 178/359] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:52:11 2026] PUT /v2.0/routers/db53e057-b0cb-4ee6-b944-e2826ee8e5f4/add_router_interface => generated 309 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/360] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:12 2026] GET /v2.0/ports?tenant_id=52d4b7ec5cea469f8f0b6442d56fba67&device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/361] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:12 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/362] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:12 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/363] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:12 2026] GET /v2.0/ports?tenant_id=dded99c4ff974a14a430d553395694bf&device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/364] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:52:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2cb403d2-f056-43d8-a6dd-9bc3d5594076 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/365] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:12 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/366] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:12 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:12.681 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6392440-995a-42cb-8e8a-078af9853317'] response: {'name': 'network-changed', 'server_uuid': '56c9d87c-568e-46c9-be8a-815cbc5572bc', 'tag': '2cb403d2-f056-43d8-a6dd-9bc3d5594076', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 186/367] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:52:12 2026] GET /v2.0/networks?id=efc1a5cf-cc43-422e-b64f-a0093a93a09c => generated 772 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/368] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:52:12 2026] GET /v2.0/subnets?id=714541df-305a-4227-8e98-8fdfebf1b2e8 => generated 694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/369] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:52:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=00b1ebb6-6b12-462a-b6f3-40b250770d66 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/370] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:52:12 2026] GET /v2.0/ports?network_id=479b7db5-c131-40b6-b631-f713fa9d334a&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: 8|app: 0|req: 190/371] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:52:12 2026] GET /v2.0/subnets?id=6249d7c5-8449-4da8-9b35-69c2d813d341 => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:12.891 7 INFO neutron.db.l3_hamode_db [None req-b61e4eca-aa5e-4e4b-bf2f-fdae7e24b981 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 191/372] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:52:12 2026] GET /v2.0/networks/479b7db5-c131-40b6-b631-f713fa9d334a?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/373] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:52:12 2026] GET /v2.0/ports?network_id=efc1a5cf-cc43-422e-b64f-a0093a93a09c&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/374] 10.0.0.142 () {34 vars in 685 bytes} [Fri Apr 17 06:52:12 2026] POST /v2.0/security-groups => generated 1660 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/375] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:52:13 2026] GET /v2.0/networks/479b7db5-c131-40b6-b631-f713fa9d334a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/376] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:52:13 2026] GET /v2.0/networks/efc1a5cf-cc43-422e-b64f-a0093a93a09c?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/377] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:52:13 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: 8|app: 0|req: 197/378] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:52:13 2026] GET /v2.0/networks/efc1a5cf-cc43-422e-b64f-a0093a93a09c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/379] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:52:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/380] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:52:11 2026] POST /v2.0/routers => generated 735 bytes in 2402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/381] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:13 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/382] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:52:13 2026] POST /v2.0/floatingips => generated 552 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/383] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:13 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/384] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:13 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/385] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:13 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/386] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:14 2026] GET /v2.0/ports?tenant_id=52d4b7ec5cea469f8f0b6442d56fba67&device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/387] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:52:14 2026] GET /v2.0/networks?id=479b7db5-c131-40b6-b631-f713fa9d334a => generated 772 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/388] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:52:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2cb403d2-f056-43d8-a6dd-9bc3d5594076 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/389] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:52:14 2026] GET /v2.0/subnets?id=714541df-305a-4227-8e98-8fdfebf1b2e8 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/392] 10.0.0.21 () {34 vars in 1099 bytes} [Fri Apr 17 06:52:14 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1915899827&fields=id&tenant_id=eb94b4ea20cc4a9a8ad14fb52fee28d9 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/393] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:52:14 2026] GET /v2.0/ports?network_id=479b7db5-c131-40b6-b631-f713fa9d334a&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/394] 10.0.0.21 () {34 vars in 981 bytes} [Fri Apr 17 06:52:14 2026] GET /v2.0/networks?id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce => generated 684 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/395] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:52:14 2026] GET /v2.0/networks/479b7db5-c131-40b6-b631-f713fa9d334a?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/396] 10.0.0.21 () {34 vars in 964 bytes} [Fri Apr 17 06:52:14 2026] GET /v2.0/quotas/eb94b4ea20cc4a9a8ad14fb52fee28d9 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/397] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:52:14 2026] GET /v2.0/networks/479b7db5-c131-40b6-b631-f713fa9d334a?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: 199/398] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:52:14 2026] GET /v2.0/ports?tenant_id=eb94b4ea20cc4a9a8ad14fb52fee28d9&fields=id => generated 57 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/399] 10.0.0.21 () {34 vars in 1007 bytes} [Fri Apr 17 06:52:14 2026] GET /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/400] 10.0.0.21 () {34 vars in 1107 bytes} [Fri Apr 17 06:52:14 2026] GET /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/401] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:52:13 2026] PUT /v2.0/routers/0077479b-f105-42e0-ab56-114171909e37/add_router_interface => generated 309 bytes in 930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/402] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:14 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/403] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:15 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/404] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:15 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/405] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:15 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/406] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:15 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/407] 10.0.0.142 () {34 vars in 685 bytes} [Fri Apr 17 06:52:15 2026] POST /v2.0/security-groups => generated 1661 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/408] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:52:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/409] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:52:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/410] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:15 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => 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: 207/411] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:16 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/412] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:16 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/413] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:16 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => 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: 210/414] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:16 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/415] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:52:15 2026] POST /v2.0/floatingips => generated 552 bytes in 822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/416] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:17 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/417] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:17 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/418] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:17 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/419] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:17 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/420] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:17 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/421] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:18 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => 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: 214/422] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:18 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/423] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:18 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/424] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:18 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/425] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:18 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/426] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:52:19 2026] GET /v2.0/networks?id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce => generated 684 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/427] 199.204.45.129 () {34 vars in 1050 bytes} [Fri Apr 17 06:52:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eb94b4ea20cc4a9a8ad14fb52fee28d9 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/428] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:19 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => 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: 217/429] 199.204.45.129 () {38 vars in 955 bytes} [Fri Apr 17 06:52:19 2026] POST /v2.0/ports => generated 958 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 213/430] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:19 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/431] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:19 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/432] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:19 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/433] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:19 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&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: 218/434] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:52:19 2026] PUT /v2.0/ports/df306db6-6e2b-46bc-850c-7afd74e86dc5 => generated 1239 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:52:20.175 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-66ca161c-8ff1-450b-bba2-2d0831ef4570'] response: {'name': 'network-changed', 'server_uuid': '025ea7be-84dc-41cd-9b25-25ae9f6c99b5', 'tag': 'df306db6-6e2b-46bc-850c-7afd74e86dc5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 217/435] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:20 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 219/436] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:20 2026] GET /v2.0/security-groups?id=d4accc3f-e2bc-41a6-a02b-06e9407a6cb6&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/437] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:20 2026] GET /v2.0/ports?tenant_id=eb94b4ea20cc4a9a8ad14fb52fee28d9&device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/438] 199.204.45.129 () {34 vars in 1018 bytes} [Fri Apr 17 06:52:20 2026] GET /v2.0/networks?tenant_id=eb94b4ea20cc4a9a8ad14fb52fee28d9&shared=False => generated 780 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/439] 199.204.45.129 () {34 vars in 930 bytes} [Fri Apr 17 06:52:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/440] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:20 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/441] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:20 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/442] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:20 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/443] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:20 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/444] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:21 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/445] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:21 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/446] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:21 2026] GET /v2.0/security-groups?id=d4accc3f-e2bc-41a6-a02b-06e9407a6cb6&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:21.869 7 INFO neutron.db.l3_db [None req-66736952-fca3-460c-bdc4-b816e5b1adf1 9482ee7bafce4bb783e9c1407b61c0ed dded99c4ff974a14a430d553395694bf - - default default] Floating IP b2529dd5-cf91-4c43-9dc3-ca1896672f44 associated. External IP: 10.96.250.209, port: 00b1ebb6-6b12-462a-b6f3-40b250770d66. [pid: 8|app: 0|req: 224/447] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:21 2026] GET /v2.0/ports?tenant_id=eb94b4ea20cc4a9a8ad14fb52fee28d9&device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/448] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:52:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=df306db6-6e2b-46bc-850c-7afd74e86dc5 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/449] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:52:21 2026] GET /v2.0/subnets?id=4d63566b-e1ed-4120-be14-275f30d50549 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/450] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:52:21 2026] GET /v2.0/ports?network_id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/451] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/452] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/453] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => 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: 224/454] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:52:21 2026] PUT /v2.0/floatingips/b2529dd5-cf91-4c43-9dc3-ca1896672f44 => generated 856 bytes in 1070 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/455] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:22.228 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa010ffe-8581-421b-b63b-867302f3d34d'] response: {'name': 'network-changed', 'server_uuid': '7d230c87-a467-481c-a2f3-216ffb9bf5a7', 'tag': '00b1ebb6-6b12-462a-b6f3-40b250770d66', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 225/456] 10.0.0.21 () {34 vars in 1099 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1023423271&fields=id&tenant_id=672850bf75bc42c693bb7a6e9c2c1218 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/457] 10.0.0.21 () {34 vars in 981 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/networks?id=e7b7c4d9-ab54-4a9a-9a6d-ee05c47abe0c => generated 680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/458] 10.0.0.21 () {34 vars in 964 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/quotas/672850bf75bc42c693bb7a6e9c2c1218 => 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: 227/459] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/ports?tenant_id=dded99c4ff974a14a430d553395694bf&device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/460] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/ports?tenant_id=672850bf75bc42c693bb7a6e9c2c1218&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/461] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/462] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/networks?id=efc1a5cf-cc43-422e-b64f-a0093a93a09c => generated 772 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/463] 10.0.0.21 () {34 vars in 1007 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/networks/e7b7c4d9-ab54-4a9a-9a6d-ee05c47abe0c?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/464] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/security-groups?id=d4accc3f-e2bc-41a6-a02b-06e9407a6cb6&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/465] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=00b1ebb6-6b12-462a-b6f3-40b250770d66 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/466] 10.0.0.21 () {34 vars in 1107 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/networks/e7b7c4d9-ab54-4a9a-9a6d-ee05c47abe0c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/467] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/subnets?id=6249d7c5-8449-4da8-9b35-69c2d813d341 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/468] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/ports?network_id=efc1a5cf-cc43-422e-b64f-a0093a93a09c&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/469] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:52:22 2026] GET /v2.0/networks/efc1a5cf-cc43-422e-b64f-a0093a93a09c?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: 232/470] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:52:23 2026] GET /v2.0/networks/efc1a5cf-cc43-422e-b64f-a0093a93a09c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/471] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:23 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => 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: 233/472] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:23 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/473] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:23 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/474] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:23 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/475] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:23 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:23.957 8 INFO neutron.db.l3_db [None req-f75910b4-6baf-4306-b5a6-943f01140e59 d8bd9b2031284be2843c1cc9b1ed411a 52d4b7ec5cea469f8f0b6442d56fba67 - - default default] Floating IP 94687f30-31c6-493f-b0db-afbddbb95134 associated. External IP: 10.96.250.201, port: 2cb403d2-f056-43d8-a6dd-9bc3d5594076. [pid: 7|app: 0|req: 236/476] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:23 2026] GET /v2.0/security-groups?id=d4accc3f-e2bc-41a6-a02b-06e9407a6cb6&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/477] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:52:23 2026] PUT /v2.0/floatingips/94687f30-31c6-493f-b0db-afbddbb95134 => generated 855 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/478] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:24 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/479] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:24 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&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: 238/480] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:24 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:52:24.676 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd0d984f-644f-4fe3-87d4-31794cefc066'] response: {'name': 'network-changed', 'server_uuid': '56c9d87c-568e-46c9-be8a-815cbc5572bc', 'tag': '2cb403d2-f056-43d8-a6dd-9bc3d5594076', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 243/481] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:24 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => 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: 239/482] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:24 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/483] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:25 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/484] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:25 2026] GET /v2.0/security-groups?id=d4accc3f-e2bc-41a6-a02b-06e9407a6cb6&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/485] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:25 2026] GET /v2.0/ports?tenant_id=52d4b7ec5cea469f8f0b6442d56fba67&device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/486] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:52:25 2026] GET /v2.0/networks?id=479b7db5-c131-40b6-b631-f713fa9d334a => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/487] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:52:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2cb403d2-f056-43d8-a6dd-9bc3d5594076 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/488] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:52:25 2026] GET /v2.0/subnets?id=714541df-305a-4227-8e98-8fdfebf1b2e8 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/489] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:52:25 2026] GET /v2.0/ports?network_id=479b7db5-c131-40b6-b631-f713fa9d334a&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: 243/490] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:52:25 2026] GET /v2.0/networks/479b7db5-c131-40b6-b631-f713fa9d334a?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/491] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:25 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => 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: 244/492] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:52:25 2026] GET /v2.0/networks/479b7db5-c131-40b6-b631-f713fa9d334a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/493] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:25 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/494] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:25 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/495] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:26 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/496] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:26 2026] GET /v2.0/security-groups?id=d4accc3f-e2bc-41a6-a02b-06e9407a6cb6&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/497] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:26 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => 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: 247/498] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:27 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/499] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:52:27 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/500] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:27 2026] GET /v2.0/security-groups?id=97907b5b-ee84-4b82-872b-5956fdf17d01&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:27.409 8 INFO neutron_taas.services.taas.taas_plugin [req-db8d104b-2e3d-40bc-986f-b0c003c55167 req-2577e9ab-e768-42e2-98a3-83d1f8de707e d8bd9b2031284be2843c1cc9b1ed411a 52d4b7ec5cea469f8f0b6442d56fba67 - - default default] TaaS: Handle Delete Port: 2cb403d2-f056-43d8-a6dd-9bc3d5594076 2026-04-17 06:52:27.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-db8d104b-2e3d-40bc-986f-b0c003c55167 req-2577e9ab-e768-42e2-98a3-83d1f8de707e d8bd9b2031284be2843c1cc9b1ed411a 52d4b7ec5cea469f8f0b6442d56fba67 - - default default] Tap Mirror: Handle Delete Port: 2cb403d2-f056-43d8-a6dd-9bc3d5594076 2026-04-17 06:52:27.590 8 INFO neutron.db.l3_db [req-db8d104b-2e3d-40bc-986f-b0c003c55167 req-2577e9ab-e768-42e2-98a3-83d1f8de707e d8bd9b2031284be2843c1cc9b1ed411a 52d4b7ec5cea469f8f0b6442d56fba67 - - default default] Floating IP 94687f30-31c6-493f-b0db-afbddbb95134 disassociated. External IP: 10.96.250.201, port: 2cb403d2-f056-43d8-a6dd-9bc3d5594076. [pid: 7|app: 0|req: 249/501] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:27 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/502] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:52:27 2026] GET /v2.0/networks?id=e7b7c4d9-ab54-4a9a-9a6d-ee05c47abe0c => generated 680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/503] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:27 2026] GET /v2.0/security-groups?id=d4accc3f-e2bc-41a6-a02b-06e9407a6cb6&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/504] 199.204.45.129 () {34 vars in 1050 bytes} [Fri Apr 17 06:52:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=672850bf75bc42c693bb7a6e9c2c1218 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/505] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:27 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/506] 199.204.45.129 () {36 vars in 997 bytes} [Fri Apr 17 06:52:27 2026] DELETE /v2.0/ports/2cb403d2-f056-43d8-a6dd-9bc3d5594076 => generated 0 bytes in 700 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/507] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:27 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:27.978 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1aeab862-d537-43b6-bb71-773caca6f890'] response: {'server_uuid': '56c9d87c-568e-46c9-be8a-815cbc5572bc', 'name': 'network-vif-deleted', 'tag': '2cb403d2-f056-43d8-a6dd-9bc3d5594076', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 254/508] 199.204.45.129 () {38 vars in 955 bytes} [Fri Apr 17 06:52:27 2026] POST /v2.0/ports => generated 954 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:52:28.328 8 INFO neutron.db.l3_db [None req-fcd659e9-8233-41ac-bbfb-49b8b8c20e3e cffc1b68c7ff4554b21bdce1200b3a65 eb94b4ea20cc4a9a8ad14fb52fee28d9 - - default default] Floating IP 27e9435f-1d95-44b0-95c3-5fc9700a41ea associated. External IP: 10.96.250.207, port: df306db6-6e2b-46bc-850c-7afd74e86dc5. [pid: 7|app: 0|req: 255/509] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:52:28 2026] PUT /v2.0/ports/16feb113-32aa-429f-b121-05b7f16fd076 => generated 1235 bytes in 383 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: 256/510] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:28 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:52:28.504 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ae5dfff-4269-46f6-b23d-f00ae9f72cba'] response: {'name': 'network-changed', 'server_uuid': '934af290-a260-4cbd-886c-c206c3e73314', 'tag': '16feb113-32aa-429f-b121-05b7f16fd076', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 255/511] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:52:27 2026] PUT /v2.0/floatingips/27e9435f-1d95-44b0-95c3-5fc9700a41ea => generated 856 bytes in 668 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/512] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:28 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/513] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:28 2026] GET /v2.0/security-groups?id=d4accc3f-e2bc-41a6-a02b-06e9407a6cb6&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/514] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:28 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/515] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:28 2026] GET /v2.0/security-groups?id=267c6b48-6806-4a55-9f47-f20e3c05ff39&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: 259/516] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:29 2026] GET /v2.0/ports?tenant_id=672850bf75bc42c693bb7a6e9c2c1218&device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/517] 199.204.45.129 () {34 vars in 1018 bytes} [Fri Apr 17 06:52:29 2026] GET /v2.0/networks?tenant_id=672850bf75bc42c693bb7a6e9c2c1218&shared=False => generated 776 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/518] 199.204.45.129 () {34 vars in 930 bytes} [Fri Apr 17 06:52:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/521] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:29 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:52:30.016 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-83419e60-bc97-475a-8378-82ae896abc89'] response: {'name': 'network-changed', 'server_uuid': '025ea7be-84dc-41cd-9b25-25ae9f6c99b5', 'tag': 'df306db6-6e2b-46bc-850c-7afd74e86dc5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 262/522] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:29 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/523] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/security-groups?id=267c6b48-6806-4a55-9f47-f20e3c05ff39&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/524] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/ports?tenant_id=672850bf75bc42c693bb7a6e9c2c1218&device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/525] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=16feb113-32aa-429f-b121-05b7f16fd076 => 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: 264/526] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/subnets?id=81c129fa-a59b-4f4b-b86c-1a2b0d8c89f8 => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/527] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/ports?network_id=e7b7c4d9-ab54-4a9a-9a6d-ee05c47abe0c&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/528] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/networks/e7b7c4d9-ab54-4a9a-9a6d-ee05c47abe0c?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/529] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/networks/e7b7c4d9-ab54-4a9a-9a6d-ee05c47abe0c?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: 266/530] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/ports?tenant_id=eb94b4ea20cc4a9a8ad14fb52fee28d9&device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/531] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/networks?id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/532] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=df306db6-6e2b-46bc-850c-7afd74e86dc5 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/533] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/ports?device_id=56c9d87c-568e-46c9-be8a-815cbc5572bc => 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: 268/534] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/subnets?id=4d63566b-e1ed-4120-be14-275f30d50549 => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/535] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/ports?network_id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/536] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/537] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:52:30 2026] GET /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/538] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:31 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/539] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:31 2026] GET /v2.0/security-groups?id=267c6b48-6806-4a55-9f47-f20e3c05ff39&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/540] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:52:31 2026] DELETE /v2.0/security-groups/97907b5b-ee84-4b82-872b-5956fdf17d01 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:52:31.927 8 INFO neutron.api.v2.resource [None req-e3314399-9f8a-4038-bace-d6e5463c94c0 d8bd9b2031284be2843c1cc9b1ed411a 52d4b7ec5cea469f8f0b6442d56fba67 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 270/541] 10.0.0.142 () {32 vars in 737 bytes} [Fri Apr 17 06:52:31 2026] GET /v2.0/security-groups/97907b5b-ee84-4b82-872b-5956fdf17d01 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:52:32.023 7 INFO neutron_taas.services.taas.taas_plugin [None req-0dda5760-7241-480f-8197-d720c9190634 d8bd9b2031284be2843c1cc9b1ed411a 52d4b7ec5cea469f8f0b6442d56fba67 - - default default] TaaS: Handle Delete Port: cbb5c7ab-c248-43b9-a699-458a44572720 2026-04-17 06:52:32.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dda5760-7241-480f-8197-d720c9190634 d8bd9b2031284be2843c1cc9b1ed411a 52d4b7ec5cea469f8f0b6442d56fba67 - - default default] Tap Mirror: Handle Delete Port: cbb5c7ab-c248-43b9-a699-458a44572720 [pid: 7|app: 0|req: 272/542] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:52:31 2026] DELETE /v2.0/floatingips/94687f30-31c6-493f-b0db-afbddbb95134 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/543] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:32 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/544] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:32 2026] GET /v2.0/security-groups?id=267c6b48-6806-4a55-9f47-f20e3c05ff39&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:32.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-159f3f0f-8279-47eb-9e62-b052651fd31e 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: f78d5e94-6f43-4853-b32f-bd5f2862af5d 2026-04-17 06:52:32.485 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-159f3f0f-8279-47eb-9e62-b052651fd31e 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: f78d5e94-6f43-4853-b32f-bd5f2862af5d [pid: 8|app: 0|req: 271/545] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:52:32 2026] PUT /v2.0/routers/ce9c1cbd-44a7-45ce-bc1e-3a0c1fc938ef/remove_router_interface => generated 309 bytes in 815 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/546] 10.0.0.7 () {34 vars in 988 bytes} [Fri Apr 17 06:52:32 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 1244 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/547] 10.0.0.7 () {34 vars in 1038 bytes} [Fri Apr 17 06:52:33 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:33.177 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b4a9418-8d22-4714-9b2b-26bc8d03eca5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 53e09b24-2d7c-407b-8d06-8029bb9c245d 2026-04-17 06:52:33.180 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b4a9418-8d22-4714-9b2b-26bc8d03eca5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 53e09b24-2d7c-407b-8d06-8029bb9c245d 2026-04-17 06:52:33.466 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b4a9418-8d22-4714-9b2b-26bc8d03eca5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: d79e8fac-a617-4e38-b612-0496b0bca435 2026-04-17 06:52:33.469 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b4a9418-8d22-4714-9b2b-26bc8d03eca5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: d79e8fac-a617-4e38-b612-0496b0bca435 [pid: 7|app: 0|req: 277/548] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:33 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/549] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:33 2026] GET /v2.0/security-groups?id=267c6b48-6806-4a55-9f47-f20e3c05ff39&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:33.787 8 INFO neutron.services.segments.plugin [-] Segment 00f57acb-60e2-4d4d-b0a5-d5cd1bb26381 resource provider aggregate not found 2026-04-17 06:52:33.791 8 INFO neutron.services.segments.plugin [-] Segment 00f57acb-60e2-4d4d-b0a5-d5cd1bb26381 resource provider aggregate not found 2026-04-17 06:52:33.808 8 INFO neutron.services.segments.plugin [-] Segment 00f57acb-60e2-4d4d-b0a5-d5cd1bb26381 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00f57acb-60e2-4d4d-b0a5-d5cd1bb26381 found for delete ", "request_id": "req-106e4da4-db4f-4e86-b2a4-a8f0cf58e677"}]} 2026-04-17 06:52:33.809 8 INFO neutron.services.segments.plugin [-] Segment 00f57acb-60e2-4d4d-b0a5-d5cd1bb26381 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00f57acb-60e2-4d4d-b0a5-d5cd1bb26381 found for delete ", "request_id": "req-14173e75-6633-4a34-8f19-139daa0d8a0c"}]} 2026-04-17 06:52:33.818 8 INFO neutron.db.l3_hamode_db [None req-0b4a9418-8d22-4714-9b2b-26bc8d03eca5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] HA network 1dc3b67c-9e5e-474f-aac8-a30235615d9d was deleted as no HA routers are present in tenant 52d4b7ec5cea469f8f0b6442d56fba67. [pid: 8|app: 0|req: 272/550] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:52:32 2026] DELETE /v2.0/routers/ce9c1cbd-44a7-45ce-bc1e-3a0c1fc938ef => generated 0 bytes in 840 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/551] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:52:33 2026] DELETE /v2.0/subnets/714541df-305a-4227-8e98-8fdfebf1b2e8 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:52:34.108 8 INFO neutron_taas.services.taas.taas_plugin [None req-c2103582-085f-45b9-bec3-c8b45d9e0869 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 4e189353-5de9-4e48-a4ea-db453af65bfa 2026-04-17 06:52:34.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2103582-085f-45b9-bec3-c8b45d9e0869 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 4e189353-5de9-4e48-a4ea-db453af65bfa [pid: 8|app: 0|req: 273/552] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:52:34 2026] DELETE /v2.0/networks/479b7db5-c131-40b6-b631-f713fa9d334a => 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: 280/553] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:52:34 2026] GET /v2.0/security-groups?tenant_id=52d4b7ec5cea469f8f0b6442d56fba67&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/554] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:52:34 2026] DELETE /v2.0/security-groups/35c86b64-94b5-4137-952f-d8bdfce5af4e => 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: 281/555] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:34 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/556] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:34 2026] GET /v2.0/security-groups?id=267c6b48-6806-4a55-9f47-f20e3c05ff39&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:35.832 8 INFO neutron.services.segments.plugin [-] Segment 267fff4a-8dd5-4561-b12c-829bbad98ecd resource provider aggregate not found 2026-04-17 06:52:35.843 8 INFO neutron.services.segments.plugin [-] Segment 267fff4a-8dd5-4561-b12c-829bbad98ecd resource provider aggregate not found [pid: 7|app: 0|req: 282/557] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:35 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:35.851 8 INFO neutron.services.segments.plugin [-] Segment 267fff4a-8dd5-4561-b12c-829bbad98ecd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 267fff4a-8dd5-4561-b12c-829bbad98ecd found for delete ", "request_id": "req-1e007b43-edd0-4a01-94be-72eb8192ba1d"}]} 2026-04-17 06:52:35.867 8 INFO neutron.services.segments.plugin [-] Segment 267fff4a-8dd5-4561-b12c-829bbad98ecd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 267fff4a-8dd5-4561-b12c-829bbad98ecd found for delete ", "request_id": "req-284866a5-a06b-4d15-b561-0ca872607431"}]} [pid: 8|app: 0|req: 276/558] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:35 2026] GET /v2.0/security-groups?id=267c6b48-6806-4a55-9f47-f20e3c05ff39&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:36.639 7 INFO neutron.db.segments_db [None req-394edcae-8c52-4e42-9e8f-1f88f8e004f9 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 9841baaa-a6e5-403d-9119-8751f8d5ee86 of type vxlan for network f73416cc-e52f-4e67-be34-4e66112c8890 [pid: 7|app: 0|req: 283/559] 10.0.0.142 () {34 vars in 671 bytes} [Fri Apr 17 06:52:36 2026] POST /v2.0/networks => generated 727 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/560] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:52:36 2026] POST /v2.0/subnets => generated 693 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:52:36.949 7 INFO neutron.db.segments_db [None req-2282ffb5-3b54-45cf-9f19-f8b7e634b223 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment e42c40f1-8296-4940-ad8a-0817daabc8c0 of type vxlan for network fc0ee1b3-38e0-4b6e-9d2f-29ba2341b987 [pid: 8|app: 0|req: 278/561] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:36 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/562] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:37 2026] GET /v2.0/security-groups?id=267c6b48-6806-4a55-9f47-f20e3c05ff39&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-04-17 06:52:37.164 7 INFO neutron.db.l3_hamode_db [None req-2282ffb5-3b54-45cf-9f19-f8b7e634b223 97a0c8c36fc3454987aaa5fff968f817 190f73f6d2dd484db4ebe0dd6eacc660 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 280/563] 10.0.0.7 () {34 vars in 988 bytes} [Fri Apr 17 06:52:37 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 1244 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/564] 10.0.0.7 () {34 vars in 1038 bytes} [Fri Apr 17 06:52:37 2026] GET /v2.0/security-groups?id=d4accc3f-e2bc-41a6-a02b-06e9407a6cb6&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:37.852 7 INFO neutron.db.l3_hamode_db [None req-2282ffb5-3b54-45cf-9f19-f8b7e634b223 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 282/565] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:38 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/566] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:38 2026] GET /v2.0/security-groups?id=267c6b48-6806-4a55-9f47-f20e3c05ff39&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/567] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:52:36 2026] POST /v2.0/routers => generated 733 bytes in 1900 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/568] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:39 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/569] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:39 2026] GET /v2.0/security-groups?id=267c6b48-6806-4a55-9f47-f20e3c05ff39&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: 287/570] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:39 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/571] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:52:38 2026] PUT /v2.0/routers/1bf90a83-a883-4988-8c36-fdefdf3d26f0/add_router_interface => generated 309 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:39.907 7 INFO neutron.db.l3_db [None req-0ade4001-c464-4444-9aa6-8425fd8f87d0 18db2168817f438aaeaf767a103d6e3f 672850bf75bc42c693bb7a6e9c2c1218 - - default default] Floating IP 9724f69f-a5b9-4cd4-9ac7-f409fa9584ef associated. External IP: 10.96.250.210, port: 16feb113-32aa-429f-b121-05b7f16fd076. [pid: 7|app: 0|req: 288/572] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:52:39 2026] PUT /v2.0/floatingips/9724f69f-a5b9-4cd4-9ac7-f409fa9584ef => generated 855 bytes in 689 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:40.325 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ac0ab75-3e1b-4137-89a0-f4be9805e89e'] response: {'name': 'network-changed', 'server_uuid': '934af290-a260-4cbd-886c-c206c3e73314', 'tag': '16feb113-32aa-429f-b121-05b7f16fd076', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 285/573] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:40 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/574] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:40 2026] GET /v2.0/security-groups?id=267c6b48-6806-4a55-9f47-f20e3c05ff39&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/575] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:40 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => 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: 290/576] 10.0.0.21 () {34 vars in 981 bytes} [Fri Apr 17 06:52:40 2026] GET /v2.0/networks?id=f73416cc-e52f-4e67-be34-4e66112c8890 => generated 678 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/577] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:40 2026] GET /v2.0/security-groups?id=267c6b48-6806-4a55-9f47-f20e3c05ff39&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/578] 10.0.0.21 () {34 vars in 964 bytes} [Fri Apr 17 06:52:40 2026] GET /v2.0/quotas/190f73f6d2dd484db4ebe0dd6eacc660 => generated 292 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/579] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:40 2026] GET /v2.0/ports?tenant_id=672850bf75bc42c693bb7a6e9c2c1218&device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/580] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:52:40 2026] GET /v2.0/ports?tenant_id=190f73f6d2dd484db4ebe0dd6eacc660&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/581] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:52:40 2026] GET /v2.0/networks?id=e7b7c4d9-ab54-4a9a-9a6d-ee05c47abe0c => generated 776 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/582] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:52:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=16feb113-32aa-429f-b121-05b7f16fd076 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/583] 10.0.0.21 () {34 vars in 1007 bytes} [Fri Apr 17 06:52:40 2026] GET /v2.0/networks/f73416cc-e52f-4e67-be34-4e66112c8890?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/584] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:52:40 2026] GET /v2.0/subnets?id=81c129fa-a59b-4f4b-b86c-1a2b0d8c89f8 => generated 698 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/585] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:52:41 2026] GET /v2.0/ports?network_id=e7b7c4d9-ab54-4a9a-9a6d-ee05c47abe0c&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/586] 10.0.0.21 () {34 vars in 1107 bytes} [Fri Apr 17 06:52:41 2026] GET /v2.0/networks/f73416cc-e52f-4e67-be34-4e66112c8890?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: 296/587] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:52:41 2026] GET /v2.0/networks/e7b7c4d9-ab54-4a9a-9a6d-ee05c47abe0c?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/588] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:52:41 2026] GET /v2.0/networks/e7b7c4d9-ab54-4a9a-9a6d-ee05c47abe0c?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: 297/589] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:41 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/590] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:41 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => 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: 298/591] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:41 2026] GET /v2.0/security-groups?id=267c6b48-6806-4a55-9f47-f20e3c05ff39&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/592] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:42 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/593] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:43 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/594] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:43 2026] GET /v2.0/security-groups?id=267c6b48-6806-4a55-9f47-f20e3c05ff39&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: 300/595] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:52:43 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:43.356 8 INFO neutron_taas.services.taas.taas_plugin [req-f7019021-d13e-46d1-8675-cd4850ffab0c req-65d8fd17-19d9-4daa-8588-f7856c869613 18db2168817f438aaeaf767a103d6e3f 672850bf75bc42c693bb7a6e9c2c1218 - - default default] TaaS: Handle Delete Port: 16feb113-32aa-429f-b121-05b7f16fd076 2026-04-17 06:52:43.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f7019021-d13e-46d1-8675-cd4850ffab0c req-65d8fd17-19d9-4daa-8588-f7856c869613 18db2168817f438aaeaf767a103d6e3f 672850bf75bc42c693bb7a6e9c2c1218 - - default default] Tap Mirror: Handle Delete Port: 16feb113-32aa-429f-b121-05b7f16fd076 [pid: 7|app: 0|req: 301/596] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:43 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:52:43.511 8 INFO neutron.db.l3_db [req-f7019021-d13e-46d1-8675-cd4850ffab0c req-65d8fd17-19d9-4daa-8588-f7856c869613 18db2168817f438aaeaf767a103d6e3f 672850bf75bc42c693bb7a6e9c2c1218 - - default default] Floating IP 9724f69f-a5b9-4cd4-9ac7-f409fa9584ef disassociated. External IP: 10.96.250.210, port: 16feb113-32aa-429f-b121-05b7f16fd076. [pid: 7|app: 0|req: 302/597] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:44 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/598] 199.204.45.129 () {36 vars in 997 bytes} [Fri Apr 17 06:52:43 2026] DELETE /v2.0/ports/16feb113-32aa-429f-b121-05b7f16fd076 => generated 0 bytes in 1023 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:52:44.282 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3189d89a-3ce2-43ea-80cf-ea6009a10216'] response: {'server_uuid': '934af290-a260-4cbd-886c-c206c3e73314', 'name': 'network-vif-deleted', 'tag': '16feb113-32aa-429f-b121-05b7f16fd076', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 304/601] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:44 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/602] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:45 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => 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: 305/603] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:52:45 2026] GET /v2.0/networks?id=f73416cc-e52f-4e67-be34-4e66112c8890 => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/604] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:45 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/605] 199.204.45.129 () {38 vars in 955 bytes} [Fri Apr 17 06:52:45 2026] POST /v2.0/ports => generated 958 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 300/606] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:46 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => 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: 307/607] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:52:46 2026] PUT /v2.0/ports/aa922813-32f8-4de6-a2b6-a7e76f948646 => generated 1239 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:52:46.461 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-545c9eb0-4f11-47d8-b414-2482edaf422b'] response: {'name': 'network-changed', 'server_uuid': 'abe49584-0884-4a90-a876-4cad50184f72', 'tag': 'aa922813-32f8-4de6-a2b6-a7e76f948646', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 301/608] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:46 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 308/609] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:46 2026] GET /v2.0/security-groups?id=44ff3535-5e55-497b-8ad7-ed2598265e7f&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/610] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:46 2026] GET /v2.0/ports?tenant_id=190f73f6d2dd484db4ebe0dd6eacc660&device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/611] 199.204.45.129 () {34 vars in 1018 bytes} [Fri Apr 17 06:52:47 2026] GET /v2.0/networks?tenant_id=190f73f6d2dd484db4ebe0dd6eacc660&shared=False => generated 774 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/612] 199.204.45.129 () {34 vars in 930 bytes} [Fri Apr 17 06:52:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/613] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:47 2026] GET /v2.0/ports?device_id=934af290-a260-4cbd-886c-c206c3e73314 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/614] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:47 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/615] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:47 2026] GET /v2.0/security-groups?id=44ff3535-5e55-497b-8ad7-ed2598265e7f&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/616] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:48 2026] GET /v2.0/ports?tenant_id=190f73f6d2dd484db4ebe0dd6eacc660&device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/617] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:52:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=aa922813-32f8-4de6-a2b6-a7e76f948646 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/618] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:52:48 2026] GET /v2.0/subnets?id=4bbd3c35-2424-4a66-aaab-b336db73fc54 => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/619] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:52:48 2026] GET /v2.0/ports?network_id=f73416cc-e52f-4e67-be34-4e66112c8890&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/620] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:52:48 2026] GET /v2.0/networks/f73416cc-e52f-4e67-be34-4e66112c8890?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: 314/621] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:52:48 2026] GET /v2.0/networks/f73416cc-e52f-4e67-be34-4e66112c8890?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/622] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:52:48 2026] DELETE /v2.0/security-groups/267c6b48-6806-4a55-9f47-f20e3c05ff39 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:52:48.720 7 INFO neutron.api.v2.resource [None req-d9d5d8f6-2a6d-4d4e-89e8-ecbce3c950c8 18db2168817f438aaeaf767a103d6e3f 672850bf75bc42c693bb7a6e9c2c1218 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 315/623] 10.0.0.142 () {32 vars in 737 bytes} [Fri Apr 17 06:52:48 2026] GET /v2.0/security-groups/267c6b48-6806-4a55-9f47-f20e3c05ff39 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:52:48.827 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0ec106f-2225-40ba-8d69-6c2c075a846a 18db2168817f438aaeaf767a103d6e3f 672850bf75bc42c693bb7a6e9c2c1218 - - default default] TaaS: Handle Delete Port: 249df4bd-b653-4728-8eda-a5de88cf63cd 2026-04-17 06:52:48.830 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0ec106f-2225-40ba-8d69-6c2c075a846a 18db2168817f438aaeaf767a103d6e3f 672850bf75bc42c693bb7a6e9c2c1218 - - default default] Tap Mirror: Handle Delete Port: 249df4bd-b653-4728-8eda-a5de88cf63cd [pid: 8|app: 0|req: 309/624] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:52:48 2026] DELETE /v2.0/floatingips/9724f69f-a5b9-4cd4-9ac7-f409fa9584ef => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/625] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:49 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/626] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:49 2026] GET /v2.0/security-groups?id=44ff3535-5e55-497b-8ad7-ed2598265e7f&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-04-17 06:52:49.325 7 INFO neutron_taas.services.taas.taas_plugin [None req-bdcca3c6-64f1-42e5-9df5-fdb9c04feb09 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 9c33ae6e-33df-40bb-8727-50ceac5586b7 2026-04-17 06:52:49.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdcca3c6-64f1-42e5-9df5-fdb9c04feb09 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 9c33ae6e-33df-40bb-8727-50ceac5586b7 [pid: 7|app: 0|req: 316/627] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:52:48 2026] PUT /v2.0/routers/0077479b-f105-42e0-ab56-114171909e37/remove_router_interface => generated 309 bytes in 819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:50.006 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ac3bf03-9ed8-4bcd-a222-fd15f9c1990c 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 9b3d6a73-79d8-4cd1-b068-2ac1730894b1 2026-04-17 06:52:50.008 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ac3bf03-9ed8-4bcd-a222-fd15f9c1990c 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 9b3d6a73-79d8-4cd1-b068-2ac1730894b1 2026-04-17 06:52:50.220 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ac3bf03-9ed8-4bcd-a222-fd15f9c1990c 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 846b2c07-0dbc-40d8-8b98-bf7646405e70 2026-04-17 06:52:50.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ac3bf03-9ed8-4bcd-a222-fd15f9c1990c 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 846b2c07-0dbc-40d8-8b98-bf7646405e70 [pid: 7|app: 0|req: 317/628] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:50 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/629] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:50 2026] GET /v2.0/security-groups?id=44ff3535-5e55-497b-8ad7-ed2598265e7f&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-04-17 06:52:50.516 8 INFO neutron.services.segments.plugin [-] Segment 8b734bba-1f30-4d4d-afbd-216440dfadc6 resource provider aggregate not found 2026-04-17 06:52:50.527 8 INFO neutron.services.segments.plugin [-] Segment 8b734bba-1f30-4d4d-afbd-216440dfadc6 resource provider aggregate not found 2026-04-17 06:52:50.546 8 INFO neutron.services.segments.plugin [-] Segment 8b734bba-1f30-4d4d-afbd-216440dfadc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b734bba-1f30-4d4d-afbd-216440dfadc6 found for delete ", "request_id": "req-8218e4ee-58c6-4fb9-8c41-ec6ebdd6f4ed"}]} 2026-04-17 06:52:50.548 8 INFO neutron.services.segments.plugin [-] Segment 8b734bba-1f30-4d4d-afbd-216440dfadc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b734bba-1f30-4d4d-afbd-216440dfadc6 found for delete ", "request_id": "req-bc28c6e1-87da-4888-95ad-bb200ef9b1a6"}]} 2026-04-17 06:52:50.556 8 INFO neutron.db.l3_hamode_db [None req-3ac3bf03-9ed8-4bcd-a222-fd15f9c1990c 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] HA network c8efcee2-71b0-4f1b-a170-c05d9fc01b16 was deleted as no HA routers are present in tenant 672850bf75bc42c693bb7a6e9c2c1218. [pid: 8|app: 0|req: 312/630] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:52:49 2026] DELETE /v2.0/routers/0077479b-f105-42e0-ab56-114171909e37 => generated 0 bytes in 742 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/631] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:50 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/632] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:50 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/633] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:52:50 2026] DELETE /v2.0/subnets/81c129fa-a59b-4f4b-b86c-1a2b0d8c89f8 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:52:50.832 8 INFO neutron_taas.services.taas.taas_plugin [None req-729b81ec-207d-47e2-bf8c-fb83ebfade1a 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: b1c351d9-94d4-4fd2-a157-53bf637ac9d0 2026-04-17 06:52:50.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-729b81ec-207d-47e2-bf8c-fb83ebfade1a 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: b1c351d9-94d4-4fd2-a157-53bf637ac9d0 [pid: 7|app: 0|req: 320/634] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:50 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/635] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:50 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/636] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:52:50 2026] DELETE /v2.0/networks/e7b7c4d9-ab54-4a9a-9a6d-ee05c47abe0c => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/637] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:52:51 2026] GET /v2.0/security-groups?tenant_id=672850bf75bc42c693bb7a6e9c2c1218&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/638] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:52:51 2026] DELETE /v2.0/security-groups/57a00598-22a6-492a-be9e-273a39eea1de => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/639] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:51 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/640] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:51 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/641] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:51 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/642] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:51 2026] GET /v2.0/security-groups?id=44ff3535-5e55-497b-8ad7-ed2598265e7f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/643] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:52 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:52.569 8 INFO neutron.services.segments.plugin [-] Segment 2c0089e0-23f7-4af5-9971-eb39a53c9ea3 resource provider aggregate not found 2026-04-17 06:52:52.574 8 INFO neutron.services.segments.plugin [-] Segment 2c0089e0-23f7-4af5-9971-eb39a53c9ea3 resource provider aggregate not found [pid: 7|app: 0|req: 326/644] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:52 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:52.584 8 INFO neutron.services.segments.plugin [-] Segment 2c0089e0-23f7-4af5-9971-eb39a53c9ea3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c0089e0-23f7-4af5-9971-eb39a53c9ea3 found for delete ", "request_id": "req-aaddd8c6-432e-43a0-bef2-e11878118557"}]} 2026-04-17 06:52:52.597 8 INFO neutron.services.segments.plugin [-] Segment 2c0089e0-23f7-4af5-9971-eb39a53c9ea3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c0089e0-23f7-4af5-9971-eb39a53c9ea3 found for delete ", "request_id": "req-092e800d-4a6a-41d2-a3e5-68a1abd7ed4b"}]} [pid: 8|app: 0|req: 319/645] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:52 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 973 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/646] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:52 2026] GET /v2.0/security-groups?id=44ff3535-5e55-497b-8ad7-ed2598265e7f&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/647] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:52 2026] GET /v2.0/ports?tenant_id=dded99c4ff974a14a430d553395694bf&device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/648] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:52:52 2026] GET /v2.0/networks?id=efc1a5cf-cc43-422e-b64f-a0093a93a09c => generated 772 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/649] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:52:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=00b1ebb6-6b12-462a-b6f3-40b250770d66 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/650] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:52:52 2026] GET /v2.0/subnets?id=6249d7c5-8449-4da8-9b35-69c2d813d341 => generated 694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/651] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:52:52 2026] GET /v2.0/ports?network_id=efc1a5cf-cc43-422e-b64f-a0093a93a09c&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/652] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:52:52 2026] GET /v2.0/networks/efc1a5cf-cc43-422e-b64f-a0093a93a09c?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/653] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:52:53 2026] GET /v2.0/networks/efc1a5cf-cc43-422e-b64f-a0093a93a09c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/654] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:53 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/655] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:53 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/656] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:53 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/657] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:53 2026] GET /v2.0/security-groups?id=44ff3535-5e55-497b-8ad7-ed2598265e7f&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: 333/658] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:54 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/659] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:54 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/660] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:54 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/661] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:54 2026] GET /v2.0/security-groups?id=44ff3535-5e55-497b-8ad7-ed2598265e7f&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: 335/662] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:55 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/663] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:55 2026] GET /v2.0/security-groups?id=44ff3535-5e55-497b-8ad7-ed2598265e7f&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: 336/664] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:55 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/665] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:56 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/666] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:52:56 2026] GET /v2.0/security-groups?tenant_id=ddf01ed62af949ff81b28421a7e4aee6&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/667] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:52:56 2026] DELETE /v2.0/security-groups/fbe5a827-ea11-4ced-9d8b-dc2ec212c973 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/668] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:56 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/669] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:56 2026] GET /v2.0/security-groups?id=44ff3535-5e55-497b-8ad7-ed2598265e7f&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/670] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:52:56 2026] GET /v2.0/security-groups?tenant_id=1eb4097769a34c61ba7e95c4d62ee158&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/671] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:52:56 2026] DELETE /v2.0/security-groups/024289c0-8b45-4718-980c-26001cfb9e90 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/672] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:57 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/673] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:57 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/674] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:57 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/675] 10.0.0.21 () {34 vars in 970 bytes} [Fri Apr 17 06:52:57 2026] GET /v2.0/ports/df306db6-6e2b-46bc-850c-7afd74e86dc5 => generated 972 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/676] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:57 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/677] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:57 2026] GET /v2.0/security-groups?id=44ff3535-5e55-497b-8ad7-ed2598265e7f&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/678] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:52:57 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:57.924 8 INFO neutron_taas.services.taas.taas_plugin [req-2c6f398e-104d-40eb-a9de-dc44bb963f4f req-d9869db0-918c-451b-be52-e8a15c779be9 3c5ca0eabb6c45e380c5b763f77c6b65 190f73f6d2dd484db4ebe0dd6eacc660 - - default default] TaaS: Handle Delete Port: aa922813-32f8-4de6-a2b6-a7e76f948646 2026-04-17 06:52:57.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2c6f398e-104d-40eb-a9de-dc44bb963f4f req-d9869db0-918c-451b-be52-e8a15c779be9 3c5ca0eabb6c45e380c5b763f77c6b65 190f73f6d2dd484db4ebe0dd6eacc660 - - default default] Tap Mirror: Handle Delete Port: aa922813-32f8-4de6-a2b6-a7e76f948646 [pid: 7|app: 0|req: 344/679] 199.204.45.129 () {34 vars in 1000 bytes} [Fri Apr 17 06:52:58 2026] GET /v2.0/subnets?network_id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce => generated 684 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/680] 199.204.45.129 () {36 vars in 997 bytes} [Fri Apr 17 06:52:57 2026] DELETE /v2.0/ports/aa922813-32f8-4de6-a2b6-a7e76f948646 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/681] 199.204.45.129 () {34 vars in 1146 bytes} [Fri Apr 17 06:52:58 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5&device_owner=compute%3Anova&network_id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:52:58.175 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b061f5f-7b9b-40ec-8f14-78e782ce47b3'] response: {'server_uuid': 'abe49584-0884-4a90-a876-4cad50184f72', 'name': 'network-vif-deleted', 'tag': 'aa922813-32f8-4de6-a2b6-a7e76f948646', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 346/682] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:58 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/683] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:58 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/684] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:52:58 2026] PUT /v2.0/ports/df306db6-6e2b-46bc-850c-7afd74e86dc5 => generated 1149 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/685] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:58 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 338/686] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:52:59 2026] GET /v2.0/ports?tenant_id=eb94b4ea20cc4a9a8ad14fb52fee28d9&device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 1421 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/687] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:52:59 2026] GET /v2.0/networks?id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce => generated 780 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/688] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:52:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=df306db6-6e2b-46bc-850c-7afd74e86dc5 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/689] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:52:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=df306db6-6e2b-46bc-850c-7afd74e86dc5 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/692] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:52:59 2026] GET /v2.0/subnets?id=4d63566b-e1ed-4120-be14-275f30d50549 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/693] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:52:59 2026] GET /v2.0/ports?network_id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/694] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:52:59 2026] GET /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/695] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:52:59 2026] GET /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce?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: 354/696] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:59 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/697] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:59 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/698] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:59 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 1152 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/699] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:52:59 2026] GET /v2.0/security-groups?id=d4accc3f-e2bc-41a6-a02b-06e9407a6cb6&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/700] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:52:59 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:00.218 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-62bfaabc-78ce-42c6-8c39-61945dbc5295'] response: {'name': 'network-changed', 'server_uuid': '025ea7be-84dc-41cd-9b25-25ae9f6c99b5', 'tag': 'df306db6-6e2b-46bc-850c-7afd74e86dc5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 357/701] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:00 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/702] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:00 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/703] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:53:00 2026] GET /v2.0/ports?tenant_id=eb94b4ea20cc4a9a8ad14fb52fee28d9&device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 1421 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/704] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:53:00 2026] GET /v2.0/networks?id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce => generated 780 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/705] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:53:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=df306db6-6e2b-46bc-850c-7afd74e86dc5 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/706] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:53:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=df306db6-6e2b-46bc-850c-7afd74e86dc5 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/707] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:00 2026] GET /v2.0/security-groups?tenant_id=1e0d8a2328714828a954ddb269d13b84&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/708] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:53:00 2026] GET /v2.0/subnets?id=4d63566b-e1ed-4120-be14-275f30d50549 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/709] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:53:00 2026] GET /v2.0/ports?network_id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/710] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:53:00 2026] GET /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/711] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:00 2026] DELETE /v2.0/security-groups/6cb01a18-5ec9-4f10-872c-d5f16ffaf912 => 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: 366/712] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:01 2026] GET /v2.0/ports?device_id=abe49584-0884-4a90-a876-4cad50184f72 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/713] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:53:01 2026] GET /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/714] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:01 2026] GET /v2.0/security-groups?tenant_id=09fae5e162894e489f06e77dd04b31a9&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/715] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:01 2026] DELETE /v2.0/security-groups/4abb2dbe-2e98-4b29-8236-320951ff3cf8 => 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: 368/716] 199.204.45.129 () {34 vars in 1118 bytes} [Fri Apr 17 06:53:01 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1152 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/717] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:53:01 2026] PUT /v2.0/ports/df306db6-6e2b-46bc-850c-7afd74e86dc5 => generated 972 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:02.259 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b79ef5b8-2a4b-4d70-bac7-db1ef358250b'] response: {'name': 'network-changed', 'server_uuid': '025ea7be-84dc-41cd-9b25-25ae9f6c99b5', 'tag': 'df306db6-6e2b-46bc-850c-7afd74e86dc5', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 350/718] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:53:02 2026] GET /v2.0/ports?tenant_id=eb94b4ea20cc4a9a8ad14fb52fee28d9&device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/719] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:53:02 2026] GET /v2.0/networks?id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce => generated 780 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/720] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:53:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=df306db6-6e2b-46bc-850c-7afd74e86dc5 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/721] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:53:02 2026] GET /v2.0/subnets?id=4d63566b-e1ed-4120-be14-275f30d50549 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/722] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:53:02 2026] GET /v2.0/ports?network_id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/723] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:53:02 2026] GET /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/724] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:53:02 2026] GET /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:02.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-44234308-b209-40ec-bdd5-aeebf4d14db7 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: e09639b3-10c3-4ecc-b222-cdc78b476182 2026-04-17 06:53:02.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44234308-b209-40ec-bdd5-aeebf4d14db7 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: e09639b3-10c3-4ecc-b222-cdc78b476182 [pid: 7|app: 0|req: 369/725] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:53:02 2026] PUT /v2.0/routers/1bf90a83-a883-4988-8c36-fdefdf3d26f0/remove_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/726] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:03 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/727] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:03 2026] GET /v2.0/security-groups?id=d4accc3f-e2bc-41a6-a02b-06e9407a6cb6&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:03.423 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2a50e00-822e-41a5-9f59-4416b8454783 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 45ebf0fc-ff7f-4284-8e84-d87a67c3e105 2026-04-17 06:53:03.426 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2a50e00-822e-41a5-9f59-4416b8454783 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 45ebf0fc-ff7f-4284-8e84-d87a67c3e105 2026-04-17 06:53:03.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2a50e00-822e-41a5-9f59-4416b8454783 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 211eb70d-e1da-48b4-b655-b6cf17ab309f 2026-04-17 06:53:03.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2a50e00-822e-41a5-9f59-4416b8454783 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 211eb70d-e1da-48b4-b655-b6cf17ab309f 2026-04-17 06:53:03.720 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-b2a50e00-822e-41a5-9f59-4416b8454783 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 359/728] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:53:03 2026] GET /v2.0/ports?tenant_id=eb94b4ea20cc4a9a8ad14fb52fee28d9&device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/729] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:53:03 2026] GET /v2.0/networks?id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce => generated 780 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/730] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:53:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=df306db6-6e2b-46bc-850c-7afd74e86dc5 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/731] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:53:03 2026] GET /v2.0/subnets?id=4d63566b-e1ed-4120-be14-275f30d50549 => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/732] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:53:03 2026] GET /v2.0/ports?network_id=6406667a-cc5d-498c-b169-7a9b8e8cd1ce&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/733] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:53:03 2026] GET /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/734] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:53:04 2026] GET /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:04.078 7 INFO neutron.db.l3_hamode_db [None req-b2a50e00-822e-41a5-9f59-4416b8454783 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] HA network fc0ee1b3-38e0-4b6e-9d2f-29ba2341b987 was deleted as no HA routers are present in tenant 190f73f6d2dd484db4ebe0dd6eacc660. [pid: 7|app: 0|req: 370/735] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:03 2026] DELETE /v2.0/routers/1bf90a83-a883-4988-8c36-fdefdf3d26f0 => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/736] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:04 2026] DELETE /v2.0/subnets/4bbd3c35-2424-4a66-aaab-b336db73fc54 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:04.410 7 INFO neutron_taas.services.taas.taas_plugin [None req-0aaec2d0-6516-4712-a58a-029f915a0ccb 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 9cce7321-e0d4-49e1-bf73-8b31ed22eae0 2026-04-17 06:53:04.416 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0aaec2d0-6516-4712-a58a-029f915a0ccb 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 9cce7321-e0d4-49e1-bf73-8b31ed22eae0 [pid: 8|app: 0|req: 367/737] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:04 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/738] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:04 2026] GET /v2.0/security-groups?id=d4accc3f-e2bc-41a6-a02b-06e9407a6cb6&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/739] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:04 2026] DELETE /v2.0/networks/f73416cc-e52f-4e67-be34-4e66112c8890 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:04.663 7 INFO neutron.services.segments.plugin [-] Segment e42c40f1-8296-4940-ad8a-0817daabc8c0 resource provider aggregate not found 2026-04-17 06:53:04.681 7 INFO neutron.services.segments.plugin [-] Segment e42c40f1-8296-4940-ad8a-0817daabc8c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e42c40f1-8296-4940-ad8a-0817daabc8c0 found for delete ", "request_id": "req-a5bd69d6-05bb-48a6-b448-26a972fada97"}]} 2026-04-17 06:53:04.686 7 INFO neutron.services.segments.plugin [-] Segment e42c40f1-8296-4940-ad8a-0817daabc8c0 resource provider aggregate not found 2026-04-17 06:53:04.703 7 INFO neutron.services.segments.plugin [-] Segment e42c40f1-8296-4940-ad8a-0817daabc8c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e42c40f1-8296-4940-ad8a-0817daabc8c0 found for delete ", "request_id": "req-36f0d752-6e8c-4571-8acb-00b9172512f2"}]} [pid: 8|app: 0|req: 369/740] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:04 2026] GET /v2.0/security-groups?tenant_id=190f73f6d2dd484db4ebe0dd6eacc660&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/741] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:04 2026] DELETE /v2.0/security-groups/44ff3535-5e55-497b-8ad7-ed2598265e7f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/742] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:05 2026] GET /v2.0/security-groups?tenant_id=7874c78e6f604f3aa1a989175c3d330a&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/743] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:05 2026] DELETE /v2.0/security-groups/3cfb652b-a284-486c-9cc6-a9e03605a068 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/744] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:05 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/745] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:05 2026] GET /v2.0/security-groups?id=d4accc3f-e2bc-41a6-a02b-06e9407a6cb6&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: 374/746] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:53:05 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:05.797 7 INFO neutron_taas.services.taas.taas_plugin [req-439c8130-56c0-45b0-852a-9a95ca932e4e req-8b5ad55e-a944-410e-9d3f-c450009f36f1 cffc1b68c7ff4554b21bdce1200b3a65 eb94b4ea20cc4a9a8ad14fb52fee28d9 - - default default] TaaS: Handle Delete Port: df306db6-6e2b-46bc-850c-7afd74e86dc5 2026-04-17 06:53:05.801 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-439c8130-56c0-45b0-852a-9a95ca932e4e req-8b5ad55e-a944-410e-9d3f-c450009f36f1 cffc1b68c7ff4554b21bdce1200b3a65 eb94b4ea20cc4a9a8ad14fb52fee28d9 - - default default] Tap Mirror: Handle Delete Port: df306db6-6e2b-46bc-850c-7afd74e86dc5 [pid: 8|app: 0|req: 373/747] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:05 2026] GET /v2.0/security-groups?tenant_id=6d7a8f2895cd47059f3cf8da1115a720&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/748] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:05 2026] DELETE /v2.0/security-groups/47acdd08-fcfb-496b-acb1-63635e886dbf => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:53:05.928 7 INFO neutron.db.l3_db [req-439c8130-56c0-45b0-852a-9a95ca932e4e req-8b5ad55e-a944-410e-9d3f-c450009f36f1 cffc1b68c7ff4554b21bdce1200b3a65 eb94b4ea20cc4a9a8ad14fb52fee28d9 - - default default] Floating IP 27e9435f-1d95-44b0-95c3-5fc9700a41ea disassociated. External IP: 10.96.250.207, port: df306db6-6e2b-46bc-850c-7afd74e86dc5. [pid: 7|app: 0|req: 375/749] 199.204.45.129 () {36 vars in 997 bytes} [Fri Apr 17 06:53:05 2026] DELETE /v2.0/ports/df306db6-6e2b-46bc-850c-7afd74e86dc5 => generated 0 bytes in 643 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:06.370 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c4ba550-72ad-4b14-bb45-a72ba7db3d53'] response: {'server_uuid': '025ea7be-84dc-41cd-9b25-25ae9f6c99b5', 'name': 'network-vif-deleted', 'tag': 'df306db6-6e2b-46bc-850c-7afd74e86dc5', 'status': 'completed', 'code': 200} 2026-04-17 06:53:06.703 7 INFO neutron.services.segments.plugin [-] Segment 9841baaa-a6e5-403d-9119-8751f8d5ee86 resource provider aggregate not found 2026-04-17 06:53:06.723 7 INFO neutron.services.segments.plugin [-] Segment 9841baaa-a6e5-403d-9119-8751f8d5ee86 resource provider aggregate not found 2026-04-17 06:53:06.727 7 INFO neutron.services.segments.plugin [-] Segment 9841baaa-a6e5-403d-9119-8751f8d5ee86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9841baaa-a6e5-403d-9119-8751f8d5ee86 found for delete ", "request_id": "req-51938db2-0936-4e0a-9323-1651a6776112"}]} 2026-04-17 06:53:06.742 7 INFO neutron.services.segments.plugin [-] Segment 9841baaa-a6e5-403d-9119-8751f8d5ee86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9841baaa-a6e5-403d-9119-8751f8d5ee86 found for delete ", "request_id": "req-4b030dfc-0e30-4294-bf69-9cf84e4e04c2"}]} [pid: 8|app: 0|req: 375/750] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:06 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/751] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:06 2026] GET /v2.0/security-groups?tenant_id=1d8317be08574d139b862dc44dd73ae6&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/752] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:07 2026] DELETE /v2.0/security-groups/0c86c8a0-c1e0-4f16-bd96-da9729551b9b => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/753] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:07 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:07.900 7 INFO neutron.db.segments_db [None req-01910e86-3119-4b74-bac7-e031ddcc717b 3dcc16c54cf64493a4ccf03b0e5ae20f 1081cd0a47a1410fa67de5ffe613e0fd - - default default] Added segment 882514f9-eb63-42e6-b55c-3db2f2d867b1 of type vxlan for network 32df1ed9-1935-4c28-9251-8d43346d5a42 2026-04-17 06:53:07.947 7 INFO neutron.db.segments_db [None req-01910e86-3119-4b74-bac7-e031ddcc717b 3dcc16c54cf64493a4ccf03b0e5ae20f 1081cd0a47a1410fa67de5ffe613e0fd - - default default] Added segment ef145c72-d192-4ded-8165-7d58918ea6a3 of type vxlan for network 06c29b23-14d0-4206-a596-19d3dccb9461 [pid: 7|app: 0|req: 377/754] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:07 2026] POST /v2.0/networks => generated 1208 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/755] 10.0.0.142 () {32 vars in 649 bytes} [Fri Apr 17 06:53:08 2026] GET /v2.0/networks => generated 1845 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/756] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:08 2026] DELETE /v2.0/networks/32df1ed9-1935-4c28-9251-8d43346d5a42 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:08.341 8 INFO neutron.services.segments.plugin [-] Segment ef145c72-d192-4ded-8165-7d58918ea6a3 resource provider aggregate not found 2026-04-17 06:53:08.348 8 INFO neutron.services.segments.plugin [-] Segment ef145c72-d192-4ded-8165-7d58918ea6a3 resource provider aggregate not found 2026-04-17 06:53:08.359 8 INFO neutron.services.segments.plugin [-] Segment ef145c72-d192-4ded-8165-7d58918ea6a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef145c72-d192-4ded-8165-7d58918ea6a3 found for delete ", "request_id": "req-30712517-f1ae-455f-8201-84d9c33a55dd"}]} 2026-04-17 06:53:08.376 8 INFO neutron.services.segments.plugin [-] Segment ef145c72-d192-4ded-8165-7d58918ea6a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef145c72-d192-4ded-8165-7d58918ea6a3 found for delete ", "request_id": "req-0abeb854-3b30-4a90-8063-9e19ae7116dd"}]} [pid: 8|app: 0|req: 379/757] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:08 2026] DELETE /v2.0/networks/06c29b23-14d0-4206-a596-19d3dccb9461 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/758] 10.0.0.142 () {32 vars in 649 bytes} [Fri Apr 17 06:53:08 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:08.496 8 INFO neutron.db.segments_db [None req-81ba1f3b-2b8d-4d33-8361-48894899905f 3dcc16c54cf64493a4ccf03b0e5ae20f 1081cd0a47a1410fa67de5ffe613e0fd - - default default] Added segment bfe61c99-5827-4fa4-8ec2-88ce12cc3a1b of type vxlan for network a51e368e-f862-4798-89ba-2481b272da67 [pid: 8|app: 0|req: 380/759] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:08 2026] POST /v2.0/networks => generated 633 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:08.627 7 INFO neutron.db.segments_db [None req-3e323b30-8638-430b-90f6-77921e83dd11 3dcc16c54cf64493a4ccf03b0e5ae20f 1081cd0a47a1410fa67de5ffe613e0fd - - default default] Added segment 46cc30c5-9381-45a1-a707-93302d685ab6 of type vxlan for network a7339186-dfb4-4450-b440-8261d79d44c1 [pid: 7|app: 0|req: 380/760] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:08 2026] POST /v2.0/networks => generated 635 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:08.742 7 INFO neutron.services.segments.plugin [-] Segment 882514f9-eb63-42e6-b55c-3db2f2d867b1 resource provider aggregate not found 2026-04-17 06:53:08.763 7 INFO neutron.services.segments.plugin [-] Segment 882514f9-eb63-42e6-b55c-3db2f2d867b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 882514f9-eb63-42e6-b55c-3db2f2d867b1 found for delete ", "request_id": "req-18032124-5b60-4004-80e3-4514df22f8ce"}]} 2026-04-17 06:53:08.767 7 INFO neutron.services.segments.plugin [-] Segment 882514f9-eb63-42e6-b55c-3db2f2d867b1 resource provider aggregate not found 2026-04-17 06:53:08.780 7 INFO neutron.services.segments.plugin [-] Segment 882514f9-eb63-42e6-b55c-3db2f2d867b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 882514f9-eb63-42e6-b55c-3db2f2d867b1 found for delete ", "request_id": "req-fccff303-4729-43de-a4be-78f418221c7f"}]} [pid: 7|app: 0|req: 381/761] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:08 2026] GET /v2.0/ports?device_id=025ea7be-84dc-41cd-9b25-25ae9f6c99b5 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/762] 10.0.0.142 () {34 vars in 665 bytes} [Fri Apr 17 06:53:08 2026] POST /v2.0/ports => generated 1506 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/763] 10.0.0.142 () {32 vars in 643 bytes} [Fri Apr 17 06:53:09 2026] GET /v2.0/ports => generated 1506 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:53:09.433 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5a9b6ef-12af-4bb3-926a-405545003142 3dcc16c54cf64493a4ccf03b0e5ae20f 1081cd0a47a1410fa67de5ffe613e0fd - - default default] TaaS: Handle Delete Port: ca7d7a61-50b3-46e2-b033-329ecf6d7354 2026-04-17 06:53:09.436 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5a9b6ef-12af-4bb3-926a-405545003142 3dcc16c54cf64493a4ccf03b0e5ae20f 1081cd0a47a1410fa67de5ffe613e0fd - - default default] Tap Mirror: Handle Delete Port: ca7d7a61-50b3-46e2-b033-329ecf6d7354 [pid: 8|app: 0|req: 382/764] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:53:09 2026] DELETE /v2.0/ports/ca7d7a61-50b3-46e2-b033-329ecf6d7354 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:09.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1153f91-e983-47be-8bdd-f66820865d54 3dcc16c54cf64493a4ccf03b0e5ae20f 1081cd0a47a1410fa67de5ffe613e0fd - - default default] TaaS: Handle Delete Port: afa91152-2621-48a1-912b-b19c79789d77 2026-04-17 06:53:09.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1153f91-e983-47be-8bdd-f66820865d54 3dcc16c54cf64493a4ccf03b0e5ae20f 1081cd0a47a1410fa67de5ffe613e0fd - - default default] Tap Mirror: Handle Delete Port: afa91152-2621-48a1-912b-b19c79789d77 [pid: 8|app: 0|req: 383/765] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:53:09 2026] DELETE /v2.0/ports/afa91152-2621-48a1-912b-b19c79789d77 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/766] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:09 2026] GET /v2.0/security-groups?tenant_id=78746ba33bc7413d8e384bb844f40311&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/767] 10.0.0.142 () {32 vars in 643 bytes} [Fri Apr 17 06:53:09 2026] GET /v2.0/ports => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:09.773 8 INFO neutron.db.segments_db [None req-6badb684-1115-4cc9-8e1b-f0731894d2da 3dcc16c54cf64493a4ccf03b0e5ae20f 1081cd0a47a1410fa67de5ffe613e0fd - - default default] Added segment 27fe404a-ecf6-42a4-811a-4bbff6a2ba82 of type vxlan for network 6776f14e-0a25-4823-a6e2-bc9648b020e2 [pid: 7|app: 0|req: 384/768] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:09 2026] DELETE /v2.0/security-groups/663e198b-314b-45b0-ad8d-3669ccb77d22 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/769] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:09 2026] POST /v2.0/networks => generated 635 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:09.908 7 INFO neutron.db.segments_db [None req-0586914c-9628-445a-902a-3b876d1d4594 3dcc16c54cf64493a4ccf03b0e5ae20f 1081cd0a47a1410fa67de5ffe613e0fd - - default default] Added segment 5b1d494d-4173-42e7-81a3-e981916dc0dd of type vxlan for network 3c7b8ac9-092f-41e3-8850-6e1933b12912 [pid: 7|app: 0|req: 385/770] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:09 2026] POST /v2.0/networks => generated 635 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/771] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:10 2026] DELETE /v2.0/security-groups/d4accc3f-e2bc-41a6-a02b-06e9407a6cb6 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:53:10.182 7 INFO neutron.api.v2.resource [None req-f4e840ee-11a3-4788-8c13-3782a9f10dd8 cffc1b68c7ff4554b21bdce1200b3a65 eb94b4ea20cc4a9a8ad14fb52fee28d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 386/772] 10.0.0.142 () {32 vars in 737 bytes} [Fri Apr 17 06:53:10 2026] GET /v2.0/security-groups/d4accc3f-e2bc-41a6-a02b-06e9407a6cb6 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:53:10.296 8 INFO neutron_taas.services.taas.taas_plugin [None req-85a2d6b3-67c5-4598-a24c-089cbcb0829f cffc1b68c7ff4554b21bdce1200b3a65 eb94b4ea20cc4a9a8ad14fb52fee28d9 - - default default] TaaS: Handle Delete Port: aa66da7d-35ce-4169-a7a4-a139d96043d5 2026-04-17 06:53:10.298 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85a2d6b3-67c5-4598-a24c-089cbcb0829f cffc1b68c7ff4554b21bdce1200b3a65 eb94b4ea20cc4a9a8ad14fb52fee28d9 - - default default] Tap Mirror: Handle Delete Port: aa66da7d-35ce-4169-a7a4-a139d96043d5 [pid: 8|app: 0|req: 387/773] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:53:10 2026] DELETE /v2.0/floatingips/27e9435f-1d95-44b0-95c3-5fc9700a41ea => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:53:10.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-adad8d79-fea0-4cca-a135-4fe66dd52d85 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: b30f79ff-779c-47b5-912b-349853053ac8 2026-04-17 06:53:10.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adad8d79-fea0-4cca-a135-4fe66dd52d85 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: b30f79ff-779c-47b5-912b-349853053ac8 [pid: 7|app: 0|req: 387/774] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:10 2026] POST /v2.0/subnets => generated 1324 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/775] 10.0.0.142 () {32 vars in 647 bytes} [Fri Apr 17 06:53:10 2026] GET /v2.0/subnets => generated 1960 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/776] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:10 2026] DELETE /v2.0/subnets/750d3f55-eee8-4184-91d2-b3668629e8d7 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/777] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:11 2026] DELETE /v2.0/subnets/5d142a67-0295-49fd-a9ab-ee205704fdbd => 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: 391/778] 10.0.0.142 () {32 vars in 647 bytes} [Fri Apr 17 06:53:11 2026] GET /v2.0/subnets => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/779] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:53:10 2026] PUT /v2.0/routers/db53e057-b0cb-4ee6-b944-e2826ee8e5f4/remove_router_interface => generated 309 bytes in 782 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:11.380 7 INFO neutron.services.segments.plugin [-] Segment 5b1d494d-4173-42e7-81a3-e981916dc0dd resource provider aggregate not found 2026-04-17 06:53:11.385 7 INFO neutron.services.segments.plugin [-] Segment 5b1d494d-4173-42e7-81a3-e981916dc0dd resource provider aggregate not found 2026-04-17 06:53:11.398 7 INFO neutron.services.segments.plugin [-] Segment 5b1d494d-4173-42e7-81a3-e981916dc0dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b1d494d-4173-42e7-81a3-e981916dc0dd found for delete ", "request_id": "req-0a370314-1112-499b-bd8b-ba1f34114466"}]} 2026-04-17 06:53:11.410 7 INFO neutron.services.segments.plugin [-] Segment 5b1d494d-4173-42e7-81a3-e981916dc0dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b1d494d-4173-42e7-81a3-e981916dc0dd found for delete ", "request_id": "req-e807e8ca-7788-43c4-a6bc-2ebdf3193aa6"}]} [pid: 7|app: 0|req: 392/780] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:11 2026] DELETE /v2.0/networks/3c7b8ac9-092f-41e3-8850-6e1933b12912 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:11.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae393494-40bf-489c-bdf9-32f7fdb163b5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: edd2bb3e-fcd0-43c6-a4c7-ea35ab1e1cb5 2026-04-17 06:53:11.463 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae393494-40bf-489c-bdf9-32f7fdb163b5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: edd2bb3e-fcd0-43c6-a4c7-ea35ab1e1cb5 [pid: 7|app: 0|req: 393/781] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:11 2026] DELETE /v2.0/networks/6776f14e-0a25-4823-a6e2-bc9648b020e2 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/782] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:11 2026] DELETE /v2.0/networks/a7339186-dfb4-4450-b440-8261d79d44c1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:11.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae393494-40bf-489c-bdf9-32f7fdb163b5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 870aae5f-0829-41db-a036-17f71554703c 2026-04-17 06:53:11.714 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae393494-40bf-489c-bdf9-32f7fdb163b5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 870aae5f-0829-41db-a036-17f71554703c [pid: 7|app: 0|req: 395/783] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:11 2026] DELETE /v2.0/networks/a51e368e-f862-4798-89ba-2481b272da67 => 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: 396/784] 10.0.0.7 () {34 vars in 988 bytes} [Fri Apr 17 06:53:11 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/785] 10.0.0.7 () {34 vars in 1038 bytes} [Fri Apr 17 06:53:11 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:12.083 8 INFO neutron.services.segments.plugin [-] Segment cdbd1190-1043-4d9d-8df8-9bf74dd50240 resource provider aggregate not found 2026-04-17 06:53:12.083 8 INFO neutron.services.segments.plugin [-] Segment cdbd1190-1043-4d9d-8df8-9bf74dd50240 resource provider aggregate not found 2026-04-17 06:53:12.100 8 INFO neutron.services.segments.plugin [-] Segment cdbd1190-1043-4d9d-8df8-9bf74dd50240 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdbd1190-1043-4d9d-8df8-9bf74dd50240 found for delete ", "request_id": "req-52fc1143-8d30-4d8c-bf09-b9ff71423c20"}]} 2026-04-17 06:53:12.102 8 INFO neutron.db.l3_hamode_db [None req-ae393494-40bf-489c-bdf9-32f7fdb163b5 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] HA network 286ceca3-a2af-4a1c-9a0f-de1e2c741d40 was deleted as no HA routers are present in tenant eb94b4ea20cc4a9a8ad14fb52fee28d9. 2026-04-17 06:53:12.106 8 INFO neutron.services.segments.plugin [-] Segment cdbd1190-1043-4d9d-8df8-9bf74dd50240 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdbd1190-1043-4d9d-8df8-9bf74dd50240 found for delete ", "request_id": "req-c0012c42-7a88-4865-8aec-abd46602fe15"}]} [pid: 8|app: 0|req: 389/786] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:11 2026] DELETE /v2.0/routers/db53e057-b0cb-4ee6-b944-e2826ee8e5f4 => generated 0 bytes in 841 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/787] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:12 2026] DELETE /v2.0/subnets/4d63566b-e1ed-4120-be14-275f30d50549 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:12.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-87f66e19-706d-49d5-92f0-d71e6348c97a 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 38534904-f789-4a88-b29b-d707a900fc28 2026-04-17 06:53:12.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87f66e19-706d-49d5-92f0-d71e6348c97a 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 38534904-f789-4a88-b29b-d707a900fc28 [pid: 7|app: 0|req: 399/788] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:12 2026] GET /v2.0/security-groups?tenant_id=1081cd0a47a1410fa67de5ffe613e0fd&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/789] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:12 2026] DELETE /v2.0/networks/6406667a-cc5d-498c-b169-7a9b8e8cd1ce => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/790] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:12 2026] DELETE /v2.0/security-groups/a8203dc2-b666-4b72-8606-38dcb819bf1d => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/791] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:12 2026] GET /v2.0/security-groups?tenant_id=eb94b4ea20cc4a9a8ad14fb52fee28d9&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: 401/792] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:12 2026] DELETE /v2.0/security-groups/47ff688d-2fc8-4150-a6b4-075abd656e9a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:53:13.428 7 INFO neutron.services.segments.plugin [-] Segment 27fe404a-ecf6-42a4-811a-4bbff6a2ba82 resource provider aggregate not found 2026-04-17 06:53:13.451 7 INFO neutron.services.segments.plugin [-] Segment 27fe404a-ecf6-42a4-811a-4bbff6a2ba82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27fe404a-ecf6-42a4-811a-4bbff6a2ba82 found for delete ", "request_id": "req-8aa11427-fb97-4f74-abc9-18d1e06cefb5"}]} 2026-04-17 06:53:13.459 7 INFO neutron.services.segments.plugin [-] Segment 27fe404a-ecf6-42a4-811a-4bbff6a2ba82 resource provider aggregate not found 2026-04-17 06:53:13.481 7 INFO neutron.services.segments.plugin [-] Segment 46cc30c5-9381-45a1-a707-93302d685ab6 resource provider aggregate not found 2026-04-17 06:53:13.482 7 INFO neutron.services.segments.plugin [-] Segment 27fe404a-ecf6-42a4-811a-4bbff6a2ba82 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27fe404a-ecf6-42a4-811a-4bbff6a2ba82 found for delete ", "request_id": "req-5ed03a24-e382-4397-b7f2-e098bc2dd6bf"}]} 2026-04-17 06:53:13.500 7 INFO neutron.services.segments.plugin [-] Segment 46cc30c5-9381-45a1-a707-93302d685ab6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46cc30c5-9381-45a1-a707-93302d685ab6 found for delete ", "request_id": "req-06d15f24-d696-4a5b-acec-7257f51ed2a7"}]} 2026-04-17 06:53:13.504 7 INFO neutron.services.segments.plugin [-] Segment 46cc30c5-9381-45a1-a707-93302d685ab6 resource provider aggregate not found 2026-04-17 06:53:13.514 7 INFO neutron.services.segments.plugin [-] Segment bfe61c99-5827-4fa4-8ec2-88ce12cc3a1b resource provider aggregate not found 2026-04-17 06:53:13.523 7 INFO neutron.services.segments.plugin [-] Segment 46cc30c5-9381-45a1-a707-93302d685ab6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46cc30c5-9381-45a1-a707-93302d685ab6 found for delete ", "request_id": "req-8d514ef6-5992-4016-9b22-519dacf2b962"}]} 2026-04-17 06:53:13.531 7 INFO neutron.services.segments.plugin [-] Segment bfe61c99-5827-4fa4-8ec2-88ce12cc3a1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfe61c99-5827-4fa4-8ec2-88ce12cc3a1b found for delete ", "request_id": "req-dfb7f907-55a2-4897-b514-250daa805d82"}]} 2026-04-17 06:53:13.535 7 INFO neutron.services.segments.plugin [-] Segment bfe61c99-5827-4fa4-8ec2-88ce12cc3a1b resource provider aggregate not found 2026-04-17 06:53:13.548 7 INFO neutron.services.segments.plugin [-] Segment bfe61c99-5827-4fa4-8ec2-88ce12cc3a1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfe61c99-5827-4fa4-8ec2-88ce12cc3a1b found for delete ", "request_id": "req-3cad7541-69ed-4582-bb7c-ed6a73d366a3"}]} 2026-04-17 06:53:14.120 8 INFO neutron.services.segments.plugin [-] Segment 6e255bae-dd2f-41ff-96fa-ab04841e41bc resource provider aggregate not found 2026-04-17 06:53:14.126 8 INFO neutron.services.segments.plugin [-] Segment 6e255bae-dd2f-41ff-96fa-ab04841e41bc resource provider aggregate not found 2026-04-17 06:53:14.141 8 INFO neutron.services.segments.plugin [-] Segment 6e255bae-dd2f-41ff-96fa-ab04841e41bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e255bae-dd2f-41ff-96fa-ab04841e41bc found for delete ", "request_id": "req-c6a7d120-b828-4296-bc42-7a347a85101a"}]} 2026-04-17 06:53:14.144 8 INFO neutron.services.segments.plugin [-] Segment 6e255bae-dd2f-41ff-96fa-ab04841e41bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e255bae-dd2f-41ff-96fa-ab04841e41bc found for delete ", "request_id": "req-38be03e1-0f4f-4351-bc4d-6f20ad41f39b"}]} [pid: 7|app: 0|req: 403/795] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:14 2026] GET /v2.0/security-groups?tenant_id=1d76ed6966164b61999c27f40dfec262&name=default => generated 2925 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/796] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:14 2026] DELETE /v2.0/security-groups/0128e58f-f227-4b25-80b8-df2fa80e3976 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:53:14.801 8 INFO neutron.db.segments_db [None req-35cb1c02-16ac-4c3a-a200-a4c46317ea24 ffddca302e9d41dc9339ab32efb3f74a 62917e61fbf446eca40c789511e9bc87 - - default default] Added segment e547e00d-16f1-4853-bd43-9eeae5144454 of type vxlan for network 5abd8ee2-02a8-43d9-ae8a-2444ec20be00 2026-04-17 06:53:14.864 8 INFO neutron.db.segments_db [None req-35cb1c02-16ac-4c3a-a200-a4c46317ea24 ffddca302e9d41dc9339ab32efb3f74a 62917e61fbf446eca40c789511e9bc87 - - default default] Added segment d8d98894-ad5d-4cec-b67b-6f19cdbbe291 of type vxlan for network 05a53d60-19c1-47ed-9370-ba055b123ab3 [pid: 8|app: 0|req: 393/797] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:14 2026] POST /v2.0/networks => generated 1206 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-17 06:53:14.982 7 INFO neutron.db.segments_db [None req-c02564bb-f8d2-450f-a20d-7642139e5cfe 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment a774dccd-b609-423a-bfac-ab38092ad0ca of type vxlan for network 0387e804-5ddf-484d-a4c0-3d208d417fe9 [pid: 8|app: 0|req: 394/798] 10.0.0.142 () {32 vars in 649 bytes} [Fri Apr 17 06:53:14 2026] GET /v2.0/networks => generated 1843 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/799] 10.0.0.142 () {34 vars in 671 bytes} [Fri Apr 17 06:53:14 2026] POST /v2.0/networks => generated 717 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/800] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:15 2026] DELETE /v2.0/networks/5abd8ee2-02a8-43d9-ae8a-2444ec20be00 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/801] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:15 2026] POST /v2.0/subnets => generated 684 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:15.309 7 INFO neutron.db.segments_db [None req-466b4c7b-5b31-4f0e-aff0-d93c2d9c6578 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 02e77b68-b92e-433c-8523-af6601cf626f of type vxlan for network f4a2e1a3-9347-4f63-afcd-eb36d71e6248 [pid: 8|app: 0|req: 396/802] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:15 2026] DELETE /v2.0/networks/05a53d60-19c1-47ed-9370-ba055b123ab3 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/803] 10.0.0.142 () {32 vars in 649 bytes} [Fri Apr 17 06:53:15 2026] GET /v2.0/networks => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:15.434 8 INFO neutron.db.segments_db [None req-7c6a66c5-2082-4ad1-9e79-f496ba9a668c ffddca302e9d41dc9339ab32efb3f74a 62917e61fbf446eca40c789511e9bc87 - - default default] Added segment 0609d1ce-c4c4-45e2-87b2-ad70c71bd006 of type vxlan for network ffbf0157-e0ed-4185-8793-2919f9418f7c [pid: 8|app: 0|req: 398/804] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:15 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:15.572 7 INFO neutron.db.l3_hamode_db [None req-466b4c7b-5b31-4f0e-aff0-d93c2d9c6578 97a0c8c36fc3454987aaa5fff968f817 82d214bdbb4c43e09e2722431683d74c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:53:15.602 8 INFO neutron.db.segments_db [None req-b26fa25b-869e-4a78-be4a-bbc2debd3d5b ffddca302e9d41dc9339ab32efb3f74a 62917e61fbf446eca40c789511e9bc87 - - default default] Added segment 5d462374-a178-49bd-98b9-28a37f639634 of type vxlan for network b89d5393-25cd-4f22-ada5-ef784e2cb1cc [pid: 8|app: 0|req: 399/805] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:15 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:16.160 8 INFO neutron.services.segments.plugin [-] Segment e547e00d-16f1-4853-bd43-9eeae5144454 resource provider aggregate not found 2026-04-17 06:53:16.185 8 INFO neutron.services.segments.plugin [-] Segment e547e00d-16f1-4853-bd43-9eeae5144454 resource provider aggregate not found 2026-04-17 06:53:16.190 8 INFO neutron.services.segments.plugin [-] Segment e547e00d-16f1-4853-bd43-9eeae5144454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e547e00d-16f1-4853-bd43-9eeae5144454 found for delete ", "request_id": "req-f05d897b-8603-43c9-b2c9-a492394e69bf"}]} 2026-04-17 06:53:16.205 8 INFO neutron.services.segments.plugin [-] Segment e547e00d-16f1-4853-bd43-9eeae5144454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e547e00d-16f1-4853-bd43-9eeae5144454 found for delete ", "request_id": "req-6a6179ad-3a9c-4869-a68b-8010685387d9"}]} 2026-04-17 06:53:16.211 8 INFO neutron.services.segments.plugin [-] Segment d8d98894-ad5d-4cec-b67b-6f19cdbbe291 resource provider aggregate not found 2026-04-17 06:53:16.230 8 INFO neutron.services.segments.plugin [-] Segment d8d98894-ad5d-4cec-b67b-6f19cdbbe291 resource provider aggregate not found 2026-04-17 06:53:16.236 8 INFO neutron.services.segments.plugin [-] Segment d8d98894-ad5d-4cec-b67b-6f19cdbbe291 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8d98894-ad5d-4cec-b67b-6f19cdbbe291 found for delete ", "request_id": "req-dbe5cc8f-8bb7-4488-8910-b4618e802f89"}]} 2026-04-17 06:53:16.254 8 INFO neutron.services.segments.plugin [-] Segment d8d98894-ad5d-4cec-b67b-6f19cdbbe291 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8d98894-ad5d-4cec-b67b-6f19cdbbe291 found for delete ", "request_id": "req-9887abbf-e311-4648-9f28-c12fc14b6123"}]} [pid: 8|app: 0|req: 400/806] 10.0.0.142 () {34 vars in 665 bytes} [Fri Apr 17 06:53:15 2026] POST /v2.0/ports => generated 1506 bytes in 666 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:53:16.417 7 INFO neutron.db.l3_hamode_db [None req-466b4c7b-5b31-4f0e-aff0-d93c2d9c6578 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 401/807] 10.0.0.142 () {32 vars in 643 bytes} [Fri Apr 17 06:53:16 2026] GET /v2.0/ports => generated 1506 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:53:16.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-e81a52d6-4d5c-416f-a939-d1ab935451c3 ffddca302e9d41dc9339ab32efb3f74a 62917e61fbf446eca40c789511e9bc87 - - default default] TaaS: Handle Delete Port: c809437d-0ad3-4638-be51-63c8d69bfa9f 2026-04-17 06:53:16.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e81a52d6-4d5c-416f-a939-d1ab935451c3 ffddca302e9d41dc9339ab32efb3f74a 62917e61fbf446eca40c789511e9bc87 - - default default] Tap Mirror: Handle Delete Port: c809437d-0ad3-4638-be51-63c8d69bfa9f [pid: 8|app: 0|req: 402/808] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:53:16 2026] DELETE /v2.0/ports/c809437d-0ad3-4638-be51-63c8d69bfa9f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/809] 10.0.0.142 () {32 vars in 653 bytes} [Fri Apr 17 06:53:16 2026] GET /v2.0/extensions => generated 21537 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-17 06:53:16.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-61958c3d-7534-41d4-b19f-b78af13b2988 ffddca302e9d41dc9339ab32efb3f74a 62917e61fbf446eca40c789511e9bc87 - - default default] TaaS: Handle Delete Port: 35eefc31-7495-4ac5-9b3e-91d5bc58aecd 2026-04-17 06:53:16.815 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61958c3d-7534-41d4-b19f-b78af13b2988 ffddca302e9d41dc9339ab32efb3f74a 62917e61fbf446eca40c789511e9bc87 - - default default] Tap Mirror: Handle Delete Port: 35eefc31-7495-4ac5-9b3e-91d5bc58aecd [pid: 8|app: 0|req: 404/810] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:53:16 2026] DELETE /v2.0/ports/35eefc31-7495-4ac5-9b3e-91d5bc58aecd => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/811] 10.0.0.142 () {32 vars in 681 bytes} [Fri Apr 17 06:53:16 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/812] 10.0.0.142 () {32 vars in 643 bytes} [Fri Apr 17 06:53:16 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/813] 10.0.0.142 () {32 vars in 681 bytes} [Fri Apr 17 06:53:16 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:16.973 8 INFO neutron.db.segments_db [None req-b6cdb365-2639-4d25-9c0b-534d6f768b1e ffddca302e9d41dc9339ab32efb3f74a 62917e61fbf446eca40c789511e9bc87 - - default default] Added segment c3e9864a-a373-422c-b324-a70a2c8d3b34 of type vxlan for network 60e32c23-ec4b-45af-80bb-522e516a8f37 [pid: 8|app: 0|req: 408/814] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:16 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/815] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:53:17 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:17.146 8 INFO neutron.db.segments_db [None req-16862836-1110-44fc-9511-023d7eefead7 ffddca302e9d41dc9339ab32efb3f74a 62917e61fbf446eca40c789511e9bc87 - - default default] Added segment b8cea004-e19b-4ca3-be55-79fd0185ec7b of type vxlan for network a1ff325c-b15d-4255-a178-fb11899c36df [pid: 8|app: 0|req: 410/816] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:17 2026] POST /v2.0/networks => generated 630 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/817] 10.0.0.142 () {32 vars in 665 bytes} [Fri Apr 17 06:53:17 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) [pid: 8|app: 0|req: 412/818] 10.0.0.142 () {32 vars in 699 bytes} [Fri Apr 17 06:53:17 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/819] 10.0.0.142 () {32 vars in 697 bytes} [Fri Apr 17 06:53:17 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: 8|app: 0|req: 414/820] 10.0.0.142 () {32 vars in 701 bytes} [Fri Apr 17 06:53:17 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/821] 10.0.0.142 () {32 vars in 689 bytes} [Fri Apr 17 06:53:17 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/822] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:15 2026] POST /v2.0/routers => generated 724 bytes in 2087 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/823] 10.0.0.142 () {32 vars in 703 bytes} [Fri Apr 17 06:53:17 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/824] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:17 2026] POST /v2.0/subnets => generated 1273 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/825] 10.0.0.142 () {32 vars in 693 bytes} [Fri Apr 17 06:53:17 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/826] 10.0.0.142 () {32 vars in 647 bytes} [Fri Apr 17 06:53:17 2026] GET /v2.0/subnets => generated 1909 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/827] 10.0.0.142 () {32 vars in 695 bytes} [Fri Apr 17 06:53:17 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/828] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:17 2026] DELETE /v2.0/subnets/1ab62370-2d47-4d86-860b-5a2108a79a34 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/829] 10.0.0.142 () {32 vars in 685 bytes} [Fri Apr 17 06:53:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/830] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:17 2026] DELETE /v2.0/subnets/7c72fe72-c17b-4cbf-821d-d01052383c65 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/831] 10.0.0.142 () {32 vars in 687 bytes} [Fri Apr 17 06:53:17 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/832] 10.0.0.142 () {32 vars in 647 bytes} [Fri Apr 17 06:53:17 2026] GET /v2.0/subnets => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/833] 10.0.0.142 () {32 vars in 661 bytes} [Fri Apr 17 06:53:17 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/834] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:17 2026] DELETE /v2.0/networks/a1ff325c-b15d-4255-a178-fb11899c36df => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/835] 10.0.0.142 () {32 vars in 699 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/836] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:18 2026] DELETE /v2.0/networks/60e32c23-ec4b-45af-80bb-522e516a8f37 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/837] 10.0.0.142 () {32 vars in 679 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:18.259 8 INFO neutron.services.segments.plugin [-] Segment b8cea004-e19b-4ca3-be55-79fd0185ec7b resource provider aggregate not found 2026-04-17 06:53:18.281 8 INFO neutron.services.segments.plugin [-] Segment b8cea004-e19b-4ca3-be55-79fd0185ec7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8cea004-e19b-4ca3-be55-79fd0185ec7b found for delete ", "request_id": "req-7be0d71e-98da-4a31-81ca-b07c21d0ce99"}]} 2026-04-17 06:53:18.288 8 INFO neutron.services.segments.plugin [-] Segment b8cea004-e19b-4ca3-be55-79fd0185ec7b resource provider aggregate not found 2026-04-17 06:53:18.299 8 INFO neutron.services.segments.plugin [-] Segment c3e9864a-a373-422c-b324-a70a2c8d3b34 resource provider aggregate not found 2026-04-17 06:53:18.307 8 INFO neutron.services.segments.plugin [-] Segment b8cea004-e19b-4ca3-be55-79fd0185ec7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8cea004-e19b-4ca3-be55-79fd0185ec7b found for delete ", "request_id": "req-1a41fa46-5da0-4502-9b1d-148e27511d4d"}]} 2026-04-17 06:53:18.325 8 INFO neutron.services.segments.plugin [-] Segment c3e9864a-a373-422c-b324-a70a2c8d3b34 resource provider aggregate not found 2026-04-17 06:53:18.331 8 INFO neutron.services.segments.plugin [-] Segment c3e9864a-a373-422c-b324-a70a2c8d3b34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3e9864a-a373-422c-b324-a70a2c8d3b34 found for delete ", "request_id": "req-019746c8-11fe-46a3-af1b-789f3c333fc1"}]} 2026-04-17 06:53:18.340 8 INFO neutron.services.segments.plugin [-] Segment c3e9864a-a373-422c-b324-a70a2c8d3b34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3e9864a-a373-422c-b324-a70a2c8d3b34 found for delete ", "request_id": "req-afbd5d74-2392-4b43-9e8f-f97215d51cf8"}]} [pid: 7|app: 0|req: 409/838] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:53:17 2026] PUT /v2.0/routers/6345563d-8020-44b5-8e13-10a974b6b116/add_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/839] 10.0.0.142 () {32 vars in 683 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/840] 10.0.0.142 () {32 vars in 675 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/841] 10.0.0.142 () {32 vars in 689 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/842] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:18 2026] DELETE /v2.0/networks/b89d5393-25cd-4f22-ada5-ef784e2cb1cc => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/843] 10.0.0.142 () {32 vars in 723 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/844] 10.0.0.142 () {32 vars in 687 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/845] 10.0.0.142 () {32 vars in 669 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/846] 10.0.0.142 () {32 vars in 687 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/847] 10.0.0.142 () {32 vars in 681 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/848] 10.0.0.142 () {32 vars in 699 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/ip-substring-filtering => 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: 419/849] 10.0.0.142 () {32 vars in 679 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/850] 10.0.0.142 () {32 vars in 667 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/851] 10.0.0.142 () {32 vars in 677 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/852] 10.0.0.142 () {32 vars in 665 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/853] 10.0.0.142 () {32 vars in 675 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/854] 10.0.0.142 () {32 vars in 713 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/855] 10.0.0.142 () {32 vars in 691 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/856] 10.0.0.142 () {32 vars in 683 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/857] 10.0.0.142 () {32 vars in 669 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/858] 10.0.0.142 () {32 vars in 687 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/859] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:18 2026] DELETE /v2.0/networks/ffbf0157-e0ed-4185-8793-2919f9418f7c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/860] 10.0.0.142 () {32 vars in 705 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/861] 10.0.0.142 () {32 vars in 675 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/862] 10.0.0.142 () {32 vars in 701 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/863] 10.0.0.142 () {32 vars in 675 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/864] 10.0.0.142 () {32 vars in 693 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/865] 10.0.0.142 () {32 vars in 689 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/866] 10.0.0.142 () {32 vars in 709 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/867] 10.0.0.142 () {32 vars in 705 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/868] 10.0.0.142 () {32 vars in 719 bytes} [Fri Apr 17 06:53:18 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: 8|app: 0|req: 436/869] 10.0.0.142 () {32 vars in 697 bytes} [Fri Apr 17 06:53:18 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: 434/870] 10.0.0.142 () {32 vars in 711 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/871] 10.0.0.142 () {32 vars in 669 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/872] 10.0.0.142 () {32 vars in 687 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/873] 10.0.0.142 () {32 vars in 681 bytes} [Fri Apr 17 06:53:18 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: 436/874] 10.0.0.142 () {32 vars in 675 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/875] 10.0.0.142 () {32 vars in 671 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/876] 10.0.0.142 () {32 vars in 661 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/877] 10.0.0.142 () {32 vars in 699 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/878] 10.0.0.142 () {32 vars in 699 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/879] 10.0.0.142 () {32 vars in 677 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/880] 10.0.0.142 () {32 vars in 669 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/881] 10.0.0.142 () {32 vars in 683 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/882] 10.0.0.142 () {32 vars in 701 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/883] 10.0.0.142 () {32 vars in 685 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/884] 10.0.0.142 () {32 vars in 707 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/885] 10.0.0.142 () {32 vars in 669 bytes} [Fri Apr 17 06:53:18 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: 442/886] 10.0.0.142 () {32 vars in 697 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/887] 10.0.0.142 () {32 vars in 695 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/888] 10.0.0.142 () {32 vars in 685 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/889] 10.0.0.142 () {32 vars in 689 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/890] 10.0.0.142 () {32 vars in 705 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/891] 10.0.0.142 () {32 vars in 667 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/892] 10.0.0.142 () {32 vars in 681 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/893] 10.0.0.142 () {32 vars in 681 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/894] 10.0.0.142 () {32 vars in 691 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/895] 10.0.0.142 () {32 vars in 691 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/896] 10.0.0.142 () {32 vars in 695 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/897] 10.0.0.142 () {32 vars in 685 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/898] 10.0.0.142 () {32 vars in 689 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/899] 10.0.0.142 () {32 vars in 701 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/900] 10.0.0.142 () {32 vars in 703 bytes} [Fri Apr 17 06:53:18 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: 8|app: 0|req: 452/901] 10.0.0.142 () {32 vars in 713 bytes} [Fri Apr 17 06:53:18 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: 7|app: 0|req: 450/902] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/903] 10.0.0.142 () {32 vars in 715 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/904] 10.0.0.142 () {32 vars in 727 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/905] 10.0.0.142 () {32 vars in 741 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/906] 10.0.0.142 () {32 vars in 719 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/907] 10.0.0.142 () {32 vars in 683 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/908] 10.0.0.142 () {34 vars in 685 bytes} [Fri Apr 17 06:53:18 2026] POST /v2.0/security-groups => generated 1660 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/909] 10.0.0.142 () {32 vars in 669 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/910] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:18 2026] GET /v2.0/security-groups?tenant_id=62917e61fbf446eca40c789511e9bc87&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/911] 10.0.0.142 () {32 vars in 719 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/912] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:19 2026] DELETE /v2.0/security-groups/6e31ca8b-b4c5-4253-a290-d91967568caa => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/913] 10.0.0.142 () {32 vars in 679 bytes} [Fri Apr 17 06:53:19 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: 7|app: 0|req: 455/914] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:53:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/915] 10.0.0.142 () {32 vars in 669 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/916] 10.0.0.142 () {32 vars in 697 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/917] 10.0.0.142 () {32 vars in 705 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/918] 10.0.0.142 () {32 vars in 701 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/919] 10.0.0.142 () {32 vars in 701 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/920] 10.0.0.142 () {32 vars in 683 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/921] 10.0.0.142 () {32 vars in 705 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/922] 10.0.0.142 () {32 vars in 695 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/923] 10.0.0.142 () {32 vars in 689 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/924] 10.0.0.142 () {32 vars in 697 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/925] 10.0.0.142 () {32 vars in 679 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/926] 10.0.0.142 () {32 vars in 689 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/927] 10.0.0.142 () {32 vars in 701 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/928] 10.0.0.142 () {32 vars in 665 bytes} [Fri Apr 17 06:53:19 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: 470/929] 10.0.0.142 () {32 vars in 681 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/930] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:53:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/931] 10.0.0.142 () {32 vars in 677 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/932] 10.0.0.142 () {32 vars in 693 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/933] 10.0.0.142 () {32 vars in 677 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/934] 10.0.0.142 () {32 vars in 667 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/935] 10.0.0.142 () {32 vars in 663 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/936] 10.0.0.142 () {32 vars in 675 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/937] 10.0.0.142 () {32 vars in 687 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/938] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:53:19 2026] POST /v2.0/floatingips => generated 552 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/939] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:19 2026] GET /v2.0/security-groups?tenant_id=13adc47709d943ef95464047865e5ce1&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/940] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:20 2026] DELETE /v2.0/security-groups/f28bc051-b14c-47fe-b241-d7599446cd5b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:53:20.350 8 INFO neutron.services.segments.plugin [-] Segment 5d462374-a178-49bd-98b9-28a37f639634 resource provider aggregate not found 2026-04-17 06:53:20.365 8 INFO neutron.services.segments.plugin [-] Segment 5d462374-a178-49bd-98b9-28a37f639634 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d462374-a178-49bd-98b9-28a37f639634 found for delete ", "request_id": "req-abf58885-787f-46bd-90eb-8ae0cfc4cb89"}]} 2026-04-17 06:53:20.371 8 INFO neutron.services.segments.plugin [-] Segment 5d462374-a178-49bd-98b9-28a37f639634 resource provider aggregate not found 2026-04-17 06:53:20.387 8 INFO neutron.services.segments.plugin [-] Segment 0609d1ce-c4c4-45e2-87b2-ad70c71bd006 resource provider aggregate not found 2026-04-17 06:53:20.391 8 INFO neutron.services.segments.plugin [-] Segment 5d462374-a178-49bd-98b9-28a37f639634 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d462374-a178-49bd-98b9-28a37f639634 found for delete ", "request_id": "req-1a891483-5ef6-4b33-908e-55432e0aa859"}]} 2026-04-17 06:53:20.410 8 INFO neutron.services.segments.plugin [-] Segment 0609d1ce-c4c4-45e2-87b2-ad70c71bd006 resource provider aggregate not found [pid: 8|app: 0|req: 469/941] 10.0.0.21 () {34 vars in 1097 bytes} [Fri Apr 17 06:53:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--162242890&fields=id&tenant_id=82d214bdbb4c43e09e2722431683d74c => generated 69 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:20.418 8 INFO neutron.services.segments.plugin [-] Segment 0609d1ce-c4c4-45e2-87b2-ad70c71bd006 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0609d1ce-c4c4-45e2-87b2-ad70c71bd006 found for delete ", "request_id": "req-84660230-a3a9-4dc1-bf7a-cfd91980dcdf"}]} 2026-04-17 06:53:20.432 8 INFO neutron.services.segments.plugin [-] Segment 0609d1ce-c4c4-45e2-87b2-ad70c71bd006 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0609d1ce-c4c4-45e2-87b2-ad70c71bd006 found for delete ", "request_id": "req-52730df4-3769-477a-8ebb-7730a4c5cf22"}]} [pid: 7|app: 0|req: 473/942] 10.0.0.21 () {34 vars in 981 bytes} [Fri Apr 17 06:53:20 2026] GET /v2.0/networks?id=0387e804-5ddf-484d-a4c0-3d208d417fe9 => generated 669 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/943] 10.0.0.21 () {34 vars in 964 bytes} [Fri Apr 17 06:53:20 2026] GET /v2.0/quotas/82d214bdbb4c43e09e2722431683d74c => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/944] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:53:20 2026] GET /v2.0/ports?tenant_id=82d214bdbb4c43e09e2722431683d74c&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/945] 10.0.0.21 () {34 vars in 1007 bytes} [Fri Apr 17 06:53:20 2026] GET /v2.0/networks/0387e804-5ddf-484d-a4c0-3d208d417fe9?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/946] 10.0.0.21 () {34 vars in 1107 bytes} [Fri Apr 17 06:53:20 2026] GET /v2.0/networks/0387e804-5ddf-484d-a4c0-3d208d417fe9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/947] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:20 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:21.337 7 INFO neutron.db.segments_db [None req-1b1965a1-6273-4527-9fbc-0261f91ad596 e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] Added segment 9cf49be7-c8a5-4ae7-817f-9b3200d2ca76 of type vxlan for network 1624db46-c485-40b5-9014-c30a5b6942c4 [pid: 7|app: 0|req: 476/948] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:21 2026] POST /v2.0/networks => generated 625 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/949] 10.0.0.142 () {34 vars in 665 bytes} [Fri Apr 17 06:53:21 2026] POST /v2.0/ports => generated 774 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:21.778 7 INFO neutron.db.segments_db [None req-bbbac059-09b6-4923-91a1-89323f1e199a e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] Added segment b8a86b30-5e23-47ee-b686-c735a4d0f968 of type vxlan for network 64d06d00-cd3e-4863-8994-b072f6b6b86a [pid: 7|app: 0|req: 477/950] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:21 2026] POST /v2.0/networks => generated 613 bytes in 132 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: 478/951] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:21 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/952] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:22 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:22.149 8 INFO neutron.db.segments_db [None req-46e3a668-beeb-4da6-9f4f-3ef9ff56e1e7 3e53581ebab1431fa6afa8d8bc768cba 6cadf73850c2462cbee35f971914f93a - - default default] Added segment 2329ed8a-73b8-4922-ba51-ff7e1a9c6e4e of type vxlan for network 4b0babf5-fd1e-4b7b-a5c3-6c78e75ffb7c [pid: 8|app: 0|req: 474/953] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:21 2026] POST /v2.0/networks => generated 624 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/954] 10.0.0.142 () {34 vars in 665 bytes} [Fri Apr 17 06:53:22 2026] POST /v2.0/ports => generated 954 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 475/955] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:22 2026] POST /v2.0/subnets => generated 641 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/956] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:22 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:22.553 7 INFO neutron.db.segments_db [None req-33c0212d-44a9-4823-bd95-aad7897bb23b 3e53581ebab1431fa6afa8d8bc768cba 6cadf73850c2462cbee35f971914f93a - - default default] Added segment 8e61e3e4-a6d0-4928-8e32-6831971379a8 of type vxlan for network 342f16e7-ebdd-4f1c-81c5-fac1e0450735 2026-04-17 06:53:22.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-998f47e7-dbfa-442a-85ca-649f97907f18 e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] TaaS: Handle Delete Port: 07fa4035-ab30-48f9-97e1-3ea52d3495e0 2026-04-17 06:53:22.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-998f47e7-dbfa-442a-85ca-649f97907f18 e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] Tap Mirror: Handle Delete Port: 07fa4035-ab30-48f9-97e1-3ea52d3495e0 [pid: 7|app: 0|req: 482/957] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:22 2026] POST /v2.0/networks => generated 625 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/958] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:22 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/959] 10.0.0.142 () {34 vars in 743 bytes} [Fri Apr 17 06:53:22 2026] PUT /v2.0/networks/342f16e7-ebdd-4f1c-81c5-fac1e0450735 => generated 592 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/960] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:53:22 2026] DELETE /v2.0/ports/07fa4035-ab30-48f9-97e1-3ea52d3495e0 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:22.821 8 INFO neutron.pecan_wsgi.hooks.translation [None req-29627ad5-2b82-40de-859d-29d4a99ad0af e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 477/961] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:53:22 2026] DELETE /v2.0/ports/07fa4035-ab30-48f9-97e1-3ea52d3495e0 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:53:22.843 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cd710b25-d51c-4e57-bb5f-e3a85a22d0ae e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 478/962] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:53:22 2026] GET /v2.0/ports/07fa4035-ab30-48f9-97e1-3ea52d3495e0 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/963] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:22 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/964] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:22 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/965] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:22 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/966] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:22 2026] DELETE /v2.0/subnets/e1dc4c34-9eaa-4592-bf5d-ea5238910103 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/967] 10.0.0.142 () {34 vars in 741 bytes} [Fri Apr 17 06:53:22 2026] PUT /v2.0/subnets/29e9c2d1-02c2-4551-85b3-7520fcbe2f2f => generated 636 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:23.130 8 INFO neutron.services.segments.plugin [-] Segment b8a86b30-5e23-47ee-b686-c735a4d0f968 resource provider aggregate not found 2026-04-17 06:53:23.134 8 INFO neutron.services.segments.plugin [-] Segment b8a86b30-5e23-47ee-b686-c735a4d0f968 resource provider aggregate not found 2026-04-17 06:53:23.146 8 INFO neutron.services.segments.plugin [-] Segment b8a86b30-5e23-47ee-b686-c735a4d0f968 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8a86b30-5e23-47ee-b686-c735a4d0f968 found for delete ", "request_id": "req-1144746d-5280-4f11-be08-881ba4eddb1a"}]} 2026-04-17 06:53:23.154 8 INFO neutron.services.segments.plugin [-] Segment b8a86b30-5e23-47ee-b686-c735a4d0f968 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8a86b30-5e23-47ee-b686-c735a4d0f968 found for delete ", "request_id": "req-dbaae563-fadc-4ea8-a42e-99cf46b2acce"}]} [pid: 8|app: 0|req: 481/968] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:23 2026] DELETE /v2.0/networks/64d06d00-cd3e-4863-8994-b072f6b6b86a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:23.220 8 INFO neutron.db.segments_db [None req-127f0c48-9eee-4959-8387-6f4fcc78302a e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] Added segment e7b98adb-417c-4450-acbc-d363fc340c17 of type vxlan for network d8b218dc-ade7-42c9-94aa-2992c1447aed 2026-04-17 06:53:23.251 7 INFO neutron.services.segments.plugin [-] Segment 8e61e3e4-a6d0-4928-8e32-6831971379a8 resource provider aggregate not found 2026-04-17 06:53:23.255 7 INFO neutron.services.segments.plugin [-] Segment 8e61e3e4-a6d0-4928-8e32-6831971379a8 resource provider aggregate not found 2026-04-17 06:53:23.277 7 INFO neutron.services.segments.plugin [-] Segment 8e61e3e4-a6d0-4928-8e32-6831971379a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e61e3e4-a6d0-4928-8e32-6831971379a8 found for delete ", "request_id": "req-7abe0dff-6af2-4dd5-af91-ce6022552f91"}]} [pid: 7|app: 0|req: 488/969] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:23 2026] DELETE /v2.0/networks/342f16e7-ebdd-4f1c-81c5-fac1e0450735 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:23.278 7 INFO neutron.services.segments.plugin [-] Segment 8e61e3e4-a6d0-4928-8e32-6831971379a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e61e3e4-a6d0-4928-8e32-6831971379a8 found for delete ", "request_id": "req-a786b8eb-be4e-47da-a145-1f5a1d55c306"}]} [pid: 7|app: 0|req: 489/970] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:23 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/971] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:23 2026] POST /v2.0/networks => generated 613 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:23.299 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a38a04dc-ae55-4cbb-82f0-427955fe4ac1 3e53581ebab1431fa6afa8d8bc768cba 6cadf73850c2462cbee35f971914f93a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 490/972] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:23 2026] DELETE /v2.0/networks/342f16e7-ebdd-4f1c-81c5-fac1e0450735 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/973] 10.0.0.142 () {32 vars in 694 bytes} [Fri Apr 17 06:53:23 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/974] 10.0.0.142 () {32 vars in 742 bytes} [Fri Apr 17 06:53:23 2026] GET /v2.0/subnets?network_id=117c5f89-ecd9-4939-bfa3-48289e120040 => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/975] 10.0.0.142 () {32 vars in 653 bytes} [Fri Apr 17 06:53:23 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: 7|app: 0|req: 494/976] 10.0.0.142 () {32 vars in 649 bytes} [Fri Apr 17 06:53:23 2026] GET /v2.0/networks => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/977] 10.0.0.142 () {32 vars in 647 bytes} [Fri Apr 17 06:53:23 2026] GET /v2.0/subnets => generated 1280 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/978] 10.0.0.142 () {32 vars in 723 bytes} [Fri Apr 17 06:53:23 2026] GET /v2.0/networks/4b0babf5-fd1e-4b7b-a5c3-6c78e75ffb7c => generated 668 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/979] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:23 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/980] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 06:53:23 2026] GET /v2.0/subnets/185dec8f-edf5-42d2-b0b2-2dfef9a26cab => generated 641 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:23.596 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8795308e-eba6-424c-a48b-589351eaa828 3e53581ebab1431fa6afa8d8bc768cba 6cadf73850c2462cbee35f971914f93a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 498/981] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:23 2026] DELETE /v2.0/subnets/29e9c2d1-02c2-4551-85b3-7520fcbe2f2f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:53:23.612 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e71930bb-6a43-4fce-9da1-b1c36a613921 3e53581ebab1431fa6afa8d8bc768cba 6cadf73850c2462cbee35f971914f93a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 499/982] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:23 2026] DELETE /v2.0/networks/342f16e7-ebdd-4f1c-81c5-fac1e0450735 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/983] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:23 2026] DELETE /v2.0/subnets/185dec8f-edf5-42d2-b0b2-2dfef9a26cab => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/984] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:23 2026] DELETE /v2.0/networks/4b0babf5-fd1e-4b7b-a5c3-6c78e75ffb7c => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/985] 10.0.0.142 () {34 vars in 665 bytes} [Fri Apr 17 06:53:23 2026] POST /v2.0/ports => generated 911 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:24.031 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa997a70-0441-4887-bb4c-caef258fa425 e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] TaaS: Handle Delete Port: 598226d1-ada0-4785-8d4b-6b704fd89cd6 2026-04-17 06:53:24.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa997a70-0441-4887-bb4c-caef258fa425 e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] Tap Mirror: Handle Delete Port: 598226d1-ada0-4785-8d4b-6b704fd89cd6 [pid: 8|app: 0|req: 485/986] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:24 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/987] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:24 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&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: 502/988] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:53:23 2026] DELETE /v2.0/ports/598226d1-ada0-4785-8d4b-6b704fd89cd6 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:24.205 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2940b6f-3deb-490a-a4f1-303b8d06acbe e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 487/989] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:53:24 2026] GET /v2.0/ports/598226d1-ada0-4785-8d4b-6b704fd89cd6 => 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: 503/990] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:24 2026] DELETE /v2.0/subnets/c28be36b-94ad-4146-92bb-877cafa3672f => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/991] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:24 2026] DELETE /v2.0/networks/d8b218dc-ade7-42c9-94aa-2992c1447aed => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/992] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:24 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/993] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:24 2026] GET /v2.0/security-groups?tenant_id=6cadf73850c2462cbee35f971914f93a&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/994] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:24 2026] DELETE /v2.0/security-groups/fcbbf046-649e-434a-91d6-b6da77064aa7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/995] 10.0.0.142 () {34 vars in 665 bytes} [Fri Apr 17 06:53:24 2026] POST /v2.0/ports => generated 774 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/996] 10.0.0.142 () {34 vars in 737 bytes} [Fri Apr 17 06:53:24 2026] PUT /v2.0/ports/a1df6d4f-ed90-4468-8cdc-ea13400dfa2e => generated 752 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:53:24.964 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ec811f4-c119-41a5-b252-a2bbb1fd6ece e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] TaaS: Handle Delete Port: a1df6d4f-ed90-4468-8cdc-ea13400dfa2e 2026-04-17 06:53:24.967 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ec811f4-c119-41a5-b252-a2bbb1fd6ece e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] Tap Mirror: Handle Delete Port: a1df6d4f-ed90-4468-8cdc-ea13400dfa2e [pid: 8|app: 0|req: 491/997] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:53:24 2026] DELETE /v2.0/ports/a1df6d4f-ed90-4468-8cdc-ea13400dfa2e => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 507/998] 10.0.0.142 () {32 vars in 643 bytes} [Fri Apr 17 06:53:25 2026] GET /v2.0/ports => generated 777 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:25.118 8 INFO neutron.pecan_wsgi.hooks.translation [None req-be272b0c-1a4c-431c-8350-96ea94bb7249 e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 492/999] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:53:25 2026] GET /v2.0/ports/a1df6d4f-ed90-4468-8cdc-ea13400dfa2e => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:53:25.164 8 INFO neutron.services.segments.plugin [-] Segment e7b98adb-417c-4450-acbc-d363fc340c17 resource provider aggregate not found [pid: 7|app: 0|req: 508/1000] 10.0.0.142 () {32 vars in 643 bytes} [Fri Apr 17 06:53:25 2026] GET /v2.0/ports => generated 777 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:25.185 8 INFO neutron.services.segments.plugin [-] Segment e7b98adb-417c-4450-acbc-d363fc340c17 resource provider aggregate not found 2026-04-17 06:53:25.190 8 INFO neutron.services.segments.plugin [-] Segment e7b98adb-417c-4450-acbc-d363fc340c17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7b98adb-417c-4450-acbc-d363fc340c17 found for delete ", "request_id": "req-bdc69250-0502-430d-b539-66a39fbb96c6"}]} [pid: 7|app: 0|req: 509/1001] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:53:25 2026] GET /v2.0/ports/67253c24-6613-4ed4-8aca-b4c4a6d146a3 => generated 774 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:25.210 8 INFO neutron.services.segments.plugin [-] Segment e7b98adb-417c-4450-acbc-d363fc340c17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7b98adb-417c-4450-acbc-d363fc340c17 found for delete ", "request_id": "req-3651676f-a997-4016-aea7-727920cf36b1"}]} 2026-04-17 06:53:25.225 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c1605f2-e918-4235-ad66-99f320ea30ed e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 510/1002] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:53:25 2026] DELETE /v2.0/ports/598226d1-ada0-4785-8d4b-6b704fd89cd6 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1003] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:53:25 2026] GET /v2.0/networks?id=0387e804-5ddf-484d-a4c0-3d208d417fe9 => generated 669 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:25.255 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69004f35-593a-45be-a4fb-f5dc9e09f97e e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 494/1004] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:25 2026] DELETE /v2.0/subnets/c28be36b-94ad-4146-92bb-877cafa3672f => 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: 511/1005] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:25 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:25.272 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1618be49-7d9a-440d-af09-8b9c626b8221 e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 512/1006] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:25 2026] DELETE /v2.0/subnets/e1dc4c34-9eaa-4592-bf5d-ea5238910103 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1007] 199.204.45.129 () {34 vars in 1050 bytes} [Fri Apr 17 06:53:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=82d214bdbb4c43e09e2722431683d74c => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:25.308 7 INFO neutron.services.segments.plugin [-] Segment 2329ed8a-73b8-4922-ba51-ff7e1a9c6e4e resource provider aggregate not found 2026-04-17 06:53:25.316 7 INFO neutron.services.segments.plugin [-] Segment 2329ed8a-73b8-4922-ba51-ff7e1a9c6e4e resource provider aggregate not found [pid: 7|app: 0|req: 513/1008] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:25 2026] GET /v2.0/security-groups?id=8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:25.333 7 INFO neutron.services.segments.plugin [-] Segment 2329ed8a-73b8-4922-ba51-ff7e1a9c6e4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2329ed8a-73b8-4922-ba51-ff7e1a9c6e4e found for delete ", "request_id": "req-eb38b13b-e7d0-4bf7-a59c-6743bcf4b674"}]} 2026-04-17 06:53:25.334 7 INFO neutron.services.segments.plugin [-] Segment 2329ed8a-73b8-4922-ba51-ff7e1a9c6e4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2329ed8a-73b8-4922-ba51-ff7e1a9c6e4e found for delete ", "request_id": "req-b607d842-85e1-43f0-aa7d-fa432655c039"}]} 2026-04-17 06:53:25.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-09432ab7-3776-429f-b65c-5ffa8d904b08 e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] TaaS: Handle Delete Port: 67253c24-6613-4ed4-8aca-b4c4a6d146a3 2026-04-17 06:53:25.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09432ab7-3776-429f-b65c-5ffa8d904b08 e1758361ec454ccf834a4834cb3c4132 bd3f821969da431dab535021effcc098 - - default default] Tap Mirror: Handle Delete Port: 67253c24-6613-4ed4-8aca-b4c4a6d146a3 [pid: 8|app: 0|req: 496/1009] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:53:25 2026] DELETE /v2.0/ports/67253c24-6613-4ed4-8aca-b4c4a6d146a3 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1010] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:53:25 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1011] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:25 2026] DELETE /v2.0/networks/1624db46-c485-40b5-9014-c30a5b6942c4 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:25.675 8 INFO neutron_taas.services.taas.taas_plugin [req-dc8bce5f-f13f-4fd6-9e46-7111d3eb7ba7 req-e352d173-b586-407c-a1cd-2a77f6aacfc5 9482ee7bafce4bb783e9c1407b61c0ed dded99c4ff974a14a430d553395694bf - - default default] TaaS: Handle Delete Port: 00b1ebb6-6b12-462a-b6f3-40b250770d66 2026-04-17 06:53:25.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dc8bce5f-f13f-4fd6-9e46-7111d3eb7ba7 req-e352d173-b586-407c-a1cd-2a77f6aacfc5 9482ee7bafce4bb783e9c1407b61c0ed dded99c4ff974a14a430d553395694bf - - default default] Tap Mirror: Handle Delete Port: 00b1ebb6-6b12-462a-b6f3-40b250770d66 [pid: 7|app: 0|req: 514/1012] 199.204.45.129 () {38 vars in 955 bytes} [Fri Apr 17 06:53:25 2026] POST /v2.0/ports => generated 954 bytes in 365 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: 515/1013] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:25 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 957 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:25.755 8 INFO neutron.db.l3_db [req-dc8bce5f-f13f-4fd6-9e46-7111d3eb7ba7 req-e352d173-b586-407c-a1cd-2a77f6aacfc5 9482ee7bafce4bb783e9c1407b61c0ed dded99c4ff974a14a430d553395694bf - - default default] Floating IP b2529dd5-cf91-4c43-9dc3-ca1896672f44 disassociated. External IP: 10.96.250.209, port: 00b1ebb6-6b12-462a-b6f3-40b250770d66. [pid: 8|app: 0|req: 499/1014] 199.204.45.129 () {36 vars in 997 bytes} [Fri Apr 17 06:53:25 2026] DELETE /v2.0/ports/00b1ebb6-6b12-462a-b6f3-40b250770d66 => generated 0 bytes in 460 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1015] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:26 2026] GET /v2.0/security-groups?id=18ac8eea-0133-4afe-93f5-eb59408f0d36&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:26.090 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-688e93de-a0d9-47ab-80fa-ad19e1c2f554'] response: {'server_uuid': '7d230c87-a467-481c-a2f3-216ffb9bf5a7', 'name': 'network-vif-deleted', 'tag': '00b1ebb6-6b12-462a-b6f3-40b250770d66', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 516/1016] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:53:25 2026] PUT /v2.0/ports/8309719f-68e7-4aee-a8cd-aefb3f04d2b3 => generated 1235 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:53:26.179 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e91a88f4-25cd-405e-b71c-8762441f53e4'] response: {'name': 'network-changed', 'server_uuid': 'e0033eea-cf99-46d0-aff7-280da6a1e1fc', 'tag': '8309719f-68e7-4aee-a8cd-aefb3f04d2b3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 501/1017] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:26 2026] GET /v2.0/security-groups?tenant_id=bd3f821969da431dab535021effcc098&name=default => generated 2925 bytes in 186 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: 517/1018] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:26 2026] DELETE /v2.0/security-groups/25d480f0-f1f1-4fca-81b3-2c3b3475ec82 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1019] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:26 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1020] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:53:26 2026] GET /v2.0/ports?tenant_id=82d214bdbb4c43e09e2722431683d74c&device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1021] 199.204.45.129 () {34 vars in 1018 bytes} [Fri Apr 17 06:53:26 2026] GET /v2.0/networks?tenant_id=82d214bdbb4c43e09e2722431683d74c&shared=False => generated 764 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1022] 199.204.45.129 () {34 vars in 930 bytes} [Fri Apr 17 06:53:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:27.204 8 INFO neutron.services.segments.plugin [-] Segment 9cf49be7-c8a5-4ae7-817f-9b3200d2ca76 resource provider aggregate not found 2026-04-17 06:53:27.231 8 INFO neutron.services.segments.plugin [-] Segment 9cf49be7-c8a5-4ae7-817f-9b3200d2ca76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cf49be7-c8a5-4ae7-817f-9b3200d2ca76 found for delete ", "request_id": "req-0d92e918-434c-404c-b8cd-c9458f1dfdf1"}]} 2026-04-17 06:53:27.236 8 INFO neutron.services.segments.plugin [-] Segment 9cf49be7-c8a5-4ae7-817f-9b3200d2ca76 resource provider aggregate not found 2026-04-17 06:53:27.250 8 INFO neutron.services.segments.plugin [-] Segment 9cf49be7-c8a5-4ae7-817f-9b3200d2ca76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cf49be7-c8a5-4ae7-817f-9b3200d2ca76 found for delete ", "request_id": "req-d9118d71-e066-426d-858f-30fabf7ea004"}]} [pid: 8|app: 0|req: 504/1023] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:27 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1024] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:27 2026] GET /v2.0/security-groups?id=18ac8eea-0133-4afe-93f5-eb59408f0d36&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1025] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:27 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => 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: 521/1026] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:53:27 2026] GET /v2.0/ports?tenant_id=82d214bdbb4c43e09e2722431683d74c&device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1027] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:53:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8309719f-68e7-4aee-a8cd-aefb3f04d2b3 => 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: 522/1028] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:53:27 2026] GET /v2.0/subnets?id=f40dab39-9a8f-4dee-9db2-981964f4a807 => generated 687 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1029] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:53:27 2026] GET /v2.0/ports?network_id=0387e804-5ddf-484d-a4c0-3d208d417fe9&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1030] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:53:27 2026] GET /v2.0/networks/0387e804-5ddf-484d-a4c0-3d208d417fe9?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1031] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:53:28 2026] GET /v2.0/networks/0387e804-5ddf-484d-a4c0-3d208d417fe9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:28.326 7 INFO neutron.db.segments_db [None req-5c3b3338-b358-4c6c-b0e1-bb5589da9d03 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Added segment b516c900-2368-461f-b536-b64aaf0a154d of type vxlan for network bf646de8-9951-4775-a735-ec335a2a0a86 [pid: 7|app: 0|req: 524/1032] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:28 2026] POST /v2.0/networks => generated 615 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1033] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:28 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1034] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:28 2026] GET /v2.0/security-groups?id=18ac8eea-0133-4afe-93f5-eb59408f0d36&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:28.468 7 INFO neutron.db.segments_db [None req-229f74a1-6e39-4c69-83c1-61a1372256f7 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Added segment 968ba075-099a-4cae-a9b1-72641121bcfb of type vxlan for network 296658b4-849f-4330-b550-7c8279d24878 [pid: 7|app: 0|req: 525/1035] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:28 2026] POST /v2.0/networks => generated 615 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1036] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:28 2026] GET /v2.0/ports?device_id=7d230c87-a467-481c-a2f3-216ffb9bf5a7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1037] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:28 2026] POST /v2.0/subnets => generated 646 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1038] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:28 2026] POST /v2.0/subnets => generated 655 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:29.129 8 INFO neutron.db.segments_db [None req-017b6f2a-f7b0-4ca0-a74f-637417caf838 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Added segment 9daa7128-aea8-4a98-bd1b-391fc7acea0b of type vxlan for network 02b5405b-9f36-4344-b63a-f9ac87a7471b 2026-04-17 06:53:29.386 8 INFO neutron.db.l3_hamode_db [None req-017b6f2a-f7b0-4ca0-a74f-637417caf838 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:53:29.516 8 INFO neutron.db.l3_hamode_db [None req-017b6f2a-f7b0-4ca0-a74f-637417caf838 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 530/1041] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:29 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1042] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:29 2026] GET /v2.0/security-groups?id=18ac8eea-0133-4afe-93f5-eb59408f0d36&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1043] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:29 2026] DELETE /v2.0/security-groups/8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:53:29.774 7 INFO neutron.api.v2.resource [None req-5af4990e-6615-46d7-a818-663ff116e28b 9482ee7bafce4bb783e9c1407b61c0ed dded99c4ff974a14a430d553395694bf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 533/1044] 10.0.0.142 () {32 vars in 737 bytes} [Fri Apr 17 06:53:29 2026] GET /v2.0/security-groups/8d2f1bd0-a0d9-46b8-89b7-6fe2d6fb845d => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:53:29.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a44c064-4683-4822-9975-ea3c37ddd41a 9482ee7bafce4bb783e9c1407b61c0ed dded99c4ff974a14a430d553395694bf - - default default] TaaS: Handle Delete Port: ae6a821e-c479-4d78-945a-a47cedf90b5e 2026-04-17 06:53:29.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a44c064-4683-4822-9975-ea3c37ddd41a 9482ee7bafce4bb783e9c1407b61c0ed dded99c4ff974a14a430d553395694bf - - default default] Tap Mirror: Handle Delete Port: ae6a821e-c479-4d78-945a-a47cedf90b5e [pid: 7|app: 0|req: 534/1045] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:53:29 2026] DELETE /v2.0/floatingips/b2529dd5-cf91-4c43-9dc3-ca1896672f44 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1046] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:29 2026] POST /v2.0/routers => generated 510 bytes in 982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1047] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:30 2026] GET /v2.0/security-groups?tenant_id=196a3fedcd9d45afbb231d3832ee9751&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:53:30.398 8 INFO neutron_taas.services.taas.taas_plugin [None req-0289e1cb-b9a1-4692-8c44-215fc40ea1af 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 271dae02-f51f-4d3b-9278-5a84f451afbd 2026-04-17 06:53:30.401 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0289e1cb-b9a1-4692-8c44-215fc40ea1af 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 271dae02-f51f-4d3b-9278-5a84f451afbd [pid: 8|app: 0|req: 513/1048] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:53:30 2026] PUT /v2.0/routers/06880a4b-61c3-4061-9be1-14048d2f2675/remove_router_interface => generated 309 bytes in 849 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1049] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:30 2026] DELETE /v2.0/security-groups/bb614363-5211-4f46-b2e7-799697f6857e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1050] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:30 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => 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: 536/1051] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:53:30 2026] PUT /v2.0/routers/5a30e0d1-8c98-4ad2-94cd-0d8f864629f2/add_router_interface => generated 309 bytes in 920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1052] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:31 2026] GET /v2.0/security-groups?id=18ac8eea-0133-4afe-93f5-eb59408f0d36&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:31.218 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1ae3493-0b9b-4265-867d-9385b29c9c20 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: da901d19-e7c4-4cca-9647-9301de84793b 2026-04-17 06:53:31.221 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1ae3493-0b9b-4265-867d-9385b29c9c20 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: da901d19-e7c4-4cca-9647-9301de84793b [pid: 7|app: 0|req: 538/1053] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:31 2026] GET /v2.0/security-groups?tenant_id=97064165b3bc4b59a0632b94921c5747&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: 539/1054] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:53:31 2026] GET /v2.0/ports/16095758-fd86-469a-bc3e-459d4d771521 => generated 959 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1055] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:31 2026] DELETE /v2.0/security-groups/41095a42-1c11-4b3a-aa05-6e83d7d6df6c => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:53:31.475 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1ae3493-0b9b-4265-867d-9385b29c9c20 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 451b0d3b-3ffb-4e7f-b6b9-5bc2f7df68ba 2026-04-17 06:53:31.477 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1ae3493-0b9b-4265-867d-9385b29c9c20 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 451b0d3b-3ffb-4e7f-b6b9-5bc2f7df68ba 2026-04-17 06:53:31.804 8 INFO neutron.services.segments.plugin [-] Segment dab3e12e-dc51-4e55-8f19-36d10c507839 resource provider aggregate not found 2026-04-17 06:53:31.814 8 INFO neutron.services.segments.plugin [-] Segment dab3e12e-dc51-4e55-8f19-36d10c507839 resource provider aggregate not found 2026-04-17 06:53:31.825 8 INFO neutron.services.segments.plugin [-] Segment dab3e12e-dc51-4e55-8f19-36d10c507839 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dab3e12e-dc51-4e55-8f19-36d10c507839 found for delete ", "request_id": "req-c64a4c34-0d9b-4519-950b-9515990bdf5c"}]} 2026-04-17 06:53:31.834 8 INFO neutron.db.l3_hamode_db [None req-a1ae3493-0b9b-4265-867d-9385b29c9c20 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] HA network 553bfac0-e398-47af-b664-ee78cc53659f was deleted as no HA routers are present in tenant dded99c4ff974a14a430d553395694bf. 2026-04-17 06:53:31.838 8 INFO neutron.services.segments.plugin [-] Segment dab3e12e-dc51-4e55-8f19-36d10c507839 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dab3e12e-dc51-4e55-8f19-36d10c507839 found for delete ", "request_id": "req-661b1dc3-8629-4832-847d-d2ee3b784539"}]} [pid: 8|app: 0|req: 516/1056] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:31 2026] DELETE /v2.0/routers/06880a4b-61c3-4061-9be1-14048d2f2675 => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1057] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:31 2026] DELETE /v2.0/subnets/6249d7c5-8449-4da8-9b35-69c2d813d341 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:32.103 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a4fc432-17a1-4495-b3a0-270ec9120e27 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 69666789-316f-4feb-a575-897d7816ef45 2026-04-17 06:53:32.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a4fc432-17a1-4495-b3a0-270ec9120e27 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 69666789-316f-4feb-a575-897d7816ef45 [pid: 8|app: 0|req: 518/1058] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:32 2026] DELETE /v2.0/networks/efc1a5cf-cc43-422e-b64f-a0093a93a09c => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1059] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:32 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1060] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:32 2026] GET /v2.0/security-groups?id=18ac8eea-0133-4afe-93f5-eb59408f0d36&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1061] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:32 2026] GET /v2.0/security-groups?tenant_id=dded99c4ff974a14a430d553395694bf&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1062] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:32 2026] DELETE /v2.0/security-groups/f2083f41-4e89-4f29-ba8d-1f4a140bac11 => 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: 541/1063] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:53:31 2026] PUT /v2.0/routers/5a30e0d1-8c98-4ad2-94cd-0d8f864629f2/add_router_interface => generated 309 bytes in 1382 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1064] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:53:32 2026] GET /v2.0/ports/a972809f-ad1d-4ca0-858a-27ccd31e07c3 => generated 967 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:33.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c32e3c3-9730-4bcf-8274-44207e8bbf04 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] TaaS: Handle Delete Port: a972809f-ad1d-4ca0-858a-27ccd31e07c3 2026-04-17 06:53:33.248 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c32e3c3-9730-4bcf-8274-44207e8bbf04 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Tap Mirror: Handle Delete Port: a972809f-ad1d-4ca0-858a-27ccd31e07c3 [pid: 8|app: 0|req: 524/1065] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:33 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1066] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:33 2026] GET /v2.0/security-groups?id=18ac8eea-0133-4afe-93f5-eb59408f0d36&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: 542/1067] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:53:32 2026] PUT /v2.0/routers/5a30e0d1-8c98-4ad2-94cd-0d8f864629f2/remove_router_interface => generated 309 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1068] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:33 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:33.846 8 INFO neutron.services.segments.plugin [-] Segment fc48b7c7-1c98-4e3d-a874-03af1c2c5cea resource provider aggregate not found 2026-04-17 06:53:33.866 8 INFO neutron.services.segments.plugin [-] Segment fc48b7c7-1c98-4e3d-a874-03af1c2c5cea resource provider aggregate not found 2026-04-17 06:53:33.875 8 INFO neutron.services.segments.plugin [-] Segment fc48b7c7-1c98-4e3d-a874-03af1c2c5cea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc48b7c7-1c98-4e3d-a874-03af1c2c5cea found for delete ", "request_id": "req-04ed34f3-476e-4499-b741-167206d35341"}]} 2026-04-17 06:53:33.896 8 INFO neutron.services.segments.plugin [-] Segment fc48b7c7-1c98-4e3d-a874-03af1c2c5cea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc48b7c7-1c98-4e3d-a874-03af1c2c5cea found for delete ", "request_id": "req-c2bde3d8-838a-4288-9e63-9e14770c7302"}]} 2026-04-17 06:53:33.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9dd11e0-1bf5-4e94-b99c-59fa3125eef9 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] TaaS: Handle Delete Port: 16095758-fd86-469a-bc3e-459d4d771521 2026-04-17 06:53:33.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9dd11e0-1bf5-4e94-b99c-59fa3125eef9 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Tap Mirror: Handle Delete Port: 16095758-fd86-469a-bc3e-459d4d771521 [pid: 7|app: 0|req: 543/1069] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:53:33 2026] PUT /v2.0/routers/5a30e0d1-8c98-4ad2-94cd-0d8f864629f2/remove_router_interface => generated 309 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1070] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:53:34 2026] GET /v2.0/ports?device_id=5a30e0d1-8c98-4ad2-94cd-0d8f864629f2 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:34.438 8 INFO neutron.db.l3_db [None req-90a59914-619e-46d4-ae0d-4154d62e3058 a0ff0f8f5ff4457e8cca8b4d71256963 82d214bdbb4c43e09e2722431683d74c - - default default] Floating IP ed111857-fbc7-46e5-b7f6-50811159ada0 associated. External IP: 10.96.250.206, port: 8309719f-68e7-4aee-a8cd-aefb3f04d2b3. 2026-04-17 06:53:34.584 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2d9570a-3baa-44f2-972b-92f6cdf33ebc cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] TaaS: Handle Delete Port: 069f4e5f-95d7-45f5-a658-f8503b653a2a 2026-04-17 06:53:34.587 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2d9570a-3baa-44f2-972b-92f6cdf33ebc cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Tap Mirror: Handle Delete Port: 069f4e5f-95d7-45f5-a658-f8503b653a2a [pid: 8|app: 0|req: 527/1071] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:53:33 2026] PUT /v2.0/floatingips/ed111857-fbc7-46e5-b7f6-50811159ada0 => generated 855 bytes in 994 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:34.741 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9bfbcb2-d9a6-4009-8c58-1d1ea07a7357'] response: {'name': 'network-changed', 'server_uuid': 'e0033eea-cf99-46d0-aff7-280da6a1e1fc', 'tag': '8309719f-68e7-4aee-a8cd-aefb3f04d2b3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 528/1072] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:34 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1073] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:34 2026] GET /v2.0/security-groups?id=18ac8eea-0133-4afe-93f5-eb59408f0d36&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:34.954 7 INFO neutron.services.segments.plugin [-] Segment 9daa7128-aea8-4a98-bd1b-391fc7acea0b resource provider aggregate not found 2026-04-17 06:53:34.963 7 INFO neutron.services.segments.plugin [-] Segment 9daa7128-aea8-4a98-bd1b-391fc7acea0b resource provider aggregate not found 2026-04-17 06:53:34.983 7 INFO neutron.services.segments.plugin [-] Segment 9daa7128-aea8-4a98-bd1b-391fc7acea0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9daa7128-aea8-4a98-bd1b-391fc7acea0b found for delete ", "request_id": "req-a9e3c3b0-3d6e-40cb-8dd5-c177cec6bd61"}]} 2026-04-17 06:53:34.987 7 INFO neutron.services.segments.plugin [-] Segment 9daa7128-aea8-4a98-bd1b-391fc7acea0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9daa7128-aea8-4a98-bd1b-391fc7acea0b found for delete ", "request_id": "req-41831393-5edb-4d16-a213-d27bf1d0c420"}]} 2026-04-17 06:53:35.012 7 INFO neutron.db.l3_hamode_db [None req-b2d9570a-3baa-44f2-972b-92f6cdf33ebc cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] HA network 02b5405b-9f36-4344-b63a-f9ac87a7471b was deleted as no HA routers are present in tenant b249d23ce4f34a64976e0c025304a6f5. [pid: 7|app: 0|req: 545/1074] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:34 2026] DELETE /v2.0/routers/5a30e0d1-8c98-4ad2-94cd-0d8f864629f2 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1075] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:35 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => 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: 547/1076] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:35 2026] GET /v2.0/security-groups?id=18ac8eea-0133-4afe-93f5-eb59408f0d36&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1077] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:35 2026] DELETE /v2.0/subnets/5701476d-8fc9-4eba-920e-3e91fcb73715 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1078] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:53:35 2026] GET /v2.0/ports?tenant_id=82d214bdbb4c43e09e2722431683d74c&device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1079] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:53:35 2026] GET /v2.0/networks?id=0387e804-5ddf-484d-a4c0-3d208d417fe9 => generated 764 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1080] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:53:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=8309719f-68e7-4aee-a8cd-aefb3f04d2b3 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1081] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:35 2026] DELETE /v2.0/subnets/f87dbc3f-70e3-4fb4-a14e-be3283bac0b4 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1082] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:53:35 2026] GET /v2.0/subnets?id=f40dab39-9a8f-4dee-9db2-981964f4a807 => generated 687 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1083] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:53:35 2026] GET /v2.0/ports?network_id=0387e804-5ddf-484d-a4c0-3d208d417fe9&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:53:35.534 7 INFO neutron_taas.services.taas.taas_plugin [None req-684c1740-ef10-4672-b718-8c5343402a13 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] TaaS: Handle Delete Port: 7bee78ee-da44-4f9f-a3e7-ed4adce23c19 2026-04-17 06:53:35.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-684c1740-ef10-4672-b718-8c5343402a13 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Tap Mirror: Handle Delete Port: 7bee78ee-da44-4f9f-a3e7-ed4adce23c19 [pid: 8|app: 0|req: 536/1084] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:53:35 2026] GET /v2.0/networks/0387e804-5ddf-484d-a4c0-3d208d417fe9?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1085] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:53:35 2026] GET /v2.0/networks/0387e804-5ddf-484d-a4c0-3d208d417fe9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1086] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:35 2026] DELETE /v2.0/networks/296658b4-849f-4330-b550-7c8279d24878 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:35.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1810cc9-14f1-47c5-a7d3-213cb9d67ff4 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] TaaS: Handle Delete Port: ebb7814b-8d03-4832-b48b-3ddb3b16cb5f 2026-04-17 06:53:35.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1810cc9-14f1-47c5-a7d3-213cb9d67ff4 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Tap Mirror: Handle Delete Port: ebb7814b-8d03-4832-b48b-3ddb3b16cb5f 2026-04-17 06:53:35.936 8 INFO neutron.services.segments.plugin [-] Segment b516c900-2368-461f-b536-b64aaf0a154d resource provider aggregate not found 2026-04-17 06:53:35.941 8 INFO neutron.services.segments.plugin [-] Segment b516c900-2368-461f-b536-b64aaf0a154d resource provider aggregate not found 2026-04-17 06:53:35.955 8 INFO neutron.services.segments.plugin [-] Segment b516c900-2368-461f-b536-b64aaf0a154d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b516c900-2368-461f-b536-b64aaf0a154d found for delete ", "request_id": "req-120f4b9e-4293-4e78-8159-f94cd4cc64ff"}]} 2026-04-17 06:53:35.957 8 INFO neutron.services.segments.plugin [-] Segment b516c900-2368-461f-b536-b64aaf0a154d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b516c900-2368-461f-b536-b64aaf0a154d found for delete ", "request_id": "req-47722f4f-0aad-4d5f-9a52-1f3e447b53d9"}]} [pid: 8|app: 0|req: 538/1087] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:35 2026] DELETE /v2.0/networks/bf646de8-9951-4775-a735-ec335a2a0a86 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:36.024 7 INFO neutron.db.segments_db [None req-a8a38cd0-9c30-4baa-a942-0efbddb07a68 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Added segment febdd1ea-0a74-4173-9729-99686281d0c5 of type vxlan for network 34ca50b1-ee74-4ad5-929b-600ee98aed7f [pid: 7|app: 0|req: 550/1088] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:35 2026] POST /v2.0/networks => generated 615 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1089] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:36 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => 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: 552/1090] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:36 2026] GET /v2.0/security-groups?id=18ac8eea-0133-4afe-93f5-eb59408f0d36&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1091] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:36 2026] POST /v2.0/subnets => generated 646 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:36.435 7 INFO neutron.db.segments_db [None req-a1f7aa8e-5d2c-41db-a392-36346c5bcd1a cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Added segment 30c594c1-7d93-4bdb-843c-64c2068a2d93 of type vxlan for network 08d63ad7-cca5-43ff-8de7-7a4787f7fc53 2026-04-17 06:53:36.670 7 INFO neutron.db.l3_hamode_db [None req-a1f7aa8e-5d2c-41db-a392-36346c5bcd1a cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:53:36.803 7 INFO neutron.db.l3_hamode_db [None req-a1f7aa8e-5d2c-41db-a392-36346c5bcd1a cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:53:37.008 7 INFO neutron.services.segments.plugin [-] Segment 968ba075-099a-4cae-a9b1-72641121bcfb resource provider aggregate not found 2026-04-17 06:53:37.015 7 INFO neutron.services.segments.plugin [-] Segment 968ba075-099a-4cae-a9b1-72641121bcfb resource provider aggregate not found 2026-04-17 06:53:37.032 7 INFO neutron.services.segments.plugin [-] Segment 968ba075-099a-4cae-a9b1-72641121bcfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 968ba075-099a-4cae-a9b1-72641121bcfb found for delete ", "request_id": "req-62dec433-d2c4-4344-a840-e3114fe606bd"}]} 2026-04-17 06:53:37.040 7 INFO neutron.services.segments.plugin [-] Segment 968ba075-099a-4cae-a9b1-72641121bcfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 968ba075-099a-4cae-a9b1-72641121bcfb found for delete ", "request_id": "req-feb7b6c6-e3e6-46c5-b241-330faeed1526"}]} [pid: 8|app: 0|req: 540/1092] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:36 2026] GET /v2.0/security-groups?tenant_id=5926e2ba655b470287006a1bf4fe6565&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1093] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:37 2026] DELETE /v2.0/security-groups/4f8e53c9-df54-4822-86a8-022affa1a530 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1094] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:37 2026] GET /v2.0/security-groups?tenant_id=1e2c59714a244f029fce3c0b5c46b579&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1095] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:36 2026] POST /v2.0/routers => generated 510 bytes in 1011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1096] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:37 2026] DELETE /v2.0/security-groups/47b5a122-8695-45e2-91e6-a4d381e2d04e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1097] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:37 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1098] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:53:37 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1099] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:53:37 2026] GET /v2.0/security-groups?id=18ac8eea-0133-4afe-93f5-eb59408f0d36&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:37.697 8 INFO neutron_taas.services.taas.taas_plugin [req-d58c1f87-0fe1-403f-8e21-5441f0d7d81c req-7bf61e51-88d4-4654-a813-e2ed8715c378 a0ff0f8f5ff4457e8cca8b4d71256963 82d214bdbb4c43e09e2722431683d74c - - default default] TaaS: Handle Delete Port: 8309719f-68e7-4aee-a8cd-aefb3f04d2b3 2026-04-17 06:53:37.700 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d58c1f87-0fe1-403f-8e21-5441f0d7d81c req-7bf61e51-88d4-4654-a813-e2ed8715c378 a0ff0f8f5ff4457e8cca8b4d71256963 82d214bdbb4c43e09e2722431683d74c - - default default] Tap Mirror: Handle Delete Port: 8309719f-68e7-4aee-a8cd-aefb3f04d2b3 [pid: 7|app: 0|req: 554/1100] 10.0.0.142 () {34 vars in 665 bytes} [Fri Apr 17 06:53:37 2026] POST /v2.0/ports => generated 964 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:53:37.799 8 INFO neutron.db.l3_db [req-d58c1f87-0fe1-403f-8e21-5441f0d7d81c req-7bf61e51-88d4-4654-a813-e2ed8715c378 a0ff0f8f5ff4457e8cca8b4d71256963 82d214bdbb4c43e09e2722431683d74c - - default default] Floating IP ed111857-fbc7-46e5-b7f6-50811159ada0 disassociated. External IP: 10.96.250.206, port: 8309719f-68e7-4aee-a8cd-aefb3f04d2b3. [pid: 8|app: 0|req: 547/1101] 199.204.45.129 () {36 vars in 997 bytes} [Fri Apr 17 06:53:37 2026] DELETE /v2.0/ports/8309719f-68e7-4aee-a8cd-aefb3f04d2b3 => generated 0 bytes in 480 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:38.123 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-06ecfa9c-2e30-48ba-87ef-6674c78aa8d2'] response: {'server_uuid': 'e0033eea-cf99-46d0-aff7-280da6a1e1fc', 'name': 'network-vif-deleted', 'tag': '8309719f-68e7-4aee-a8cd-aefb3f04d2b3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 548/1102] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:38 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1103] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:53:37 2026] PUT /v2.0/routers/7538c140-0dec-4eee-ba3f-b3878ffca12e/add_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1104] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:53:38 2026] GET /v2.0/ports/ad34aa07-9577-4033-93c4-27931022868b => generated 1038 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:53:39.125 7 INFO neutron_taas.services.taas.taas_plugin [None req-81157209-5afe-4650-b74e-fe04dcae3ba2 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] TaaS: Handle Delete Port: ad34aa07-9577-4033-93c4-27931022868b 2026-04-17 06:53:39.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81157209-5afe-4650-b74e-fe04dcae3ba2 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Tap Mirror: Handle Delete Port: ad34aa07-9577-4033-93c4-27931022868b [pid: 7|app: 0|req: 556/1105] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:53:38 2026] PUT /v2.0/routers/7538c140-0dec-4eee-ba3f-b3878ffca12e/remove_router_interface => generated 309 bytes in 685 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:39.596 8 INFO neutron.api.v2.resource [None req-c6f2011b-9bc8-478b-b699-14b0fd48ab84 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 550/1106] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:53:39 2026] PUT /v2.0/routers/7538c140-0dec-4eee-ba3f-b3878ffca12e/remove_router_interface => generated 197 bytes in 130 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: 557/1107] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:53:39 2026] GET /v2.0/ports?device_id=7538c140-0dec-4eee-ba3f-b3878ffca12e => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:39.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-8fa76848-06cf-425d-a3b9-5498f89de30c cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] TaaS: Handle Delete Port: 6204894c-a2df-42e4-a755-8c40d39d48fc 2026-04-17 06:53:39.749 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fa76848-06cf-425d-a3b9-5498f89de30c cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Tap Mirror: Handle Delete Port: 6204894c-a2df-42e4-a755-8c40d39d48fc [pid: 7|app: 0|req: 558/1108] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:39 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:40.046 8 INFO neutron.services.segments.plugin [-] Segment 30c594c1-7d93-4bdb-843c-64c2068a2d93 resource provider aggregate not found 2026-04-17 06:53:40.054 8 INFO neutron.services.segments.plugin [-] Segment 30c594c1-7d93-4bdb-843c-64c2068a2d93 resource provider aggregate not found 2026-04-17 06:53:40.067 8 INFO neutron.services.segments.plugin [-] Segment 30c594c1-7d93-4bdb-843c-64c2068a2d93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30c594c1-7d93-4bdb-843c-64c2068a2d93 found for delete ", "request_id": "req-c76fae60-e39c-40ab-8fb0-4216d98c8996"}]} 2026-04-17 06:53:40.069 8 INFO neutron.services.segments.plugin [-] Segment 30c594c1-7d93-4bdb-843c-64c2068a2d93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30c594c1-7d93-4bdb-843c-64c2068a2d93 found for delete ", "request_id": "req-46619031-1606-4e62-911d-d69188c9c9d0"}]} 2026-04-17 06:53:40.073 8 INFO neutron.db.l3_hamode_db [None req-8fa76848-06cf-425d-a3b9-5498f89de30c cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] HA network 08d63ad7-cca5-43ff-8de7-7a4787f7fc53 was deleted as no HA routers are present in tenant b249d23ce4f34a64976e0c025304a6f5. [pid: 8|app: 0|req: 551/1109] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:39 2026] DELETE /v2.0/routers/7538c140-0dec-4eee-ba3f-b3878ffca12e => generated 0 bytes in 461 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1110] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:40 2026] DELETE /v2.0/subnets/966bd65e-2490-4a14-b490-72648b071954 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1111] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:40 2026] DELETE /v2.0/networks/34ca50b1-ee74-4ad5-929b-600ee98aed7f => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:40.372 7 INFO neutron.db.segments_db [None req-aa2595ea-b26b-4834-a68b-87fb3ddbf280 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Added segment bb272432-7d3b-45f6-aa08-c47794d82618 of type vxlan for network 06c6f267-289d-49b2-aab7-c73d65dec57c [pid: 7|app: 0|req: 560/1112] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:40 2026] POST /v2.0/networks => generated 615 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1113] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:40 2026] POST /v2.0/subnets => generated 646 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:40.718 7 INFO neutron.db.segments_db [None req-ced77875-3f15-4025-9375-5901be2efe42 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Added segment 53f276a1-aef7-4a7a-8dd1-7ef1b9f5795e of type vxlan for network b26ccde1-4712-4aff-947f-2e2d8fea811f [pid: 8|app: 0|req: 554/1114] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:53:40 2026] GET /v2.0/ports?device_id=e0033eea-cf99-46d0-aff7-280da6a1e1fc => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:40.975 7 INFO neutron.db.l3_hamode_db [None req-ced77875-3f15-4025-9375-5901be2efe42 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:53:41.115 7 INFO neutron.db.l3_hamode_db [None req-ced77875-3f15-4025-9375-5901be2efe42 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 561/1115] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:40 2026] POST /v2.0/routers => generated 510 bytes in 989 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:42.093 8 INFO neutron.services.segments.plugin [-] Segment febdd1ea-0a74-4173-9729-99686281d0c5 resource provider aggregate not found [pid: 7|app: 0|req: 562/1116] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:41 2026] DELETE /v2.0/security-groups/18ac8eea-0133-4afe-93f5-eb59408f0d36 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:53:42.103 8 INFO neutron.services.segments.plugin [-] Segment febdd1ea-0a74-4173-9729-99686281d0c5 resource provider aggregate not found 2026-04-17 06:53:42.109 8 INFO neutron.services.segments.plugin [-] Segment febdd1ea-0a74-4173-9729-99686281d0c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid febdd1ea-0a74-4173-9729-99686281d0c5 found for delete ", "request_id": "req-1d89c001-159d-4b91-9edb-0e4010ba08d9"}]} 2026-04-17 06:53:42.111 7 INFO neutron.api.v2.resource [None req-0b43e0f4-fc81-4435-907b-a9261843eb54 a0ff0f8f5ff4457e8cca8b4d71256963 82d214bdbb4c43e09e2722431683d74c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 563/1117] 10.0.0.142 () {32 vars in 737 bytes} [Fri Apr 17 06:53:42 2026] GET /v2.0/security-groups/18ac8eea-0133-4afe-93f5-eb59408f0d36 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:53:42.130 8 INFO neutron.services.segments.plugin [-] Segment febdd1ea-0a74-4173-9729-99686281d0c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid febdd1ea-0a74-4173-9729-99686281d0c5 found for delete ", "request_id": "req-e3bc54cb-9a99-431e-94a7-2b966bb9eabf"}]} 2026-04-17 06:53:42.215 7 INFO neutron_taas.services.taas.taas_plugin [None req-82564606-3f69-4df9-a985-5ca7ccbf37a9 a0ff0f8f5ff4457e8cca8b4d71256963 82d214bdbb4c43e09e2722431683d74c - - default default] TaaS: Handle Delete Port: 986b0ceb-3487-42a5-943c-a9baecf9367c 2026-04-17 06:53:42.218 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82564606-3f69-4df9-a985-5ca7ccbf37a9 a0ff0f8f5ff4457e8cca8b4d71256963 82d214bdbb4c43e09e2722431683d74c - - default default] Tap Mirror: Handle Delete Port: 986b0ceb-3487-42a5-943c-a9baecf9367c [pid: 7|app: 0|req: 564/1118] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:53:42 2026] DELETE /v2.0/floatingips/ed111857-fbc7-46e5-b7f6-50811159ada0 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1119] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:53:41 2026] PUT /v2.0/routers/fe573725-7a79-4cec-9c71-a07f3a0ddb55/add_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:42.716 7 INFO neutron_taas.services.taas.taas_plugin [None req-2786ee13-10d7-4375-8194-73fdd991177c 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: f93d9f45-fecf-482e-9b82-1c9f581c2b72 2026-04-17 06:53:42.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2786ee13-10d7-4375-8194-73fdd991177c 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: f93d9f45-fecf-482e-9b82-1c9f581c2b72 [pid: 8|app: 0|req: 556/1120] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:53:42 2026] GET /v2.0/ports/62ca6935-bcd8-4e99-a5c4-8b2d2e79325b => generated 959 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:43.019 8 INFO neutron_taas.services.taas.taas_plugin [None req-35555202-f452-43df-bdd2-9299d4085143 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] TaaS: Handle Delete Port: 62ca6935-bcd8-4e99-a5c4-8b2d2e79325b 2026-04-17 06:53:43.022 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35555202-f452-43df-bdd2-9299d4085143 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Tap Mirror: Handle Delete Port: 62ca6935-bcd8-4e99-a5c4-8b2d2e79325b [pid: 7|app: 0|req: 565/1121] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:53:42 2026] PUT /v2.0/routers/6345563d-8020-44b5-8e13-10a974b6b116/remove_router_interface => generated 309 bytes in 885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1122] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:53:42 2026] PUT /v2.0/routers/fe573725-7a79-4cec-9c71-a07f3a0ddb55/remove_router_interface => generated 309 bytes in 690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1123] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:53:43 2026] GET /v2.0/ports?device_id=fe573725-7a79-4cec-9c71-a07f3a0ddb55 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:43.527 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9cc77d9-4199-4a9f-85fd-91a96fc5f9b0 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: f0eeddd7-bbce-4d71-bd11-5639f621ba21 2026-04-17 06:53:43.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9cc77d9-4199-4a9f-85fd-91a96fc5f9b0 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: f0eeddd7-bbce-4d71-bd11-5639f621ba21 2026-04-17 06:53:43.636 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6ddaecf-3194-4d35-88f4-bd7b50f63721 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] TaaS: Handle Delete Port: 8b9f94ea-eb9d-4346-8667-ed8ce5b98635 2026-04-17 06:53:43.639 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6ddaecf-3194-4d35-88f4-bd7b50f63721 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Tap Mirror: Handle Delete Port: 8b9f94ea-eb9d-4346-8667-ed8ce5b98635 2026-04-17 06:53:43.749 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9cc77d9-4199-4a9f-85fd-91a96fc5f9b0 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 152a6237-75f0-4d3e-a8a6-60ed4a97e345 2026-04-17 06:53:43.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9cc77d9-4199-4a9f-85fd-91a96fc5f9b0 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 152a6237-75f0-4d3e-a8a6-60ed4a97e345 2026-04-17 06:53:43.982 8 INFO neutron.db.l3_hamode_db [None req-c6ddaecf-3194-4d35-88f4-bd7b50f63721 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] HA network b26ccde1-4712-4aff-947f-2e2d8fea811f was deleted as no HA routers are present in tenant b249d23ce4f34a64976e0c025304a6f5. [pid: 8|app: 0|req: 559/1124] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:43 2026] DELETE /v2.0/routers/fe573725-7a79-4cec-9c71-a07f3a0ddb55 => generated 0 bytes in 527 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:53:44.036 7 INFO neutron.services.segments.plugin [-] Segment 02e77b68-b92e-433c-8523-af6601cf626f resource provider aggregate not found 2026-04-17 06:53:44.040 7 INFO neutron.services.segments.plugin [-] Segment 02e77b68-b92e-433c-8523-af6601cf626f resource provider aggregate not found 2026-04-17 06:53:44.055 7 INFO neutron.services.segments.plugin [-] Segment 02e77b68-b92e-433c-8523-af6601cf626f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02e77b68-b92e-433c-8523-af6601cf626f found for delete ", "request_id": "req-5e9424ce-1bc2-4409-83bc-fe2e5363216e"}]} 2026-04-17 06:53:44.056 7 INFO neutron.services.segments.plugin [-] Segment 02e77b68-b92e-433c-8523-af6601cf626f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02e77b68-b92e-433c-8523-af6601cf626f found for delete ", "request_id": "req-88ef2af9-1663-4b26-925e-9c30d4b86889"}]} 2026-04-17 06:53:44.066 7 INFO neutron.db.l3_hamode_db [None req-e9cc77d9-4199-4a9f-85fd-91a96fc5f9b0 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] HA network f4a2e1a3-9347-4f63-afcd-eb36d71e6248 was deleted as no HA routers are present in tenant 82d214bdbb4c43e09e2722431683d74c. [pid: 7|app: 0|req: 566/1125] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:43 2026] DELETE /v2.0/routers/6345563d-8020-44b5-8e13-10a974b6b116 => generated 0 bytes in 803 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:53:44.128 8 INFO neutron.services.segments.plugin [-] Segment 53f276a1-aef7-4a7a-8dd1-7ef1b9f5795e resource provider aggregate not found 2026-04-17 06:53:44.152 8 INFO neutron.services.segments.plugin [-] Segment 53f276a1-aef7-4a7a-8dd1-7ef1b9f5795e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53f276a1-aef7-4a7a-8dd1-7ef1b9f5795e found for delete ", "request_id": "req-a3824ad9-357b-419d-a340-3f5f9033b685"}]} 2026-04-17 06:53:44.153 8 INFO neutron.services.segments.plugin [-] Segment 53f276a1-aef7-4a7a-8dd1-7ef1b9f5795e resource provider aggregate not found 2026-04-17 06:53:44.167 8 INFO neutron.services.segments.plugin [-] Segment 53f276a1-aef7-4a7a-8dd1-7ef1b9f5795e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53f276a1-aef7-4a7a-8dd1-7ef1b9f5795e found for delete ", "request_id": "req-ad579b48-523d-42f6-83f4-f85a5cc0a345"}]} [pid: 7|app: 0|req: 567/1126] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:44 2026] DELETE /v2.0/subnets/0de7b822-7519-4f71-8a75-8f6a9d5a0ec4 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1127] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:44 2026] DELETE /v2.0/subnets/f40dab39-9a8f-4dee-9db2-981964f4a807 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1128] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:43 2026] GET /v2.0/security-groups?tenant_id=48fa4dacc40d4481979537a9d3c2b985&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:53:44.419 8 INFO neutron_taas.services.taas.taas_plugin [None req-0383e5f2-3aa5-4c4b-bf54-7f084f594ac8 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: dccea41c-930f-45dd-bec4-d390761bc664 2026-04-17 06:53:44.422 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0383e5f2-3aa5-4c4b-bf54-7f084f594ac8 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: dccea41c-930f-45dd-bec4-d390761bc664 [pid: 7|app: 0|req: 569/1131] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:44 2026] DELETE /v2.0/networks/06c6f267-289d-49b2-aab7-c73d65dec57c => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1132] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:44 2026] DELETE /v2.0/security-groups/8fb4de1d-43ba-4f0b-a036-a87ed9e6c17b => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:53:44.564 7 INFO neutron.db.segments_db [None req-2e92dd41-9b8f-420f-8fcd-33b052fb2819 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Added segment 14013b84-1a57-45ee-bd68-f6870ac7841f of type vxlan for network fb1881fe-7bb9-49ad-ba3d-882693a8a5c9 [pid: 8|app: 0|req: 563/1133] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:53:44 2026] DELETE /v2.0/networks/0387e804-5ddf-484d-a4c0-3d208d417fe9 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:53:44.765 7 INFO neutron.db.l3_hamode_db [None req-2e92dd41-9b8f-420f-8fcd-33b052fb2819 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 564/1134] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:44 2026] GET /v2.0/security-groups?tenant_id=a825c65a28a8417c9828db1779e782c8&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1135] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:44 2026] GET /v2.0/security-groups?tenant_id=69573c24dc37446aa8dc6c7938c66e24&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1136] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:44 2026] GET /v2.0/security-groups?tenant_id=82d214bdbb4c43e09e2722431683d74c&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1137] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:44 2026] DELETE /v2.0/security-groups/a4e66f66-f82e-48be-aee5-f88b97c9a28d => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1138] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:45 2026] DELETE /v2.0/security-groups/6efa8c51-4fbc-4578-b976-0a37afacfbf0 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1139] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:45 2026] DELETE /v2.0/security-groups/c81263e4-dc5d-4c5c-8b92-21da55c7408d => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:53:45.494 7 INFO neutron.db.l3_hamode_db [None req-2e92dd41-9b8f-420f-8fcd-33b052fb2819 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:53:46.087 7 INFO neutron.services.segments.plugin [-] Segment bb272432-7d3b-45f6-aa08-c47794d82618 resource provider aggregate not found 2026-04-17 06:53:46.087 7 INFO neutron.services.segments.plugin [-] Segment bb272432-7d3b-45f6-aa08-c47794d82618 resource provider aggregate not found 2026-04-17 06:53:46.110 7 INFO neutron.services.segments.plugin [-] Segment bb272432-7d3b-45f6-aa08-c47794d82618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb272432-7d3b-45f6-aa08-c47794d82618 found for delete ", "request_id": "req-75e4d67e-2781-48b1-984d-b197cc736d65"}]} 2026-04-17 06:53:46.112 7 INFO neutron.services.segments.plugin [-] Segment bb272432-7d3b-45f6-aa08-c47794d82618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb272432-7d3b-45f6-aa08-c47794d82618 found for delete ", "request_id": "req-8f12ac57-2cd2-4781-b66d-b7b41f92aab8"}]} 2026-04-17 06:53:46.173 8 INFO neutron.services.segments.plugin [-] Segment a774dccd-b609-423a-bfac-ab38092ad0ca resource provider aggregate not found 2026-04-17 06:53:46.192 8 INFO neutron.services.segments.plugin [-] Segment a774dccd-b609-423a-bfac-ab38092ad0ca resource provider aggregate not found 2026-04-17 06:53:46.192 8 INFO neutron.services.segments.plugin [-] Segment a774dccd-b609-423a-bfac-ab38092ad0ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a774dccd-b609-423a-bfac-ab38092ad0ca found for delete ", "request_id": "req-73660d0a-8e92-4679-9309-69209f00ef71"}]} 2026-04-17 06:53:46.209 8 INFO neutron.services.segments.plugin [-] Segment a774dccd-b609-423a-bfac-ab38092ad0ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a774dccd-b609-423a-bfac-ab38092ad0ca found for delete ", "request_id": "req-74c5da92-f3e8-4f61-828c-7fc51a70e8e4"}]} [pid: 7|app: 0|req: 571/1140] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:44 2026] POST /v2.0/routers => generated 692 bytes in 1800 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1141] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 06:53:46 2026] GET /v2.0/routers/0efffe44-e96f-4a95-b793-744ddf4949c9 => generated 698 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1142] 10.0.0.142 () {32 vars in 647 bytes} [Fri Apr 17 06:53:46 2026] GET /v2.0/routers => generated 701 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1143] 10.0.0.142 () {34 vars in 741 bytes} [Fri Apr 17 06:53:46 2026] PUT /v2.0/routers/0efffe44-e96f-4a95-b793-744ddf4949c9 => generated 705 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1144] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 06:53:46 2026] GET /v2.0/routers/0efffe44-e96f-4a95-b793-744ddf4949c9 => generated 705 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1145] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:53:47 2026] GET /v2.0/ports?device_id=0efffe44-e96f-4a95-b793-744ddf4949c9 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:47.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-85bce3d7-810f-40e0-8990-f5eab4930848 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] TaaS: Handle Delete Port: e39e2734-160f-41ee-8c07-f7d11239a79a 2026-04-17 06:53:47.326 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85bce3d7-810f-40e0-8990-f5eab4930848 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Tap Mirror: Handle Delete Port: e39e2734-160f-41ee-8c07-f7d11239a79a 2026-04-17 06:53:47.572 7 INFO neutron_taas.services.taas.taas_plugin [None req-85bce3d7-810f-40e0-8990-f5eab4930848 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] TaaS: Handle Delete Port: f4e91c99-f54e-496d-ba83-c7f704568c37 2026-04-17 06:53:47.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85bce3d7-810f-40e0-8990-f5eab4930848 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] Tap Mirror: Handle Delete Port: f4e91c99-f54e-496d-ba83-c7f704568c37 2026-04-17 06:53:47.862 7 INFO neutron.db.l3_hamode_db [None req-85bce3d7-810f-40e0-8990-f5eab4930848 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] HA network fb1881fe-7bb9-49ad-ba3d-882693a8a5c9 was deleted as no HA routers are present in tenant b249d23ce4f34a64976e0c025304a6f5. [pid: 7|app: 0|req: 574/1146] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:47 2026] DELETE /v2.0/routers/0efffe44-e96f-4a95-b793-744ddf4949c9 => generated 0 bytes in 758 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1147] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:53:47 2026] GET /v2.0/ports?device_id=0efffe44-e96f-4a95-b793-744ddf4949c9 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:47.908 7 INFO neutron.api.v2.resource [None req-055f3f27-a7f9-4314-9309-0b9aad3fb47f cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 575/1148] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:47 2026] DELETE /v2.0/routers/0efffe44-e96f-4a95-b793-744ddf4949c9 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1149] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:53:47 2026] GET /v2.0/ports?device_id=fe573725-7a79-4cec-9c71-a07f3a0ddb55 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:47.956 7 INFO neutron.api.v2.resource [None req-35d004ef-2f86-4799-8472-7258f1d58830 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 576/1150] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:47 2026] DELETE /v2.0/routers/fe573725-7a79-4cec-9c71-a07f3a0ddb55 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:53:47.976 8 INFO neutron.pecan_wsgi.hooks.translation [None req-696f30ca-ab7a-4bd0-80bf-68c0464470fd cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 575/1151] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:47 2026] DELETE /v2.0/subnets/0de7b822-7519-4f71-8a75-8f6a9d5a0ec4 => 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: 577/1152] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:53:47 2026] GET /v2.0/ports?device_id=7538c140-0dec-4eee-ba3f-b3878ffca12e => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:48.017 8 INFO neutron.api.v2.resource [None req-cb6d2fa3-e112-415f-92b4-afd49f8e223d cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 576/1153] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:48 2026] DELETE /v2.0/routers/7538c140-0dec-4eee-ba3f-b3878ffca12e => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:53:48.034 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b5af66f-97f7-438a-8ec7-958ce07b6a07 cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 578/1154] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:48 2026] DELETE /v2.0/subnets/966bd65e-2490-4a14-b490-72648b071954 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1155] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:53:48 2026] GET /v2.0/ports?device_id=5a30e0d1-8c98-4ad2-94cd-0d8f864629f2 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:53:48.085 7 INFO neutron.api.v2.resource [None req-a206e76d-8674-4766-8448-6f91f8b6408e cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 579/1156] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:48 2026] DELETE /v2.0/routers/5a30e0d1-8c98-4ad2-94cd-0d8f864629f2 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:53:48.103 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3be4e171-f8f4-41b7-b73b-1f1f2e275efd cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 580/1157] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:48 2026] DELETE /v2.0/subnets/5701476d-8fc9-4eba-920e-3e91fcb73715 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:53:48.128 7 INFO neutron.services.segments.plugin [-] Segment 14013b84-1a57-45ee-bd68-f6870ac7841f resource provider aggregate not found 2026-04-17 06:53:48.136 7 INFO neutron.services.segments.plugin [-] Segment 14013b84-1a57-45ee-bd68-f6870ac7841f resource provider aggregate not found 2026-04-17 06:53:48.139 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c5142ef5-c50b-4399-84c2-7a67750dae1f cf9a4bd674764f5a853f8c78131c3aec b249d23ce4f34a64976e0c025304a6f5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 581/1158] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:53:48 2026] DELETE /v2.0/subnets/f87dbc3f-70e3-4fb4-a14e-be3283bac0b4 => generated 136 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:53:48.145 7 INFO neutron.services.segments.plugin [-] Segment 14013b84-1a57-45ee-bd68-f6870ac7841f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14013b84-1a57-45ee-bd68-f6870ac7841f found for delete ", "request_id": "req-84368bab-3b98-4672-900e-c2e69a2fdf6e"}]} 2026-04-17 06:53:48.150 7 INFO neutron.services.segments.plugin [-] Segment 14013b84-1a57-45ee-bd68-f6870ac7841f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14013b84-1a57-45ee-bd68-f6870ac7841f found for delete ", "request_id": "req-e100291a-0c10-4c89-b9fe-9f30b9a2d7c7"}]} [pid: 8|app: 0|req: 578/1159] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:48 2026] GET /v2.0/security-groups?tenant_id=02af4d258fff42169aef1ecaff041810&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1160] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:48 2026] DELETE /v2.0/security-groups/399c63b3-8c5d-4f81-900f-ab0290ea8844 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1161] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:48 2026] GET /v2.0/security-groups?tenant_id=b249d23ce4f34a64976e0c025304a6f5&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1162] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:48 2026] DELETE /v2.0/security-groups/f69149b1-4762-4fd8-b21f-84b9a7a808a5 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1163] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:51 2026] GET /v2.0/security-groups?tenant_id=64be7e155ebc4e02bae0a1aea0ffa77d&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1164] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:51 2026] DELETE /v2.0/security-groups/84a7a580-0a77-480e-8d5a-039007e37682 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1165] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:51 2026] GET /v2.0/security-groups?tenant_id=21073f2fb5254dd9938db84830189cb9&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1166] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:51 2026] DELETE /v2.0/security-groups/4cde0a52-a077-4fcc-a673-67f277f8b23a => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1167] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:52 2026] GET /v2.0/security-groups?tenant_id=20c6a7c08a0046478356eccb0b15989d&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1168] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:52 2026] DELETE /v2.0/security-groups/7fae2515-a278-477c-8301-33c9a55b3c07 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1169] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:53 2026] GET /v2.0/security-groups?tenant_id=be43a27b73fe402dadaef182584bb5f1&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1170] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:53 2026] DELETE /v2.0/security-groups/81b9c425-ece4-4873-a2ba-ace7beea20de => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:53:53.943 7 INFO neutron.db.segments_db [None req-143deac9-0f57-44a7-9d95-c9b5420fe299 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Added segment a0608f30-18af-4647-ba23-6b856c6e6bf6 of type vxlan for network e4372809-905a-4c68-8c5a-c81e614d068b [pid: 7|app: 0|req: 587/1171] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:53:53 2026] POST /v2.0/networks => generated 630 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1172] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:53 2026] GET /v2.0/security-groups?tenant_id=860c2998089741ddbc48812de5d75d36&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1173] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:54 2026] DELETE /v2.0/security-groups/a9298ce7-5b6f-465e-b2f0-2eea550c4025 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1174] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:54 2026] POST /v2.0/subnets => generated 627 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:54.363 8 INFO neutron.db.segments_db [None req-72d11f5b-9db1-4d74-a2f0-7a0b9c1aee7b 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Added segment 18a1ea8d-9f5e-4cd2-8fcd-07cd657dd02e of type vxlan for network 248fbea2-966c-4680-af11-08f21e1d7fce 2026-04-17 06:53:54.609 8 INFO neutron.db.l3_hamode_db [None req-72d11f5b-9db1-4d74-a2f0-7a0b9c1aee7b 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 589/1175] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:54 2026] GET /v2.0/security-groups?tenant_id=eb0e6780040d4f48a98a4d2a048d2faf&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:53:55.286 8 INFO neutron.db.l3_hamode_db [None req-72d11f5b-9db1-4d74-a2f0-7a0b9c1aee7b 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 590/1176] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:53:55 2026] GET /v2.0/security-groups?tenant_id=f546c258b8b24826bb75d7193e5aa2c0&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1177] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:55 2026] DELETE /v2.0/security-groups/e3b56170-362f-4cf1-a78e-a97691c28425 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1178] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:53:55 2026] DELETE /v2.0/security-groups/c741101d-4257-4760-b504-8c2a3f412fea => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1179] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:54 2026] POST /v2.0/routers => generated 694 bytes in 1884 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:53:57.477 8 INFO neutron.db.segments_db [None req-ab4ff3ab-04a8-4a71-a1fa-d2616f5c5d82 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment c71b0a17-5f35-4313-809b-ed7fd4e93ffc of type vxlan for network 5ebcf89d-099f-469a-a4d0-215c79e002bf [pid: 8|app: 0|req: 588/1180] 10.0.0.142 () {34 vars in 671 bytes} [Fri Apr 17 06:53:57 2026] POST /v2.0/networks => generated 720 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1181] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:57 2026] POST /v2.0/subnets => generated 686 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1182] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:53:56 2026] PUT /v2.0/routers/0db063aa-77f9-4432-98ac-e2562777175b/add_router_interface => generated 309 bytes in 1570 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:53:57.797 8 INFO neutron.db.segments_db [None req-e8558380-7201-4932-9f24-4fe39ab6c332 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment a25dc8a3-8614-467c-a603-10cae14be6be of type vxlan for network 7a42463e-a03d-438a-8451-749fc7a9a37e 2026-04-17 06:53:58.014 8 INFO neutron.db.l3_hamode_db [None req-e8558380-7201-4932-9f24-4fe39ab6c332 97a0c8c36fc3454987aaa5fff968f817 988e4872bc414a2bb9594fc2a25f4944 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 594/1183] 10.0.0.142 () {34 vars in 665 bytes} [Fri Apr 17 06:53:57 2026] POST /v2.0/ports => generated 954 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 595/1184] 10.0.0.142 () {34 vars in 665 bytes} [Fri Apr 17 06:53:58 2026] POST /v2.0/ports => generated 959 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:53:58.739 8 INFO neutron.db.l3_hamode_db [None req-e8558380-7201-4932-9f24-4fe39ab6c332 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:53:59.128 7 INFO neutron.db.l3_db [None req-3e01ff03-130f-4874-817b-22c0c86dd81d 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Floating IP b63cc70e-a3e5-4a72-8df1-79ddfede11ce associated. External IP: 10.96.250.207, port: 9a8b40aa-02a5-479f-b5b8-99d62868f34e. [pid: 7|app: 0|req: 596/1185] 10.0.0.142 () {34 vars in 677 bytes} [Fri Apr 17 06:53:58 2026] POST /v2.0/floatingips => generated 843 bytes in 1004 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1186] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:53:57 2026] POST /v2.0/routers => generated 726 bytes in 1859 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1189] 10.0.0.245 () {32 vars in 802 bytes} [Fri Apr 17 06:53:59 2026] GET /v2.0/extensions => generated 21537 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-17 06:53:59.716 8 INFO neutron.db.l3_db [None req-52865067-8c95-4389-a150-70e5e40c3ce1 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Floating IP b63cc70e-a3e5-4a72-8df1-79ddfede11ce disassociated. External IP: 10.96.250.207, port: 9a8b40aa-02a5-479f-b5b8-99d62868f34e. [pid: 8|app: 0|req: 593/1190] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:53:59 2026] PUT /v2.0/floatingips/b63cc70e-a3e5-4a72-8df1-79ddfede11ce => generated 552 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1191] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:00 2026] GET /v2.0/security-groups?tenant_id=ea7bc61bd9c346b9bde55d5fd1fe81d4&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1192] 10.0.0.245 () {30 vars in 724 bytes} [Fri Apr 17 06:54:00 2026] GET /v2.0/quotas/3988d58a5d21437daaf837880414f690/details => generated 847 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:00.392 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1374552-5b6d-4366-ac0e-52296da3b7a4 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] TaaS: Handle Delete Port: ad8d2286-0033-43d8-a0f9-c2c738e12846 2026-04-17 06:54:00.394 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1374552-5b6d-4366-ac0e-52296da3b7a4 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Tap Mirror: Handle Delete Port: ad8d2286-0033-43d8-a0f9-c2c738e12846 [pid: 8|app: 0|req: 596/1193] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:54:00 2026] DELETE /v2.0/floatingips/b63cc70e-a3e5-4a72-8df1-79ddfede11ce => generated 0 bytes in 222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1194] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:00 2026] DELETE /v2.0/security-groups/614d0604-d5c6-4b36-8b4e-ee6f76d9f433 => 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: 598/1195] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:53:59 2026] PUT /v2.0/routers/ea3f67cf-ad40-4e81-bfc5-bc5de020100e/add_router_interface => generated 309 bytes in 1124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1196] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:00 2026] GET /v2.0/security-groups?tenant_id=eac7c2264b3c42fab03a04907c424c7f&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: 600/1197] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:00 2026] DELETE /v2.0/security-groups/0a564cc7-1ec7-418a-af9d-157708babc97 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:01.322 8 INFO neutron.db.l3_db [None req-846c06bd-6fcc-4e58-bfaa-719d4934908c 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Floating IP 981a681e-9a3f-4461-9a76-c4bc630830c8 associated. External IP: 10.96.250.207, port: d35ab5e7-9cfa-4ecf-bb6d-084e898adc84. [pid: 8|app: 0|req: 598/1198] 10.0.0.142 () {34 vars in 677 bytes} [Fri Apr 17 06:54:00 2026] POST /v2.0/floatingips => generated 841 bytes in 1013 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1199] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:54:01 2026] GET /v2.0/floatingips/981a681e-9a3f-4461-9a76-c4bc630830c8 => generated 841 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1200] 10.0.0.142 () {32 vars in 655 bytes} [Fri Apr 17 06:54:01 2026] GET /v2.0/floatingips => generated 844 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:02.038 8 INFO neutron.db.segments_db [None req-3bd1b2e4-9ef2-4d7d-9b52-39155710e455 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment a93eb733-42a8-48d8-be36-7d3b068722e2 of type vxlan for network c9b27fb3-89cd-4b67-ac7c-bfe5b3d1a701 2026-04-17 06:54:02.083 7 INFO neutron.db.l3_db [None req-cb3fb692-367a-408a-b4f9-8876501044a0 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Floating IP 981a681e-9a3f-4461-9a76-c4bc630830c8 associated. External IP: 10.96.250.207, port: d35ab5e7-9cfa-4ecf-bb6d-084e898adc84. [pid: 8|app: 0|req: 600/1201] 10.0.0.142 () {34 vars in 671 bytes} [Fri Apr 17 06:54:01 2026] POST /v2.0/networks => generated 722 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1202] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:02 2026] POST /v2.0/subnets => generated 688 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:02.349 8 INFO neutron.db.segments_db [None req-46800be6-30ac-4971-a832-ecba6943bcc6 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 3e962b75-47d7-416e-bc17-cbddb0fdc371 of type vxlan for network 5edb7469-c902-43b1-9b4e-38a0d881f97e 2026-04-17 06:54:02.587 8 INFO neutron.db.l3_hamode_db [None req-46800be6-30ac-4971-a832-ecba6943bcc6 97a0c8c36fc3454987aaa5fff968f817 1f0618a43b064793a5d597a452af0c2a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 602/1203] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:54:01 2026] PUT /v2.0/floatingips/981a681e-9a3f-4461-9a76-c4bc630830c8 => generated 843 bytes in 885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:02.751 7 INFO neutron.db.l3_db [None req-df51bfbf-ee31-43ae-8245-aa3b8bc2db20 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Floating IP 981a681e-9a3f-4461-9a76-c4bc630830c8 disassociated. External IP: 10.96.250.207, port: 9a8b40aa-02a5-479f-b5b8-99d62868f34e. [pid: 7|app: 0|req: 603/1204] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:54:02 2026] PUT /v2.0/floatingips/981a681e-9a3f-4461-9a76-c4bc630830c8 => generated 552 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:03.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-71970d17-b488-45a1-b8da-1d2bf2122eda 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] TaaS: Handle Delete Port: 5ecbceea-182e-45e0-aa52-03182ada541c 2026-04-17 06:54:03.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71970d17-b488-45a1-b8da-1d2bf2122eda 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Tap Mirror: Handle Delete Port: 5ecbceea-182e-45e0-aa52-03182ada541c 2026-04-17 06:54:03.326 8 INFO neutron.db.l3_hamode_db [None req-46800be6-30ac-4971-a832-ecba6943bcc6 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 604/1205] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:54:03 2026] DELETE /v2.0/floatingips/981a681e-9a3f-4461-9a76-c4bc630830c8 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1206] 10.0.0.245 () {32 vars in 802 bytes} [Fri Apr 17 06:54:03 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) 2026-04-17 06:54:03.401 7 INFO neutron.api.v2.resource [None req-9c0f9687-8771-4f75-8364-b51cefd991d0 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 606/1207] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:54:03 2026] DELETE /v2.0/floatingips/981a681e-9a3f-4461-9a76-c4bc630830c8 => generated 144 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:03.557 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8860ff5-a041-47a3-a5b3-cd2b7787e7d7 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] TaaS: Handle Delete Port: 9a8b40aa-02a5-479f-b5b8-99d62868f34e 2026-04-17 06:54:03.560 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8860ff5-a041-47a3-a5b3-cd2b7787e7d7 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Tap Mirror: Handle Delete Port: 9a8b40aa-02a5-479f-b5b8-99d62868f34e [pid: 7|app: 0|req: 607/1208] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:54:03 2026] DELETE /v2.0/ports/9a8b40aa-02a5-479f-b5b8-99d62868f34e => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1209] 10.0.0.245 () {30 vars in 724 bytes} [Fri Apr 17 06:54:03 2026] GET /v2.0/quotas/3988d58a5d21437daaf837880414f690/details => generated 847 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:03.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b153dbf-747e-4bbc-b1de-0576af3327b4 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] TaaS: Handle Delete Port: d35ab5e7-9cfa-4ecf-bb6d-084e898adc84 2026-04-17 06:54:03.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b153dbf-747e-4bbc-b1de-0576af3327b4 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Tap Mirror: Handle Delete Port: d35ab5e7-9cfa-4ecf-bb6d-084e898adc84 [pid: 7|app: 0|req: 609/1210] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:54:03 2026] DELETE /v2.0/ports/d35ab5e7-9cfa-4ecf-bb6d-084e898adc84 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1211] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:04 2026] GET /v2.0/ports?device_id=0db063aa-77f9-4432-98ac-e2562777175b => generated 958 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:04.480 7 INFO neutron_taas.services.taas.taas_plugin [None req-22ebaf2a-7490-448f-82a4-bbbdd79752f0 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] TaaS: Handle Delete Port: e63db46e-39bd-415c-ae2f-be4f5436a99a 2026-04-17 06:54:04.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22ebaf2a-7490-448f-82a4-bbbdd79752f0 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Tap Mirror: Handle Delete Port: e63db46e-39bd-415c-ae2f-be4f5436a99a [pid: 8|app: 0|req: 602/1212] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:02 2026] POST /v2.0/routers => generated 728 bytes in 2361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1213] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:54:04 2026] PUT /v2.0/routers/0db063aa-77f9-4432-98ac-e2562777175b/remove_router_interface => generated 309 bytes in 906 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1214] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:05 2026] GET /v2.0/security-groups?tenant_id=9023c0472bd845909e489e4db40f06cb&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:05.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f869577-8586-4fe3-b5d1-ffec58dbf87d 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] TaaS: Handle Delete Port: 82948661-8556-4497-91f6-dbd5d8879d30 2026-04-17 06:54:05.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f869577-8586-4fe3-b5d1-ffec58dbf87d 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Tap Mirror: Handle Delete Port: 82948661-8556-4497-91f6-dbd5d8879d30 [pid: 8|app: 0|req: 603/1215] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:54:04 2026] PUT /v2.0/routers/dd6a5702-3e38-4962-865a-22574bc6b2d2/add_router_interface => generated 309 bytes in 1100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:05.767 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f869577-8586-4fe3-b5d1-ffec58dbf87d 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] TaaS: Handle Delete Port: 1c779040-28f5-44b6-8ef3-be6746b182d8 2026-04-17 06:54:05.770 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f869577-8586-4fe3-b5d1-ffec58dbf87d 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] Tap Mirror: Handle Delete Port: 1c779040-28f5-44b6-8ef3-be6746b182d8 [pid: 8|app: 0|req: 604/1216] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:05 2026] DELETE /v2.0/security-groups/dfd62790-2407-457a-8949-4467acd0c3e4 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1217] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:05 2026] GET /v2.0/security-groups?tenant_id=d02e51bc2baf438586aac50fe4060e27&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:06.146 7 INFO neutron.services.segments.plugin [-] Segment 18a1ea8d-9f5e-4cd2-8fcd-07cd657dd02e resource provider aggregate not found [pid: 8|app: 0|req: 606/1218] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:06 2026] DELETE /v2.0/security-groups/406b8b58-d0de-4736-bb9c-7c0904d8af7b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:06.164 7 INFO neutron.services.segments.plugin [-] Segment 18a1ea8d-9f5e-4cd2-8fcd-07cd657dd02e resource provider aggregate not found 2026-04-17 06:54:06.171 7 INFO neutron.services.segments.plugin [-] Segment 18a1ea8d-9f5e-4cd2-8fcd-07cd657dd02e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18a1ea8d-9f5e-4cd2-8fcd-07cd657dd02e found for delete ", "request_id": "req-ac31a123-9ab4-420d-af6e-28d83b61cf31"}]} 2026-04-17 06:54:06.181 7 INFO neutron.services.segments.plugin [-] Segment 18a1ea8d-9f5e-4cd2-8fcd-07cd657dd02e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18a1ea8d-9f5e-4cd2-8fcd-07cd657dd02e found for delete ", "request_id": "req-bf55d980-777a-485c-a28c-e2083cecb381"}]} 2026-04-17 06:54:06.182 7 INFO neutron.db.l3_hamode_db [None req-2f869577-8586-4fe3-b5d1-ffec58dbf87d 2f54b4aece304f7f83805af3f517a5ce 29fefe83bb9249478a506bfe07a1c7cc - - default default] HA network 248fbea2-966c-4680-af11-08f21e1d7fce was deleted as no HA routers are present in tenant 29fefe83bb9249478a506bfe07a1c7cc. [pid: 7|app: 0|req: 613/1219] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:05 2026] DELETE /v2.0/routers/0db063aa-77f9-4432-98ac-e2562777175b => generated 0 bytes in 919 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1220] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:06 2026] DELETE /v2.0/subnets/b1693fbb-b61b-4254-a985-80034076112e => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1221] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:06 2026] DELETE /v2.0/networks/e4372809-905a-4c68-8c5a-c81e614d068b => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1222] 10.0.0.142 () {34 vars in 685 bytes} [Fri Apr 17 06:54:06 2026] POST /v2.0/security-groups => generated 1675 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1223] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1224] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:06 2026] POST /v2.0/security-group-rules => generated 596 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1225] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1226] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:07 2026] GET /v2.0/security-groups?tenant_id=29fefe83bb9249478a506bfe07a1c7cc&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1227] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:06 2026] GET /v2.0/security-groups?tenant_id=3988d58a5d21437daaf837880414f690&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1228] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1229] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:07 2026] DELETE /v2.0/security-groups/8eca984f-6ec2-4ec7-a4a2-a18833da4fb7 => 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: 619/1230] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:07 2026] DELETE /v2.0/security-groups/32aa8325-d651-49dc-b9db-b6f9443736fe => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:07.371 8 INFO neutron.db.securitygroups_db [None req-59fcdae2-4d58-4254-a9a3-a6794d026f82 3a81ff48e0c34403b03775bfcee0c6dc 988e4872bc414a2bb9594fc2a25f4944 - - default default] Project 988e4872bc414a2bb9594fc2a25f4944 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 612/1231] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:07 2026] POST /v2.0/security-group-rules => generated 607 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:07.502 7 INFO neutron.db.securitygroups_db [None req-d28b17d6-4a90-46cc-89fd-014203e98a58 3a81ff48e0c34403b03775bfcee0c6dc 988e4872bc414a2bb9594fc2a25f4944 - - default default] Project 988e4872bc414a2bb9594fc2a25f4944 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: 620/1232] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:07 2026] POST /v2.0/security-group-rules => generated 606 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:08.201 7 INFO neutron.services.segments.plugin [-] Segment a0608f30-18af-4647-ba23-6b856c6e6bf6 resource provider aggregate not found 2026-04-17 06:54:08.209 7 INFO neutron.services.segments.plugin [-] Segment a0608f30-18af-4647-ba23-6b856c6e6bf6 resource provider aggregate not found 2026-04-17 06:54:08.225 7 INFO neutron.services.segments.plugin [-] Segment a0608f30-18af-4647-ba23-6b856c6e6bf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0608f30-18af-4647-ba23-6b856c6e6bf6 found for delete ", "request_id": "req-9e3bf4c5-b129-4fea-bfcf-3470ef14c539"}]} 2026-04-17 06:54:08.239 7 INFO neutron.services.segments.plugin [-] Segment a0608f30-18af-4647-ba23-6b856c6e6bf6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0608f30-18af-4647-ba23-6b856c6e6bf6 found for delete ", "request_id": "req-c5d1b572-5d37-419f-ae22-3a77516088bd"}]} [pid: 8|app: 0|req: 613/1233] 10.0.0.142 () {34 vars in 685 bytes} [Fri Apr 17 06:54:08 2026] POST /v2.0/security-groups => generated 1658 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1234] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1235] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1236] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:08 2026] GET /v2.0/security-groups?tenant_id=6760836ea7044d1881615ab017f5ac40&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1237] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:08 2026] DELETE /v2.0/security-groups/f2700822-9614-4cba-a1d4-5b93df2db1a6 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1238] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:54:08 2026] POST /v2.0/floatingips => generated 552 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1239] 10.0.0.21 () {34 vars in 1095 bytes} [Fri Apr 17 06:54:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--32667309&fields=id&tenant_id=988e4872bc414a2bb9594fc2a25f4944 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1240] 10.0.0.21 () {34 vars in 1099 bytes} [Fri Apr 17 06:54:09 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1538345342&fields=id&tenant_id=988e4872bc414a2bb9594fc2a25f4944 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1241] 10.0.0.21 () {34 vars in 981 bytes} [Fri Apr 17 06:54:09 2026] GET /v2.0/networks?id=5ebcf89d-099f-469a-a4d0-215c79e002bf => generated 671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1242] 10.0.0.21 () {34 vars in 964 bytes} [Fri Apr 17 06:54:09 2026] GET /v2.0/quotas/988e4872bc414a2bb9594fc2a25f4944 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1243] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:54:09 2026] GET /v2.0/ports?tenant_id=988e4872bc414a2bb9594fc2a25f4944&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1244] 10.0.0.21 () {34 vars in 1007 bytes} [Fri Apr 17 06:54:09 2026] GET /v2.0/networks/5ebcf89d-099f-469a-a4d0-215c79e002bf?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1245] 10.0.0.21 () {34 vars in 1107 bytes} [Fri Apr 17 06:54:09 2026] GET /v2.0/networks/5ebcf89d-099f-469a-a4d0-215c79e002bf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:09.534 7 INFO neutron.db.segments_db [None req-b44098fb-595a-4636-add6-0de00581b9f7 86a2ca84bc4a46cc944a5f4777684c3c 6724e64d5c4a42aaacd91bfe5a0a503a - - default default] Added segment 5b8ed7f2-41cb-42b3-add6-7c7e4aa43e85 of type vxlan for network 545ff630-9f53-4a7b-9767-757c656aea5e [pid: 7|app: 0|req: 625/1246] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:54:09 2026] POST /v2.0/networks => generated 628 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1247] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:09 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => 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: 626/1248] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:10 2026] POST /v2.0/subnets => generated 673 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:10.334 8 INFO neutron.db.segments_db [None req-a1f621ef-6ddb-4f28-ae7a-9ec545a91048 86a2ca84bc4a46cc944a5f4777684c3c 6724e64d5c4a42aaacd91bfe5a0a503a - - default default] Added segment b999b24f-15ea-4cf0-9d11-165d9ec6e32f of type vxlan for network a0375730-2156-40c2-ba21-04e03fb03b6e [pid: 8|app: 0|req: 623/1249] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:54:10 2026] POST /v2.0/networks => generated 629 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1250] 10.0.0.142 () {34 vars in 743 bytes} [Fri Apr 17 06:54:10 2026] PUT /v2.0/networks/a0375730-2156-40c2-ba21-04e03fb03b6e => generated 592 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1251] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:10 2026] POST /v2.0/subnets => generated 646 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1252] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:10 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:10.796 8 INFO neutron.db.segments_db [None req-ea2a967c-83e2-4c1f-8f62-de369a95f17e a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Added segment 24d1d4e5-fc9f-4637-a42d-0e50a414692e of type vxlan for network 6173df94-e8bd-42b5-8eb2-51034e971ac1 [pid: 8|app: 0|req: 624/1253] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:54:10 2026] POST /v2.0/networks => generated 611 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1254] 10.0.0.142 () {34 vars in 741 bytes} [Fri Apr 17 06:54:10 2026] PUT /v2.0/subnets/d3714ddb-faa8-45a7-9d03-eb2af93fbe0d => generated 656 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:10.946 8 INFO neutron.db.segments_db [None req-e2276059-78d5-4cd9-86f4-b11a378e8d20 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Added segment 64b34755-3b7f-4ebe-a33d-5fab9f863910 of type vxlan for network f46dbba7-6dae-4575-beca-ff12f13004bf [pid: 8|app: 0|req: 625/1255] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:54:10 2026] POST /v2.0/networks => generated 610 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:11.131 7 INFO neutron.services.segments.plugin [-] Segment b999b24f-15ea-4cf0-9d11-165d9ec6e32f resource provider aggregate not found 2026-04-17 06:54:11.136 7 INFO neutron.services.segments.plugin [-] Segment b999b24f-15ea-4cf0-9d11-165d9ec6e32f resource provider aggregate not found 2026-04-17 06:54:11.147 7 INFO neutron.services.segments.plugin [-] Segment b999b24f-15ea-4cf0-9d11-165d9ec6e32f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b999b24f-15ea-4cf0-9d11-165d9ec6e32f found for delete ", "request_id": "req-ec958def-c4c5-45f7-b0c1-7d773d60b0b5"}]} 2026-04-17 06:54:11.156 7 INFO neutron.services.segments.plugin [-] Segment b999b24f-15ea-4cf0-9d11-165d9ec6e32f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b999b24f-15ea-4cf0-9d11-165d9ec6e32f found for delete ", "request_id": "req-e4c6a26d-0aee-4339-af49-69706b713497"}]} [pid: 7|app: 0|req: 631/1256] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:10 2026] DELETE /v2.0/networks/a0375730-2156-40c2-ba21-04e03fb03b6e => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:11.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5850f3f-a8fe-43c6-ad62-9f9c4caafb20 86a2ca84bc4a46cc944a5f4777684c3c 6724e64d5c4a42aaacd91bfe5a0a503a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 632/1257] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:11 2026] DELETE /v2.0/networks/a0375730-2156-40c2-ba21-04e03fb03b6e => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1258] 10.0.0.142 () {32 vars in 694 bytes} [Fri Apr 17 06:54:11 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1259] 10.0.0.142 () {32 vars in 742 bytes} [Fri Apr 17 06:54:11 2026] GET /v2.0/subnets?network_id=117c5f89-ecd9-4939-bfa3-48289e120040 => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1260] 10.0.0.142 () {32 vars in 653 bytes} [Fri Apr 17 06:54:11 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1261] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:11 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1262] 10.0.0.142 () {32 vars in 649 bytes} [Fri Apr 17 06:54:11 2026] GET /v2.0/networks => generated 1312 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1263] 10.0.0.142 () {32 vars in 647 bytes} [Fri Apr 17 06:54:11 2026] GET /v2.0/subnets => generated 1312 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1264] 10.0.0.142 () {32 vars in 723 bytes} [Fri Apr 17 06:54:11 2026] GET /v2.0/networks/545ff630-9f53-4a7b-9767-757c656aea5e => generated 672 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1265] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:11 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1266] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 06:54:11 2026] GET /v2.0/subnets/3a8d4be1-a702-4b4a-af7a-687b2b539d37 => generated 673 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:11.572 8 INFO neutron.db.segments_db [None req-1ec45170-0821-485b-b303-39641cb1fb21 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Added segment 4bb81fc2-96c2-47dc-aa54-70aab63ff413 of type vxlan for network 9596712a-196e-4287-8ad4-fc257895254a 2026-04-17 06:54:11.599 7 INFO neutron.db.segments_db [None req-1e4ee216-58af-432b-9a56-9d5ba1088711 c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Added segment ff90e3dc-7cfc-44ba-97db-9329ab65085d of type vxlan for network ab609cd2-c625-45b6-9924-8ba0fb275535 2026-04-17 06:54:11.794 7 INFO neutron.db.l3_hamode_db [None req-1e4ee216-58af-432b-9a56-9d5ba1088711 c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:54:11.795 8 INFO neutron.db.l3_hamode_db [None req-1ec45170-0821-485b-b303-39641cb1fb21 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:54:11.903 8 INFO neutron.db.l3_hamode_db [None req-1ec45170-0821-485b-b303-39641cb1fb21 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:54:11.911 7 INFO neutron.db.l3_hamode_db [None req-1e4ee216-58af-432b-9a56-9d5ba1088711 c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 639/1267] 10.0.0.142 () {34 vars in 668 bytes} [Fri Apr 17 06:54:11 2026] POST /v2.0/routers => generated 474 bytes in 1017 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:12.454 7 INFO neutron.pecan_wsgi.hooks.translation [None req-89bd48ac-1dae-4284-9f35-d0d57fca617e 86a2ca84bc4a46cc944a5f4777684c3c 6724e64d5c4a42aaacd91bfe5a0a503a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 640/1268] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:12 2026] DELETE /v2.0/subnets/d3714ddb-faa8-45a7-9d03-eb2af93fbe0d => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1269] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:11 2026] POST /v2.0/routers => generated 506 bytes in 926 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1270] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:12 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:12.483 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ecccae8-68fa-4ea8-98a5-09c2f05653e5 86a2ca84bc4a46cc944a5f4777684c3c 6724e64d5c4a42aaacd91bfe5a0a503a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 642/1271] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:12 2026] DELETE /v2.0/networks/a0375730-2156-40c2-ba21-04e03fb03b6e => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:12.526 8 INFO neutron.db.l3_hamode_db [None req-32338c8c-8f80-4ea3-930f-410374c9f8c8 c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:54:12.664 8 INFO neutron.db.l3_hamode_db [None req-32338c8c-8f80-4ea3-930f-410374c9f8c8 c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 630/1272] 10.0.0.142 () {34 vars in 668 bytes} [Fri Apr 17 06:54:12 2026] POST /v2.0/routers => generated 474 bytes in 851 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1273] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:13 2026] DELETE /v2.0/subnets/3a8d4be1-a702-4b4a-af7a-687b2b539d37 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:13.523 8 INFO neutron.db.l3_hamode_db [None req-b84f886f-a14a-41d5-adf8-a154e1e5af6d c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:54:13.657 8 INFO neutron.db.l3_hamode_db [None req-b84f886f-a14a-41d5-adf8-a154e1e5af6d c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 643/1274] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:54:12 2026] PUT /v2.0/routers/7b63a267-86d8-4de6-b2cc-3313735ff5c5/add_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:13.816 7 INFO neutron_taas.services.taas.taas_plugin [None req-94027c30-eb89-4370-ac6d-035935e57077 86a2ca84bc4a46cc944a5f4777684c3c 6724e64d5c4a42aaacd91bfe5a0a503a - - default default] TaaS: Handle Delete Port: 1ec83296-310a-4312-b7ae-a7be44746095 2026-04-17 06:54:13.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94027c30-eb89-4370-ac6d-035935e57077 86a2ca84bc4a46cc944a5f4777684c3c 6724e64d5c4a42aaacd91bfe5a0a503a - - default default] Tap Mirror: Handle Delete Port: 1ec83296-310a-4312-b7ae-a7be44746095 2026-04-17 06:54:13.988 7 INFO neutron.services.segments.plugin [-] Segment 5b8ed7f2-41cb-42b3-add6-7c7e4aa43e85 resource provider aggregate not found 2026-04-17 06:54:13.988 7 INFO neutron.services.segments.plugin [-] Segment 5b8ed7f2-41cb-42b3-add6-7c7e4aa43e85 resource provider aggregate not found [pid: 7|app: 0|req: 644/1275] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:13 2026] DELETE /v2.0/networks/545ff630-9f53-4a7b-9767-757c656aea5e => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:14.015 7 INFO neutron.services.segments.plugin [-] Segment 5b8ed7f2-41cb-42b3-add6-7c7e4aa43e85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b8ed7f2-41cb-42b3-add6-7c7e4aa43e85 found for delete ", "request_id": "req-10b31522-2e90-4c37-9864-bfdff4c0f8b6"}]} 2026-04-17 06:54:14.017 7 INFO neutron.services.segments.plugin [-] Segment 5b8ed7f2-41cb-42b3-add6-7c7e4aa43e85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b8ed7f2-41cb-42b3-add6-7c7e4aa43e85 found for delete ", "request_id": "req-a0a79bc1-9298-4b8e-b8e0-7373c5adab10"}]} [pid: 7|app: 0|req: 645/1276] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:14 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1277] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:54:14 2026] GET /v2.0/ports/e795d369-a065-43ea-a66b-e909af488004 => generated 955 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1278] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:54:14 2026] GET /v2.0/networks?id=5ebcf89d-099f-469a-a4d0-215c79e002bf => generated 671 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1279] 10.0.0.142 () {34 vars in 668 bytes} [Fri Apr 17 06:54:13 2026] POST /v2.0/routers => generated 474 bytes in 738 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1280] 199.204.45.129 () {34 vars in 1050 bytes} [Fri Apr 17 06:54:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=988e4872bc414a2bb9594fc2a25f4944 => generated 272 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:14.265 8 INFO neutron.db.l3_hamode_db [None req-89eb2090-7cd5-4f7c-a233-43d817aaafab c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:54:14.356 8 INFO neutron.db.l3_hamode_db [None req-89eb2090-7cd5-4f7c-a233-43d817aaafab c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 634/1281] 10.0.0.142 () {34 vars in 668 bytes} [Fri Apr 17 06:54:14 2026] POST /v2.0/routers => generated 474 bytes in 606 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1282] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:54:14 2026] PUT /v2.0/routers/7b63a267-86d8-4de6-b2cc-3313735ff5c5/add_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: 651/1285] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:15 2026] GET /v2.0/security-groups?tenant_id=6724e64d5c4a42aaacd91bfe5a0a503a&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:15.197 7 INFO neutron.db.l3_hamode_db [None req-35a6a9a5-7281-43c0-8cac-5a236030c9de c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 635/1286] 199.204.45.129 () {38 vars in 955 bytes} [Fri Apr 17 06:54:14 2026] POST /v2.0/ports => generated 997 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 636/1287] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:54:15 2026] GET /v2.0/ports/2e090d54-d79d-4a83-a0a8-429b2e13553a => generated 955 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1288] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:15 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1000 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:15.307 7 INFO neutron.db.l3_hamode_db [None req-35a6a9a5-7281-43c0-8cac-5a236030c9de c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 638/1289] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:15 2026] DELETE /v2.0/security-groups/198bfe9b-90db-4bdb-81ff-0c427d4fcf63 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1290] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:54:15 2026] PUT /v2.0/ports/612c2734-c531-4cff-8f7c-a1eaf486ef82 => generated 1278 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, ' 2026-04-17 06:54:15.760 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-04122346-01bd-4686-920e-806093dd64f6'] response: {'name': 'network-changed', 'server_uuid': 'ca1be62a-8aa3-4b9d-a89d-b9976ab34320', 'tag': '612c2734-c531-4cff-8f7c-a1eaf486ef82', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 652/1291] 10.0.0.142 () {34 vars in 668 bytes} [Fri Apr 17 06:54:15 2026] POST /v2.0/routers => generated 474 bytes in 693 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1292] 10.0.0.21 () {34 vars in 1119 bytes} [Fri Apr 17 06:54:15 2026] GET /v2.0/security-groups?id=93ec0c14-1451-49e2-980f-04e4baa373b2&id=49c80fe0-5c1f-4a7c-a5ac-77c53feb385a&fields=id&fields=name => generated 205 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:15.942 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d3bf80d-ded1-4231-9c62-c57ade64c190 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] TaaS: Handle Delete Port: 2e090d54-d79d-4a83-a0a8-429b2e13553a 2026-04-17 06:54:15.945 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d3bf80d-ded1-4231-9c62-c57ade64c190 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Tap Mirror: Handle Delete Port: 2e090d54-d79d-4a83-a0a8-429b2e13553a [pid: 7|app: 0|req: 654/1293] 10.0.0.142 () {34 vars in 751 bytes} [Fri Apr 17 06:54:15 2026] PUT /v2.0/routers/0b01347d-403b-48a0-adfb-8d898a26e8af/tags => generated 17 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1294] 10.0.0.142 () {34 vars in 751 bytes} [Fri Apr 17 06:54:16 2026] PUT /v2.0/routers/d9096436-9717-4204-98e7-221ef3bf2713/tags => generated 25 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1295] 10.0.0.142 () {34 vars in 751 bytes} [Fri Apr 17 06:54:16 2026] PUT /v2.0/routers/244d7f25-266e-4d1a-ba8f-71ca5b54c2fa/tags => generated 34 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1296] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:54:16 2026] GET /v2.0/ports?tenant_id=988e4872bc414a2bb9594fc2a25f4944&device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1281 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1297] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:54:15 2026] PUT /v2.0/routers/7b63a267-86d8-4de6-b2cc-3313735ff5c5/remove_router_interface => generated 309 bytes in 611 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1298] 199.204.45.129 () {34 vars in 1018 bytes} [Fri Apr 17 06:54:16 2026] GET /v2.0/networks?tenant_id=988e4872bc414a2bb9594fc2a25f4944&shared=False => generated 767 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1299] 10.0.0.142 () {34 vars in 751 bytes} [Fri Apr 17 06:54:16 2026] PUT /v2.0/routers/e7d7e620-3aec-4f98-940a-d33a135121d3/tags => generated 19 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1300] 199.204.45.129 () {34 vars in 930 bytes} [Fri Apr 17 06:54:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1301] 10.0.0.142 () {32 vars in 664 bytes} [Fri Apr 17 06:54:16 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1302] 10.0.0.142 () {32 vars in 678 bytes} [Fri Apr 17 06:54:16 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:16.633 8 INFO neutron_taas.services.taas.taas_plugin [None req-ffd873e8-0163-46a9-a015-fe8bebd801e7 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] TaaS: Handle Delete Port: e795d369-a065-43ea-a66b-e909af488004 2026-04-17 06:54:16.637 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffd873e8-0163-46a9-a015-fe8bebd801e7 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Tap Mirror: Handle Delete Port: e795d369-a065-43ea-a66b-e909af488004 [pid: 7|app: 0|req: 662/1303] 10.0.0.142 () {32 vars in 674 bytes} [Fri Apr 17 06:54:16 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1304] 10.0.0.142 () {32 vars in 686 bytes} [Fri Apr 17 06:54:16 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1305] 10.0.0.142 () {32 vars in 672 bytes} [Fri Apr 17 06:54:16 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1306] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:54:16 2026] PUT /v2.0/routers/7b63a267-86d8-4de6-b2cc-3313735ff5c5/remove_router_interface => generated 309 bytes in 662 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1307] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:17 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1012 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1308] 10.0.0.142 () {32 vars in 686 bytes} [Fri Apr 17 06:54:16 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1309] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:17 2026] GET /v2.0/ports?device_id=7b63a267-86d8-4de6-b2cc-3313735ff5c5 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1310] 10.0.0.21 () {34 vars in 1119 bytes} [Fri Apr 17 06:54:17 2026] GET /v2.0/security-groups?id=93ec0c14-1451-49e2-980f-04e4baa373b2&id=49c80fe0-5c1f-4a7c-a5ac-77c53feb385a&fields=id&fields=name => generated 205 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1311] 10.0.0.142 () {32 vars in 682 bytes} [Fri Apr 17 06:54:17 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:17.409 8 INFO neutron.db.segments_db [None req-24e38080-37ef-4799-b9d2-aefa65b00173 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] Added segment 0b21a6aa-fbfc-4027-a08c-bbb97124036d of type vxlan for network e002854b-8b64-47cb-ad01-6f8f89f766de [pid: 8|app: 0|req: 644/1312] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:54:17 2026] POST /v2.0/networks => generated 630 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:17.519 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0082650-bbe6-42c6-8b35-9ece42004c72 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] TaaS: Handle Delete Port: 2749b682-342f-4d7b-abe4-6bfb2f29a1b0 2026-04-17 06:54:17.522 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0082650-bbe6-42c6-8b35-9ece42004c72 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Tap Mirror: Handle Delete Port: 2749b682-342f-4d7b-abe4-6bfb2f29a1b0 [pid: 8|app: 0|req: 645/1313] 10.0.0.142 () {32 vars in 694 bytes} [Fri Apr 17 06:54:17 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1314] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:54:17 2026] GET /v2.0/ports?tenant_id=988e4872bc414a2bb9594fc2a25f4944&device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1281 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:17.777 7 INFO neutron.services.segments.plugin [-] Segment 4bb81fc2-96c2-47dc-aa54-70aab63ff413 resource provider aggregate not found 2026-04-17 06:54:17.781 7 INFO neutron.services.segments.plugin [-] Segment 4bb81fc2-96c2-47dc-aa54-70aab63ff413 resource provider aggregate not found 2026-04-17 06:54:17.794 7 INFO neutron.services.segments.plugin [-] Segment 4bb81fc2-96c2-47dc-aa54-70aab63ff413 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bb81fc2-96c2-47dc-aa54-70aab63ff413 found for delete ", "request_id": "req-9be588f6-0c50-4c17-b914-3e956ad637b6"}]} 2026-04-17 06:54:17.794 7 INFO neutron.db.l3_hamode_db [None req-f0082650-bbe6-42c6-8b35-9ece42004c72 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] HA network 9596712a-196e-4287-8ad4-fc257895254a was deleted as no HA routers are present in tenant 38ebe6f8c76c4418ba6ef91e33d8f11d. 2026-04-17 06:54:17.797 7 INFO neutron.services.segments.plugin [-] Segment 4bb81fc2-96c2-47dc-aa54-70aab63ff413 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bb81fc2-96c2-47dc-aa54-70aab63ff413 found for delete ", "request_id": "req-327ae02c-b2b0-4e97-953d-5a55a7e4124b"}]} [pid: 7|app: 0|req: 669/1315] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:17 2026] DELETE /v2.0/routers/7b63a267-86d8-4de6-b2cc-3313735ff5c5 => generated 0 bytes in 436 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1316] 10.0.0.142 () {34 vars in 665 bytes} [Fri Apr 17 06:54:17 2026] POST /v2.0/ports => generated 778 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 670/1317] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 06:54:17 2026] GET /v2.0/routers/0b01347d-403b-48a0-adfb-8d898a26e8af => generated 485 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1318] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:54:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=612c2734-c531-4cff-8f7c-a1eaf486ef82 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:17.878 8 INFO neutron.db.segments_db [None req-3f0e801e-3cc0-40bd-9601-af905427aa34 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] Added segment 08dae646-250c-40da-846a-deff1fefec1d of type vxlan for network 9b043d7b-6ff0-4ea2-929f-3740643408a1 [pid: 8|app: 0|req: 649/1319] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:54:17 2026] POST /v2.0/networks => generated 616 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1320] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:17 2026] DELETE /v2.0/subnets/faff99cf-e46f-4327-989f-77242cddbdd5 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1321] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:54:17 2026] GET /v2.0/subnets?id=73aae655-61d9-4403-a4d8-e0d0682729d3 => generated 689 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1322] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:17 2026] POST /v2.0/subnets => generated 646 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1323] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:18 2026] DELETE /v2.0/subnets/a1556a67-fc8a-4efa-bf4a-df1bcf66e092 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1324] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:54:18 2026] GET /v2.0/ports?network_id=5ebcf89d-099f-469a-a4d0-215c79e002bf&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1325] 10.0.0.142 () {34 vars in 742 bytes} [Fri Apr 17 06:54:17 2026] PUT /v2.0/routers/0b01347d-403b-48a0-adfb-8d898a26e8af => generated 485 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:18.441 8 INFO neutron_taas.services.taas.taas_plugin [None req-086e497d-0a26-4168-8dda-9206873c8592 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] TaaS: Handle Delete Port: a81ef382-689f-4094-b5bd-fcbbad580a5b 2026-04-17 06:54:18.444 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-086e497d-0a26-4168-8dda-9206873c8592 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Tap Mirror: Handle Delete Port: a81ef382-689f-4094-b5bd-fcbbad580a5b [pid: 7|app: 0|req: 676/1326] 10.0.0.142 () {34 vars in 665 bytes} [Fri Apr 17 06:54:18 2026] POST /v2.0/ports => generated 961 bytes in 252 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: 677/1327] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:54:18 2026] GET /v2.0/networks/5ebcf89d-099f-469a-a4d0-215c79e002bf?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: 678/1328] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:18 2026] GET /v2.0/ports?device_id=0b01347d-403b-48a0-adfb-8d898a26e8af => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:18.642 8 INFO neutron.services.segments.plugin [-] Segment 64b34755-3b7f-4ebe-a33d-5fab9f863910 resource provider aggregate not found 2026-04-17 06:54:18.649 8 INFO neutron.services.segments.plugin [-] Segment 64b34755-3b7f-4ebe-a33d-5fab9f863910 resource provider aggregate not found 2026-04-17 06:54:18.671 8 INFO neutron.services.segments.plugin [-] Segment 64b34755-3b7f-4ebe-a33d-5fab9f863910 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64b34755-3b7f-4ebe-a33d-5fab9f863910 found for delete ", "request_id": "req-caa3a2ff-aeb7-4176-8800-de34bcd0c74b"}]} 2026-04-17 06:54:18.671 8 INFO neutron.services.segments.plugin [-] Segment 64b34755-3b7f-4ebe-a33d-5fab9f863910 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64b34755-3b7f-4ebe-a33d-5fab9f863910 found for delete ", "request_id": "req-2252ba94-c8e4-49bf-875a-d148e686d9a5"}]} [pid: 7|app: 0|req: 679/1329] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:18 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1012 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1330] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:18 2026] DELETE /v2.0/networks/f46dbba7-6dae-4575-beca-ff12f13004bf => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1331] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:54:18 2026] GET /v2.0/networks/5ebcf89d-099f-469a-a4d0-215c79e002bf?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) 2026-04-17 06:54:18.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0b49457-fe03-455c-8b49-079401dc92d5 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] TaaS: Handle Delete Port: 029774fc-78a3-4b9d-8dad-b7ad60b98821 2026-04-17 06:54:18.766 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0b49457-fe03-455c-8b49-079401dc92d5 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] Tap Mirror: Handle Delete Port: 029774fc-78a3-4b9d-8dad-b7ad60b98821 [pid: 7|app: 0|req: 680/1332] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:54:18 2026] DELETE /v2.0/ports/029774fc-78a3-4b9d-8dad-b7ad60b98821 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:18.889 8 INFO neutron_taas.services.taas.taas_plugin [None req-15b5625a-ee8e-45f0-92f6-56af707e4bff c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] TaaS: Handle Delete Port: 59f98a33-7f87-47a0-8850-d7175c9b0ccb 2026-04-17 06:54:18.892 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15b5625a-ee8e-45f0-92f6-56af707e4bff c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Tap Mirror: Handle Delete Port: 59f98a33-7f87-47a0-8850-d7175c9b0ccb [pid: 7|app: 0|req: 681/1333] 10.0.0.21 () {34 vars in 1119 bytes} [Fri Apr 17 06:54:18 2026] GET /v2.0/security-groups?id=93ec0c14-1451-49e2-980f-04e4baa373b2&id=49c80fe0-5c1f-4a7c-a5ac-77c53feb385a&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1334] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:18 2026] DELETE /v2.0/networks/6173df94-e8bd-42b5-8eb2-51034e971ac1 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:19.046 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ac7fd73-2672-4fff-ad46-db39295442d9 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 683/1335] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:54:19 2026] DELETE /v2.0/ports/029774fc-78a3-4b9d-8dad-b7ad60b98821 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1336] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:18 2026] DELETE /v2.0/routers/0b01347d-403b-48a0-adfb-8d898a26e8af => generated 0 bytes in 351 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:19.085 8 INFO neutron.pecan_wsgi.hooks.translation [None req-027e53a3-7f66-4d7f-8652-fa8328d5a5ae 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 654/1337] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:54:19 2026] GET /v2.0/ports/029774fc-78a3-4b9d-8dad-b7ad60b98821 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:19.094 7 INFO neutron.db.segments_db [None req-205da846-3d67-40e8-a327-46311cf9a16f a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Added segment e6fb63f9-bb1a-48fa-9303-b519051f27d0 of type vxlan for network 2c07859d-6fea-4cbc-a30e-50e19e368949 [pid: 8|app: 0|req: 655/1338] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 06:54:19 2026] GET /v2.0/routers/d9096436-9717-4204-98e7-221ef3bf2713 => generated 493 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1339] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:54:19 2026] POST /v2.0/networks => generated 610 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1340] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:19 2026] DELETE /v2.0/subnets/ed4a44eb-42a5-4483-a262-9e7badad747a => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1341] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:19 2026] POST /v2.0/subnets => generated 626 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1342] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:19 2026] DELETE /v2.0/networks/9b043d7b-6ff0-4ea2-929f-3740643408a1 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:19.597 8 INFO neutron.db.segments_db [None req-cd955d11-5604-4d2c-9900-cd174bc6c100 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Added segment 56c6ce24-c293-4759-91ad-e8fee0a00aa7 of type vxlan for network cb9dc2ae-2b9e-4a8f-acbd-3b7ba8e2b3a9 [pid: 7|app: 0|req: 685/1343] 10.0.0.142 () {34 vars in 742 bytes} [Fri Apr 17 06:54:19 2026] PUT /v2.0/routers/d9096436-9717-4204-98e7-221ef3bf2713 => generated 493 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:19.719 7 INFO neutron.db.segments_db [None req-739d71b3-cd6e-45bb-8371-5fe59fca2596 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] Added segment 1c89aab0-2816-481b-8128-ab5d6b84fe10 of type vxlan for network aef4ff9a-087a-4685-81cb-6dd67b3553b8 2026-04-17 06:54:19.814 7 INFO neutron.services.segments.plugin [-] Segment 24d1d4e5-fc9f-4637-a42d-0e50a414692e resource provider aggregate not found 2026-04-17 06:54:19.818 7 INFO neutron.services.segments.plugin [-] Segment 24d1d4e5-fc9f-4637-a42d-0e50a414692e resource provider aggregate not found 2026-04-17 06:54:19.832 8 INFO neutron.db.l3_hamode_db [None req-cd955d11-5604-4d2c-9900-cd174bc6c100 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 686/1344] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:54:19 2026] POST /v2.0/networks => generated 616 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:19.834 7 INFO neutron.services.segments.plugin [-] Segment 24d1d4e5-fc9f-4637-a42d-0e50a414692e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24d1d4e5-fc9f-4637-a42d-0e50a414692e found for delete ", "request_id": "req-47851fc6-f310-4f8d-92fb-2b39c8cdb751"}]} 2026-04-17 06:54:19.835 7 INFO neutron.services.segments.plugin [-] Segment 24d1d4e5-fc9f-4637-a42d-0e50a414692e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24d1d4e5-fc9f-4637-a42d-0e50a414692e found for delete ", "request_id": "req-2dd4cd50-c8ba-4f3d-85f1-127da2854282"}]} [pid: 7|app: 0|req: 687/1345] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:19 2026] GET /v2.0/ports?device_id=d9096436-9717-4204-98e7-221ef3bf2713 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:19.934 8 INFO neutron.db.l3_hamode_db [None req-cd955d11-5604-4d2c-9900-cd174bc6c100 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 688/1346] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:19 2026] POST /v2.0/subnets => generated 646 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:20.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-f514f0ce-5a82-429d-bc65-8f00ae459938 c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] TaaS: Handle Delete Port: b2d06f8b-29a0-40f6-8184-7e4c9398eeb5 2026-04-17 06:54:20.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f514f0ce-5a82-429d-bc65-8f00ae459938 c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Tap Mirror: Handle Delete Port: b2d06f8b-29a0-40f6-8184-7e4c9398eeb5 [pid: 7|app: 0|req: 689/1347] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:20 2026] DELETE /v2.0/routers/d9096436-9717-4204-98e7-221ef3bf2713 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1348] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:20 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1012 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1349] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:19 2026] POST /v2.0/routers => generated 506 bytes in 893 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1350] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 06:54:20 2026] GET /v2.0/routers/244d7f25-266e-4d1a-ba8f-71ca5b54c2fa => generated 502 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1351] 10.0.0.21 () {34 vars in 1119 bytes} [Fri Apr 17 06:54:20 2026] GET /v2.0/security-groups?id=93ec0c14-1451-49e2-980f-04e4baa373b2&id=49c80fe0-5c1f-4a7c-a5ac-77c53feb385a&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1352] 10.0.0.142 () {34 vars in 665 bytes} [Fri Apr 17 06:54:20 2026] POST /v2.0/ports => generated 928 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:20.695 8 INFO neutron.services.segments.plugin [-] Segment 08dae646-250c-40da-846a-deff1fefec1d resource provider aggregate not found 2026-04-17 06:54:20.703 8 INFO neutron.services.segments.plugin [-] Segment 08dae646-250c-40da-846a-deff1fefec1d resource provider aggregate not found 2026-04-17 06:54:20.720 8 INFO neutron.services.segments.plugin [-] Segment 08dae646-250c-40da-846a-deff1fefec1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08dae646-250c-40da-846a-deff1fefec1d found for delete ", "request_id": "req-b8361e6d-dcbe-4599-8015-c6be58c932c3"}]} 2026-04-17 06:54:20.721 8 INFO neutron.services.segments.plugin [-] Segment 08dae646-250c-40da-846a-deff1fefec1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08dae646-250c-40da-846a-deff1fefec1d found for delete ", "request_id": "req-9b131f1e-6bc2-4359-b3bc-7616a4a7846b"}]} [pid: 8|app: 0|req: 662/1353] 10.0.0.142 () {34 vars in 665 bytes} [Fri Apr 17 06:54:20 2026] POST /v2.0/ports => generated 952 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, ' 2026-04-17 06:54:20.992 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c93ae00-a778-495d-96e3-a00effdf42ee 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] TaaS: Handle Delete Port: deb3b76f-5449-42b1-bd89-72bfc375aa3a 2026-04-17 06:54:20.996 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c93ae00-a778-495d-96e3-a00effdf42ee 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] Tap Mirror: Handle Delete Port: deb3b76f-5449-42b1-bd89-72bfc375aa3a [pid: 8|app: 0|req: 663/1354] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:54:20 2026] DELETE /v2.0/ports/deb3b76f-5449-42b1-bd89-72bfc375aa3a => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1355] 10.0.0.142 () {34 vars in 742 bytes} [Fri Apr 17 06:54:20 2026] PUT /v2.0/routers/244d7f25-266e-4d1a-ba8f-71ca5b54c2fa => generated 502 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:21.165 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1bfcb22-0b45-44fb-91a1-63f1373c976f 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 693/1356] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:54:21 2026] GET /v2.0/ports/deb3b76f-5449-42b1-bd89-72bfc375aa3a => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1357] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:21 2026] GET /v2.0/ports?device_id=244d7f25-266e-4d1a-ba8f-71ca5b54c2fa => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1358] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:21 2026] DELETE /v2.0/subnets/fcb87af1-c056-4723-bea8-bcb6e5949919 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:21.448 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a1ec3ad-74b5-4082-a00b-11f05b43ffa3 c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] TaaS: Handle Delete Port: 2a1278f7-fa3a-4c6e-91f5-f0f1e6fa5de5 2026-04-17 06:54:21.451 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a1ec3ad-74b5-4082-a00b-11f05b43ffa3 c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Tap Mirror: Handle Delete Port: 2a1278f7-fa3a-4c6e-91f5-f0f1e6fa5de5 [pid: 7|app: 0|req: 696/1359] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:21 2026] DELETE /v2.0/routers/244d7f25-266e-4d1a-ba8f-71ca5b54c2fa => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1360] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:21 2026] DELETE /v2.0/networks/aef4ff9a-087a-4685-81cb-6dd67b3553b8 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1361] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:21 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1012 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1362] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 06:54:21 2026] GET /v2.0/routers/e7d7e620-3aec-4f98-940a-d33a135121d3 => generated 487 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:21.852 7 INFO neutron.services.segments.plugin [-] Segment 1c89aab0-2816-481b-8128-ab5d6b84fe10 resource provider aggregate not found 2026-04-17 06:54:21.860 7 INFO neutron.services.segments.plugin [-] Segment 1c89aab0-2816-481b-8128-ab5d6b84fe10 resource provider aggregate not found 2026-04-17 06:54:21.869 7 INFO neutron.services.segments.plugin [-] Segment 1c89aab0-2816-481b-8128-ab5d6b84fe10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c89aab0-2816-481b-8128-ab5d6b84fe10 found for delete ", "request_id": "req-36568fdd-eeea-4492-bf5c-74cb1d5f247c"}]} 2026-04-17 06:54:21.877 7 INFO neutron.services.segments.plugin [-] Segment 1c89aab0-2816-481b-8128-ab5d6b84fe10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c89aab0-2816-481b-8128-ab5d6b84fe10 found for delete ", "request_id": "req-bd7bcdd2-1bf3-41cc-a48a-f2281b8c4e2e"}]} [pid: 8|app: 0|req: 664/1363] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:54:21 2026] PUT /v2.0/routers/7fb19f50-8679-493f-8889-3895f3935753/add_router_interface => generated 309 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 665/1364] 10.0.0.21 () {34 vars in 1119 bytes} [Fri Apr 17 06:54:22 2026] GET /v2.0/security-groups?id=93ec0c14-1451-49e2-980f-04e4baa373b2&id=49c80fe0-5c1f-4a7c-a5ac-77c53feb385a&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1365] 10.0.0.142 () {34 vars in 665 bytes} [Fri Apr 17 06:54:21 2026] POST /v2.0/ports => generated 779 bytes in 272 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: 701/1366] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:54:22 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1283 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1367] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:54:22 2026] GET /v2.0/ports/3a820613-da4e-4b7d-8da2-51d51e2b46ad => generated 1026 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1368] 10.0.0.142 () {34 vars in 737 bytes} [Fri Apr 17 06:54:22 2026] PUT /v2.0/ports/5ee7f001-a6c3-46f4-8805-4fb0bc0710ad => generated 752 bytes in 124 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: 704/1369] 199.204.45.129 () {34 vars in 1124 bytes} [Fri Apr 17 06:54:22 2026] GET /v2.0/security-groups?id=93ec0c14-1451-49e2-980f-04e4baa373b2&id=49c80fe0-5c1f-4a7c-a5ac-77c53feb385a&fields=id&fields=name => generated 205 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1370] 10.0.0.142 () {34 vars in 742 bytes} [Fri Apr 17 06:54:22 2026] PUT /v2.0/routers/e7d7e620-3aec-4f98-940a-d33a135121d3 => generated 487 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:22.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e59217a-b772-4aca-8812-dffcfc63b75e a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] TaaS: Handle Delete Port: 3a820613-da4e-4b7d-8da2-51d51e2b46ad 2026-04-17 06:54:22.583 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e59217a-b772-4aca-8812-dffcfc63b75e a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Tap Mirror: Handle Delete Port: 3a820613-da4e-4b7d-8da2-51d51e2b46ad 2026-04-17 06:54:22.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ff0b1e3-62ca-4e70-b80e-8dbe012f3171 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] TaaS: Handle Delete Port: 5ee7f001-a6c3-46f4-8805-4fb0bc0710ad 2026-04-17 06:54:22.615 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ff0b1e3-62ca-4e70-b80e-8dbe012f3171 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] Tap Mirror: Handle Delete Port: 5ee7f001-a6c3-46f4-8805-4fb0bc0710ad [pid: 8|app: 0|req: 667/1371] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:54:22 2026] DELETE /v2.0/ports/5ee7f001-a6c3-46f4-8805-4fb0bc0710ad => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1372] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:22 2026] GET /v2.0/ports?device_id=e7d7e620-3aec-4f98-940a-d33a135121d3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1373] 10.0.0.142 () {32 vars in 643 bytes} [Fri Apr 17 06:54:22 2026] GET /v2.0/ports => generated 781 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:22.934 8 INFO neutron_taas.services.taas.taas_plugin [None req-9250e3ac-8c51-485f-86d2-336337bc32ac c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] TaaS: Handle Delete Port: f7f02e38-4c95-4669-a397-a6ece13840cc 2026-04-17 06:54:22.938 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9250e3ac-8c51-485f-86d2-336337bc32ac c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Tap Mirror: Handle Delete Port: f7f02e38-4c95-4669-a397-a6ece13840cc [pid: 7|app: 0|req: 705/1374] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:54:22 2026] PUT /v2.0/routers/7fb19f50-8679-493f-8889-3895f3935753/remove_router_interface => generated 309 bytes in 710 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:54:23.045 7 INFO neutron.pecan_wsgi.hooks.translation [None req-145c9e05-2d51-49c0-a3ff-2bc127f4425c 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 706/1375] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:54:23 2026] GET /v2.0/ports/5ee7f001-a6c3-46f4-8805-4fb0bc0710ad => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:23.164 7 INFO neutron.api.v2.resource [None req-913d8df1-0163-4881-8d1a-af394a15826e a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 670/1376] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:22 2026] DELETE /v2.0/routers/e7d7e620-3aec-4f98-940a-d33a135121d3 => generated 0 bytes in 414 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1377] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:54:23 2026] PUT /v2.0/routers/7fb19f50-8679-493f-8889-3895f3935753/remove_router_interface => generated 197 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1378] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:23 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1379] 10.0.0.142 () {32 vars in 643 bytes} [Fri Apr 17 06:54:23 2026] GET /v2.0/ports => generated 781 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1380] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:23 2026] GET /v2.0/ports?device_id=7fb19f50-8679-493f-8889-3895f3935753 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1381] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 06:54:23 2026] GET /v2.0/routers/202c9b71-94c2-439c-aeb9-5854274f4c36 => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1382] 10.0.0.21 () {34 vars in 1119 bytes} [Fri Apr 17 06:54:23 2026] GET /v2.0/security-groups?id=93ec0c14-1451-49e2-980f-04e4baa373b2&id=49c80fe0-5c1f-4a7c-a5ac-77c53feb385a&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1383] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:54:23 2026] GET /v2.0/ports/9ab25fec-e516-4a7d-b1c9-2ebdb90da759 => generated 778 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1384] 10.0.0.142 () {34 vars in 742 bytes} [Fri Apr 17 06:54:23 2026] PUT /v2.0/routers/202c9b71-94c2-439c-aeb9-5854274f4c36 => generated 480 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:23.730 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38ff47e5-f79f-4950-9817-72de9c315c3f 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 712/1385] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:54:23 2026] DELETE /v2.0/ports/deb3b76f-5449-42b1-bd89-72bfc375aa3a => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1386] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:23 2026] GET /v2.0/ports?device_id=202c9b71-94c2-439c-aeb9-5854274f4c36 => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:23.751 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6ed96430-7816-4c92-91e6-f544c59c5ae7 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 714/1387] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:23 2026] DELETE /v2.0/subnets/fcb87af1-c056-4723-bea8-bcb6e5949919 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:23.778 8 INFO neutron_taas.services.taas.taas_plugin [None req-eba33c4d-a2d8-4524-8e47-3199ad6253a7 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] TaaS: Handle Delete Port: 26965af5-9e68-43a6-ba8b-d38465a87aba 2026-04-17 06:54:23.780 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eba33c4d-a2d8-4524-8e47-3199ad6253a7 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Tap Mirror: Handle Delete Port: 26965af5-9e68-43a6-ba8b-d38465a87aba 2026-04-17 06:54:23.878 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2e4770f-aa9c-445f-a3a8-cd14413c3e3f c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] TaaS: Handle Delete Port: b920651a-e3bf-4620-9bdd-bb75f94898f1 2026-04-17 06:54:23.881 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2e4770f-aa9c-445f-a3a8-cd14413c3e3f c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] Tap Mirror: Handle Delete Port: b920651a-e3bf-4620-9bdd-bb75f94898f1 2026-04-17 06:54:24.063 8 INFO neutron.services.segments.plugin [-] Segment 56c6ce24-c293-4759-91ad-e8fee0a00aa7 resource provider aggregate not found 2026-04-17 06:54:24.071 8 INFO neutron.services.segments.plugin [-] Segment 56c6ce24-c293-4759-91ad-e8fee0a00aa7 resource provider aggregate not found 2026-04-17 06:54:24.078 8 INFO neutron.services.segments.plugin [-] Segment 56c6ce24-c293-4759-91ad-e8fee0a00aa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56c6ce24-c293-4759-91ad-e8fee0a00aa7 found for delete ", "request_id": "req-7f7ccabe-cb9a-4dcc-9a6b-6b80afd9e162"}]} 2026-04-17 06:54:24.084 8 INFO neutron.services.segments.plugin [-] Segment 56c6ce24-c293-4759-91ad-e8fee0a00aa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56c6ce24-c293-4759-91ad-e8fee0a00aa7 found for delete ", "request_id": "req-bd22a2fa-7ba4-4a09-9e72-2630c31bda1a"}]} 2026-04-17 06:54:24.085 8 INFO neutron.db.l3_hamode_db [None req-eba33c4d-a2d8-4524-8e47-3199ad6253a7 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] HA network cb9dc2ae-2b9e-4a8f-acbd-3b7ba8e2b3a9 was deleted as no HA routers are present in tenant 38ebe6f8c76c4418ba6ef91e33d8f11d. [pid: 8|app: 0|req: 674/1388] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:23 2026] DELETE /v2.0/routers/7fb19f50-8679-493f-8889-3895f3935753 => generated 0 bytes in 825 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:24.101 8 INFO neutron.pecan_wsgi.hooks.translation [None req-16e32c69-6bb4-4265-a60f-adadfb1a130d 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 675/1389] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:24 2026] DELETE /v2.0/subnets/ed4a44eb-42a5-4483-a262-9e7badad747a => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:24.165 7 INFO neutron.services.segments.plugin [-] Segment ff90e3dc-7cfc-44ba-97db-9329ab65085d resource provider aggregate not found 2026-04-17 06:54:24.169 7 INFO neutron.services.segments.plugin [-] Segment ff90e3dc-7cfc-44ba-97db-9329ab65085d resource provider aggregate not found 2026-04-17 06:54:24.198 7 INFO neutron.db.l3_hamode_db [None req-e2e4770f-aa9c-445f-a3a8-cd14413c3e3f c8abc52c5f9f4f30ababc6048d70c47f 6d420844a47a4c3ea28a1291e3f9badc - - default default] HA network ab609cd2-c625-45b6-9924-8ba0fb275535 was deleted as no HA routers are present in tenant 6d420844a47a4c3ea28a1291e3f9badc. [pid: 7|app: 0|req: 715/1390] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:23 2026] DELETE /v2.0/routers/202c9b71-94c2-439c-aeb9-5854274f4c36 => generated 0 bytes in 451 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:24.217 7 INFO neutron.services.segments.plugin [-] Segment ff90e3dc-7cfc-44ba-97db-9329ab65085d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff90e3dc-7cfc-44ba-97db-9329ab65085d found for delete ", "request_id": "req-275e4a0c-f5e1-4671-b078-4abe5b2f38e7"}]} 2026-04-17 06:54:24.225 7 INFO neutron.services.segments.plugin [-] Segment ff90e3dc-7cfc-44ba-97db-9329ab65085d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff90e3dc-7cfc-44ba-97db-9329ab65085d found for delete ", "request_id": "req-fa67cc53-c6e5-4ecd-9d1a-5c156a2340a8"}]} [pid: 8|app: 0|req: 676/1391] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:24 2026] DELETE /v2.0/subnets/0127ca7a-566b-403e-b097-55e96036bc85 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:24.310 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1d65276-4525-4ecf-b258-8627e1b14a94 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] TaaS: Handle Delete Port: 9ab25fec-e516-4a7d-b1c9-2ebdb90da759 2026-04-17 06:54:24.312 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1d65276-4525-4ecf-b258-8627e1b14a94 7fa095fe1e1a4b43b2c04bb202ddf70d 952337b4a9f3401897ef13ca791aa920 - - default default] Tap Mirror: Handle Delete Port: 9ab25fec-e516-4a7d-b1c9-2ebdb90da759 [pid: 8|app: 0|req: 677/1392] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:24 2026] DELETE /v2.0/networks/2c07859d-6fea-4cbc-a30e-50e19e368949 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1393] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:54:24 2026] DELETE /v2.0/ports/9ab25fec-e516-4a7d-b1c9-2ebdb90da759 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:24.453 7 INFO neutron.db.segments_db [None req-470b6708-872e-43e2-85d0-00c25747186c a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Added segment 6b541d2d-64d0-456d-93a5-9944bb7e8ce1 of type vxlan for network 6a7d97c9-8c5e-4c00-a8e3-92d98854b1c5 [pid: 8|app: 0|req: 678/1394] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:24 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1014 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1395] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:54:24 2026] POST /v2.0/networks => generated 610 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1396] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:24 2026] DELETE /v2.0/networks/e002854b-8b64-47cb-ad01-6f8f89f766de => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1397] 10.0.0.21 () {34 vars in 1119 bytes} [Fri Apr 17 06:54:24 2026] GET /v2.0/security-groups?id=93ec0c14-1451-49e2-980f-04e4baa373b2&id=49c80fe0-5c1f-4a7c-a5ac-77c53feb385a&fields=id&fields=name => generated 205 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1398] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:24 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1014 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1399] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:24 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:24.826 8 INFO neutron.db.segments_db [None req-8c0f69ea-f3ef-409f-ab78-79684b4f01f5 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Added segment 65582caf-dc79-4f19-9eed-d14d1ba65555 of type vxlan for network 3511363b-bbe9-4da2-b542-507d1c2cdc43 2026-04-17 06:54:25.088 8 INFO neutron.db.l3_hamode_db [None req-8c0f69ea-f3ef-409f-ab78-79684b4f01f5 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:54:25.097 7 INFO neutron.db.l3_db [None req-7ccc5084-ad53-40cf-bbab-2e7c48117f3f 3a81ff48e0c34403b03775bfcee0c6dc 988e4872bc414a2bb9594fc2a25f4944 - - default default] Floating IP 085e2da6-54d6-4895-8a33-305a543c13b9 associated. External IP: 10.96.250.215, port: 612c2734-c531-4cff-8f7c-a1eaf486ef82. 2026-04-17 06:54:25.204 8 INFO neutron.db.l3_hamode_db [None req-8c0f69ea-f3ef-409f-ab78-79684b4f01f5 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 720/1400] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:54:24 2026] PUT /v2.0/floatingips/085e2da6-54d6-4895-8a33-305a543c13b9 => generated 856 bytes in 675 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:25.461 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-785439fc-3061-4ce1-a593-d2cf25b0e69a'] response: {'name': 'network-changed', 'server_uuid': 'ca1be62a-8aa3-4b9d-a89d-b9976ab34320', 'tag': '612c2734-c531-4cff-8f7c-a1eaf486ef82', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 681/1401] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:24 2026] POST /v2.0/routers => generated 506 bytes in 936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1402] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:25 2026] GET /v2.0/security-groups?tenant_id=de6dea210fcf4c6a967b2919935ea92b&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1403] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:25 2026] GET /v2.0/security-groups?tenant_id=952337b4a9f3401897ef13ca791aa920&name=default => generated 2925 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1404] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:25 2026] DELETE /v2.0/security-groups/8037a546-486b-4d07-bb6f-3469954b92bf => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1405] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:25 2026] DELETE /v2.0/security-groups/336bff6b-e8a5-4dde-973b-703bac375696 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1406] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:54:25 2026] GET /v2.0/ports?tenant_id=988e4872bc414a2bb9594fc2a25f4944&device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1283 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:26.108 8 INFO neutron.services.segments.plugin [-] Segment e6fb63f9-bb1a-48fa-9303-b519051f27d0 resource provider aggregate not found 2026-04-17 06:54:26.114 8 INFO neutron.services.segments.plugin [-] Segment e6fb63f9-bb1a-48fa-9303-b519051f27d0 resource provider aggregate not found 2026-04-17 06:54:26.129 8 INFO neutron.services.segments.plugin [-] Segment e6fb63f9-bb1a-48fa-9303-b519051f27d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6fb63f9-bb1a-48fa-9303-b519051f27d0 found for delete ", "request_id": "req-47579181-1ba0-4039-8d8c-91186e6f1eb3"}]} 2026-04-17 06:54:26.137 8 INFO neutron.services.segments.plugin [-] Segment e6fb63f9-bb1a-48fa-9303-b519051f27d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6fb63f9-bb1a-48fa-9303-b519051f27d0 found for delete ", "request_id": "req-0ee3c77b-2622-40fe-953f-82e8a17365ee"}]} 2026-04-17 06:54:26.151 8 INFO neutron.services.segments.plugin [-] Segment 0b21a6aa-fbfc-4027-a08c-bbb97124036d resource provider aggregate not found 2026-04-17 06:54:26.160 8 INFO neutron.services.segments.plugin [-] Segment 0b21a6aa-fbfc-4027-a08c-bbb97124036d resource provider aggregate not found 2026-04-17 06:54:26.174 8 INFO neutron.services.segments.plugin [-] Segment 0b21a6aa-fbfc-4027-a08c-bbb97124036d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b21a6aa-fbfc-4027-a08c-bbb97124036d found for delete ", "request_id": "req-6dc09957-c579-4511-b0fb-02a0e0156731"}]} 2026-04-17 06:54:26.178 8 INFO neutron.services.segments.plugin [-] Segment 0b21a6aa-fbfc-4027-a08c-bbb97124036d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b21a6aa-fbfc-4027-a08c-bbb97124036d found for delete ", "request_id": "req-bf836ca9-8c89-427a-97c2-d4bb0d10a0ac"}]} [pid: 8|app: 0|req: 686/1407] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:26 2026] GET /v2.0/security-groups?tenant_id=6d420844a47a4c3ea28a1291e3f9badc&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1408] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:54:26 2026] GET /v2.0/networks?id=5ebcf89d-099f-469a-a4d0-215c79e002bf => generated 767 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1409] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:26 2026] DELETE /v2.0/security-groups/57f1f86d-c0fb-47b3-948c-25b3a272c6bb => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1410] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:54:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=612c2734-c531-4cff-8f7c-a1eaf486ef82 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1411] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:54:26 2026] GET /v2.0/subnets?id=73aae655-61d9-4403-a4d8-e0d0682729d3 => generated 689 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1412] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:54:26 2026] GET /v2.0/ports?network_id=5ebcf89d-099f-469a-a4d0-215c79e002bf&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1413] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:54:26 2026] GET /v2.0/networks/5ebcf89d-099f-469a-a4d0-215c79e002bf?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1414] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:54:26 2026] GET /v2.0/networks/5ebcf89d-099f-469a-a4d0-215c79e002bf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1415] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:26 2026] GET /v2.0/security-groups?tenant_id=d1170265646a4a1ca5a600368559aeac&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1416] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:26 2026] DELETE /v2.0/security-groups/cc2b2369-f520-488b-afdf-a5b7ad82ab45 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1417] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:54:25 2026] PUT /v2.0/routers/c6712fae-2811-4c37-bf72-1a155fb6f7a2/add_router_interface => generated 309 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1418] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:54:26 2026] GET /v2.0/ports/c76f3f22-73de-460a-8ff1-daf30b0deb9a => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:27.263 7 INFO neutron_taas.services.taas.taas_plugin [None req-98c94921-9615-418b-85b4-5be668c996a1 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] TaaS: Handle Delete Port: c76f3f22-73de-460a-8ff1-daf30b0deb9a 2026-04-17 06:54:27.266 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98c94921-9615-418b-85b4-5be668c996a1 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Tap Mirror: Handle Delete Port: c76f3f22-73de-460a-8ff1-daf30b0deb9a [pid: 7|app: 0|req: 723/1419] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:54:26 2026] PUT /v2.0/routers/c6712fae-2811-4c37-bf72-1a155fb6f7a2/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1420] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:27 2026] GET /v2.0/ports?device_id=c6712fae-2811-4c37-bf72-1a155fb6f7a2 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:27.907 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ed26756-cd11-40c2-b29f-7866ee1951f8 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] TaaS: Handle Delete Port: 7716922c-a7b9-4225-ae90-ce04dd2aa430 2026-04-17 06:54:27.910 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ed26756-cd11-40c2-b29f-7866ee1951f8 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Tap Mirror: Handle Delete Port: 7716922c-a7b9-4225-ae90-ce04dd2aa430 [pid: 8|app: 0|req: 698/1421] 10.0.0.142 () {34 vars in 684 bytes} [Fri Apr 17 06:54:27 2026] POST /v2.0/security-groups => generated 1625 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1422] 10.0.0.142 () {32 vars in 663 bytes} [Fri Apr 17 06:54:28 2026] GET /v2.0/security-groups => generated 4530 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:28.266 7 INFO neutron.services.segments.plugin [-] Segment 65582caf-dc79-4f19-9eed-d14d1ba65555 resource provider aggregate not found 2026-04-17 06:54:28.272 7 INFO neutron.services.segments.plugin [-] Segment 65582caf-dc79-4f19-9eed-d14d1ba65555 resource provider aggregate not found 2026-04-17 06:54:28.285 7 INFO neutron.services.segments.plugin [-] Segment 65582caf-dc79-4f19-9eed-d14d1ba65555 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65582caf-dc79-4f19-9eed-d14d1ba65555 found for delete ", "request_id": "req-6e8c48a3-b8e9-4a0c-b952-db5cf95f3bfc"}]} 2026-04-17 06:54:28.294 7 INFO neutron.services.segments.plugin [-] Segment 65582caf-dc79-4f19-9eed-d14d1ba65555 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65582caf-dc79-4f19-9eed-d14d1ba65555 found for delete ", "request_id": "req-3fa2a028-bbb7-428e-b2a4-6a0ba636a07e"}]} 2026-04-17 06:54:28.307 7 INFO neutron.db.l3_hamode_db [None req-5ed26756-cd11-40c2-b29f-7866ee1951f8 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] HA network 3511363b-bbe9-4da2-b542-507d1c2cdc43 was deleted as no HA routers are present in tenant 38ebe6f8c76c4418ba6ef91e33d8f11d. [pid: 7|app: 0|req: 724/1423] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:27 2026] DELETE /v2.0/routers/c6712fae-2811-4c37-bf72-1a155fb6f7a2 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1424] 10.0.0.142 () {34 vars in 758 bytes} [Fri Apr 17 06:54:28 2026] PUT /v2.0/security-groups/cb2db93d-d80c-4dbe-a556-43f45790404e => generated 1662 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1425] 10.0.0.142 () {32 vars in 737 bytes} [Fri Apr 17 06:54:28 2026] GET /v2.0/security-groups/cb2db93d-d80c-4dbe-a556-43f45790404e => generated 1662 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1426] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:28 2026] DELETE /v2.0/subnets/c3da98b9-739e-49ab-9e2b-a4c573bcffc1 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1427] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:28 2026] DELETE /v2.0/security-groups/cb2db93d-d80c-4dbe-a556-43f45790404e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1428] 10.0.0.142 () {32 vars in 663 bytes} [Fri Apr 17 06:54:28 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:28.484 8 INFO neutron.api.v2.resource [None req-13735db7-e97b-47e7-bb2c-fd547e1fee6f 22f135fe8b35415f91fdf5666b4b16d7 e3bf43e2cb9e4edfaa576e47d717cb99 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 704/1429] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:28 2026] DELETE /v2.0/security-groups/cb2db93d-d80c-4dbe-a556-43f45790404e => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:28.534 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea4947a1-b96c-4f4a-9ebf-b0118734fc85 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] TaaS: Handle Delete Port: 82146d9a-6688-4ee5-b10b-d43f78bcfd0d 2026-04-17 06:54:28.537 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea4947a1-b96c-4f4a-9ebf-b0118734fc85 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Tap Mirror: Handle Delete Port: 82146d9a-6688-4ee5-b10b-d43f78bcfd0d [pid: 8|app: 0|req: 705/1430] 10.0.0.142 () {34 vars in 684 bytes} [Fri Apr 17 06:54:28 2026] POST /v2.0/security-groups => generated 1625 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1431] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:28 2026] DELETE /v2.0/networks/6a7d97c9-8c5e-4c00-a8e3-92d98854b1c5 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:28.762 7 INFO neutron.db.segments_db [None req-d948374e-5501-4eda-a82a-e4b5b0024dfa a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Added segment 15cdecc1-84fa-4633-8bda-fb46243a8ad6 of type vxlan for network ef776d3c-2544-4fa9-ae8a-b6c2bcd4e809 [pid: 8|app: 0|req: 706/1432] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1433] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:54:28 2026] GET /v2.0/security-group-rules/e2d7edad-5f25-4fa4-a020-1859b0763f42 => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1434] 10.0.0.142 () {32 vars in 673 bytes} [Fri Apr 17 06:54:28 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: 8|app: 0|req: 709/1435] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 06:54:28 2026] DELETE /v2.0/security-group-rules/e2d7edad-5f25-4fa4-a020-1859b0763f42 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:29.000 7 INFO neutron.db.l3_hamode_db [None req-d948374e-5501-4eda-a82a-e4b5b0024dfa a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 710/1436] 10.0.0.142 () {32 vars in 673 bytes} [Fri Apr 17 06:54:28 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1437] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1438] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:54:29 2026] GET /v2.0/security-group-rules/1db405ed-7379-4713-a607-7d4f2c22b1f0 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1439] 10.0.0.142 () {32 vars in 673 bytes} [Fri Apr 17 06:54:29 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1440] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 06:54:29 2026] DELETE /v2.0/security-group-rules/1db405ed-7379-4713-a607-7d4f2c22b1f0 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1443] 10.0.0.142 () {32 vars in 673 bytes} [Fri Apr 17 06:54:29 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:29.403 8 INFO neutron.db.securitygroups_db [None req-438b20a9-d0a0-46b5-a0d9-778b8bcacb47 22f135fe8b35415f91fdf5666b4b16d7 e3bf43e2cb9e4edfaa576e47d717cb99 - - default default] Project e3bf43e2cb9e4edfaa576e47d717cb99 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 718/1444] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:29 2026] POST /v2.0/security-group-rules => generated 607 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1445] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:54:29 2026] GET /v2.0/security-group-rules/c5facf24-c2ad-4591-a514-71c8ef87f8c0 => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1446] 10.0.0.142 () {32 vars in 673 bytes} [Fri Apr 17 06:54:29 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1447] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 06:54:29 2026] DELETE /v2.0/security-group-rules/c5facf24-c2ad-4591-a514-71c8ef87f8c0 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1448] 10.0.0.142 () {32 vars in 673 bytes} [Fri Apr 17 06:54:29 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1449] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:29 2026] DELETE /v2.0/security-groups/ddbf0573-a066-459a-a9fd-5d9c5465be24 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:29.787 7 INFO neutron.db.l3_hamode_db [None req-d948374e-5501-4eda-a82a-e4b5b0024dfa a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 724/1450] 10.0.0.142 () {32 vars in 663 bytes} [Fri Apr 17 06:54:29 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1451] 10.0.0.142 () {32 vars in 663 bytes} [Fri Apr 17 06:54:29 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:30.309 7 INFO neutron.services.segments.plugin [-] Segment 6b541d2d-64d0-456d-93a5-9944bb7e8ce1 resource provider aggregate not found 2026-04-17 06:54:30.327 7 INFO neutron.services.segments.plugin [-] Segment 6b541d2d-64d0-456d-93a5-9944bb7e8ce1 resource provider aggregate not found 2026-04-17 06:54:30.335 7 INFO neutron.services.segments.plugin [-] Segment 6b541d2d-64d0-456d-93a5-9944bb7e8ce1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b541d2d-64d0-456d-93a5-9944bb7e8ce1 found for delete ", "request_id": "req-81cf0047-673d-4968-87d2-3ff1cfab91ff"}]} 2026-04-17 06:54:30.346 7 INFO neutron.services.segments.plugin [-] Segment 6b541d2d-64d0-456d-93a5-9944bb7e8ce1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b541d2d-64d0-456d-93a5-9944bb7e8ce1 found for delete ", "request_id": "req-01c8d3ab-522a-4cd3-b060-f91beb91f763"}]} [pid: 8|app: 0|req: 726/1452] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:54:29 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) [pid: 8|app: 0|req: 727/1453] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:30 2026] GET /v2.0/security-groups?tenant_id=e3bf43e2cb9e4edfaa576e47d717cb99&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1454] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:28 2026] POST /v2.0/routers => generated 687 bytes in 1928 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1455] 10.0.0.142 () {34 vars in 759 bytes} [Fri Apr 17 06:54:30 2026] PUT /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1456] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 06:54:30 2026] GET /v2.0/routers/556be075-98b9-4364-a4c7-02afe48b3dac => generated 693 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1457] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:30 2026] DELETE /v2.0/security-groups/d7b4ec93-c215-4b7b-aca3-157db405fde0 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1458] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:54:30 2026] GET /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1459] 10.0.0.142 () {32 vars in 647 bytes} [Fri Apr 17 06:54:30 2026] GET /v2.0/routers => generated 696 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1460] 10.0.0.142 () {34 vars in 770 bytes} [Fri Apr 17 06:54:30 2026] PUT /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1461] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:54:30 2026] GET /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1462] 10.0.0.142 () {34 vars in 766 bytes} [Fri Apr 17 06:54:30 2026] PUT /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1463] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:54:30 2026] GET /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1464] 10.0.0.142 () {34 vars in 788 bytes} [Fri Apr 17 06:54:30 2026] PUT /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1465] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:54:31 2026] GET /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1466] 10.0.0.142 () {34 vars in 759 bytes} [Fri Apr 17 06:54:31 2026] PUT /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1467] 10.0.0.142 () {34 vars in 741 bytes} [Fri Apr 17 06:54:30 2026] PUT /v2.0/routers/556be075-98b9-4364-a4c7-02afe48b3dac => generated 700 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1468] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:54:31 2026] GET /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1469] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:54:31 2026] GET /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1470] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 06:54:31 2026] GET /v2.0/routers/556be075-98b9-4364-a4c7-02afe48b3dac => generated 700 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:31.224 8 INFO neutron.api.v2.resource [None req-e5805b66-0ba3-4424-ae3c-2b34e603cc8e f0b41ab4644843e49f16e09a8b481049 b58bfc85b7d4455d8e1460fd684788fc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 740/1471] 10.0.0.142 () {32 vars in 751 bytes} [Fri Apr 17 06:54:31 2026] GET /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1472] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:31 2026] GET /v2.0/ports?device_id=556be075-98b9-4364-a4c7-02afe48b3dac => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1473] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 06:54:31 2026] DELETE /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1474] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:54:31 2026] GET /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:31.371 8 INFO neutron.api.v2.resource [None req-e28e7ef6-e3d4-4fb8-9636-17f318911ee0 f0b41ab4644843e49f16e09a8b481049 b58bfc85b7d4455d8e1460fd684788fc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 743/1475] 10.0.0.142 () {32 vars in 754 bytes} [Fri Apr 17 06:54:31 2026] DELETE /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1476] 10.0.0.142 () {32 vars in 742 bytes} [Fri Apr 17 06:54:31 2026] DELETE /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:31.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-99427405-ed77-4846-b455-d6bb70b6c605 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] TaaS: Handle Delete Port: ba8072e0-23f1-4d1b-b4bd-5e2a97deeb0f 2026-04-17 06:54:31.444 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99427405-ed77-4846-b455-d6bb70b6c605 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Tap Mirror: Handle Delete Port: ba8072e0-23f1-4d1b-b4bd-5e2a97deeb0f [pid: 8|app: 0|req: 745/1477] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:54:31 2026] GET /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:31.562 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec35afc9-3b0d-4393-a0b8-247995831c9d f0b41ab4644843e49f16e09a8b481049 b58bfc85b7d4455d8e1460fd684788fc - - default default] TaaS: Handle Delete Port: 923de2f8-ebce-4ecb-a794-f5644712f841 2026-04-17 06:54:31.565 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec35afc9-3b0d-4393-a0b8-247995831c9d f0b41ab4644843e49f16e09a8b481049 b58bfc85b7d4455d8e1460fd684788fc - - default default] Tap Mirror: Handle Delete Port: 923de2f8-ebce-4ecb-a794-f5644712f841 2026-04-17 06:54:31.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-99427405-ed77-4846-b455-d6bb70b6c605 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] TaaS: Handle Delete Port: 856f4e0e-70ce-48b3-81b7-df8eb8973a14 2026-04-17 06:54:31.671 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99427405-ed77-4846-b455-d6bb70b6c605 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] Tap Mirror: Handle Delete Port: 856f4e0e-70ce-48b3-81b7-df8eb8973a14 [pid: 8|app: 0|req: 746/1478] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:54:31 2026] DELETE /v2.0/floatingips/51515aa1-e2ec-4d76-a94f-6cd760694f07 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:32.009 7 INFO neutron.db.l3_hamode_db [None req-99427405-ed77-4846-b455-d6bb70b6c605 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] HA network ef776d3c-2544-4fa9-ae8a-b6c2bcd4e809 was deleted as no HA routers are present in tenant 38ebe6f8c76c4418ba6ef91e33d8f11d. [pid: 7|app: 0|req: 733/1479] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:31 2026] DELETE /v2.0/routers/556be075-98b9-4364-a4c7-02afe48b3dac => generated 0 bytes in 773 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1480] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:32 2026] GET /v2.0/ports?device_id=556be075-98b9-4364-a4c7-02afe48b3dac => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:32.066 7 INFO neutron.api.v2.resource [None req-cf9276ff-804b-4feb-83e7-d29b4cc1f005 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 734/1481] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:32 2026] DELETE /v2.0/routers/556be075-98b9-4364-a4c7-02afe48b3dac => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1482] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:32 2026] GET /v2.0/ports?device_id=c6712fae-2811-4c37-bf72-1a155fb6f7a2 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:32.117 7 INFO neutron.api.v2.resource [None req-9fb037b3-4eaf-4c66-869b-344af4a5dc10 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 735/1483] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:32 2026] DELETE /v2.0/routers/c6712fae-2811-4c37-bf72-1a155fb6f7a2 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:32.138 8 INFO neutron.pecan_wsgi.hooks.translation [None req-71a13610-c9a5-4915-97a2-e2abe0f8598c a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 749/1484] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:32 2026] DELETE /v2.0/subnets/c3da98b9-739e-49ab-9e2b-a4c573bcffc1 => 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: 736/1485] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:32 2026] GET /v2.0/ports?device_id=7fb19f50-8679-493f-8889-3895f3935753 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:32.189 8 INFO neutron.api.v2.resource [None req-e1c623a5-874a-4342-adfd-91b174dcb9af a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 750/1486] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:32 2026] DELETE /v2.0/routers/7fb19f50-8679-493f-8889-3895f3935753 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:32.208 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d971bd75-e2b5-414e-b452-4cbfb736644e a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 737/1487] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:32 2026] DELETE /v2.0/subnets/0127ca7a-566b-403e-b097-55e96036bc85 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1488] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:32 2026] GET /v2.0/ports?device_id=7b63a267-86d8-4de6-b2cc-3313735ff5c5 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:32.253 7 INFO neutron.api.v2.resource [None req-98652203-98ca-4fe7-b9cf-4711adb517f6 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 738/1489] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:32 2026] DELETE /v2.0/routers/7b63a267-86d8-4de6-b2cc-3313735ff5c5 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:32.272 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc244cfc-3625-4564-8ae2-73a5926a3913 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 752/1490] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:32 2026] DELETE /v2.0/subnets/faff99cf-e46f-4327-989f-77242cddbdd5 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:32.292 7 INFO neutron.pecan_wsgi.hooks.translation [None req-80709f8c-2c0b-4e35-89b9-3c4f8f1eec17 a77f1f4b411f4ce79effccff84da4ce6 38ebe6f8c76c4418ba6ef91e33d8f11d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 739/1491] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:32 2026] DELETE /v2.0/subnets/a1556a67-fc8a-4efa-bf4a-df1bcf66e092 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:32.350 7 INFO neutron.services.segments.plugin [-] Segment 15cdecc1-84fa-4633-8bda-fb46243a8ad6 resource provider aggregate not found 2026-04-17 06:54:32.364 7 INFO neutron.services.segments.plugin [-] Segment 15cdecc1-84fa-4633-8bda-fb46243a8ad6 resource provider aggregate not found 2026-04-17 06:54:32.369 7 INFO neutron.services.segments.plugin [-] Segment 15cdecc1-84fa-4633-8bda-fb46243a8ad6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15cdecc1-84fa-4633-8bda-fb46243a8ad6 found for delete ", "request_id": "req-75f8b3ce-7bc0-491c-88f1-3b6a43563375"}]} 2026-04-17 06:54:32.378 7 INFO neutron.services.segments.plugin [-] Segment 15cdecc1-84fa-4633-8bda-fb46243a8ad6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15cdecc1-84fa-4633-8bda-fb46243a8ad6 found for delete ", "request_id": "req-67e952c7-8228-4db1-9e99-7f29a87939a2"}]} [pid: 8|app: 0|req: 753/1492] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:32 2026] GET /v2.0/security-groups?tenant_id=5aedeada3bdb453d8d765c0277386b49&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1493] 10.0.0.142 () {34 vars in 677 bytes} [Fri Apr 17 06:54:32 2026] POST /v2.0/subnetpools => generated 549 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1494] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:32 2026] DELETE /v2.0/security-groups/ff129703-3305-4b53-98f4-f4cbb709b301 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1495] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:54:32 2026] GET /v2.0/subnetpools/d70709a0-6739-4eb1-8988-d698549f3e8f => generated 549 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1496] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:54:32 2026] PUT /v2.0/subnetpools/d70709a0-6739-4eb1-8988-d698549f3e8f => generated 500 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1497] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:54:32 2026] DELETE /v2.0/subnetpools/d70709a0-6739-4eb1-8988-d698549f3e8f => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:32.763 7 INFO neutron.api.v2.resource [None req-fa2a068a-8e13-4738-a442-3b2c7f48af5a 9b964b247d9f4be68e4b9baf63e5fd70 d12a7f652e744a91a86210d7bf95e550 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 743/1498] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:54:32 2026] GET /v2.0/subnetpools/d70709a0-6739-4eb1-8988-d698549f3e8f => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:32.778 7 INFO neutron.api.v2.resource [None req-5d971dd4-6586-4ad7-ad3b-343dc6457111 9b964b247d9f4be68e4b9baf63e5fd70 d12a7f652e744a91a86210d7bf95e550 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 744/1499] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:54:32 2026] DELETE /v2.0/subnetpools/d70709a0-6739-4eb1-8988-d698549f3e8f => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1500] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:32 2026] GET /v2.0/security-groups?tenant_id=b58bfc85b7d4455d8e1460fd684788fc&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1501] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:32 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1014 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1502] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:32 2026] GET /v2.0/security-groups?tenant_id=38ebe6f8c76c4418ba6ef91e33d8f11d&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1503] 10.0.0.21 () {34 vars in 1119 bytes} [Fri Apr 17 06:54:32 2026] GET /v2.0/security-groups?id=93ec0c14-1451-49e2-980f-04e4baa373b2&id=49c80fe0-5c1f-4a7c-a5ac-77c53feb385a&fields=id&fields=name => generated 205 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1504] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:32 2026] DELETE /v2.0/security-groups/2b008bc7-59e8-4b09-8b29-b9f9235ca017 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1505] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:32 2026] DELETE /v2.0/security-groups/192eec16-065e-4cb6-981e-706933bcb747 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1506] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:33 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1283 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1507] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:33 2026] GET /v2.0/security-groups?tenant_id=d12a7f652e744a91a86210d7bf95e550&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1508] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:33 2026] DELETE /v2.0/security-groups/104bc0e1-576e-4853-889f-fa2ffddf3154 => 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: 748/1509] 10.0.0.142 () {32 vars in 858 bytes} [Fri Apr 17 06:54:33 2026] GET /v2.0/floatingips?floating_network_id=117c5f89-ecd9-4939-bfa3-48289e120040&port_id=612c2734-c531-4cff-8f7c-a1eaf486ef82 => generated 861 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1510] 10.0.0.7 () {34 vars in 988 bytes} [Fri Apr 17 06:54:34 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1283 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1511] 10.0.0.7 () {34 vars in 1118 bytes} [Fri Apr 17 06:54:34 2026] GET /v2.0/security-groups?id=49c80fe0-5c1f-4a7c-a5ac-77c53feb385a&id=93ec0c14-1451-49e2-980f-04e4baa373b2&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1512] 10.0.0.142 () {34 vars in 684 bytes} [Fri Apr 17 06:54:34 2026] POST /v2.0/security-groups => generated 1625 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1513] 10.0.0.142 () {32 vars in 663 bytes} [Fri Apr 17 06:54:35 2026] GET /v2.0/security-groups => generated 4530 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1514] 10.0.0.142 () {34 vars in 758 bytes} [Fri Apr 17 06:54:35 2026] PUT /v2.0/security-groups/e7629244-a4b0-4339-9c4b-cc5557e74f3d => generated 1662 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1515] 10.0.0.142 () {32 vars in 737 bytes} [Fri Apr 17 06:54:35 2026] GET /v2.0/security-groups/e7629244-a4b0-4339-9c4b-cc5557e74f3d => generated 1662 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1516] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:35 2026] DELETE /v2.0/security-groups/e7629244-a4b0-4339-9c4b-cc5557e74f3d => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1517] 10.0.0.142 () {32 vars in 663 bytes} [Fri Apr 17 06:54:35 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:35.315 8 INFO neutron.api.v2.resource [None req-052b0a90-1730-4332-812d-7f57a6afd4f8 b6da690bf5ce446c92097450c673f675 3e271f37fad54e8693b80eab048b203f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 766/1518] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:35 2026] DELETE /v2.0/security-groups/e7629244-a4b0-4339-9c4b-cc5557e74f3d => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1519] 10.0.0.142 () {32 vars in 623 bytes} [Fri Apr 17 06:54:35 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1520] 10.0.0.142 () {34 vars in 684 bytes} [Fri Apr 17 06:54:35 2026] POST /v2.0/security-groups => generated 1625 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1521] 10.0.0.142 () {32 vars in 633 bytes} [Fri Apr 17 06:54:35 2026] GET /v2.0/ => generated 632 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1522] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1523] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:54:35 2026] GET /v2.0/security-group-rules/9fbfe886-0d75-488f-893a-50498c5a6f86 => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1524] 10.0.0.142 () {32 vars in 673 bytes} [Fri Apr 17 06:54:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1525] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 06:54:35 2026] DELETE /v2.0/security-group-rules/9fbfe886-0d75-488f-893a-50498c5a6f86 => 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: 756/1526] 10.0.0.142 () {32 vars in 673 bytes} [Fri Apr 17 06:54:35 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: 8|app: 0|req: 771/1527] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1528] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:54:35 2026] GET /v2.0/security-group-rules/e4c09eeb-c698-4ed1-b8f8-46df000ea5ef => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1529] 10.0.0.142 () {32 vars in 673 bytes} [Fri Apr 17 06:54:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1530] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 06:54:35 2026] DELETE /v2.0/security-group-rules/e4c09eeb-c698-4ed1-b8f8-46df000ea5ef => 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: 760/1531] 10.0.0.142 () {32 vars in 673 bytes} [Fri Apr 17 06:54:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1532] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:35 2026] GET /v2.0/security-groups?tenant_id=96e6eecc74c240449c53d82893f96f67&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1533] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1534] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:54:36 2026] GET /v2.0/security-group-rules/7e2e5289-fb98-4f4d-93e7-5c0496cf8b39 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1535] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:36 2026] DELETE /v2.0/security-groups/e5f02757-a717-4029-8f34-87513fe303af => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1536] 10.0.0.142 () {32 vars in 673 bytes} [Fri Apr 17 06:54:36 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1537] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 06:54:36 2026] DELETE /v2.0/security-group-rules/7e2e5289-fb98-4f4d-93e7-5c0496cf8b39 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1538] 10.0.0.142 () {32 vars in 673 bytes} [Fri Apr 17 06:54:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1539] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:36 2026] DELETE /v2.0/security-groups/9ba1a25c-a170-403f-94dc-2916db482879 => 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: 765/1540] 10.0.0.142 () {32 vars in 663 bytes} [Fri Apr 17 06:54:36 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: 766/1541] 10.0.0.142 () {32 vars in 663 bytes} [Fri Apr 17 06:54:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1542] 10.0.0.142 () {34 vars in 678 bytes} [Fri Apr 17 06:54:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1543] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:54:36 2026] PUT /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1544] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:54:36 2026] GET /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1545] 10.0.0.142 () {34 vars in 764 bytes} [Fri Apr 17 06:54:36 2026] PUT /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1546] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:54:36 2026] GET /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1547] 10.0.0.142 () {34 vars in 760 bytes} [Fri Apr 17 06:54:36 2026] PUT /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1548] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:54:36 2026] GET /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1549] 10.0.0.142 () {34 vars in 782 bytes} [Fri Apr 17 06:54:36 2026] PUT /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1550] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:36 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1014 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1551] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:54:36 2026] GET /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1552] 10.0.0.21 () {34 vars in 1119 bytes} [Fri Apr 17 06:54:36 2026] GET /v2.0/security-groups?id=93ec0c14-1451-49e2-980f-04e4baa373b2&id=49c80fe0-5c1f-4a7c-a5ac-77c53feb385a&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1553] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:54:36 2026] PUT /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1554] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:54:37 2026] GET /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1555] 10.0.0.142 () {32 vars in 741 bytes} [Fri Apr 17 06:54:37 2026] GET /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:37.111 8 INFO neutron.api.v2.resource [None req-841828c5-2aff-4c55-a58c-e6ee821d6c77 15b7c299549d465da5a16437abc50e0a e4439d635d6e42cd9b4c11f7a43e728c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 785/1556] 10.0.0.142 () {32 vars in 745 bytes} [Fri Apr 17 06:54:37 2026] GET /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1557] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:37 2026] GET /v2.0/security-groups?tenant_id=3e271f37fad54e8693b80eab048b203f&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1558] 10.0.0.142 () {32 vars in 744 bytes} [Fri Apr 17 06:54:37 2026] DELETE /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1559] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:54:37 2026] GET /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1560] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:37 2026] DELETE /v2.0/security-groups/783170b6-5124-4139-9887-07f94ea542eb => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:37.231 8 INFO neutron.api.v2.resource [None req-eb463514-42bf-432f-8bcd-1cd03f2a3f65 15b7c299549d465da5a16437abc50e0a e4439d635d6e42cd9b4c11f7a43e728c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 788/1561] 10.0.0.142 () {32 vars in 748 bytes} [Fri Apr 17 06:54:37 2026] DELETE /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1562] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:54:37 2026] DELETE /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1563] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:54:37 2026] GET /v2.0/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1564] 10.0.0.142 () {32 vars in 734 bytes} [Fri Apr 17 06:54:37 2026] DELETE /v2.0/qos/policies/ae64309f-78c4-4e5a-9fb4-e60b9a25cc67 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1565] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:38 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1566] 10.0.0.21 () {34 vars in 1119 bytes} [Fri Apr 17 06:54:38 2026] GET /v2.0/security-groups?id=93ec0c14-1451-49e2-980f-04e4baa373b2&id=49c80fe0-5c1f-4a7c-a5ac-77c53feb385a&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1567] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:37 2026] GET /v2.0/security-groups?tenant_id=e4439d635d6e42cd9b4c11f7a43e728c&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1568] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:38 2026] DELETE /v2.0/security-groups/7ffa041c-8f76-4633-a877-aec0134a8733 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1569] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:38 2026] GET /v2.0/security-groups?tenant_id=cff4d77c5f3646658f2eace3c2ecb0e3&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: 779/1570] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:38 2026] DELETE /v2.0/security-groups/035b15ab-8d7c-43ee-94c6-e6c3ca4ef179 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1571] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:39 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1014 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1572] 10.0.0.21 () {34 vars in 1119 bytes} [Fri Apr 17 06:54:39 2026] GET /v2.0/security-groups?id=93ec0c14-1451-49e2-980f-04e4baa373b2&id=49c80fe0-5c1f-4a7c-a5ac-77c53feb385a&fields=id&fields=name => generated 205 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1573] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:54:39 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:39.527 7 INFO neutron_taas.services.taas.taas_plugin [req-44837e9c-0313-4a88-8840-b6b0b2d28e5b req-2b19f347-12f3-4956-9acf-608d0e4caa24 3a81ff48e0c34403b03775bfcee0c6dc 988e4872bc414a2bb9594fc2a25f4944 - - default default] TaaS: Handle Delete Port: 612c2734-c531-4cff-8f7c-a1eaf486ef82 2026-04-17 06:54:39.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-44837e9c-0313-4a88-8840-b6b0b2d28e5b req-2b19f347-12f3-4956-9acf-608d0e4caa24 3a81ff48e0c34403b03775bfcee0c6dc 988e4872bc414a2bb9594fc2a25f4944 - - default default] Tap Mirror: Handle Delete Port: 612c2734-c531-4cff-8f7c-a1eaf486ef82 2026-04-17 06:54:39.650 7 INFO neutron.db.l3_db [req-44837e9c-0313-4a88-8840-b6b0b2d28e5b req-2b19f347-12f3-4956-9acf-608d0e4caa24 3a81ff48e0c34403b03775bfcee0c6dc 988e4872bc414a2bb9594fc2a25f4944 - - default default] Floating IP 085e2da6-54d6-4895-8a33-305a543c13b9 disassociated. External IP: 10.96.250.215, port: 612c2734-c531-4cff-8f7c-a1eaf486ef82. [pid: 7|app: 0|req: 781/1574] 199.204.45.129 () {36 vars in 997 bytes} [Fri Apr 17 06:54:39 2026] DELETE /v2.0/ports/612c2734-c531-4cff-8f7c-a1eaf486ef82 => generated 0 bytes in 586 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:40.039 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-afd39968-b922-4a20-bfa6-d41c64b46998'] response: {'server_uuid': 'ca1be62a-8aa3-4b9d-a89d-b9976ab34320', 'name': 'network-vif-deleted', 'tag': '612c2734-c531-4cff-8f7c-a1eaf486ef82', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 794/1575] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:40 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => 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: 782/1576] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:40 2026] GET /v2.0/security-groups?tenant_id=affafd44770a450b9d84474357c3eed8&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1577] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:40 2026] DELETE /v2.0/security-groups/39fa01f1-c383-4c96-98ef-64cd2a713120 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1578] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:40 2026] GET /v2.0/security-groups?tenant_id=8ada7edc1f1c43ba925c6525190db926&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1579] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:40 2026] GET /v2.0/security-groups?tenant_id=673f594797d64955a413e5bc09f3e32b&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1580] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:41 2026] DELETE /v2.0/security-groups/34eb9ce9-270e-46c9-97a5-670bf6d1d4cb => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1581] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:41 2026] DELETE /v2.0/security-groups/00536bb7-e877-4189-96df-f93530651116 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1582] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:41 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:42.257 8 INFO neutron.db.segments_db [None req-16cd559d-d35f-46bb-9dce-93cded7b2d58 f33f1df0ca5a4461954ee04f95062486 da4de9247ae54e6b9c8711b3ee4c420c - - default default] Added segment 7f249c2f-81de-4e5a-921f-29627de1c71f of type vxlan for network 6430eb11-6116-4bd6-9792-157269e67ec5 [pid: 8|app: 0|req: 798/1583] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:54:42 2026] POST /v2.0/networks => generated 611 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:42.399 7 INFO neutron.db.segments_db [None req-208dabef-9205-45bf-9b52-ab316dbe8058 f33f1df0ca5a4461954ee04f95062486 da4de9247ae54e6b9c8711b3ee4c420c - - default default] Added segment 3843f1e0-997d-48ef-8552-4b80d6622245 of type vxlan for network dd00a728-7cd7-4ba9-ad2d-40524567e35e [pid: 7|app: 0|req: 786/1584] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:54:42 2026] POST /v2.0/networks => generated 613 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1585] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:54:42 2026] PUT /v2.0/networks/6430eb11-6116-4bd6-9792-157269e67ec5/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1586] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:54:42 2026] GET /v2.0/networks/6430eb11-6116-4bd6-9792-157269e67ec5/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1587] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:42 2026] GET /v2.0/ports?device_id=ca1be62a-8aa3-4b9d-a89d-b9976ab34320 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1588] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:54:42 2026] PUT /v2.0/networks/dd00a728-7cd7-4ba9-ad2d-40524567e35e/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1589] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:54:42 2026] GET /v2.0/networks/dd00a728-7cd7-4ba9-ad2d-40524567e35e/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1590] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:54:42 2026] PUT /v2.0/networks/dd00a728-7cd7-4ba9-ad2d-40524567e35e/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: 790/1591] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:54:42 2026] GET /v2.0/networks/dd00a728-7cd7-4ba9-ad2d-40524567e35e/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1592] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:54:42 2026] GET /v2.0/networks/6430eb11-6116-4bd6-9792-157269e67ec5/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:42.957 7 INFO neutron.services.segments.plugin [-] Segment 7f249c2f-81de-4e5a-921f-29627de1c71f resource provider aggregate not found 2026-04-17 06:54:42.963 7 INFO neutron.services.segments.plugin [-] Segment 7f249c2f-81de-4e5a-921f-29627de1c71f resource provider aggregate not found 2026-04-17 06:54:42.981 7 INFO neutron.services.segments.plugin [-] Segment 7f249c2f-81de-4e5a-921f-29627de1c71f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f249c2f-81de-4e5a-921f-29627de1c71f found for delete ", "request_id": "req-d13faa10-b254-40cd-a6f6-33848cd91c3f"}]} 2026-04-17 06:54:42.981 7 INFO neutron.services.segments.plugin [-] Segment 7f249c2f-81de-4e5a-921f-29627de1c71f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f249c2f-81de-4e5a-921f-29627de1c71f found for delete ", "request_id": "req-ade40724-1164-4126-90e9-f74be10f20fb"}]} [pid: 7|app: 0|req: 791/1593] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:42 2026] DELETE /v2.0/networks/6430eb11-6116-4bd6-9792-157269e67ec5 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:43.114 8 INFO neutron.services.segments.plugin [-] Segment 3843f1e0-997d-48ef-8552-4b80d6622245 resource provider aggregate not found 2026-04-17 06:54:43.121 8 INFO neutron.services.segments.plugin [-] Segment 3843f1e0-997d-48ef-8552-4b80d6622245 resource provider aggregate not found 2026-04-17 06:54:43.144 8 INFO neutron.services.segments.plugin [-] Segment 3843f1e0-997d-48ef-8552-4b80d6622245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3843f1e0-997d-48ef-8552-4b80d6622245 found for delete ", "request_id": "req-cc40e2d9-e81a-4a5c-8d93-4f7f79141a0a"}]} 2026-04-17 06:54:43.145 8 INFO neutron.services.segments.plugin [-] Segment 3843f1e0-997d-48ef-8552-4b80d6622245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3843f1e0-997d-48ef-8552-4b80d6622245 found for delete ", "request_id": "req-3a6e92b1-399c-49ab-81d7-effdc756f653"}]} [pid: 8|app: 0|req: 803/1594] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:43 2026] DELETE /v2.0/networks/dd00a728-7cd7-4ba9-ad2d-40524567e35e => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1595] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:43 2026] DELETE /v2.0/security-groups/49c80fe0-5c1f-4a7c-a5ac-77c53feb385a => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:43.902 7 INFO neutron.api.v2.resource [None req-a87ea967-0013-4e69-b091-2771276ae54a 3a81ff48e0c34403b03775bfcee0c6dc 988e4872bc414a2bb9594fc2a25f4944 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 793/1596] 10.0.0.142 () {32 vars in 737 bytes} [Fri Apr 17 06:54:43 2026] GET /v2.0/security-groups/49c80fe0-5c1f-4a7c-a5ac-77c53feb385a => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:43.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-98e978a6-6c1f-408e-8686-cbc537353f5c 3a81ff48e0c34403b03775bfcee0c6dc 988e4872bc414a2bb9594fc2a25f4944 - - default default] TaaS: Handle Delete Port: 1fc1cc5b-ed18-4e10-aa4d-a7bc662c01c7 2026-04-17 06:54:43.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98e978a6-6c1f-408e-8686-cbc537353f5c 3a81ff48e0c34403b03775bfcee0c6dc 988e4872bc414a2bb9594fc2a25f4944 - - default default] Tap Mirror: Handle Delete Port: 1fc1cc5b-ed18-4e10-aa4d-a7bc662c01c7 [pid: 8|app: 0|req: 804/1597] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:43 2026] GET /v2.0/security-groups?tenant_id=da4de9247ae54e6b9c8711b3ee4c420c&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1598] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:54:43 2026] DELETE /v2.0/floatingips/085e2da6-54d6-4895-8a33-305a543c13b9 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1599] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:44 2026] DELETE /v2.0/security-groups/1215f239-b592-4b87-a834-a223aed953fc => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:44.242 8 INFO neutron.db.segments_db [None req-9ced7282-a80b-4d73-a285-86cbe898381a 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Added segment 680509c4-bbd8-4e18-91ae-0f03b8974daf of type vxlan for network 5a87f92d-6d98-4060-bb47-d2d2928b8795 [pid: 8|app: 0|req: 805/1600] 10.0.0.142 () {34 vars in 671 bytes} [Fri Apr 17 06:54:44 2026] POST /v2.0/networks => generated 613 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1601] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:44 2026] DELETE /v2.0/security-groups/93ec0c14-1451-49e2-980f-04e4baa373b2 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1604] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:44 2026] GET /v2.0/security-groups?tenant_id=718c778862804bb6b20123005727594e&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:44.526 7 INFO neutron.db.segments_db [None req-e10280e5-99d0-4f25-8cd2-02ddebcd9c2d 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Added segment 49c9cfb0-273a-4e1f-a913-f240f861b680 of type vxlan for network c8270cab-5592-4c06-b34a-42792a67dfe6 [pid: 8|app: 0|req: 806/1605] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:44 2026] GET /v2.0/security-groups?tenant_id=99735c57d72041c59ac023d7fa2309fb&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:44.714 7 INFO neutron.db.l3_hamode_db [None req-e10280e5-99d0-4f25-8cd2-02ddebcd9c2d 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:54:44.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-27b3a45c-58bb-444a-8813-91c365cd2a82 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: f31069e3-c641-49e8-8795-df4cc70d81a5 2026-04-17 06:54:44.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27b3a45c-58bb-444a-8813-91c365cd2a82 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: f31069e3-c641-49e8-8795-df4cc70d81a5 2026-04-17 06:54:45.379 7 INFO neutron.db.l3_hamode_db [None req-e10280e5-99d0-4f25-8cd2-02ddebcd9c2d 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 807/1606] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:54:44 2026] PUT /v2.0/routers/ea3f67cf-ad40-4e81-bfc5-bc5de020100e/remove_router_interface => generated 309 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1607] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:45 2026] DELETE /v2.0/security-groups/d90b6b33-406e-40ca-9b88-3c47f20ca352 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1608] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:45 2026] DELETE /v2.0/security-groups/793cbc11-05c4-4746-a151-788a5f23fcf3 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:45.813 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6a3cb29-ffc7-456e-9746-c3486f717779 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: cf9a290b-c0ba-4ebb-b0ab-6dff27183181 2026-04-17 06:54:45.816 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6a3cb29-ffc7-456e-9746-c3486f717779 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: cf9a290b-c0ba-4ebb-b0ab-6dff27183181 2026-04-17 06:54:46.067 8 INFO neutron_taas.services.taas.taas_plugin [None req-b6a3cb29-ffc7-456e-9746-c3486f717779 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: d0512243-4c9d-4f5f-8a9d-ad37b8eb9c6d 2026-04-17 06:54:46.071 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b6a3cb29-ffc7-456e-9746-c3486f717779 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: d0512243-4c9d-4f5f-8a9d-ad37b8eb9c6d [pid: 7|app: 0|req: 800/1609] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:44 2026] POST /v2.0/routers => generated 695 bytes in 1728 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:46.350 8 INFO neutron.services.segments.plugin [-] Segment a25dc8a3-8614-467c-a603-10cae14be6be resource provider aggregate not found 2026-04-17 06:54:46.357 8 INFO neutron.services.segments.plugin [-] Segment a25dc8a3-8614-467c-a603-10cae14be6be resource provider aggregate not found 2026-04-17 06:54:46.369 8 INFO neutron.services.segments.plugin [-] Segment a25dc8a3-8614-467c-a603-10cae14be6be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a25dc8a3-8614-467c-a603-10cae14be6be found for delete ", "request_id": "req-0efac31c-718e-4bfc-b6f2-516bb2c39555"}]} 2026-04-17 06:54:46.375 8 INFO neutron.services.segments.plugin [-] Segment a25dc8a3-8614-467c-a603-10cae14be6be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a25dc8a3-8614-467c-a603-10cae14be6be found for delete ", "request_id": "req-b86589a2-d129-4ed2-b0fc-00fbed316382"}]} 2026-04-17 06:54:46.382 8 INFO neutron.db.l3_hamode_db [None req-b6a3cb29-ffc7-456e-9746-c3486f717779 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] HA network 7a42463e-a03d-438a-8451-749fc7a9a37e was deleted as no HA routers are present in tenant 988e4872bc414a2bb9594fc2a25f4944. [pid: 8|app: 0|req: 810/1610] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:45 2026] DELETE /v2.0/routers/ea3f67cf-ad40-4e81-bfc5-bc5de020100e => generated 0 bytes in 761 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1611] 10.0.0.142 () {32 vars in 776 bytes} [Fri Apr 17 06:54:46 2026] GET /v2.0/subnets?project_id=5c0c7affbc454a77a1b90cad6ac4a775&cidr=10.100.0.0%2F28 => generated 14 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1612] 10.0.0.142 () {32 vars in 694 bytes} [Fri Apr 17 06:54:46 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1613] 10.0.0.142 () {32 vars in 784 bytes} [Fri Apr 17 06:54:46 2026] GET /v2.0/subnets?network_id=117c5f89-ecd9-4939-bfa3-48289e120040&cidr=10.100.0.0%2F28 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1614] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:46 2026] DELETE /v2.0/subnets/73aae655-61d9-4403-a4d8-e0d0682729d3 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:46.621 8 INFO neutron_taas.services.taas.taas_plugin [None req-9deffd58-efe0-425b-a318-d8e7bee61d1c 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: a9395608-d603-4971-ac51-3a803d5a46c5 2026-04-17 06:54:46.623 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9deffd58-efe0-425b-a318-d8e7bee61d1c 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: a9395608-d603-4971-ac51-3a803d5a46c5 [pid: 7|app: 0|req: 804/1615] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:46 2026] POST /v2.0/subnets => generated 656 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1616] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:46 2026] DELETE /v2.0/networks/5ebcf89d-099f-469a-a4d0-215c79e002bf => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:47.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-62100940-e08f-49b6-9c91-770c2efcc435 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: bb4602f1-98fe-46f2-8f26-70c3cd89cf86 2026-04-17 06:54:47.217 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62100940-e08f-49b6-9c91-770c2efcc435 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: bb4602f1-98fe-46f2-8f26-70c3cd89cf86 [pid: 8|app: 0|req: 813/1617] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:54:46 2026] PUT /v2.0/routers/dd6a5702-3e38-4962-865a-22574bc6b2d2/remove_router_interface => generated 309 bytes in 879 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1618] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:54:46 2026] PUT /v2.0/routers/5224fd16-56a0-4e0d-8c7e-a7675dbc4924/add_router_interface => generated 309 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:47.987 8 INFO neutron.db.segments_db [None req-7f68e267-eec9-4f57-a1c1-48b62e8313a4 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 6f706442-98cd-4422-9161-9f50c0f9ec22 of type vxlan for network faf17c58-998c-4cec-981f-a5a5f6e43b3c [pid: 8|app: 0|req: 814/1619] 10.0.0.142 () {34 vars in 671 bytes} [Fri Apr 17 06:54:47 2026] POST /v2.0/networks => generated 722 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:48.102 7 INFO neutron_taas.services.taas.taas_plugin [None req-6360464b-4ee2-45aa-a8c2-a7039ea5e63d 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: f8176d06-df54-4d8c-83c0-5cccf65a809d 2026-04-17 06:54:48.105 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6360464b-4ee2-45aa-a8c2-a7039ea5e63d 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: f8176d06-df54-4d8c-83c0-5cccf65a809d [pid: 8|app: 0|req: 815/1620] 10.0.0.142 () {32 vars in 649 bytes} [Fri Apr 17 06:54:48 2026] GET /v2.0/networks => generated 5767 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1621] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:48 2026] POST /v2.0/subnets => generated 688 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1622] 10.0.0.142 () {32 vars in 647 bytes} [Fri Apr 17 06:54:48 2026] GET /v2.0/subnets => generated 4572 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:48.346 7 INFO neutron_taas.services.taas.taas_plugin [None req-6360464b-4ee2-45aa-a8c2-a7039ea5e63d 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 11d4eac1-09dc-4ceb-af07-c382ba3c2762 2026-04-17 06:54:48.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6360464b-4ee2-45aa-a8c2-a7039ea5e63d 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 11d4eac1-09dc-4ceb-af07-c382ba3c2762 2026-04-17 06:54:48.374 8 INFO neutron.db.segments_db [None req-58232d2c-2bac-4062-964c-725f8483c78a 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Added segment 213a6683-4ef4-413e-b3aa-b3dc2aa6373e of type vxlan for network 5ed5d554-4a63-4aed-9066-46be2cbe4e29 2026-04-17 06:54:48.396 8 INFO neutron.services.segments.plugin [-] Segment c71b0a17-5f35-4313-809b-ed7fd4e93ffc resource provider aggregate not found 2026-04-17 06:54:48.418 8 INFO neutron.services.segments.plugin [-] Segment c71b0a17-5f35-4313-809b-ed7fd4e93ffc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c71b0a17-5f35-4313-809b-ed7fd4e93ffc found for delete ", "request_id": "req-11e5d451-c479-4d50-a43f-1bb80c595f92"}]} 2026-04-17 06:54:48.420 8 INFO neutron.services.segments.plugin [-] Segment c71b0a17-5f35-4313-809b-ed7fd4e93ffc resource provider aggregate not found 2026-04-17 06:54:48.432 8 INFO neutron.services.segments.plugin [-] Segment c71b0a17-5f35-4313-809b-ed7fd4e93ffc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c71b0a17-5f35-4313-809b-ed7fd4e93ffc found for delete ", "request_id": "req-79864fba-6d34-4e38-a889-ac0340ee127e"}]} 2026-04-17 06:54:48.636 8 INFO neutron.db.l3_hamode_db [None req-58232d2c-2bac-4062-964c-725f8483c78a 97a0c8c36fc3454987aaa5fff968f817 ec0f10ad4d67454bb3a09150fcca12db - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:54:48.741 7 INFO neutron.services.segments.plugin [-] Segment 3e962b75-47d7-416e-bc17-cbddb0fdc371 resource provider aggregate not found 2026-04-17 06:54:48.745 7 INFO neutron.services.segments.plugin [-] Segment 3e962b75-47d7-416e-bc17-cbddb0fdc371 resource provider aggregate not found 2026-04-17 06:54:48.794 7 INFO neutron.services.segments.plugin [-] Segment 3e962b75-47d7-416e-bc17-cbddb0fdc371 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e962b75-47d7-416e-bc17-cbddb0fdc371 found for delete ", "request_id": "req-03970586-20e6-426a-a172-e7311321ffa3"}]} 2026-04-17 06:54:48.798 7 INFO neutron.services.segments.plugin [-] Segment 3e962b75-47d7-416e-bc17-cbddb0fdc371 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e962b75-47d7-416e-bc17-cbddb0fdc371 found for delete ", "request_id": "req-5ab1e168-8307-4637-9f01-4b3886685452"}]} 2026-04-17 06:54:48.816 7 INFO neutron.db.l3_hamode_db [None req-6360464b-4ee2-45aa-a8c2-a7039ea5e63d 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] HA network 5edb7469-c902-43b1-9b4e-38a0d881f97e was deleted as no HA routers are present in tenant 1f0618a43b064793a5d597a452af0c2a. [pid: 7|app: 0|req: 806/1623] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:47 2026] DELETE /v2.0/routers/dd6a5702-3e38-4962-865a-22574bc6b2d2 => generated 0 bytes in 889 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1624] 10.0.0.142 () {32 vars in 647 bytes} [Fri Apr 17 06:54:48 2026] GET /v2.0/routers => generated 1275 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1625] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:48 2026] DELETE /v2.0/subnets/3e5e41b4-f912-4924-9bc4-fdd5fc60f332 => 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: 809/1626] 10.0.0.142 () {34 vars in 685 bytes} [Fri Apr 17 06:54:49 2026] POST /v2.0/security-groups => generated 1675 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-17 06:54:49.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-52308cd2-1ca0-443b-80b8-dccbc46b29f2 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 57f448b7-c313-44d2-8e08-d8faa9e4e88d 2026-04-17 06:54:49.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52308cd2-1ca0-443b-80b8-dccbc46b29f2 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 57f448b7-c313-44d2-8e08-d8faa9e4e88d 2026-04-17 06:54:49.463 8 INFO neutron.db.l3_hamode_db [None req-58232d2c-2bac-4062-964c-725f8483c78a 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 810/1627] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:49 2026] DELETE /v2.0/networks/c9b27fb3-89cd-4b67-ac7c-bfe5b3d1a701 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1628] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1629] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:49 2026] POST /v2.0/security-group-rules => generated 596 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1630] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1631] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:49 2026] GET /v2.0/security-groups?tenant_id=1f0618a43b064793a5d597a452af0c2a&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1632] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1633] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:49 2026] DELETE /v2.0/security-groups/c2ee1722-f6bf-46f2-ad12-db0a05d8de2e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:50.100 7 INFO neutron.db.securitygroups_db [None req-dbf2bf95-36d9-438a-851e-b62f928d11a3 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Project 5c0c7affbc454a77a1b90cad6ac4a775 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: 817/1634] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:50 2026] POST /v2.0/security-group-rules => generated 607 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1635] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:50 2026] GET /v2.0/security-groups?tenant_id=988e4872bc414a2bb9594fc2a25f4944&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:50.259 7 INFO neutron.db.securitygroups_db [None req-98c94062-2dd0-4c0c-bd1a-687ad4f14f32 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Project 5c0c7affbc454a77a1b90cad6ac4a775 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 818/1636] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:48 2026] POST /v2.0/routers => generated 728 bytes in 1950 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1637] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:54:50 2026] POST /v2.0/security-group-rules => generated 606 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1638] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:50 2026] DELETE /v2.0/security-groups/796497a3-fbb1-490f-89aa-3c711eed2d7c => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:54:50.817 7 INFO neutron.services.segments.plugin [-] Segment a93eb733-42a8-48d8-be36-7d3b068722e2 resource provider aggregate not found 2026-04-17 06:54:50.819 7 INFO neutron.services.segments.plugin [-] Segment a93eb733-42a8-48d8-be36-7d3b068722e2 resource provider aggregate not found 2026-04-17 06:54:50.837 7 INFO neutron.services.segments.plugin [-] Segment a93eb733-42a8-48d8-be36-7d3b068722e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a93eb733-42a8-48d8-be36-7d3b068722e2 found for delete ", "request_id": "req-44c5e445-3d81-48fe-a0bd-7ab167688828"}]} 2026-04-17 06:54:50.840 7 INFO neutron.services.segments.plugin [-] Segment a93eb733-42a8-48d8-be36-7d3b068722e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a93eb733-42a8-48d8-be36-7d3b068722e2 found for delete ", "request_id": "req-fce6c1b5-f499-43de-8d46-10a430dc7e09"}]} [pid: 8|app: 0|req: 820/1639] 10.0.0.142 () {32 vars in 649 bytes} [Fri Apr 17 06:54:50 2026] GET /v2.0/networks => generated 1297 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1640] 10.0.0.21 () {34 vars in 1099 bytes} [Fri Apr 17 06:54:50 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1590615678&fields=id&tenant_id=5c0c7affbc454a77a1b90cad6ac4a775 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1641] 10.0.0.21 () {34 vars in 981 bytes} [Fri Apr 17 06:54:50 2026] GET /v2.0/networks?id=5a87f92d-6d98-4060-bb47-d2d2928b8795 => generated 660 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1642] 10.0.0.21 () {34 vars in 964 bytes} [Fri Apr 17 06:54:51 2026] GET /v2.0/quotas/5c0c7affbc454a77a1b90cad6ac4a775 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1643] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:54:51 2026] GET /v2.0/ports?tenant_id=5c0c7affbc454a77a1b90cad6ac4a775&fields=id => generated 103 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1644] 10.0.0.21 () {34 vars in 1007 bytes} [Fri Apr 17 06:54:51 2026] GET /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1645] 10.0.0.21 () {34 vars in 1107 bytes} [Fri Apr 17 06:54:51 2026] GET /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1646] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:51 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1647] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:54:50 2026] PUT /v2.0/routers/9867b67a-8c7e-4463-87d8-07cbd8610664/add_router_interface => generated 309 bytes in 1185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1648] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:52 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1649] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:53 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1650] 10.0.0.21 () {34 vars in 981 bytes} [Fri Apr 17 06:54:53 2026] GET /v2.0/networks?id=faf17c58-998c-4cec-981f-a5a5f6e43b3c => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1651] 10.0.0.21 () {34 vars in 964 bytes} [Fri Apr 17 06:54:53 2026] GET /v2.0/quotas/ec0f10ad4d67454bb3a09150fcca12db => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1652] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:54:53 2026] GET /v2.0/ports?tenant_id=ec0f10ad4d67454bb3a09150fcca12db&fields=id => generated 57 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1653] 10.0.0.21 () {34 vars in 1007 bytes} [Fri Apr 17 06:54:53 2026] GET /v2.0/networks/faf17c58-998c-4cec-981f-a5a5f6e43b3c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1654] 10.0.0.21 () {34 vars in 1107 bytes} [Fri Apr 17 06:54:53 2026] GET /v2.0/networks/faf17c58-998c-4cec-981f-a5a5f6e43b3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1655] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:54 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:54:54.537 8 INFO neutron.db.segments_db [None req-479673f3-ca96-4093-9ace-001e57a5a683 9f64950ce0084b1587eabfbe450e653f b1b64c4e96664596aefffba30f4de57b - - default default] Added segment 4b1e2c7a-448f-4a92-b62c-9e66c150da90 of type vxlan for network ec481f79-c2d1-4c26-9ea2-22c3182482e6 [pid: 7|app: 0|req: 825/1656] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:54 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1657] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:54:54 2026] POST /v2.0/networks => generated 707 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1658] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:54 2026] POST /v2.0/subnets => generated 644 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:54.847 8 WARNING neutron.api.v2.base [None req-08cacb38-d254-40d9-864b-ca457cef1d02 9f64950ce0084b1587eabfbe450e653f b1b64c4e96664596aefffba30f4de57b - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-04-17 06:54:54.848 8 INFO neutron.api.v2.resource [None req-08cacb38-d254-40d9-864b-ca457cef1d02 9f64950ce0084b1587eabfbe450e653f b1b64c4e96664596aefffba30f4de57b - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 833/1659] 10.0.0.142 () {34 vars in 681 bytes} [Fri Apr 17 06:54:54 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-17 06:54:55.034 7 INFO neutron.services.segments.plugin [-] Segment 4b1e2c7a-448f-4a92-b62c-9e66c150da90 resource provider aggregate not found 2026-04-17 06:54:55.042 7 INFO neutron.services.segments.plugin [-] Segment 4b1e2c7a-448f-4a92-b62c-9e66c150da90 resource provider aggregate not found 2026-04-17 06:54:55.050 7 INFO neutron.services.segments.plugin [-] Segment 4b1e2c7a-448f-4a92-b62c-9e66c150da90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b1e2c7a-448f-4a92-b62c-9e66c150da90 found for delete ", "request_id": "req-9b2aaa9f-8546-421f-b787-4f55038ccb9e"}]} [pid: 7|app: 0|req: 827/1660] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:54 2026] DELETE /v2.0/networks/ec481f79-c2d1-4c26-9ea2-22c3182482e6 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:55.063 7 INFO neutron.services.segments.plugin [-] Segment 4b1e2c7a-448f-4a92-b62c-9e66c150da90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b1e2c7a-448f-4a92-b62c-9e66c150da90 found for delete ", "request_id": "req-2b3982fb-09ee-4f0d-80a8-b42f00d83898"}]} 2026-04-17 06:54:55.119 8 INFO neutron.db.segments_db [None req-82fcf01a-1556-4f76-b99c-80aca0b8f4a4 9f64950ce0084b1587eabfbe450e653f b1b64c4e96664596aefffba30f4de57b - - default default] Added segment 07d49adf-586f-4749-98f8-759918e51021 of type vxlan for network 92b21c2d-e9ee-4ac9-a88d-e94bb58ae364 [pid: 8|app: 0|req: 834/1661] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:54:55 2026] POST /v2.0/networks => generated 706 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1662] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:55 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => 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: 828/1663] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:55 2026] POST /v2.0/subnets => generated 647 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:54:55.409 8 WARNING neutron.api.v2.base [None req-990e07e2-aa18-4654-8d86-85212fcdb35c 9f64950ce0084b1587eabfbe450e653f b1b64c4e96664596aefffba30f4de57b - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-04-17 06:54:55.410 8 INFO neutron.api.v2.resource [None req-990e07e2-aa18-4654-8d86-85212fcdb35c 9f64950ce0084b1587eabfbe450e653f b1b64c4e96664596aefffba30f4de57b - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 836/1664] 10.0.0.142 () {34 vars in 681 bytes} [Fri Apr 17 06:54:55 2026] POST /v2.0/rbac-policies => generated 547 bytes in 17 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1665] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:54:55 2026] GET /v2.0/networks?id=5a87f92d-6d98-4060-bb47-d2d2928b8795 => generated 660 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1666] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:55 2026] DELETE /v2.0/networks/92b21c2d-e9ee-4ac9-a88d-e94bb58ae364 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1667] 199.204.45.129 () {34 vars in 1050 bytes} [Fri Apr 17 06:54:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5c0c7affbc454a77a1b90cad6ac4a775 => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:55.707 7 INFO neutron.db.segments_db [None req-0407b7aa-39b2-438c-8092-09cd4cd8e82d 9f64950ce0084b1587eabfbe450e653f b1b64c4e96664596aefffba30f4de57b - - default default] Added segment 7a553657-1f19-454e-836c-52404a4fc8e1 of type vxlan for network a76a3837-8890-4a4c-b455-e7961960d954 [pid: 7|app: 0|req: 830/1668] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:54:55 2026] POST /v2.0/networks => generated 707 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1669] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:55 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1670] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:54:55 2026] POST /v2.0/subnets => generated 647 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1671] 199.204.45.129 () {38 vars in 955 bytes} [Fri Apr 17 06:54:55 2026] POST /v2.0/ports => generated 958 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 833/1672] 10.0.0.142 () {34 vars in 681 bytes} [Fri Apr 17 06:54:55 2026] POST /v2.0/rbac-policies => generated 324 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1673] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:56 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1674] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:54:56 2026] PUT /v2.0/ports/0c9c9809-779b-4e3a-bf31-fb3d648aeb91 => generated 1239 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:56.465 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5bec881-dca4-4f1e-8674-1b061a502834'] response: {'name': 'network-changed', 'server_uuid': '2c5c5d0a-5020-48ac-9afa-163bab6eeb70', 'tag': '0c9c9809-779b-4e3a-bf31-fb3d648aeb91', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 835/1675] 10.0.0.142 () {32 vars in 723 bytes} [Fri Apr 17 06:54:56 2026] GET /v2.0/networks/a76a3837-8890-4a4c-b455-e7961960d954 => generated 654 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 841/1676] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:56 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1677] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:54:56 2026] GET /v2.0/security-groups?id=c0186f91-6cd7-4f6e-9372-a6743c6ea3e6&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1678] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:54:56 2026] GET /v2.0/ports?tenant_id=5c0c7affbc454a77a1b90cad6ac4a775&device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:57.048 8 INFO neutron.pecan_wsgi.hooks.translation [None req-570331e6-d6db-4ea6-87ee-18154fb32d19 da00b469fd1248b89f42ec27a1d2bdfb 78e6fe2509324ea6a100a93c8440af41 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 843/1679] 10.0.0.142 () {32 vars in 723 bytes} [Fri Apr 17 06:54:57 2026] GET /v2.0/networks/a76a3837-8890-4a4c-b455-e7961960d954 => generated 138 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1680] 199.204.45.129 () {34 vars in 1018 bytes} [Fri Apr 17 06:54:57 2026] GET /v2.0/networks?tenant_id=5c0c7affbc454a77a1b90cad6ac4a775&shared=False => generated 755 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:57.074 7 INFO neutron.services.segments.plugin [-] Segment 07d49adf-586f-4749-98f8-759918e51021 resource provider aggregate not found 2026-04-17 06:54:57.082 7 INFO neutron.services.segments.plugin [-] Segment 07d49adf-586f-4749-98f8-759918e51021 resource provider aggregate not found 2026-04-17 06:54:57.097 7 INFO neutron.services.segments.plugin [-] Segment 07d49adf-586f-4749-98f8-759918e51021 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07d49adf-586f-4749-98f8-759918e51021 found for delete ", "request_id": "req-4bf89f2e-a5dd-481f-8b72-a4588d7f8ddb"}]} 2026-04-17 06:54:57.102 7 INFO neutron.services.segments.plugin [-] Segment 07d49adf-586f-4749-98f8-759918e51021 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07d49adf-586f-4749-98f8-759918e51021 found for delete ", "request_id": "req-56a28723-2c20-4f40-89af-303cd6b5b24d"}]} [pid: 7|app: 0|req: 838/1681] 199.204.45.129 () {34 vars in 930 bytes} [Fri Apr 17 06:54:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:54:57.219 8 INFO neutron.services.segments.plugin [-] Segment 7a553657-1f19-454e-836c-52404a4fc8e1 resource provider aggregate not found 2026-04-17 06:54:57.227 8 INFO neutron.services.segments.plugin [-] Segment 7a553657-1f19-454e-836c-52404a4fc8e1 resource provider aggregate not found 2026-04-17 06:54:57.242 8 INFO neutron.services.segments.plugin [-] Segment 7a553657-1f19-454e-836c-52404a4fc8e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a553657-1f19-454e-836c-52404a4fc8e1 found for delete ", "request_id": "req-464a5fdd-1685-44f6-9d60-75deaa22fe02"}]} 2026-04-17 06:54:57.243 8 INFO neutron.services.segments.plugin [-] Segment 7a553657-1f19-454e-836c-52404a4fc8e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a553657-1f19-454e-836c-52404a4fc8e1 found for delete ", "request_id": "req-ba6a313c-04f4-4dc0-90ff-6ce25bd63c21"}]} [pid: 8|app: 0|req: 844/1682] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:54:57 2026] DELETE /v2.0/networks/a76a3837-8890-4a4c-b455-e7961960d954 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:54:57.268 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbb2a4c6-f05b-4f9f-8b96-200945809a7f 9f64950ce0084b1587eabfbe450e653f b1b64c4e96664596aefffba30f4de57b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 839/1683] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:57 2026] DELETE /v2.0/subnets/eff5e080-a6f3-4aad-8818-868aec33a865 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:57.283 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f172fca-5cfe-4904-ab7a-c18d4fe8b1ff 9f64950ce0084b1587eabfbe450e653f b1b64c4e96664596aefffba30f4de57b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 845/1684] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:57 2026] DELETE /v2.0/subnets/73d778fa-3413-4829-9d96-a40e42d3725c => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:54:57.301 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e7d552ef-d228-4cf2-aba4-b77d16bb0dee 9f64950ce0084b1587eabfbe450e653f b1b64c4e96664596aefffba30f4de57b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 840/1685] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:54:57 2026] DELETE /v2.0/subnets/80aebcd4-7d16-4d5a-9fc5-8dbd527f5570 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1686] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:57 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1687] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:58 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1688] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:54:58 2026] GET /v2.0/security-groups?id=c0186f91-6cd7-4f6e-9372-a6743c6ea3e6&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1689] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:54:58 2026] GET /v2.0/ports?tenant_id=5c0c7affbc454a77a1b90cad6ac4a775&device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 1242 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1690] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:54:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0c9c9809-779b-4e3a-bf31-fb3d648aeb91 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1691] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:54:58 2026] GET /v2.0/subnets?id=f39a5f3e-c05f-42c7-9976-7b742d334d9c => generated 677 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1692] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:57 2026] GET /v2.0/security-groups?tenant_id=8cc7157b7ad1402686a5b697f1ac4751&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1693] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:54:58 2026] GET /v2.0/ports?network_id=5a87f92d-6d98-4060-bb47-d2d2928b8795&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1694] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:54:58 2026] GET /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795?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: 842/1695] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:58 2026] DELETE /v2.0/security-groups/2946c94d-d813-4a76-bc02-a08e08492f31 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1696] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:54:58 2026] GET /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1697] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:58 2026] GET /v2.0/security-groups?tenant_id=b1b64c4e96664596aefffba30f4de57b&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1698] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:54:58 2026] GET /v2.0/networks?id=faf17c58-998c-4cec-981f-a5a5f6e43b3c => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1699] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:58 2026] DELETE /v2.0/security-groups/e518e43a-32ca-40e7-8cf9-8af6fa9cb785 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1700] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:58 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1701] 199.204.45.129 () {38 vars in 955 bytes} [Fri Apr 17 06:54:58 2026] POST /v2.0/ports => generated 954 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1702] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:54:58 2026] GET /v2.0/security-groups?tenant_id=78e6fe2509324ea6a100a93c8440af41&name=default => generated 2925 bytes in 141 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: 847/1703] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:54:58 2026] DELETE /v2.0/security-groups/60539cc9-54f5-4c47-816b-c4d8ff945935 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1704] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:54:58 2026] PUT /v2.0/ports/20045f78-fbb0-4686-8b36-5bb88de58b1e => generated 1235 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:54:59.271 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-341c511a-f9a5-455e-bf07-f1dad040266b'] response: {'name': 'network-changed', 'server_uuid': 'f7d50417-3864-4ca8-b7f6-d1feb4c17ab0', 'tag': '20045f78-fbb0-4686-8b36-5bb88de58b1e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 848/1707] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:59 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 860/1708] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:54:59 2026] GET /v2.0/security-groups?id=c0186f91-6cd7-4f6e-9372-a6743c6ea3e6&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1709] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:54:59 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1710] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:54:59 2026] GET /v2.0/security-groups?id=785db5ea-e3f2-4b86-8e24-7aa7ed9e00f2&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1711] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:54:59 2026] GET /v2.0/ports?tenant_id=ec0f10ad4d67454bb3a09150fcca12db&device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1712] 199.204.45.129 () {34 vars in 1018 bytes} [Fri Apr 17 06:54:59 2026] GET /v2.0/networks?tenant_id=ec0f10ad4d67454bb3a09150fcca12db&shared=False => generated 769 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1713] 199.204.45.129 () {34 vars in 930 bytes} [Fri Apr 17 06:54:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1714] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:00 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1715] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:00 2026] GET /v2.0/security-groups?id=c0186f91-6cd7-4f6e-9372-a6743c6ea3e6&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1716] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:00 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1717] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:00 2026] GET /v2.0/security-groups?id=785db5ea-e3f2-4b86-8e24-7aa7ed9e00f2&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1718] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:55:00 2026] GET /v2.0/ports?tenant_id=ec0f10ad4d67454bb3a09150fcca12db&device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1719] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:55:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=20045f78-fbb0-4686-8b36-5bb88de58b1e => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1720] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:55:00 2026] GET /v2.0/subnets?id=2ace697f-b975-4b93-8f8b-1370d535b8d3 => generated 691 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1721] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:55:01 2026] GET /v2.0/ports?network_id=faf17c58-998c-4cec-981f-a5a5f6e43b3c&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1722] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:55:01 2026] GET /v2.0/networks/faf17c58-998c-4cec-981f-a5a5f6e43b3c?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: 856/1723] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:55:01 2026] GET /v2.0/networks/faf17c58-998c-4cec-981f-a5a5f6e43b3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1724] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:01 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1725] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:01 2026] GET /v2.0/security-groups?id=c0186f91-6cd7-4f6e-9372-a6743c6ea3e6&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1726] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:02 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1727] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:02 2026] GET /v2.0/security-groups?id=785db5ea-e3f2-4b86-8e24-7aa7ed9e00f2&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1728] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:02 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1729] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:02 2026] GET /v2.0/security-groups?id=c0186f91-6cd7-4f6e-9372-a6743c6ea3e6&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1730] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:03 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:55:03.205 8 INFO neutron.db.segments_db [None req-89434596-1704-4465-ac61-8415f4a20289 f0093e4bcae845ea8aee000594b830b4 3ab2a8aaabd647f984245e70e12d28db - - default default] Added segment 0b99cd07-f8bf-43f6-b095-2c90d06c9458 of type vxlan for network e7d37732-30e0-4417-b105-73d2e8bbb2dc [pid: 7|app: 0|req: 861/1731] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:03 2026] GET /v2.0/security-groups?id=785db5ea-e3f2-4b86-8e24-7aa7ed9e00f2&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1732] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:02 2026] POST /v2.0/networks => generated 612 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:03.359 7 INFO neutron.db.segments_db [None req-00d927b6-1001-4d6c-bcf6-c78b55602fc4 f0093e4bcae845ea8aee000594b830b4 3ab2a8aaabd647f984245e70e12d28db - - default default] Added segment 75818ca0-aa3e-4022-b5ab-1669c947315e of type vxlan for network eaa98e87-1946-4a9f-87a2-1b98b298a2dc [pid: 7|app: 0|req: 862/1733] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:03 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:03.507 8 INFO neutron.db.segments_db [None req-cf52d433-7104-48d1-bdaf-3392092a5b15 f0093e4bcae845ea8aee000594b830b4 3ab2a8aaabd647f984245e70e12d28db - - default default] Added segment bdf1959e-3c18-4dad-be69-f8436416245f of type vxlan for network d3031901-d0e1-4ead-85ca-f0de7828fc35 [pid: 8|app: 0|req: 872/1734] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:03 2026] POST /v2.0/networks => generated 612 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:03.663 7 INFO neutron.db.segments_db [None req-06f05a6b-3cb6-4ade-9ce6-3d43b010454f f0093e4bcae845ea8aee000594b830b4 3ab2a8aaabd647f984245e70e12d28db - - default default] Added segment 2b3e9c32-43d9-408a-934f-26a105a69401 of type vxlan for network 70b0856b-ccdb-437a-a698-cf69d5868612 [pid: 7|app: 0|req: 863/1735] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:03 2026] POST /v2.0/networks => generated 613 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:03.812 8 INFO neutron.db.segments_db [None req-9bf99e26-cfd7-4f01-9427-b77129b11514 f0093e4bcae845ea8aee000594b830b4 3ab2a8aaabd647f984245e70e12d28db - - default default] Added segment 35be9c80-15c3-4200-af56-cf0627171599 of type vxlan for network c045b5d3-fd85-405d-9e2f-56f29a2e5fbc [pid: 8|app: 0|req: 873/1736] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:03 2026] POST /v2.0/networks => generated 612 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1737] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:03 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1738] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:55:03 2026] PUT /v2.0/networks/e7d37732-30e0-4417-b105-73d2e8bbb2dc/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1739] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:03 2026] GET /v2.0/security-groups?id=c0186f91-6cd7-4f6e-9372-a6743c6ea3e6&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1740] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:55:04 2026] PUT /v2.0/networks/eaa98e87-1946-4a9f-87a2-1b98b298a2dc/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1741] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:04 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1742] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:55:04 2026] PUT /v2.0/networks/d3031901-d0e1-4ead-85ca-f0de7828fc35/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1743] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:04 2026] GET /v2.0/security-groups?id=c0186f91-6cd7-4f6e-9372-a6743c6ea3e6&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1744] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:55:04 2026] PUT /v2.0/networks/70b0856b-ccdb-437a-a698-cf69d5868612/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1745] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:55:04 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1746] 10.0.0.142 () {32 vars in 666 bytes} [Fri Apr 17 06:55:04 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1747] 10.0.0.142 () {32 vars in 680 bytes} [Fri Apr 17 06:55:04 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1748] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:04 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1749] 10.0.0.142 () {32 vars in 676 bytes} [Fri Apr 17 06:55:04 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1750] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:04 2026] GET /v2.0/security-groups?id=785db5ea-e3f2-4b86-8e24-7aa7ed9e00f2&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1751] 10.0.0.142 () {32 vars in 688 bytes} [Fri Apr 17 06:55:04 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1752] 10.0.0.142 () {32 vars in 674 bytes} [Fri Apr 17 06:55:04 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1753] 10.0.0.142 () {32 vars in 688 bytes} [Fri Apr 17 06:55:04 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1754] 10.0.0.142 () {32 vars in 684 bytes} [Fri Apr 17 06:55:04 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1755] 10.0.0.142 () {32 vars in 696 bytes} [Fri Apr 17 06:55:04 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:55:04.839 8 INFO neutron.services.segments.plugin [-] Segment 0b99cd07-f8bf-43f6-b095-2c90d06c9458 resource provider aggregate not found 2026-04-17 06:55:04.849 8 INFO neutron.services.segments.plugin [-] Segment 0b99cd07-f8bf-43f6-b095-2c90d06c9458 resource provider aggregate not found 2026-04-17 06:55:04.869 8 INFO neutron.services.segments.plugin [-] Segment 0b99cd07-f8bf-43f6-b095-2c90d06c9458 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b99cd07-f8bf-43f6-b095-2c90d06c9458 found for delete ", "request_id": "req-37e77e62-6c5e-401f-b8af-f9725652f7a5"}]} 2026-04-17 06:55:04.869 8 INFO neutron.services.segments.plugin [-] Segment 0b99cd07-f8bf-43f6-b095-2c90d06c9458 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b99cd07-f8bf-43f6-b095-2c90d06c9458 found for delete ", "request_id": "req-17d27eb6-d47c-4a30-865b-1ef68c7ef878"}]} [pid: 8|app: 0|req: 888/1756] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:04 2026] DELETE /v2.0/networks/e7d37732-30e0-4417-b105-73d2e8bbb2dc => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:55:04.895 7 INFO neutron.db.l3_db [None req-841a89a0-14e7-43ef-8bab-5eeda9caf995 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Floating IP ab1e27df-87f6-4532-8458-72139871a0d5 associated. External IP: 10.96.250.210, port: 0c9c9809-779b-4e3a-bf31-fb3d648aeb91. [pid: 8|app: 0|req: 889/1757] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:04 2026] DELETE /v2.0/networks/eaa98e87-1946-4a9f-87a2-1b98b298a2dc => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1758] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:05 2026] DELETE /v2.0/networks/d3031901-d0e1-4ead-85ca-f0de7828fc35 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1759] 10.0.0.142 () {34 vars in 677 bytes} [Fri Apr 17 06:55:04 2026] POST /v2.0/floatingips => generated 856 bytes in 917 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:05.191 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3fd37aa4-d370-4867-9148-9882cb37582b'] response: {'name': 'network-changed', 'server_uuid': '2c5c5d0a-5020-48ac-9afa-163bab6eeb70', 'tag': '0c9c9809-779b-4e3a-bf31-fb3d648aeb91', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 870/1760] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:05 2026] GET /v2.0/floatingips/ab1e27df-87f6-4532-8458-72139871a0d5 => generated 856 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1761] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:05 2026] DELETE /v2.0/networks/70b0856b-ccdb-437a-a698-cf69d5868612 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:55:05.337 7 INFO neutron.services.segments.plugin [-] Segment 35be9c80-15c3-4200-af56-cf0627171599 resource provider aggregate not found 2026-04-17 06:55:05.354 7 INFO neutron.services.segments.plugin [-] Segment 35be9c80-15c3-4200-af56-cf0627171599 resource provider aggregate not found 2026-04-17 06:55:05.360 7 INFO neutron.services.segments.plugin [-] Segment 35be9c80-15c3-4200-af56-cf0627171599 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35be9c80-15c3-4200-af56-cf0627171599 found for delete ", "request_id": "req-25bf9bb1-d8a8-4755-92ba-6c7247be0d45"}]} [pid: 7|app: 0|req: 871/1762] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:05 2026] DELETE /v2.0/networks/c045b5d3-fd85-405d-9e2f-56f29a2e5fbc => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:55:05.374 7 INFO neutron.services.segments.plugin [-] Segment 35be9c80-15c3-4200-af56-cf0627171599 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35be9c80-15c3-4200-af56-cf0627171599 found for delete ", "request_id": "req-3309553d-6f58-44d7-ad50-5ff424bc306b"}]} [pid: 8|app: 0|req: 892/1763] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:05 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1764] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:05 2026] GET /v2.0/security-groups?id=785db5ea-e3f2-4b86-8e24-7aa7ed9e00f2&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1765] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:55:05 2026] GET /v2.0/ports?tenant_id=5c0c7affbc454a77a1b90cad6ac4a775&device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1766] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:55:05 2026] GET /v2.0/networks?id=5a87f92d-6d98-4060-bb47-d2d2928b8795 => generated 755 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1767] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:55:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0c9c9809-779b-4e3a-bf31-fb3d648aeb91 => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1768] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:55:05 2026] GET /v2.0/subnets?id=f39a5f3e-c05f-42c7-9976-7b742d334d9c => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1769] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:55:05 2026] GET /v2.0/ports?network_id=5a87f92d-6d98-4060-bb47-d2d2928b8795&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1770] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:55:05 2026] GET /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1771] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:55:05 2026] GET /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1772] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:06 2026] GET /v2.0/floatingips/ab1e27df-87f6-4532-8458-72139871a0d5 => generated 856 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1773] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:06 2026] GET /v2.0/security-groups?tenant_id=3ab2a8aaabd647f984245e70e12d28db&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1774] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:06 2026] DELETE /v2.0/security-groups/4b341475-d942-4e2d-aecd-7fcdce2492d9 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1775] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:06 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1776] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:06 2026] GET /v2.0/security-groups?id=785db5ea-e3f2-4b86-8e24-7aa7ed9e00f2&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1777] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:06 2026] GET /v2.0/security-groups?tenant_id=9a9611b3f3d74cb1819ed8b016ecae79&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:55:06.906 8 INFO neutron.services.segments.plugin [-] Segment 75818ca0-aa3e-4022-b5ab-1669c947315e resource provider aggregate not found 2026-04-17 06:55:06.910 8 INFO neutron.services.segments.plugin [-] Segment 75818ca0-aa3e-4022-b5ab-1669c947315e resource provider aggregate not found 2026-04-17 06:55:06.928 8 INFO neutron.services.segments.plugin [-] Segment 75818ca0-aa3e-4022-b5ab-1669c947315e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75818ca0-aa3e-4022-b5ab-1669c947315e found for delete ", "request_id": "req-457b64b8-ff71-45a0-a7a5-b4670d00b1ee"}]} [pid: 8|app: 0|req: 900/1778] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:06 2026] DELETE /v2.0/security-groups/cccea9db-9ab8-4c1c-a7e0-0f7c83b37e2a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:55:06.932 8 INFO neutron.services.segments.plugin [-] Segment 75818ca0-aa3e-4022-b5ab-1669c947315e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75818ca0-aa3e-4022-b5ab-1669c947315e found for delete ", "request_id": "req-59eb4fa7-9b7c-42b2-aaab-06766fd1c293"}]} 2026-04-17 06:55:06.946 8 INFO neutron.services.segments.plugin [-] Segment bdf1959e-3c18-4dad-be69-f8436416245f resource provider aggregate not found 2026-04-17 06:55:06.951 8 INFO neutron.services.segments.plugin [-] Segment bdf1959e-3c18-4dad-be69-f8436416245f resource provider aggregate not found 2026-04-17 06:55:06.969 8 INFO neutron.services.segments.plugin [-] Segment bdf1959e-3c18-4dad-be69-f8436416245f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdf1959e-3c18-4dad-be69-f8436416245f found for delete ", "request_id": "req-d0243214-159b-4dad-b3ad-ca0359a1883a"}]} 2026-04-17 06:55:06.972 8 INFO neutron.services.segments.plugin [-] Segment bdf1959e-3c18-4dad-be69-f8436416245f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdf1959e-3c18-4dad-be69-f8436416245f found for delete ", "request_id": "req-bfb16357-b645-43ad-a9c1-4dbfc35df61a"}]} 2026-04-17 06:55:06.988 8 INFO neutron.services.segments.plugin [-] Segment 2b3e9c32-43d9-408a-934f-26a105a69401 resource provider aggregate not found 2026-04-17 06:55:06.990 8 INFO neutron.services.segments.plugin [-] Segment 2b3e9c32-43d9-408a-934f-26a105a69401 resource provider aggregate not found 2026-04-17 06:55:07.005 8 INFO neutron.services.segments.plugin [-] Segment 2b3e9c32-43d9-408a-934f-26a105a69401 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b3e9c32-43d9-408a-934f-26a105a69401 found for delete ", "request_id": "req-982f0b12-3334-4004-8797-c95eca3f7b7e"}]} 2026-04-17 06:55:07.006 8 INFO neutron.services.segments.plugin [-] Segment 2b3e9c32-43d9-408a-934f-26a105a69401 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b3e9c32-43d9-408a-934f-26a105a69401 found for delete ", "request_id": "req-b3fea0a3-280f-4679-9019-e0601ed6f1f3"}]} [pid: 7|app: 0|req: 879/1779] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:07 2026] GET /v2.0/security-groups?tenant_id=c1847dcd12a243a09ce189c0552c1b8f&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: 880/1780] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:07 2026] GET /v2.0/floatingips/ab1e27df-87f6-4532-8458-72139871a0d5 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1781] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:07 2026] DELETE /v2.0/security-groups/e21ba82f-9945-49d2-aa88-574c7c5e500b => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1782] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:08 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1783] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:08 2026] GET /v2.0/security-groups?id=785db5ea-e3f2-4b86-8e24-7aa7ed9e00f2&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1784] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:09 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1785] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:09 2026] GET /v2.0/security-groups?id=785db5ea-e3f2-4b86-8e24-7aa7ed9e00f2&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1786] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:10 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1787] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:10 2026] GET /v2.0/security-groups?id=785db5ea-e3f2-4b86-8e24-7aa7ed9e00f2&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1788] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:55:10 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:55:10.677 8 INFO neutron_taas.services.taas.taas_plugin [req-068b9014-f907-454a-90b8-dbdf4f621aec req-606f7b93-db75-4f5c-9c3c-599b7ff5c46e 5db14a8c0b9f4c898b4e40ee4b0ba8b8 ec0f10ad4d67454bb3a09150fcca12db - - default default] TaaS: Handle Delete Port: 20045f78-fbb0-4686-8b36-5bb88de58b1e 2026-04-17 06:55:10.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-068b9014-f907-454a-90b8-dbdf4f621aec req-606f7b93-db75-4f5c-9c3c-599b7ff5c46e 5db14a8c0b9f4c898b4e40ee4b0ba8b8 ec0f10ad4d67454bb3a09150fcca12db - - default default] Tap Mirror: Handle Delete Port: 20045f78-fbb0-4686-8b36-5bb88de58b1e [pid: 8|app: 0|req: 905/1789] 199.204.45.129 () {36 vars in 997 bytes} [Fri Apr 17 06:55:10 2026] DELETE /v2.0/ports/20045f78-fbb0-4686-8b36-5bb88de58b1e => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:55:10.851 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ccf5402-01a8-4bfd-aad3-c8338d592d00'] response: {'server_uuid': 'f7d50417-3864-4ca8-b7f6-d1feb4c17ab0', 'name': 'network-vif-deleted', 'tag': '20045f78-fbb0-4686-8b36-5bb88de58b1e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 885/1790] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:55:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1791] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:11 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => 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: 886/1792] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:55:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1793] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:55:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1794] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:55:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1795] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:55:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1796] 10.0.0.142 () {34 vars in 759 bytes} [Fri Apr 17 06:55:11 2026] PUT /v2.0/subnetpools/877c48ef-570a-4e6b-844b-a543c18e4fe4/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1797] 10.0.0.142 () {34 vars in 759 bytes} [Fri Apr 17 06:55:11 2026] PUT /v2.0/subnetpools/030dcbf8-4620-4571-b239-653f167c5452/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1798] 10.0.0.142 () {34 vars in 759 bytes} [Fri Apr 17 06:55:11 2026] PUT /v2.0/subnetpools/72c07d75-cef3-4b7c-8f77-d973fdbd401b/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1799] 10.0.0.142 () {34 vars in 759 bytes} [Fri Apr 17 06:55:11 2026] PUT /v2.0/subnetpools/89c1e563-4f02-49d2-896b-cd773c87e114/tags => 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: 890/1800] 10.0.0.142 () {32 vars in 672 bytes} [Fri Apr 17 06:55:12 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1801] 10.0.0.142 () {32 vars in 686 bytes} [Fri Apr 17 06:55:12 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1802] 10.0.0.142 () {32 vars in 682 bytes} [Fri Apr 17 06:55:12 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1803] 10.0.0.142 () {32 vars in 694 bytes} [Fri Apr 17 06:55:12 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1804] 10.0.0.142 () {32 vars in 680 bytes} [Fri Apr 17 06:55:12 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1805] 10.0.0.142 () {32 vars in 694 bytes} [Fri Apr 17 06:55:12 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1806] 10.0.0.142 () {32 vars in 690 bytes} [Fri Apr 17 06:55:12 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1807] 10.0.0.142 () {32 vars in 702 bytes} [Fri Apr 17 06:55:12 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1808] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:55:12 2026] DELETE /v2.0/subnetpools/877c48ef-570a-4e6b-844b-a543c18e4fe4 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1809] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:55:12 2026] DELETE /v2.0/subnetpools/030dcbf8-4620-4571-b239-653f167c5452 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1810] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:55:12 2026] DELETE /v2.0/subnetpools/72c07d75-cef3-4b7c-8f77-d973fdbd401b => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1811] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:55:12 2026] DELETE /v2.0/subnetpools/89c1e563-4f02-49d2-896b-cd773c87e114 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1812] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:55:12 2026] DELETE /v2.0/subnetpools/49cb7192-295f-47a7-83c1-0e7dcf55dd67 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1813] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:12 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => 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: 897/1814] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:13 2026] GET /v2.0/security-groups?tenant_id=a132defaba51475ea830218155a2e060&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1815] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:13 2026] DELETE /v2.0/security-groups/7c7238ae-c127-4318-a81b-e0fc1c89a2c0 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1816] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:13 2026] GET /v2.0/ports?device_id=f7d50417-3864-4ca8-b7f6-d1feb4c17ab0 => 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: 898/1817] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:13 2026] GET /v2.0/security-groups?tenant_id=6170e05874b843aa8fb962245497133b&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1818] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:13 2026] DELETE /v2.0/security-groups/733e5d15-5bd0-43e1-bb1b-7c5fd6583136 => 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: 899/1819] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:14 2026] GET /v2.0/security-groups?tenant_id=d6b89ae589204720bdd52953da3d9e9a&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1822] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:14 2026] DELETE /v2.0/security-groups/edc40eb0-23ae-4185-bcfd-36d8522165cc => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1823] 10.0.0.7 () {34 vars in 988 bytes} [Fri Apr 17 06:55:14 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1824] 10.0.0.7 () {34 vars in 1038 bytes} [Fri Apr 17 06:55:14 2026] GET /v2.0/security-groups?id=c0186f91-6cd7-4f6e-9372-a6743c6ea3e6&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:55:16.408 7 INFO neutron_taas.services.taas.taas_plugin [None req-eaed6519-43e2-403e-824f-4d4ec503dc1a 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: e39c20bd-c2af-401a-9650-9f6bae78e45b 2026-04-17 06:55:16.411 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaed6519-43e2-403e-824f-4d4ec503dc1a 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: e39c20bd-c2af-401a-9650-9f6bae78e45b [pid: 7|app: 0|req: 903/1825] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:55:16 2026] PUT /v2.0/routers/9867b67a-8c7e-4463-87d8-07cbd8610664/remove_router_interface => generated 309 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:55:17.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-98ad9f5e-cca8-4109-87a0-edd69d6aa17e 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: def6c152-ef27-4b14-9f7f-1cc2a76263b2 2026-04-17 06:55:17.233 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98ad9f5e-cca8-4109-87a0-edd69d6aa17e 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: def6c152-ef27-4b14-9f7f-1cc2a76263b2 2026-04-17 06:55:17.543 8 INFO neutron_taas.services.taas.taas_plugin [None req-98ad9f5e-cca8-4109-87a0-edd69d6aa17e 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 4d4b9860-b9c2-4676-b737-661f446e44eb 2026-04-17 06:55:17.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98ad9f5e-cca8-4109-87a0-edd69d6aa17e 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 4d4b9860-b9c2-4676-b737-661f446e44eb 2026-04-17 06:55:17.727 7 INFO neutron.db.segments_db [None req-94ce98eb-7e1d-4603-93b2-2bd991cbe9ad f857b5b696b745eab65216b8fc1c3c73 64da0614baba47249a1da294f27937a9 - - default default] Added segment 179c9c24-d05b-4f05-993d-141d1d2faa28 of type vxlan for network a1fee45b-8b3d-4864-9fde-8e02eaea2736 [pid: 7|app: 0|req: 904/1826] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:17 2026] POST /v2.0/networks => generated 612 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:17.889 8 INFO neutron.services.segments.plugin [-] Segment 213a6683-4ef4-413e-b3aa-b3dc2aa6373e resource provider aggregate not found 2026-04-17 06:55:17.893 8 INFO neutron.services.segments.plugin [-] Segment 213a6683-4ef4-413e-b3aa-b3dc2aa6373e resource provider aggregate not found 2026-04-17 06:55:17.914 8 INFO neutron.services.segments.plugin [-] Segment 213a6683-4ef4-413e-b3aa-b3dc2aa6373e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 213a6683-4ef4-413e-b3aa-b3dc2aa6373e found for delete ", "request_id": "req-958b5244-e1ec-4063-a925-578ce4711096"}]} 2026-04-17 06:55:17.914 8 INFO neutron.services.segments.plugin [-] Segment 213a6683-4ef4-413e-b3aa-b3dc2aa6373e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 213a6683-4ef4-413e-b3aa-b3dc2aa6373e found for delete ", "request_id": "req-e286cc7e-f0fc-4fdb-a3ef-622f997af83e"}]} 2026-04-17 06:55:17.916 8 INFO neutron.db.l3_hamode_db [None req-98ad9f5e-cca8-4109-87a0-edd69d6aa17e 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] HA network 5ed5d554-4a63-4aed-9066-46be2cbe4e29 was deleted as no HA routers are present in tenant ec0f10ad4d67454bb3a09150fcca12db. [pid: 8|app: 0|req: 923/1827] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:55:16 2026] DELETE /v2.0/routers/9867b67a-8c7e-4463-87d8-07cbd8610664 => generated 0 bytes in 946 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1828] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:55:17 2026] DELETE /v2.0/subnets/2ace697f-b975-4b93-8f8b-1370d535b8d3 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1829] 10.0.0.142 () {34 vars in 664 bytes} [Fri Apr 17 06:55:17 2026] POST /v2.0/ports => generated 743 bytes in 261 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: 906/1830] 10.0.0.142 () {34 vars in 747 bytes} [Fri Apr 17 06:55:18 2026] PUT /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:55:18.181 8 INFO neutron_taas.services.taas.taas_plugin [None req-acaadaf9-1654-47aa-a9d7-6c24b86fc04f 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: e3509c0e-2906-4dd8-81d2-133633f4d7c3 2026-04-17 06:55:18.184 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acaadaf9-1654-47aa-a9d7-6c24b86fc04f 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: e3509c0e-2906-4dd8-81d2-133633f4d7c3 [pid: 7|app: 0|req: 907/1831] 10.0.0.142 () {32 vars in 727 bytes} [Fri Apr 17 06:55:18 2026] GET /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 908/1832] 10.0.0.142 () {34 vars in 758 bytes} [Fri Apr 17 06:55:18 2026] PUT /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags/green => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 909/1833] 10.0.0.142 () {32 vars in 727 bytes} [Fri Apr 17 06:55:18 2026] GET /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 925/1834] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:18 2026] DELETE /v2.0/networks/faf17c58-998c-4cec-981f-a5a5f6e43b3c => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1835] 10.0.0.142 () {34 vars in 754 bytes} [Fri Apr 17 06:55:18 2026] PUT /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags/red => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 926/1836] 10.0.0.142 () {32 vars in 727 bytes} [Fri Apr 17 06:55:18 2026] GET /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags => generated 34 bytes in 55 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: 911/1837] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:18 2026] GET /v2.0/security-groups?tenant_id=ec0f10ad4d67454bb3a09150fcca12db&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1838] 10.0.0.142 () {34 vars in 776 bytes} [Fri Apr 17 06:55:18 2026] PUT /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags/black.or.white => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 912/1839] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:18 2026] DELETE /v2.0/security-groups/785db5ea-e3f2-4b86-8e24-7aa7ed9e00f2 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1840] 10.0.0.142 () {32 vars in 727 bytes} [Fri Apr 17 06:55:18 2026] GET /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1841] 10.0.0.142 () {34 vars in 747 bytes} [Fri Apr 17 06:55:18 2026] PUT /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 929/1842] 10.0.0.142 () {32 vars in 727 bytes} [Fri Apr 17 06:55:18 2026] GET /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 914/1843] 10.0.0.142 () {32 vars in 735 bytes} [Fri Apr 17 06:55:18 2026] GET /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:55:18.884 8 INFO neutron.api.v2.resource [None req-8e74c537-098f-4dbe-8755-124d6b438322 f857b5b696b745eab65216b8fc1c3c73 64da0614baba47249a1da294f27937a9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 930/1844] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:55:18 2026] GET /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 915/1845] 10.0.0.142 () {32 vars in 738 bytes} [Fri Apr 17 06:55:18 2026] DELETE /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 931/1846] 10.0.0.142 () {32 vars in 727 bytes} [Fri Apr 17 06:55:18 2026] GET /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags => generated 30 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-04-17 06:55:19.050 7 INFO neutron.api.v2.resource [None req-32d9ab7b-6736-4faf-b6e6-a12bcbcb7b14 f857b5b696b745eab65216b8fc1c3c73 64da0614baba47249a1da294f27937a9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 916/1847] 10.0.0.142 () {32 vars in 742 bytes} [Fri Apr 17 06:55:19 2026] DELETE /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 932/1848] 10.0.0.142 () {32 vars in 730 bytes} [Fri Apr 17 06:55:19 2026] DELETE /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 917/1849] 10.0.0.142 () {32 vars in 727 bytes} [Fri Apr 17 06:55:19 2026] GET /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:55:19.349 8 INFO neutron_taas.services.taas.taas_plugin [None req-5243dde4-1863-416a-8ac3-36283fed39f0 f857b5b696b745eab65216b8fc1c3c73 64da0614baba47249a1da294f27937a9 - - default default] TaaS: Handle Delete Port: ba6bb3dd-c156-48c3-9e42-65b41ba05857 2026-04-17 06:55:19.352 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5243dde4-1863-416a-8ac3-36283fed39f0 f857b5b696b745eab65216b8fc1c3c73 64da0614baba47249a1da294f27937a9 - - default default] Tap Mirror: Handle Delete Port: ba6bb3dd-c156-48c3-9e42-65b41ba05857 [pid: 8|app: 0|req: 933/1850] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:55:19 2026] DELETE /v2.0/ports/ba6bb3dd-c156-48c3-9e42-65b41ba05857 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:55:19.561 7 INFO neutron.services.segments.plugin [-] Segment 179c9c24-d05b-4f05-993d-141d1d2faa28 resource provider aggregate not found 2026-04-17 06:55:19.566 7 INFO neutron.services.segments.plugin [-] Segment 179c9c24-d05b-4f05-993d-141d1d2faa28 resource provider aggregate not found 2026-04-17 06:55:19.579 7 INFO neutron.services.segments.plugin [-] Segment 179c9c24-d05b-4f05-993d-141d1d2faa28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 179c9c24-d05b-4f05-993d-141d1d2faa28 found for delete ", "request_id": "req-7923951b-2d90-4082-a6b4-2603fc66f128"}]} 2026-04-17 06:55:19.584 7 INFO neutron.services.segments.plugin [-] Segment 179c9c24-d05b-4f05-993d-141d1d2faa28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 179c9c24-d05b-4f05-993d-141d1d2faa28 found for delete ", "request_id": "req-810887ee-c9f2-4f55-8eec-88c00190a888"}]} [pid: 7|app: 0|req: 918/1851] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:19 2026] DELETE /v2.0/networks/a1fee45b-8b3d-4864-9fde-8e02eaea2736 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:55:19.934 8 INFO neutron.services.segments.plugin [-] Segment 6f706442-98cd-4422-9161-9f50c0f9ec22 resource provider aggregate not found 2026-04-17 06:55:19.939 8 INFO neutron.services.segments.plugin [-] Segment 6f706442-98cd-4422-9161-9f50c0f9ec22 resource provider aggregate not found 2026-04-17 06:55:19.952 8 INFO neutron.services.segments.plugin [-] Segment 6f706442-98cd-4422-9161-9f50c0f9ec22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f706442-98cd-4422-9161-9f50c0f9ec22 found for delete ", "request_id": "req-c9d7d662-6c93-41a4-a200-3bd6f8346275"}]} 2026-04-17 06:55:19.954 8 INFO neutron.services.segments.plugin [-] Segment 6f706442-98cd-4422-9161-9f50c0f9ec22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f706442-98cd-4422-9161-9f50c0f9ec22 found for delete ", "request_id": "req-80ec02d3-b79e-4ae2-8617-8ac0cc3f6406"}]} [pid: 8|app: 0|req: 934/1852] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:20 2026] GET /v2.0/security-groups?tenant_id=64da0614baba47249a1da294f27937a9&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1853] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:20 2026] DELETE /v2.0/security-groups/66400e3c-5124-4a58-a83c-21e7dd48590b => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1854] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:20 2026] GET /v2.0/security-groups?tenant_id=6de14ec8b4e24948a84a7212efb42715&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1855] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:20 2026] DELETE /v2.0/security-groups/b4b980dc-9246-40ab-8efb-c0dddaa910e5 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1856] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:55:22 2026] POST /v2.0/floatingips => generated 552 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1857] 10.0.0.142 () {32 vars in 826 bytes} [Fri Apr 17 06:55:23 2026] GET /v2.0/ports?project_id=5c0c7affbc454a77a1b90cad6ac4a775&network_id=5a87f92d-6d98-4060-bb47-d2d2928b8795 => generated 3695 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1858] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:55:23 2026] POST /v2.0/floatingips => generated 552 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:23.930 8 INFO neutron.db.segments_db [None req-bc10c8b5-ad94-4261-ab91-b117f78d0f81 5c14a7e038714265ab23428aab421361 93367f1da9e04f6baf7e9fed1d1f7a5a - - default default] Added segment d3940233-0879-4276-812f-02ff75955e55 of type vxlan for network 7afcb26c-43cd-4ff0-b9d6-0a7a5c8931b3 [pid: 8|app: 0|req: 938/1859] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:23 2026] POST /v2.0/networks => generated 611 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1860] 10.0.0.142 () {32 vars in 742 bytes} [Fri Apr 17 06:55:23 2026] GET /v2.0/subnets?network_id=117c5f89-ecd9-4939-bfa3-48289e120040 => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1861] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:55:23 2026] POST /v2.0/floatingips => generated 552 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:24.258 7 INFO neutron.db.l3_db [None req-64de6c15-6a78-4cd0-871a-a8645fbcc89d 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Floating IP ab1e27df-87f6-4532-8458-72139871a0d5 disassociated. External IP: 10.96.250.210, port: 0c9c9809-779b-4e3a-bf31-fb3d648aeb91. [pid: 7|app: 0|req: 923/1862] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:55:24 2026] PUT /v2.0/floatingips/ab1e27df-87f6-4532-8458-72139871a0d5 => generated 554 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:55:24.615 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0aab56f-6f0d-413a-a0e5-8b43d69054bb'] response: {'name': 'network-changed', 'server_uuid': '2c5c5d0a-5020-48ac-9afa-163bab6eeb70', 'tag': '0c9c9809-779b-4e3a-bf31-fb3d648aeb91', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 940/1863] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:55:24 2026] POST /v2.0/subnets => generated 626 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1864] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:24 2026] GET /v2.0/floatingips/ab1e27df-87f6-4532-8458-72139871a0d5 => generated 554 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1865] 10.0.0.142 () {34 vars in 751 bytes} [Fri Apr 17 06:55:24 2026] PUT /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1866] 10.0.0.142 () {32 vars in 731 bytes} [Fri Apr 17 06:55:24 2026] GET /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1867] 10.0.0.142 () {34 vars in 762 bytes} [Fri Apr 17 06:55:24 2026] PUT /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1868] 10.0.0.142 () {32 vars in 731 bytes} [Fri Apr 17 06:55:24 2026] GET /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1869] 10.0.0.142 () {34 vars in 758 bytes} [Fri Apr 17 06:55:24 2026] PUT /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1870] 10.0.0.142 () {32 vars in 731 bytes} [Fri Apr 17 06:55:24 2026] GET /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1871] 10.0.0.142 () {34 vars in 780 bytes} [Fri Apr 17 06:55:24 2026] PUT /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1872] 10.0.0.142 () {32 vars in 731 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1873] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:55:24 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1874] 10.0.0.142 () {34 vars in 751 bytes} [Fri Apr 17 06:55:25 2026] PUT /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1875] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/ports?tenant_id=5c0c7affbc454a77a1b90cad6ac4a775&device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1876] 10.0.0.142 () {32 vars in 731 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1877] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/networks?id=5a87f92d-6d98-4060-bb47-d2d2928b8795 => generated 755 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1878] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1879] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=0c9c9809-779b-4e3a-bf31-fb3d648aeb91 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:55:25.313 8 INFO neutron.api.v2.resource [None req-dbbfbbaa-8446-4c65-a54b-1d1522765207 5c14a7e038714265ab23428aab421361 93367f1da9e04f6baf7e9fed1d1f7a5a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 956/1880] 10.0.0.142 () {32 vars in 743 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1881] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/subnets?id=f39a5f3e-c05f-42c7-9976-7b742d334d9c => generated 677 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1882] 10.0.0.142 () {32 vars in 742 bytes} [Fri Apr 17 06:55:25 2026] DELETE /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1883] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/ports?network_id=5a87f92d-6d98-4060-bb47-d2d2928b8795&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1884] 10.0.0.142 () {32 vars in 731 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1885] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:55:25.534 8 INFO neutron.api.v2.resource [None req-feadec4f-c5c6-4767-ac02-938aae65bfeb 5c14a7e038714265ab23428aab421361 93367f1da9e04f6baf7e9fed1d1f7a5a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 962/1886] 10.0.0.142 () {32 vars in 746 bytes} [Fri Apr 17 06:55:25 2026] DELETE /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1887] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1888] 10.0.0.142 () {32 vars in 734 bytes} [Fri Apr 17 06:55:25 2026] DELETE /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1889] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:55:25 2026] POST /v2.0/floatingips => generated 552 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1890] 10.0.0.142 () {34 vars in 759 bytes} [Fri Apr 17 06:55:25 2026] PUT /v2.0/floatingips/896c02f7-5852-46ea-9ad3-f4cf11b7a3e7/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1891] 10.0.0.142 () {32 vars in 731 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1892] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/floatingips/ab1e27df-87f6-4532-8458-72139871a0d5 => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1893] 10.0.0.142 () {34 vars in 759 bytes} [Fri Apr 17 06:55:25 2026] PUT /v2.0/floatingips/542bc39e-e555-4aa1-95e4-eb6d481fa883/tags => generated 25 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1894] 10.0.0.142 () {34 vars in 759 bytes} [Fri Apr 17 06:55:25 2026] PUT /v2.0/floatingips/5021e321-6d36-42a8-994e-17131647e3f6/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1895] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:55:25 2026] DELETE /v2.0/subnets/080c4109-be2b-4ad7-bb83-eefa80b5de6b => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1896] 10.0.0.142 () {34 vars in 759 bytes} [Fri Apr 17 06:55:25 2026] PUT /v2.0/floatingips/ebc1f85e-9663-43c9-b42e-ea4bec22f841/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:55:25.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-5819ad8e-a92d-4c6e-9c23-90c60959108e 5c14a7e038714265ab23428aab421361 93367f1da9e04f6baf7e9fed1d1f7a5a - - default default] TaaS: Handle Delete Port: c5dd1e7f-790a-4e73-b8be-6c706c13ce28 2026-04-17 06:55:25.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5819ad8e-a92d-4c6e-9c23-90c60959108e 5c14a7e038714265ab23428aab421361 93367f1da9e04f6baf7e9fed1d1f7a5a - - default default] Tap Mirror: Handle Delete Port: c5dd1e7f-790a-4e73-b8be-6c706c13ce28 [pid: 7|app: 0|req: 930/1897] 10.0.0.142 () {32 vars in 672 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:55:26.085 8 INFO neutron.services.segments.plugin [-] Segment d3940233-0879-4276-812f-02ff75955e55 resource provider aggregate not found 2026-04-17 06:55:26.090 8 INFO neutron.services.segments.plugin [-] Segment d3940233-0879-4276-812f-02ff75955e55 resource provider aggregate not found 2026-04-17 06:55:26.108 8 INFO neutron.services.segments.plugin [-] Segment d3940233-0879-4276-812f-02ff75955e55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3940233-0879-4276-812f-02ff75955e55 found for delete ", "request_id": "req-31f15221-9e9e-42f5-bd46-bbf8981c6a80"}]} 2026-04-17 06:55:26.111 8 INFO neutron.services.segments.plugin [-] Segment d3940233-0879-4276-812f-02ff75955e55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3940233-0879-4276-812f-02ff75955e55 found for delete ", "request_id": "req-62e0aedd-744d-4f88-8cbf-724da7a25b88"}]} [pid: 8|app: 0|req: 968/1898] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:25 2026] DELETE /v2.0/networks/7afcb26c-43cd-4ff0-b9d6-0a7a5c8931b3 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1899] 10.0.0.142 () {32 vars in 686 bytes} [Fri Apr 17 06:55:25 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1900] 10.0.0.142 () {32 vars in 682 bytes} [Fri Apr 17 06:55:26 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1901] 10.0.0.142 () {32 vars in 694 bytes} [Fri Apr 17 06:55:26 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1902] 10.0.0.142 () {32 vars in 680 bytes} [Fri Apr 17 06:55:26 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1903] 10.0.0.142 () {32 vars in 694 bytes} [Fri Apr 17 06:55:26 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1904] 10.0.0.142 () {32 vars in 690 bytes} [Fri Apr 17 06:55:26 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1905] 10.0.0.142 () {32 vars in 702 bytes} [Fri Apr 17 06:55:26 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1906] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:26 2026] GET /v2.0/floatingips/ab1e27df-87f6-4532-8458-72139871a0d5 => generated 552 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:55:26.821 7 INFO neutron_taas.services.taas.taas_plugin [None req-65d7e003-25dc-440d-8a27-ff9144e0db13 b6190b591f61409590e37fdcc63204f0 bc47b110f428498d9e8b477b0137ab8e - - default default] TaaS: Handle Delete Port: 946b621c-7988-4cec-af3b-0ea90e8a296e 2026-04-17 06:55:26.824 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65d7e003-25dc-440d-8a27-ff9144e0db13 b6190b591f61409590e37fdcc63204f0 bc47b110f428498d9e8b477b0137ab8e - - default default] Tap Mirror: Handle Delete Port: 946b621c-7988-4cec-af3b-0ea90e8a296e [pid: 8|app: 0|req: 973/1907] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:26 2026] GET /v2.0/security-groups?tenant_id=93367f1da9e04f6baf7e9fed1d1f7a5a&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1908] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:55:26 2026] DELETE /v2.0/floatingips/896c02f7-5852-46ea-9ad3-f4cf11b7a3e7 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1909] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:26 2026] DELETE /v2.0/security-groups/35149b16-bfc9-4ee0-80b5-8baaef64f46b => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:55:27.075 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9aaf353-1380-4a42-82ec-5ddb8067bb17 b6190b591f61409590e37fdcc63204f0 bc47b110f428498d9e8b477b0137ab8e - - default default] TaaS: Handle Delete Port: 4412cd87-fd6a-4f3e-a0ce-7cbc72ce4eec 2026-04-17 06:55:27.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9aaf353-1380-4a42-82ec-5ddb8067bb17 b6190b591f61409590e37fdcc63204f0 bc47b110f428498d9e8b477b0137ab8e - - default default] Tap Mirror: Handle Delete Port: 4412cd87-fd6a-4f3e-a0ce-7cbc72ce4eec [pid: 8|app: 0|req: 975/1910] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:27 2026] GET /v2.0/security-groups?tenant_id=70a0be6c0afa497f8effdc8103663e33&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1911] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:55:26 2026] DELETE /v2.0/floatingips/542bc39e-e555-4aa1-95e4-eb6d481fa883 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1912] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:27 2026] DELETE /v2.0/security-groups/a9b3014a-c503-4326-929e-dc9b8d156079 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:55:27.340 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9435d3a-8930-47a3-887a-c14a97e7273f b6190b591f61409590e37fdcc63204f0 bc47b110f428498d9e8b477b0137ab8e - - default default] TaaS: Handle Delete Port: f4ef00b7-c22e-4320-ab01-003cb34049f5 2026-04-17 06:55:27.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9435d3a-8930-47a3-887a-c14a97e7273f b6190b591f61409590e37fdcc63204f0 bc47b110f428498d9e8b477b0137ab8e - - default default] Tap Mirror: Handle Delete Port: f4ef00b7-c22e-4320-ab01-003cb34049f5 [pid: 7|app: 0|req: 937/1913] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:55:27 2026] DELETE /v2.0/floatingips/5021e321-6d36-42a8-994e-17131647e3f6 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:55:27.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-04ac642d-f1c6-4240-b132-bd2d2d5c5b12 b6190b591f61409590e37fdcc63204f0 bc47b110f428498d9e8b477b0137ab8e - - default default] TaaS: Handle Delete Port: 242ba0fe-42d4-4d3f-ae06-bf63826f49a0 2026-04-17 06:55:27.611 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04ac642d-f1c6-4240-b132-bd2d2d5c5b12 b6190b591f61409590e37fdcc63204f0 bc47b110f428498d9e8b477b0137ab8e - - default default] Tap Mirror: Handle Delete Port: 242ba0fe-42d4-4d3f-ae06-bf63826f49a0 [pid: 8|app: 0|req: 977/1914] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:55:27 2026] DELETE /v2.0/floatingips/ebc1f85e-9663-43c9-b42e-ea4bec22f841 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:55:27.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-26addd43-9d65-460a-a188-6c7fbc5cfcea b6190b591f61409590e37fdcc63204f0 bc47b110f428498d9e8b477b0137ab8e - - default default] TaaS: Handle Delete Port: 30b731a3-ffea-4d27-9931-31223e1ee03f 2026-04-17 06:55:27.854 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26addd43-9d65-460a-a188-6c7fbc5cfcea b6190b591f61409590e37fdcc63204f0 bc47b110f428498d9e8b477b0137ab8e - - default default] Tap Mirror: Handle Delete Port: 30b731a3-ffea-4d27-9931-31223e1ee03f [pid: 8|app: 0|req: 978/1915] 10.0.0.142 () {34 vars in 685 bytes} [Fri Apr 17 06:55:27 2026] POST /v2.0/security-groups => generated 1675 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1916] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1917] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:55:27 2026] DELETE /v2.0/floatingips/f84b5f7e-17ca-4549-9dba-bf38bb0c9206 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1918] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:28 2026] POST /v2.0/security-group-rules => generated 596 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1919] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1920] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:28.379 7 INFO neutron.db.securitygroups_db [None req-b0f4675c-ae9d-4742-aaf4-d51c43ed7aae 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Project 5c0c7affbc454a77a1b90cad6ac4a775 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: 940/1921] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:28 2026] POST /v2.0/security-group-rules => generated 607 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:28.492 8 INFO neutron.db.securitygroups_db [None req-8ff3a536-ada1-488c-a55a-43a78cf6e885 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Project 5c0c7affbc454a77a1b90cad6ac4a775 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 982/1922] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:28 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1923] 10.0.0.142 () {32 vars in 649 bytes} [Fri Apr 17 06:55:28 2026] GET /v2.0/networks => generated 1297 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1924] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:28 2026] GET /v2.0/security-groups?tenant_id=33c0b62efa9e4661880f922e85a459f0&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1925] 10.0.0.21 () {34 vars in 1099 bytes} [Fri Apr 17 06:55:29 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1826538963&fields=id&tenant_id=5c0c7affbc454a77a1b90cad6ac4a775 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1926] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:29 2026] DELETE /v2.0/security-groups/72a26f4f-0b89-4da2-9162-35ec83a82d04 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1927] 10.0.0.21 () {34 vars in 981 bytes} [Fri Apr 17 06:55:29 2026] GET /v2.0/networks?id=5a87f92d-6d98-4060-bb47-d2d2928b8795 => generated 660 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1928] 10.0.0.21 () {34 vars in 964 bytes} [Fri Apr 17 06:55:29 2026] GET /v2.0/quotas/5c0c7affbc454a77a1b90cad6ac4a775 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1929] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:55:29 2026] GET /v2.0/ports?tenant_id=5c0c7affbc454a77a1b90cad6ac4a775&fields=id => generated 149 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1932] 10.0.0.21 () {34 vars in 1007 bytes} [Fri Apr 17 06:55:29 2026] GET /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1933] 10.0.0.21 () {34 vars in 1107 bytes} [Fri Apr 17 06:55:29 2026] GET /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1934] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:29 2026] GET /v2.0/security-groups?tenant_id=bc47b110f428498d9e8b477b0137ab8e&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1935] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:29 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1936] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:29 2026] DELETE /v2.0/security-groups/6c4e7b6a-42ae-4ed8-8c3d-4331b2abdc86 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1937] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:29 2026] GET /v2.0/security-groups?tenant_id=f2a7479bf30640d4a4c2a04225678d75&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1938] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:29 2026] DELETE /v2.0/security-groups/8a38db8f-7462-4a33-9677-a58bf1a2bcc3 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1939] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:30 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:55:30.797 8 INFO neutron.db.segments_db [None req-782c49c9-3ded-4bb8-b665-43a638362f32 af04ef03e55f4277a1c089f3fc7ab63a 43b68c6540bf4fcf9b4dc5bba5b4ab91 - - default default] Added segment ef58b68c-381a-42a7-93bc-d75ca0f86706 of type vxlan for network ca30f436-b5f2-42fb-82aa-63dc3df403dd [pid: 8|app: 0|req: 989/1940] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:30 2026] POST /v2.0/networks => generated 613 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1941] 10.0.0.142 () {34 vars in 664 bytes} [Fri Apr 17 06:55:30 2026] POST /v2.0/ports => generated 743 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1942] 10.0.0.142 () {34 vars in 666 bytes} [Fri Apr 17 06:55:31 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 953/1943] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:55:31 2026] PUT /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1944] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:31 2026] GET /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1945] 10.0.0.142 () {34 vars in 760 bytes} [Fri Apr 17 06:55:31 2026] PUT /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags/green => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1946] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:31 2026] GET /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1947] 10.0.0.142 () {34 vars in 756 bytes} [Fri Apr 17 06:55:31 2026] PUT /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1948] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:31 2026] GET /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1949] 10.0.0.142 () {34 vars in 778 bytes} [Fri Apr 17 06:55:31 2026] PUT /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1950] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:31 2026] GET /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1951] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:55:31 2026] PUT /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1952] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:31 2026] GET /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1953] 10.0.0.142 () {32 vars in 737 bytes} [Fri Apr 17 06:55:31 2026] GET /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:55:31.675 8 INFO neutron.api.v2.resource [None req-11314f19-a5a8-47fc-8635-a3641a33bed2 af04ef03e55f4277a1c089f3fc7ab63a 43b68c6540bf4fcf9b4dc5bba5b4ab91 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 996/1954] 10.0.0.142 () {32 vars in 741 bytes} [Fri Apr 17 06:55:31 2026] GET /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1955] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:31 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1956] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:31 2026] DELETE /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1957] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:31 2026] GET /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:55:31.763 8 INFO neutron.api.v2.resource [None req-9b8ceedb-fc8c-4ac6-aee7-d8afa539c99d af04ef03e55f4277a1c089f3fc7ab63a 43b68c6540bf4fcf9b4dc5bba5b4ab91 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 998/1958] 10.0.0.142 () {32 vars in 744 bytes} [Fri Apr 17 06:55:31 2026] DELETE /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1959] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:55:31 2026] DELETE /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1960] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:31 2026] GET /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa/tags => 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: 962/1961] 10.0.0.142 () {32 vars in 719 bytes} [Fri Apr 17 06:55:31 2026] GET /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1962] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:55:31 2026] GET /v2.0/ports/bea22e45-d604-49e7-8adf-0f0e2fc14f7f => generated 826 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1963] 10.0.0.142 () {32 vars in 722 bytes} [Fri Apr 17 06:55:31 2026] DELETE /v2.0/trunks/5f399e6c-8357-40bd-a1ed-b515cfb3a6aa => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:55:32.146 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c2cfd2a-39b3-4caf-9ba9-ba930dd878d9 af04ef03e55f4277a1c089f3fc7ab63a 43b68c6540bf4fcf9b4dc5bba5b4ab91 - - default default] TaaS: Handle Delete Port: bea22e45-d604-49e7-8adf-0f0e2fc14f7f 2026-04-17 06:55:32.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c2cfd2a-39b3-4caf-9ba9-ba930dd878d9 af04ef03e55f4277a1c089f3fc7ab63a 43b68c6540bf4fcf9b4dc5bba5b4ab91 - - default default] Tap Mirror: Handle Delete Port: bea22e45-d604-49e7-8adf-0f0e2fc14f7f [pid: 8|app: 0|req: 1001/1964] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:55:32 2026] DELETE /v2.0/ports/bea22e45-d604-49e7-8adf-0f0e2fc14f7f => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:55:32.320 7 INFO neutron.services.segments.plugin [-] Segment ef58b68c-381a-42a7-93bc-d75ca0f86706 resource provider aggregate not found 2026-04-17 06:55:32.326 7 INFO neutron.services.segments.plugin [-] Segment ef58b68c-381a-42a7-93bc-d75ca0f86706 resource provider aggregate not found 2026-04-17 06:55:32.341 7 INFO neutron.services.segments.plugin [-] Segment ef58b68c-381a-42a7-93bc-d75ca0f86706 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef58b68c-381a-42a7-93bc-d75ca0f86706 found for delete ", "request_id": "req-979bcc1a-9fb5-4ced-bf73-2845659d8f6f"}]} 2026-04-17 06:55:32.342 7 INFO neutron.services.segments.plugin [-] Segment ef58b68c-381a-42a7-93bc-d75ca0f86706 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef58b68c-381a-42a7-93bc-d75ca0f86706 found for delete ", "request_id": "req-ef218686-9641-4295-b4d0-494fc41a2395"}]} [pid: 7|app: 0|req: 964/1965] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:32 2026] DELETE /v2.0/networks/ca30f436-b5f2-42fb-82aa-63dc3df403dd => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1966] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:32 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => 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: 965/1967] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:32 2026] GET /v2.0/security-groups?tenant_id=43b68c6540bf4fcf9b4dc5bba5b4ab91&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1968] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:33 2026] DELETE /v2.0/security-groups/80e6c5b5-c33a-4e55-b8e6-9325d97e5d51 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1969] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:33 2026] GET /v2.0/security-groups?tenant_id=a4abe027b0f0427787fa3a6c74c50a78&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1970] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:33 2026] DELETE /v2.0/security-groups/c55d2cd4-d606-4bf1-86a1-4142b861cdc7 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1971] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:55:33 2026] GET /v2.0/networks?id=5a87f92d-6d98-4060-bb47-d2d2928b8795 => generated 660 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1972] 199.204.45.129 () {34 vars in 1050 bytes} [Fri Apr 17 06:55:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5c0c7affbc454a77a1b90cad6ac4a775 => generated 274 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1973] 10.0.0.142 () {34 vars in 678 bytes} [Fri Apr 17 06:55:33 2026] POST /v2.0/qos/policies => generated 359 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1974] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:33 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => 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: 969/1975] 10.0.0.142 () {34 vars in 678 bytes} [Fri Apr 17 06:55:33 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: 7|app: 0|req: 970/1976] 10.0.0.142 () {34 vars in 678 bytes} [Fri Apr 17 06:55:33 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1977] 10.0.0.142 () {34 vars in 678 bytes} [Fri Apr 17 06:55:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1978] 10.0.0.142 () {34 vars in 678 bytes} [Fri Apr 17 06:55:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1979] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:55:34 2026] PUT /v2.0/policies/6c7ea0f5-77f9-46ae-bc05-a6ca42eb313e/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1980] 199.204.45.129 () {38 vars in 955 bytes} [Fri Apr 17 06:55:33 2026] POST /v2.0/ports => generated 954 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1981] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:55:34 2026] PUT /v2.0/policies/b1b512e6-a4e8-48b9-8eff-fd0c5163cdaa/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1008/1982] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:55:34 2026] PUT /v2.0/policies/033ff15f-d91b-455f-80d6-9bfd1a3ca726/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1983] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:55:34 2026] PUT /v2.0/policies/67e5ad33-2a0c-48ef-a098-5398f234099c/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1984] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:55:34 2026] PUT /v2.0/ports/13a3e54d-db1b-4d30-9986-3107bbbbdb7c => generated 1235 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:55:34.640 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-43033c5e-914e-469c-8a9a-1b8c271d3318'] response: {'name': 'network-changed', 'server_uuid': '4de3cc05-bfb7-4999-b9a9-7521f50e9fd0', 'tag': '13a3e54d-db1b-4d30-9986-3107bbbbdb7c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1010/1985] 10.0.0.142 () {32 vars in 674 bytes} [Fri Apr 17 06:55:34 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 176 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: 976/1986] 10.0.0.142 () {32 vars in 688 bytes} [Fri Apr 17 06:55:34 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1987] 10.0.0.142 () {32 vars in 684 bytes} [Fri Apr 17 06:55:34 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1988] 10.0.0.142 () {32 vars in 696 bytes} [Fri Apr 17 06:55:34 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1989] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:34 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1990] 10.0.0.142 () {32 vars in 682 bytes} [Fri Apr 17 06:55:35 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1991] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:35 2026] GET /v2.0/security-groups?id=1f26be6e-c753-43ff-92cf-96511ec3f807&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1992] 10.0.0.142 () {32 vars in 696 bytes} [Fri Apr 17 06:55:35 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1993] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:55:35 2026] GET /v2.0/ports?tenant_id=5c0c7affbc454a77a1b90cad6ac4a775&device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1994] 10.0.0.142 () {32 vars in 692 bytes} [Fri Apr 17 06:55:35 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1995] 199.204.45.129 () {34 vars in 1018 bytes} [Fri Apr 17 06:55:35 2026] GET /v2.0/networks?tenant_id=5c0c7affbc454a77a1b90cad6ac4a775&shared=False => generated 755 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1996] 10.0.0.142 () {32 vars in 704 bytes} [Fri Apr 17 06:55:35 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1997] 199.204.45.129 () {34 vars in 930 bytes} [Fri Apr 17 06:55:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1998] 10.0.0.142 () {32 vars in 734 bytes} [Fri Apr 17 06:55:35 2026] DELETE /v2.0/qos/policies/6c7ea0f5-77f9-46ae-bc05-a6ca42eb313e => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1999] 10.0.0.142 () {32 vars in 734 bytes} [Fri Apr 17 06:55:35 2026] DELETE /v2.0/qos/policies/b1b512e6-a4e8-48b9-8eff-fd0c5163cdaa => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2000] 10.0.0.142 () {32 vars in 734 bytes} [Fri Apr 17 06:55:35 2026] DELETE /v2.0/qos/policies/033ff15f-d91b-455f-80d6-9bfd1a3ca726 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2001] 10.0.0.142 () {32 vars in 734 bytes} [Fri Apr 17 06:55:35 2026] DELETE /v2.0/qos/policies/67e5ad33-2a0c-48ef-a098-5398f234099c => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2002] 10.0.0.142 () {32 vars in 734 bytes} [Fri Apr 17 06:55:35 2026] DELETE /v2.0/qos/policies/d207b7dd-74a6-45f3-8e3c-e6cc6defb1fb => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2003] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:36 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2004] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:36 2026] GET /v2.0/security-groups?id=1f26be6e-c753-43ff-92cf-96511ec3f807&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: 987/2005] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:55:36 2026] GET /v2.0/ports?tenant_id=5c0c7affbc454a77a1b90cad6ac4a775&device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => 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: 988/2006] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:55:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=13a3e54d-db1b-4d30-9986-3107bbbbdb7c => 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: 989/2007] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:55:36 2026] GET /v2.0/subnets?id=f39a5f3e-c05f-42c7-9976-7b742d334d9c => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2008] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:36 2026] GET /v2.0/security-groups?tenant_id=cac3ee88b5114f8a8d4f8662238eba4b&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2009] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:55:36 2026] GET /v2.0/ports?network_id=5a87f92d-6d98-4060-bb47-d2d2928b8795&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2010] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:55:36 2026] GET /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2011] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:36 2026] DELETE /v2.0/security-groups/a048535f-8b76-4c5d-a41f-d35b16514d6f => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2012] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:55:36 2026] GET /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2013] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:36 2026] GET /v2.0/security-groups?tenant_id=718990072a714c818a8f5c4b2240d139&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2014] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:36 2026] DELETE /v2.0/security-groups/ddb4de04-c6ec-424f-bb48-1630c16dfca8 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2015] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:36 2026] GET /v2.0/security-groups?tenant_id=726389bf5e36426ebdb48d6cecf015c7&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2016] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:36 2026] DELETE /v2.0/security-groups/940273c7-2107-4eda-b5e3-13f512a86a51 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2017] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:37 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2018] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:37 2026] GET /v2.0/security-groups?id=1f26be6e-c753-43ff-92cf-96511ec3f807&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2019] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:38 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2020] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:38 2026] GET /v2.0/security-groups?id=1f26be6e-c753-43ff-92cf-96511ec3f807&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2021] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:39 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2022] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:39 2026] GET /v2.0/security-groups?id=1f26be6e-c753-43ff-92cf-96511ec3f807&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2023] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:40 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => 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: 998/2024] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:40 2026] GET /v2.0/security-groups?id=1f26be6e-c753-43ff-92cf-96511ec3f807&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:55:41.271 8 INFO neutron.db.segments_db [None req-b8c8855a-4e85-49d5-86a5-ab50d3b9511c 593811e72f7f464291b7b6ed7ef6269c cdac4b04cae04cd79c5c724ee2f1f18d - - default default] Added segment 2dcc0a8e-a061-49d3-8227-4da8cf665271 of type vxlan for network ee699413-caf6-4ee9-8a8f-060da3116006 [pid: 8|app: 0|req: 1027/2025] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:41 2026] POST /v2.0/networks => generated 613 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2026] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:55:41 2026] POST /v2.0/subnets => generated 626 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:41.702 8 INFO neutron.db.segments_db [None req-1c987bd9-d9ff-42d5-b84b-7373d847b3b8 593811e72f7f464291b7b6ed7ef6269c cdac4b04cae04cd79c5c724ee2f1f18d - - default default] Added segment 57fb00ba-795d-4280-9737-67acaf07de60 of type vxlan for network 2c99642c-a0c3-4217-8bbf-9c593786d3ec [pid: 8|app: 0|req: 1028/2027] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:41 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2028] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:41 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2029] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:42 2026] GET /v2.0/security-groups?id=1f26be6e-c753-43ff-92cf-96511ec3f807&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2030] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:55:41 2026] POST /v2.0/subnets => generated 629 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2031] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:42 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:55:42.161 7 INFO neutron.db.segments_db [None req-a5b461f8-c563-4de1-970f-5886820f22fa 593811e72f7f464291b7b6ed7ef6269c cdac4b04cae04cd79c5c724ee2f1f18d - - default default] Added segment f99cce0a-6023-4e62-a188-3daa0c62988b of type vxlan for network 6e2ac503-a8ba-4210-89ae-a674f63b7e37 [pid: 7|app: 0|req: 1001/2032] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:42 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) [pid: 7|app: 0|req: 1002/2033] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:42 2026] GET /v2.0/security-groups?id=1f26be6e-c753-43ff-92cf-96511ec3f807&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:55:42.407 8 INFO neutron.db.segments_db [None req-962eb963-5978-47a6-be99-7e61d2998e4a b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Added segment 4c041393-aa31-466c-bdb2-090f7c963d78 of type vxlan for network ce2e4da4-8fe1-46f7-9234-10a15dea3418 [pid: 8|app: 0|req: 1032/2034] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:42 2026] POST /v2.0/networks => generated 620 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2035] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:55:42 2026] POST /v2.0/subnets => generated 629 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2036] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:55:42 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:55:42.569 8 INFO neutron.db.segments_db [None req-df512d84-afea-49bd-9af1-482140bd0f82 593811e72f7f464291b7b6ed7ef6269c cdac4b04cae04cd79c5c724ee2f1f18d - - default default] Added segment de1bb46a-82fd-4ee0-a7e9-1bf492974d78 of type vxlan for network 6feaa29a-392e-4060-9e65-ec4e9dff55e5 [pid: 8|app: 0|req: 1034/2037] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:42 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2038] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:55:42 2026] POST /v2.0/subnets => generated 657 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:42.961 8 INFO neutron.db.l3_db [None req-2713f0c8-7fdc-44a4-9b18-06efd4aa51a6 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Floating IP ab1e27df-87f6-4532-8458-72139871a0d5 associated. External IP: 10.96.250.210, port: 13a3e54d-db1b-4d30-9986-3107bbbbdb7c. [pid: 7|app: 0|req: 1005/2039] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:55:42 2026] POST /v2.0/subnets => generated 629 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2040] 10.0.0.142 () {32 vars in 722 bytes} [Fri Apr 17 06:55:42 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:55:43.081 7 INFO neutron.db.segments_db [None req-38ef39ad-7c93-4ec0-95c4-75f8ebbb9d93 593811e72f7f464291b7b6ed7ef6269c cdac4b04cae04cd79c5c724ee2f1f18d - - default default] Added segment 1d16d329-1c43-4a49-9d3b-24cc84b9c1af of type vxlan for network 20c473bb-83a3-4659-adfe-cf52c95a953d [pid: 7|app: 0|req: 1007/2041] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:43 2026] POST /v2.0/networks => generated 613 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2042] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:55:42 2026] PUT /v2.0/floatingips/ab1e27df-87f6-4532-8458-72139871a0d5 => generated 855 bytes in 589 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:55:43.284 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2983340-ad01-4f6c-8a4e-67ef4c27e78c'] response: {'name': 'network-changed', 'server_uuid': '4de3cc05-bfb7-4999-b9a9-7521f50e9fd0', 'tag': '13a3e54d-db1b-4d30-9986-3107bbbbdb7c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1008/2043] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:55:43 2026] POST /v2.0/subnets => generated 732 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2044] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:43 2026] GET /v2.0/floatingips/ab1e27df-87f6-4532-8458-72139871a0d5 => generated 855 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2045] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:55:43 2026] POST /v2.0/subnets => generated 629 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:43.536 7 INFO neutron.db.segments_db [None req-da40af0b-d8c0-4682-87b4-9410c3693b66 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Added segment ba7145dd-aa35-4cf3-86f4-416d1c3ab48c of type vxlan for network 8b9270ef-5d32-452c-b74f-29fd846116e6 [pid: 8|app: 0|req: 1037/2046] 10.0.0.142 () {34 vars in 751 bytes} [Fri Apr 17 06:55:43 2026] PUT /v2.0/subnets/a09609b5-e923-4a01-b5c9-73f43eb839a3/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2047] 10.0.0.142 () {34 vars in 751 bytes} [Fri Apr 17 06:55:43 2026] PUT /v2.0/subnets/b375c5e5-a3be-4383-b11c-17023fe9b8ad/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: 1010/2048] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:43 2026] POST /v2.0/networks => generated 619 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2049] 10.0.0.142 () {34 vars in 751 bytes} [Fri Apr 17 06:55:43 2026] PUT /v2.0/subnets/0fb7d199-e879-407c-8670-7dac7aba4665/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2050] 10.0.0.142 () {34 vars in 751 bytes} [Fri Apr 17 06:55:43 2026] PUT /v2.0/subnets/e70807cb-1c0a-413f-bc26-67c2cf542d46/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: 1012/2051] 10.0.0.142 () {32 vars in 664 bytes} [Fri Apr 17 06:55:43 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2052] 10.0.0.142 () {32 vars in 678 bytes} [Fri Apr 17 06:55:43 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2053] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:55:43 2026] GET /v2.0/ports?tenant_id=5c0c7affbc454a77a1b90cad6ac4a775&device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 1240 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2054] 10.0.0.142 () {32 vars in 674 bytes} [Fri Apr 17 06:55:43 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2055] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:55:43 2026] POST /v2.0/subnets => generated 656 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2056] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:55:43 2026] GET /v2.0/networks?id=5a87f92d-6d98-4060-bb47-d2d2928b8795 => generated 755 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2057] 10.0.0.142 () {32 vars in 686 bytes} [Fri Apr 17 06:55:43 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2058] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:55:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=13a3e54d-db1b-4d30-9986-3107bbbbdb7c => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2059] 10.0.0.142 () {32 vars in 672 bytes} [Fri Apr 17 06:55:43 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2060] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:55:44 2026] GET /v2.0/subnets?id=f39a5f3e-c05f-42c7-9976-7b742d334d9c => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2061] 10.0.0.142 () {32 vars in 686 bytes} [Fri Apr 17 06:55:44 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2062] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:55:44 2026] GET /v2.0/ports?network_id=5a87f92d-6d98-4060-bb47-d2d2928b8795&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2063] 10.0.0.142 () {32 vars in 682 bytes} [Fri Apr 17 06:55:44 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2064] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:55:44 2026] GET /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2065] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:55:43 2026] POST /v2.0/subnets => generated 725 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2066] 10.0.0.142 () {32 vars in 694 bytes} [Fri Apr 17 06:55:44 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2067] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:55:44 2026] GET /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:55:44.245 8 INFO neutron.db.segments_db [None req-4d52ccf7-290b-4ae9-8e47-d4566c78ad16 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Added segment d18117df-25dc-475c-b100-e8ec501dd861 of type vxlan for network 58b2e5c4-8d33-4a56-b1d7-225569711c70 [pid: 8|app: 0|req: 1050/2068] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:44 2026] POST /v2.0/networks => generated 618 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2071] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:55:44 2026] DELETE /v2.0/subnets/a09609b5-e923-4a01-b5c9-73f43eb839a3 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2072] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:55:44 2026] DELETE /v2.0/subnets/b375c5e5-a3be-4383-b11c-17023fe9b8ad => 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: 1021/2073] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:55:44 2026] GET /v2.0/floatingips/ab1e27df-87f6-4532-8458-72139871a0d5 => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2074] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:55:44 2026] POST /v2.0/subnets => generated 656 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2075] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:55:44 2026] DELETE /v2.0/subnets/0fb7d199-e879-407c-8670-7dac7aba4665 => 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: 1023/2076] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:55:44 2026] DELETE /v2.0/subnets/e70807cb-1c0a-413f-bc26-67c2cf542d46 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2077] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:55:44 2026] POST /v2.0/subnets => generated 730 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:44.894 8 INFO neutron.db.segments_db [None req-56f48a75-5860-435f-a252-141276ecfd6c b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Added segment 30a6d1eb-23e7-4496-81a6-fa6941dc5d01 of type vxlan for network f3fc3daf-1679-46eb-864a-4d7c6f212b08 [pid: 7|app: 0|req: 1024/2078] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:55:44 2026] DELETE /v2.0/subnets/c20f695e-2717-4259-8edd-63121aec3e7e => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:55:45.071 7 INFO neutron_taas.services.taas.taas_plugin [None req-877af2e3-2033-453f-8986-27bbd2362eed 593811e72f7f464291b7b6ed7ef6269c cdac4b04cae04cd79c5c724ee2f1f18d - - default default] TaaS: Handle Delete Port: d0ea4084-d011-4a7e-8b3e-10ce1944ff19 2026-04-17 06:55:45.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-877af2e3-2033-453f-8986-27bbd2362eed 593811e72f7f464291b7b6ed7ef6269c cdac4b04cae04cd79c5c724ee2f1f18d - - default default] Tap Mirror: Handle Delete Port: d0ea4084-d011-4a7e-8b3e-10ce1944ff19 2026-04-17 06:55:45.135 8 INFO neutron.db.l3_hamode_db [None req-56f48a75-5860-435f-a252-141276ecfd6c b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:55:45.217 7 INFO neutron.services.segments.plugin [-] Segment 2dcc0a8e-a061-49d3-8227-4da8cf665271 resource provider aggregate not found 2026-04-17 06:55:45.232 7 INFO neutron.services.segments.plugin [-] Segment 2dcc0a8e-a061-49d3-8227-4da8cf665271 resource provider aggregate not found 2026-04-17 06:55:45.241 7 INFO neutron.services.segments.plugin [-] Segment 2dcc0a8e-a061-49d3-8227-4da8cf665271 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dcc0a8e-a061-49d3-8227-4da8cf665271 found for delete ", "request_id": "req-2e12a620-6cb4-45c8-b64a-6b445bbb6f55"}]} [pid: 7|app: 0|req: 1025/2079] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:44 2026] DELETE /v2.0/networks/ee699413-caf6-4ee9-8a8f-060da3116006 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:55:45.257 7 INFO neutron.services.segments.plugin [-] Segment 2dcc0a8e-a061-49d3-8227-4da8cf665271 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dcc0a8e-a061-49d3-8227-4da8cf665271 found for delete ", "request_id": "req-8fbde749-28a3-4187-b491-c58f44571c98"}]} [pid: 7|app: 0|req: 1026/2080] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:45 2026] DELETE /v2.0/networks/2c99642c-a0c3-4217-8bbf-9c593786d3ec => 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: 1027/2081] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:45 2026] DELETE /v2.0/networks/6e2ac503-a8ba-4210-89ae-a674f63b7e37 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2082] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:45 2026] DELETE /v2.0/networks/6feaa29a-392e-4060-9e65-ec4e9dff55e5 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2083] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:45 2026] DELETE /v2.0/networks/20c473bb-83a3-4659-adfe-cf52c95a953d => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:55:45.858 8 INFO neutron.db.l3_hamode_db [None req-56f48a75-5860-435f-a252-141276ecfd6c b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1055/2084] 10.0.0.142 () {34 vars in 669 bytes} [Fri Apr 17 06:55:44 2026] POST /v2.0/routers => generated 685 bytes in 1817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2085] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:46 2026] GET /v2.0/security-groups?tenant_id=a6ca9cb6ba97487eb2e1936036388687&name=default => generated 2929 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2086] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:46 2026] DELETE /v2.0/security-groups/dab0bb55-c87c-463e-9c22-f5cf493cc86a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2087] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:47 2026] GET /v2.0/security-groups?tenant_id=481a6d364402498e8db5af74546331fe&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:55:47.263 7 INFO neutron.services.segments.plugin [-] Segment 57fb00ba-795d-4280-9737-67acaf07de60 resource provider aggregate not found 2026-04-17 06:55:47.281 7 INFO neutron.services.segments.plugin [-] Segment 57fb00ba-795d-4280-9737-67acaf07de60 resource provider aggregate not found 2026-04-17 06:55:47.284 7 INFO neutron.services.segments.plugin [-] Segment 57fb00ba-795d-4280-9737-67acaf07de60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57fb00ba-795d-4280-9737-67acaf07de60 found for delete ", "request_id": "req-51b50463-6c06-41ef-9bc1-8af0e2b044ca"}]} [pid: 7|app: 0|req: 1033/2088] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:47 2026] DELETE /v2.0/security-groups/19ff9b5e-db75-4676-9f06-e6263908cb16 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:55:47.302 7 INFO neutron.services.segments.plugin [-] Segment f99cce0a-6023-4e62-a188-3daa0c62988b resource provider aggregate not found 2026-04-17 06:55:47.304 7 INFO neutron.services.segments.plugin [-] Segment 57fb00ba-795d-4280-9737-67acaf07de60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57fb00ba-795d-4280-9737-67acaf07de60 found for delete ", "request_id": "req-7fa7ff0b-0781-43cd-b356-c1cb2cc052ec"}]} 2026-04-17 06:55:47.316 7 INFO neutron.services.segments.plugin [-] Segment f99cce0a-6023-4e62-a188-3daa0c62988b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f99cce0a-6023-4e62-a188-3daa0c62988b found for delete ", "request_id": "req-deb6dd5c-9503-4985-b966-34101b2eaef0"}]} 2026-04-17 06:55:47.325 7 INFO neutron.services.segments.plugin [-] Segment f99cce0a-6023-4e62-a188-3daa0c62988b resource provider aggregate not found 2026-04-17 06:55:47.335 7 INFO neutron.services.segments.plugin [-] Segment de1bb46a-82fd-4ee0-a7e9-1bf492974d78 resource provider aggregate not found 2026-04-17 06:55:47.340 7 INFO neutron.services.segments.plugin [-] Segment f99cce0a-6023-4e62-a188-3daa0c62988b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f99cce0a-6023-4e62-a188-3daa0c62988b found for delete ", "request_id": "req-a21cbfbe-bf40-4f98-bf22-ac1d95fb4c52"}]} 2026-04-17 06:55:47.350 7 INFO neutron.services.segments.plugin [-] Segment de1bb46a-82fd-4ee0-a7e9-1bf492974d78 resource provider aggregate not found 2026-04-17 06:55:47.358 7 INFO neutron.services.segments.plugin [-] Segment de1bb46a-82fd-4ee0-a7e9-1bf492974d78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de1bb46a-82fd-4ee0-a7e9-1bf492974d78 found for delete ", "request_id": "req-e8172b18-1912-42e3-ac88-676150ba41de"}]} 2026-04-17 06:55:47.363 7 INFO neutron.services.segments.plugin [-] Segment de1bb46a-82fd-4ee0-a7e9-1bf492974d78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de1bb46a-82fd-4ee0-a7e9-1bf492974d78 found for delete ", "request_id": "req-f063070c-dce2-4b37-8802-d16cf3a1e06b"}]} 2026-04-17 06:55:47.373 7 INFO neutron.services.segments.plugin [-] Segment 1d16d329-1c43-4a49-9d3b-24cc84b9c1af resource provider aggregate not found 2026-04-17 06:55:47.377 7 INFO neutron.services.segments.plugin [-] Segment 1d16d329-1c43-4a49-9d3b-24cc84b9c1af resource provider aggregate not found 2026-04-17 06:55:47.391 7 INFO neutron.services.segments.plugin [-] Segment 1d16d329-1c43-4a49-9d3b-24cc84b9c1af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d16d329-1c43-4a49-9d3b-24cc84b9c1af found for delete ", "request_id": "req-1c9b0064-a956-4067-b427-5c10c0729b03"}]} 2026-04-17 06:55:47.393 7 INFO neutron.services.segments.plugin [-] Segment 1d16d329-1c43-4a49-9d3b-24cc84b9c1af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d16d329-1c43-4a49-9d3b-24cc84b9c1af found for delete ", "request_id": "req-2f97b5b3-e3ff-48b4-8f94-9f67e5f0ab5b"}]} [pid: 7|app: 0|req: 1034/2089] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:47 2026] GET /v2.0/security-groups?tenant_id=cdac4b04cae04cd79c5c724ee2f1f18d&name=default => generated 2927 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2090] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:47 2026] DELETE /v2.0/security-groups/71e9f05a-68ec-4fbf-87aa-28300f755f38 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2091] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:55:46 2026] PUT /v2.0/routers/90493cd7-4da2-4d22-951b-038d1b252a3e/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: 1036/2092] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:55:47 2026] PUT /v2.0/routers/90493cd7-4da2-4d22-951b-038d1b252a3e/add_router_interface => generated 309 bytes in 1133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2093] 10.0.0.142 () {34 vars in 783 bytes} [Fri Apr 17 06:55:48 2026] PUT /v2.0/routers/90493cd7-4da2-4d22-951b-038d1b252a3e/add_router_interface => generated 309 bytes in 1290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2094] 10.0.0.142 () {34 vars in 684 bytes} [Fri Apr 17 06:55:50 2026] POST /v2.0/security-groups => generated 1629 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2095] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2096] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2097] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:50 2026] POST /v2.0/security-group-rules => generated 599 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2098] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:50 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) [pid: 8|app: 0|req: 1060/2099] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2100] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2101] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2102] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2103] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:51 2026] POST /v2.0/security-group-rules => generated 599 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2104] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2105] 10.0.0.142 () {34 vars in 695 bytes} [Fri Apr 17 06:55:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2106] 10.0.0.21 () {34 vars in 1093 bytes} [Fri Apr 17 06:55:51 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-846522663&fields=id&tenant_id=215962c301d247a2ba220748cf6224b3 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2107] 10.0.0.21 () {34 vars in 981 bytes} [Fri Apr 17 06:55:52 2026] GET /v2.0/networks?id=8b9270ef-5d32-452c-b74f-29fd846116e6 => generated 705 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:55:52.113 7 INFO neutron.db.segments_db [None req-947a34d7-d32a-48be-aa10-0e3dd185d65c a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] Added segment a810c4d5-f108-41be-84e5-cb6049df6099 of type vxlan for network a1f0c642-eca3-43b6-a4d8-3c712bfe86a5 [pid: 8|app: 0|req: 1066/2108] 10.0.0.21 () {34 vars in 964 bytes} [Fri Apr 17 06:55:52 2026] GET /v2.0/quotas/215962c301d247a2ba220748cf6224b3 => 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: 1043/2109] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:51 2026] POST /v2.0/networks => generated 612 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2110] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:55:52 2026] GET /v2.0/ports?tenant_id=215962c301d247a2ba220748cf6224b3&fields=id => generated 241 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2111] 10.0.0.21 () {34 vars in 1007 bytes} [Fri Apr 17 06:55:52 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2112] 10.0.0.21 () {34 vars in 1107 bytes} [Fri Apr 17 06:55:52 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?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: 1044/2113] 10.0.0.142 () {34 vars in 664 bytes} [Fri Apr 17 06:55:52 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1045/2114] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:52 2026] GET /v2.0/ports?device_id=5b6f8ccb-eef4-4e9c-a81e-5fede6488f88 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2115] 10.0.0.142 () {34 vars in 666 bytes} [Fri Apr 17 06:55:52 2026] POST /v2.0/trunks => generated 407 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:55:52.676 7 INFO neutron.db.segments_db [None req-952fe9e9-a584-4025-b125-9e71c8b01fc7 a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] Added segment bef88535-1305-478b-bc90-227e43c38cfb of type vxlan for network 17b0250f-a701-4bd6-81c3-0d2de8f3288b [pid: 7|app: 0|req: 1046/2116] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:52 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2117] 10.0.0.7 () {34 vars in 988 bytes} [Fri Apr 17 06:55:52 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 1240 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2118] 10.0.0.7 () {34 vars in 1038 bytes} [Fri Apr 17 06:55:52 2026] GET /v2.0/security-groups?id=1f26be6e-c753-43ff-92cf-96511ec3f807&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2119] 10.0.0.142 () {34 vars in 664 bytes} [Fri Apr 17 06:55:52 2026] POST /v2.0/ports => generated 743 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2120] 10.0.0.142 () {34 vars in 666 bytes} [Fri Apr 17 06:55:53 2026] POST /v2.0/trunks => generated 407 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:55:53.271 8 INFO neutron.db.segments_db [None req-d26993e9-ffb2-4497-a632-befc3250c994 a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] Added segment 2293ef02-8f06-48d5-87c4-231121281ee9 of type vxlan for network c69aece4-3461-40a3-93fe-cc10cded06c6 [pid: 8|app: 0|req: 1072/2121] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:53 2026] POST /v2.0/networks => generated 612 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2122] 10.0.0.142 () {34 vars in 664 bytes} [Fri Apr 17 06:55:53 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) [pid: 8|app: 0|req: 1073/2123] 10.0.0.142 () {34 vars in 666 bytes} [Fri Apr 17 06:55:53 2026] POST /v2.0/trunks => generated 407 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:55:53.868 7 INFO neutron.db.segments_db [None req-c9f03097-25bc-4239-9d82-8526411ec683 a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] Added segment fffef962-ff96-48ec-bbc1-8d6f220e9162 of type vxlan for network 564d2362-84b0-4651-b063-17028f94cde8 [pid: 7|app: 0|req: 1051/2124] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:53 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2125] 10.0.0.142 () {34 vars in 664 bytes} [Fri Apr 17 06:55:53 2026] POST /v2.0/ports => generated 743 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2126] 10.0.0.142 () {34 vars in 666 bytes} [Fri Apr 17 06:55:54 2026] POST /v2.0/trunks => generated 407 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:55:54.457 8 INFO neutron.db.segments_db [None req-73920d14-177f-4a93-b0a6-9f73ac0b9d2f a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] Added segment ba9f468c-42d7-4c69-bdca-5c8a6a320b9c of type vxlan for network 6679dc8c-f261-4962-9937-760dc0b4cc35 [pid: 8|app: 0|req: 1075/2127] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:55:54 2026] POST /v2.0/networks => generated 613 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2128] 10.0.0.142 () {34 vars in 664 bytes} [Fri Apr 17 06:55:54 2026] POST /v2.0/ports => generated 743 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2129] 10.0.0.142 () {34 vars in 666 bytes} [Fri Apr 17 06:55:54 2026] POST /v2.0/trunks => generated 407 bytes in 166 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/2130] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:55:54 2026] PUT /v2.0/trunks/89c4ffe0-f0a5-4ab7-9a42-54f59dd03dbe/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2131] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:55:55 2026] PUT /v2.0/trunks/c681487e-44c5-491b-815a-ddf1f6aa3891/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2132] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:55:55 2026] PUT /v2.0/trunks/1746e622-da8c-45d9-9a5c-0a08daf02ac0/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2133] 10.0.0.142 () {34 vars in 749 bytes} [Fri Apr 17 06:55:55 2026] PUT /v2.0/trunks/a6c750c2-e98a-4606-9f88-f59119ee6395/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2134] 10.0.0.142 () {32 vars in 662 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2135] 10.0.0.142 () {32 vars in 676 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2136] 10.0.0.142 () {32 vars in 672 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2137] 10.0.0.142 () {32 vars in 684 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2138] 10.0.0.142 () {32 vars in 670 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2139] 10.0.0.142 () {32 vars in 684 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2140] 10.0.0.142 () {32 vars in 680 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2141] 10.0.0.142 () {32 vars in 692 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2142] 10.0.0.142 () {32 vars in 719 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/trunks/89c4ffe0-f0a5-4ab7-9a42-54f59dd03dbe => generated 412 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2143] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/ports/44447802-7905-4cbb-8d3c-d93f923e6065 => generated 826 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2144] 10.0.0.142 () {32 vars in 722 bytes} [Fri Apr 17 06:55:55 2026] DELETE /v2.0/trunks/89c4ffe0-f0a5-4ab7-9a42-54f59dd03dbe => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2145] 10.0.0.142 () {32 vars in 719 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/trunks/c681487e-44c5-491b-815a-ddf1f6aa3891 => generated 420 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2146] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/ports/9645e709-8011-4671-9283-6c98700de986 => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2147] 10.0.0.142 () {32 vars in 722 bytes} [Fri Apr 17 06:55:55 2026] DELETE /v2.0/trunks/c681487e-44c5-491b-815a-ddf1f6aa3891 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2148] 10.0.0.142 () {32 vars in 719 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/trunks/1746e622-da8c-45d9-9a5c-0a08daf02ac0 => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2149] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/ports/74c65231-c215-4b64-9002-d0cf768c03ea => generated 826 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2150] 10.0.0.142 () {32 vars in 722 bytes} [Fri Apr 17 06:55:55 2026] DELETE /v2.0/trunks/1746e622-da8c-45d9-9a5c-0a08daf02ac0 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2151] 10.0.0.142 () {32 vars in 719 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/trunks/a6c750c2-e98a-4606-9f88-f59119ee6395 => 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: 1065/2152] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:55:55 2026] GET /v2.0/ports/16131714-988c-4966-8cdb-99bcd2a20304 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2153] 10.0.0.142 () {32 vars in 722 bytes} [Fri Apr 17 06:55:55 2026] DELETE /v2.0/trunks/a6c750c2-e98a-4606-9f88-f59119ee6395 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2154] 10.0.0.142 () {32 vars in 719 bytes} [Fri Apr 17 06:55:56 2026] GET /v2.0/trunks/b7b47a94-bc6f-4d9e-8c5d-76d15e5b3609 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2155] 10.0.0.142 () {32 vars in 717 bytes} [Fri Apr 17 06:55:56 2026] GET /v2.0/ports/67359133-e626-478d-9b96-37c0020df0b1 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2156] 10.0.0.142 () {32 vars in 722 bytes} [Fri Apr 17 06:55:56 2026] DELETE /v2.0/trunks/b7b47a94-bc6f-4d9e-8c5d-76d15e5b3609 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:55:56.309 8 INFO neutron_taas.services.taas.taas_plugin [None req-33907e5c-9da6-4ab4-9b29-f4e4a188738f a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] TaaS: Handle Delete Port: 44447802-7905-4cbb-8d3c-d93f923e6065 2026-04-17 06:55:56.312 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33907e5c-9da6-4ab4-9b29-f4e4a188738f a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] Tap Mirror: Handle Delete Port: 44447802-7905-4cbb-8d3c-d93f923e6065 [pid: 8|app: 0|req: 1090/2157] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:55:56 2026] DELETE /v2.0/ports/44447802-7905-4cbb-8d3c-d93f923e6065 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:55:56.476 7 INFO neutron_taas.services.taas.taas_plugin [None req-3fbd7ca3-60c1-432c-8aeb-19b549455e36 a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] TaaS: Handle Delete Port: 9645e709-8011-4671-9283-6c98700de986 2026-04-17 06:55:56.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3fbd7ca3-60c1-432c-8aeb-19b549455e36 a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] Tap Mirror: Handle Delete Port: 9645e709-8011-4671-9283-6c98700de986 [pid: 7|app: 0|req: 1068/2158] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:55:56 2026] DELETE /v2.0/ports/9645e709-8011-4671-9283-6c98700de986 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:55:56.657 8 INFO neutron_taas.services.taas.taas_plugin [None req-dedccd50-b741-41a3-b6cc-02f75b1f3869 a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] TaaS: Handle Delete Port: 74c65231-c215-4b64-9002-d0cf768c03ea 2026-04-17 06:55:56.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dedccd50-b741-41a3-b6cc-02f75b1f3869 a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] Tap Mirror: Handle Delete Port: 74c65231-c215-4b64-9002-d0cf768c03ea [pid: 8|app: 0|req: 1091/2159] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:55:56 2026] DELETE /v2.0/ports/74c65231-c215-4b64-9002-d0cf768c03ea => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:55:56.835 7 INFO neutron_taas.services.taas.taas_plugin [None req-cf4a0ff5-030d-47db-8459-9834f7b61f7a a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] TaaS: Handle Delete Port: 16131714-988c-4966-8cdb-99bcd2a20304 2026-04-17 06:55:56.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf4a0ff5-030d-47db-8459-9834f7b61f7a a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] Tap Mirror: Handle Delete Port: 16131714-988c-4966-8cdb-99bcd2a20304 [pid: 7|app: 0|req: 1069/2160] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:55:56 2026] DELETE /v2.0/ports/16131714-988c-4966-8cdb-99bcd2a20304 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:55:57.015 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7d29e7a-f992-4597-9d43-4ce83294b91d a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] TaaS: Handle Delete Port: 67359133-e626-478d-9b96-37c0020df0b1 2026-04-17 06:55:57.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7d29e7a-f992-4597-9d43-4ce83294b91d a849ea261a3f4fa0965fc75a236ae54c f01764dae1c74d0ebab6b8420635e17d - - default default] Tap Mirror: Handle Delete Port: 67359133-e626-478d-9b96-37c0020df0b1 [pid: 8|app: 0|req: 1092/2161] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:55:56 2026] DELETE /v2.0/ports/67359133-e626-478d-9b96-37c0020df0b1 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:55:57.224 7 INFO neutron.services.segments.plugin [-] Segment a810c4d5-f108-41be-84e5-cb6049df6099 resource provider aggregate not found 2026-04-17 06:55:57.232 7 INFO neutron.services.segments.plugin [-] Segment a810c4d5-f108-41be-84e5-cb6049df6099 resource provider aggregate not found 2026-04-17 06:55:57.242 7 INFO neutron.services.segments.plugin [-] Segment a810c4d5-f108-41be-84e5-cb6049df6099 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a810c4d5-f108-41be-84e5-cb6049df6099 found for delete ", "request_id": "req-6f0a6bd7-6281-4b72-a386-02cc39e27401"}]} 2026-04-17 06:55:57.248 7 INFO neutron.services.segments.plugin [-] Segment a810c4d5-f108-41be-84e5-cb6049df6099 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a810c4d5-f108-41be-84e5-cb6049df6099 found for delete ", "request_id": "req-80661c38-87d4-4298-b6d9-d52287ddd613"}]} [pid: 8|app: 0|req: 1093/2162] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:55:57 2026] GET /v2.0/networks?id=8b9270ef-5d32-452c-b74f-29fd846116e6 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2163] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:57 2026] DELETE /v2.0/networks/a1f0c642-eca3-43b6-a4d8-3c712bfe86a5 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2164] 199.204.45.129 () {34 vars in 1050 bytes} [Fri Apr 17 06:55:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=215962c301d247a2ba220748cf6224b3 => generated 178 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2165] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:57 2026] DELETE /v2.0/networks/17b0250f-a701-4bd6-81c3-0d2de8f3288b => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2166] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:57 2026] DELETE /v2.0/networks/c69aece4-3461-40a3-93fe-cc10cded06c6 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2167] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:57 2026] DELETE /v2.0/networks/564d2362-84b0-4651-b063-17028f94cde8 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2168] 199.204.45.129 () {38 vars in 955 bytes} [Fri Apr 17 06:55:57 2026] POST /v2.0/ports => generated 1183 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1096/2169] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:55:57 2026] GET /v2.0/ports?device_id=5b6f8ccb-eef4-4e9c-a81e-5fede6488f88 => generated 1186 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2170] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:55:57 2026] DELETE /v2.0/networks/6679dc8c-f261-4962-9937-760dc0b4cc35 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2171] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:55:57 2026] GET /v2.0/security-groups?id=d91e59e4-a370-4048-a7a2-83074bddb826&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2172] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:55:57 2026] PUT /v2.0/ports/01b09d87-ca01-47d6-9b9d-c46e6f068d06 => generated 1464 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:55:58.155 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-afb5ac44-c63a-4051-bbb9-e540fe2f0e17'] response: {'name': 'network-changed', 'server_uuid': '5b6f8ccb-eef4-4e9c-a81e-5fede6488f88', 'tag': '01b09d87-ca01-47d6-9b9d-c46e6f068d06', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1076/2173] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:58 2026] GET /v2.0/security-groups?tenant_id=0cecf60506b14849af48ec309acc7139&name=default => generated 2929 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2174] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:55:58 2026] GET /v2.0/ports?tenant_id=215962c301d247a2ba220748cf6224b3&device_id=5b6f8ccb-eef4-4e9c-a81e-5fede6488f88 => generated 1467 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2175] 199.204.45.129 () {34 vars in 1018 bytes} [Fri Apr 17 06:55:58 2026] GET /v2.0/networks?tenant_id=215962c301d247a2ba220748cf6224b3&shared=False => generated 2374 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2176] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:58 2026] DELETE /v2.0/security-groups/96b4cfc4-60cf-4230-9ebb-ea7c8bd09ca4 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2177] 199.204.45.129 () {34 vars in 930 bytes} [Fri Apr 17 06:55:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2178] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:58 2026] GET /v2.0/security-groups?tenant_id=f01764dae1c74d0ebab6b8420635e17d&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2179] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:58 2026] DELETE /v2.0/security-groups/da7fc840-cfda-4620-b138-a775d31fdfd8 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:55:59.276 7 INFO neutron.services.segments.plugin [-] Segment bef88535-1305-478b-bc90-227e43c38cfb resource provider aggregate not found 2026-04-17 06:55:59.277 7 INFO neutron.services.segments.plugin [-] Segment bef88535-1305-478b-bc90-227e43c38cfb resource provider aggregate not found 2026-04-17 06:55:59.294 7 INFO neutron.services.segments.plugin [-] Segment bef88535-1305-478b-bc90-227e43c38cfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bef88535-1305-478b-bc90-227e43c38cfb found for delete ", "request_id": "req-1bdec415-3abe-40e4-86d6-c3798a817e23"}]} 2026-04-17 06:55:59.300 7 INFO neutron.services.segments.plugin [-] Segment bef88535-1305-478b-bc90-227e43c38cfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bef88535-1305-478b-bc90-227e43c38cfb found for delete ", "request_id": "req-c5be1436-b94c-49be-a2b6-fac584da1bb8"}]} 2026-04-17 06:55:59.319 7 INFO neutron.services.segments.plugin [-] Segment 2293ef02-8f06-48d5-87c4-231121281ee9 resource provider aggregate not found 2026-04-17 06:55:59.324 7 INFO neutron.services.segments.plugin [-] Segment 2293ef02-8f06-48d5-87c4-231121281ee9 resource provider aggregate not found 2026-04-17 06:55:59.336 7 INFO neutron.services.segments.plugin [-] Segment 2293ef02-8f06-48d5-87c4-231121281ee9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2293ef02-8f06-48d5-87c4-231121281ee9 found for delete ", "request_id": "req-fb181ec2-2139-47bb-9c60-a9e05043a8f6"}]} [pid: 7|app: 0|req: 1079/2182] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:55:59 2026] GET /v2.0/security-groups?tenant_id=de147a1b8d4d4b6d8cbd80bf5aa11071&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:55:59.351 7 INFO neutron.services.segments.plugin [-] Segment 2293ef02-8f06-48d5-87c4-231121281ee9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2293ef02-8f06-48d5-87c4-231121281ee9 found for delete ", "request_id": "req-bedf0f3d-89bd-40ee-b242-80fef34965c4"}]} 2026-04-17 06:55:59.355 7 INFO neutron.services.segments.plugin [-] Segment fffef962-ff96-48ec-bbc1-8d6f220e9162 resource provider aggregate not found 2026-04-17 06:55:59.371 7 INFO neutron.services.segments.plugin [-] Segment fffef962-ff96-48ec-bbc1-8d6f220e9162 resource provider aggregate not found 2026-04-17 06:55:59.380 7 INFO neutron.services.segments.plugin [-] Segment fffef962-ff96-48ec-bbc1-8d6f220e9162 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fffef962-ff96-48ec-bbc1-8d6f220e9162 found for delete ", "request_id": "req-33759063-d04d-44e8-ac0c-1b136f01cbc8"}]} 2026-04-17 06:55:59.392 7 INFO neutron.services.segments.plugin [-] Segment fffef962-ff96-48ec-bbc1-8d6f220e9162 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fffef962-ff96-48ec-bbc1-8d6f220e9162 found for delete ", "request_id": "req-7fe5039b-d917-492a-b0bb-557b11e440d5"}]} 2026-04-17 06:55:59.398 7 INFO neutron.services.segments.plugin [-] Segment ba9f468c-42d7-4c69-bdca-5c8a6a320b9c resource provider aggregate not found 2026-04-17 06:55:59.409 7 INFO neutron.services.segments.plugin [-] Segment ba9f468c-42d7-4c69-bdca-5c8a6a320b9c resource provider aggregate not found 2026-04-17 06:55:59.414 7 INFO neutron.services.segments.plugin [-] Segment ba9f468c-42d7-4c69-bdca-5c8a6a320b9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba9f468c-42d7-4c69-bdca-5c8a6a320b9c found for delete ", "request_id": "req-b0180dc5-de8f-4da7-97ff-242cefb85138"}]} 2026-04-17 06:55:59.423 7 INFO neutron.services.segments.plugin [-] Segment ba9f468c-42d7-4c69-bdca-5c8a6a320b9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba9f468c-42d7-4c69-bdca-5c8a6a320b9c found for delete ", "request_id": "req-8b325872-b41f-450e-aaf8-75b79fcbd336"}]} [pid: 8|app: 0|req: 1104/2183] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:55:59 2026] DELETE /v2.0/security-groups/280147bd-5277-4836-bb0d-249ab9f4138c => 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: 1080/2184] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:55:59 2026] GET /v2.0/ports?tenant_id=215962c301d247a2ba220748cf6224b3&device_id=5b6f8ccb-eef4-4e9c-a81e-5fede6488f88 => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2185] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:55:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.244&port_id=01b09d87-ca01-47d6-9b9d-c46e6f068d06 => 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: 1081/2186] 199.204.45.129 () {34 vars in 1104 bytes} [Fri Apr 17 06:55:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A36b&port_id=01b09d87-ca01-47d6-9b9d-c46e6f068d06 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2187] 199.204.45.129 () {34 vars in 1064 bytes} [Fri Apr 17 06:55:59 2026] GET /v2.0/subnets?id=76d8fd67-0480-46f8-a171-5160cab05351&id=d2bb3eb0-e034-4ee1-8838-e1f643cdd98d => generated 1410 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2188] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:56:00 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2189] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:56:00 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2190] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:56:00 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2191] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:56:00 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?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: 1084/2192] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:02 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2193] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:56:02 2026] GET /v2.0/security-groups?id=1f26be6e-c753-43ff-92cf-96511ec3f807&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2194] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:02 2026] GET /v2.0/ports?device_id=5b6f8ccb-eef4-4e9c-a81e-5fede6488f88 => generated 1200 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2195] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:56:02 2026] GET /v2.0/security-groups?id=d91e59e4-a370-4048-a7a2-83074bddb826&fields=id&fields=name => generated 111 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2196] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:02 2026] GET /v2.0/security-groups?tenant_id=e138772c85624dc8aaacf01664f016e2&name=default => generated 2929 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2197] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:03 2026] DELETE /v2.0/security-groups/a866da0a-4c32-47e7-9b97-aca2988f75ec => 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: 1086/2198] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:03 2026] GET /v2.0/security-groups?tenant_id=02ead5c9b46d4c6ea98e2b094ee3b03f&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2199] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:03 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2200] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:03 2026] DELETE /v2.0/security-groups/36ed4eb1-377e-4330-9f65-ea55b2795787 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2201] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:56:03 2026] GET /v2.0/security-groups?id=1f26be6e-c753-43ff-92cf-96511ec3f807&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2202] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:04 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2203] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:56:04 2026] GET /v2.0/security-groups?id=1f26be6e-c753-43ff-92cf-96511ec3f807&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: 1089/2204] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:56:04 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:56:04.820 8 INFO neutron_taas.services.taas.taas_plugin [req-77c2c93f-1939-4010-bc50-62c3b91ab839 req-3db9db25-3539-467a-8605-ed04cd86a074 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] TaaS: Handle Delete Port: 13a3e54d-db1b-4d30-9986-3107bbbbdb7c 2026-04-17 06:56:04.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-77c2c93f-1939-4010-bc50-62c3b91ab839 req-3db9db25-3539-467a-8605-ed04cd86a074 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Tap Mirror: Handle Delete Port: 13a3e54d-db1b-4d30-9986-3107bbbbdb7c 2026-04-17 06:56:04.941 8 INFO neutron.db.l3_db [req-77c2c93f-1939-4010-bc50-62c3b91ab839 req-3db9db25-3539-467a-8605-ed04cd86a074 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Floating IP ab1e27df-87f6-4532-8458-72139871a0d5 disassociated. External IP: 10.96.250.210, port: 13a3e54d-db1b-4d30-9986-3107bbbbdb7c. [pid: 8|app: 0|req: 1116/2205] 199.204.45.129 () {36 vars in 997 bytes} [Fri Apr 17 06:56:04 2026] DELETE /v2.0/ports/13a3e54d-db1b-4d30-9986-3107bbbbdb7c => generated 0 bytes in 605 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:56:05.349 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4201d51-57af-443f-8770-8a4168022182'] response: {'server_uuid': '4de3cc05-bfb7-4999-b9a9-7521f50e9fd0', 'name': 'network-vif-deleted', 'tag': '13a3e54d-db1b-4d30-9986-3107bbbbdb7c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1090/2206] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:05 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2207] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:06 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2208] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:07 2026] GET /v2.0/ports?device_id=4de3cc05-bfb7-4999-b9a9-7521f50e9fd0 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2209] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:07 2026] GET /v2.0/ports?device_id=5b6f8ccb-eef4-4e9c-a81e-5fede6488f88 => generated 1200 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2210] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:56:08 2026] GET /v2.0/security-groups?id=d91e59e4-a370-4048-a7a2-83074bddb826&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2211] 10.0.0.142 () {32 vars in 818 bytes} [Fri Apr 17 06:56:08 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&mac_address=fa%3A16%3A3e%3Aea%3A94%3A89 => generated 1200 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:56:08.922 7 INFO neutron.db.l3_db [None req-7dbccaf0-3450-49cb-854e-f9cdda41020c b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Floating IP 142e813c-4b67-4700-b88e-f0c305b75bf8 associated. External IP: 10.96.250.216, port: 01b09d87-ca01-47d6-9b9d-c46e6f068d06. [pid: 8|app: 0|req: 1120/2212] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:08 2026] DELETE /v2.0/security-groups/1f26be6e-c753-43ff-92cf-96511ec3f807 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:56:09.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e27c4ce-3f90-4fb3-9309-cdd36bd7844d 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] TaaS: Handle Delete Port: b518cc79-b274-4153-b64f-6a70778fe0e6 2026-04-17 06:56:09.225 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e27c4ce-3f90-4fb3-9309-cdd36bd7844d 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Tap Mirror: Handle Delete Port: b518cc79-b274-4153-b64f-6a70778fe0e6 [pid: 7|app: 0|req: 1093/2213] 10.0.0.142 () {34 vars in 677 bytes} [Fri Apr 17 06:56:08 2026] POST /v2.0/floatingips => generated 855 bytes in 1040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:56:09.264 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-074dfd32-b99c-44c2-a887-2052ea2f0071'] response: {'name': 'network-changed', 'server_uuid': '5b6f8ccb-eef4-4e9c-a81e-5fede6488f88', 'tag': '01b09d87-ca01-47d6-9b9d-c46e6f068d06', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1094/2214] 10.0.0.21 () {34 vars in 1093 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-846522663&fields=id&tenant_id=215962c301d247a2ba220748cf6224b3 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2215] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:56:09 2026] DELETE /v2.0/floatingips/ab1e27df-87f6-4532-8458-72139871a0d5 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2216] 10.0.0.21 () {34 vars in 981 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/networks?id=58b2e5c4-8d33-4a56-b1d7-225569711c70 => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2217] 10.0.0.21 () {34 vars in 964 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/quotas/215962c301d247a2ba220748cf6224b3 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2218] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/ports?tenant_id=215962c301d247a2ba220748cf6224b3&fields=id => generated 333 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2219] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2220] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/security-groups?id=c0186f91-6cd7-4f6e-9372-a6743c6ea3e6&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2221] 10.0.0.21 () {34 vars in 1007 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2222] 10.0.0.21 () {34 vars in 1107 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2223] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/ports?device_id=cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2224] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/ports?tenant_id=215962c301d247a2ba220748cf6224b3&device_id=5b6f8ccb-eef4-4e9c-a81e-5fede6488f88 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2225] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/networks?id=8b9270ef-5d32-452c-b74f-29fd846116e6 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2226] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.244&port_id=01b09d87-ca01-47d6-9b9d-c46e6f068d06 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2227] 199.204.45.129 () {34 vars in 1104 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A36b&port_id=01b09d87-ca01-47d6-9b9d-c46e6f068d06 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2228] 199.204.45.129 () {34 vars in 1064 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/subnets?id=76d8fd67-0480-46f8-a171-5160cab05351&id=d2bb3eb0-e034-4ee1-8838-e1f643cdd98d => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2229] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:56:09 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2230] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:56:10 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2231] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:56:10 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2232] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:56:10 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?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: 1103/2233] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:10 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2234] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:56:10 2026] GET /v2.0/security-groups?id=c0186f91-6cd7-4f6e-9372-a6743c6ea3e6&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2235] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:11 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2236] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:56:11 2026] GET /v2.0/security-groups?id=c0186f91-6cd7-4f6e-9372-a6743c6ea3e6&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: 1105/2237] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:56:11 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:56:12.053 8 INFO neutron_taas.services.taas.taas_plugin [req-bc6b6f0e-6779-4816-952d-55a69d5766bb req-5d49d104-accf-4b3a-88f8-2ad65cdd79de 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] TaaS: Handle Delete Port: 0c9c9809-779b-4e3a-bf31-fb3d648aeb91 2026-04-17 06:56:12.056 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bc6b6f0e-6779-4816-952d-55a69d5766bb req-5d49d104-accf-4b3a-88f8-2ad65cdd79de 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Tap Mirror: Handle Delete Port: 0c9c9809-779b-4e3a-bf31-fb3d648aeb91 [pid: 8|app: 0|req: 1133/2238] 199.204.45.129 () {36 vars in 997 bytes} [Fri Apr 17 06:56:11 2026] DELETE /v2.0/ports/0c9c9809-779b-4e3a-bf31-fb3d648aeb91 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:56:12.240 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3deea24c-0a49-4319-b2a5-2f1eaf077a69'] response: {'server_uuid': '2c5c5d0a-5020-48ac-9afa-163bab6eeb70', 'name': 'network-vif-deleted', 'tag': '0c9c9809-779b-4e3a-bf31-fb3d648aeb91', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1106/2239] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:12 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2240] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:56:14 2026] GET /v2.0/networks?id=58b2e5c4-8d33-4a56-b1d7-225569711c70 => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2241] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:14 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2242] 199.204.45.129 () {34 vars in 1050 bytes} [Fri Apr 17 06:56:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=215962c301d247a2ba220748cf6224b3 => generated 178 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2245] 199.204.45.129 () {38 vars in 955 bytes} [Fri Apr 17 06:56:14 2026] POST /v2.0/ports => generated 1187 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1137/2246] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:14 2026] GET /v2.0/ports?device_id=cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f => generated 1202 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2247] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:56:14 2026] GET /v2.0/security-groups?id=d91e59e4-a370-4048-a7a2-83074bddb826&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2248] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:56:14 2026] PUT /v2.0/ports/509f61ac-fec8-40b8-a7f4-74207fdffc2d => generated 1468 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:56:15.072 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-531b8574-45a4-4467-bb39-54538289f7e8'] response: {'name': 'network-changed', 'server_uuid': 'cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f', 'tag': '509f61ac-fec8-40b8-a7f4-74207fdffc2d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1139/2249] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:15 2026] GET /v2.0/ports?device_id=2c5c5d0a-5020-48ac-9afa-163bab6eeb70 => generated 12 bytes in 18 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: 1111/2250] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:56:15 2026] GET /v2.0/ports?tenant_id=215962c301d247a2ba220748cf6224b3&device_id=cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f => generated 1471 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2251] 199.204.45.129 () {34 vars in 1018 bytes} [Fri Apr 17 06:56:15 2026] GET /v2.0/networks?tenant_id=215962c301d247a2ba220748cf6224b3&shared=False => generated 2374 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2252] 199.204.45.129 () {34 vars in 930 bytes} [Fri Apr 17 06:56:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2253] 10.0.0.7 () {34 vars in 988 bytes} [Fri Apr 17 06:56:16 2026] GET /v2.0/ports?device_id=5b6f8ccb-eef4-4e9c-a81e-5fede6488f88 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2254] 10.0.0.7 () {34 vars in 1038 bytes} [Fri Apr 17 06:56:16 2026] GET /v2.0/security-groups?id=d91e59e4-a370-4048-a7a2-83074bddb826&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2255] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:16 2026] DELETE /v2.0/security-groups/c0186f91-6cd7-4f6e-9372-a6743c6ea3e6 => 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: 1114/2256] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:56:16 2026] GET /v2.0/ports?tenant_id=215962c301d247a2ba220748cf6224b3&device_id=cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f => generated 1471 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2257] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:56:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.211&port_id=509f61ac-fec8-40b8-a7f4-74207fdffc2d => 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: 1116/2258] 199.204.45.129 () {34 vars in 1106 bytes} [Fri Apr 17 06:56:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ef&port_id=509f61ac-fec8-40b8-a7f4-74207fdffc2d => 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: 1117/2259] 199.204.45.129 () {34 vars in 1064 bytes} [Fri Apr 17 06:56:16 2026] GET /v2.0/subnets?id=c11f0cc8-6dbd-466d-987e-219c98876e86&id=dcc9db00-e11d-4f7a-9ea0-65e50a9a713e => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2260] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:56:16 2026] GET /v2.0/ports?network_id=58b2e5c4-8d33-4a56-b1d7-225569711c70&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2261] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:56:16 2026] GET /v2.0/ports?network_id=58b2e5c4-8d33-4a56-b1d7-225569711c70&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2262] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:56:16 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:56:17.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-65579a5c-37b2-404a-b89d-3eb0b0e9cf1e 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] TaaS: Handle Delete Port: 187476d8-d1db-4203-a59f-b68809a465ee 2026-04-17 06:56:17.060 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65579a5c-37b2-404a-b89d-3eb0b0e9cf1e 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Tap Mirror: Handle Delete Port: 187476d8-d1db-4203-a59f-b68809a465ee [pid: 7|app: 0|req: 1121/2263] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:56:17 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2264] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 06:56:16 2026] PUT /v2.0/routers/5224fd16-56a0-4e0d-8c7e-a7675dbc4924/remove_router_interface => generated 309 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2265] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:56:17 2026] DELETE /v2.0/subnets/f39a5f3e-c05f-42c7-9976-7b742d334d9c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:56:17.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9669b34-30bb-431d-9517-dfbffb9df8c0 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] TaaS: Handle Delete Port: 4bf82806-06a8-405b-9db4-140220219774 2026-04-17 06:56:17.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9669b34-30bb-431d-9517-dfbffb9df8c0 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Tap Mirror: Handle Delete Port: 4bf82806-06a8-405b-9db4-140220219774 2026-04-17 06:56:18.208 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9669b34-30bb-431d-9517-dfbffb9df8c0 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] TaaS: Handle Delete Port: ca6c8d07-4314-476c-9ec4-e50a38e03209 2026-04-17 06:56:18.211 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9669b34-30bb-431d-9517-dfbffb9df8c0 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Tap Mirror: Handle Delete Port: ca6c8d07-4314-476c-9ec4-e50a38e03209 2026-04-17 06:56:18.555 8 INFO neutron.services.segments.plugin [-] Segment 49c9cfb0-273a-4e1f-a913-f240f861b680 resource provider aggregate not found 2026-04-17 06:56:18.565 8 INFO neutron.services.segments.plugin [-] Segment 49c9cfb0-273a-4e1f-a913-f240f861b680 resource provider aggregate not found 2026-04-17 06:56:18.577 8 INFO neutron.services.segments.plugin [-] Segment 49c9cfb0-273a-4e1f-a913-f240f861b680 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49c9cfb0-273a-4e1f-a913-f240f861b680 found for delete ", "request_id": "req-1269050e-97d9-4f02-8430-43369bd5407f"}]} 2026-04-17 06:56:18.582 8 INFO neutron.services.segments.plugin [-] Segment 49c9cfb0-273a-4e1f-a913-f240f861b680 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49c9cfb0-273a-4e1f-a913-f240f861b680 found for delete ", "request_id": "req-9486a476-9f3f-48f3-8eb3-4e396f68a4a4"}]} 2026-04-17 06:56:18.594 8 INFO neutron.db.l3_hamode_db [None req-c9669b34-30bb-431d-9517-dfbffb9df8c0 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] HA network c8270cab-5592-4c06-b34a-42792a67dfe6 was deleted as no HA routers are present in tenant 5c0c7affbc454a77a1b90cad6ac4a775. [pid: 8|app: 0|req: 1144/2266] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:56:17 2026] DELETE /v2.0/routers/5224fd16-56a0-4e0d-8c7e-a7675dbc4924 => generated 0 bytes in 867 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:56:18.709 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a5f6234-eb11-4157-aaf0-4024885f920b 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] TaaS: Handle Delete Port: b2599556-f509-4881-a8e7-e8912b29c8bc 2026-04-17 06:56:18.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a5f6234-eb11-4157-aaf0-4024885f920b 212bda5aef7c4bb2b85d3567568ead5c 5c0c7affbc454a77a1b90cad6ac4a775 - - default default] Tap Mirror: Handle Delete Port: b2599556-f509-4881-a8e7-e8912b29c8bc 2026-04-17 06:56:18.890 7 INFO neutron.services.segments.plugin [-] Segment 680509c4-bbd8-4e18-91ae-0f03b8974daf resource provider aggregate not found 2026-04-17 06:56:18.891 7 INFO neutron.services.segments.plugin [-] Segment 680509c4-bbd8-4e18-91ae-0f03b8974daf resource provider aggregate not found 2026-04-17 06:56:18.909 7 INFO neutron.services.segments.plugin [-] Segment 680509c4-bbd8-4e18-91ae-0f03b8974daf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 680509c4-bbd8-4e18-91ae-0f03b8974daf found for delete ", "request_id": "req-dc1e3a76-e14c-49ff-8e6d-7243d146d958"}]} 2026-04-17 06:56:18.910 7 INFO neutron.services.segments.plugin [-] Segment 680509c4-bbd8-4e18-91ae-0f03b8974daf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 680509c4-bbd8-4e18-91ae-0f03b8974daf found for delete ", "request_id": "req-54cd0de2-66f8-4f50-81f7-231b37e0ed2a"}]} [pid: 7|app: 0|req: 1123/2267] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:56:18 2026] DELETE /v2.0/networks/5a87f92d-6d98-4060-bb47-d2d2928b8795 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2268] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:19 2026] GET /v2.0/security-groups?tenant_id=5c0c7affbc454a77a1b90cad6ac4a775&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2269] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:19 2026] DELETE /v2.0/security-groups/23453426-eb5a-4e03-9512-4a475234e29e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2270] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:19 2026] GET /v2.0/security-groups?tenant_id=130ba0838c344b80a5b0025c2d4726b2&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2271] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:19 2026] GET /v2.0/ports?device_id=cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2272] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:56:20 2026] GET /v2.0/security-groups?id=d91e59e4-a370-4048-a7a2-83074bddb826&fields=id&fields=name => generated 111 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2273] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:20 2026] DELETE /v2.0/security-groups/1b0434b2-98be-4840-a5eb-527adcd58412 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:56:24.497 7 INFO neutron.db.segments_db [None req-3151fd7e-8371-4f68-b5f9-f03bb4d8596d 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] Added segment c5721d57-4837-4a4a-86fa-b54180541005 of type vxlan for network 581e0338-81d7-489d-8526-860235a7fa2b [pid: 7|app: 0|req: 1127/2274] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:56:24 2026] POST /v2.0/networks => generated 613 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2275] 10.0.0.142 () {34 vars in 664 bytes} [Fri Apr 17 06:56:24 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:56:24.925 7 INFO neutron.db.segments_db [None req-f07f18f4-3b40-409e-8de2-7d4ea4420cf1 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] Added segment 1a973357-c7e9-4fde-83e7-344799892612 of type vxlan for network 87575b0d-ab98-49c8-86ec-6711e8a54cbc [pid: 7|app: 0|req: 1128/2276] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:56:24 2026] POST /v2.0/networks => generated 612 bytes in 133 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: 1129/2277] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:56:25 2026] GET /v2.0/ports?device_id=cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f => generated 1204 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2278] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:56:25 2026] GET /v2.0/security-groups?id=d91e59e4-a370-4048-a7a2-83074bddb826&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: 8|app: 0|req: 1149/2279] 10.0.0.142 () {34 vars in 664 bytes} [Fri Apr 17 06:56:25 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:56:25.364 7 INFO neutron.db.segments_db [None req-ad111f4e-2b5b-4c13-91d5-3ae12855ae90 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] Added segment 0a5af471-65e5-4684-befa-534dbc9358a4 of type vxlan for network 24cf80de-b423-4de8-9b69-f8add471c1eb [pid: 8|app: 0|req: 1150/2280] 10.0.0.142 () {32 vars in 818 bytes} [Fri Apr 17 06:56:25 2026] GET /v2.0/ports?network_id=58b2e5c4-8d33-4a56-b1d7-225569711c70&mac_address=fa%3A16%3A3e%3A47%3A05%3A50 => generated 1204 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2281] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:56:25 2026] POST /v2.0/networks => generated 611 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2282] 10.0.0.142 () {34 vars in 664 bytes} [Fri Apr 17 06:56:25 2026] POST /v2.0/ports => generated 743 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:56:25.779 7 INFO neutron.db.segments_db [None req-691f300f-d832-43b0-bbef-f2925c30e856 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] Added segment 19660b26-a0e8-4022-8055-45e5cd15b748 of type vxlan for network 5da733de-f7ee-4ae6-876a-30412c56003e [pid: 7|app: 0|req: 1133/2283] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:56:25 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:56:26.086 8 INFO neutron.db.l3_db [None req-b239cb6b-e4b2-4033-bd91-7aaea67e00bc b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Floating IP 1b6db2c2-136e-451f-b620-79e095118d14 associated. External IP: 10.96.250.210, port: 509f61ac-fec8-40b8-a7f4-74207fdffc2d. [pid: 7|app: 0|req: 1134/2284] 10.0.0.142 () {34 vars in 664 bytes} [Fri Apr 17 06:56:25 2026] POST /v2.0/ports => generated 743 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:56:26.207 7 INFO neutron.db.segments_db [None req-dee44e46-471e-40d8-9db7-5f1839354fba 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] Added segment fe51580f-d919-4e9f-9ab5-680656d77623 of type vxlan for network 755086f6-dda3-4b7b-88f9-f58b6bedbfc6 [pid: 7|app: 0|req: 1135/2285] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:56:26 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2286] 10.0.0.142 () {34 vars in 677 bytes} [Fri Apr 17 06:56:25 2026] POST /v2.0/floatingips => generated 855 bytes in 1008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-17 06:56:26.439 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a9ff272-c62e-4fbc-842e-ff8fdcdbb751'] response: {'name': 'network-changed', 'server_uuid': 'cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f', 'tag': '509f61ac-fec8-40b8-a7f4-74207fdffc2d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1136/2287] 10.0.0.142 () {34 vars in 664 bytes} [Fri Apr 17 06:56:26 2026] POST /v2.0/ports => generated 743 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2288] 10.0.0.142 () {34 vars in 747 bytes} [Fri Apr 17 06:56:26 2026] PUT /v2.0/ports/5700c188-d6ef-485f-a8f5-338614bcbac5/tags => generated 17 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: 7|app: 0|req: 1137/2289] 10.0.0.142 () {34 vars in 747 bytes} [Fri Apr 17 06:56:26 2026] PUT /v2.0/ports/3c8ff9fe-c69f-4a64-98f0-9b07d121c5e1/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1153/2290] 10.0.0.142 () {34 vars in 747 bytes} [Fri Apr 17 06:56:26 2026] PUT /v2.0/ports/d508d57e-a0d7-4d5a-a2bf-a36838cd9aaf/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1138/2291] 10.0.0.142 () {34 vars in 747 bytes} [Fri Apr 17 06:56:26 2026] PUT /v2.0/ports/847efa80-92cc-419e-8086-de1f3f84939f/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1154/2292] 10.0.0.142 () {32 vars in 660 bytes} [Fri Apr 17 06:56:26 2026] GET /v2.0/ports?tags=red => generated 2253 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: 7|app: 0|req: 1139/2293] 10.0.0.142 () {32 vars in 674 bytes} [Fri Apr 17 06:56:26 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2294] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:56:26 2026] GET /v2.0/ports?tenant_id=215962c301d247a2ba220748cf6224b3&device_id=cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2295] 10.0.0.142 () {32 vars in 670 bytes} [Fri Apr 17 06:56:26 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2296] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:56:26 2026] GET /v2.0/networks?id=58b2e5c4-8d33-4a56-b1d7-225569711c70 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2297] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:56:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.211&port_id=509f61ac-fec8-40b8-a7f4-74207fdffc2d => 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: 1141/2298] 10.0.0.142 () {32 vars in 682 bytes} [Fri Apr 17 06:56:27 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2299] 199.204.45.129 () {34 vars in 1106 bytes} [Fri Apr 17 06:56:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ef&port_id=509f61ac-fec8-40b8-a7f4-74207fdffc2d => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2300] 199.204.45.129 () {34 vars in 1064 bytes} [Fri Apr 17 06:56:27 2026] GET /v2.0/subnets?id=c11f0cc8-6dbd-466d-987e-219c98876e86&id=dcc9db00-e11d-4f7a-9ea0-65e50a9a713e => generated 1415 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2301] 10.0.0.142 () {32 vars in 668 bytes} [Fri Apr 17 06:56:27 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2302] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:56:27 2026] GET /v2.0/ports?network_id=58b2e5c4-8d33-4a56-b1d7-225569711c70&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2303] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:56:27 2026] GET /v2.0/ports?network_id=58b2e5c4-8d33-4a56-b1d7-225569711c70&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2304] 10.0.0.142 () {32 vars in 682 bytes} [Fri Apr 17 06:56:27 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2305] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:56:27 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2306] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:56:27 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2307] 10.0.0.142 () {32 vars in 678 bytes} [Fri Apr 17 06:56:27 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2308] 10.0.0.142 () {32 vars in 690 bytes} [Fri Apr 17 06:56:27 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:56:27.549 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c72772b-ad52-418a-8246-faf4d8cd139e 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] TaaS: Handle Delete Port: 5700c188-d6ef-485f-a8f5-338614bcbac5 2026-04-17 06:56:27.552 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c72772b-ad52-418a-8246-faf4d8cd139e 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] Tap Mirror: Handle Delete Port: 5700c188-d6ef-485f-a8f5-338614bcbac5 [pid: 7|app: 0|req: 1145/2309] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:56:27 2026] DELETE /v2.0/ports/5700c188-d6ef-485f-a8f5-338614bcbac5 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:56:27.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-76822f8b-889f-4340-8d53-533e150236f3 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] TaaS: Handle Delete Port: 3c8ff9fe-c69f-4a64-98f0-9b07d121c5e1 2026-04-17 06:56:27.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76822f8b-889f-4340-8d53-533e150236f3 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] Tap Mirror: Handle Delete Port: 3c8ff9fe-c69f-4a64-98f0-9b07d121c5e1 [pid: 8|app: 0|req: 1165/2310] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:56:27 2026] DELETE /v2.0/ports/3c8ff9fe-c69f-4a64-98f0-9b07d121c5e1 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:56:27.912 7 INFO neutron_taas.services.taas.taas_plugin [None req-0dd3f235-1ad2-4dbe-b32a-e89da43ad514 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] TaaS: Handle Delete Port: d508d57e-a0d7-4d5a-a2bf-a36838cd9aaf 2026-04-17 06:56:27.915 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dd3f235-1ad2-4dbe-b32a-e89da43ad514 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] Tap Mirror: Handle Delete Port: d508d57e-a0d7-4d5a-a2bf-a36838cd9aaf [pid: 7|app: 0|req: 1146/2311] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:56:27 2026] DELETE /v2.0/ports/d508d57e-a0d7-4d5a-a2bf-a36838cd9aaf => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:56:28.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-18f08822-ba85-48b6-9c42-3c1727b35029 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] TaaS: Handle Delete Port: 847efa80-92cc-419e-8086-de1f3f84939f 2026-04-17 06:56:28.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18f08822-ba85-48b6-9c42-3c1727b35029 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] Tap Mirror: Handle Delete Port: 847efa80-92cc-419e-8086-de1f3f84939f [pid: 8|app: 0|req: 1166/2312] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:56:27 2026] DELETE /v2.0/ports/847efa80-92cc-419e-8086-de1f3f84939f => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:56:28.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb9cba7a-997f-45be-98cf-b9f929daa279 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] TaaS: Handle Delete Port: e0a9b7aa-1fd4-447c-a8a4-d51cfca154d1 2026-04-17 06:56:28.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb9cba7a-997f-45be-98cf-b9f929daa279 5988509a427c41fa864c136306ade244 d3bd0a51a8084d578137e3787421a79f - - default default] Tap Mirror: Handle Delete Port: e0a9b7aa-1fd4-447c-a8a4-d51cfca154d1 [pid: 7|app: 0|req: 1147/2313] 10.0.0.142 () {32 vars in 720 bytes} [Fri Apr 17 06:56:28 2026] DELETE /v2.0/ports/e0a9b7aa-1fd4-447c-a8a4-d51cfca154d1 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:56:28.388 8 INFO neutron.services.segments.plugin [-] Segment c5721d57-4837-4a4a-86fa-b54180541005 resource provider aggregate not found 2026-04-17 06:56:28.391 8 INFO neutron.services.segments.plugin [-] Segment c5721d57-4837-4a4a-86fa-b54180541005 resource provider aggregate not found 2026-04-17 06:56:28.406 8 INFO neutron.services.segments.plugin [-] Segment c5721d57-4837-4a4a-86fa-b54180541005 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5721d57-4837-4a4a-86fa-b54180541005 found for delete ", "request_id": "req-ece202ad-acd1-46c5-81e4-aa8494fc0fda"}]} 2026-04-17 06:56:28.409 8 INFO neutron.services.segments.plugin [-] Segment c5721d57-4837-4a4a-86fa-b54180541005 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5721d57-4837-4a4a-86fa-b54180541005 found for delete ", "request_id": "req-ea07d2ea-2f1e-4a9c-ab03-270bb8f201e6"}]} [pid: 8|app: 0|req: 1167/2314] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:56:28 2026] DELETE /v2.0/networks/581e0338-81d7-489d-8526-860235a7fa2b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:56:28.551 7 INFO neutron.services.segments.plugin [-] Segment 1a973357-c7e9-4fde-83e7-344799892612 resource provider aggregate not found 2026-04-17 06:56:28.560 7 INFO neutron.services.segments.plugin [-] Segment 1a973357-c7e9-4fde-83e7-344799892612 resource provider aggregate not found 2026-04-17 06:56:28.573 7 INFO neutron.services.segments.plugin [-] Segment 1a973357-c7e9-4fde-83e7-344799892612 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a973357-c7e9-4fde-83e7-344799892612 found for delete ", "request_id": "req-3a7430b5-b749-4c2a-87e6-58d5fe99c490"}]} 2026-04-17 06:56:28.575 7 INFO neutron.services.segments.plugin [-] Segment 1a973357-c7e9-4fde-83e7-344799892612 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a973357-c7e9-4fde-83e7-344799892612 found for delete ", "request_id": "req-d1fc300d-ffcf-40f9-8472-f7e414a26ad4"}]} [pid: 7|app: 0|req: 1148/2315] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:56:28 2026] DELETE /v2.0/networks/87575b0d-ab98-49c8-86ec-6711e8a54cbc => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2316] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:56:28 2026] DELETE /v2.0/networks/24cf80de-b423-4de8-9b69-f8add471c1eb => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2317] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:56:28 2026] DELETE /v2.0/networks/5da733de-f7ee-4ae6-876a-30412c56003e => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2318] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:56:28 2026] DELETE /v2.0/networks/755086f6-dda3-4b7b-88f9-f58b6bedbfc6 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2321] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:29 2026] GET /v2.0/security-groups?tenant_id=d3bd0a51a8084d578137e3787421a79f&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2322] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:29 2026] DELETE /v2.0/security-groups/ae2d20ae-328f-4c32-91a5-cd3f55cad478 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2323] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:30 2026] GET /v2.0/security-groups?tenant_id=34e43094d00043bbbf45d33569930eeb&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2324] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:30 2026] DELETE /v2.0/security-groups/86addc06-efea-4580-b5da-23c60d8b0d2f => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:56:30.426 8 INFO neutron.services.segments.plugin [-] Segment 0a5af471-65e5-4684-befa-534dbc9358a4 resource provider aggregate not found 2026-04-17 06:56:30.430 8 INFO neutron.services.segments.plugin [-] Segment 0a5af471-65e5-4684-befa-534dbc9358a4 resource provider aggregate not found 2026-04-17 06:56:30.445 8 INFO neutron.services.segments.plugin [-] Segment 0a5af471-65e5-4684-befa-534dbc9358a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a5af471-65e5-4684-befa-534dbc9358a4 found for delete ", "request_id": "req-8ff70d1a-a26b-46bf-bfcf-ce679d17be91"}]} 2026-04-17 06:56:30.448 8 INFO neutron.services.segments.plugin [-] Segment 0a5af471-65e5-4684-befa-534dbc9358a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a5af471-65e5-4684-befa-534dbc9358a4 found for delete ", "request_id": "req-12d702fd-99a9-432e-9bcc-2eb367ce4376"}]} 2026-04-17 06:56:30.465 8 INFO neutron.services.segments.plugin [-] Segment fe51580f-d919-4e9f-9ab5-680656d77623 resource provider aggregate not found 2026-04-17 06:56:30.468 8 INFO neutron.services.segments.plugin [-] Segment fe51580f-d919-4e9f-9ab5-680656d77623 resource provider aggregate not found 2026-04-17 06:56:30.482 8 INFO neutron.services.segments.plugin [-] Segment fe51580f-d919-4e9f-9ab5-680656d77623 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe51580f-d919-4e9f-9ab5-680656d77623 found for delete ", "request_id": "req-b6ebc5de-6ba5-4d60-ae36-cafc6a656de6"}]} 2026-04-17 06:56:30.483 8 INFO neutron.services.segments.plugin [-] Segment fe51580f-d919-4e9f-9ab5-680656d77623 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe51580f-d919-4e9f-9ab5-680656d77623 found for delete ", "request_id": "req-9621dd57-665e-412c-92b1-c09313887ef7"}]} [pid: 7|app: 0|req: 1153/2325] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:30 2026] GET /v2.0/security-groups?tenant_id=6ae96175c1074cc5b55eadbdbb77777c&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:56:30.589 7 INFO neutron.services.segments.plugin [-] Segment 19660b26-a0e8-4022-8055-45e5cd15b748 resource provider aggregate not found [pid: 8|app: 0|req: 1173/2326] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:30 2026] DELETE /v2.0/security-groups/cb8f5136-d4ea-4c94-b120-69438bd41d9e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:56:30.594 7 INFO neutron.services.segments.plugin [-] Segment 19660b26-a0e8-4022-8055-45e5cd15b748 resource provider aggregate not found 2026-04-17 06:56:30.601 7 INFO neutron.services.segments.plugin [-] Segment 19660b26-a0e8-4022-8055-45e5cd15b748 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19660b26-a0e8-4022-8055-45e5cd15b748 found for delete ", "request_id": "req-7259184d-9567-4781-b54d-4c1a2ff435c2"}]} 2026-04-17 06:56:30.610 7 INFO neutron.services.segments.plugin [-] Segment 19660b26-a0e8-4022-8055-45e5cd15b748 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19660b26-a0e8-4022-8055-45e5cd15b748 found for delete ", "request_id": "req-f1844f16-c23c-4e84-a236-a994f456b1aa"}]} [pid: 8|app: 0|req: 1174/2327] 10.0.0.7 () {34 vars in 988 bytes} [Fri Apr 17 06:56:34 2026] GET /v2.0/ports?device_id=cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f => generated 1473 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2328] 10.0.0.142 () {34 vars in 684 bytes} [Fri Apr 17 06:56:34 2026] POST /v2.0/security-groups => generated 1603 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2329] 10.0.0.7 () {34 vars in 1038 bytes} [Fri Apr 17 06:56:34 2026] GET /v2.0/security-groups?id=d91e59e4-a370-4048-a7a2-83074bddb826&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2330] 10.0.0.142 () {34 vars in 684 bytes} [Fri Apr 17 06:56:34 2026] POST /v2.0/security-groups => generated 1603 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2331] 10.0.0.142 () {34 vars in 684 bytes} [Fri Apr 17 06:56:35 2026] POST /v2.0/security-groups => generated 1603 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2332] 10.0.0.142 () {34 vars in 684 bytes} [Fri Apr 17 06:56:35 2026] POST /v2.0/security-groups => generated 1603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2333] 10.0.0.142 () {34 vars in 684 bytes} [Fri Apr 17 06:56:35 2026] POST /v2.0/security-groups => generated 1603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2334] 10.0.0.142 () {34 vars in 767 bytes} [Fri Apr 17 06:56:35 2026] PUT /v2.0/security-groups/5be79303-f90a-47d8-9857-9404f494f48d/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2335] 10.0.0.142 () {34 vars in 767 bytes} [Fri Apr 17 06:56:35 2026] PUT /v2.0/security-groups/427f31e8-211e-4d81-9306-3664f175a0ca/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2336] 10.0.0.142 () {34 vars in 767 bytes} [Fri Apr 17 06:56:35 2026] PUT /v2.0/security-groups/3f8c4cb5-ffbf-49c5-8974-a3ba7c59d9c0/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2337] 10.0.0.142 () {34 vars in 767 bytes} [Fri Apr 17 06:56:35 2026] PUT /v2.0/security-groups/91df3eff-0230-42b1-9e93-307317d7f6f6/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2338] 10.0.0.142 () {32 vars in 680 bytes} [Fri Apr 17 06:56:35 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2339] 10.0.0.142 () {32 vars in 694 bytes} [Fri Apr 17 06:56:35 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2340] 10.0.0.142 () {32 vars in 690 bytes} [Fri Apr 17 06:56:35 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2341] 10.0.0.142 () {32 vars in 702 bytes} [Fri Apr 17 06:56:35 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2342] 10.0.0.142 () {32 vars in 688 bytes} [Fri Apr 17 06:56:35 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2343] 10.0.0.142 () {32 vars in 702 bytes} [Fri Apr 17 06:56:35 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2344] 10.0.0.142 () {32 vars in 698 bytes} [Fri Apr 17 06:56:35 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2345] 10.0.0.142 () {32 vars in 710 bytes} [Fri Apr 17 06:56:35 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2346] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:35 2026] DELETE /v2.0/security-groups/5be79303-f90a-47d8-9857-9404f494f48d => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2347] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:35 2026] DELETE /v2.0/security-groups/427f31e8-211e-4d81-9306-3664f175a0ca => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2348] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:36 2026] DELETE /v2.0/security-groups/3f8c4cb5-ffbf-49c5-8974-a3ba7c59d9c0 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2349] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:36 2026] DELETE /v2.0/security-groups/91df3eff-0230-42b1-9e93-307317d7f6f6 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2350] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:36 2026] DELETE /v2.0/security-groups/0c3e761b-a79c-456e-b969-a7922778f7c7 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2351] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:37 2026] GET /v2.0/security-groups?tenant_id=1036957bdaca40d69a5357678966c9c1&name=default => generated 2929 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2352] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:37 2026] DELETE /v2.0/security-groups/6aed2652-2bf5-4e6c-ad82-1a46fce8d8b5 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2353] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:37 2026] GET /v2.0/security-groups?tenant_id=eef6db1853a844e981d44a822a98581f&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2354] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:37 2026] DELETE /v2.0/security-groups/34537971-38b9-40a4-9d0a-47fec3f32fe2 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2355] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:37 2026] GET /v2.0/security-groups?tenant_id=339e8116ada84b508c0218b5d6da3e22&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2356] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:37 2026] DELETE /v2.0/security-groups/fec5d39d-47be-42ae-b8b0-67eb9e738b5c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:56:41.359 8 INFO neutron.db.segments_db [None req-14c36bf1-2265-41eb-bcb2-8227ef30b473 0c1c869ce77e4801bf3ad54d9643e6f6 6242b8129b944c969444076243699055 - - default default] Added segment 18ebb4d5-b948-425d-bb12-eea256e45b7c of type vxlan for network e2274604-aee4-42ca-9b38-9691ee3f4fc0 [pid: 8|app: 0|req: 1189/2357] 10.0.0.142 () {34 vars in 670 bytes} [Fri Apr 17 06:56:41 2026] POST /v2.0/networks => generated 612 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2358] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:56:41 2026] PUT /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2359] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:56:41 2026] GET /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2360] 10.0.0.142 () {34 vars in 764 bytes} [Fri Apr 17 06:56:41 2026] PUT /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2361] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:56:41 2026] GET /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/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: 1171/2362] 10.0.0.142 () {34 vars in 760 bytes} [Fri Apr 17 06:56:41 2026] PUT /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2363] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:56:41 2026] GET /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2364] 10.0.0.142 () {34 vars in 782 bytes} [Fri Apr 17 06:56:41 2026] PUT /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2365] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:56:41 2026] GET /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2366] 10.0.0.142 () {34 vars in 753 bytes} [Fri Apr 17 06:56:41 2026] PUT /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2367] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:56:42 2026] GET /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2368] 10.0.0.142 () {32 vars in 741 bytes} [Fri Apr 17 06:56:42 2026] GET /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:56:42.136 8 INFO neutron.api.v2.resource [None req-45520c4a-90b7-4fb0-98b7-dd8d4e6a2745 0c1c869ce77e4801bf3ad54d9643e6f6 6242b8129b944c969444076243699055 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1195/2369] 10.0.0.142 () {32 vars in 745 bytes} [Fri Apr 17 06:56:42 2026] GET /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2370] 10.0.0.142 () {32 vars in 744 bytes} [Fri Apr 17 06:56:42 2026] DELETE /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2371] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:56:42 2026] GET /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:56:42.303 7 INFO neutron.api.v2.resource [None req-33b382ff-ad24-4171-8c62-35278c249352 0c1c869ce77e4801bf3ad54d9643e6f6 6242b8129b944c969444076243699055 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1176/2372] 10.0.0.142 () {32 vars in 748 bytes} [Fri Apr 17 06:56:42 2026] DELETE /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2373] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:56:42 2026] DELETE /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2374] 10.0.0.142 () {32 vars in 733 bytes} [Fri Apr 17 06:56:42 2026] GET /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:56:42.557 8 INFO neutron.services.segments.plugin [-] Segment 18ebb4d5-b948-425d-bb12-eea256e45b7c resource provider aggregate not found 2026-04-17 06:56:42.561 8 INFO neutron.services.segments.plugin [-] Segment 18ebb4d5-b948-425d-bb12-eea256e45b7c resource provider aggregate not found 2026-04-17 06:56:42.574 8 INFO neutron.services.segments.plugin [-] Segment 18ebb4d5-b948-425d-bb12-eea256e45b7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18ebb4d5-b948-425d-bb12-eea256e45b7c found for delete ", "request_id": "req-74e07947-f309-4dc5-9571-4c6871d55bff"}]} 2026-04-17 06:56:42.578 8 INFO neutron.services.segments.plugin [-] Segment 18ebb4d5-b948-425d-bb12-eea256e45b7c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18ebb4d5-b948-425d-bb12-eea256e45b7c found for delete ", "request_id": "req-e31c1fb0-ccfd-48c6-bbff-2e4876ab7039"}]} [pid: 8|app: 0|req: 1198/2375] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 06:56:42 2026] DELETE /v2.0/networks/e2274604-aee4-42ca-9b38-9691ee3f4fc0 => 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: 1178/2376] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:43 2026] GET /v2.0/security-groups?tenant_id=ac75f7f8fea74b8da4f1343b7c69fb77&name=default => generated 2929 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2377] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:43 2026] DELETE /v2.0/security-groups/615f0af7-6a73-4b7f-865e-53771202d99c => 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: 1179/2378] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:43 2026] GET /v2.0/security-groups?tenant_id=6242b8129b944c969444076243699055&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2379] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:43 2026] DELETE /v2.0/security-groups/878ac1a1-d9b4-4f30-92b6-488c763cde35 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:56:47.171 7 INFO neutron.db.segments_db [None req-0e6f8158-0a14-4f1d-bb19-db44bf3a82fb 7022a94931d547299a105787148a0700 0ef0319ec2b94343b7c809f1fc137474 - - default default] Added segment e259ff33-8f06-4f1d-bcb5-fbb0984b34f1 of type vxlan for network 310d02a3-03c6-465e-be5f-e7aa4092032a 2026-04-17 06:56:47.373 7 INFO neutron.db.l3_hamode_db [None req-0e6f8158-0a14-4f1d-bb19-db44bf3a82fb 7022a94931d547299a105787148a0700 0ef0319ec2b94343b7c809f1fc137474 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-17 06:56:47.469 7 INFO neutron.db.l3_hamode_db [None req-0e6f8158-0a14-4f1d-bb19-db44bf3a82fb 7022a94931d547299a105787148a0700 0ef0319ec2b94343b7c809f1fc137474 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1181/2382] 10.0.0.142 () {34 vars in 668 bytes} [Fri Apr 17 06:56:46 2026] POST /v2.0/routers => generated 474 bytes in 970 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2383] 10.0.0.142 () {34 vars in 751 bytes} [Fri Apr 17 06:56:47 2026] PUT /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2384] 10.0.0.142 () {32 vars in 731 bytes} [Fri Apr 17 06:56:48 2026] GET /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2385] 10.0.0.142 () {34 vars in 762 bytes} [Fri Apr 17 06:56:48 2026] PUT /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags/green => generated 4 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2386] 10.0.0.142 () {32 vars in 731 bytes} [Fri Apr 17 06:56:48 2026] GET /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2387] 10.0.0.142 () {34 vars in 758 bytes} [Fri Apr 17 06:56:48 2026] PUT /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags/red => generated 4 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2388] 10.0.0.142 () {32 vars in 731 bytes} [Fri Apr 17 06:56:48 2026] GET /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags => generated 34 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2389] 10.0.0.142 () {34 vars in 780 bytes} [Fri Apr 17 06:56:48 2026] PUT /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags/black.or.white => generated 4 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2390] 10.0.0.142 () {32 vars in 731 bytes} [Fri Apr 17 06:56:48 2026] GET /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags => generated 52 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2391] 10.0.0.142 () {34 vars in 751 bytes} [Fri Apr 17 06:56:48 2026] PUT /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags => generated 37 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2392] 10.0.0.142 () {32 vars in 731 bytes} [Fri Apr 17 06:56:48 2026] GET /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2393] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:56:49 2026] GET /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags/red => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:56:49.231 7 INFO neutron.api.v2.resource [None req-0fb5111d-f379-47ea-9773-b8122f5fbfc7 7022a94931d547299a105787148a0700 0ef0319ec2b94343b7c809f1fc137474 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1187/2394] 10.0.0.142 () {32 vars in 743 bytes} [Fri Apr 17 06:56:49 2026] GET /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags/green => generated 99 bytes in 115 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2395] 10.0.0.142 () {32 vars in 742 bytes} [Fri Apr 17 06:56:49 2026] DELETE /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags/red => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2396] 10.0.0.142 () {32 vars in 731 bytes} [Fri Apr 17 06:56:49 2026] GET /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags => generated 30 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:56:49.562 8 INFO neutron.api.v2.resource [None req-5a78663b-57a2-4c32-a12a-08367b31411e 7022a94931d547299a105787148a0700 0ef0319ec2b94343b7c809f1fc137474 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1209/2397] 10.0.0.142 () {32 vars in 746 bytes} [Fri Apr 17 06:56:49 2026] DELETE /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2398] 10.0.0.142 () {32 vars in 734 bytes} [Fri Apr 17 06:56:49 2026] DELETE /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2399] 10.0.0.142 () {32 vars in 731 bytes} [Fri Apr 17 06:56:49 2026] GET /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1/tags => generated 12 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2400] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 06:56:49 2026] GET /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1 => generated 480 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2401] 10.0.0.142 () {34 vars in 742 bytes} [Fri Apr 17 06:56:49 2026] PUT /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1 => generated 480 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2402] 10.0.0.142 () {32 vars in 736 bytes} [Fri Apr 17 06:56:50 2026] GET /v2.0/ports?device_id=7ae7a9ca-a248-4223-aece-a9e88b02c6a1 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2403] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 06:56:50 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:56:50.493 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c6d0521-7056-4afc-a8e2-22800916f7a4 7022a94931d547299a105787148a0700 0ef0319ec2b94343b7c809f1fc137474 - - default default] TaaS: Handle Delete Port: d5891694-abf6-474a-8f0b-e77739d472b5 2026-04-17 06:56:50.496 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c6d0521-7056-4afc-a8e2-22800916f7a4 7022a94931d547299a105787148a0700 0ef0319ec2b94343b7c809f1fc137474 - - default default] Tap Mirror: Handle Delete Port: d5891694-abf6-474a-8f0b-e77739d472b5 2026-04-17 06:56:50.796 8 INFO neutron.services.segments.plugin [-] Segment e259ff33-8f06-4f1d-bcb5-fbb0984b34f1 resource provider aggregate not found 2026-04-17 06:56:50.802 8 INFO neutron.services.segments.plugin [-] Segment e259ff33-8f06-4f1d-bcb5-fbb0984b34f1 resource provider aggregate not found 2026-04-17 06:56:50.815 8 INFO neutron.services.segments.plugin [-] Segment e259ff33-8f06-4f1d-bcb5-fbb0984b34f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e259ff33-8f06-4f1d-bcb5-fbb0984b34f1 found for delete ", "request_id": "req-84c00ffb-0b3c-43d8-97f0-f41c18c51112"}]} 2026-04-17 06:56:50.815 8 INFO neutron.services.segments.plugin [-] Segment e259ff33-8f06-4f1d-bcb5-fbb0984b34f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e259ff33-8f06-4f1d-bcb5-fbb0984b34f1 found for delete ", "request_id": "req-e3ab6d38-cef8-4734-a153-0be324e0ba30"}]} 2026-04-17 06:56:50.820 8 INFO neutron.db.l3_hamode_db [None req-0c6d0521-7056-4afc-a8e2-22800916f7a4 7022a94931d547299a105787148a0700 0ef0319ec2b94343b7c809f1fc137474 - - default default] HA network 310d02a3-03c6-465e-be5f-e7aa4092032a was deleted as no HA routers are present in tenant 0ef0319ec2b94343b7c809f1fc137474. [pid: 8|app: 0|req: 1213/2404] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 06:56:50 2026] DELETE /v2.0/routers/7ae7a9ca-a248-4223-aece-a9e88b02c6a1 => generated 0 bytes in 484 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2405] 10.0.0.102 () {30 vars in 690 bytes} [Fri Apr 17 06:56:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2406] 10.0.0.102 () {30 vars in 692 bytes} [Fri Apr 17 06:56:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2407] 10.0.0.102 () {30 vars in 668 bytes} [Fri Apr 17 06:56:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2408] 10.0.0.102 () {30 vars in 704 bytes} [Fri Apr 17 06:56:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2409] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:51 2026] GET /v2.0/security-groups?tenant_id=0ef0319ec2b94343b7c809f1fc137474&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2410] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:51 2026] DELETE /v2.0/security-groups/5921b47d-b05d-4302-9117-e3ecd7a056d0 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2411] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:51 2026] GET /v2.0/security-groups?tenant_id=6ec9b867ebde4fe5ba8eea0ffb070570&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2412] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:51 2026] DELETE /v2.0/security-groups/b08f6b75-861b-4223-bcda-4e44f857d588 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2413] 10.0.0.102 () {28 vars in 439 bytes} [Fri Apr 17 06:56:52 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2414] 10.0.0.102 () {30 vars in 728 bytes} [Fri Apr 17 06:56:52 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 657 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2415] 10.0.0.102 () {30 vars in 690 bytes} [Fri Apr 17 06:56:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2416] 10.0.0.102 () {30 vars in 692 bytes} [Fri Apr 17 06:56:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2417] 10.0.0.102 () {30 vars in 668 bytes} [Fri Apr 17 06:56:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2418] 10.0.0.102 () {30 vars in 704 bytes} [Fri Apr 17 06:56:52 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: 1197/2419] 10.0.0.102 () {30 vars in 728 bytes} [Fri Apr 17 06:56:52 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2420] 10.0.0.102 () {30 vars in 690 bytes} [Fri Apr 17 06:56:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2421] 10.0.0.102 () {30 vars in 692 bytes} [Fri Apr 17 06:56:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2422] 10.0.0.102 () {30 vars in 668 bytes} [Fri Apr 17 06:56:52 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: 1199/2423] 10.0.0.102 () {30 vars in 704 bytes} [Fri Apr 17 06:56:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2424] 10.0.0.102 () {30 vars in 730 bytes} [Fri Apr 17 06:56:52 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2425] 10.0.0.102 () {30 vars in 682 bytes} [Fri Apr 17 06:56:52 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2426] 10.0.0.102 () {34 vars in 704 bytes} [Fri Apr 17 06:56:52 2026] POST /v2.0/ports => generated 1128 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1227/2427] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:56:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2428] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:56:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2429] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:56:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2430] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:56:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2431] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:56:55 2026] GET /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2432] 10.0.0.142 () {34 vars in 684 bytes} [Fri Apr 17 06:56:55 2026] POST /v2.0/security-groups => generated 1603 bytes in 774 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2433] 10.0.0.142 () {34 vars in 767 bytes} [Fri Apr 17 06:56:55 2026] PUT /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2434] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:56:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2435] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:56:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2436] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:56:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2437] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:56:55 2026] GET /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2438] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:56:55 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-04-17 06:56:55.970 7 INFO neutron.api.v2.resource [None req-f551d8d5-5960-4919-b590-ec070a07c254 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1206/2439] 199.204.45.129 () {30 vars in 763 bytes} [Fri Apr 17 06:56:55 2026] GET /v2.0/security-groups/lb-5374a961-0683-4bb4-9692-9bfc7ca5c794 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2440] 199.204.45.129 () {30 vars in 785 bytes} [Fri Apr 17 06:56:55 2026] GET /v2.0/security-groups?name=lb-5374a961-0683-4bb4-9692-9bfc7ca5c794 => generated 23 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2441] 10.0.0.142 () {34 vars in 778 bytes} [Fri Apr 17 06:56:55 2026] PUT /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2442] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:56:56 2026] GET /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2443] 10.0.0.142 () {34 vars in 774 bytes} [Fri Apr 17 06:56:56 2026] PUT /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags/red => 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: 1208/2444] 199.204.45.129 () {34 vars in 736 bytes} [Fri Apr 17 06:56:56 2026] POST /v2.0/security-groups => generated 1638 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2445] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:56:56 2026] GET /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2446] 199.204.45.129 () {30 vars in 815 bytes} [Fri Apr 17 06:56:56 2026] GET /v2.0/security-group-rules?security_group_id=27899318-ec08-42a3-b265-5b2619a2ad6b => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2447] 10.0.0.142 () {34 vars in 796 bytes} [Fri Apr 17 06:56:56 2026] PUT /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2448] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:56:56 2026] GET /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2449] 10.0.0.142 () {34 vars in 767 bytes} [Fri Apr 17 06:56:56 2026] PUT /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2450] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:56:56 2026] GET /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2451] 10.0.0.142 () {32 vars in 755 bytes} [Fri Apr 17 06:56:56 2026] GET /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:56:56.376 8 INFO neutron.api.v2.resource [None req-33d86cd7-b7da-4d9d-8421-841d040f5c97 24860bd73df2423fa2a3a45b8fcf2e1c ad24b0b1ab3f4d4fbae22ee61cc2960e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1243/2452] 10.0.0.142 () {32 vars in 759 bytes} [Fri Apr 17 06:56:56 2026] GET /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2453] 199.204.45.129 () {34 vars in 789 bytes} [Fri Apr 17 06:56:56 2026] PUT /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1128 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2454] 10.0.0.142 () {32 vars in 758 bytes} [Fri Apr 17 06:56:56 2026] DELETE /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1245/2455] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:56:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2456] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:56:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2457] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:56:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2458] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:56:56 2026] GET /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2459] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:56:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:56:56.510 8 INFO neutron.api.v2.resource [None req-a19f0b6a-fb2d-4ef9-99f8-5bf50d627629 24860bd73df2423fa2a3a45b8fcf2e1c ad24b0b1ab3f4d4fbae22ee61cc2960e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1213/2460] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:56:56 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2461] 10.0.0.142 () {32 vars in 762 bytes} [Fri Apr 17 06:56:56 2026] DELETE /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2462] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 06:56:56 2026] DELETE /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2463] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:56:56 2026] GET /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2464] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:56 2026] DELETE /v2.0/security-groups/10e4f552-4d6a-4fd6-99dd-2c05760f9654 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2465] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:57 2026] GET /v2.0/security-groups?tenant_id=9a483273c2e14dbeade5efa2bd30bd7e&name=default => generated 2929 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2466] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:57 2026] DELETE /v2.0/security-groups/bf7eb643-9862-417e-a027-86e468152719 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2467] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:56:57 2026] GET /v2.0/security-groups?tenant_id=ad24b0b1ab3f4d4fbae22ee61cc2960e&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2468] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:56:57 2026] DELETE /v2.0/security-groups/57fb6b16-40f0-4c8f-a9da-4c0d2bb5e2ad => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2471] 10.0.0.142 () {34 vars in 676 bytes} [Fri Apr 17 06:57:00 2026] POST /v2.0/subnetpools => generated 516 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2472] 10.0.0.142 () {34 vars in 759 bytes} [Fri Apr 17 06:57:00 2026] PUT /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2473] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:57:00 2026] GET /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2474] 10.0.0.142 () {34 vars in 770 bytes} [Fri Apr 17 06:57:00 2026] PUT /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2475] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:57:01 2026] GET /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2476] 10.0.0.142 () {34 vars in 766 bytes} [Fri Apr 17 06:57:01 2026] PUT /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2477] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:57:01 2026] GET /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2478] 10.0.0.142 () {34 vars in 788 bytes} [Fri Apr 17 06:57:01 2026] PUT /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2479] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:57:01 2026] GET /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2480] 10.0.0.142 () {34 vars in 759 bytes} [Fri Apr 17 06:57:01 2026] PUT /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2481] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:57:01 2026] GET /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2482] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 06:57:01 2026] GET /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:57:01.333 7 INFO neutron.api.v2.resource [None req-de79f1fc-8902-4f72-91b0-03c2ef5e4c6b 786cfe52a92a4517bc81633bd63b7f47 dd3de5321697497a9be15f9d8d4d879c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1225/2483] 10.0.0.142 () {32 vars in 751 bytes} [Fri Apr 17 06:57:01 2026] GET /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2484] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 06:57:01 2026] DELETE /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/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: 1226/2485] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:57:01 2026] GET /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:57:01.436 8 INFO neutron.api.v2.resource [None req-19cf0e31-3be8-4229-b3b3-0e6b4884a92d 786cfe52a92a4517bc81633bd63b7f47 dd3de5321697497a9be15f9d8d4d879c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1260/2486] 10.0.0.142 () {32 vars in 754 bytes} [Fri Apr 17 06:57:01 2026] DELETE /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2487] 10.0.0.142 () {32 vars in 742 bytes} [Fri Apr 17 06:57:01 2026] DELETE /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2488] 10.0.0.142 () {32 vars in 739 bytes} [Fri Apr 17 06:57:01 2026] GET /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47/tags => 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: 1228/2489] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:57:01 2026] DELETE /v2.0/subnetpools/3396566c-b582-4497-bf6e-f322f8251d47 => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2490] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:57:02 2026] GET /v2.0/security-groups?tenant_id=dbfede3fd96748aa856a476d05a3ae46&name=default => generated 2929 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2491] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:57:02 2026] DELETE /v2.0/security-groups/cbd98c76-f04f-46c1-b1a2-b9c1a64dff93 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2492] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 06:57:02 2026] GET /v2.0/security-groups?tenant_id=dd3de5321697497a9be15f9d8d4d879c&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2493] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 06:57:02 2026] DELETE /v2.0/security-groups/850dbebd-5a0e-4f6c-baf9-779b76262289 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2494] 10.0.0.21 () {34 vars in 1015 bytes} [Fri Apr 17 06:57:03 2026] GET /v2.0/security-groups?id=fadcb7f2-2f81-43b9-9d6f-755a53123dd7&fields=id => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2495] 10.0.0.21 () {34 vars in 981 bytes} [Fri Apr 17 06:57:03 2026] GET /v2.0/networks?id=67089a62-6c43-46d9-86be-150115db9b8b => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2496] 10.0.0.21 () {34 vars in 964 bytes} [Fri Apr 17 06:57:04 2026] GET /v2.0/quotas/c9c709754fee4439a5d19071c2fcc02d => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2497] 10.0.0.21 () {34 vars in 1001 bytes} [Fri Apr 17 06:57:04 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&fields=id => generated 149 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2498] 10.0.0.21 () {34 vars in 1007 bytes} [Fri Apr 17 06:57:04 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?fields=segments => generated 14 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2499] 10.0.0.21 () {34 vars in 1107 bytes} [Fri Apr 17 06:57:04 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2500] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:57:04 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2501] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:57:04 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2502] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:57:07 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2503] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:57:07 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2504] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:57:08 2026] GET /v2.0/networks?id=67089a62-6c43-46d9-86be-150115db9b8b => generated 735 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2505] 199.204.45.129 () {34 vars in 1050 bytes} [Fri Apr 17 06:57:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c9c709754fee4439a5d19071c2fcc02d => generated 343 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2506] 199.204.45.129 () {38 vars in 955 bytes} [Fri Apr 17 06:57:08 2026] POST /v2.0/ports => generated 1078 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2507] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:57:09 2026] PUT /v2.0/ports/9e3eaae0-6d80-41bf-9cca-9119b6819773 => generated 1239 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:57:09.875 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-83037870-7934-4857-916b-25d5ee2f6aac'] response: {'name': 'network-changed', 'server_uuid': 'e16d3ac8-8efe-4733-b26d-d6763e9188f6', 'tag': '9e3eaae0-6d80-41bf-9cca-9119b6819773', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1271/2508] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:57:10 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1238/2509] 199.204.45.129 () {34 vars in 1018 bytes} [Fri Apr 17 06:57:10 2026] GET /v2.0/networks?tenant_id=c9c709754fee4439a5d19071c2fcc02d&shared=False => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2510] 199.204.45.129 () {34 vars in 930 bytes} [Fri Apr 17 06:57:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2511] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:57:10 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2512] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:57:10 2026] GET /v2.0/security-groups?id=fadcb7f2-2f81-43b9-9d6f-755a53123dd7&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2513] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:57:10 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2514] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:57:11 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2515] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:57:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.68&port_id=9e3eaae0-6d80-41bf-9cca-9119b6819773 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2516] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:57:11 2026] GET /v2.0/subnets?id=eae51d87-0554-45a1-967f-19eb0db35152 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2517] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:57:11 2026] GET /v2.0/ports?network_id=67089a62-6c43-46d9-86be-150115db9b8b&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2518] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:57:11 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?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: 1243/2519] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:57:11 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2520] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:57:13 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => 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: 1244/2521] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:57:13 2026] GET /v2.0/security-groups?id=fadcb7f2-2f81-43b9-9d6f-755a53123dd7&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2522] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:57:13 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2525] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:57:15 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2526] 199.204.45.129 () {34 vars in 1044 bytes} [Fri Apr 17 06:57:15 2026] GET /v2.0/security-groups?id=fadcb7f2-2f81-43b9-9d6f-755a53123dd7&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2527] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:57:16 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2528] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:57:16 2026] GET /v2.0/security-groups?id=fadcb7f2-2f81-43b9-9d6f-755a53123dd7&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2529] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:57:16 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2530] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:57:19 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2531] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:57:19 2026] GET /v2.0/security-groups?id=fadcb7f2-2f81-43b9-9d6f-755a53123dd7&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2532] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:57:19 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2537] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:57:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2538] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:57:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2539] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:57:48 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: 1253/2540] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:57:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2541] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:57:48 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2542] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:57:48 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2543] 199.204.45.129 () {34 vars in 717 bytes} [Fri Apr 17 06:57:48 2026] POST /v2.0/ports => generated 1059 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2544] 10.0.0.21 () {34 vars in 970 bytes} [Fri Apr 17 06:57:49 2026] GET /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1059 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2545] 10.0.0.21 () {34 vars in 906 bytes} [Fri Apr 17 06:57:49 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2546] 199.204.45.129 () {34 vars in 1262 bytes} [Fri Apr 17 06:57:50 2026] GET /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2547] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:57:50 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?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: 1257/2548] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:57:50 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2549] 199.204.45.129 () {34 vars in 975 bytes} [Fri Apr 17 06:57:50 2026] GET /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2550] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:57:50 2026] GET /v2.0/networks?id=ce2e4da4-8fe1-46f7-9234-10a15dea3418 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2551] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:57:51 2026] PUT /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1249 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:57:51.427 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3788280b-4665-4e78-adc3-8c958299ef58'] response: {'name': 'network-changed', 'server_uuid': 'e16d3ac8-8efe-4733-b26d-d6763e9188f6', 'tag': '3deb797a-570e-4fce-a575-8a12b4ea4068', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1259/2552] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:57:51 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2553] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:57:51 2026] GET /v2.0/networks?id=ce2e4da4-8fe1-46f7-9234-10a15dea3418 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2554] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:57:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2555] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:57:52 2026] GET /v2.0/subnets?id=19a59122-381e-4b82-b337-ff4b9b79842e => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2556] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:57:52 2026] GET /v2.0/ports?network_id=ce2e4da4-8fe1-46f7-9234-10a15dea3418&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2557] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:57:52 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?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: 1262/2558] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:57:52 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2559] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:57:53 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 2485 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2560] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:57:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.68&port_id=9e3eaae0-6d80-41bf-9cca-9119b6819773 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2561] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:57:53 2026] GET /v2.0/subnets?id=eae51d87-0554-45a1-967f-19eb0db35152 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2562] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:57:53 2026] GET /v2.0/ports?network_id=67089a62-6c43-46d9-86be-150115db9b8b&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2563] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:57:53 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?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: 1265/2564] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:57:53 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2565] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:57:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=3deb797a-570e-4fce-a575-8a12b4ea4068 => 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: 1266/2566] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:57:53 2026] GET /v2.0/subnets?id=19a59122-381e-4b82-b337-ff4b9b79842e => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2567] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:57:53 2026] GET /v2.0/ports?network_id=ce2e4da4-8fe1-46f7-9234-10a15dea3418&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: 1267/2568] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:57:53 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2569] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:57:53 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2570] 10.0.0.21 () {34 vars in 970 bytes} [Fri Apr 17 06:57:57 2026] GET /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1251 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2571] 199.204.45.129 () {34 vars in 789 bytes} [Fri Apr 17 06:57:57 2026] PUT /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1275 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:57:58.055 7 INFO neutron.api.v2.resource [None req-c2fcdce2-8875-486d-8921-cbde6f7f11ba 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1269/2572] 199.204.45.129 () {30 vars in 763 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/security-groups/lb-5374a961-0683-4bb4-9692-9bfc7ca5c794 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:57:58.072 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1532e00c-07a8-4eb8-841e-052258607c79'] response: {'name': 'network-changed', 'server_uuid': 'e16d3ac8-8efe-4733-b26d-d6763e9188f6', 'tag': '3deb797a-570e-4fce-a575-8a12b4ea4068', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1304/2573] 199.204.45.129 () {30 vars in 785 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/security-groups?name=lb-5374a961-0683-4bb4-9692-9bfc7ca5c794 => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2574] 199.204.45.129 () {34 vars in 789 bytes} [Fri Apr 17 06:57:58 2026] PUT /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1313 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:57:58.479 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a6a976b-15f6-4558-9406-70762243bf2b'] response: {'name': 'network-changed', 'server_uuid': 'e16d3ac8-8efe-4733-b26d-d6763e9188f6', 'tag': '3deb797a-570e-4fce-a575-8a12b4ea4068', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1271/2575] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2576] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2577] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2578] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:57:58 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: 1274/2579] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2580] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/networks?id=ce2e4da4-8fe1-46f7-9234-10a15dea3418 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2581] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2582] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=3deb797a-570e-4fce-a575-8a12b4ea4068 => 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: 1276/2583] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2584] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/subnets?id=19a59122-381e-4b82-b337-ff4b9b79842e => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2585] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1349 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2586] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/ports?network_id=ce2e4da4-8fe1-46f7-9234-10a15dea3418&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2587] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2588] 199.204.45.129 () {30 vars in 743 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418 => generated 798 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2589] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2590] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2591] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2592] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:57:58 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2595] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:57:59 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 2585 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2596] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:57:59 2026] GET /v2.0/networks?id=ce2e4da4-8fe1-46f7-9234-10a15dea3418 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2597] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:57:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2598] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:58:00 2026] GET /v2.0/subnets?id=19a59122-381e-4b82-b337-ff4b9b79842e => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2599] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:00 2026] GET /v2.0/ports?network_id=ce2e4da4-8fe1-46f7-9234-10a15dea3418&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2600] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:58:00 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?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: 1285/2601] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:58:00 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:58:04.140 8 INFO neutron.db.l3_db [None req-f31ad4c6-0339-4a07-b9fe-04f114ef47a4 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Floating IP 766c591f-5c59-4580-9733-f6c421b5cf10 associated. External IP: 10.96.250.214, port: 3e1b10ab-f59d-4c8a-a1e2-d35642474d44. [pid: 8|app: 0|req: 1317/2602] 10.0.0.142 () {34 vars in 677 bytes} [Fri Apr 17 06:58:03 2026] POST /v2.0/floatingips => generated 898 bytes in 949 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2603] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:58:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2604] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:58:07 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: 1287/2605] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:58:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2606] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:58:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:58:07.104 7 INFO neutron.api.v2.resource [None req-e39a670f-2fce-465b-8741-2c10f02ad6bb 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1288/2607] 199.204.45.129 () {30 vars in 763 bytes} [Fri Apr 17 06:58:07 2026] GET /v2.0/security-groups/lb-5374a961-0683-4bb4-9692-9bfc7ca5c794 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2608] 199.204.45.129 () {30 vars in 785 bytes} [Fri Apr 17 06:58:07 2026] GET /v2.0/security-groups?name=lb-5374a961-0683-4bb4-9692-9bfc7ca5c794 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2609] 199.204.45.129 () {30 vars in 815 bytes} [Fri Apr 17 06:58:07 2026] GET /v2.0/security-group-rules?security_group_id=27899318-ec08-42a3-b265-5b2619a2ad6b => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2610] 199.204.45.129 () {34 vars in 747 bytes} [Fri Apr 17 06:58:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2611] 199.204.45.129 () {34 vars in 747 bytes} [Fri Apr 17 06:58:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2614] 10.0.0.102 () {30 vars in 690 bytes} [Fri Apr 17 06:58:16 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: 8|app: 0|req: 1323/2615] 10.0.0.102 () {30 vars in 692 bytes} [Fri Apr 17 06:58:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2616] 10.0.0.102 () {30 vars in 668 bytes} [Fri Apr 17 06:58:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2617] 10.0.0.102 () {30 vars in 704 bytes} [Fri Apr 17 06:58:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2618] 10.0.0.102 () {28 vars in 439 bytes} [Fri Apr 17 06:58:16 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2619] 10.0.0.102 () {30 vars in 728 bytes} [Fri Apr 17 06:58:16 2026] GET /v2.0/subnets/76d8fd67-0480-46f8-a171-5160cab05351 => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2620] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:58:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2621] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:58:17 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: 1296/2622] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:58:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2623] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:58:17 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: 1297/2624] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:17 2026] GET /v2.0/subnets/76d8fd67-0480-46f8-a171-5160cab05351 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2625] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:58:17 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2626] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:58:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2627] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:58:17 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: 1299/2628] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:58:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2629] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:58:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2630] 199.204.45.129 () {34 vars in 717 bytes} [Fri Apr 17 06:58:17 2026] POST /v2.0/ports => generated 1328 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2631] 10.0.0.21 () {34 vars in 970 bytes} [Fri Apr 17 06:58:18 2026] GET /v2.0/ports/c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 1328 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1301/2632] 10.0.0.21 () {34 vars in 906 bytes} [Fri Apr 17 06:58:18 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2633] 199.204.45.129 () {34 vars in 1262 bytes} [Fri Apr 17 06:58:19 2026] GET /v2.0/ports/c23e4616-80f5-4516-8583-d3cd386ceaa3?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2634] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:58:19 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2635] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:58:19 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2636] 199.204.45.129 () {34 vars in 975 bytes} [Fri Apr 17 06:58:19 2026] GET /v2.0/ports/c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2637] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:58:19 2026] GET /v2.0/networks?id=8b9270ef-5d32-452c-b74f-29fd846116e6 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2638] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:58:19 2026] PUT /v2.0/ports/c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 1518 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:58:20.347 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c79d1332-eb14-426e-8802-3e023f587383'] response: {'name': 'network-changed', 'server_uuid': 'e16d3ac8-8efe-4733-b26d-d6763e9188f6', 'tag': 'c23e4616-80f5-4516-8583-d3cd386ceaa3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1335/2639] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:58:20 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 4095 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1305/2640] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:58:20 2026] GET /v2.0/networks?id=8b9270ef-5d32-452c-b74f-29fd846116e6 => generated 801 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2641] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:58:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=c23e4616-80f5-4516-8583-d3cd386ceaa3 => 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: 1306/2642] 199.204.45.129 () {34 vars in 1104 bytes} [Fri Apr 17 06:58:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A374&port_id=c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2643] 199.204.45.129 () {34 vars in 1064 bytes} [Fri Apr 17 06:58:21 2026] GET /v2.0/subnets?id=76d8fd67-0480-46f8-a171-5160cab05351&id=d2bb3eb0-e034-4ee1-8838-e1f643cdd98d => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2644] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:21 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2645] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:21 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&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: 1308/2646] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:58:21 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2647] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:58:21 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?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: 1309/2648] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 4095 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2649] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.68&port_id=9e3eaae0-6d80-41bf-9cca-9119b6819773 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2650] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/subnets?id=eae51d87-0554-45a1-967f-19eb0db35152 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2651] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/ports?network_id=67089a62-6c43-46d9-86be-150115db9b8b&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2652] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2653] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?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: 1312/2654] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2655] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/subnets?id=19a59122-381e-4b82-b337-ff4b9b79842e => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2656] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/ports?network_id=ce2e4da4-8fe1-46f7-9234-10a15dea3418&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2657] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?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: 1314/2658] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2659] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2660] 199.204.45.129 () {34 vars in 1104 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A374&port_id=c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2661] 199.204.45.129 () {34 vars in 1064 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/subnets?id=76d8fd67-0480-46f8-a171-5160cab05351&id=d2bb3eb0-e034-4ee1-8838-e1f643cdd98d => generated 1410 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2662] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2663] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&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: 1317/2664] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2665] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:58:22 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?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: 1318/2666] 10.0.0.21 () {34 vars in 970 bytes} [Fri Apr 17 06:58:27 2026] GET /v2.0/ports/c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 1518 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2667] 199.204.45.129 () {30 vars in 743 bytes} [Fri Apr 17 06:58:27 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6 => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2668] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:27 2026] GET /v2.0/subnets/76d8fd67-0480-46f8-a171-5160cab05351 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2669] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:27 2026] GET /v2.0/subnets/d2bb3eb0-e034-4ee1-8838-e1f643cdd98d => generated 743 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2670] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:58:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2671] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:58:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2672] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:58:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2673] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:58:27 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: 1322/2674] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:27 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2675] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:58:27 2026] GET /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2676] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:58:27 2026] GET /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1349 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2677] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:27 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2678] 199.204.45.129 () {30 vars in 743 bytes} [Fri Apr 17 06:58:27 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2679] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:58:27 2026] GET /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2680] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:27 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2683] 10.0.0.102 () {30 vars in 690 bytes} [Fri Apr 17 06:58:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2684] 10.0.0.102 () {30 vars in 692 bytes} [Fri Apr 17 06:58:32 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: 1328/2685] 10.0.0.102 () {30 vars in 668 bytes} [Fri Apr 17 06:58:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2686] 10.0.0.102 () {30 vars in 704 bytes} [Fri Apr 17 06:58:32 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: 1329/2687] 10.0.0.102 () {28 vars in 439 bytes} [Fri Apr 17 06:58:32 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2688] 10.0.0.102 () {30 vars in 728 bytes} [Fri Apr 17 06:58:32 2026] GET /v2.0/subnets/c11f0cc8-6dbd-466d-987e-219c98876e86 => generated 656 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2689] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:58:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2690] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:58:33 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: 1331/2691] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:58:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2692] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:58:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2693] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:33 2026] GET /v2.0/subnets/76d8fd67-0480-46f8-a171-5160cab05351 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2694] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:33 2026] GET /v2.0/subnets/c11f0cc8-6dbd-466d-987e-219c98876e86 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2695] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:58:33 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 4097 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2696] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:58:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2697] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:58:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2698] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:58:33 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: 1335/2699] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:58:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2700] 199.204.45.129 () {34 vars in 717 bytes} [Fri Apr 17 06:58:33 2026] POST /v2.0/ports => generated 1328 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2701] 10.0.0.21 () {34 vars in 970 bytes} [Fri Apr 17 06:58:34 2026] GET /v2.0/ports/e2b20d1e-0fcb-46e6-b442-a31e6839e65b => generated 1328 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1366/2702] 199.204.45.129 () {34 vars in 1262 bytes} [Fri Apr 17 06:58:35 2026] GET /v2.0/ports/e2b20d1e-0fcb-46e6-b442-a31e6839e65b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2703] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:58:35 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2704] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:58:35 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2705] 199.204.45.129 () {34 vars in 975 bytes} [Fri Apr 17 06:58:35 2026] GET /v2.0/ports/e2b20d1e-0fcb-46e6-b442-a31e6839e65b => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2706] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:58:35 2026] GET /v2.0/networks?id=58b2e5c4-8d33-4a56-b1d7-225569711c70 => generated 800 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2707] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:58:35 2026] PUT /v2.0/ports/e2b20d1e-0fcb-46e6-b442-a31e6839e65b => generated 1518 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:58:36.386 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-da3cd9ac-13fd-4547-b0aa-8ca1dd65deb0'] response: {'name': 'network-changed', 'server_uuid': 'e16d3ac8-8efe-4733-b26d-d6763e9188f6', 'tag': 'e2b20d1e-0fcb-46e6-b442-a31e6839e65b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1369/2708] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:58:36 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 5607 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1340/2709] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:58:36 2026] GET /v2.0/networks?id=58b2e5c4-8d33-4a56-b1d7-225569711c70 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2710] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:58:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.158&port_id=e2b20d1e-0fcb-46e6-b442-a31e6839e65b => 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: 1341/2711] 199.204.45.129 () {34 vars in 1104 bytes} [Fri Apr 17 06:58:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A49&port_id=e2b20d1e-0fcb-46e6-b442-a31e6839e65b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2712] 199.204.45.129 () {34 vars in 1064 bytes} [Fri Apr 17 06:58:37 2026] GET /v2.0/subnets?id=c11f0cc8-6dbd-466d-987e-219c98876e86&id=dcc9db00-e11d-4f7a-9ea0-65e50a9a713e => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2713] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:37 2026] GET /v2.0/ports?network_id=58b2e5c4-8d33-4a56-b1d7-225569711c70&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2714] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:37 2026] GET /v2.0/ports?network_id=58b2e5c4-8d33-4a56-b1d7-225569711c70&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: 7|app: 0|req: 1343/2715] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:58:37 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2716] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:58:37 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?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: 1344/2717] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 5607 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2718] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.68&port_id=9e3eaae0-6d80-41bf-9cca-9119b6819773 => 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: 1345/2719] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/subnets?id=eae51d87-0554-45a1-967f-19eb0db35152 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2720] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/ports?network_id=67089a62-6c43-46d9-86be-150115db9b8b&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2721] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2722] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2723] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2724] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/subnets?id=19a59122-381e-4b82-b337-ff4b9b79842e => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2725] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/ports?network_id=ce2e4da4-8fe1-46f7-9234-10a15dea3418&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2726] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2727] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2728] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=c23e4616-80f5-4516-8583-d3cd386ceaa3 => 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: 1350/2729] 199.204.45.129 () {34 vars in 1104 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A374&port_id=c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2730] 199.204.45.129 () {34 vars in 1064 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/subnets?id=76d8fd67-0480-46f8-a171-5160cab05351&id=d2bb3eb0-e034-4ee1-8838-e1f643cdd98d => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2731] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2732] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&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: 1352/2733] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2734] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:58:38 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2735] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:58:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.158&port_id=e2b20d1e-0fcb-46e6-b442-a31e6839e65b => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2736] 199.204.45.129 () {34 vars in 1104 bytes} [Fri Apr 17 06:58:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A49&port_id=e2b20d1e-0fcb-46e6-b442-a31e6839e65b => 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: 1354/2737] 199.204.45.129 () {34 vars in 1064 bytes} [Fri Apr 17 06:58:39 2026] GET /v2.0/subnets?id=c11f0cc8-6dbd-466d-987e-219c98876e86&id=dcc9db00-e11d-4f7a-9ea0-65e50a9a713e => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2738] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:39 2026] GET /v2.0/ports?network_id=58b2e5c4-8d33-4a56-b1d7-225569711c70&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2739] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:39 2026] GET /v2.0/ports?network_id=58b2e5c4-8d33-4a56-b1d7-225569711c70&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2740] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:58:39 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?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: 1356/2741] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:58:39 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2742] 10.0.0.21 () {34 vars in 970 bytes} [Fri Apr 17 06:58:43 2026] GET /v2.0/ports/e2b20d1e-0fcb-46e6-b442-a31e6839e65b => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2743] 199.204.45.129 () {30 vars in 743 bytes} [Fri Apr 17 06:58:43 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70 => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2744] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:43 2026] GET /v2.0/subnets/c11f0cc8-6dbd-466d-987e-219c98876e86 => generated 674 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2745] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:43 2026] GET /v2.0/subnets/dcc9db00-e11d-4f7a-9ea0-65e50a9a713e => generated 748 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2746] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:58:43 2026] GET /v2.0/ports/c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2747] 199.204.45.129 () {34 vars in 790 bytes} [Fri Apr 17 06:58:43 2026] PUT /v2.0/ports/c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 1255 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:58:43.869 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bce9b9d6-f111-433d-ba00-21707e1e1a61'] response: {'name': 'network-changed', 'server_uuid': 'e16d3ac8-8efe-4733-b26d-d6763e9188f6', 'tag': 'c23e4616-80f5-4516-8583-d3cd386ceaa3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1389/2748] 199.204.45.129 () {30 vars in 743 bytes} [Fri Apr 17 06:58:43 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6 => generated 798 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1360/2749] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:43 2026] GET /v2.0/subnets/76d8fd67-0480-46f8-a171-5160cab05351 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2750] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:58:44 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: 1361/2751] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2752] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2753] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2754] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2755] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2756] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1349 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2757] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2760] 199.204.45.129 () {30 vars in 743 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2761] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1128 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2762] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2763] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 5380 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2764] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/networks?id=8b9270ef-5d32-452c-b74f-29fd846116e6 => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2765] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2766] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/subnets?id=76d8fd67-0480-46f8-a171-5160cab05351 => generated 677 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2767] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2768] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?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: 1370/2769] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:58:44 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2770] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:58:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2771] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:58:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2772] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:58:57 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: 1372/2773] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:58:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2774] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:57 2026] GET /v2.0/subnets/76d8fd67-0480-46f8-a171-5160cab05351 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2775] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:58:57 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 5380 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2776] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:58:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2777] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:58:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2778] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:58:57 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: 1375/2779] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:58:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2780] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:58:57 2026] GET /v2.0/ports/e2b20d1e-0fcb-46e6-b442-a31e6839e65b => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2781] 199.204.45.129 () {34 vars in 790 bytes} [Fri Apr 17 06:58:57 2026] PUT /v2.0/ports/e2b20d1e-0fcb-46e6-b442-a31e6839e65b => generated 1307 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:58:57.902 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e21493d1-1ddd-4b11-8815-35ae5d219492'] response: {'name': 'network-changed', 'server_uuid': 'e16d3ac8-8efe-4733-b26d-d6763e9188f6', 'tag': 'e2b20d1e-0fcb-46e6-b442-a31e6839e65b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1406/2782] 199.204.45.129 () {30 vars in 743 bytes} [Fri Apr 17 06:58:57 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70 => generated 797 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1377/2783] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:58:57 2026] GET /v2.0/subnets/dcc9db00-e11d-4f7a-9ea0-65e50a9a713e => generated 748 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2784] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:58:57 2026] GET /v2.0/ports/e2b20d1e-0fcb-46e6-b442-a31e6839e65b => generated 1343 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2785] 199.204.45.129 () {34 vars in 789 bytes} [Fri Apr 17 06:58:57 2026] PUT /v2.0/ports/e2b20d1e-0fcb-46e6-b442-a31e6839e65b => generated 1080 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2786] 199.204.45.129 () {30 vars in 743 bytes} [Fri Apr 17 06:58:58 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70 => generated 797 bytes in 49 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: 1379/2787] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:58:58 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 4976 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2788] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:58:58 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 4976 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2789] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:58:58 2026] GET /v2.0/networks?id=58b2e5c4-8d33-4a56-b1d7-225569711c70 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2790] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:58:58 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2791] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:58:58 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 4976 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2792] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:58:58 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2795] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:58:59 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 4976 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:58:59.945 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5216cd00-ccb7-48f3-a779-56ba4fa50736'] response: {'name': 'network-changed', 'server_uuid': 'e16d3ac8-8efe-4733-b26d-d6763e9188f6', 'tag': 'e2b20d1e-0fcb-46e6-b442-a31e6839e65b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1384/2796] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:59:00 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 4976 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2797] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:59:00 2026] GET /v2.0/networks?id=58b2e5c4-8d33-4a56-b1d7-225569711c70 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2798] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:59:00 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2799] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:59:00 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2800] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:59:00 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 4976 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2801] 199.204.45.129 () {34 vars in 975 bytes} [Fri Apr 17 06:59:00 2026] GET /v2.0/ports/e2b20d1e-0fcb-46e6-b442-a31e6839e65b => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2802] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:59:00 2026] GET /v2.0/ports/e2b20d1e-0fcb-46e6-b442-a31e6839e65b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2803] 199.204.45.129 () {34 vars in 1016 bytes} [Fri Apr 17 06:59:00 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2804] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:59:00 2026] PUT /v2.0/ports/e2b20d1e-0fcb-46e6-b442-a31e6839e65b => generated 917 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2805] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:59:01 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 3868 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:59:01.908 7 INFO neutron_taas.services.taas.taas_plugin [None req-95c50b7e-8860-487c-9e5f-90baf8dbe0e9 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: e2b20d1e-0fcb-46e6-b442-a31e6839e65b 2026-04-17 06:59:01.911 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95c50b7e-8860-487c-9e5f-90baf8dbe0e9 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: e2b20d1e-0fcb-46e6-b442-a31e6839e65b [pid: 7|app: 0|req: 1389/2806] 199.204.45.129 () {32 vars in 759 bytes} [Fri Apr 17 06:59:01 2026] DELETE /v2.0/ports/e2b20d1e-0fcb-46e6-b442-a31e6839e65b => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2807] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2808] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2809] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:59:02 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: 1391/2810] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:59: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) [pid: 8|app: 0|req: 1420/2811] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2812] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2813] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1349 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2814] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2815] 199.204.45.129 () {30 vars in 743 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2816] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2817] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2818] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 3868 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2819] 199.204.45.129 () {34 vars in 1226 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/networks?id=67089a62-6c43-46d9-86be-150115db9b8b&id=ce2e4da4-8fe1-46f7-9234-10a15dea3418&id=8b9270ef-5d32-452c-b74f-29fd846116e6&id=58b2e5c4-8d33-4a56-b1d7-225569711c70 => generated 3095 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2820] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.68&port_id=9e3eaae0-6d80-41bf-9cca-9119b6819773 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2821] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/subnets?id=eae51d87-0554-45a1-967f-19eb0db35152 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2822] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/ports?network_id=67089a62-6c43-46d9-86be-150115db9b8b&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2823] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?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: 1398/2824] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:59:02 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2825] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:59:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=3deb797a-570e-4fce-a575-8a12b4ea4068 => 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: 1399/2826] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:59:03 2026] GET /v2.0/subnets?id=19a59122-381e-4b82-b337-ff4b9b79842e => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2827] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:59:03 2026] GET /v2.0/ports?network_id=ce2e4da4-8fe1-46f7-9234-10a15dea3418&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2828] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:59:03 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2829] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:59:03 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2830] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:59:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2831] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:59:03 2026] GET /v2.0/subnets?id=76d8fd67-0480-46f8-a171-5160cab05351 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2832] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:59:03 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2833] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:59:03 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2834] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:59:03 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2835] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:59:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2836] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:59:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2837] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:59:07 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: 1405/2838] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:59:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2839] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:59:07 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 3868 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2840] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:59:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2841] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:59:07 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: 1407/2842] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:59:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2843] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:59:07 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: 1408/2844] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:59:07 2026] GET /v2.0/ports/c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 1291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2845] 199.204.45.129 () {34 vars in 789 bytes} [Fri Apr 17 06:59:07 2026] PUT /v2.0/ports/c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 1080 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2846] 199.204.45.129 () {30 vars in 743 bytes} [Fri Apr 17 06:59:08 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6 => generated 798 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:59:08.121 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-759bb79a-7bfb-48d0-a996-58ec4178bbb2'] response: {'name': 'network-changed', 'server_uuid': 'e16d3ac8-8efe-4733-b26d-d6763e9188f6', 'tag': 'c23e4616-80f5-4516-8583-d3cd386ceaa3', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1438/2847] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:59:08 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 3693 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2848] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:59:08 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 3693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2849] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:59:08 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 3693 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2850] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:59:08 2026] GET /v2.0/networks?id=8b9270ef-5d32-452c-b74f-29fd846116e6 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2851] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:59:08 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?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: 1412/2852] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:59:08 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2853] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:59:09 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 3693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2854] 199.204.45.129 () {34 vars in 975 bytes} [Fri Apr 17 06:59:10 2026] GET /v2.0/ports/c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2855] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:59:10 2026] GET /v2.0/ports/c23e4616-80f5-4516-8583-d3cd386ceaa3?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: 7|app: 0|req: 1414/2856] 199.204.45.129 () {34 vars in 1016 bytes} [Fri Apr 17 06:59:10 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2857] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:59:10 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 3693 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2858] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:59:10 2026] PUT /v2.0/ports/c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 917 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2859] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:59:11 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 2585 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:59:11.554 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5ee1697-499c-4e96-b1d7-86abedb0806b 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: c23e4616-80f5-4516-8583-d3cd386ceaa3 2026-04-17 06:59:11.556 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5ee1697-499c-4e96-b1d7-86abedb0806b 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: c23e4616-80f5-4516-8583-d3cd386ceaa3 [pid: 7|app: 0|req: 1416/2860] 199.204.45.129 () {32 vars in 759 bytes} [Fri Apr 17 06:59:11 2026] DELETE /v2.0/ports/c23e4616-80f5-4516-8583-d3cd386ceaa3 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2861] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:59:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2862] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:59:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2863] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:59:11 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: 1418/2864] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:59:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2865] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:59:11 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2866] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:59:11 2026] GET /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2867] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:59:11 2026] GET /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2868] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:59:11 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2869] 199.204.45.129 () {30 vars in 743 bytes} [Fri Apr 17 06:59:11 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2870] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:59:12 2026] GET /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2871] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:59:12 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2872] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:59:12 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2873] 199.204.45.129 () {34 vars in 1146 bytes} [Fri Apr 17 06:59:12 2026] GET /v2.0/networks?id=67089a62-6c43-46d9-86be-150115db9b8b&id=ce2e4da4-8fe1-46f7-9234-10a15dea3418&id=8b9270ef-5d32-452c-b74f-29fd846116e6 => generated 2309 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2874] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:59:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.68&port_id=9e3eaae0-6d80-41bf-9cca-9119b6819773 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2875] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:59:12 2026] GET /v2.0/subnets?id=eae51d87-0554-45a1-967f-19eb0db35152 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2876] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:59:12 2026] GET /v2.0/ports?network_id=67089a62-6c43-46d9-86be-150115db9b8b&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2877] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:59:12 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2878] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:59:12 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2879] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:59:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.108&port_id=3deb797a-570e-4fce-a575-8a12b4ea4068 => 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: 1426/2880] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:59:12 2026] GET /v2.0/subnets?id=19a59122-381e-4b82-b337-ff4b9b79842e => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2881] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:59:12 2026] GET /v2.0/ports?network_id=ce2e4da4-8fe1-46f7-9234-10a15dea3418&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2882] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:59:12 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2883] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:59:12 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2886] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:59:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2887] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:59:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2888] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:59:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2889] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:59:23 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-04-17 06:59:23.765 8 INFO neutron.api.v2.resource [None req-c0a812bd-64cd-422d-b26a-1bf75e73834f 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1460/2890] 199.204.45.129 () {30 vars in 763 bytes} [Fri Apr 17 06:59:23 2026] GET /v2.0/security-groups/lb-5374a961-0683-4bb4-9692-9bfc7ca5c794 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2891] 199.204.45.129 () {30 vars in 785 bytes} [Fri Apr 17 06:59:23 2026] GET /v2.0/security-groups?name=lb-5374a961-0683-4bb4-9692-9bfc7ca5c794 => generated 2865 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2892] 199.204.45.129 () {30 vars in 815 bytes} [Fri Apr 17 06:59:23 2026] GET /v2.0/security-group-rules?security_group_id=27899318-ec08-42a3-b265-5b2619a2ad6b => generated 2334 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2893] 199.204.45.129 () {32 vars in 789 bytes} [Fri Apr 17 06:59:23 2026] DELETE /v2.0/security-group-rules/71e493a3-4ae7-4c66-b979-5a2fbde9718e => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2894] 199.204.45.129 () {32 vars in 789 bytes} [Fri Apr 17 06:59:23 2026] DELETE /v2.0/security-group-rules/81ead6da-2dd0-4412-b3c3-7aa0f0c7ada4 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:59:27.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-3381258b-faeb-4219-bd47-8ed095f2329d b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] TaaS: Handle Delete Port: fc99fc11-2ef3-4951-a659-cb5291c7190f 2026-04-17 06:59:27.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3381258b-faeb-4219-bd47-8ed095f2329d b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Tap Mirror: Handle Delete Port: fc99fc11-2ef3-4951-a659-cb5291c7190f 2026-04-17 06:59:27.830 7 INFO neutron.db.l3_db [None req-3381258b-faeb-4219-bd47-8ed095f2329d b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Floating IP 766c591f-5c59-4580-9733-f6c421b5cf10 disassociated (deleted). External IP: 10.96.250.214, port: 3e1b10ab-f59d-4c8a-a1e2-d35642474d44. [pid: 7|app: 0|req: 1433/2895] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:59:27 2026] DELETE /v2.0/floatingips/766c591f-5c59-4580-9733-f6c421b5cf10 => generated 0 bytes in 580 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:59:28.128 8 INFO neutron.api.v2.resource [None req-bacbf57b-cf96-4a79-bb53-cdd4c4812425 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1463/2896] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:59:28 2026] GET /v2.0/floatingips/766c591f-5c59-4580-9733-f6c421b5cf10 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2897] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:59:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2898] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:59:28 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: 1435/2899] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:59:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2900] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:59:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:59:28.877 7 INFO neutron.api.v2.resource [None req-d881af11-921c-4761-b7d0-508ea07d442e 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1436/2901] 199.204.45.129 () {30 vars in 763 bytes} [Fri Apr 17 06:59:28 2026] GET /v2.0/security-groups/lb-5374a961-0683-4bb4-9692-9bfc7ca5c794 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2902] 199.204.45.129 () {30 vars in 785 bytes} [Fri Apr 17 06:59:28 2026] GET /v2.0/security-groups?name=lb-5374a961-0683-4bb4-9692-9bfc7ca5c794 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2903] 199.204.45.129 () {30 vars in 815 bytes} [Fri Apr 17 06:59:28 2026] GET /v2.0/security-group-rules?security_group_id=27899318-ec08-42a3-b265-5b2619a2ad6b => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2904] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:59:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2905] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:59:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2906] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:59:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2907] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:59:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2908] 199.204.45.129 () {30 vars in 741 bytes} [Fri Apr 17 06:59:29 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2909] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:59:29 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 2585 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2910] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:59:29 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2913] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:59:29 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2914] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:59:30 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2915] 199.204.45.129 () {34 vars in 975 bytes} [Fri Apr 17 06:59:31 2026] GET /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1349 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2916] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:59:31 2026] GET /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2917] 199.204.45.129 () {34 vars in 1016 bytes} [Fri Apr 17 06:59:31 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2918] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:59:31 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 2585 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2919] 199.204.45.129 () {38 vars in 1028 bytes} [Fri Apr 17 06:59:31 2026] PUT /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1150 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2920] 199.204.45.129 () {30 vars in 769 bytes} [Fri Apr 17 06:59:32 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1476/2921] 199.204.45.129 () {34 vars in 789 bytes} [Fri Apr 17 06:59:32 2026] PUT /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1090 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2922] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:59:32 2026] GET /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 1090 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-17 06:59:32.835 8 INFO neutron_taas.services.taas.taas_plugin [None req-b76892aa-da39-4d78-bdf9-9e0e69664fa4 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 3deb797a-570e-4fce-a575-8a12b4ea4068 2026-04-17 06:59:32.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b76892aa-da39-4d78-bdf9-9e0e69664fa4 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 3deb797a-570e-4fce-a575-8a12b4ea4068 [pid: 8|app: 0|req: 1477/2923] 199.204.45.129 () {32 vars in 759 bytes} [Fri Apr 17 06:59:32 2026] DELETE /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2924] 199.204.45.129 () {30 vars in 703 bytes} [Fri Apr 17 06:59:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2925] 199.204.45.129 () {30 vars in 705 bytes} [Fri Apr 17 06:59:33 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: 1448/2926] 199.204.45.129 () {30 vars in 681 bytes} [Fri Apr 17 06:59:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2927] 199.204.45.129 () {30 vars in 717 bytes} [Fri Apr 17 06:59:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 06:59:33.113 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c4ababf2-816b-46c1-8638-a7b2388dbb5d 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1449/2928] 199.204.45.129 () {32 vars in 759 bytes} [Fri Apr 17 06:59:33 2026] DELETE /v2.0/ports/3deb797a-570e-4fce-a575-8a12b4ea4068 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2929] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:59:33 2026] GET /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:59:33.176 7 INFO neutron.api.v2.resource [None req-8c4fe7e8-9d10-492a-82af-1a12ea490d01 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1450/2930] 199.204.45.129 () {30 vars in 763 bytes} [Fri Apr 17 06:59:33 2026] GET /v2.0/security-groups/lb-5374a961-0683-4bb4-9692-9bfc7ca5c794 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2931] 199.204.45.129 () {30 vars in 785 bytes} [Fri Apr 17 06:59:33 2026] GET /v2.0/security-groups?name=lb-5374a961-0683-4bb4-9692-9bfc7ca5c794 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2932] 199.204.45.129 () {30 vars in 737 bytes} [Fri Apr 17 06:59:33 2026] GET /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2933] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:59:33 2026] GET /v2.0/ports?tenant_id=c9c709754fee4439a5d19071c2fcc02d&device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2934] 199.204.45.129 () {34 vars in 1066 bytes} [Fri Apr 17 06:59:33 2026] GET /v2.0/networks?id=67089a62-6c43-46d9-86be-150115db9b8b&id=ce2e4da4-8fe1-46f7-9234-10a15dea3418 => generated 1522 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2935] 199.204.45.129 () {34 vars in 1060 bytes} [Fri Apr 17 06:59:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.68&port_id=9e3eaae0-6d80-41bf-9cca-9119b6819773 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2936] 199.204.45.129 () {34 vars in 984 bytes} [Fri Apr 17 06:59:33 2026] GET /v2.0/subnets?id=eae51d87-0554-45a1-967f-19eb0db35152 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2937] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:59:33 2026] GET /v2.0/ports?network_id=67089a62-6c43-46d9-86be-150115db9b8b&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2938] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:59:33 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?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: 1452/2939] 199.204.45.129 () {34 vars in 789 bytes} [Fri Apr 17 06:59:33 2026] PUT /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 1090 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2940] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:59:33 2026] GET /v2.0/networks/67089a62-6c43-46d9-86be-150115db9b8b?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: 1453/2941] 199.204.45.129 () {32 vars in 779 bytes} [Fri Apr 17 06:59:33 2026] DELETE /v2.0/security-groups/27899318-ec08-42a3-b265-5b2619a2ad6b => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:59:33.665 8 INFO neutron_taas.services.taas.taas_plugin [None req-b72a1bd2-8a1e-4da7-985c-c43333b06137 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 3e1b10ab-f59d-4c8a-a1e2-d35642474d44 2026-04-17 06:59:33.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b72a1bd2-8a1e-4da7-985c-c43333b06137 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 3e1b10ab-f59d-4c8a-a1e2-d35642474d44 [pid: 8|app: 0|req: 1489/2942] 199.204.45.129 () {32 vars in 759 bytes} [Fri Apr 17 06:59:33 2026] DELETE /v2.0/ports/3e1b10ab-f59d-4c8a-a1e2-d35642474d44 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2943] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:59:36 2026] GET /v2.0/ports?device_id=e16d3ac8-8efe-4733-b26d-d6763e9188f6 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:59:36.789 8 INFO neutron_taas.services.taas.taas_plugin [req-f918fe9a-a48d-4567-96a6-1b978898b3f0 req-e85b2f74-81c7-4866-86cd-70387a41fdcb 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] TaaS: Handle Delete Port: 9e3eaae0-6d80-41bf-9cca-9119b6819773 2026-04-17 06:59:36.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f918fe9a-a48d-4567-96a6-1b978898b3f0 req-e85b2f74-81c7-4866-86cd-70387a41fdcb 97a0c8c36fc3454987aaa5fff968f817 c9c709754fee4439a5d19071c2fcc02d - - default default] Tap Mirror: Handle Delete Port: 9e3eaae0-6d80-41bf-9cca-9119b6819773 [pid: 8|app: 0|req: 1490/2944] 199.204.45.129 () {36 vars in 997 bytes} [Fri Apr 17 06:59:36 2026] DELETE /v2.0/ports/9e3eaae0-6d80-41bf-9cca-9119b6819773 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:59:36.959 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5746430-df4d-4239-a3e8-69f80ccc63cd'] response: {'server_uuid': 'e16d3ac8-8efe-4733-b26d-d6763e9188f6', 'name': 'network-vif-deleted', 'tag': '9e3eaae0-6d80-41bf-9cca-9119b6819773', 'status': 'completed', 'code': 200} 2026-04-17 06:59:38.461 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9c0f625-1c69-4485-8afe-265585d765e8 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] TaaS: Handle Delete Port: 434977b0-9cd3-46a6-a1e7-cb9d6e8e0a46 2026-04-17 06:59:38.464 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9c0f625-1c69-4485-8afe-265585d765e8 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Tap Mirror: Handle Delete Port: 434977b0-9cd3-46a6-a1e7-cb9d6e8e0a46 2026-04-17 06:59:38.646 7 INFO neutron.db.l3_db [None req-f9c0f625-1c69-4485-8afe-265585d765e8 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Floating IP 1b6db2c2-136e-451f-b620-79e095118d14 disassociated (deleted). External IP: 10.96.250.210, port: 509f61ac-fec8-40b8-a7f4-74207fdffc2d. [pid: 7|app: 0|req: 1455/2945] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:59:38 2026] DELETE /v2.0/floatingips/1b6db2c2-136e-451f-b620-79e095118d14 => generated 0 bytes in 623 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:59:39.001 8 INFO neutron.api.v2.resource [None req-211e63fb-229e-4845-a74e-30b56ef17d9d b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1491/2946] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:59:38 2026] GET /v2.0/floatingips/1b6db2c2-136e-451f-b620-79e095118d14 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:59:39.008 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-917e6586-11b3-4855-ada8-fbeaecb79091'] response: {'name': 'network-changed', 'server_uuid': 'cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f', 'tag': '509f61ac-fec8-40b8-a7f4-74207fdffc2d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1456/2947] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:59:39 2026] GET /v2.0/ports?device_id=cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f => generated 1204 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2948] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:59:39 2026] GET /v2.0/security-groups?id=d91e59e4-a370-4048-a7a2-83074bddb826&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: 1457/2949] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:59:39 2026] GET /v2.0/ports?tenant_id=215962c301d247a2ba220748cf6224b3&device_id=cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f => generated 1473 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2950] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:59:39 2026] GET /v2.0/networks?id=58b2e5c4-8d33-4a56-b1d7-225569711c70 => 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: 1458/2951] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:59:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.211&port_id=509f61ac-fec8-40b8-a7f4-74207fdffc2d => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2952] 199.204.45.129 () {34 vars in 1106 bytes} [Fri Apr 17 06:59:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ef&port_id=509f61ac-fec8-40b8-a7f4-74207fdffc2d => 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: 1459/2953] 199.204.45.129 () {34 vars in 1064 bytes} [Fri Apr 17 06:59:39 2026] GET /v2.0/subnets?id=c11f0cc8-6dbd-466d-987e-219c98876e86&id=dcc9db00-e11d-4f7a-9ea0-65e50a9a713e => generated 1415 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2954] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:59:39 2026] GET /v2.0/ports?network_id=58b2e5c4-8d33-4a56-b1d7-225569711c70&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2955] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:59:39 2026] GET /v2.0/ports?network_id=58b2e5c4-8d33-4a56-b1d7-225569711c70&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: 8|app: 0|req: 1496/2956] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:59:39 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?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: 1461/2957] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:59:39 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2958] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:59:41 2026] GET /v2.0/ports?device_id=cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f => generated 1204 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:59:41.749 7 INFO neutron_taas.services.taas.taas_plugin [req-1c64c778-115b-4a53-b09f-f42b0badc60c req-f979366e-7d94-4cc2-beca-47d98691889a b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] TaaS: Handle Delete Port: 509f61ac-fec8-40b8-a7f4-74207fdffc2d 2026-04-17 06:59:41.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1c64c778-115b-4a53-b09f-f42b0badc60c req-f979366e-7d94-4cc2-beca-47d98691889a b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Tap Mirror: Handle Delete Port: 509f61ac-fec8-40b8-a7f4-74207fdffc2d [pid: 7|app: 0|req: 1462/2959] 199.204.45.129 () {36 vars in 997 bytes} [Fri Apr 17 06:59:41 2026] DELETE /v2.0/ports/509f61ac-fec8-40b8-a7f4-74207fdffc2d => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:59:41.939 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-60a86994-2c85-400d-a988-8332d130be38'] response: {'server_uuid': 'cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f', 'name': 'network-vif-deleted', 'tag': '509f61ac-fec8-40b8-a7f4-74207fdffc2d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1464/2962] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:59:44 2026] GET /v2.0/ports?device_id=cb360d6f-d967-4ea1-9d74-7b5eb0b2f92f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-17 06:59:49.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b17fa44-93ee-473a-9ba3-1a1b7b6808c0 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] TaaS: Handle Delete Port: 1c8fdfa3-da96-474f-8c75-25bc15710445 2026-04-17 06:59:49.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b17fa44-93ee-473a-9ba3-1a1b7b6808c0 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Tap Mirror: Handle Delete Port: 1c8fdfa3-da96-474f-8c75-25bc15710445 2026-04-17 06:59:49.710 8 INFO neutron.db.l3_db [None req-8b17fa44-93ee-473a-9ba3-1a1b7b6808c0 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Floating IP 142e813c-4b67-4700-b88e-f0c305b75bf8 disassociated (deleted). External IP: 10.96.250.216, port: 01b09d87-ca01-47d6-9b9d-c46e6f068d06. [pid: 8|app: 0|req: 1499/2963] 10.0.0.142 () {32 vars in 732 bytes} [Fri Apr 17 06:59:49 2026] DELETE /v2.0/floatingips/142e813c-4b67-4700-b88e-f0c305b75bf8 => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 06:59:50.021 7 INFO neutron.api.v2.resource [None req-5a3f6334-7e72-43a9-bdf3-7e8c98148884 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1465/2964] 10.0.0.142 () {32 vars in 729 bytes} [Fri Apr 17 06:59:49 2026] GET /v2.0/floatingips/142e813c-4b67-4700-b88e-f0c305b75bf8 => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 06:59:50.028 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-54f69a6c-d492-460b-bdb4-34b1fb733edf'] response: {'name': 'network-changed', 'server_uuid': '5b6f8ccb-eef4-4e9c-a81e-5fede6488f88', 'tag': '01b09d87-ca01-47d6-9b9d-c46e6f068d06', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1500/2965] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:59:50 2026] GET /v2.0/ports?device_id=5b6f8ccb-eef4-4e9c-a81e-5fede6488f88 => generated 1200 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2966] 10.0.0.21 () {34 vars in 1039 bytes} [Fri Apr 17 06:59:50 2026] GET /v2.0/security-groups?id=d91e59e4-a370-4048-a7a2-83074bddb826&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: 8|app: 0|req: 1501/2967] 199.204.45.129 () {34 vars in 1080 bytes} [Fri Apr 17 06:59:50 2026] GET /v2.0/ports?tenant_id=215962c301d247a2ba220748cf6224b3&device_id=5b6f8ccb-eef4-4e9c-a81e-5fede6488f88 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2968] 199.204.45.129 () {34 vars in 986 bytes} [Fri Apr 17 06:59:50 2026] GET /v2.0/networks?id=8b9270ef-5d32-452c-b74f-29fd846116e6 => generated 801 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2969] 199.204.45.129 () {34 vars in 1058 bytes} [Fri Apr 17 06:59:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.244&port_id=01b09d87-ca01-47d6-9b9d-c46e6f068d06 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2970] 199.204.45.129 () {34 vars in 1104 bytes} [Fri Apr 17 06:59:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A36b&port_id=01b09d87-ca01-47d6-9b9d-c46e6f068d06 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2971] 199.204.45.129 () {34 vars in 1064 bytes} [Fri Apr 17 06:59:50 2026] GET /v2.0/subnets?id=76d8fd67-0480-46f8-a171-5160cab05351&id=d2bb3eb0-e034-4ee1-8838-e1f643cdd98d => generated 1410 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2972] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:59:50 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2973] 199.204.45.129 () {34 vars in 1052 bytes} [Fri Apr 17 06:59:50 2026] GET /v2.0/ports?network_id=8b9270ef-5d32-452c-b74f-29fd846116e6&device_owner=network%3Adhcp => generated 1457 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2974] 199.204.45.129 () {34 vars in 1012 bytes} [Fri Apr 17 06:59:50 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2975] 199.204.45.129 () {34 vars in 1112 bytes} [Fri Apr 17 06:59:50 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2976] 199.204.45.129 () {34 vars in 994 bytes} [Fri Apr 17 06:59:52 2026] GET /v2.0/ports?device_id=5b6f8ccb-eef4-4e9c-a81e-5fede6488f88 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-17 06:59:52.770 8 INFO neutron_taas.services.taas.taas_plugin [req-d52eb02a-91bb-4e27-8be4-200cc6c5f1ac req-1fc44507-7949-4bc8-b9bf-748b668377c6 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] TaaS: Handle Delete Port: 01b09d87-ca01-47d6-9b9d-c46e6f068d06 2026-04-17 06:59:52.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d52eb02a-91bb-4e27-8be4-200cc6c5f1ac req-1fc44507-7949-4bc8-b9bf-748b668377c6 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Tap Mirror: Handle Delete Port: 01b09d87-ca01-47d6-9b9d-c46e6f068d06 [pid: 8|app: 0|req: 1506/2977] 199.204.45.129 () {36 vars in 997 bytes} [Fri Apr 17 06:59:52 2026] DELETE /v2.0/ports/01b09d87-ca01-47d6-9b9d-c46e6f068d06 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 06:59:52.950 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ef48370-38c2-4961-ab72-bf2458379d89'] response: {'server_uuid': '5b6f8ccb-eef4-4e9c-a81e-5fede6488f88', 'name': 'network-vif-deleted', 'tag': '01b09d87-ca01-47d6-9b9d-c46e6f068d06', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1472/2978] 10.0.0.21 () {34 vars in 989 bytes} [Fri Apr 17 06:59:55 2026] GET /v2.0/ports?device_id=5b6f8ccb-eef4-4e9c-a81e-5fede6488f88 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2981] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 07:00:00 2026] DELETE /v2.0/security-group-rules/077ca07f-66d3-4c75-b19e-c65b610d38c9 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 07:00:00.563 7 INFO neutron.api.v2.resource [None req-1ce6c66b-3dc0-4dad-aa21-a535d9423296 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1474/2982] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 07:00:00 2026] GET /v2.0/security-group-rules/077ca07f-66d3-4c75-b19e-c65b610d38c9 => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2983] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 07:00:00 2026] DELETE /v2.0/security-group-rules/71365918-0d15-4d36-97e0-adb8f1e7da4b => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 07:00:00.648 7 INFO neutron.api.v2.resource [None req-a40e78ce-61ef-4f49-bb95-39de1d149dbd b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1475/2984] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 07:00:00 2026] GET /v2.0/security-group-rules/71365918-0d15-4d36-97e0-adb8f1e7da4b => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2985] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 07:00:00 2026] DELETE /v2.0/security-group-rules/8897079c-df43-482f-88c7-a61b82261c10 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 07:00:00.738 7 INFO neutron.api.v2.resource [None req-0751033a-6388-4c6c-8dc5-d6804438a108 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1476/2986] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 07:00:00 2026] GET /v2.0/security-group-rules/8897079c-df43-482f-88c7-a61b82261c10 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2987] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 07:00:00 2026] DELETE /v2.0/security-group-rules/69419329-4534-40aa-9a1a-0cda9433f3a2 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 07:00:00.822 7 INFO neutron.api.v2.resource [None req-bc626a3f-f4d9-458c-977e-abd7d7db1f0e b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1477/2988] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 07:00:00 2026] GET /v2.0/security-group-rules/69419329-4534-40aa-9a1a-0cda9433f3a2 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2989] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 07:00:00 2026] DELETE /v2.0/security-group-rules/f75bdf73-a196-49ff-80fb-191e3915bd53 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 07:00:00.902 7 INFO neutron.api.v2.resource [None req-426a6aec-41b5-44a5-9099-a64df7846037 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1478/2990] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 07:00:00 2026] GET /v2.0/security-group-rules/f75bdf73-a196-49ff-80fb-191e3915bd53 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2991] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 07:00:00 2026] DELETE /v2.0/security-group-rules/8dbe5b26-5d7f-4563-af15-531e0bb1c964 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 07:00:00.978 7 INFO neutron.api.v2.resource [None req-0482b36a-3880-4620-9d0b-84d354bd3e84 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1479/2992] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 07:00:00 2026] GET /v2.0/security-group-rules/8dbe5b26-5d7f-4563-af15-531e0bb1c964 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2993] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 07:00:00 2026] DELETE /v2.0/security-group-rules/7d1250a6-42e8-4c74-b6b4-edaaf9546852 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 07:00:01.052 7 INFO neutron.api.v2.resource [None req-00b634d1-fa59-4965-bbaf-5278bae01288 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1480/2994] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 07:00:01 2026] GET /v2.0/security-group-rules/7d1250a6-42e8-4c74-b6b4-edaaf9546852 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2995] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 07:00:01 2026] DELETE /v2.0/security-group-rules/0e056ccc-e7b2-46b3-90f5-dc75abdc55bf => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 07:00:01.130 7 INFO neutron.api.v2.resource [None req-9dbc5ee6-7f09-436c-893e-c8b0befe50ce b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1481/2996] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 07:00:01 2026] GET /v2.0/security-group-rules/0e056ccc-e7b2-46b3-90f5-dc75abdc55bf => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2997] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 07:00:01 2026] DELETE /v2.0/security-group-rules/12c5d365-aea3-48ed-9f74-3db96eb617d5 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 07:00:01.208 7 INFO neutron.api.v2.resource [None req-951a018b-286f-4719-8c8d-ca1059c91d0c b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1482/2998] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 07:00:01 2026] GET /v2.0/security-group-rules/12c5d365-aea3-48ed-9f74-3db96eb617d5 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2999] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 07:00:01 2026] DELETE /v2.0/security-group-rules/833db0aa-2ef5-458e-bbf8-ef4ff50d60c9 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 07:00:01.286 7 INFO neutron.api.v2.resource [None req-ea7b995d-6d67-4404-9da0-3172386da0ce b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1483/3000] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 07:00:01 2026] GET /v2.0/security-group-rules/833db0aa-2ef5-458e-bbf8-ef4ff50d60c9 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3001] 10.0.0.142 () {32 vars in 750 bytes} [Fri Apr 17 07:00:01 2026] DELETE /v2.0/security-group-rules/5c7f11a9-fde8-4bba-be53-4a919da10117 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 07:00:01.367 7 INFO neutron.api.v2.resource [None req-4938c26f-7fc9-4e1a-acca-0536563fe220 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1484/3002] 10.0.0.142 () {32 vars in 747 bytes} [Fri Apr 17 07:00:01 2026] GET /v2.0/security-group-rules/5c7f11a9-fde8-4bba-be53-4a919da10117 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3003] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 07:00:01 2026] DELETE /v2.0/security-groups/d91e59e4-a370-4048-a7a2-83074bddb826 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 07:00:01.463 7 INFO neutron.api.v2.resource [None req-03187b69-3d9e-4c27-8fd0-4eac416b343d b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1485/3004] 10.0.0.142 () {32 vars in 737 bytes} [Fri Apr 17 07:00:01 2026] GET /v2.0/security-groups/d91e59e4-a370-4048-a7a2-83074bddb826 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 07:00:01.903 8 INFO neutron_taas.services.taas.taas_plugin [None req-d08fea4f-7326-4a96-bbbf-99046b4005b8 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] TaaS: Handle Delete Port: 3407950c-608e-4c91-88ce-aba8a7d240f5 2026-04-17 07:00:01.909 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d08fea4f-7326-4a96-bbbf-99046b4005b8 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Tap Mirror: Handle Delete Port: 3407950c-608e-4c91-88ce-aba8a7d240f5 [pid: 8|app: 0|req: 1520/3005] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 07:00:01 2026] PUT /v2.0/routers/90493cd7-4da2-4d22-951b-038d1b252a3e/remove_router_interface => generated 309 bytes in 1410 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 07:00:03.072 7 INFO neutron.api.v2.resource [None req-370b5aeb-0c19-4103-b5d4-212f4edf487b b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1486/3006] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 07:00:02 2026] PUT /v2.0/routers/90493cd7-4da2-4d22-951b-038d1b252a3e/remove_router_interface => generated 198 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 07:00:03.357 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bca5983-b65b-4618-a7ab-5c81045d9abf b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] TaaS: Handle Delete Port: 1779b87c-da2f-4667-8872-b69f2b015e6c 2026-04-17 07:00:03.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bca5983-b65b-4618-a7ab-5c81045d9abf b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Tap Mirror: Handle Delete Port: 1779b87c-da2f-4667-8872-b69f2b015e6c [pid: 8|app: 0|req: 1521/3007] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 07:00:03 2026] PUT /v2.0/routers/90493cd7-4da2-4d22-951b-038d1b252a3e/remove_router_interface => generated 309 bytes in 852 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 07:00:04.093 7 INFO neutron.api.v2.resource [None req-082d487d-85c9-433c-82a8-9247e94bf3fe b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1487/3008] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 07:00:03 2026] PUT /v2.0/routers/90493cd7-4da2-4d22-951b-038d1b252a3e/remove_router_interface => generated 198 bytes in 158 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 07:00:04.485 8 INFO neutron_taas.services.taas.taas_plugin [None req-741b3753-9c71-4772-9656-d880f26c9194 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] TaaS: Handle Delete Port: 005bccab-a9b9-427a-af6e-4eef6b0cd2ee 2026-04-17 07:00:04.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-741b3753-9c71-4772-9656-d880f26c9194 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Tap Mirror: Handle Delete Port: 005bccab-a9b9-427a-af6e-4eef6b0cd2ee [pid: 8|app: 0|req: 1522/3009] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 07:00:04 2026] PUT /v2.0/routers/90493cd7-4da2-4d22-951b-038d1b252a3e/remove_router_interface => generated 309 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-17 07:00:05.306 7 INFO neutron.api.v2.resource [None req-500cb142-d61f-4fd1-8336-bf5788a115b4 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1488/3010] 10.0.0.142 () {34 vars in 789 bytes} [Fri Apr 17 07:00:05 2026] PUT /v2.0/routers/90493cd7-4da2-4d22-951b-038d1b252a3e/remove_router_interface => generated 198 bytes in 191 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 07:00:05.521 8 INFO neutron_taas.services.taas.taas_plugin [None req-de3f9ed6-90aa-4175-ac19-cd6737fdc31b b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] TaaS: Handle Delete Port: b977ee6a-e8ad-4091-9635-e98b29fee9be 2026-04-17 07:00:05.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de3f9ed6-90aa-4175-ac19-cd6737fdc31b b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Tap Mirror: Handle Delete Port: b977ee6a-e8ad-4091-9635-e98b29fee9be 2026-04-17 07:00:05.812 8 INFO neutron_taas.services.taas.taas_plugin [None req-de3f9ed6-90aa-4175-ac19-cd6737fdc31b b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] TaaS: Handle Delete Port: 84877c8e-c693-405e-a2d8-266a555c5313 2026-04-17 07:00:05.814 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de3f9ed6-90aa-4175-ac19-cd6737fdc31b b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Tap Mirror: Handle Delete Port: 84877c8e-c693-405e-a2d8-266a555c5313 2026-04-17 07:00:06.202 8 INFO neutron.db.l3_hamode_db [None req-de3f9ed6-90aa-4175-ac19-cd6737fdc31b b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] HA network f3fc3daf-1679-46eb-864a-4d7c6f212b08 was deleted as no HA routers are present in tenant 215962c301d247a2ba220748cf6224b3. [pid: 8|app: 0|req: 1523/3011] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 07:00:05 2026] DELETE /v2.0/routers/90493cd7-4da2-4d22-951b-038d1b252a3e => generated 0 bytes in 898 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-17 07:00:06.229 8 INFO neutron.services.segments.plugin [-] Segment 30a6d1eb-23e7-4496-81a6-fa6941dc5d01 resource provider aggregate not found 2026-04-17 07:00:06.236 8 INFO neutron.services.segments.plugin [-] Segment 30a6d1eb-23e7-4496-81a6-fa6941dc5d01 resource provider aggregate not found 2026-04-17 07:00:06.237 7 INFO neutron.api.v2.resource [None req-9ec0f09e-87fc-4176-af7f-1f9f9ba9e6c2 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1489/3012] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 07:00:06 2026] GET /v2.0/routers/90493cd7-4da2-4d22-951b-038d1b252a3e => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 07:00:06.266 8 INFO neutron.services.segments.plugin [-] Segment 30a6d1eb-23e7-4496-81a6-fa6941dc5d01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30a6d1eb-23e7-4496-81a6-fa6941dc5d01 found for delete ", "request_id": "req-449691e8-b9e7-41c9-9065-31032ffab6bf"}]} 2026-04-17 07:00:06.269 8 INFO neutron.services.segments.plugin [-] Segment 30a6d1eb-23e7-4496-81a6-fa6941dc5d01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30a6d1eb-23e7-4496-81a6-fa6941dc5d01 found for delete ", "request_id": "req-c420e080-e998-4636-8093-c7f374a9d044"}]} [pid: 8|app: 0|req: 1524/3013] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 07:00:06 2026] DELETE /v2.0/subnets/dcc9db00-e11d-4f7a-9ea0-65e50a9a713e => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 07:00:06.441 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb3ea2af-f21a-4e92-b42f-cec75c10d456 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1490/3014] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 07:00:06 2026] GET /v2.0/subnets/dcc9db00-e11d-4f7a-9ea0-65e50a9a713e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3015] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 07:00:06 2026] DELETE /v2.0/subnets/c11f0cc8-6dbd-466d-987e-219c98876e86 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 07:00:06.621 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e225660c-e35e-447e-b9f5-736227a2b486 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1491/3016] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 07:00:06 2026] GET /v2.0/subnets/c11f0cc8-6dbd-466d-987e-219c98876e86 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 07:00:06.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-a305d370-43c6-4607-93a2-af7feb870c22 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] TaaS: Handle Delete Port: 612a74de-1693-4506-8925-3318e8f36c0b 2026-04-17 07:00:06.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a305d370-43c6-4607-93a2-af7feb870c22 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Tap Mirror: Handle Delete Port: 612a74de-1693-4506-8925-3318e8f36c0b [pid: 8|app: 0|req: 1526/3017] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 07:00:06 2026] DELETE /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 07:00:06.940 7 INFO neutron.pecan_wsgi.hooks.translation [None req-56896562-85c4-45e9-93a3-264a3257b071 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1492/3018] 10.0.0.142 () {32 vars in 723 bytes} [Fri Apr 17 07:00:06 2026] GET /v2.0/networks/58b2e5c4-8d33-4a56-b1d7-225569711c70 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3019] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 07:00:06 2026] DELETE /v2.0/subnets/d2bb3eb0-e034-4ee1-8838-e1f643cdd98d => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 07:00:07.109 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72150f82-d5c9-4af9-9f49-91cd21282bdf b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1493/3020] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 07:00:07 2026] GET /v2.0/subnets/d2bb3eb0-e034-4ee1-8838-e1f643cdd98d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3021] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 07:00:07 2026] DELETE /v2.0/subnets/76d8fd67-0480-46f8-a171-5160cab05351 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 07:00:07.277 7 INFO neutron.pecan_wsgi.hooks.translation [None req-13f01079-2b54-4679-9eeb-2182298d035a b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1494/3022] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 07:00:07 2026] GET /v2.0/subnets/76d8fd67-0480-46f8-a171-5160cab05351 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 07:00:07.367 8 INFO neutron_taas.services.taas.taas_plugin [None req-d95953e2-49cc-4447-a8a7-0e20c05436c4 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] TaaS: Handle Delete Port: f6818cf6-a31f-434c-8449-423aeb9d932c 2026-04-17 07:00:07.369 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d95953e2-49cc-4447-a8a7-0e20c05436c4 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Tap Mirror: Handle Delete Port: f6818cf6-a31f-434c-8449-423aeb9d932c [pid: 8|app: 0|req: 1529/3023] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 07:00:07 2026] DELETE /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 07:00:07.558 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2bf0a430-9335-4ebe-ae48-79cd255bcedc b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1495/3024] 10.0.0.142 () {32 vars in 723 bytes} [Fri Apr 17 07:00:07 2026] GET /v2.0/networks/8b9270ef-5d32-452c-b74f-29fd846116e6 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3025] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 07:00:07 2026] DELETE /v2.0/subnets/dad49b9d-ea84-453c-ba7a-6db6f113dd1c => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 07:00:07.747 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3205006c-9d43-4a80-86a7-38fe00787035 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1496/3026] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 07:00:07 2026] GET /v2.0/subnets/dad49b9d-ea84-453c-ba7a-6db6f113dd1c => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3027] 10.0.0.142 () {32 vars in 724 bytes} [Fri Apr 17 07:00:07 2026] DELETE /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 07:00:07.945 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e70af0a9-a4af-4c4d-a94b-9c0cba8f00d7 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1497/3028] 10.0.0.142 () {32 vars in 721 bytes} [Fri Apr 17 07:00:07 2026] GET /v2.0/subnets/19a59122-381e-4b82-b337-ff4b9b79842e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 07:00:08.040 8 INFO neutron_taas.services.taas.taas_plugin [None req-14027f95-e58c-4b11-92dc-dfe3ce0d4896 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] TaaS: Handle Delete Port: 5fad0fd1-160d-420e-a72e-102ca102f475 2026-04-17 07:00:08.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14027f95-e58c-4b11-92dc-dfe3ce0d4896 b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] Tap Mirror: Handle Delete Port: 5fad0fd1-160d-420e-a72e-102ca102f475 [pid: 8|app: 0|req: 1532/3029] 10.0.0.142 () {32 vars in 726 bytes} [Fri Apr 17 07:00:07 2026] DELETE /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-17 07:00:08.280 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2730d97f-bfaf-4550-be2f-d8cd9ef36b7d b1771db5ec5d46cb8ab4b1c22e489312 215962c301d247a2ba220748cf6224b3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1498/3030] 10.0.0.142 () {32 vars in 723 bytes} [Fri Apr 17 07:00:08 2026] GET /v2.0/networks/ce2e4da4-8fe1-46f7-9234-10a15dea3418 => generated 138 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-17 07:00:08.287 8 INFO neutron.services.segments.plugin [-] Segment d18117df-25dc-475c-b100-e8ec501dd861 resource provider aggregate not found 2026-04-17 07:00:08.297 8 INFO neutron.services.segments.plugin [-] Segment d18117df-25dc-475c-b100-e8ec501dd861 resource provider aggregate not found 2026-04-17 07:00:08.300 8 INFO neutron.services.segments.plugin [-] Segment d18117df-25dc-475c-b100-e8ec501dd861 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d18117df-25dc-475c-b100-e8ec501dd861 found for delete ", "request_id": "req-8b4c7465-8581-48bf-a319-03a5785d0d60"}]} 2026-04-17 07:00:08.314 8 INFO neutron.services.segments.plugin [-] Segment ba7145dd-aa35-4cf3-86f4-416d1c3ab48c resource provider aggregate not found 2026-04-17 07:00:08.315 8 INFO neutron.services.segments.plugin [-] Segment d18117df-25dc-475c-b100-e8ec501dd861 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d18117df-25dc-475c-b100-e8ec501dd861 found for delete ", "request_id": "req-81287816-2d50-4d0b-8340-6642a9ca64b6"}]} 2026-04-17 07:00:08.328 8 INFO neutron.services.segments.plugin [-] Segment ba7145dd-aa35-4cf3-86f4-416d1c3ab48c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba7145dd-aa35-4cf3-86f4-416d1c3ab48c found for delete ", "request_id": "req-905030c7-75d4-4439-8e0a-5a1feb079ca3"}]} 2026-04-17 07:00:08.333 8 INFO neutron.services.segments.plugin [-] Segment ba7145dd-aa35-4cf3-86f4-416d1c3ab48c resource provider aggregate not found 2026-04-17 07:00:08.346 8 INFO neutron.services.segments.plugin [-] Segment ba7145dd-aa35-4cf3-86f4-416d1c3ab48c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba7145dd-aa35-4cf3-86f4-416d1c3ab48c found for delete ", "request_id": "req-f3776bc4-250d-4dd0-bda3-507b389f6d02"}]} 2026-04-17 07:00:08.349 8 INFO neutron.services.segments.plugin [-] Segment 4c041393-aa31-466c-bdb2-090f7c963d78 resource provider aggregate not found 2026-04-17 07:00:08.358 8 INFO neutron.services.segments.plugin [-] Segment 4c041393-aa31-466c-bdb2-090f7c963d78 resource provider aggregate not found 2026-04-17 07:00:08.361 8 INFO neutron.services.segments.plugin [-] Segment 4c041393-aa31-466c-bdb2-090f7c963d78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c041393-aa31-466c-bdb2-090f7c963d78 found for delete ", "request_id": "req-96e5184b-4e0f-47cd-86b8-68b7c1d34c4e"}]} 2026-04-17 07:00:08.371 8 INFO neutron.services.segments.plugin [-] Segment 4c041393-aa31-466c-bdb2-090f7c963d78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c041393-aa31-466c-bdb2-090f7c963d78 found for delete ", "request_id": "req-7a5863fb-c7e3-4254-9f62-49f983b4e54d"}]} [pid: 8|app: 0|req: 1533/3031] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 07:00:10 2026] GET /v2.0/security-groups?tenant_id=a01c239149644c6bad51e811d8e37246&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3032] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 07:00:10 2026] DELETE /v2.0/security-groups/8da142ce-d650-431b-9aca-b390460b2728 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3033] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 07:00:10 2026] GET /v2.0/security-groups?tenant_id=b8d9a2bc77074fb5b13c583fca5c6bbe&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3034] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 07:00:10 2026] DELETE /v2.0/security-groups/cfe41f9e-7408-40ae-aa9b-5bb276e8188c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3035] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 07:00:11 2026] GET /v2.0/security-groups?tenant_id=215962c301d247a2ba220748cf6224b3&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3036] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 07:00:11 2026] DELETE /v2.0/security-groups/abca91ab-618a-4290-850b-0ed057616916 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3037] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 07:00:11 2026] GET /v2.0/security-groups?tenant_id=7f306430512d42828f1ec9de4120e15c&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3038] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 07:00:11 2026] DELETE /v2.0/security-groups/785ac4f2-24a7-43cf-ac16-26421270e521 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3039] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 07:00:11 2026] GET /v2.0/security-groups?tenant_id=3c18e0a47b21499688cce4e5ae651a1a&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3040] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 07:00:11 2026] DELETE /v2.0/security-groups/7f52c177-7079-42da-a269-9eaea05d4bb3 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3041] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 07:00:11 2026] GET /v2.0/security-groups?tenant_id=97eab0f534af4f889d50c71d24204a3d&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3042] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 07:00:12 2026] DELETE /v2.0/security-groups/44f5de4c-1ebe-430a-b264-45a777c2b6b2 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3043] 10.0.0.142 () {32 vars in 774 bytes} [Fri Apr 17 07:00:12 2026] GET /v2.0/security-groups?tenant_id=dee995d44ea847b0bb72e95bf707f825&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3044] 10.0.0.142 () {32 vars in 740 bytes} [Fri Apr 17 07:00:12 2026] DELETE /v2.0/security-groups/c6987490-3a31-47a4-925f-bc69419f36ca => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3047] 10.0.0.142 () {32 vars in 649 bytes} [Fri Apr 17 07:00:15 2026] GET /v2.0/networks => generated 2168 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3048] 10.0.0.142 () {32 vars in 655 bytes} [Fri Apr 17 07:00:16 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3049] 10.0.0.142 () {32 vars in 647 bytes} [Fri Apr 17 07:00:16 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3050] 10.0.0.142 () {32 vars in 643 bytes} [Fri Apr 17 07:00:16 2026] GET /v2.0/ports => generated 4717 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3051] 10.0.0.142 () {32 vars in 647 bytes} [Fri Apr 17 07:00:16 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3052] 10.0.0.142 () {32 vars in 649 bytes} [Fri Apr 17 07:00:16 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3053] 10.0.0.142 () {32 vars in 663 bytes} [Fri Apr 17 07:00:16 2026] GET /v2.0/security-groups => generated 17393 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3054] 10.0.0.142 () {32 vars in 655 bytes} [Fri Apr 17 07:00:16 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)