+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /tmp/pod-shared/ovn.ini' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/neutron_ovn_vpn_agent.ini' + 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 /tmp/pod-shared/ovn.ini --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/neutron_ovn_vpn_agent.ini --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 [Mon Apr 20 15:01:38 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-7649d64979-zbgg7 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 0x7f5c43060668 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-20 15:01:42.936 8 INFO neutron.common.config [-] Logging enabled! 2026-04-20 15:01:42.936 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-20 15:01:43.084 7 INFO neutron.common.config [-] Logging enabled! 2026-04-20 15:01:43.084 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-20 15:01:43.928 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-20 15:01:44.177 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-20 15:01:45.411 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-04-20 15:01:45.414 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-20 15:01:45.418 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-20 15:01:45.418 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-04-20 15:01:45.418 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-04-20 15:01:45.418 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] 2026-04-20 15:01:45.418 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-20 15:01:45.426 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-20 15:01:45.426 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-20 15:01:45.426 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-04-20 15:01:45.646 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-04-20 15:01:45.647 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-04-20 15:01:45.647 8 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-04-20 15:01:45.672 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-20 15:01:45.673 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-20 15:01:45.673 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-04-20 15:01:45.673 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-04-20 15:01:45.777 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-04-20 15:01:45.783 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-20 15:01:45.787 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-20 15:01:45.787 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-04-20 15:01:45.787 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-04-20 15:01:45.787 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['geneve'] 2026-04-20 15:01:45.787 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-20 15:01:45.795 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-20 15:01:45.795 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-20 15:01:45.796 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-04-20 15:01:46.022 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-04-20 15:01:46.022 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-04-20 15:01:46.022 7 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-04-20 15:01:46.046 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-20 15:01:46.047 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-20 15:01:46.047 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-04-20 15:01:46.047 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-04-20 15:01:47.648 8 INFO neutron.plugins.ml2.managers [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Initializing driver for type 'vlan' 2026-04-20 15:01:47.672 7 INFO neutron.plugins.ml2.managers [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Initializing driver for type 'vlan' 2026-04-20 15:01:47.925 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] VlanTypeDriver initialization complete 2026-04-20 15:01:47.926 8 INFO neutron.plugins.ml2.managers [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-20 15:01:47.926 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-20 15:01:47.926 8 INFO neutron.plugins.ml2.managers [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Initializing extension driver 'port_security' 2026-04-20 15:01:47.926 8 INFO neutron.plugins.ml2.extensions.port_security [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-20 15:01:47.926 8 INFO neutron.plugins.ml2.managers [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Initializing extension driver 'qos' 2026-04-20 15:01:47.926 8 INFO neutron.plugins.ml2.managers [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Initializing mechanism driver 'ovn' 2026-04-20 15:01:47.926 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Starting OVNMechanismDriver 2026-04-20 15:01:47.929 8 INFO neutron.services.logapi.drivers.ovn.driver [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] OVN logging driver registered 2026-04-20 15:01:47.935 8 INFO neutron.quota [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded quota_driver: . 2026-04-20 15:01:47.935 8 INFO neutron.plugins.ml2.plugin [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Modular L2 Plugin initialization complete 2026-04-20 15:01:47.935 8 INFO neutron.plugins.ml2.managers [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-20 15:01:47.936 8 INFO neutron.plugins.ml2.managers [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-20 15:01:47.936 8 INFO neutron.plugins.ml2.managers [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-20 15:01:47.936 8 INFO neutron.manager [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loading Plugin: qos 2026-04-20 15:01:47.949 8 INFO neutron.manager [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loading Plugin: ovn-router 2026-04-20 15:01:47.983 8 INFO neutron.services.ovn_l3.plugin [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Starting OVNL3RouterPlugin 2026-04-20 15:01:47.989 8 INFO neutron.manager [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loading Plugin: segments 2026-04-20 15:01:48.036 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] VlanTypeDriver initialization complete 2026-04-20 15:01:48.037 7 INFO neutron.plugins.ml2.managers [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-20 15:01:48.037 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-20 15:01:48.037 7 INFO neutron.plugins.ml2.managers [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Initializing extension driver 'port_security' 2026-04-20 15:01:48.037 7 INFO neutron.plugins.ml2.extensions.port_security [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-20 15:01:48.037 7 INFO neutron.plugins.ml2.managers [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Initializing extension driver 'qos' 2026-04-20 15:01:48.037 7 INFO neutron.plugins.ml2.managers [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Initializing mechanism driver 'ovn' 2026-04-20 15:01:48.037 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Starting OVNMechanismDriver 2026-04-20 15:01:48.040 7 INFO neutron.services.logapi.drivers.ovn.driver [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] OVN logging driver registered 2026-04-20 15:01:48.046 7 INFO neutron.quota [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded quota_driver: . 2026-04-20 15:01:48.046 7 INFO neutron.plugins.ml2.plugin [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Modular L2 Plugin initialization complete 2026-04-20 15:01:48.046 7 INFO neutron.plugins.ml2.managers [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-20 15:01:48.046 7 INFO neutron.plugins.ml2.managers [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-20 15:01:48.046 7 INFO neutron.plugins.ml2.managers [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-20 15:01:48.047 7 INFO neutron.manager [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loading Plugin: qos 2026-04-20 15:01:48.059 7 INFO neutron.manager [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loading Plugin: ovn-router 2026-04-20 15:01:48.091 7 INFO neutron.services.ovn_l3.plugin [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Starting OVNL3RouterPlugin 2026-04-20 15:01:48.097 7 INFO neutron.manager [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loading Plugin: segments 2026-04-20 15:01:48.100 8 INFO neutron.manager [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loading Plugin: trunk 2026-04-20 15:01:48.111 8 INFO neutron.manager [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loading Plugin: log 2026-04-20 15:01:48.114 8 INFO neutron.manager [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loading Plugin: ovn-vpnaas 2026-04-20 15:01:48.173 8 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-04-20 15:01:48.174 8 WARNING stevedore.named [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-20 15:01:48.194 7 INFO neutron.manager [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loading Plugin: trunk 2026-04-20 15:01:48.205 7 INFO neutron.manager [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loading Plugin: log 2026-04-20 15:01:48.208 7 INFO neutron.manager [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loading Plugin: ovn-vpnaas 2026-04-20 15:01:48.219 8 INFO neutron_vpnaas.services.vpn.plugin [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-20 15:01:48.219 8 INFO neutron.common.utils [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Disable filter validation extension by service plugin VPNOVNDriverPlugin. 2026-04-20 15:01:48.219 8 INFO neutron.manager [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loading Plugin: taas 2026-04-20 15:01:48.244 8 WARNING stevedore.named [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-20 15:01:48.244 8 WARNING stevedore.named [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-04-20 15:01:48.250 8 INFO neutron_taas.services.taas.taas_plugin [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-20 15:01:48.250 8 INFO neutron.manager [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loading Plugin: tapmirror 2026-04-20 15:01:48.258 8 WARNING stevedore.named [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-20 15:01:48.258 8 WARNING stevedore.named [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-04-20 15:01:48.259 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-20 15:01:48.259 8 INFO neutron.manager [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loading Plugin: auto_allocate 2026-04-20 15:01:48.261 7 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-04-20 15:01:48.261 7 WARNING stevedore.named [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-20 15:01:48.264 8 INFO neutron.manager [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loading Plugin: tag 2026-04-20 15:01:48.272 8 INFO neutron.manager [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loading Plugin: timestamp 2026-04-20 15:01:48.274 8 INFO neutron.manager [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loading Plugin: network_ip_availability 2026-04-20 15:01:48.278 8 INFO neutron.manager [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loading Plugin: flavors 2026-04-20 15:01:48.282 8 INFO neutron.manager [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loading Plugin: revisions 2026-04-20 15:01:48.285 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Initializing extension manager. 2026-04-20 15:01:48.287 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: address-group 2026-04-20 15:01:48.288 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: address-scope 2026-04-20 15:01:48.288 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-04-20 15:01:48.289 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: agent 2026-04-20 15:01:48.290 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-04-20 15:01:48.292 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-20 15:01:48.293 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-20 15:01:48.296 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: availability_zone 2026-04-20 15:01:48.297 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-04-20 15:01:48.297 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-20 15:01:48.298 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: default-subnetpools 2026-04-20 15:01:48.300 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-20 15:01:48.301 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: dns-integration 2026-04-20 15:01:48.302 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: dns-domain-ports 2026-04-20 15:01:48.302 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-04-20 15:01:48.303 7 INFO neutron_vpnaas.services.vpn.plugin [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-20 15:01:48.303 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-04-20 15:01:48.303 7 INFO neutron.common.utils [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Disable filter validation extension by service plugin VPNOVNDriverPlugin. 2026-04-20 15:01:48.303 7 INFO neutron.manager [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loading Plugin: taas 2026-04-20 15:01:48.304 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-20 15:01:48.304 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: empty-string-filtering 2026-04-20 15:01:48.305 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-20 15:01:48.305 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-20 15:01:48.306 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: external-net 2026-04-20 15:01:48.306 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-20 15:01:48.307 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: extraroute 2026-04-20 15:01:48.308 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension extraroute-atomic not supported by any of loaded plugins 2026-04-20 15:01:48.308 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-20 15:01:48.309 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-20 15:01:48.310 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-20 15:01:48.310 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-20 15:01:48.311 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: fip-port-details 2026-04-20 15:01:48.312 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: flavors 2026-04-20 15:01:48.313 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-20 15:01:48.314 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: floatingip-pools 2026-04-20 15:01:48.315 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: ip_allocation 2026-04-20 15:01:48.315 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-04-20 15:01:48.316 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: l2_adjacency 2026-04-20 15:01:48.317 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: router 2026-04-20 15:01:48.319 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-20 15:01:48.320 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: enable-default-route-bfd 2026-04-20 15:01:48.321 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: enable-default-route-ecmp 2026-04-20 15:01:48.322 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: ext-gw-mode 2026-04-20 15:01:48.322 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: l3-ha 2026-04-20 15:01:48.323 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-20 15:01:48.324 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: external-gateway-multihoming 2026-04-20 15:01:48.325 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: l3-flavors 2026-04-20 15:01:48.326 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-20 15:01:48.326 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-04-20 15:01:48.328 7 WARNING stevedore.named [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-20 15:01:48.328 7 WARNING stevedore.named [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-04-20 15:01:48.329 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-04-20 15:01:48.331 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-20 15:01:48.332 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: logging 2026-04-20 15:01:48.334 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-20 15:01:48.334 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-20 15:01:48.334 7 INFO neutron.manager [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loading Plugin: tapmirror 2026-04-20 15:01:48.335 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-20 15:01:48.335 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: multi-provider 2026-04-20 15:01:48.336 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: net-mtu 2026-04-20 15:01:48.337 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: net-mtu-writable 2026-04-20 15:01:48.338 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: network_availability_zone 2026-04-20 15:01:48.338 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-04-20 15:01:48.339 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: network-ip-availability 2026-04-20 15:01:48.341 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-20 15:01:48.341 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: pagination 2026-04-20 15:01:48.342 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: port-device-profile 2026-04-20 15:01:48.342 7 WARNING stevedore.named [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-04-20 15:01:48.342 7 WARNING stevedore.named [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-04-20 15:01:48.342 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-20 15:01:48.343 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-20 15:01:48.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-20 15:01:48.343 7 INFO neutron.manager [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loading Plugin: auto_allocate 2026-04-20 15:01:48.344 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-20 15:01:48.344 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-04-20 15:01:48.345 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-20 15:01:48.346 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-20 15:01:48.346 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-20 15:01:48.347 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: port-resource-request 2026-04-20 15:01:48.348 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-20 15:01:48.348 7 INFO neutron.manager [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loading Plugin: tag 2026-04-20 15:01:48.348 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-20 15:01:48.349 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: binding 2026-04-20 15:01:48.350 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: binding-extended 2026-04-20 15:01:48.351 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: port-security 2026-04-20 15:01:48.351 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: project-id 2026-04-20 15:01:48.352 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: provider 2026-04-20 15:01:48.352 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: qinq 2026-04-20 15:01:48.355 7 INFO neutron.manager [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loading Plugin: timestamp 2026-04-20 15:01:48.355 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: qos 2026-04-20 15:01:48.356 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-20 15:01:48.356 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-20 15:01:48.357 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: qos-default 2026-04-20 15:01:48.357 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: qos-fip 2026-04-20 15:01:48.357 7 INFO neutron.manager [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loading Plugin: network_ip_availability 2026-04-20 15:01:48.358 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-20 15:01:48.359 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-20 15:01:48.359 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-20 15:01:48.360 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-20 15:01:48.360 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-20 15:01:48.361 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: qos-pps 2026-04-20 15:01:48.361 7 INFO neutron.manager [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loading Plugin: flavors 2026-04-20 15:01:48.362 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-20 15:01:48.362 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-20 15:01:48.363 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: qos-rules-alias 2026-04-20 15:01:48.364 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: quota-check-limit 2026-04-20 15:01:48.365 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-20 15:01:48.365 7 INFO neutron.manager [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loading Plugin: revisions 2026-04-20 15:01:48.367 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: quotas 2026-04-20 15:01:48.369 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: quota_details 2026-04-20 15:01:48.369 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Initializing extension manager. 2026-04-20 15:01:48.370 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: address-group 2026-04-20 15:01:48.371 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: rbac-policies 2026-04-20 15:01:48.371 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: address-scope 2026-04-20 15:01:48.371 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-04-20 15:01:48.372 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-04-20 15:01:48.372 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: rbac-address-scope 2026-04-20 15:01:48.373 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: rbac-security-groups 2026-04-20 15:01:48.373 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: agent 2026-04-20 15:01:48.373 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-04-20 15:01:48.373 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-04-20 15:01:48.374 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: revision-if-match 2026-04-20 15:01:48.375 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-20 15:01:48.375 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-20 15:01:48.375 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-20 15:01:48.375 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: router_availability_zone 2026-04-20 15:01:48.376 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-20 15:01:48.378 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: availability_zone 2026-04-20 15:01:48.378 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-20 15:01:48.378 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-04-20 15:01:48.379 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-20 15:01:48.379 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-20 15:01:48.379 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-04-20 15:01:48.379 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: default-subnetpools 2026-04-20 15:01:48.380 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-20 15:01:48.380 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-20 15:01:48.381 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-20 15:01:48.381 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-20 15:01:48.381 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: dns-integration 2026-04-20 15:01:48.382 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: dns-domain-ports 2026-04-20 15:01:48.382 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-04-20 15:01:48.383 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-04-20 15:01:48.384 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-20 15:01:48.384 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: empty-string-filtering 2026-04-20 15:01:48.385 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-20 15:01:48.385 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-20 15:01:48.386 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: security-group 2026-04-20 15:01:48.386 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: external-net 2026-04-20 15:01:48.386 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-20 15:01:48.387 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: extraroute 2026-04-20 15:01:48.387 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: segment 2026-04-20 15:01:48.387 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension extraroute-atomic not supported by any of loaded plugins 2026-04-20 15:01:48.388 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-20 15:01:48.388 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-20 15:01:48.389 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: service-type 2026-04-20 15:01:48.389 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-20 15:01:48.389 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: sorting 2026-04-20 15:01:48.389 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-20 15:01:48.390 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: standard-attr-segment 2026-04-20 15:01:48.390 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-20 15:01:48.390 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: fip-port-details 2026-04-20 15:01:48.391 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: standard-attr-description 2026-04-20 15:01:48.391 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: flavors 2026-04-20 15:01:48.391 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: stateful-security-group 2026-04-20 15:01:48.392 8 WARNING neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-20 15:01:48.392 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-20 15:01:48.392 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-04-20 15:01:48.393 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: subnet-external-network 2026-04-20 15:01:48.393 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: floatingip-pools 2026-04-20 15:01:48.394 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: ip_allocation 2026-04-20 15:01:48.394 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-04-20 15:01:48.394 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-04-20 15:01:48.394 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-20 15:01:48.395 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: l2_adjacency 2026-04-20 15:01:48.395 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: subnet-service-types 2026-04-20 15:01:48.396 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: subnet_allocation 2026-04-20 15:01:48.396 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: router 2026-04-20 15:01:48.397 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-20 15:01:48.397 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: tag-creation 2026-04-20 15:01:48.398 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-20 15:01:48.398 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-20 15:01:48.398 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: enable-default-route-bfd 2026-04-20 15:01:48.399 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: enable-default-route-ecmp 2026-04-20 15:01:48.399 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: ext-gw-mode 2026-04-20 15:01:48.400 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: l3-ha 2026-04-20 15:01:48.400 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-20 15:01:48.401 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: external-gateway-multihoming 2026-04-20 15:01:48.402 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: l3-flavors 2026-04-20 15:01:48.403 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-20 15:01:48.403 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-04-20 15:01:48.404 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: standard-attr-tag 2026-04-20 15:01:48.405 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-20 15:01:48.405 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-04-20 15:01:48.405 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: trunk 2026-04-20 15:01:48.406 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: trunk-details 2026-04-20 15:01:48.407 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-20 15:01:48.407 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-20 15:01:48.407 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-20 15:01:48.408 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: logging 2026-04-20 15:01:48.408 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: vlan-transparent 2026-04-20 15:01:48.409 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-20 15:01:48.409 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-20 15:01:48.409 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-20 15:01:48.410 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: multi-provider 2026-04-20 15:01:48.410 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: net-mtu 2026-04-20 15:01:48.411 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: net-mtu-writable 2026-04-20 15:01:48.412 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: network_availability_zone 2026-04-20 15:01:48.412 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: vpn-agent-scheduler 2026-04-20 15:01:48.412 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-04-20 15:01:48.413 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-20 15:01:48.413 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: network-ip-availability 2026-04-20 15:01:48.414 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: vpn-flavors 2026-04-20 15:01:48.414 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-20 15:01:48.415 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: pagination 2026-04-20 15:01:48.415 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: port-device-profile 2026-04-20 15:01:48.416 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-20 15:01:48.416 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: vpnaas 2026-04-20 15:01:48.416 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-20 15:01:48.417 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-20 15:01:48.417 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-04-20 15:01:48.418 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-20 15:01:48.418 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: taas 2026-04-20 15:01:48.418 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-20 15:01:48.419 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-20 15:01:48.419 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: tap-mirror 2026-04-20 15:01:48.419 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: port-resource-request 2026-04-20 15:01:48.420 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-20 15:01:48.420 8 INFO neutron.api.extensions [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-20 15:01:48.420 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-20 15:01:48.421 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: binding 2026-04-20 15:01:48.422 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: binding-extended 2026-04-20 15:01:48.422 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: port-security 2026-04-20 15:01:48.423 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: project-id 2026-04-20 15:01:48.423 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-20 15:01:48.423 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: provider 2026-04-20 15:01:48.423 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-20 15:01:48.424 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-20 15:01:48.424 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-20 15:01:48.424 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: qinq 2026-04-20 15:01:48.426 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: qos 2026-04-20 15:01:48.427 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-20 15:01:48.428 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-20 15:01:48.428 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-20 15:01:48.429 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: qos-default 2026-04-20 15:01:48.429 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-20 15:01:48.430 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: qos-fip 2026-04-20 15:01:48.430 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-20 15:01:48.431 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-20 15:01:48.431 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-20 15:01:48.432 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-20 15:01:48.433 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-20 15:01:48.433 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: qos-pps 2026-04-20 15:01:48.434 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-20 15:01:48.434 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-20 15:01:48.435 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: qos-rules-alias 2026-04-20 15:01:48.435 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: quota-check-limit 2026-04-20 15:01:48.436 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-20 15:01:48.437 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-20 15:01:48.438 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-20 15:01:48.438 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: quotas 2026-04-20 15:01:48.438 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-20 15:01:48.440 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: quota_details 2026-04-20 15:01:48.440 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-20 15:01:48.440 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] subnetpool is already registered 2026-04-20 15:01:48.441 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-20 15:01:48.441 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: rbac-policies 2026-04-20 15:01:48.441 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-20 15:01:48.442 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-04-20 15:01:48.442 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-20 15:01:48.442 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-20 15:01:48.442 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: rbac-address-scope 2026-04-20 15:01:48.443 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: rbac-security-groups 2026-04-20 15:01:48.443 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-20 15:01:48.443 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-04-20 15:01:48.443 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-20 15:01:48.444 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: revision-if-match 2026-04-20 15:01:48.444 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-20 15:01:48.444 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] ipsecpolicy is already registered 2026-04-20 15:01:48.445 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-20 15:01:48.445 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-20 15:01:48.445 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] ikepolicy is already registered 2026-04-20 15:01:48.445 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: router_availability_zone 2026-04-20 15:01:48.446 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-20 15:01:48.447 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-20 15:01:48.448 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-20 15:01:48.449 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-04-20 15:01:48.449 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-20 15:01:48.450 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-20 15:01:48.450 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-20 15:01:48.452 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-20 15:01:48.452 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] router is already registered 2026-04-20 15:01:48.453 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-20 15:01:48.453 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] floatingip is already registered 2026-04-20 15:01:48.455 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: security-group 2026-04-20 15:01:48.456 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: segment 2026-04-20 15:01:48.456 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-20 15:01:48.457 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: service-type 2026-04-20 15:01:48.458 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: sorting 2026-04-20 15:01:48.458 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: standard-attr-segment 2026-04-20 15:01:48.459 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: standard-attr-description 2026-04-20 15:01:48.459 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: stateful-security-group 2026-04-20 15:01:48.460 7 WARNING neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-20 15:01:48.460 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-04-20 15:01:48.460 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-20 15:01:48.461 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] rbac_policy is already registered 2026-04-20 15:01:48.461 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: subnet-external-network 2026-04-20 15:01:48.461 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-20 15:01:48.461 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] security_group is already registered 2026-04-20 15:01:48.462 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-04-20 15:01:48.462 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-20 15:01:48.462 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] security_group_rule is already registered 2026-04-20 15:01:48.462 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-20 15:01:48.463 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-20 15:01:48.463 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: subnet-service-types 2026-04-20 15:01:48.463 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] subnetpool is already registered 2026-04-20 15:01:48.463 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-20 15:01:48.463 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] trunk is already registered 2026-04-20 15:01:48.463 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: subnet_allocation 2026-04-20 15:01:48.464 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-20 15:01:48.464 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] ikepolicy is already registered 2026-04-20 15:01:48.464 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-20 15:01:48.464 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-20 15:01:48.465 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] ipsecpolicy is already registered 2026-04-20 15:01:48.465 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: tag-creation 2026-04-20 15:01:48.465 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-20 15:01:48.465 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] endpoint_group is already registered 2026-04-20 15:01:48.465 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-20 15:01:48.465 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-20 15:01:48.466 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] vpnservice is already registered 2026-04-20 15:01:48.466 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-20 15:01:48.466 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] ipsec_site_connection is already registered 2026-04-20 15:01:48.466 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-20 15:01:48.467 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] ipsecpolicy is already registered 2026-04-20 15:01:48.467 8 INFO neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-20 15:01:48.467 8 WARNING neutron.quota.resource_registry [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] ikepolicy is already registered 2026-04-20 15:01:48.470 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: standard-attr-tag 2026-04-20 15:01:48.470 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-20 15:01:48.471 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: trunk 2026-04-20 15:01:48.472 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: trunk-details 2026-04-20 15:01:48.472 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-20 15:01:48.473 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-20 15:01:48.473 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: vlan-transparent 2026-04-20 15:01:48.474 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-20 15:01:48.476 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: vpn-agent-scheduler 2026-04-20 15:01:48.477 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-20 15:01:48.477 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: vpn-flavors 2026-04-20 15:01:48.479 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: vpnaas 2026-04-20 15:01:48.480 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: taas 2026-04-20 15:01:48.481 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: tap-mirror 2026-04-20 15:01:48.482 7 INFO neutron.api.extensions [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-20 15:01:48.484 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-20 15:01:48.484 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-20 15:01:48.485 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-20 15:01:48.485 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-20 15:01:48.488 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-20 15:01:48.488 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-20 15:01:48.493 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-20 15:01:48.494 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-20 15:01:48.494 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-20 15:01:48.495 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-20 15:01:48.495 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] subnetpool is already registered 2026-04-20 15:01:48.496 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-20 15:01:48.496 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-20 15:01:48.497 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-20 15:01:48.497 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-20 15:01:48.498 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-20 15:01:48.498 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-20 15:01:48.499 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-20 15:01:48.499 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] ipsecpolicy is already registered 2026-04-20 15:01:48.499 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-20 15:01:48.499 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] ikepolicy is already registered 2026-04-20 15:01:48.503 8 WARNING keystonemiddleware._common.config [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-20 15:01:48.504 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-20 15:01:48.504 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] router is already registered 2026-04-20 15:01:48.504 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-20 15:01:48.505 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] floatingip is already registered 2026-04-20 15:01:48.509 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-20 15:01:48.509 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] rbac_policy is already registered 2026-04-20 15:01:48.510 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-20 15:01:48.510 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] security_group is already registered 2026-04-20 15:01:48.510 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-20 15:01:48.510 8 WARNING oslo_config.cfg [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-20 15:01:48.511 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] security_group_rule is already registered 2026-04-20 15:01:48.511 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-20 15:01:48.512 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] subnetpool is already registered 2026-04-20 15:01:48.512 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-20 15:01:48.512 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] trunk is already registered 2026-04-20 15:01:48.513 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-20 15:01:48.513 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] ikepolicy is already registered 2026-04-20 15:01:48.513 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-20 15:01:48.513 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] ipsecpolicy is already registered 2026-04-20 15:01:48.514 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-20 15:01:48.514 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] endpoint_group is already registered 2026-04-20 15:01:48.514 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-20 15:01:48.515 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] vpnservice is already registered 2026-04-20 15:01:48.515 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-20 15:01:48.515 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] ipsec_site_connection is already registered 2026-04-20 15:01:48.515 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-20 15:01:48.516 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] ipsecpolicy is already registered 2026-04-20 15:01:48.516 7 INFO neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-20 15:01:48.516 7 WARNING neutron.quota.resource_registry [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] ikepolicy is already registered 2026-04-20 15:01:48.533 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-04-20 15:01:48.548 8 INFO neutron.db.ovn_hash_ring_db [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Nodes from host "neutron-server-7649d64979-zbgg7" and group "mechanism_driver" removed from the Hash Ring created at 2026-04-20 15:01:48+00:00 2026-04-20 15:01:48.551 8 INFO neutron.db.ovn_hash_ring_db [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Node 669f061d7f045d6e936000399ddfd4e0 from host "neutron-server-7649d64979-zbgg7" and group "mechanism_driver" added to the Hash Ring 2026-04-20 15:01:48.554 7 WARNING keystonemiddleware._common.config [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-20 15:01:48.559 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Hash Ring probing thread for node 669f061d7f045d6e936000399ddfd4e0 has started 2026-04-20 15:01:48.560 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-04-20 15:01:48.561 7 WARNING oslo_config.cfg [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-20 15:01:48.580 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-04-20 15:01:48.592 7 INFO neutron.db.ovn_hash_ring_db [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Nodes from host "neutron-server-7649d64979-zbgg7" and group "mechanism_driver" removed from the Hash Ring created at 2026-04-20 15:01:48+00:00 2026-04-20 15:01:48.592 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] tcp:10.98.210.205:6641: connecting... 2026-04-20 15:01:48.592 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] tcp:10.98.210.205:6641: connected 2026-04-20 15:01:48.594 7 INFO neutron.db.ovn_hash_ring_db [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Node c037b9517f055739a3caeed8b8641433 from host "neutron-server-7649d64979-zbgg7" and group "mechanism_driver" added to the Hash Ring 2026-04-20 15:01:48.601 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Hash Ring probing thread for node c037b9517f055739a3caeed8b8641433 has started 2026-04-20 15:01:48.601 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-04-20 15:01:48.628 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] tcp:10.98.210.205:6641: connecting... 2026-04-20 15:01:48.628 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] tcp:10.98.210.205:6641: connected 2026-04-20 15:01:48.635 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-04-20 15:01:48.660 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] tcp:10.110.114.145:6642: connecting... 2026-04-20 15:01:48.661 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-04-20 15:01:48.661 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] tcp:10.110.114.145:6642: connected 2026-04-20 15:01:48.678 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] tcp:10.110.114.145:6642: connecting... 2026-04-20 15:01:48.678 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] tcp:10.110.114.145:6642: connected 2026-04-20 15:01:48.699 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] WorkerService process has finished the post initialization 2026-04-20 15:01:48.700 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-04-20 15:01:48.701 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension 2026-04-20 15:01:48.707 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] WorkerService process has finished the post initialization 2026-04-20 15:01:48.724 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] tcp:10.98.210.205:6641: connecting... 2026-04-20 15:01:48.724 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] tcp:10.98.210.205:6641: connected 2026-04-20 15:01:48.726 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] tcp:10.98.210.205:6641: connecting... 2026-04-20 15:01:48.726 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] tcp:10.98.210.205:6641: connected 2026-04-20 15:01:48.771 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] tcp:10.98.210.205:6641: connecting... 2026-04-20 15:01:48.771 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9c3e337a-698b-44ec-9f4c-2422d610e303 - - - - - -] tcp:10.98.210.205:6641: connected 2026-04-20 15:01:48.772 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] tcp:10.98.210.205:6641: connecting... 2026-04-20 15:01:48.772 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-30f7a550-191b-472b-9bb8-ba7a3a99eab2 - - - - - -] tcp:10.98.210.205:6641: connected WSGI app 0 (mountpoint='') ready in 10 seconds on interpreter 0x7f5c43060668 pid: 7 (default app) WSGI app 0 (mountpoint='') ready in 10 seconds on interpreter 0x7f5c43060668 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-20 15:01:56.363 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1d900f04-a26a-4cf1-99a9-3968c20d0d0d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/4] 199.204.45.38 () {44 vars in 924 bytes} [Mon Apr 20 15:01:55 2026] GET /v2.0/networks/public => generated 108 bytes in 834 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 3/5] 199.204.45.38 () {44 vars in 946 bytes} [Mon Apr 20 15:01:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:01:57.170 8 INFO neutron.db.ovn_revision_numbers_db [None req-d517b8f2-e164-4fdb-8c46-0588ff0f0bf7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ad28faf6-f04b-46e6-9842-a8829227dc51 (type: security_groups) to 1 2026-04-20 15:01:57.197 8 INFO neutron.db.ovn_revision_numbers_db [None req-d517b8f2-e164-4fdb-8c46-0588ff0f0bf7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 0d0af187-69f6-4070-a1ee-ccc310782be8 (type: security_group_rules) to 0 2026-04-20 15:01:57.209 8 INFO neutron.db.ovn_revision_numbers_db [None req-d517b8f2-e164-4fdb-8c46-0588ff0f0bf7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4cc7d5f3-dc71-447a-aaf8-c217d476cdb6 (type: security_group_rules) to 0 2026-04-20 15:01:57.223 8 INFO neutron.db.ovn_revision_numbers_db [None req-d517b8f2-e164-4fdb-8c46-0588ff0f0bf7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 894bfc47-079a-483a-96cf-ea6e2e2f4fa2 (type: security_group_rules) to 0 2026-04-20 15:01:57.236 8 INFO neutron.db.ovn_revision_numbers_db [None req-d517b8f2-e164-4fdb-8c46-0588ff0f0bf7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e7989bdb-8e68-4533-9cac-c099c2f941da (type: security_group_rules) to 0 2026-04-20 15:01:57.310 8 WARNING neutron.services.revisions.revision_plugin [None req-d517b8f2-e164-4fdb-8c46-0588ff0f0bf7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Could not find related network for resource to bump revision. 2026-04-20 15:01:57.331 8 INFO neutron.db.segments_db [None req-d517b8f2-e164-4fdb-8c46-0588ff0f0bf7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Added segment 53040e1f-79fa-40b4-86b5-6decb727def1 of type flat for network 3b6cb35e-6630-4592-9567-d9042fcd536e 2026-04-20 15:01:57.460 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: provnet-53040e1f-79fa-40b4-86b5-6decb727def1 2026-04-20 15:01:57.491 8 INFO neutron.db.ovn_revision_numbers_db [None req-d517b8f2-e164-4fdb-8c46-0588ff0f0bf7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3b6cb35e-6630-4592-9567-d9042fcd536e (type: networks) to 1 2026-04-20 15:01:57.747 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d517b8f2-e164-4fdb-8c46-0588ff0f0bf7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:01:57.749 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d517b8f2-e164-4fdb-8c46-0588ff0f0bf7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:01:57.814 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: 9cf00042-f164-4a33-ab30-1d3bb7d026da 2026-04-20 15:01:58.090 8 INFO neutron.db.ovn_revision_numbers_db [None req-d517b8f2-e164-4fdb-8c46-0588ff0f0bf7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9cf00042-f164-4a33-ab30-1d3bb7d026da (type: ports) to 1 [pid: 8|app: 0|req: 3/6] 199.204.45.38 () {48 vars in 964 bytes} [Mon Apr 20 15:01:56 2026] POST /v2.0/networks => generated 744 bytes in 1384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:01:59.933 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26bb8502-3508-471b-a07c-aa9ccf5dbb64 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/7] 199.204.45.38 () {44 vars in 924 bytes} [Mon Apr 20 15:01:59 2026] GET /v2.0/networks/public => generated 108 bytes in 427 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/8] 199.204.45.38 () {44 vars in 946 bytes} [Mon Apr 20 15:01:59 2026] GET /v2.0/networks?name=public => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:02:00.037 7 INFO neutron.pecan_wsgi.hooks.translation [None req-879d18d7-3c32-4156-99bf-af9f975fcf8f 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/9] 199.204.45.38 () {44 vars in 1031 bytes} [Mon Apr 20 15:02:00 2026] GET /v2.0/subnets/public-subnet?network_id=3b6cb35e-6630-4592-9567-d9042fcd536e => 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: 5/10] 199.204.45.38 () {44 vars in 1054 bytes} [Mon Apr 20 15:02:00 2026] GET /v2.0/subnets?name=public-subnet&network_id=3b6cb35e-6630-4592-9567-d9042fcd536e => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:02:00.601 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e665a38d-d5ad-44f7-b5a6-19341cd292d7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:02:00.603 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e665a38d-d5ad-44f7-b5a6-19341cd292d7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:02:00.603 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-e665a38d-d5ad-44f7-b5a6-19341cd292d7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Starting OVNClientQosExtension 2026-04-20 15:02:00.603 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-e665a38d-d5ad-44f7-b5a6-19341cd292d7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Starting OVNClientPlacementExtension 2026-04-20 15:02:01.401 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a009f0f-c957-4f67-ad04-46541f78cd5c - - - - - -] Successfully bumped revision number for resource 9cf00042-f164-4a33-ab30-1d3bb7d026da (type: ports) to 2 2026-04-20 15:02:01.444 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a009f0f-c957-4f67-ad04-46541f78cd5c - - - - - -] Successfully bumped revision number for resource aff4e102-8837-40bf-813f-af189067c98e (type: subnets) to 0 [pid: 7|app: 0|req: 6/11] 199.204.45.38 () {48 vars in 962 bytes} [Mon Apr 20 15:02:00 2026] POST /v2.0/subnets => generated 664 bytes in 1390 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: 8/15] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:02:34 2026] GET /v2.0/subnets => generated 667 bytes in 72 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: 8/16] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:02:34 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) [pid: 7|app: 0|req: 9/17] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:02:34 2026] GET /v2.0/subnets => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/18] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:02:34 2026] GET /v2.0/ports => generated 1074 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/19] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:02:34 2026] GET /v2.0/agents => generated 1214 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 10/20] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:02:34 2026] GET /v2.0/floatingips => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/21] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:02:34 2026] GET /v2.0/networks => generated 791 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/22] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:02:34 2026] GET /v2.0/security-groups => generated 2917 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/23] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:02:34 2026] GET /v2.0/routers => generated 15 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/24] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:02:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/25] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:02:34 2026] GET /v2.0/network-ip-availabilities => generated 434 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:02:41.354 8 INFO neutron.pecan_wsgi.hooks.translation [None req-74e9bd96-2234-4bc3-bd98-622bd20bc7b0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/26] 199.204.45.38 () {44 vars in 934 bytes} [Mon Apr 20 15:02:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/27] 199.204.45.38 () {44 vars in 956 bytes} [Mon Apr 20 15:02:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:02:41.464 8 INFO neutron.db.segments_db [None req-872244bb-96d4-4a0c-a276-c3634b17fcde 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Added segment 07d0eab0-d9dc-4f6f-a9e4-e4316ccb18e9 of type geneve for network fd469b74-fbfa-440f-8042-60403453eb23 2026-04-20 15:02:41.578 8 INFO neutron.db.ovn_revision_numbers_db [None req-872244bb-96d4-4a0c-a276-c3634b17fcde 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fd469b74-fbfa-440f-8042-60403453eb23 (type: networks) to 1 2026-04-20 15:02:41.746 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-872244bb-96d4-4a0c-a276-c3634b17fcde 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:02:41.747 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-872244bb-96d4-4a0c-a276-c3634b17fcde 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network fd469b74-fbfa-440f-8042-60403453eb23: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:02:41.797 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f3430ab8-ffa3-45be-b417-a7f7121876f3 - - - - - -] OVN reports status down for port: e5f52550-37f4-4fe3-a4b9-7a682cfdf09c 2026-04-20 15:02:41.849 8 INFO neutron.db.ovn_revision_numbers_db [None req-872244bb-96d4-4a0c-a276-c3634b17fcde 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e5f52550-37f4-4fe3-a4b9-7a682cfdf09c (type: ports) to 1 [pid: 8|app: 0|req: 14/28] 199.204.45.38 () {48 vars in 963 bytes} [Mon Apr 20 15:02:41 2026] POST /v2.0/networks => generated 729 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:02:43.140 7 INFO neutron.pecan_wsgi.hooks.translation [None req-312a15a9-cf3b-451f-9843-a5757f119a44 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/29] 199.204.45.38 () {44 vars in 934 bytes} [Mon Apr 20 15:02:43 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/30] 199.204.45.38 () {44 vars in 956 bytes} [Mon Apr 20 15:02:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 738 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:02:43.218 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbf7e7f5-000d-4a14-be89-b574e0afd0eb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/31] 199.204.45.38 () {44 vars in 1033 bytes} [Mon Apr 20 15:02:43 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=fd469b74-fbfa-440f-8042-60403453eb23 => generated 114 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/32] 199.204.45.38 () {44 vars in 1056 bytes} [Mon Apr 20 15:02:43 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=fd469b74-fbfa-440f-8042-60403453eb23 => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:02:43.385 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c4917dda-bd96-4d77-b450-86240945e2d3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:02:43.386 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c4917dda-bd96-4d77-b450-86240945e2d3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network fd469b74-fbfa-440f-8042-60403453eb23: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:02:43.835 7 INFO neutron.db.ovn_revision_numbers_db [None req-2cbeb165-1a83-4a03-9e13-74f0b2818b5a - - - - - -] Successfully bumped revision number for resource e5f52550-37f4-4fe3-a4b9-7a682cfdf09c (type: ports) to 2 2026-04-20 15:02:43.873 7 INFO neutron.db.ovn_revision_numbers_db [None req-2cbeb165-1a83-4a03-9e13-74f0b2818b5a - - - - - -] Successfully bumped revision number for resource 30880136-04d7-424c-a3c2-48c6a6b29aee (type: subnets) to 0 [pid: 7|app: 0|req: 17/33] 199.204.45.38 () {48 vars in 962 bytes} [Mon Apr 20 15:02:43 2026] POST /v2.0/subnets => generated 651 bytes in 648 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:02:45.077 8 INFO neutron.api.v2.resource [None req-c9e97d10-1913-4edb-9475-e174d0a85e1d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 17/34] 199.204.45.38 () {44 vars in 968 bytes} [Mon Apr 20 15:02:45 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 18/35] 199.204.45.38 () {44 vars in 990 bytes} [Mon Apr 20 15:02:45 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:02:45.245 8 INFO neutron.db.ovn_revision_numbers_db [None req-36fffe5d-4591-4353-8023-93a5972b8777 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 080d27fc-9306-4412-b546-da3169b4e57f (type: security_groups) to 1 2026-04-20 15:02:45.259 8 INFO neutron.db.ovn_revision_numbers_db [None req-36fffe5d-4591-4353-8023-93a5972b8777 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 12e878e7-d668-4bc8-ac65-7af145a64788 (type: security_group_rules) to 0 2026-04-20 15:02:45.275 8 INFO neutron.db.ovn_revision_numbers_db [None req-36fffe5d-4591-4353-8023-93a5972b8777 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fa69d0b7-d079-4992-b507-ec14118621d6 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 18/36] 199.204.45.38 () {48 vars in 977 bytes} [Mon Apr 20 15:02:45 2026] POST /v2.0/security-groups => generated 1616 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 19/39] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:46 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 1616 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 21/40] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:46 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 20/41] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:46 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:02:46.697 8 INFO neutron.db.ovn_revision_numbers_db [None req-b7a7c118-83df-4c47-9318-9a0bf20719ac 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 8ffea8de-a589-4554-a724-4ec67beb82f1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 22/42] 199.204.45.38 () {48 vars in 988 bytes} [Mon Apr 20 15:02:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 21/43] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:47 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 2230 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 23/44] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:47 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 2230 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 22/45] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:47 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:02:47.965 8 INFO neutron.db.ovn_revision_numbers_db [None req-6fc0d9ff-4fba-4432-bcd8-6e02b3538e84 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 960588a3-d637-4e22-b093-a91bae4b7a46 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 24/46] 199.204.45.38 () {48 vars in 988 bytes} [Mon Apr 20 15:02:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/47] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:48 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 2846 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/48] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:49 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/49] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:49 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:02:49.302 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1e6203d-adb6-455f-ac40-bd8062207a04 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c0230539-de4c-42b3-bdb3-fd38108f47d6 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 26/50] 199.204.45.38 () {48 vars in 988 bytes} [Mon Apr 20 15:02:49 2026] POST /v2.0/security-group-rules => generated 603 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/51] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:50 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 3462 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/52] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:50 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/53] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:50 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 3462 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:02:50.679 8 INFO neutron.db.ovn_revision_numbers_db [None req-2aa887c1-1c33-4470-a423-d57741f0897c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ea31e24c-19c5-41c5-acba-63ade7fd5099 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 28/54] 199.204.45.38 () {48 vars in 988 bytes} [Mon Apr 20 15:02:50 2026] POST /v2.0/security-group-rules => generated 603 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/55] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:52 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 4078 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/56] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:52 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 4078 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/57] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:52 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 4078 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:02:52.446 8 INFO neutron.db.ovn_revision_numbers_db [None req-de89b601-8bec-490c-9b7c-6a286310afc5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 181c2d6b-6806-4b2d-b94b-a02f89743c39 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 30/58] 199.204.45.38 () {48 vars in 988 bytes} [Mon Apr 20 15:02:52 2026] POST /v2.0/security-group-rules => generated 603 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/59] 199.204.45.38 () {44 vars in 984 bytes} [Mon Apr 20 15:02:53 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23 => generated 773 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:02:53.874 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a66009f-ad94-451a-8ef5-e5fd8e81bcb6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/60] 199.204.45.38 () {44 vars in 1073 bytes} [Mon Apr 20 15:02:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=fd469b74-fbfa-440f-8042-60403453eb23 => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/61] 199.204.45.38 () {44 vars in 1096 bytes} [Mon Apr 20 15:02:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=fd469b74-fbfa-440f-8042-60403453eb23 => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/62] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:02:53 2026] GET /v2.0/security-groups/080d27fc-9306-4412-b546-da3169b4e57f => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:02:54.259 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e43a95ee-fb17-4691-9d74-f682a01eeefd 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:02:54.260 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e43a95ee-fb17-4691-9d74-f682a01eeefd 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network fd469b74-fbfa-440f-8042-60403453eb23: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:02:54.365 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f3430ab8-ffa3-45be-b417-a7f7121876f3 - - - - - -] OVN reports status down for port: 79ee902e-9f6d-4e35-8bd6-0c3f5f4f8041 2026-04-20 15:02:54.412 7 INFO neutron.db.ovn_revision_numbers_db [None req-e43a95ee-fb17-4691-9d74-f682a01eeefd 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 79ee902e-9f6d-4e35-8bd6-0c3f5f4f8041 (type: ports) to 1 [pid: 7|app: 0|req: 31/63] 199.204.45.38 () {48 vars in 958 bytes} [Mon Apr 20 15:02:53 2026] POST /v2.0/ports => generated 1100 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/64] 199.204.45.38 () {44 vars in 972 bytes} [Mon Apr 20 15:02:59 2026] GET /v2.0/quotas/0a928c759b3b46e29aa9cc9357427c24 => generated 292 bytes in 18 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: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 32/65] 199.204.45.38 () {48 vars in 1024 bytes} [Mon Apr 20 15:02:59 2026] PUT /v2.0/quotas/0a928c759b3b46e29aa9cc9357427c24 => generated 291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:03:03.818 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14eaa48d-070a-4df6-9aea-5629f55595b6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/68] 199.204.45.38 () {44 vars in 976 bytes} [Mon Apr 20 15:03:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/69] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:03:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:03:04.636 8 INFO neutron.db.ovn_revision_numbers_db [None req-1119322c-bcbd-472b-bc32-cad806fecd97 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 79ee902e-9f6d-4e35-8bd6-0c3f5f4f8041 (type: ports) to 4 [pid: 8|app: 0|req: 36/70] 199.204.45.38 () {48 vars in 1028 bytes} [Mon Apr 20 15:03:03 2026] PUT /v2.0/ports/79ee902e-9f6d-4e35-8bd6-0c3f5f4f8041 => generated 1218 bytes in 736 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/71] 199.204.45.38 () {44 vars in 917 bytes} [Mon Apr 20 15:03:06 2026] GET /v2.0/ports => generated 3335 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:03:07.510 8 INFO neutron.api.v2.resource [None req-af4cdecf-9658-4ce9-8c19-56a5e35e7def 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/72] 199.204.45.38 () {44 vars in 956 bytes} [Mon Apr 20 15:03:07 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/73] 199.204.45.38 () {44 vars in 978 bytes} [Mon Apr 20 15:03:07 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:03:07.704 8 INFO neutron.db.ovn_revision_numbers_db [None req-220281f9-e0a0-4a30-a64e-9cbe331094f0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 71f16945-2479-4cb9-b424-5ef853ba8c47 (type: security_groups) to 1 2026-04-20 15:03:07.714 8 INFO neutron.db.ovn_revision_numbers_db [None req-220281f9-e0a0-4a30-a64e-9cbe331094f0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5455523e-e90f-4726-859d-2592cf27d0d2 (type: security_group_rules) to 0 2026-04-20 15:03:07.723 8 INFO neutron.db.ovn_revision_numbers_db [None req-220281f9-e0a0-4a30-a64e-9cbe331094f0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 82b7c0e0-09a4-41f9-a317-a05b0db150f4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 38/74] 199.204.45.38 () {48 vars in 977 bytes} [Mon Apr 20 15:03:07 2026] POST /v2.0/security-groups => generated 1610 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/75] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:03:08 2026] GET /v2.0/security-groups/71f16945-2479-4cb9-b424-5ef853ba8c47 => generated 1610 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/76] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:03:08 2026] GET /v2.0/security-groups/71f16945-2479-4cb9-b424-5ef853ba8c47 => generated 1610 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/77] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:03:08 2026] GET /v2.0/security-groups/71f16945-2479-4cb9-b424-5ef853ba8c47 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:03:09.098 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f415788-21b8-491f-a155-a41f5d2cee99 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource edaa0fb5-97eb-4e2d-9ef5-99e24126f1f0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 40/78] 199.204.45.38 () {48 vars in 988 bytes} [Mon Apr 20 15:03:08 2026] POST /v2.0/security-group-rules => generated 623 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/79] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:03:10 2026] GET /v2.0/security-groups/71f16945-2479-4cb9-b424-5ef853ba8c47 => generated 2246 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/80] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:03:10 2026] GET /v2.0/security-groups/71f16945-2479-4cb9-b424-5ef853ba8c47 => generated 2246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/81] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:03:10 2026] GET /v2.0/security-groups/71f16945-2479-4cb9-b424-5ef853ba8c47 => generated 2246 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:03:10.424 8 INFO neutron.db.ovn_revision_numbers_db [None req-84e8edb1-7f07-481d-8a77-b446273113c2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 8d51b78b-9e36-4572-b28e-d0c41c29bae3 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 42/82] 199.204.45.38 () {48 vars in 988 bytes} [Mon Apr 20 15:03:10 2026] POST /v2.0/security-group-rules => generated 627 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:03:12.840 7 INFO neutron.api.v2.resource [None req-3a46e117-072e-426d-9f72-4c44cf8432a4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/83] 199.204.45.38 () {44 vars in 1071 bytes} [Mon Apr 20 15:03:12 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=789b576e51044b1da826f9001f0ea526 => generated 139 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:03:12.991 8 INFO neutron.db.ovn_revision_numbers_db [None req-a2bb59ca-1cce-48ce-afcd-2f49b77eb358 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7d818b2d-d4b7-4adb-8cd9-5548403975be (type: security_groups) to 1 2026-04-20 15:03:13.024 8 INFO neutron.db.ovn_revision_numbers_db [None req-a2bb59ca-1cce-48ce-afcd-2f49b77eb358 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 29988c5a-c272-417c-9782-f843952a684d (type: security_group_rules) to 0 2026-04-20 15:03:13.067 8 INFO neutron.db.ovn_revision_numbers_db [None req-a2bb59ca-1cce-48ce-afcd-2f49b77eb358 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 30d73ac5-7425-4777-998f-07bb4ccbdb00 (type: security_group_rules) to 0 2026-04-20 15:03:13.090 8 INFO neutron.db.ovn_revision_numbers_db [None req-a2bb59ca-1cce-48ce-afcd-2f49b77eb358 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource bed48cd2-aed0-4c44-b167-fa3b0ae6b2f9 (type: security_group_rules) to 0 2026-04-20 15:03:13.116 8 INFO neutron.db.ovn_revision_numbers_db [None req-a2bb59ca-1cce-48ce-afcd-2f49b77eb358 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c3aeeccc-0223-4329-91a8-f31c50b29e7c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 43/84] 199.204.45.38 () {44 vars in 1094 bytes} [Mon Apr 20 15:03:12 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=789b576e51044b1da826f9001f0ea526 => generated 23 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:03:13.374 7 INFO neutron.db.ovn_revision_numbers_db [None req-0dd1d58a-1ba0-471b-a9f7-b2282d5bdfee 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e4258780-8e31-4919-9077-4293bc56f816 (type: security_groups) to 1 2026-04-20 15:03:13.392 7 INFO neutron.db.ovn_revision_numbers_db [None req-0dd1d58a-1ba0-471b-a9f7-b2282d5bdfee 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 36dd9084-66bc-4bb8-a9c0-e3d93f0d3db6 (type: security_group_rules) to 0 2026-04-20 15:03:13.405 7 INFO neutron.db.ovn_revision_numbers_db [None req-0dd1d58a-1ba0-471b-a9f7-b2282d5bdfee 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 45723687-97b5-4f47-b477-3ab96ad9e4bd (type: security_group_rules) to 0 [pid: 7|app: 0|req: 42/85] 199.204.45.38 () {48 vars in 978 bytes} [Mon Apr 20 15:03:13 2026] POST /v2.0/security-groups => generated 1624 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/86] 199.204.45.38 () {44 vars in 1085 bytes} [Mon Apr 20 15:03:14 2026] GET /v2.0/security-groups/e4258780-8e31-4919-9077-4293bc56f816?project_id=789b576e51044b1da826f9001f0ea526 => generated 1624 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/87] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:03:14 2026] GET /v2.0/security-groups/e4258780-8e31-4919-9077-4293bc56f816 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/88] 199.204.45.38 () {44 vars in 1085 bytes} [Mon Apr 20 15:03:14 2026] GET /v2.0/security-groups/e4258780-8e31-4919-9077-4293bc56f816?project_id=789b576e51044b1da826f9001f0ea526 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:03:15.014 7 INFO neutron.db.ovn_revision_numbers_db [None req-9d956f40-0f56-4fc9-b1e0-cec4b8085abb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a2b8d9f5-a771-441a-9897-655941df4185 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 44/89] 199.204.45.38 () {48 vars in 988 bytes} [Mon Apr 20 15:03:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/90] 199.204.45.38 () {44 vars in 1085 bytes} [Mon Apr 20 15:03:16 2026] GET /v2.0/security-groups/e4258780-8e31-4919-9077-4293bc56f816?project_id=789b576e51044b1da826f9001f0ea526 => generated 2234 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/91] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:03:16 2026] GET /v2.0/security-groups/e4258780-8e31-4919-9077-4293bc56f816 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/92] 199.204.45.38 () {44 vars in 1085 bytes} [Mon Apr 20 15:03:16 2026] GET /v2.0/security-groups/e4258780-8e31-4919-9077-4293bc56f816?project_id=789b576e51044b1da826f9001f0ea526 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:03:16.413 7 INFO neutron.db.ovn_revision_numbers_db [None req-03de8277-4a09-49aa-9c6f-f21c46501731 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 22ad28f0-a410-48c4-bb46-4043fcc0698e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 46/93] 199.204.45.38 () {48 vars in 988 bytes} [Mon Apr 20 15:03:16 2026] POST /v2.0/security-group-rules => generated 599 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.204.45.38 () {44 vars in 1085 bytes} [Mon Apr 20 15:03:17 2026] GET /v2.0/security-groups/e4258780-8e31-4919-9077-4293bc56f816?project_id=789b576e51044b1da826f9001f0ea526 => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/97] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:03:17 2026] GET /v2.0/security-groups/e4258780-8e31-4919-9077-4293bc56f816 => generated 2846 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/98] 199.204.45.38 () {44 vars in 1085 bytes} [Mon Apr 20 15:03:17 2026] GET /v2.0/security-groups/e4258780-8e31-4919-9077-4293bc56f816?project_id=789b576e51044b1da826f9001f0ea526 => generated 2846 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:03:17.738 7 INFO neutron.db.ovn_revision_numbers_db [None req-9f77fa34-4fab-4b03-9552-dd456b461e6f 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f8c43d84-9d92-44fc-91ca-4e7d5ba55208 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 49/99] 199.204.45.38 () {48 vars in 988 bytes} [Mon Apr 20 15:03:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/100] 199.204.45.38 () {44 vars in 1085 bytes} [Mon Apr 20 15:03:18 2026] GET /v2.0/security-groups/e4258780-8e31-4919-9077-4293bc56f816?project_id=789b576e51044b1da826f9001f0ea526 => generated 3460 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/101] 199.204.45.38 () {44 vars in 998 bytes} [Mon Apr 20 15:03:18 2026] GET /v2.0/security-groups/e4258780-8e31-4919-9077-4293bc56f816 => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/102] 199.204.45.38 () {44 vars in 1085 bytes} [Mon Apr 20 15:03:19 2026] GET /v2.0/security-groups/e4258780-8e31-4919-9077-4293bc56f816?project_id=789b576e51044b1da826f9001f0ea526 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:03:19.212 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ea579f3-e970-42e9-bd18-2de736ce546d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5de66bbe-c5cc-4074-b902-1b6fde9f7525 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 51/103] 199.204.45.38 () {48 vars in 988 bytes} [Mon Apr 20 15:03:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 169 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: 53/106] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:03:34 2026] GET /v2.0/security-groups => generated 17401 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 54/107] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:03:34 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/108] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:03:34 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/109] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:03:34 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/110] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:03:34 2026] GET /v2.0/floatingips => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:03:34 2026] GET /v2.0/agents => generated 1214 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:03:34 2026] GET /v2.0/network-ip-availabilities => generated 846 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:03:34 2026] GET /v2.0/ports => generated 3335 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:03:34 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:03:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:03:34 2026] GET /v2.0/networks => generated 1553 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/125] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:04:34 2026] GET /v2.0/security-groups => generated 17401 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/126] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:04:34 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/127] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:04:34 2026] GET /v2.0/routers => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/128] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:04:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/129] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:04:34 2026] GET /v2.0/agents => generated 1214 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/130] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:04:34 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/131] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:04:34 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) [pid: 7|app: 0|req: 66/132] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:04:34 2026] GET /v2.0/networks => generated 1553 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/133] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:04:34 2026] GET /v2.0/network-ip-availabilities => generated 846 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/134] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:04:34 2026] GET /v2.0/ports => generated 3335 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/135] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:04:34 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:05:34.380 7 WARNING keystonemiddleware.audit [None req-d1660958-f1e3-4424-b7ab-a8bac8591f51 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 72/144] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:05:34 2026] GET /v2.0/floatingips => generated 19 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:05:34.403 8 WARNING keystonemiddleware.audit [None req-ecc39ea8-35a9-4192-a9bb-0446c6d1eef7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 73/145] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:05:34 2026] GET /v2.0/network-ip-availabilities => generated 846 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:05:34.419 7 WARNING keystonemiddleware.audit [None req-87dc7e95-1705-4f46-9d4c-3cbc8c971acc 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 73/146] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:05:34 2026] GET /v2.0/networks => generated 1553 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:05:34.478 8 WARNING keystonemiddleware.audit [None req-61ab4007-1b01-4ac7-af15-6023b8e06c69 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 74/147] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:05:34 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:05:34.512 7 WARNING keystonemiddleware.audit [None req-13ae0ad8-c501-467a-9247-5eb274fdbaef 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 74/148] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:05:34 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:05:34.534 8 WARNING keystonemiddleware.audit [None req-18d153d0-294b-42c9-a62d-f6a16a648eba 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 75/149] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:05:34 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-20 15:05:34.587 7 WARNING keystonemiddleware.audit [None req-5d38338e-8ada-4a1c-ac0d-e8f984b46989 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 75/150] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:05:34 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:05:34.628 8 WARNING keystonemiddleware.audit [None req-f33720a1-ade1-4e8a-ab76-13a68abad0d4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 76/151] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:05:34 2026] GET /v2.0/ports => generated 3335 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:05:34.684 7 WARNING keystonemiddleware.audit [None req-2cd37ae0-33f1-4bab-9e1e-c07c09ffc9dd 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 76/152] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:05:34 2026] GET /v2.0/routers => generated 15 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:05:34.722 8 WARNING keystonemiddleware.audit [None req-ddf7e813-f032-48a1-89f4-405bbf5f8150 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 77/153] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:05:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:05:34.781 7 WARNING keystonemiddleware.audit [None req-83ac6358-1e51-4ab8-a9f3-eec69fcf35dc 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 77/154] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:05:34 2026] GET /v2.0/agents => generated 1214 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/155] 199.204.45.38 () {30 vars in 739 bytes} [Mon Apr 20 15:05:45 2026] GET /v2.0/networks?tenant_id=789b576e51044b1da826f9001f0ea526&shared=False => generated 15 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:05:45.261 7 INFO neutron.db.segments_db [None req-240a6ab8-fa75-4535-b68e-0f10a5b1fd66 79c23a9328d04494a133f9d27aee0004 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Added segment bf78bc76-d63e-412d-b56e-63616353b4c5 of type geneve for network 55aacc8b-105f-4de9-80e2-e3d00d012fe3 2026-04-20 15:05:45.392 7 INFO neutron.db.ovn_revision_numbers_db [None req-240a6ab8-fa75-4535-b68e-0f10a5b1fd66 79c23a9328d04494a133f9d27aee0004 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 55aacc8b-105f-4de9-80e2-e3d00d012fe3 (type: networks) to 1 2026-04-20 15:05:45.591 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-240a6ab8-fa75-4535-b68e-0f10a5b1fd66 79c23a9328d04494a133f9d27aee0004 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] No more DHCP agents 2026-04-20 15:05:45.593 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-240a6ab8-fa75-4535-b68e-0f10a5b1fd66 79c23a9328d04494a133f9d27aee0004 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Unable to schedule network 55aacc8b-105f-4de9-80e2-e3d00d012fe3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:05:45.655 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] OVN reports status down for port: a9844592-12b3-4a01-8e42-963eba59c3df 2026-04-20 15:05:45.716 7 INFO neutron.db.ovn_revision_numbers_db [None req-240a6ab8-fa75-4535-b68e-0f10a5b1fd66 79c23a9328d04494a133f9d27aee0004 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource a9844592-12b3-4a01-8e42-963eba59c3df (type: ports) to 1 [pid: 7|app: 0|req: 78/156] 199.204.45.38 () {34 vars in 681 bytes} [Mon Apr 20 15:05:45 2026] POST /v2.0/networks => generated 740 bytes in 615 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/157] 199.204.45.38 () {30 vars in 721 bytes} [Mon Apr 20 15:05:45 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 79/158] 199.204.45.38 () {30 vars in 632 bytes} [Mon Apr 20 15:05:45 2026] GET /v2.0/extensions => generated 20541 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-20 15:05:46.133 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9d0b241d-d318-4177-9c85-4574dd83541f 79c23a9328d04494a133f9d27aee0004 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] No more DHCP agents 2026-04-20 15:05:46.134 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9d0b241d-d318-4177-9c85-4574dd83541f 79c23a9328d04494a133f9d27aee0004 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Unable to schedule network 55aacc8b-105f-4de9-80e2-e3d00d012fe3: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:05:46.182 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f3430ab8-ffa3-45be-b417-a7f7121876f3 - - - - - -] OVN reports status down for port: a377c866-7493-416f-b11e-f1ef59e0d468 2026-04-20 15:05:46.238 8 INFO neutron.db.ovn_revision_numbers_db [None req-9d0b241d-d318-4177-9c85-4574dd83541f 79c23a9328d04494a133f9d27aee0004 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource a377c866-7493-416f-b11e-f1ef59e0d468 (type: ports) to 1 2026-04-20 15:05:46.476 8 INFO neutron.db.ovn_revision_numbers_db [None req-9d0b241d-d318-4177-9c85-4574dd83541f 79c23a9328d04494a133f9d27aee0004 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource a377c866-7493-416f-b11e-f1ef59e0d468 (type: ports) to 3 [pid: 8|app: 0|req: 80/161] 199.204.45.38 () {34 vars in 676 bytes} [Mon Apr 20 15:05:45 2026] POST /v2.0/ports => generated 968 bytes in 632 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 82/162] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:05:46 2026] GET /v2.0/networks/55aacc8b-105f-4de9-80e2-e3d00d012fe3 => generated 746 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:05:47.307 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f3430ab8-ffa3-45be-b417-a7f7121876f3 - - - - - -] OVN reports status up for port: a377c866-7493-416f-b11e-f1ef59e0d468 2026-04-20 15:05:47.319 8 INFO neutron.plugins.ml2.plugin [None req-f3430ab8-ffa3-45be-b417-a7f7121876f3 - - - - - -] Attempt 1 to provision port a377c866-7493-416f-b11e-f1ef59e0d468 2026-04-20 15:05:47.530 8 INFO neutron.db.ovn_revision_numbers_db [None req-f3430ab8-ffa3-45be-b417-a7f7121876f3 - - - - - -] Successfully bumped revision number for resource a377c866-7493-416f-b11e-f1ef59e0d468 (type: ports) to 4 [pid: 8|app: 0|req: 81/163] 199.204.45.38 () {30 vars in 721 bytes} [Mon Apr 20 15:05:48 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 83/164] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:05:48 2026] GET /v2.0/networks/55aacc8b-105f-4de9-80e2-e3d00d012fe3 => generated 746 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:134: UserWarning: "--check-limit" parameter is no longer needed since Epoxy (2025.1) release. By default, Neutron quota engine checks the resource usage before updating the limits warnings.warn('"--check-limit" parameter is no longer needed ' [pid: 7|app: 0|req: 86/169] 199.204.45.38 () {48 vars in 1022 bytes} [Mon Apr 20 15:06:21 2026] PUT /v2.0/quotas/789b576e51044b1da826f9001f0ea526 => generated 291 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 88/172] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:06:34 2026] GET /v2.0/ports => generated 5173 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 85/173] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:06:34 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 89/174] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:06:34 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 86/175] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:06:34 2026] GET /v2.0/security-groups => generated 17401 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 90/176] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:06:34 2026] GET /v2.0/agents => generated 1214 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 87/177] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:06:34 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 91/178] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:06:34 2026] GET /v2.0/floatingips => 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: 88/179] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:06:34 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 92/180] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:06:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 89/181] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:06:34 2026] GET /v2.0/networks => generated 2288 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 93/182] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:06:34 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) 2026-04-20 15:06:40.194 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c9f4902-18e1-4196-990f-ce3e942b9925 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 90/183] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:06:40 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 94/184] 199.204.45.38 () {30 vars in 762 bytes} [Mon Apr 20 15:06:40 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1221 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:06:42.380 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2696395-2e66-4806-b08f-bc4a62f760c0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 91/185] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:06:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => 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: 95/186] 199.204.45.38 () {30 vars in 762 bytes} [Mon Apr 20 15:06:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1221 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:06:43.555 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fe938f89-5ab6-4e43-bb39-c4302d6cfdd3 - - - - - -] OVN reports status up for port: 79ee902e-9f6d-4e35-8bd6-0c3f5f4f8041 2026-04-20 15:06:43.568 8 INFO neutron.plugins.ml2.plugin [None req-fe938f89-5ab6-4e43-bb39-c4302d6cfdd3 - - - - - -] Attempt 1 to provision port 79ee902e-9f6d-4e35-8bd6-0c3f5f4f8041 2026-04-20 15:06:43.783 8 INFO neutron.db.ovn_revision_numbers_db [None req-fe938f89-5ab6-4e43-bb39-c4302d6cfdd3 - - - - - -] Successfully bumped revision number for resource 79ee902e-9f6d-4e35-8bd6-0c3f5f4f8041 (type: ports) to 5 /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: 95/193] 199.204.45.38 () {44 vars in 946 bytes} [Mon Apr 20 15:07:27 2026] GET /v2.0/networks?name=public => generated 791 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/196] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:07:34 2026] GET /v2.0/ports => generated 5175 bytes in 99 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: 97/197] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:07:34 2026] GET /v2.0/networks => generated 2288 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/198] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:07:34 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/199] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:07:34 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/200] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:07:34 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/201] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:07:34 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/202] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:07:34 2026] GET /v2.0/floatingips => 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: 100/203] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:07:34 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/204] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:07:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/205] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:07:34 2026] GET /v2.0/agents => generated 1214 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/206] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:07:34 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/211] 10.0.0.154 () {32 vars in 649 bytes} [Mon Apr 20 15:08:03 2026] GET /v2.0/networks => generated 2288 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/212] 10.0.0.154 () {32 vars in 655 bytes} [Mon Apr 20 15:08:05 2026] GET /v2.0/floatingips => 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: 109/213] 10.0.0.154 () {32 vars in 647 bytes} [Mon Apr 20 15:08:05 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/214] 10.0.0.154 () {32 vars in 643 bytes} [Mon Apr 20 15:08:05 2026] GET /v2.0/ports => generated 5175 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/215] 10.0.0.154 () {32 vars in 647 bytes} [Mon Apr 20 15:08:05 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/216] 10.0.0.154 () {32 vars in 649 bytes} [Mon Apr 20 15:08:05 2026] GET /v2.0/networks => generated 2288 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/217] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:08:05 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/218] 10.0.0.154 () {32 vars in 655 bytes} [Mon Apr 20 15:08:05 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:17.010 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a4747a6-441e-4bff-9ff4-c2612aa2c2aa 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 02ecbcba-6025-4c0c-810e-237d3eff861c (type: security_groups) to 1 2026-04-20 15:08:17.025 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a4747a6-441e-4bff-9ff4-c2612aa2c2aa 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 065b92c4-d6d8-410f-9f1e-f41f1f0bf920 (type: security_group_rules) to 0 2026-04-20 15:08:17.048 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a4747a6-441e-4bff-9ff4-c2612aa2c2aa 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 85ad56fc-185e-4b02-870d-f1bcfbd8827f (type: security_group_rules) to 0 2026-04-20 15:08:17.072 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a4747a6-441e-4bff-9ff4-c2612aa2c2aa 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c1cccc59-08c9-4847-a997-a373c24a1019 (type: security_group_rules) to 0 2026-04-20 15:08:17.086 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a4747a6-441e-4bff-9ff4-c2612aa2c2aa 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ff54a2cd-461c-4fdf-b3a3-060570241e91 (type: security_group_rules) to 0 2026-04-20 15:08:17.210 8 INFO neutron.db.segments_db [None req-1a4747a6-441e-4bff-9ff4-c2612aa2c2aa 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Added segment 75b9b9b1-412d-4035-b408-d90258f12670 of type geneve for network 6839d59d-8e14-4ddb-b6a6-4457fa6a9081 2026-04-20 15:08:17.303 7 INFO neutron.db.ovn_revision_numbers_db [None req-9346e761-c2c2-4e31-bd80-6f34b5577446 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 1866d271-3669-4063-bb81-dbb2d56b02fd (type: security_groups) to 1 2026-04-20 15:08:17.318 7 INFO neutron.db.ovn_revision_numbers_db [None req-9346e761-c2c2-4e31-bd80-6f34b5577446 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7e380153-1ee0-438c-a6f5-4fc3d5e0fee6 (type: security_group_rules) to 0 2026-04-20 15:08:17.333 7 INFO neutron.db.ovn_revision_numbers_db [None req-9346e761-c2c2-4e31-bd80-6f34b5577446 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 94bf5c8c-0e23-4564-bffe-d5ae82348c8c (type: security_group_rules) to 0 2026-04-20 15:08:17.336 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a4747a6-441e-4bff-9ff4-c2612aa2c2aa 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6839d59d-8e14-4ddb-b6a6-4457fa6a9081 (type: networks) to 1 2026-04-20 15:08:17.345 7 INFO neutron.db.ovn_revision_numbers_db [None req-9346e761-c2c2-4e31-bd80-6f34b5577446 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a50068d0-7fb2-419c-bade-49f1fd2c5fa1 (type: security_group_rules) to 0 2026-04-20 15:08:17.358 7 INFO neutron.db.ovn_revision_numbers_db [None req-9346e761-c2c2-4e31-bd80-6f34b5577446 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c955592c-ac4e-42c4-a3eb-b1473de064f1 (type: security_group_rules) to 0 2026-04-20 15:08:17.435 7 INFO neutron.db.segments_db [None req-9346e761-c2c2-4e31-bd80-6f34b5577446 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Added segment 68257082-be2e-4bd5-a740-b7627306ef02 of type geneve for network dedb1ed4-c1b6-4747-a7f2-bece71ae2334 2026-04-20 15:08:17.495 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1a4747a6-441e-4bff-9ff4-c2612aa2c2aa 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:17.497 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1a4747a6-441e-4bff-9ff4-c2612aa2c2aa 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 6839d59d-8e14-4ddb-b6a6-4457fa6a9081: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:17.536 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] OVN reports status down for port: 4bff3201-be67-4c37-acb1-9e5991fca2e3 2026-04-20 15:08:17.579 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a4747a6-441e-4bff-9ff4-c2612aa2c2aa 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4bff3201-be67-4c37-acb1-9e5991fca2e3 (type: ports) to 1 2026-04-20 15:08:17.586 7 INFO neutron.db.ovn_revision_numbers_db [None req-9346e761-c2c2-4e31-bd80-6f34b5577446 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource dedb1ed4-c1b6-4747-a7f2-bece71ae2334 (type: networks) to 1 [pid: 8|app: 0|req: 109/221] 10.0.0.154 () {34 vars in 671 bytes} [Mon Apr 20 15:08:16 2026] POST /v2.0/networks => generated 770 bytes in 980 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:17.778 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9346e761-c2c2-4e31-bd80-6f34b5577446 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:17.781 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9346e761-c2c2-4e31-bd80-6f34b5577446 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network dedb1ed4-c1b6-4747-a7f2-bece71ae2334: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:17.782 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-15bbdd84-89d2-4cbf-8a59-c744c58d7178 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:17.783 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-15bbdd84-89d2-4cbf-8a59-c744c58d7178 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 6839d59d-8e14-4ddb-b6a6-4457fa6a9081: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:17.825 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] OVN reports status down for port: db0b9af0-8efe-48cb-8f6d-3619e77c0594 2026-04-20 15:08:17.887 7 INFO neutron.db.ovn_revision_numbers_db [None req-9346e761-c2c2-4e31-bd80-6f34b5577446 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource db0b9af0-8efe-48cb-8f6d-3619e77c0594 (type: ports) to 1 [pid: 7|app: 0|req: 113/222] 10.0.0.154 () {34 vars in 671 bytes} [Mon Apr 20 15:08:16 2026] POST /v2.0/networks => generated 770 bytes in 1073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:18.179 7 INFO neutron.db.ovn_revision_numbers_db [None req-4496cf61-5e84-47af-8e84-61ea8f11fcc0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 26eea289-a384-4ea7-b95e-9b3182a94445 (type: security_groups) to 1 2026-04-20 15:08:18.196 7 INFO neutron.db.ovn_revision_numbers_db [None req-4496cf61-5e84-47af-8e84-61ea8f11fcc0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3752bdd9-755f-4aed-b8b4-2914cef527a8 (type: security_group_rules) to 0 2026-04-20 15:08:18.210 7 INFO neutron.db.ovn_revision_numbers_db [None req-4496cf61-5e84-47af-8e84-61ea8f11fcc0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 58e01a51-2131-4f33-88a5-a85afbd0b0c7 (type: security_group_rules) to 0 2026-04-20 15:08:18.224 7 INFO neutron.db.ovn_revision_numbers_db [None req-4496cf61-5e84-47af-8e84-61ea8f11fcc0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5a34683e-c2a2-4ca0-9f84-78b5f32add70 (type: security_group_rules) to 0 2026-04-20 15:08:18.235 7 INFO neutron.db.ovn_revision_numbers_db [None req-4496cf61-5e84-47af-8e84-61ea8f11fcc0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c553463f-fe89-4b1f-b2c3-de963c5cd3b4 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 114/223] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:17 2026] GET /v2.0/security-groups?tenant_id=d032594a78be4a3fb3c2b1628694e6e6&name=default => generated 2921 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:18.430 7 INFO neutron.db.ovn_revision_numbers_db [None req-cd06d8f9-4e9b-4682-8bb5-b4558506a2e9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 652ee333-b17f-4332-a3a4-20f7e9a85424 (type: security_groups) to 1 2026-04-20 15:08:18.444 7 INFO neutron.db.ovn_revision_numbers_db [None req-cd06d8f9-4e9b-4682-8bb5-b4558506a2e9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 247e429e-bce0-4ff8-b5bb-7674a475af09 (type: security_group_rules) to 0 2026-04-20 15:08:18.460 7 INFO neutron.db.ovn_revision_numbers_db [None req-cd06d8f9-4e9b-4682-8bb5-b4558506a2e9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 8e731834-0bad-4d40-be47-e4fcd0f15e92 (type: security_group_rules) to 0 2026-04-20 15:08:18.477 7 INFO neutron.db.ovn_revision_numbers_db [None req-cd06d8f9-4e9b-4682-8bb5-b4558506a2e9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ce00aa91-4952-4533-8622-2a469fe8b2a4 (type: security_group_rules) to 0 2026-04-20 15:08:18.493 7 INFO neutron.db.ovn_revision_numbers_db [None req-cd06d8f9-4e9b-4682-8bb5-b4558506a2e9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource df0994ab-1ae0-4b12-82c0-4e29414707e1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 115/224] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:18 2026] GET /v2.0/security-groups?tenant_id=9c55cfb00da64831b4e7ec1d6cab9bcf&name=default => generated 2921 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:18.601 8 INFO neutron.db.ovn_revision_numbers_db [None req-e843ccf0-6aae-46fc-8374-3adeebc2032e - - - - - -] Successfully bumped revision number for resource 4bff3201-be67-4c37-acb1-9e5991fca2e3 (type: ports) to 2 2026-04-20 15:08:18.659 8 INFO neutron.db.ovn_revision_numbers_db [None req-e843ccf0-6aae-46fc-8374-3adeebc2032e - - - - - -] Successfully bumped revision number for resource b4aff690-294c-42ce-a5c1-2afc99fd7207 (type: subnets) to 0 [pid: 8|app: 0|req: 110/225] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:08:17 2026] POST /v2.0/subnets => generated 695 bytes in 1059 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:18.721 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cdc482af-0c41-410d-ae9d-1677e96092f4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:18.722 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cdc482af-0c41-410d-ae9d-1677e96092f4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network dedb1ed4-c1b6-4747-a7f2-bece71ae2334: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 111/226] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:18 2026] DELETE /v2.0/security-groups/26eea289-a384-4ea7-b95e-9b3182a94445 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/227] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:18 2026] DELETE /v2.0/security-groups/652ee333-b17f-4332-a3a4-20f7e9a85424 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:08:19.204 7 INFO neutron.db.ovn_revision_numbers_db [None req-fcb662e5-f4f6-4859-aac1-4c71f9cb7aaa - - - - - -] Successfully bumped revision number for resource db0b9af0-8efe-48cb-8f6d-3619e77c0594 (type: ports) to 2 2026-04-20 15:08:19.246 7 INFO neutron.db.ovn_revision_numbers_db [None req-fcb662e5-f4f6-4859-aac1-4c71f9cb7aaa - - - - - -] Successfully bumped revision number for resource d2a79ab2-1b67-4d5d-b7bf-b1b8b00ceb2e (type: subnets) to 0 [pid: 7|app: 0|req: 116/228] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:08:18 2026] POST /v2.0/subnets => generated 695 bytes in 730 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:19.745 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5f68c0bb-4e69-4c1e-a563-0f03242c0ce0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:19.746 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5f68c0bb-4e69-4c1e-a563-0f03242c0ce0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:19.803 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f4099be1-a9ac-4a7d-9b13-28dc69b1e04e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:19.805 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f4099be1-a9ac-4a7d-9b13-28dc69b1e04e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:19.856 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] OVN reports status down for port: 705995f8-e528-4615-a22a-d41343f2b4cc 2026-04-20 15:08:19.865 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f68c0bb-4e69-4c1e-a563-0f03242c0ce0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 705995f8-e528-4615-a22a-d41343f2b4cc (type: ports) to 1 2026-04-20 15:08:20.026 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] OVN reports status down for port: 58745a2f-a9a2-4b2f-a569-9b8d5f6e8654 2026-04-20 15:08:20.090 7 INFO neutron.db.ovn_revision_numbers_db [None req-f4099be1-a9ac-4a7d-9b13-28dc69b1e04e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 58745a2f-a9a2-4b2f-a569-9b8d5f6e8654 (type: ports) to 1 2026-04-20 15:08:20.242 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-5f68c0bb-4e69-4c1e-a563-0f03242c0ce0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Starting OVNClientQosExtension 2026-04-20 15:08:20.331 8 WARNING oslo_config.cfg [None req-5f68c0bb-4e69-4c1e-a563-0f03242c0ce0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Deprecated: Option "ovn_emit_need_to_frag" from group "ovn" is deprecated for removal (The option is useful only on very old Linux kernels (version < 5.2).). Its value may be silently ignored in the future. 2026-04-20 15:08:20.472 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-f4099be1-a9ac-4a7d-9b13-28dc69b1e04e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Starting OVNClientQosExtension 2026-04-20 15:08:20.597 7 WARNING oslo_config.cfg [None req-f4099be1-a9ac-4a7d-9b13-28dc69b1e04e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Deprecated: Option "ovn_emit_need_to_frag" from group "ovn" is deprecated for removal (The option is useful only on very old Linux kernels (version < 5.2).). Its value may be silently ignored in the future. 2026-04-20 15:08:20.647 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-68662a2d-903c-427e-8ee5-cc055cd90a31 - - - - - -] Schedule LRP lrp-705995f8-e528-4615-a22a-d41343f2b4cc on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:08:20.720 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router 5fa7d748-2032-40a1-89ec-23d8e2019005 is bound to host instance 2026-04-20 15:08:20.763 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] OVN reports status up for port: 705995f8-e528-4615-a22a-d41343f2b4cc 2026-04-20 15:08:20.798 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f68c0bb-4e69-4c1e-a563-0f03242c0ce0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 705995f8-e528-4615-a22a-d41343f2b4cc (type: router_ports) to 1 2026-04-20 15:08:20.819 7 INFO neutron.plugins.ml2.plugin [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] Attempt 1 to provision port 705995f8-e528-4615-a22a-d41343f2b4cc 2026-04-20 15:08:20.989 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f68c0bb-4e69-4c1e-a563-0f03242c0ce0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5fa7d748-2032-40a1-89ec-23d8e2019005 (type: routers) to 2 2026-04-20 15:08:21.044 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-ee8380af-feca-4908-b003-fd2be6a58c8c - - - - - -] Schedule LRP lrp-58745a2f-a9a2-4b2f-a569-9b8d5f6e8654 on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 [pid: 8|app: 0|req: 113/229] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:08:19 2026] POST /v2.0/routers => generated 973 bytes in 1916 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:21.107 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router f9cde7b3-eab6-4d3d-909f-ded0e3df5862 is bound to host instance 2026-04-20 15:08:21.202 7 INFO neutron.db.ovn_revision_numbers_db [None req-f4099be1-a9ac-4a7d-9b13-28dc69b1e04e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 58745a2f-a9a2-4b2f-a569-9b8d5f6e8654 (type: router_ports) to 1 2026-04-20 15:08:21.361 7 INFO neutron.db.ovn_revision_numbers_db [None req-f4099be1-a9ac-4a7d-9b13-28dc69b1e04e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f9cde7b3-eab6-4d3d-909f-ded0e3df5862 (type: routers) to 2 [pid: 7|app: 0|req: 117/230] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:08:19 2026] POST /v2.0/routers => generated 973 bytes in 2130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:21.616 8 INFO neutron.db.ovn_revision_numbers_db [None req-3cbf00b8-9a8d-4669-b8fb-78b432916591 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 553c059c-9e7e-4170-949b-d3da4e67dd76 (type: security_groups) to 1 2026-04-20 15:08:21.677 8 INFO neutron.db.ovn_revision_numbers_db [None req-3cbf00b8-9a8d-4669-b8fb-78b432916591 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9c192bbd-d8a0-41e8-82cf-56e380ac500a (type: security_group_rules) to 0 2026-04-20 15:08:21.742 8 INFO neutron.db.ovn_revision_numbers_db [None req-3cbf00b8-9a8d-4669-b8fb-78b432916591 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b674e7ad-d23f-41ca-8781-e3832cb03216 (type: security_group_rules) to 0 2026-04-20 15:08:21.873 8 INFO neutron.db.ovn_revision_numbers_db [None req-3cbf00b8-9a8d-4669-b8fb-78b432916591 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c61a5528-2119-4b56-ad75-a9b98d15fa5e (type: security_group_rules) to 0 2026-04-20 15:08:21.916 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a0ee474-be4f-415d-9cc6-1b13a2046c59 - - - - - -] Successfully bumped revision number for resource 705995f8-e528-4615-a22a-d41343f2b4cc (type: ports) to 4 2026-04-20 15:08:21.926 8 INFO neutron.db.ovn_revision_numbers_db [None req-3cbf00b8-9a8d-4669-b8fb-78b432916591 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fa46a7a3-6913-4c91-994a-85be4bbf2d4f (type: security_group_rules) to 0 2026-04-20 15:08:22.050 8 INFO neutron.db.segments_db [None req-3cbf00b8-9a8d-4669-b8fb-78b432916591 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Added segment f05e5c2a-21d6-4acb-90be-cbb5b1d33041 of type geneve for network 6eec29a3-bca4-416f-966d-40ef505d218b 2026-04-20 15:08:22.276 8 INFO neutron.db.ovn_revision_numbers_db [None req-3cbf00b8-9a8d-4669-b8fb-78b432916591 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6eec29a3-bca4-416f-966d-40ef505d218b (type: networks) to 1 2026-04-20 15:08:22.310 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a1c2eb2a-da4f-49c3-aaac-cadf95210825 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:22.311 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a1c2eb2a-da4f-49c3-aaac-cadf95210825 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 6839d59d-8e14-4ddb-b6a6-4457fa6a9081: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:22.520 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a0ee474-be4f-415d-9cc6-1b13a2046c59 - - - - - -] Successfully bumped revision number for resource 705995f8-e528-4615-a22a-d41343f2b4cc (type: ports) to 5 2026-04-20 15:08:22.591 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3cbf00b8-9a8d-4669-b8fb-78b432916591 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:22.595 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3cbf00b8-9a8d-4669-b8fb-78b432916591 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 6eec29a3-bca4-416f-966d-40ef505d218b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:22.631 7 INFO neutron.db.ovn_revision_numbers_db [None req-a1c2eb2a-da4f-49c3-aaac-cadf95210825 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d3ab4c79-24ae-4c06-b1a5-57323c058079 (type: ports) to 1 2026-04-20 15:08:22.668 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status down for port: 70152246-99b2-4471-aed2-d86ca0ca1c03 2026-04-20 15:08:22.749 8 INFO neutron.db.ovn_revision_numbers_db [None req-3cbf00b8-9a8d-4669-b8fb-78b432916591 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 70152246-99b2-4471-aed2-d86ca0ca1c03 (type: ports) to 1 [pid: 8|app: 0|req: 114/231] 10.0.0.154 () {34 vars in 671 bytes} [Mon Apr 20 15:08:21 2026] POST /v2.0/networks => generated 766 bytes in 1709 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:22.908 7 INFO neutron.db.ovn_revision_numbers_db [None req-0df35c73-e53c-4f35-a232-bc5ad8c4dbae - - - - - -] Successfully bumped revision number for resource 58745a2f-a9a2-4b2f-a569-9b8d5f6e8654 (type: ports) to 4 2026-04-20 15:08:23.341 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] OVN reports status up for port: 58745a2f-a9a2-4b2f-a569-9b8d5f6e8654 2026-04-20 15:08:23.342 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-85b2d291-7a3a-458c-8092-e428a1e26919 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:23.343 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-85b2d291-7a3a-458c-8092-e428a1e26919 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network dedb1ed4-c1b6-4747-a7f2-bece71ae2334: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:23.372 7 INFO neutron.plugins.ml2.plugin [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] Attempt 1 to provision port 58745a2f-a9a2-4b2f-a569-9b8d5f6e8654 2026-04-20 15:08:23.519 8 INFO neutron.db.ovn_revision_numbers_db [None req-85b2d291-7a3a-458c-8092-e428a1e26919 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource adae4c66-8703-4ff3-8863-6b649c6332af (type: ports) to 1 2026-04-20 15:08:24.074 7 INFO neutron.db.ovn_revision_numbers_db [None req-0df35c73-e53c-4f35-a232-bc5ad8c4dbae - - - - - -] Successfully bumped revision number for resource 58745a2f-a9a2-4b2f-a569-9b8d5f6e8654 (type: ports) to 5 2026-04-20 15:08:24.305 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] OVN reports status down for port: d3ab4c79-24ae-4c06-b1a5-57323c058079 2026-04-20 15:08:24.368 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a1c2eb2a-da4f-49c3-aaac-cadf95210825 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:24.374 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a1c2eb2a-da4f-49c3-aaac-cadf95210825 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 6839d59d-8e14-4ddb-b6a6-4457fa6a9081: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:24.407 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:08:24.407 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] OVN reports status down for port: adae4c66-8703-4ff3-8863-6b649c6332af 2026-04-20 15:08:24.591 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:08:24.591 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] OVN reports status up for port: d3ab4c79-24ae-4c06-b1a5-57323c058079 2026-04-20 15:08:24.620 7 INFO neutron.plugins.ml2.plugin [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] Attempt 1 to provision port d3ab4c79-24ae-4c06-b1a5-57323c058079 2026-04-20 15:08:24.676 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-85b2d291-7a3a-458c-8092-e428a1e26919 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:24.677 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-85b2d291-7a3a-458c-8092-e428a1e26919 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network dedb1ed4-c1b6-4747-a7f2-bece71ae2334: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:25.151 8 INFO neutron.db.ovn_revision_numbers_db [None req-85b2d291-7a3a-458c-8092-e428a1e26919 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource adae4c66-8703-4ff3-8863-6b649c6332af (type: router_ports) to 1 [pid: 8|app: 0|req: 115/232] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:08:22 2026] PUT /v2.0/routers/f9cde7b3-eab6-4d3d-909f-ded0e3df5862/add_router_interface => generated 309 bytes in 2353 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:25.371 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a8f42db2-ebe0-418b-bbe7-ac1982c13885 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:25.372 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a8f42db2-ebe0-418b-bbe7-ac1982c13885 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 6eec29a3-bca4-416f-966d-40ef505d218b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:25.435 7 INFO neutron.db.ovn_revision_numbers_db [None req-a1c2eb2a-da4f-49c3-aaac-cadf95210825 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d3ab4c79-24ae-4c06-b1a5-57323c058079 (type: router_ports) to 1 [pid: 7|app: 0|req: 118/233] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:08:21 2026] PUT /v2.0/routers/5fa7d748-2032-40a1-89ec-23d8e2019005/add_router_interface => generated 309 bytes in 4048 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:25.566 7 INFO neutron.db.ovn_revision_numbers_db [None req-18d34f9d-007e-4de2-97f6-6a568ae0e433 - - - - - -] Successfully bumped revision number for resource d3ab4c79-24ae-4c06-b1a5-57323c058079 (type: ports) to 2 2026-04-20 15:08:25.773 7 INFO neutron.db.ovn_revision_numbers_db [None req-49abfe52-3961-480a-942f-f0b7c476828f 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a87301f8-72a5-493b-8ee8-c2a0342732fb (type: security_groups) to 1 2026-04-20 15:08:25.803 7 INFO neutron.db.ovn_revision_numbers_db [None req-49abfe52-3961-480a-942f-f0b7c476828f 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5351b611-f75f-41f3-993b-83e954ebf1fc (type: security_group_rules) to 0 2026-04-20 15:08:25.849 7 INFO neutron.db.ovn_revision_numbers_db [None req-49abfe52-3961-480a-942f-f0b7c476828f 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5d4d15a5-81e6-4eb1-a7aa-6704fa5dbe30 (type: security_group_rules) to 0 2026-04-20 15:08:25.866 7 INFO neutron.db.ovn_revision_numbers_db [None req-49abfe52-3961-480a-942f-f0b7c476828f 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ab3fd44a-4165-41f5-906d-ba9ddc608f55 (type: security_group_rules) to 0 2026-04-20 15:08:25.884 7 INFO neutron.db.ovn_revision_numbers_db [None req-49abfe52-3961-480a-942f-f0b7c476828f 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource bfef048f-7659-4cc2-a5e2-40ae64447ab4 (type: security_group_rules) to 0 2026-04-20 15:08:25.889 8 INFO neutron.db.ovn_revision_numbers_db [None req-1819f95e-63a0-481e-a73e-27471b28672b - - - - - -] Successfully bumped revision number for resource 70152246-99b2-4471-aed2-d86ca0ca1c03 (type: ports) to 2 [pid: 7|app: 0|req: 119/234] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:25 2026] GET /v2.0/security-groups?tenant_id=e7d0d01a1b6b427eb8826ce9c4844d48&name=default => generated 2921 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:25.952 8 INFO neutron.db.ovn_revision_numbers_db [None req-1819f95e-63a0-481e-a73e-27471b28672b - - - - - -] Successfully bumped revision number for resource e2a932c2-cae2-445c-8dd2-f2e375ec6d65 (type: subnets) to 0 [pid: 8|app: 0|req: 116/235] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:08:25 2026] POST /v2.0/subnets => generated 691 bytes in 811 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:26.090 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f60a0c9-cd91-4c30-a389-0d92eac9a494 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] Successfully bumped revision number for resource a8914a5e-29cd-4354-a49d-f41c29e80ed8 (type: security_groups) to 1 2026-04-20 15:08:26.102 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f60a0c9-cd91-4c30-a389-0d92eac9a494 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] Successfully bumped revision number for resource 91d68bf1-eb5a-4288-92a8-28f8e7547dff (type: security_group_rules) to 0 2026-04-20 15:08:26.119 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f60a0c9-cd91-4c30-a389-0d92eac9a494 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] Successfully bumped revision number for resource e8e3e950-5f3f-4764-987d-17ce9f2ff538 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 117/236] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:08:25 2026] POST /v2.0/security-groups => generated 1658 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/237] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:25 2026] DELETE /v2.0/security-groups/a87301f8-72a5-493b-8ee8-c2a0342732fb => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:08:26.346 8 INFO neutron.db.ovn_revision_numbers_db [req-da4f4e14-8796-42e0-a3e9-564f977a58c2 req-dd346253-83d5-4676-a406-bb2f679d74a2 aacb708441a94e268eef51dafd203ac8 3277cd18557c4635b0203c07754d02ae - - default default] Successfully bumped revision number for resource 17b396a6-c6b3-4a06-9b84-9e634b4d9701 (type: security_groups) to 1 2026-04-20 15:08:26.359 8 INFO neutron.db.ovn_revision_numbers_db [req-da4f4e14-8796-42e0-a3e9-564f977a58c2 req-dd346253-83d5-4676-a406-bb2f679d74a2 aacb708441a94e268eef51dafd203ac8 3277cd18557c4635b0203c07754d02ae - - default default] Successfully bumped revision number for resource 25d73788-3c69-4236-b9b3-e08de47210a8 (type: security_group_rules) to 0 2026-04-20 15:08:26.369 8 INFO neutron.db.ovn_revision_numbers_db [req-da4f4e14-8796-42e0-a3e9-564f977a58c2 req-dd346253-83d5-4676-a406-bb2f679d74a2 aacb708441a94e268eef51dafd203ac8 3277cd18557c4635b0203c07754d02ae - - default default] Successfully bumped revision number for resource e0822bde-986a-4f94-945e-94e522d1fffb (type: security_group_rules) to 0 [pid: 8|app: 0|req: 118/238] 10.0.0.166 () {38 vars in 971 bytes} [Mon Apr 20 15:08:26 2026] POST /v2.0/security-groups => generated 1684 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-20 15:08:26.518 8 INFO neutron.db.ovn_revision_numbers_db [None req-46630935-964c-4b6b-b1a6-5b61c77f6040 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] Successfully bumped revision number for resource d65619ec-6403-4b4d-be55-abe4fbd0350d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 119/239] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:08:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:26.691 8 INFO neutron.db.ovn_revision_numbers_db [None req-82ee0344-bb0c-43f9-92cc-ca2083b16daf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5273038b-d466-4e54-97b5-a9deb1fa039e (type: security_groups) to 1 2026-04-20 15:08:26.703 8 INFO neutron.db.ovn_revision_numbers_db [None req-82ee0344-bb0c-43f9-92cc-ca2083b16daf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 1af5a7f0-841f-4bbc-b1c1-a4a1bbd1588a (type: security_group_rules) to 0 2026-04-20 15:08:26.714 8 INFO neutron.db.ovn_revision_numbers_db [None req-82ee0344-bb0c-43f9-92cc-ca2083b16daf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3da113c4-4749-4684-9100-cec88aa3d0df (type: security_group_rules) to 0 2026-04-20 15:08:26.724 8 INFO neutron.db.ovn_revision_numbers_db [None req-82ee0344-bb0c-43f9-92cc-ca2083b16daf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6eba89d2-d542-424c-8b5b-acff33e1773b (type: security_group_rules) to 0 2026-04-20 15:08:26.726 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-428a0a31-d372-4511-bac8-32ff0024c975 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:26.730 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-428a0a31-d372-4511-bac8-32ff0024c975 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:26.737 8 INFO neutron.db.ovn_revision_numbers_db [None req-82ee0344-bb0c-43f9-92cc-ca2083b16daf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e8f9b9af-5955-4525-9041-0043ea677348 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 120/240] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:26 2026] GET /v2.0/security-groups?tenant_id=93879c6b0399473f83490f6368126e13&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:26.893 7 INFO neutron.db.ovn_revision_numbers_db [None req-428a0a31-d372-4511-bac8-32ff0024c975 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3f333855-8db8-4281-87fc-a066f9980943 (type: ports) to 1 2026-04-20 15:08:26.943 8 INFO neutron.db.ovn_revision_numbers_db [None req-99d0b123-3d8f-4916-b011-215814b16637 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] Successfully bumped revision number for resource 7eabbbe3-8169-40c6-add5-15657393134e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 121/241] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:08:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/242] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:26 2026] DELETE /v2.0/security-groups/5273038b-d466-4e54-97b5-a9deb1fa039e => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/243] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:27 2026] GET /v2.0/security-groups/17b396a6-c6b3-4a06-9b84-9e634b4d9701 => generated 1684 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:27.479 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-ee8380af-feca-4908-b003-fd2be6a58c8c - - - - - -] Schedule LRP lrp-3f333855-8db8-4281-87fc-a066f9980943 on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:08:27.539 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-0df35c73-e53c-4f35-a232-bc5ad8c4dbae - - - - - -] Router 2bd00481-aa78-45ea-91e5-61487cdb2dd5 is bound to host instance 2026-04-20 15:08:27.596 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-aa60e8c8-aa3f-457a-8c76-1a6612e66a0f 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] No more DHCP agents 2026-04-20 15:08:27.598 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-aa60e8c8-aa3f-457a-8c76-1a6612e66a0f 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:27.639 7 INFO neutron.db.ovn_revision_numbers_db [None req-428a0a31-d372-4511-bac8-32ff0024c975 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3f333855-8db8-4281-87fc-a066f9980943 (type: router_ports) to 1 2026-04-20 15:08:27.766 7 INFO neutron.db.ovn_revision_numbers_db [None req-428a0a31-d372-4511-bac8-32ff0024c975 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2bd00481-aa78-45ea-91e5-61487cdb2dd5 (type: routers) to 2 [pid: 7|app: 0|req: 121/244] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:08:26 2026] POST /v2.0/routers => generated 969 bytes in 1567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/245] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:08:27 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:28.058 7 INFO neutron.db.ovn_revision_numbers_db [req-cadf4f22-ce46-442b-a6c0-392d80129965 req-99936f44-e2ed-4414-ad2f-d575da67bf69 aacb708441a94e268eef51dafd203ac8 3277cd18557c4635b0203c07754d02ae - - default default] Successfully bumped revision number for resource 1e19cb15-1ce7-4bf4-a8cc-52e980bd34b5 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 122/246] 10.0.0.166 () {38 vars in 981 bytes} [Mon Apr 20 15:08:27 2026] POST /v2.0/security-group-rules => generated 614 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:28.310 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c3ef829a-821c-4952-b147-27651c5f8eeb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:28.311 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c3ef829a-821c-4952-b147-27651c5f8eeb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 6eec29a3-bca4-416f-966d-40ef505d218b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:28.338 7 INFO neutron.db.ovn_revision_numbers_db [req-824e2a97-471c-4f19-b251-0a3166c95a38 req-202ce03a-fd0f-42ec-bfcc-bc434291fffc aacb708441a94e268eef51dafd203ac8 3277cd18557c4635b0203c07754d02ae - - default default] Successfully bumped revision number for resource 99b472a4-fc89-4d72-b57d-677a845e2bb2 (type: security_groups) to 1 2026-04-20 15:08:28.361 7 INFO neutron.db.ovn_revision_numbers_db [req-824e2a97-471c-4f19-b251-0a3166c95a38 req-202ce03a-fd0f-42ec-bfcc-bc434291fffc aacb708441a94e268eef51dafd203ac8 3277cd18557c4635b0203c07754d02ae - - default default] Successfully bumped revision number for resource 1260ec22-a0e2-4370-98ac-f082d30dcb8b (type: security_group_rules) to 0 2026-04-20 15:08:28.381 7 INFO neutron.db.ovn_revision_numbers_db [req-824e2a97-471c-4f19-b251-0a3166c95a38 req-202ce03a-fd0f-42ec-bfcc-bc434291fffc aacb708441a94e268eef51dafd203ac8 3277cd18557c4635b0203c07754d02ae - - default default] Successfully bumped revision number for resource 8d5239eb-4a93-45fb-92a5-ec104502edd6 (type: security_group_rules) to 0 2026-04-20 15:08:28.445 8 INFO neutron.db.ovn_revision_numbers_db [None req-c3ef829a-821c-4952-b147-27651c5f8eeb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 70bd2c6e-3cee-4757-8544-24a7690cc1ba (type: ports) to 1 [pid: 7|app: 0|req: 123/247] 10.0.0.166 () {38 vars in 971 bytes} [Mon Apr 20 15:08:28 2026] POST /v2.0/security-groups => generated 1683 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/248] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:28 2026] GET /v2.0/security-groups/99b472a4-fc89-4d72-b57d-677a845e2bb2 => generated 1683 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:28.822 7 INFO neutron.db.ovn_revision_numbers_db [req-890fae49-2753-444c-8e29-8056300dd373 req-b79088d9-2093-4209-82e7-eadd41aae985 aacb708441a94e268eef51dafd203ac8 3277cd18557c4635b0203c07754d02ae - - default default] Successfully bumped revision number for resource c8d4e6af-3cfc-457a-a89d-ea7c67b93d6a (type: security_group_rules) to 0 2026-04-20 15:08:28.870 7 INFO neutron.db.ovn_revision_numbers_db [None req-4dcb749d-0c73-4f4e-a4b4-ab0a1687c08e - - - - - -] Successfully bumped revision number for resource 3f333855-8db8-4281-87fc-a066f9980943 (type: ports) to 4 [pid: 7|app: 0|req: 125/249] 10.0.0.166 () {38 vars in 981 bytes} [Mon Apr 20 15:08:28 2026] POST /v2.0/security-group-rules => generated 614 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/250] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:28 2026] GET /v2.0/security-groups/99b472a4-fc89-4d72-b57d-677a845e2bb2 => generated 2308 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:29.197 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c3ef829a-821c-4952-b147-27651c5f8eeb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:29.198 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c3ef829a-821c-4952-b147-27651c5f8eeb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 6eec29a3-bca4-416f-966d-40ef505d218b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:29.293 7 INFO neutron.db.ovn_revision_numbers_db [req-51de1aba-d247-4922-be50-9ca626012669 req-44d8f524-257e-454f-99a1-4889fc804880 aacb708441a94e268eef51dafd203ac8 3277cd18557c4635b0203c07754d02ae - - default default] Successfully bumped revision number for resource b8108c3b-e318-464c-bda4-b836dfbd1382 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 127/251] 10.0.0.166 () {38 vars in 981 bytes} [Mon Apr 20 15:08:29 2026] POST /v2.0/security-group-rules => generated 619 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/252] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:29 2026] GET /v2.0/security-groups/99b472a4-fc89-4d72-b57d-677a845e2bb2 => generated 2938 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:29.456 7 INFO neutron.db.ovn_revision_numbers_db [None req-4dcb749d-0c73-4f4e-a4b4-ab0a1687c08e - - - - - -] Successfully bumped revision number for resource 3f333855-8db8-4281-87fc-a066f9980943 (type: ports) to 5 [pid: 7|app: 0|req: 129/253] 10.0.0.166 () {34 vars in 1001 bytes} [Mon Apr 20 15:08:29 2026] GET /v2.0/security-group-rules/b8108c3b-e318-464c-bda4-b836dfbd1382 => generated 616 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/254] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:29 2026] GET /v2.0/security-groups/99b472a4-fc89-4d72-b57d-677a845e2bb2 => generated 2938 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:29.636 8 INFO neutron.db.ovn_revision_numbers_db [None req-c3ef829a-821c-4952-b147-27651c5f8eeb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 70bd2c6e-3cee-4757-8544-24a7690cc1ba (type: router_ports) to 1 [pid: 8|app: 0|req: 125/255] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:08:27 2026] PUT /v2.0/routers/2bd00481-aa78-45ea-91e5-61487cdb2dd5/add_router_interface => generated 309 bytes in 1755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/256] 10.0.0.166 () {36 vars in 1023 bytes} [Mon Apr 20 15:08:29 2026] DELETE /v2.0/security-group-rules/b8108c3b-e318-464c-bda4-b836dfbd1382 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/257] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:29 2026] GET /v2.0/security-groups/99b472a4-fc89-4d72-b57d-677a845e2bb2 => generated 2308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:29.859 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ae549f8-004d-461d-90b1-62b54a584ae6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c6270cc8-bc35-4264-b60b-f3f6f4afeea8 (type: security_groups) to 1 2026-04-20 15:08:29.873 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ae549f8-004d-461d-90b1-62b54a584ae6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 013b5482-a0e1-4644-aeb3-e1266585e6b2 (type: security_group_rules) to 0 2026-04-20 15:08:29.883 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ae549f8-004d-461d-90b1-62b54a584ae6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5d08e71b-5fd6-4ac7-a49e-ebcff0b17d37 (type: security_group_rules) to 0 2026-04-20 15:08:29.892 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ae549f8-004d-461d-90b1-62b54a584ae6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 68d0b89e-8061-443a-a85f-ad4ca009797a (type: security_group_rules) to 0 2026-04-20 15:08:29.902 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ae549f8-004d-461d-90b1-62b54a584ae6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource cd5a837b-a6aa-47f1-a979-eaa137cd5fa0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 131/258] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:29 2026] GET /v2.0/security-groups?tenant_id=63b2b3380d264655a904ff4fc2fbbccd&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/259] 10.0.0.166 () {36 vars in 1013 bytes} [Mon Apr 20 15:08:29 2026] DELETE /v2.0/security-groups/99b472a4-fc89-4d72-b57d-677a845e2bb2 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/260] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:30 2026] GET /v2.0/security-groups/17b396a6-c6b3-4a06-9b84-9e634b4d9701 => generated 2309 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/261] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:29 2026] DELETE /v2.0/security-groups/c6270cc8-bc35-4264-b60b-f3f6f4afeea8 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/262] 10.0.0.166 () {36 vars in 1013 bytes} [Mon Apr 20 15:08:30 2026] DELETE /v2.0/security-groups/17b396a6-c6b3-4a06-9b84-9e634b4d9701 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:08:30.332 7 INFO neutron.db.ovn_revision_numbers_db [req-46b89e02-e6df-4b0a-8162-c444e8c90953 req-0f584878-2091-4c3f-be38-d4084f704d2f 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] Successfully bumped revision number for resource c66fdaa0-2fb7-4c11-b9e7-f05e3f3b8b1a (type: security_groups) to 1 2026-04-20 15:08:30.345 7 INFO neutron.db.ovn_revision_numbers_db [req-46b89e02-e6df-4b0a-8162-c444e8c90953 req-0f584878-2091-4c3f-be38-d4084f704d2f 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] Successfully bumped revision number for resource a1dd4892-869a-4501-aa93-bdc5baf68115 (type: security_group_rules) to 0 2026-04-20 15:08:30.358 7 INFO neutron.db.ovn_revision_numbers_db [req-46b89e02-e6df-4b0a-8162-c444e8c90953 req-0f584878-2091-4c3f-be38-d4084f704d2f 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] Successfully bumped revision number for resource a444d317-f18b-4839-bc65-18d1dca7ea8f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 133/263] 10.0.0.166 () {38 vars in 971 bytes} [Mon Apr 20 15:08:30 2026] POST /v2.0/security-groups => generated 1681 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-20 15:08:30.558 7 INFO neutron.db.ovn_revision_numbers_db [req-8ed4c70e-f738-4cf3-be27-de6942e35d1e req-b851afc1-d9f8-4e92-8048-8a9b957f5fec 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] Successfully bumped revision number for resource 34b614a9-a448-43f2-84b8-95280f0d64a5 (type: security_groups) to 1 2026-04-20 15:08:30.565 7 INFO neutron.db.ovn_revision_numbers_db [req-8ed4c70e-f738-4cf3-be27-de6942e35d1e req-b851afc1-d9f8-4e92-8048-8a9b957f5fec 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] Successfully bumped revision number for resource 43eedf99-f279-4b73-b866-5b89491fb060 (type: security_group_rules) to 0 2026-04-20 15:08:30.574 7 INFO neutron.db.ovn_revision_numbers_db [req-8ed4c70e-f738-4cf3-be27-de6942e35d1e req-b851afc1-d9f8-4e92-8048-8a9b957f5fec 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] Successfully bumped revision number for resource 8fd0e26c-603d-46ed-81cc-99644f444f07 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 134/264] 10.0.0.166 () {38 vars in 971 bytes} [Mon Apr 20 15:08:30 2026] POST /v2.0/security-groups => generated 1681 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-20 15:08:30.646 8 INFO neutron_taas.services.taas.taas_plugin [None req-65d0a275-ddca-4789-a1fa-f1527d89bbf9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: adae4c66-8703-4ff3-8863-6b649c6332af 2026-04-20 15:08:30.655 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65d0a275-ddca-4789-a1fa-f1527d89bbf9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: adae4c66-8703-4ff3-8863-6b649c6332af 2026-04-20 15:08:30.776 7 INFO neutron.db.ovn_revision_numbers_db [req-250ddff0-10e0-4706-85c5-a3d86c1fc1c7 req-d79490a8-190d-4bac-a285-5e72852adf29 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] Successfully bumped revision number for resource 4cc0113b-b850-4c44-baa5-a975b729116d (type: security_groups) to 1 2026-04-20 15:08:30.792 7 INFO neutron.db.ovn_revision_numbers_db [req-250ddff0-10e0-4706-85c5-a3d86c1fc1c7 req-d79490a8-190d-4bac-a285-5e72852adf29 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] Successfully bumped revision number for resource 0d534f61-7cf1-4ab4-ade3-7ce917c850ad (type: security_group_rules) to 0 2026-04-20 15:08:30.807 7 INFO neutron.db.ovn_revision_numbers_db [req-250ddff0-10e0-4706-85c5-a3d86c1fc1c7 req-d79490a8-190d-4bac-a285-5e72852adf29 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] Successfully bumped revision number for resource 8435d290-cab3-45eb-b801-acc4384ba6c2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 135/265] 10.0.0.166 () {38 vars in 971 bytes} [Mon Apr 20 15:08:30 2026] POST /v2.0/security-groups => generated 1681 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/266] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:08:30 2026] GET /v2.0/security-groups?tenant_id=531a7fbfdc7a4e5f894f42220bc9ff60 => generated 7904 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/267] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:30 2026] GET /v2.0/security-groups/553c059c-9e7e-4170-949b-d3da4e67dd76 => generated 2918 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/268] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:31 2026] GET /v2.0/security-groups/553c059c-9e7e-4170-949b-d3da4e67dd76 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/269] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:31 2026] GET /v2.0/security-groups/c66fdaa0-2fb7-4c11-b9e7-f05e3f3b8b1a => generated 1681 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/270] 10.0.0.166 () {36 vars in 1013 bytes} [Mon Apr 20 15:08:31 2026] DELETE /v2.0/security-groups/c66fdaa0-2fb7-4c11-b9e7-f05e3f3b8b1a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:08:31.313 7 INFO neutron.api.v2.resource [req-4edc1034-762f-485e-bdc5-007ac34fbe2d req-b3d30465-7232-48ac-84ff-fbd2ac94b794 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 141/271] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:31 2026] GET /v2.0/security-groups/c66fdaa0-2fb7-4c11-b9e7-f05e3f3b8b1a => generated 146 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:08:31.328 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-4683aa09-1909-4582-b2f4-4618e63d5d80 - - - - - -] No hosting information found for port d3ab4c79-24ae-4c06-b1a5-57323c058079: RuntimeError: No hosting information found for port d3ab4c79-24ae-4c06-b1a5-57323c058079 2026-04-20 15:08:31.328 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4683aa09-1909-4582-b2f4-4618e63d5d80 - - - - - -] OVN reports status up for port: adae4c66-8703-4ff3-8863-6b649c6332af [pid: 7|app: 0|req: 142/272] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:31 2026] GET /v2.0/security-groups/34b614a9-a448-43f2-84b8-95280f0d64a5 => generated 1681 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/273] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:08:30 2026] PUT /v2.0/routers/f9cde7b3-eab6-4d3d-909f-ded0e3df5862/remove_router_interface => generated 309 bytes in 1211 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-20 15:08:31.544 7 INFO neutron.db.ovn_revision_numbers_db [None req-4683aa09-1909-4582-b2f4-4618e63d5d80 - - - - - -] Successfully bumped revision number for resource d3ab4c79-24ae-4c06-b1a5-57323c058079 (type: router_ports) to 2 2026-04-20 15:08:31.597 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4683aa09-1909-4582-b2f4-4618e63d5d80 - - - - - -] OVN reports status down for port: 3f333855-8db8-4281-87fc-a066f9980943 [pid: 7|app: 0|req: 143/274] 10.0.0.166 () {36 vars in 1013 bytes} [Mon Apr 20 15:08:31 2026] DELETE /v2.0/security-groups/34b614a9-a448-43f2-84b8-95280f0d64a5 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:08:31.696 7 INFO neutron.api.v2.resource [req-d9b2eac0-3e46-40b6-9933-d95de52aeff7 req-deedb0bc-ba55-4189-af1e-02925ee0ebc5 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 146/277] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:31 2026] GET /v2.0/security-groups/34b614a9-a448-43f2-84b8-95280f0d64a5 => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/278] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:31 2026] GET /v2.0/security-groups/4cc0113b-b850-4c44-baa5-a975b729116d => generated 1681 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:31.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce769675-df71-4310-b323-cb568d1a6cc7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 58745a2f-a9a2-4b2f-a569-9b8d5f6e8654 2026-04-20 15:08:31.826 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce769675-df71-4310-b323-cb568d1a6cc7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 58745a2f-a9a2-4b2f-a569-9b8d5f6e8654 [pid: 7|app: 0|req: 148/279] 10.0.0.166 () {36 vars in 1013 bytes} [Mon Apr 20 15:08:31 2026] DELETE /v2.0/security-groups/4cc0113b-b850-4c44-baa5-a975b729116d => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:08:32.040 7 INFO neutron.api.v2.resource [req-e44e6cf0-ddf3-4980-b1e2-56d886ac941b req-fdd9aec5-6e1c-4cc1-a377-4f9ab285058c 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 149/280] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:31 2026] GET /v2.0/security-groups/4cc0113b-b850-4c44-baa5-a975b729116d => generated 146 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/281] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:08:32 2026] GET /v2.0/security-groups?tenant_id=531a7fbfdc7a4e5f894f42220bc9ff60 => generated 2921 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:32.139 7 INFO neutron.db.ovn_revision_numbers_db [None req-4683aa09-1909-4582-b2f4-4618e63d5d80 - - - - - -] Successfully bumped revision number for resource 3f333855-8db8-4281-87fc-a066f9980943 (type: ports) to 6 [pid: 7|app: 0|req: 151/282] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:32 2026] GET /v2.0/security-groups/553c059c-9e7e-4170-949b-d3da4e67dd76 => generated 2918 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:32.241 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-f39c3ead-a0e4-4c90-9109-f293d91c7ddc - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:08:32.242 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f39c3ead-a0e4-4c90-9109-f293d91c7ddc - - - - - -] OVN reports status up for port: 3f333855-8db8-4281-87fc-a066f9980943 [pid: 7|app: 0|req: 152/283] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:32 2026] GET /v2.0/security-groups/553c059c-9e7e-4170-949b-d3da4e67dd76 => generated 2918 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:32.275 7 INFO neutron.plugins.ml2.plugin [None req-f39c3ead-a0e4-4c90-9109-f293d91c7ddc - - - - - -] Attempt 1 to provision port 3f333855-8db8-4281-87fc-a066f9980943 [pid: 8|app: 0|req: 132/284] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:08:31 2026] DELETE /v2.0/routers/f9cde7b3-eab6-4d3d-909f-ded0e3df5862 => generated 0 bytes in 850 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:08:32.307 8 INFO neutron.api.v2.resource [req-04fe58aa-fd8c-4c58-ab6b-990f87b69c26 req-b7711f6b-82a6-40c7-8cd6-974a1d5ba224 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 133/285] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:32 2026] GET /v2.0/security-groups/4cc0113b-b850-4c44-baa5-a975b729116d => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:08:32.337 8 INFO neutron.api.v2.resource [req-7e8f5ab7-1efe-4d41-afc7-f9f93cc2f27c req-3a29ae10-c757-4205-9549-8af78bdbbab5 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 134/286] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:32 2026] GET /v2.0/security-groups/34b614a9-a448-43f2-84b8-95280f0d64a5 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:08:32.374 8 INFO neutron.api.v2.resource [req-9707bccd-17c9-4db0-89d0-c0b2b5c27934 req-22bc651b-911f-40e0-bf83-b811e1393b21 6039eff1cda34f0da0f94390b7ac0dab 531a7fbfdc7a4e5f894f42220bc9ff60 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 135/287] 10.0.0.166 () {34 vars in 991 bytes} [Mon Apr 20 15:08:32 2026] GET /v2.0/security-groups/c66fdaa0-2fb7-4c11-b9e7-f05e3f3b8b1a => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/288] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:08:32 2026] DELETE /v2.0/subnets/d2a79ab2-1b67-4d5d-b7bf-b1b8b00ceb2e => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:08:32.665 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbe76365-9c1a-471f-a4d0-15254e5cf014 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 70bd2c6e-3cee-4757-8544-24a7690cc1ba 2026-04-20 15:08:32.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbe76365-9c1a-471f-a4d0-15254e5cf014 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 70bd2c6e-3cee-4757-8544-24a7690cc1ba 2026-04-20 15:08:32.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-a40ff7c1-06b9-49b1-8b9f-0082f7c60ecb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: db0b9af0-8efe-48cb-8f6d-3619e77c0594 2026-04-20 15:08:32.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a40ff7c1-06b9-49b1-8b9f-0082f7c60ecb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: db0b9af0-8efe-48cb-8f6d-3619e77c0594 2026-04-20 15:08:32.968 7 INFO neutron.db.ovn_revision_numbers_db [None req-f39c3ead-a0e4-4c90-9109-f293d91c7ddc - - - - - -] Successfully bumped revision number for resource 3f333855-8db8-4281-87fc-a066f9980943 (type: ports) to 7 2026-04-20 15:08:33.164 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7454c787-9dad-4ea2-8420-10498bc34d97 - - - - - -] OVN reports status down for port: 70bd2c6e-3cee-4757-8544-24a7690cc1ba 2026-04-20 15:08:33.182 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7454c787-9dad-4ea2-8420-10498bc34d97 - - - - - -] OVN reports status up for port: 70bd2c6e-3cee-4757-8544-24a7690cc1ba [pid: 8|app: 0|req: 136/289] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:08:32 2026] PUT /v2.0/routers/2bd00481-aa78-45ea-91e5-61487cdb2dd5/remove_router_interface => generated 309 bytes in 912 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: 154/290] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:08:32 2026] DELETE /v2.0/networks/dedb1ed4-c1b6-4747-a7f2-bece71ae2334 => generated 0 bytes in 732 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/291] 10.0.0.166 () {34 vars in 1098 bytes} [Mon Apr 20 15:08:33 2026] GET /v2.0/security-groups?name=tempest-securitygroup--188283551&fields=id&tenant_id=146c3abcc4714fad997bfe077e27e64c => generated 69 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/292] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:33 2026] GET /v2.0/security-groups?tenant_id=3277cd18557c4635b0203c07754d02ae&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: 139/293] 10.0.0.166 () {34 vars in 982 bytes} [Mon Apr 20 15:08:33 2026] GET /v2.0/networks?id=6839d59d-8e14-4ddb-b6a6-4457fa6a9081 => generated 718 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:33.981 7 INFO neutron.services.segments.plugin [-] Segment 68257082-be2e-4bd5-a740-b7627306ef02 resource provider aggregate not found [pid: 8|app: 0|req: 140/294] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:33 2026] DELETE /v2.0/security-groups/1866d271-3669-4063-bb81-dbb2d56b02fd => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:08:34.018 7 INFO neutron.services.segments.plugin [-] Segment 68257082-be2e-4bd5-a740-b7627306ef02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68257082-be2e-4bd5-a740-b7627306ef02 found for delete ", "request_id": "req-a0732aa5-6d12-4d7e-9ebc-dc264d9609da"}]} [pid: 8|app: 0|req: 141/295] 10.0.0.166 () {34 vars in 965 bytes} [Mon Apr 20 15:08:34 2026] GET /v2.0/quotas/146c3abcc4714fad997bfe077e27e64c => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:34.140 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3736fb2-e3f3-4468-bc2c-fc94248513ae 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 3f333855-8db8-4281-87fc-a066f9980943 2026-04-20 15:08:34.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3736fb2-e3f3-4468-bc2c-fc94248513ae 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 3f333855-8db8-4281-87fc-a066f9980943 [pid: 8|app: 0|req: 142/296] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:08:34 2026] GET /v2.0/ports?tenant_id=146c3abcc4714fad997bfe077e27e64c&fields=id => generated 103 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:34.525 7 INFO neutron.services.segments.plugin [-] Segment 68257082-be2e-4bd5-a740-b7627306ef02 resource provider aggregate not found 2026-04-20 15:08:34.551 7 INFO neutron.services.segments.plugin [-] Segment 68257082-be2e-4bd5-a740-b7627306ef02 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68257082-be2e-4bd5-a740-b7627306ef02 found for delete ", "request_id": "req-96ab8639-b6af-453f-9fc2-543b41d3465e"}]} [pid: 7|app: 0|req: 155/297] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:08:33 2026] DELETE /v2.0/routers/2bd00481-aa78-45ea-91e5-61487cdb2dd5 => generated 0 bytes in 1194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/298] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:08:34 2026] GET /v2.0/networks => generated 3890 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/299] 10.0.0.166 () {34 vars in 907 bytes} [Mon Apr 20 15:08:34 2026] GET /v2.0/extensions => generated 20541 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-20 15:08:34.800 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd9ee0a4-9d27-428a-8cf7-53c6e46098e5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e1ce1e6e-8ad5-48d2-9126-06071e237796 (type: security_groups) to 1 2026-04-20 15:08:34.814 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd9ee0a4-9d27-428a-8cf7-53c6e46098e5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 28b4018e-56d0-4281-9729-7f210c82e6f3 (type: security_group_rules) to 0 2026-04-20 15:08:34.826 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd9ee0a4-9d27-428a-8cf7-53c6e46098e5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6cfc515b-d617-4268-aa85-c630cadb52e4 (type: security_group_rules) to 0 2026-04-20 15:08:34.840 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd9ee0a4-9d27-428a-8cf7-53c6e46098e5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 850cbcf5-7adf-4510-98f9-729e91d7b6a8 (type: security_group_rules) to 0 2026-04-20 15:08:34.854 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd9ee0a4-9d27-428a-8cf7-53c6e46098e5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9398d722-0aa1-4954-8710-44bd50676c8d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 156/300] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:34 2026] GET /v2.0/security-groups?tenant_id=16d75c6a48fa4903a1595594026a4733&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/301] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:08:34 2026] DELETE /v2.0/subnets/e2a932c2-cae2-445c-8dd2-f2e375ec6d65 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/302] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:08:34 2026] GET /v2.0/security-groups => generated 28968 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/303] 10.0.0.166 () {34 vars in 1008 bytes} [Mon Apr 20 15:08:34 2026] GET /v2.0/networks/6839d59d-8e14-4ddb-b6a6-4457fa6a9081?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:35.094 8 INFO neutron_taas.services.taas.taas_plugin [None req-731e6e75-bd4a-4a14-82e6-241f37dc5add 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 70152246-99b2-4471-aed2-d86ca0ca1c03 2026-04-20 15:08:35.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-731e6e75-bd4a-4a14-82e6-241f37dc5add 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 70152246-99b2-4471-aed2-d86ca0ca1c03 [pid: 7|app: 0|req: 158/304] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:34 2026] DELETE /v2.0/security-groups/e1ce1e6e-8ad5-48d2-9126-06071e237796 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/305] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:08:35 2026] GET /v2.0/subnets => generated 1993 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/306] 10.0.0.166 () {34 vars in 1108 bytes} [Mon Apr 20 15:08:35 2026] GET /v2.0/networks/6839d59d-8e14-4ddb-b6a6-4457fa6a9081?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/307] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:08:35 2026] GET /v2.0/routers => generated 982 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/308] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:08:35 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/309] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:08:35 2026] GET /v2.0/network-ip-availabilities => generated 1590 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/310] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:08:34 2026] DELETE /v2.0/networks/6eec29a3-bca4-416f-966d-40ef505d218b => generated 0 bytes in 425 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/311] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:08:35 2026] GET /v2.0/floatingips => generated 555 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/312] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:08:35 2026] GET /v2.0/ports => generated 9394 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/313] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:08:35 2026] GET /v2.0/agents => generated 1214 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/314] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:08:35 2026] GET /v2.0/subnets => generated 1993 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/315] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:08:35 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/316] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:35 2026] GET /v2.0/security-groups?tenant_id=531a7fbfdc7a4e5f894f42220bc9ff60&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/317] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:35 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:35.837 8 INFO neutron.services.segments.plugin [-] Segment f05e5c2a-21d6-4acb-90be-cbb5b1d33041 resource provider aggregate not found 2026-04-20 15:08:35.894 8 INFO neutron.services.segments.plugin [-] Segment f05e5c2a-21d6-4acb-90be-cbb5b1d33041 resource provider aggregate not found 2026-04-20 15:08:35.899 8 INFO neutron.services.segments.plugin [-] Segment f05e5c2a-21d6-4acb-90be-cbb5b1d33041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f05e5c2a-21d6-4acb-90be-cbb5b1d33041 found for delete ", "request_id": "req-39c75200-8237-45ba-9b52-9e755bdf495e"}]} 2026-04-20 15:08:35.913 8 INFO neutron.services.segments.plugin [-] Segment f05e5c2a-21d6-4acb-90be-cbb5b1d33041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f05e5c2a-21d6-4acb-90be-cbb5b1d33041 found for delete ", "request_id": "req-bda63259-dd91-4887-8d4a-e5e334cad99d"}]} [pid: 8|app: 0|req: 151/318] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:35 2026] DELETE /v2.0/security-groups/553c059c-9e7e-4170-949b-d3da4e67dd76 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/319] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:36 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:37.790 8 INFO neutron.db.ovn_revision_numbers_db [None req-b268f697-65df-4bc2-816f-761cb285b863 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource cce536be-32b0-48f6-8dc4-c811c073c3fd (type: security_groups) to 1 2026-04-20 15:08:37.806 8 INFO neutron.db.ovn_revision_numbers_db [None req-b268f697-65df-4bc2-816f-761cb285b863 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 108229ef-7421-4020-b53b-d45ef5183091 (type: security_group_rules) to 0 2026-04-20 15:08:37.820 8 INFO neutron.db.ovn_revision_numbers_db [None req-b268f697-65df-4bc2-816f-761cb285b863 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 571f0590-3377-4fec-8e0c-ba7bdabbc0ba (type: security_group_rules) to 0 2026-04-20 15:08:37.838 8 INFO neutron.db.ovn_revision_numbers_db [None req-b268f697-65df-4bc2-816f-761cb285b863 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6314005d-4e8a-4a92-a8b1-76f57f58a4f2 (type: security_group_rules) to 0 2026-04-20 15:08:37.847 8 INFO neutron.db.ovn_revision_numbers_db [None req-b268f697-65df-4bc2-816f-761cb285b863 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource db12e7c4-fad3-4776-adb1-5ac7c7daa1ae (type: security_group_rules) to 0 [pid: 8|app: 0|req: 152/320] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:37 2026] GET /v2.0/security-groups?tenant_id=368ea68a908d48488ec1506f0e142e3f&name=default => generated 2925 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/321] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:37 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:37.944 7 INFO neutron.db.ovn_revision_numbers_db [None req-f0d78c87-30c5-4ea4-8d98-9754789f2fd0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 13ef44d8-4b81-4183-908b-1d566492ebab (type: security_groups) to 1 2026-04-20 15:08:37.963 7 INFO neutron.db.ovn_revision_numbers_db [None req-f0d78c87-30c5-4ea4-8d98-9754789f2fd0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 23eceb40-0a35-4c27-929a-5b5499580d8e (type: security_group_rules) to 0 2026-04-20 15:08:37.980 7 INFO neutron.db.ovn_revision_numbers_db [None req-f0d78c87-30c5-4ea4-8d98-9754789f2fd0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 30f102a3-fcf3-4c30-9a34-2c4ae0d6de17 (type: security_group_rules) to 0 2026-04-20 15:08:37.995 7 INFO neutron.db.ovn_revision_numbers_db [None req-f0d78c87-30c5-4ea4-8d98-9754789f2fd0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 8eba46b1-a140-4d13-9308-e023c64dc7a0 (type: security_group_rules) to 0 2026-04-20 15:08:38.011 7 INFO neutron.db.ovn_revision_numbers_db [None req-f0d78c87-30c5-4ea4-8d98-9754789f2fd0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9ea461c6-bc94-4f80-89b7-91aa6c2ed9a7 (type: security_group_rules) to 0 2026-04-20 15:08:38.091 7 INFO neutron.db.segments_db [None req-f0d78c87-30c5-4ea4-8d98-9754789f2fd0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Added segment 17883713-d041-48ce-a46d-1bd58b88a66d of type geneve for network b96e2306-6b66-4c67-9009-9821007f9d4c [pid: 8|app: 0|req: 154/322] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:37 2026] DELETE /v2.0/security-groups/cce536be-32b0-48f6-8dc4-c811c073c3fd => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:08:38.239 7 INFO neutron.db.ovn_revision_numbers_db [None req-f0d78c87-30c5-4ea4-8d98-9754789f2fd0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b96e2306-6b66-4c67-9009-9821007f9d4c (type: networks) to 1 2026-04-20 15:08:38.488 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f0d78c87-30c5-4ea4-8d98-9754789f2fd0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:38.490 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f0d78c87-30c5-4ea4-8d98-9754789f2fd0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network b96e2306-6b66-4c67-9009-9821007f9d4c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:38.565 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status down for port: ef16b8ce-6f23-454d-af76-fe1abc99b9a7 2026-04-20 15:08:38.594 7 INFO neutron.db.ovn_revision_numbers_db [None req-f0d78c87-30c5-4ea4-8d98-9754789f2fd0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ef16b8ce-6f23-454d-af76-fe1abc99b9a7 (type: ports) to 1 [pid: 7|app: 0|req: 169/323] 10.0.0.154 () {34 vars in 671 bytes} [Mon Apr 20 15:08:37 2026] POST /v2.0/networks => generated 774 bytes in 928 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:38.751 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dcd796ea-3df4-4e87-83f4-cb7f0718fd60 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:38.752 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dcd796ea-3df4-4e87-83f4-cb7f0718fd60 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network b96e2306-6b66-4c67-9009-9821007f9d4c: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 170/324] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:39 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:39.292 8 INFO neutron.db.ovn_revision_numbers_db [None req-ea769a4f-9188-4fa4-9745-25f893789c84 - - - - - -] Successfully bumped revision number for resource ef16b8ce-6f23-454d-af76-fe1abc99b9a7 (type: ports) to 2 2026-04-20 15:08:39.323 8 INFO neutron.db.ovn_revision_numbers_db [None req-ea769a4f-9188-4fa4-9745-25f893789c84 - - - - - -] Successfully bumped revision number for resource 8e4698fd-ebc1-40f1-9c91-1d13d681e2f8 (type: subnets) to 0 [pid: 8|app: 0|req: 155/325] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:08:38 2026] POST /v2.0/subnets => generated 699 bytes in 720 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:39.823 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-58d398d1-c1c2-4f23-866f-f398888eb4af 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:39.825 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-58d398d1-c1c2-4f23-866f-f398888eb4af 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:39.958 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7454c787-9dad-4ea2-8420-10498bc34d97 - - - - - -] OVN reports status down for port: 4327e420-48d8-468f-9555-0e05fe0af553 2026-04-20 15:08:40.021 7 INFO neutron.db.ovn_revision_numbers_db [None req-58d398d1-c1c2-4f23-866f-f398888eb4af 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4327e420-48d8-468f-9555-0e05fe0af553 (type: ports) to 1 [pid: 8|app: 0|req: 156/326] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:40 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:40.651 8 INFO neutron.db.ovn_revision_numbers_db [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource fdc6304d-0ac9-436f-bfad-dcb5035cd50b (type: security_groups) to 1 2026-04-20 15:08:40.664 8 INFO neutron.db.ovn_revision_numbers_db [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource 1e21a2ce-d0b7-4bb0-a509-7855a8dabfc9 (type: security_group_rules) to 0 2026-04-20 15:08:40.677 8 INFO neutron.db.ovn_revision_numbers_db [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource 3a70d201-182a-4be4-8e25-a77f7ffe8409 (type: security_group_rules) to 0 2026-04-20 15:08:40.692 8 INFO neutron.db.ovn_revision_numbers_db [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource 5cb2e02b-6593-4b0b-99f1-4907af3d976f (type: security_group_rules) to 0 2026-04-20 15:08:40.702 8 INFO neutron.db.ovn_revision_numbers_db [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource a3102008-4de8-4bc3-9e47-bf0457303aa5 (type: security_group_rules) to 0 2026-04-20 15:08:40.729 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-ee8380af-feca-4908-b003-fd2be6a58c8c - - - - - -] Schedule LRP lrp-4327e420-48d8-468f-9555-0e05fe0af553 on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:08:40.772 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-4dcb749d-0c73-4f4e-a4b4-ab0a1687c08e - - - - - -] Router d8d6c7c6-1a3a-4fed-85e5-17f80304cb2e is bound to host instance 2026-04-20 15:08:40.797 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7454c787-9dad-4ea2-8420-10498bc34d97 - - - - - -] OVN reports status up for port: 4327e420-48d8-468f-9555-0e05fe0af553 2026-04-20 15:08:40.850 7 INFO neutron.plugins.ml2.plugin [None req-7454c787-9dad-4ea2-8420-10498bc34d97 - - - - - -] Attempt 1 to provision port 4327e420-48d8-468f-9555-0e05fe0af553 2026-04-20 15:08:40.862 8 INFO neutron.db.segments_db [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Added segment f5c90c08-2e70-41fd-88f6-6e186cfa4a04 of type geneve for network 403dcae0-4f9b-4dbb-927f-237ff6ad5ab2 2026-04-20 15:08:40.924 7 INFO neutron.db.ovn_revision_numbers_db [None req-58d398d1-c1c2-4f23-866f-f398888eb4af 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4327e420-48d8-468f-9555-0e05fe0af553 (type: router_ports) to 1 2026-04-20 15:08:40.950 8 INFO neutron.db.segments_db [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Added segment edd27478-abf1-4fdd-8ca1-666019a6aea5 of type geneve for network 9d6fd183-c208-454c-8eda-0a1b8fa43f31 2026-04-20 15:08:41.105 8 INFO neutron.db.ovn_revision_numbers_db [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource 403dcae0-4f9b-4dbb-927f-237ff6ad5ab2 (type: networks) to 1 2026-04-20 15:08:41.150 7 INFO neutron.db.ovn_revision_numbers_db [None req-58d398d1-c1c2-4f23-866f-f398888eb4af 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d8d6c7c6-1a3a-4fed-85e5-17f80304cb2e (type: routers) to 2 [pid: 7|app: 0|req: 171/327] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:08:39 2026] POST /v2.0/routers => generated 977 bytes in 1838 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:41.349 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] No more DHCP agents 2026-04-20 15:08:41.351 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Unable to schedule network 403dcae0-4f9b-4dbb-927f-237ff6ad5ab2: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:41.403 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status down for port: a4cdda87-47ab-416e-84c1-bdd10b152ed6 2026-04-20 15:08:41.459 8 INFO neutron.db.ovn_revision_numbers_db [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource a4cdda87-47ab-416e-84c1-bdd10b152ed6 (type: ports) to 1 2026-04-20 15:08:41.549 7 INFO neutron.db.ovn_revision_numbers_db [None req-d50b79a2-7dd2-4a92-a06b-99d34994b94c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 95536934-9d4c-4c93-93e7-eaf632e9dc1c (type: security_groups) to 1 2026-04-20 15:08:41.578 8 INFO neutron.db.ovn_revision_numbers_db [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource 9d6fd183-c208-454c-8eda-0a1b8fa43f31 (type: networks) to 1 2026-04-20 15:08:41.583 7 INFO neutron.db.ovn_revision_numbers_db [None req-d50b79a2-7dd2-4a92-a06b-99d34994b94c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3c4930e7-05d0-43e7-9076-ee1d7835b36e (type: security_group_rules) to 0 2026-04-20 15:08:41.609 7 INFO neutron.db.ovn_revision_numbers_db [None req-d50b79a2-7dd2-4a92-a06b-99d34994b94c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 53081103-8a49-4fc7-82bf-cc971a3e3418 (type: security_group_rules) to 0 2026-04-20 15:08:41.630 7 INFO neutron.db.ovn_revision_numbers_db [None req-d50b79a2-7dd2-4a92-a06b-99d34994b94c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6603b400-3c65-4d52-9cb0-6cf73508d993 (type: security_group_rules) to 0 2026-04-20 15:08:41.661 7 INFO neutron.db.ovn_revision_numbers_db [None req-d50b79a2-7dd2-4a92-a06b-99d34994b94c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e6828fe0-c449-42b9-8568-9765fad3aeee (type: security_group_rules) to 0 [pid: 7|app: 0|req: 172/328] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:41 2026] GET /v2.0/security-groups?tenant_id=9bb5e4d2c19742beb73579a5120981da&name=default => generated 2925 bytes in 543 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:41.744 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] No more DHCP agents 2026-04-20 15:08:41.745 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Unable to schedule network 9d6fd183-c208-454c-8eda-0a1b8fa43f31: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:41.822 8 INFO neutron.db.ovn_revision_numbers_db [None req-cb887d61-d03a-495b-a66e-66ff521b6109 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource b472cc2c-b487-44e2-aed6-3bf51aab2f5d (type: ports) to 1 [pid: 8|app: 0|req: 157/329] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:08:40 2026] POST /v2.0/networks => generated 1284 bytes in 1498 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/330] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:08:41 2026] GET /v2.0/networks?id=6839d59d-8e14-4ddb-b6a6-4457fa6a9081 => generated 718 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/331] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:41 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => 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: 160/332] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:41 2026] DELETE /v2.0/security-groups/95536934-9d4c-4c93-93e7-eaf632e9dc1c => generated 0 bytes in 227 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/333] 10.0.0.154 () {32 vars in 649 bytes} [Mon Apr 20 15:08:42 2026] GET /v2.0/networks => generated 1971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/334] 199.204.45.38 () {34 vars in 910 bytes} [Mon Apr 20 15:08:42 2026] GET /v2.0/extensions => generated 20541 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-20 15:08:42.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-d325617c-61e6-481b-8e76-1d1cbdd42060 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] TaaS: Handle Delete Port: a4cdda87-47ab-416e-84c1-bdd10b152ed6 2026-04-20 15:08:42.406 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d325617c-61e6-481b-8e76-1d1cbdd42060 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Tap Mirror: Handle Delete Port: a4cdda87-47ab-416e-84c1-bdd10b152ed6 2026-04-20 15:08:42.479 7 INFO neutron.db.ovn_revision_numbers_db [None req-55e3322c-0a2b-4dfb-ba18-ddc42d0e7e76 - - - - - -] Successfully bumped revision number for resource 4327e420-48d8-468f-9555-0e05fe0af553 (type: ports) to 4 2026-04-20 15:08:42.553 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f6ca8f54-fe0b-4e21-851e-1dcc089b4193 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:42.558 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f6ca8f54-fe0b-4e21-851e-1dcc089b4193 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network b96e2306-6b66-4c67-9009-9821007f9d4c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:42.653 8 INFO neutron.services.segments.plugin [-] Segment f5c90c08-2e70-41fd-88f6-6e186cfa4a04 resource provider aggregate not found 2026-04-20 15:08:42.658 8 INFO neutron.services.segments.plugin [-] Segment f5c90c08-2e70-41fd-88f6-6e186cfa4a04 resource provider aggregate not found 2026-04-20 15:08:42.678 8 INFO neutron.services.segments.plugin [-] Segment f5c90c08-2e70-41fd-88f6-6e186cfa4a04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5c90c08-2e70-41fd-88f6-6e186cfa4a04 found for delete ", "request_id": "req-8fd88b9a-b8b2-4046-a8a3-37ae1c219ead"}]} 2026-04-20 15:08:42.680 8 INFO neutron.services.segments.plugin [-] Segment f5c90c08-2e70-41fd-88f6-6e186cfa4a04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5c90c08-2e70-41fd-88f6-6e186cfa4a04 found for delete ", "request_id": "req-849014f9-5d95-4c4f-a3f7-adcfeda15d8e"}]} [pid: 8|app: 0|req: 163/335] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:08:42 2026] DELETE /v2.0/networks/403dcae0-4f9b-4dbb-927f-237ff6ad5ab2 => generated 0 bytes in 466 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/336] 199.204.45.38 () {34 vars in 1049 bytes} [Mon Apr 20 15:08:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=146c3abcc4714fad997bfe077e27e64c => generated 180 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:42.862 7 INFO neutron.db.ovn_revision_numbers_db [None req-f6ca8f54-fe0b-4e21-851e-1dcc089b4193 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 700a85c9-ae2f-466a-994c-5131f3fd6bd8 (type: ports) to 1 2026-04-20 15:08:42.884 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6c364c1-ea04-4371-8f67-c687fb1d82b9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f678233b-bcec-4755-b731-642d2a58b8e8 (type: security_groups) to 1 2026-04-20 15:08:42.896 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6c364c1-ea04-4371-8f67-c687fb1d82b9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2c610e62-1c05-4211-baeb-4749d1ba0bda (type: security_group_rules) to 0 2026-04-20 15:08:42.908 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6c364c1-ea04-4371-8f67-c687fb1d82b9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5aa4a908-280c-4de6-aef8-a09f89c45331 (type: security_group_rules) to 0 2026-04-20 15:08:42.919 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6c364c1-ea04-4371-8f67-c687fb1d82b9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 99ff9985-532f-484a-a19f-e82bfdf225ce (type: security_group_rules) to 0 2026-04-20 15:08:42.930 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6c364c1-ea04-4371-8f67-c687fb1d82b9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e3ecfb5d-ce67-4b8c-8e75-37a6562094fd (type: security_group_rules) to 0 [pid: 8|app: 0|req: 165/337] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:42 2026] GET /v2.0/security-groups?tenant_id=a0c0b0c0bc6040bd9e92b51ab4cf8d22&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:43.068 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d00973c-6694-4049-b332-d60f13171032 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] TaaS: Handle Delete Port: b472cc2c-b487-44e2-aed6-3bf51aab2f5d 2026-04-20 15:08:43.071 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d00973c-6694-4049-b332-d60f13171032 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Tap Mirror: Handle Delete Port: b472cc2c-b487-44e2-aed6-3bf51aab2f5d 2026-04-20 15:08:43.209 7 INFO neutron.db.ovn_revision_numbers_db [None req-55e3322c-0a2b-4dfb-ba18-ddc42d0e7e76 - - - - - -] Successfully bumped revision number for resource 4327e420-48d8-468f-9555-0e05fe0af553 (type: ports) to 5 2026-04-20 15:08:43.249 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7454c787-9dad-4ea2-8420-10498bc34d97 - - - - - -] OVN reports status down for port: b472cc2c-b487-44e2-aed6-3bf51aab2f5d 2026-04-20 15:08:43.285 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7454c787-9dad-4ea2-8420-10498bc34d97 - - - - - -] OVN reports status down for port: 700a85c9-ae2f-466a-994c-5131f3fd6bd8 [pid: 8|app: 0|req: 166/338] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:08:42 2026] DELETE /v2.0/networks/9d6fd183-c208-454c-8eda-0a1b8fa43f31 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:08:43.623 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-0c6bde39-3eb5-4be9-bf7d-001adaa17794 req-5f83576b-293a-4181-b24a-aada8daaf293 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] No more DHCP agents 2026-04-20 15:08:43.624 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-0c6bde39-3eb5-4be9-bf7d-001adaa17794 req-5f83576b-293a-4181-b24a-aada8daaf293 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] Unable to schedule network 6839d59d-8e14-4ddb-b6a6-4457fa6a9081: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:43.745 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7454c787-9dad-4ea2-8420-10498bc34d97 - - - - - -] OVN reports status down for port: 567297cc-23dd-4895-ab5c-36c6b73a1bee 2026-04-20 15:08:43.754 8 INFO neutron.db.ovn_revision_numbers_db [req-0c6bde39-3eb5-4be9-bf7d-001adaa17794 req-5f83576b-293a-4181-b24a-aada8daaf293 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] Successfully bumped revision number for resource 567297cc-23dd-4895-ab5c-36c6b73a1bee (type: ports) to 1 [pid: 8|app: 0|req: 167/339] 199.204.45.38 () {38 vars in 954 bytes} [Mon Apr 20 15:08:43 2026] POST /v2.0/ports => generated 954 bytes in 495 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-20 15:08:43.908 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7454c787-9dad-4ea2-8420-10498bc34d97 - - - - - -] OVN reports status up for port: 700a85c9-ae2f-466a-994c-5131f3fd6bd8 2026-04-20 15:08:43.926 7 INFO neutron.plugins.ml2.plugin [None req-7454c787-9dad-4ea2-8420-10498bc34d97 - - - - - -] Attempt 1 to provision port 700a85c9-ae2f-466a-994c-5131f3fd6bd8 2026-04-20 15:08:43.980 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f6ca8f54-fe0b-4e21-851e-1dcc089b4193 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:08:43.984 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f6ca8f54-fe0b-4e21-851e-1dcc089b4193 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network b96e2306-6b66-4c67-9009-9821007f9d4c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 168/340] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:43 2026] DELETE /v2.0/security-groups/f678233b-bcec-4755-b731-642d2a58b8e8 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/341] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:44 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 957 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/342] 10.0.0.154 () {32 vars in 649 bytes} [Mon Apr 20 15:08:44 2026] GET /v2.0/networks => generated 689 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:44.627 7 INFO neutron.db.ovn_revision_numbers_db [None req-7454c787-9dad-4ea2-8420-10498bc34d97 - - - - - -] Successfully bumped revision number for resource 700a85c9-ae2f-466a-994c-5131f3fd6bd8 (type: ports) to 2 2026-04-20 15:08:44.707 8 INFO neutron.services.segments.plugin [-] Segment edd27478-abf1-4fdd-8ca1-666019a6aea5 resource provider aggregate not found 2026-04-20 15:08:44.710 8 INFO neutron.services.segments.plugin [-] Segment edd27478-abf1-4fdd-8ca1-666019a6aea5 resource provider aggregate not found 2026-04-20 15:08:44.736 8 INFO neutron.services.segments.plugin [-] Segment edd27478-abf1-4fdd-8ca1-666019a6aea5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edd27478-abf1-4fdd-8ca1-666019a6aea5 found for delete ", "request_id": "req-4b9a5871-7aed-404a-a03b-5710e2880c6e"}]} 2026-04-20 15:08:44.740 8 INFO neutron.services.segments.plugin [-] Segment edd27478-abf1-4fdd-8ca1-666019a6aea5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid edd27478-abf1-4fdd-8ca1-666019a6aea5 found for delete ", "request_id": "req-38fa9ee7-4172-4221-b65d-08a62663baa2"}]} 2026-04-20 15:08:44.777 7 INFO neutron.db.ovn_revision_numbers_db [None req-f6ca8f54-fe0b-4e21-851e-1dcc089b4193 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 700a85c9-ae2f-466a-994c-5131f3fd6bd8 (type: router_ports) to 1 2026-04-20 15:08:44.784 8 INFO neutron.db.ovn_revision_numbers_db [req-0c6bde39-3eb5-4be9-bf7d-001adaa17794 req-458c7793-411c-4d04-9d0f-7da7c964b234 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 567297cc-23dd-4895-ab5c-36c6b73a1bee (type: ports) to 2 [pid: 7|app: 0|req: 173/343] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:08:41 2026] PUT /v2.0/routers/d8d6c7c6-1a3a-4fed-85e5-17f80304cb2e/add_router_interface => generated 309 bytes in 3061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/344] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:44 2026] GET /v2.0/security-groups?id=a8914a5e-29cd-4354-a49d-f41c29e80ed8&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:44.935 7 INFO neutron.db.segments_db [None req-4a13b9b8-a98e-477e-963c-07fe319ac6c1 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Added segment 5a0ce7e2-884b-47a8-acfe-1a66ea7076aa of type geneve for network f3192ed5-b49f-4009-b84a-a53cae4e182d 2026-04-20 15:08:44.987 8 INFO neutron.db.ovn_revision_numbers_db [req-0c6bde39-3eb5-4be9-bf7d-001adaa17794 req-458c7793-411c-4d04-9d0f-7da7c964b234 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 567297cc-23dd-4895-ab5c-36c6b73a1bee (type: ports) to 4 [pid: 8|app: 0|req: 171/345] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:08:44 2026] PUT /v2.0/ports/567297cc-23dd-4895-ab5c-36c6b73a1bee => generated 1204 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:45.084 7 INFO neutron.db.ovn_revision_numbers_db [None req-4a13b9b8-a98e-477e-963c-07fe319ac6c1 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource f3192ed5-b49f-4009-b84a-a53cae4e182d (type: networks) to 1 2026-04-20 15:08:45.344 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4a13b9b8-a98e-477e-963c-07fe319ac6c1 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] No more DHCP agents 2026-04-20 15:08:45.346 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4a13b9b8-a98e-477e-963c-07fe319ac6c1 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Unable to schedule network f3192ed5-b49f-4009-b84a-a53cae4e182d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:45.398 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status down for port: f64e4b5f-7696-4197-97e9-aae59b070a79 2026-04-20 15:08:45.429 7 INFO neutron.db.ovn_revision_numbers_db [None req-4a13b9b8-a98e-477e-963c-07fe319ac6c1 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource f64e4b5f-7696-4197-97e9-aae59b070a79 (type: ports) to 1 [pid: 7|app: 0|req: 175/346] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:08:44 2026] POST /v2.0/networks => generated 673 bytes in 608 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-20 15:08:45.538 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-95d59ed4-1436-4ead-9b16-6645f2b97095'] response: {'name': 'network-changed', 'server_uuid': 'ba6e160d-94a9-4d76-8520-a4ddde7ebd39', 'tag': '567297cc-23dd-4895-ab5c-36c6b73a1bee', 'status': 'completed', 'code': 200} 2026-04-20 15:08:45.550 8 INFO neutron.db.segments_db [None req-ce4df59e-ba51-4131-b63b-984571084b8d e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Added segment dc694de3-a128-4e9c-99d9-f91725016143 of type geneve for network 1e0a9238-cc31-4e87-b476-28032db7b58b 2026-04-20 15:08:45.677 7 INFO neutron.db.ovn_revision_numbers_db [None req-77b63d34-68e8-4e97-aced-3245143ba3aa 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Successfully bumped revision number for resource e21b1cc2-5320-4aba-b3a3-e00c5079de25 (type: security_groups) to 1 2026-04-20 15:08:45.697 7 INFO neutron.db.ovn_revision_numbers_db [None req-77b63d34-68e8-4e97-aced-3245143ba3aa 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Successfully bumped revision number for resource 6f129c80-7251-45d1-9c42-d53cecadc055 (type: security_group_rules) to 0 2026-04-20 15:08:45.702 8 INFO neutron.db.ovn_revision_numbers_db [None req-ce4df59e-ba51-4131-b63b-984571084b8d e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource 1e0a9238-cc31-4e87-b476-28032db7b58b (type: networks) to 1 2026-04-20 15:08:45.710 7 INFO neutron.db.ovn_revision_numbers_db [None req-77b63d34-68e8-4e97-aced-3245143ba3aa 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Successfully bumped revision number for resource b3854788-e6cb-4085-9a46-69afccb829b0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 176/347] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:08:45 2026] POST /v2.0/security-groups => generated 1661 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-20 15:08:45.888 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ce4df59e-ba51-4131-b63b-984571084b8d e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] No more DHCP agents 2026-04-20 15:08:45.892 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ce4df59e-ba51-4131-b63b-984571084b8d e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Unable to schedule network 1e0a9238-cc31-4e87-b476-28032db7b58b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:45.904 7 INFO neutron.db.ovn_revision_numbers_db [None req-58159200-db6c-436f-97c5-f8cfabaa281e 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Successfully bumped revision number for resource 1588b562-15cf-412a-973c-49e219ae2c3e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 177/348] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:08:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:45.974 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status down for port: 044d2317-2bc8-4acc-958b-f90ad2866105 2026-04-20 15:08:46.025 8 INFO neutron.db.ovn_revision_numbers_db [None req-ce4df59e-ba51-4131-b63b-984571084b8d e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource 044d2317-2bc8-4acc-958b-f90ad2866105 (type: ports) to 1 [pid: 8|app: 0|req: 172/349] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:08:45 2026] POST /v2.0/networks => generated 673 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/350] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:45 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 969 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/351] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:08:46 2026] GET /v2.0/ports?tenant_id=146c3abcc4714fad997bfe077e27e64c&device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 1207 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:46.267 8 INFO neutron.db.ovn_revision_numbers_db [None req-2eacbe79-fc5e-431a-b378-62abeb963d5d 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Successfully bumped revision number for resource befa10bd-8cd3-44dc-8992-ba237341f62b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 173/352] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:08:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/353] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:46 2026] GET /v2.0/security-groups?id=a8914a5e-29cd-4354-a49d-f41c29e80ed8&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/354] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:08:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=567297cc-23dd-4895-ab5c-36c6b73a1bee => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:46.566 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6c1b7970-0db8-44f7-aaa0-a12668c89daa e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] No more DHCP agents 2026-04-20 15:08:46.567 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6c1b7970-0db8-44f7-aaa0-a12668c89daa e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Unable to schedule network f3192ed5-b49f-4009-b84a-a53cae4e182d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:46.597 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d168ea5c-8b03-49f4-ac5c-e74a965836ee 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] No more DHCP agents 2026-04-20 15:08:46.598 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d168ea5c-8b03-49f4-ac5c-e74a965836ee 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:46.678 7 INFO neutron.db.ovn_revision_numbers_db [None req-6c1b7970-0db8-44f7-aaa0-a12668c89daa e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource cb46a935-82ea-4dfe-b8fc-28c21f142234 (type: ports) to 1 2026-04-20 15:08:46.729 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6c1b7970-0db8-44f7-aaa0-a12668c89daa e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] No more DHCP agents 2026-04-20 15:08:46.730 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6c1b7970-0db8-44f7-aaa0-a12668c89daa e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Unable to schedule network 1e0a9238-cc31-4e87-b476-28032db7b58b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:46.831 7 INFO neutron.db.ovn_revision_numbers_db [None req-6c1b7970-0db8-44f7-aaa0-a12668c89daa e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource 3250b50d-f961-44ff-8758-37fa1305df1c (type: ports) to 1 [pid: 7|app: 0|req: 180/355] 10.0.0.154 () {34 vars in 665 bytes} [Mon Apr 20 15:08:46 2026] POST /v2.0/ports => generated 1506 bytes in 776 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 181/356] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:08:46 2026] GET /v2.0/subnets?id=b4aff690-294c-42ce-a5c1-2afc99fd7207 => generated 698 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/359] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:08:46 2026] POST /v2.0/floatingips => generated 552 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/360] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:08:47 2026] GET /v2.0/ports?network_id=6839d59d-8e14-4ddb-b6a6-4457fa6a9081&device_owner=network%3Adhcp => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/361] 10.0.0.154 () {32 vars in 643 bytes} [Mon Apr 20 15:08:46 2026] GET /v2.0/ports => generated 3018 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/362] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:08:47 2026] GET /v2.0/networks/6839d59d-8e14-4ddb-b6a6-4457fa6a9081?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: 179/363] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:08:47 2026] GET /v2.0/networks/6839d59d-8e14-4ddb-b6a6-4457fa6a9081?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:47.259 7 INFO neutron_taas.services.taas.taas_plugin [None req-c37b2dd7-4a65-45a1-80b8-c74769991694 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] TaaS: Handle Delete Port: cb46a935-82ea-4dfe-b8fc-28c21f142234 2026-04-20 15:08:47.265 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c37b2dd7-4a65-45a1-80b8-c74769991694 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Tap Mirror: Handle Delete Port: cb46a935-82ea-4dfe-b8fc-28c21f142234 [pid: 7|app: 0|req: 185/364] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:08:47 2026] DELETE /v2.0/ports/cb46a935-82ea-4dfe-b8fc-28c21f142234 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/365] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:47 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/366] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:47 2026] GET /v2.0/security-groups?id=a8914a5e-29cd-4354-a49d-f41c29e80ed8&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/367] 10.0.0.166 () {34 vars in 1100 bytes} [Mon Apr 20 15:08:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1052910612&fields=id&tenant_id=6bc3ff59b8484eb5827a7aef3fc804b1 => 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: 189/368] 10.0.0.166 () {34 vars in 982 bytes} [Mon Apr 20 15:08:47 2026] GET /v2.0/networks?id=b96e2306-6b66-4c67-9009-9821007f9d4c => generated 722 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:47.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3ee410f-7963-4521-86b6-ddfe0bb71c02 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] TaaS: Handle Delete Port: 3250b50d-f961-44ff-8758-37fa1305df1c [pid: 7|app: 0|req: 190/369] 10.0.0.166 () {34 vars in 965 bytes} [Mon Apr 20 15:08:47 2026] GET /v2.0/quotas/6bc3ff59b8484eb5827a7aef3fc804b1 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:47.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3ee410f-7963-4521-86b6-ddfe0bb71c02 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Tap Mirror: Handle Delete Port: 3250b50d-f961-44ff-8758-37fa1305df1c [pid: 8|app: 0|req: 180/370] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:08:47 2026] DELETE /v2.0/ports/3250b50d-f961-44ff-8758-37fa1305df1c => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/371] 10.0.0.154 () {32 vars in 643 bytes} [Mon Apr 20 15:08:47 2026] GET /v2.0/ports => generated 1523 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:47.943 8 INFO neutron.db.segments_db [None req-c62dc30b-0ae3-47c5-8862-395735cce743 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Added segment 27bbb36c-772a-467d-b85d-bbf059fce7c2 of type geneve for network a9d5f356-08be-4630-9fac-9527ca693768 2026-04-20 15:08:48.061 8 INFO neutron.db.ovn_revision_numbers_db [None req-c62dc30b-0ae3-47c5-8862-395735cce743 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource a9d5f356-08be-4630-9fac-9527ca693768 (type: networks) to 1 [pid: 7|app: 0|req: 191/372] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:08:47 2026] GET /v2.0/ports?tenant_id=6bc3ff59b8484eb5827a7aef3fc804b1&fields=id => generated 103 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/373] 10.0.0.166 () {34 vars in 1008 bytes} [Mon Apr 20 15:08:48 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:48.232 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c62dc30b-0ae3-47c5-8862-395735cce743 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] No more DHCP agents 2026-04-20 15:08:48.234 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c62dc30b-0ae3-47c5-8862-395735cce743 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Unable to schedule network a9d5f356-08be-4630-9fac-9527ca693768: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:48.319 8 INFO neutron.db.ovn_revision_numbers_db [None req-c62dc30b-0ae3-47c5-8862-395735cce743 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource 327b1240-111c-4e28-a124-a35c3af89ba3 (type: ports) to 1 [pid: 8|app: 0|req: 182/374] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:08:47 2026] POST /v2.0/networks => generated 672 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/375] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:08:48 2026] GET /v2.0/ports?tenant_id=146c3abcc4714fad997bfe077e27e64c&device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 1207 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/376] 10.0.0.166 () {34 vars in 1108 bytes} [Mon Apr 20 15:08:48 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:48.472 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ff93a56-7571-413e-86dc-0bb63860b798 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 057a5f77-288b-433a-8e1f-2cf3148d5f4a (type: security_groups) to 1 2026-04-20 15:08:48.486 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ff93a56-7571-413e-86dc-0bb63860b798 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 34c3fd15-3db6-4ee2-a304-812d58297666 (type: security_group_rules) to 0 2026-04-20 15:08:48.501 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ff93a56-7571-413e-86dc-0bb63860b798 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3e3547a2-93a4-419c-8002-0877557a7804 (type: security_group_rules) to 0 2026-04-20 15:08:48.518 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ff93a56-7571-413e-86dc-0bb63860b798 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 516230db-42ca-4369-a9c9-94e4be4e8987 (type: security_group_rules) to 0 2026-04-20 15:08:48.546 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ff93a56-7571-413e-86dc-0bb63860b798 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 57a39fdd-5747-4f1c-b90b-48ee57eaf821 (type: security_group_rules) to 0 2026-04-20 15:08:48.569 8 INFO neutron.db.segments_db [None req-a8801f7c-298f-4d0f-a443-eaf64caf3856 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Added segment 95857362-ba2a-48a1-9bb0-3ebd3b5a3094 of type geneve for network 2fc30880-103d-4f9d-86f2-61cc79c0ec49 [pid: 7|app: 0|req: 193/377] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:48 2026] GET /v2.0/security-groups?tenant_id=11ed93098d6a48828ca4b07fda83ef3f&name=default => generated 2925 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/378] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:08:48 2026] GET /v2.0/networks?id=6839d59d-8e14-4ddb-b6a6-4457fa6a9081 => generated 817 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/379] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:48 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/380] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:48 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:48.742 8 INFO neutron.db.ovn_revision_numbers_db [None req-a8801f7c-298f-4d0f-a443-eaf64caf3856 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource 2fc30880-103d-4f9d-86f2-61cc79c0ec49 (type: networks) to 1 2026-04-20 15:08:48.926 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a8801f7c-298f-4d0f-a443-eaf64caf3856 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] No more DHCP agents 2026-04-20 15:08:48.928 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a8801f7c-298f-4d0f-a443-eaf64caf3856 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Unable to schedule network 2fc30880-103d-4f9d-86f2-61cc79c0ec49: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:48.982 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status down for port: b00e1ec3-f83f-4306-a273-8b8b8c4f551d [pid: 7|app: 0|req: 197/381] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:48 2026] DELETE /v2.0/security-groups/057a5f77-288b-433a-8e1f-2cf3148d5f4a => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:08:49.072 8 INFO neutron.db.ovn_revision_numbers_db [None req-a8801f7c-298f-4d0f-a443-eaf64caf3856 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource b00e1ec3-f83f-4306-a273-8b8b8c4f551d (type: ports) to 1 [pid: 7|app: 0|req: 198/382] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:08:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=567297cc-23dd-4895-ab5c-36c6b73a1bee => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/383] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:49 2026] GET /v2.0/security-groups?id=a8914a5e-29cd-4354-a49d-f41c29e80ed8&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: 185/384] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:08:48 2026] POST /v2.0/networks => generated 673 bytes in 688 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/385] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:08:49 2026] GET /v2.0/subnets?id=b4aff690-294c-42ce-a5c1-2afc99fd7207 => generated 698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/386] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:08:49 2026] GET /v2.0/ports?network_id=6839d59d-8e14-4ddb-b6a6-4457fa6a9081&device_owner=network%3Adhcp => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/387] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:08:49 2026] GET /v2.0/networks/6839d59d-8e14-4ddb-b6a6-4457fa6a9081?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: 188/388] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:08:49 2026] GET /v2.0/networks/6839d59d-8e14-4ddb-b6a6-4457fa6a9081?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:49.395 7 INFO neutron.db.ovn_revision_numbers_db [None req-b6edb4a1-97fd-47dc-bfb2-6f20f45d3c8f 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fb353856-07d1-473b-a3e1-0f2d67c96be0 (type: security_groups) to 1 2026-04-20 15:08:49.422 7 INFO neutron.db.ovn_revision_numbers_db [None req-b6edb4a1-97fd-47dc-bfb2-6f20f45d3c8f 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2a565961-cf0e-4945-9037-8727e1fffbcc (type: security_group_rules) to 0 2026-04-20 15:08:49.441 7 INFO neutron.db.ovn_revision_numbers_db [None req-b6edb4a1-97fd-47dc-bfb2-6f20f45d3c8f 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 8218e77a-4948-43b7-8da5-b827c085eaed (type: security_group_rules) to 0 2026-04-20 15:08:49.464 7 INFO neutron.db.ovn_revision_numbers_db [None req-b6edb4a1-97fd-47dc-bfb2-6f20f45d3c8f 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 94cb03ef-951d-4058-9771-2972b2804644 (type: security_group_rules) to 0 2026-04-20 15:08:49.478 7 INFO neutron.db.ovn_revision_numbers_db [None req-b6edb4a1-97fd-47dc-bfb2-6f20f45d3c8f 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fc9b4a84-90fd-4292-a5f1-9d5f94529582 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 201/389] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:49 2026] GET /v2.0/security-groups?tenant_id=51857bfbdba84c27b488926a78fa53a4&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:49.840 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-dd6ff74c-e0cc-4a55-8cc9-45dfc223e0d4 - - - - - -] No hosting information found for port 700a85c9-ae2f-466a-994c-5131f3fd6bd8: RuntimeError: No hosting information found for port 700a85c9-ae2f-466a-994c-5131f3fd6bd8 [pid: 8|app: 0|req: 189/390] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:49 2026] DELETE /v2.0/security-groups/fb353856-07d1-473b-a3e1-0f2d67c96be0 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/391] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:49 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:50.005 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd6ff74c-e0cc-4a55-8cc9-45dfc223e0d4 - - - - - -] Successfully bumped revision number for resource 700a85c9-ae2f-466a-994c-5131f3fd6bd8 (type: router_ports) to 2 2026-04-20 15:08:50.006 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dd6ff74c-e0cc-4a55-8cc9-45dfc223e0d4 - - - - - -] OVN reports status down for port: cb46a935-82ea-4dfe-b8fc-28c21f142234 2026-04-20 15:08:50.021 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dd6ff74c-e0cc-4a55-8cc9-45dfc223e0d4 - - - - - -] OVN reports status down for port: 3250b50d-f961-44ff-8758-37fa1305df1c 2026-04-20 15:08:50.042 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dd6ff74c-e0cc-4a55-8cc9-45dfc223e0d4 - - - - - -] OVN reports status down for port: 327b1240-111c-4e28-a124-a35c3af89ba3 2026-04-20 15:08:50.199 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b41fffea-def5-444f-a9c6-6b66da2bfcc0 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] No more DHCP agents 2026-04-20 15:08:50.202 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b41fffea-def5-444f-a9c6-6b66da2bfcc0 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Unable to schedule network a9d5f356-08be-4630-9fac-9527ca693768: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:50.232 7 INFO neutron.db.ovn_revision_numbers_db [None req-b41fffea-def5-444f-a9c6-6b66da2bfcc0 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource 88fc286c-919b-49b0-8a47-ff654e077bb6 (type: subnets) to 0 2026-04-20 15:08:50.260 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b41fffea-def5-444f-a9c6-6b66da2bfcc0 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] No more DHCP agents 2026-04-20 15:08:50.261 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b41fffea-def5-444f-a9c6-6b66da2bfcc0 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Unable to schedule network 2fc30880-103d-4f9d-86f2-61cc79c0ec49: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:50.289 7 INFO neutron.db.ovn_revision_numbers_db [None req-b41fffea-def5-444f-a9c6-6b66da2bfcc0 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Successfully bumped revision number for resource 74d9a7ce-49ae-481d-8d3e-e7f79c449087 (type: subnets) to 0 [pid: 8|app: 0|req: 191/392] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:50 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => 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: 202/393] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:08:49 2026] POST /v2.0/subnets => generated 1324 bytes in 659 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/394] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:50 2026] GET /v2.0/security-groups?id=a8914a5e-29cd-4354-a49d-f41c29e80ed8&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/395] 10.0.0.154 () {32 vars in 647 bytes} [Mon Apr 20 15:08:50 2026] GET /v2.0/subnets => generated 1960 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/396] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:08:50 2026] DELETE /v2.0/subnets/88fc286c-919b-49b0-8a47-ff654e077bb6 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/397] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:08:50 2026] DELETE /v2.0/subnets/74d9a7ce-49ae-481d-8d3e-e7f79c449087 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/398] 10.0.0.154 () {32 vars in 647 bytes} [Mon Apr 20 15:08:50 2026] GET /v2.0/subnets => generated 649 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:50.956 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b5087e8-4def-4951-8ca1-1c3fde9f71bc e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] TaaS: Handle Delete Port: b00e1ec3-f83f-4306-a273-8b8b8c4f551d 2026-04-20 15:08:50.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b5087e8-4def-4951-8ca1-1c3fde9f71bc e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Tap Mirror: Handle Delete Port: b00e1ec3-f83f-4306-a273-8b8b8c4f551d [pid: 8|app: 0|req: 195/399] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:50 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:51.168 7 INFO neutron.services.segments.plugin [-] Segment 95857362-ba2a-48a1-9bb0-3ebd3b5a3094 resource provider aggregate not found 2026-04-20 15:08:51.170 7 INFO neutron.services.segments.plugin [-] Segment 95857362-ba2a-48a1-9bb0-3ebd3b5a3094 resource provider aggregate not found 2026-04-20 15:08:51.189 7 INFO neutron.services.segments.plugin [-] Segment 95857362-ba2a-48a1-9bb0-3ebd3b5a3094 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95857362-ba2a-48a1-9bb0-3ebd3b5a3094 found for delete ", "request_id": "req-82f84bb0-8f66-484e-9de1-145952c42b70"}]} 2026-04-20 15:08:51.195 7 INFO neutron.services.segments.plugin [-] Segment 95857362-ba2a-48a1-9bb0-3ebd3b5a3094 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95857362-ba2a-48a1-9bb0-3ebd3b5a3094 found for delete ", "request_id": "req-d57d3683-e0e5-4029-b927-76a05ab55f3a"}]} [pid: 7|app: 0|req: 205/400] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:08:50 2026] DELETE /v2.0/networks/2fc30880-103d-4f9d-86f2-61cc79c0ec49 => generated 0 bytes in 415 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:08:51.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-fbcf9697-ace8-45fd-b56a-05e5e4fc72a5 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] TaaS: Handle Delete Port: 327b1240-111c-4e28-a124-a35c3af89ba3 2026-04-20 15:08:51.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbcf9697-ace8-45fd-b56a-05e5e4fc72a5 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Tap Mirror: Handle Delete Port: 327b1240-111c-4e28-a124-a35c3af89ba3 [pid: 7|app: 0|req: 206/401] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:51 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => 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: 207/402] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:51 2026] GET /v2.0/security-groups?id=a8914a5e-29cd-4354-a49d-f41c29e80ed8&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-20 15:08:51.571 8 INFO neutron.services.segments.plugin [-] Segment 27bbb36c-772a-467d-b85d-bbf059fce7c2 resource provider aggregate not found 2026-04-20 15:08:51.571 8 INFO neutron.services.segments.plugin [-] Segment 27bbb36c-772a-467d-b85d-bbf059fce7c2 resource provider aggregate not found 2026-04-20 15:08:51.593 8 INFO neutron.services.segments.plugin [-] Segment 27bbb36c-772a-467d-b85d-bbf059fce7c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27bbb36c-772a-467d-b85d-bbf059fce7c2 found for delete ", "request_id": "req-54f26ced-6b46-4e1c-9ab1-b7444cf70631"}]} 2026-04-20 15:08:51.598 8 INFO neutron.services.segments.plugin [-] Segment 27bbb36c-772a-467d-b85d-bbf059fce7c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27bbb36c-772a-467d-b85d-bbf059fce7c2 found for delete ", "request_id": "req-a39073cb-a0c1-42a8-b245-bb798f6def74"}]} [pid: 8|app: 0|req: 196/403] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:08:51 2026] DELETE /v2.0/networks/a9d5f356-08be-4630-9fac-9527ca693768 => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:08:51.748 7 INFO neutron_taas.services.taas.taas_plugin [None req-de34f3b1-2b6a-4b63-8ec2-67e382714224 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] TaaS: Handle Delete Port: 044d2317-2bc8-4acc-958b-f90ad2866105 2026-04-20 15:08:51.751 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de34f3b1-2b6a-4b63-8ec2-67e382714224 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Tap Mirror: Handle Delete Port: 044d2317-2bc8-4acc-958b-f90ad2866105 [pid: 8|app: 0|req: 197/404] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:52 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => 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: 208/405] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:08:51 2026] DELETE /v2.0/networks/1e0a9238-cc31-4e87-b476-28032db7b58b => generated 0 bytes in 445 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:08:52.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-775a3213-affd-4d0a-a69e-f6a1f853e5d5 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] TaaS: Handle Delete Port: f64e4b5f-7696-4197-97e9-aae59b070a79 2026-04-20 15:08:52.192 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-775a3213-affd-4d0a-a69e-f6a1f853e5d5 e4d80f20014b495f9d4c2ec7ae29f8a2 3c7b8aa05d7d45718fb2a352f9f171ef - - default default] Tap Mirror: Handle Delete Port: f64e4b5f-7696-4197-97e9-aae59b070a79 [pid: 8|app: 0|req: 198/406] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:08:52 2026] DELETE /v2.0/networks/f3192ed5-b49f-4009-b84a-a53cae4e182d => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/407] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:52 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/408] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:52 2026] GET /v2.0/security-groups?id=a8914a5e-29cd-4354-a49d-f41c29e80ed8&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:53.048 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dd6ff74c-e0cc-4a55-8cc9-45dfc223e0d4 - - - - - -] OVN reports status up for port: 567297cc-23dd-4895-ab5c-36c6b73a1bee 2026-04-20 15:08:53.065 7 INFO neutron.plugins.ml2.plugin [None req-dd6ff74c-e0cc-4a55-8cc9-45dfc223e0d4 - - - - - -] Attempt 1 to provision port 567297cc-23dd-4895-ab5c-36c6b73a1bee [pid: 7|app: 0|req: 210/409] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:52 2026] GET /v2.0/security-groups?tenant_id=3c7b8aa05d7d45718fb2a352f9f171ef&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/410] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:53 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:53.218 7 INFO neutron.services.segments.plugin [-] Segment dc694de3-a128-4e9c-99d9-f91725016143 resource provider aggregate not found 2026-04-20 15:08:53.230 7 INFO neutron.services.segments.plugin [-] Segment dc694de3-a128-4e9c-99d9-f91725016143 resource provider aggregate not found [pid: 8|app: 0|req: 201/411] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:08:53 2026] GET /v2.0/networks?id=b96e2306-6b66-4c67-9009-9821007f9d4c => generated 722 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:53.254 7 INFO neutron.services.segments.plugin [-] Segment dc694de3-a128-4e9c-99d9-f91725016143 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc694de3-a128-4e9c-99d9-f91725016143 found for delete ", "request_id": "req-451b4fde-d51d-4797-882c-e953beaae2bd"}]} 2026-04-20 15:08:53.256 7 INFO neutron.services.segments.plugin [-] Segment dc694de3-a128-4e9c-99d9-f91725016143 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc694de3-a128-4e9c-99d9-f91725016143 found for delete ", "request_id": "req-e1dfb117-d9be-4ab1-8fac-75c3c6df087c"}]} [pid: 8|app: 0|req: 202/412] 199.204.45.38 () {34 vars in 1049 bytes} [Mon Apr 20 15:08:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6bc3ff59b8484eb5827a7aef3fc804b1 => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:53.531 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd6ff74c-e0cc-4a55-8cc9-45dfc223e0d4 - - - - - -] Successfully bumped revision number for resource 567297cc-23dd-4895-ab5c-36c6b73a1bee (type: ports) to 5 2026-04-20 15:08:53.620 8 INFO neutron.services.segments.plugin [-] Segment 5a0ce7e2-884b-47a8-acfe-1a66ea7076aa resource provider aggregate not found 2026-04-20 15:08:53.624 8 INFO neutron.services.segments.plugin [-] Segment 5a0ce7e2-884b-47a8-acfe-1a66ea7076aa resource provider aggregate not found 2026-04-20 15:08:53.646 8 INFO neutron.services.segments.plugin [-] Segment 5a0ce7e2-884b-47a8-acfe-1a66ea7076aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a0ce7e2-884b-47a8-acfe-1a66ea7076aa found for delete ", "request_id": "req-e8e6fd4b-f17d-4f81-9476-340038364c1d"}]} 2026-04-20 15:08:53.648 8 INFO neutron.services.segments.plugin [-] Segment 5a0ce7e2-884b-47a8-acfe-1a66ea7076aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a0ce7e2-884b-47a8-acfe-1a66ea7076aa found for delete ", "request_id": "req-86491b83-9ab9-4787-816c-1962485831a8"}]} 2026-04-20 15:08:53.651 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-1c7c617a-99d2-4b64-9d9c-d2ba6e487a27 req-375e64e2-f897-4864-ab81-fe94493f8002 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] No more DHCP agents 2026-04-20 15:08:53.653 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-1c7c617a-99d2-4b64-9d9c-d2ba6e487a27 req-375e64e2-f897-4864-ab81-fe94493f8002 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Unable to schedule network b96e2306-6b66-4c67-9009-9821007f9d4c: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 211/413] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:53 2026] DELETE /v2.0/security-groups/fdc6304d-0ac9-436f-bfad-dcb5035cd50b => generated 0 bytes in 511 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:08:53.789 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-501b12ea-d467-4ad6-942c-0fd9810d29d6 - - - - - -] OVN reports status down for port: 187461fc-b14a-4618-9bac-55f8885b856c 2026-04-20 15:08:53.821 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc3539f3-05f2-417b-a972-815bc4682e23'] response: {'server_uuid': 'ba6e160d-94a9-4d76-8520-a4ddde7ebd39', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '567297cc-23dd-4895-ab5c-36c6b73a1bee', 'code': 200} 2026-04-20 15:08:53.836 8 INFO neutron.db.ovn_revision_numbers_db [req-1c7c617a-99d2-4b64-9d9c-d2ba6e487a27 req-375e64e2-f897-4864-ab81-fe94493f8002 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Successfully bumped revision number for resource 187461fc-b14a-4618-9bac-55f8885b856c (type: ports) to 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 212/414] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:53 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/415] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:53 2026] GET /v2.0/security-groups?id=a8914a5e-29cd-4354-a49d-f41c29e80ed8&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/416] 199.204.45.38 () {38 vars in 954 bytes} [Mon Apr 20 15:08:53 2026] POST /v2.0/ports => generated 954 bytes in 696 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-20 15:08:54.409 8 INFO neutron.db.ovn_revision_numbers_db [None req-222ce191-50ce-403b-8335-b32f50b8c7f3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 8bd6e654-f847-4392-81c2-c41a2d78a890 (type: security_groups) to 1 2026-04-20 15:08:54.422 8 INFO neutron.db.ovn_revision_numbers_db [None req-222ce191-50ce-403b-8335-b32f50b8c7f3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 427ab3c9-de3e-4449-bdf2-87ccf1d263b6 (type: security_group_rules) to 0 2026-04-20 15:08:54.429 7 INFO neutron.db.ovn_revision_numbers_db [req-1c7c617a-99d2-4b64-9d9c-d2ba6e487a27 req-5df6c189-e078-4ce7-86e6-6d76425116ac 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 187461fc-b14a-4618-9bac-55f8885b856c (type: ports) to 2 2026-04-20 15:08:54.436 8 INFO neutron.db.ovn_revision_numbers_db [None req-222ce191-50ce-403b-8335-b32f50b8c7f3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 8cf82d6b-69f4-437d-8a82-d684849737b8 (type: security_group_rules) to 0 2026-04-20 15:08:54.451 8 INFO neutron.db.ovn_revision_numbers_db [None req-222ce191-50ce-403b-8335-b32f50b8c7f3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b58c5be1-d5f4-491d-ac19-013a7d4f863a (type: security_group_rules) to 0 2026-04-20 15:08:54.461 8 INFO neutron.db.ovn_revision_numbers_db [None req-222ce191-50ce-403b-8335-b32f50b8c7f3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d41de190-f9b5-444a-a1f5-36e44e315a72 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 204/417] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:54 2026] GET /v2.0/security-groups?tenant_id=455de82b7b0e44c89e4fdcc7c0376273&name=default => generated 2925 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/418] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:54 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:54.663 7 INFO neutron.db.ovn_revision_numbers_db [req-1c7c617a-99d2-4b64-9d9c-d2ba6e487a27 req-5df6c189-e078-4ce7-86e6-6d76425116ac 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 187461fc-b14a-4618-9bac-55f8885b856c (type: ports) to 4 [pid: 7|app: 0|req: 214/419] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:08:53 2026] PUT /v2.0/ports/187461fc-b14a-4618-9bac-55f8885b856c => generated 1204 bytes in 712 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: 215/420] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:54 2026] GET /v2.0/security-groups?id=e21b1cc2-5320-4aba-b3a3-e00c5079de25&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: 206/421] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:54 2026] DELETE /v2.0/security-groups/8bd6e654-f847-4392-81c2-c41a2d78a890 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/422] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:55 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => 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: 208/423] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:55 2026] GET /v2.0/security-groups?id=a8914a5e-29cd-4354-a49d-f41c29e80ed8&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-20 15:08:55.155 7 INFO neutron.db.ovn_revision_numbers_db [None req-65f5eee0-e067-4d5b-a19e-73f79fe3f19e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f0d9b5b9-2a45-4d33-b006-168d9cd28e76 (type: security_groups) to 1 2026-04-20 15:08:55.176 7 INFO neutron.db.ovn_revision_numbers_db [None req-65f5eee0-e067-4d5b-a19e-73f79fe3f19e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 66e4d7fc-2bc3-4a8b-9fdd-27b5af1dd3b8 (type: security_group_rules) to 0 2026-04-20 15:08:55.196 7 INFO neutron.db.ovn_revision_numbers_db [None req-65f5eee0-e067-4d5b-a19e-73f79fe3f19e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 786a4f8c-c9d2-44b0-b589-85cb607ad321 (type: security_group_rules) to 0 2026-04-20 15:08:55.229 7 INFO neutron.db.ovn_revision_numbers_db [None req-65f5eee0-e067-4d5b-a19e-73f79fe3f19e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 8927af15-6a39-49ba-9b1b-47ac46113fbc (type: security_group_rules) to 0 2026-04-20 15:08:55.257 7 INFO neutron.db.ovn_revision_numbers_db [None req-65f5eee0-e067-4d5b-a19e-73f79fe3f19e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d06a4c3d-7a01-4329-aa1e-e5367c1cc32a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 216/424] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:08:54 2026] GET /v2.0/security-groups?tenant_id=b4f0510ade644484b7fd760a41fc1607&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/425] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:08:55 2026] DELETE /v2.0/security-groups/f0d9b5b9-2a45-4d33-b006-168d9cd28e76 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/426] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:08:55 2026] GET /v2.0/ports?tenant_id=6bc3ff59b8484eb5827a7aef3fc804b1&device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 1207 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/427] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:08:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=187461fc-b14a-4618-9bac-55f8885b856c => 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: 219/428] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:08:55 2026] GET /v2.0/subnets?id=8e4698fd-ebc1-40f1-9c91-1d13d681e2f8 => generated 702 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:55.935 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a4a7055-b64f-4745-b0da-e287a06e0fb4'] response: {'server_uuid': 'ba6e160d-94a9-4d76-8520-a4ddde7ebd39', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '567297cc-23dd-4895-ab5c-36c6b73a1bee', 'code': 200} 2026-04-20 15:08:55.935 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a4a7055-b64f-4745-b0da-e287a06e0fb4'] response: {'name': 'network-changed', 'server_uuid': 'a25da6f7-98fe-4def-84d7-124713f3fd5c', 'tag': '187461fc-b14a-4618-9bac-55f8885b856c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 220/429] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:55 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 969 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/430] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:08:55 2026] GET /v2.0/ports?network_id=b96e2306-6b66-4c67-9009-9821007f9d4c&device_owner=network%3Adhcp => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/431] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:56 2026] GET /v2.0/security-groups?id=e21b1cc2-5320-4aba-b3a3-e00c5079de25&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/432] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:08:56 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/433] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:08:56 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/434] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:56 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:56.261 8 INFO neutron.db.ovn_revision_numbers_db [None req-651b60c7-f838-4730-9aa8-3548d8150bca c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Successfully bumped revision number for resource e296599e-d72e-4b16-af44-242935e3cf60 (type: security_groups) to 1 2026-04-20 15:08:56.276 8 INFO neutron.db.ovn_revision_numbers_db [None req-651b60c7-f838-4730-9aa8-3548d8150bca c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Successfully bumped revision number for resource 0978a80d-4d52-4c87-984f-ad3ec64e33b0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 226/435] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:56 2026] GET /v2.0/security-groups?id=a8914a5e-29cd-4354-a49d-f41c29e80ed8&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-20 15:08:56.290 8 INFO neutron.db.ovn_revision_numbers_db [None req-651b60c7-f838-4730-9aa8-3548d8150bca c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Successfully bumped revision number for resource a794978a-955d-4b62-8ceb-1a82088675cb (type: security_group_rules) to 0 2026-04-20 15:08:56.322 8 INFO neutron.db.ovn_revision_numbers_db [None req-651b60c7-f838-4730-9aa8-3548d8150bca c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Successfully bumped revision number for resource af2add07-7185-4192-b455-a712a236369c (type: security_group_rules) to 0 2026-04-20 15:08:56.333 8 INFO neutron.db.ovn_revision_numbers_db [None req-651b60c7-f838-4730-9aa8-3548d8150bca c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Successfully bumped revision number for resource db1efc3a-f09f-4b02-ae3a-7feecb9ee76d (type: security_group_rules) to 0 2026-04-20 15:08:56.416 8 INFO neutron.db.segments_db [None req-651b60c7-f838-4730-9aa8-3548d8150bca c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Added segment 6ab67674-cacc-4721-b57d-62acbd11e898 of type geneve for network 789b57f6-5f3d-4718-9918-9850dea084b0 [pid: 7|app: 0|req: 227/436] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:56 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:56.566 8 INFO neutron.db.ovn_revision_numbers_db [None req-651b60c7-f838-4730-9aa8-3548d8150bca c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Successfully bumped revision number for resource 789b57f6-5f3d-4718-9918-9850dea084b0 (type: networks) to 1 2026-04-20 15:08:56.746 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-651b60c7-f838-4730-9aa8-3548d8150bca c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] No more DHCP agents 2026-04-20 15:08:56.748 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-651b60c7-f838-4730-9aa8-3548d8150bca c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Unable to schedule network 789b57f6-5f3d-4718-9918-9850dea084b0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:56.831 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-501b12ea-d467-4ad6-942c-0fd9810d29d6 - - - - - -] OVN reports status down for port: 4bf56842-58a0-48a6-8221-77e9f8480d0c 2026-04-20 15:08:56.846 8 INFO neutron.db.ovn_revision_numbers_db [None req-651b60c7-f838-4730-9aa8-3548d8150bca c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Successfully bumped revision number for resource 4bf56842-58a0-48a6-8221-77e9f8480d0c (type: ports) to 1 [pid: 8|app: 0|req: 210/437] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:08:55 2026] POST /v2.0/networks => generated 667 bytes in 1113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/438] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:57 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 969 bytes in 72 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: 212/439] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:08:57 2026] GET /v2.0/ports?tenant_id=6bc3ff59b8484eb5827a7aef3fc804b1&device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 1207 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:57.277 7 INFO neutron.db.ovn_revision_numbers_db [None req-384b8fc2-edea-4a65-bbdb-aaa76659ef12 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] Successfully bumped revision number for resource 4afd7938-46fb-45a5-b5aa-d8c1f55fc82f (type: floatingips) to 1 [pid: 8|app: 0|req: 213/440] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:57 2026] GET /v2.0/security-groups?id=e21b1cc2-5320-4aba-b3a3-e00c5079de25&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: 214/441] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:08:57 2026] GET /v2.0/networks?id=b96e2306-6b66-4c67-9009-9821007f9d4c => generated 821 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:57.412 7 INFO neutron.db.ovn_revision_numbers_db [None req-384b8fc2-edea-4a65-bbdb-aaa76659ef12 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] Successfully bumped revision number for resource 4afd7938-46fb-45a5-b5aa-d8c1f55fc82f (type: floatingips) to 2 2026-04-20 15:08:57.412 7 INFO neutron.db.l3_db [None req-384b8fc2-edea-4a65-bbdb-aaa76659ef12 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] Floating IP 4afd7938-46fb-45a5-b5aa-d8c1f55fc82f associated. External IP: 10.96.250.212, port: 567297cc-23dd-4895-ab5c-36c6b73a1bee. [pid: 7|app: 0|req: 228/442] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:08:56 2026] PUT /v2.0/floatingips/4afd7938-46fb-45a5-b5aa-d8c1f55fc82f => generated 855 bytes in 1003 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/443] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:08:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=187461fc-b14a-4618-9bac-55f8885b856c => 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: 230/444] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:08:57 2026] GET /v2.0/subnets?id=8e4698fd-ebc1-40f1-9c91-1d13d681e2f8 => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:57.566 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d0c52e28-bb45-43c3-83f5-8090b9f2122d c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] No more DHCP agents 2026-04-20 15:08:57.567 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d0c52e28-bb45-43c3-83f5-8090b9f2122d c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Unable to schedule network 789b57f6-5f3d-4718-9918-9850dea084b0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:08:57.594 8 INFO neutron.db.ovn_revision_numbers_db [None req-d0c52e28-bb45-43c3-83f5-8090b9f2122d c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Successfully bumped revision number for resource 018088ed-dbd0-43a3-b2d3-620358c630df (type: subnets) to 0 [pid: 7|app: 0|req: 231/445] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:57 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/446] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:08:57 2026] POST /v2.0/subnets => generated 673 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/447] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:08:57 2026] GET /v2.0/ports?network_id=b96e2306-6b66-4c67-9009-9821007f9d4c&device_owner=network%3Adhcp => 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: 216/448] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:57 2026] GET /v2.0/security-groups?id=a8914a5e-29cd-4354-a49d-f41c29e80ed8&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: 217/449] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:08:57 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:57.720 7 INFO neutron.db.segments_db [None req-f1feda01-b47d-4906-9c09-58d0bec50143 c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Added segment 96fae6b3-4b5c-44af-9cd4-ada7e39f1571 of type geneve for network 0032d05c-05bb-407d-91f2-2b055d6ef18e [pid: 8|app: 0|req: 218/450] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:08:57 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:57.861 7 INFO neutron.db.ovn_revision_numbers_db [None req-f1feda01-b47d-4906-9c09-58d0bec50143 c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Successfully bumped revision number for resource 0032d05c-05bb-407d-91f2-2b055d6ef18e (type: networks) to 1 2026-04-20 15:08:57.992 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d0c1643-68df-4fb0-8387-3e1e00549dce'] response: {'name': 'network-changed', 'server_uuid': 'ba6e160d-94a9-4d76-8520-a4ddde7ebd39', 'tag': '567297cc-23dd-4895-ab5c-36c6b73a1bee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 219/451] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:57 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:58.067 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f1feda01-b47d-4906-9c09-58d0bec50143 c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] No more DHCP agents 2026-04-20 15:08:58.069 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f1feda01-b47d-4906-9c09-58d0bec50143 c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Unable to schedule network 0032d05c-05bb-407d-91f2-2b055d6ef18e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 220/452] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:58 2026] GET /v2.0/security-groups?id=a8914a5e-29cd-4354-a49d-f41c29e80ed8&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-20 15:08:58.114 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status down for port: a6ee874f-cfc1-4643-8355-3ec9366a8323 2026-04-20 15:08:58.164 7 INFO neutron.db.ovn_revision_numbers_db [None req-f1feda01-b47d-4906-9c09-58d0bec50143 c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Successfully bumped revision number for resource a6ee874f-cfc1-4643-8355-3ec9366a8323 (type: ports) to 1 [pid: 7|app: 0|req: 233/453] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:08:57 2026] POST /v2.0/networks => generated 667 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:08:58.335 8 INFO neutron.db.ovn_revision_numbers_db [None req-aaed0e07-f39a-403d-823c-6aae774fd1ec c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Successfully bumped revision number for resource 0032d05c-05bb-407d-91f2-2b055d6ef18e (type: networks) to 2 [pid: 8|app: 0|req: 221/454] 10.0.0.154 () {34 vars in 743 bytes} [Mon Apr 20 15:08:58 2026] PUT /v2.0/networks/0032d05c-05bb-407d-91f2-2b055d6ef18e => generated 636 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/455] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:58 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/456] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:58 2026] GET /v2.0/security-groups?id=e21b1cc2-5320-4aba-b3a3-e00c5079de25&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/457] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:08:58 2026] GET /v2.0/ports?tenant_id=146c3abcc4714fad997bfe077e27e64c&device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 1209 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:08:58.559 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2b52904f-e482-4347-9881-525ac0ea25f8 c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] No more DHCP agents 2026-04-20 15:08:58.560 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2b52904f-e482-4347-9881-525ac0ea25f8 c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Unable to schedule network 0032d05c-05bb-407d-91f2-2b055d6ef18e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 225/458] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:08:58 2026] GET /v2.0/networks?id=6839d59d-8e14-4ddb-b6a6-4457fa6a9081 => generated 817 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:58.601 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b52904f-e482-4347-9881-525ac0ea25f8 c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Successfully bumped revision number for resource fa62af0f-b28f-43a6-b1d9-3d241c9996ec (type: subnets) to 0 [pid: 7|app: 0|req: 234/459] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:08:58 2026] POST /v2.0/subnets => generated 646 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/460] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:08:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=567297cc-23dd-4895-ab5c-36c6b73a1bee => generated 860 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/461] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:08:58 2026] GET /v2.0/subnets?id=b4aff690-294c-42ce-a5c1-2afc99fd7207 => generated 698 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/462] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:08:58 2026] GET /v2.0/ports?network_id=6839d59d-8e14-4ddb-b6a6-4457fa6a9081&device_owner=network%3Adhcp => 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: 229/463] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:08:58 2026] GET /v2.0/networks/6839d59d-8e14-4ddb-b6a6-4457fa6a9081?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: 230/464] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:08:58 2026] GET /v2.0/networks/6839d59d-8e14-4ddb-b6a6-4457fa6a9081?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:08:59.038 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-501b12ea-d467-4ad6-942c-0fd9810d29d6 - - - - - -] OVN reports status down for port: 567297cc-23dd-4895-ab5c-36c6b73a1bee [pid: 8|app: 0|req: 231/465] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:59 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/466] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:59 2026] GET /v2.0/security-groups?id=a8914a5e-29cd-4354-a49d-f41c29e80ed8&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:59.483 7 INFO neutron.db.ovn_revision_numbers_db [None req-501b12ea-d467-4ad6-942c-0fd9810d29d6 - - - - - -] Successfully bumped revision number for resource 567297cc-23dd-4895-ab5c-36c6b73a1bee (type: ports) to 6 2026-04-20 15:08:59.567 7 INFO neutron.db.ovn_revision_numbers_db [None req-886e4cff-b885-4bff-b862-58f3dbc2fbb6 - - - - - -] Successfully bumped revision number for resource a6ee874f-cfc1-4643-8355-3ec9366a8323 (type: ports) to 2 2026-04-20 15:08:59.632 7 INFO neutron.db.ovn_revision_numbers_db [None req-886e4cff-b885-4bff-b862-58f3dbc2fbb6 - - - - - -] Successfully bumped revision number for resource fa62af0f-b28f-43a6-b1d9-3d241c9996ec (type: subnets) to 1 [pid: 7|app: 0|req: 235/467] 10.0.0.154 () {34 vars in 741 bytes} [Mon Apr 20 15:08:58 2026] PUT /v2.0/subnets/fa62af0f-b28f-43a6-b1d9-3d241c9996ec => generated 656 bytes in 1016 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: 233/468] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:08:59 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/469] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:08:59 2026] GET /v2.0/security-groups?id=e21b1cc2-5320-4aba-b3a3-e00c5079de25&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:08:59.757 7 INFO neutron_taas.services.taas.taas_plugin [None req-2770987c-76a7-4c52-939e-7c0985d95e39 c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] TaaS: Handle Delete Port: a6ee874f-cfc1-4643-8355-3ec9366a8323 2026-04-20 15:08:59.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2770987c-76a7-4c52-939e-7c0985d95e39 c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Tap Mirror: Handle Delete Port: a6ee874f-cfc1-4643-8355-3ec9366a8323 2026-04-20 15:09:00.067 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b08025a-64cc-4240-b944-49ad7d7cea01'] response: {'server_uuid': 'ba6e160d-94a9-4d76-8520-a4ddde7ebd39', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '567297cc-23dd-4895-ab5c-36c6b73a1bee', 'code': 200} 2026-04-20 15:09:00.067 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b08025a-64cc-4240-b944-49ad7d7cea01'] response: {'server_uuid': 'ba6e160d-94a9-4d76-8520-a4ddde7ebd39', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '567297cc-23dd-4895-ab5c-36c6b73a1bee', 'code': 200} 2026-04-20 15:09:00.079 7 INFO neutron.services.segments.plugin [-] Segment 96fae6b3-4b5c-44af-9cd4-ada7e39f1571 resource provider aggregate not found 2026-04-20 15:09:00.099 7 INFO neutron.services.segments.plugin [-] Segment 96fae6b3-4b5c-44af-9cd4-ada7e39f1571 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96fae6b3-4b5c-44af-9cd4-ada7e39f1571 found for delete ", "request_id": "req-df708ca6-6ca8-4079-843b-1e1d3619a8fa"}]} 2026-04-20 15:09:00.100 7 INFO neutron.services.segments.plugin [-] Segment 96fae6b3-4b5c-44af-9cd4-ada7e39f1571 resource provider aggregate not found 2026-04-20 15:09:00.118 7 INFO neutron.services.segments.plugin [-] Segment 96fae6b3-4b5c-44af-9cd4-ada7e39f1571 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96fae6b3-4b5c-44af-9cd4-ada7e39f1571 found for delete ", "request_id": "req-6a757804-9ae3-4914-8eb7-a61f741b605a"}]} [pid: 7|app: 0|req: 236/470] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:08:59 2026] DELETE /v2.0/networks/0032d05c-05bb-407d-91f2-2b055d6ef18e => generated 0 bytes in 505 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:00.165 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7e111bb-67ba-48b4-af17-4316961be9e3 c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 235/471] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:00 2026] DELETE /v2.0/networks/0032d05c-05bb-407d-91f2-2b055d6ef18e => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/472] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:09:00 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/473] 10.0.0.154 () {32 vars in 694 bytes} [Mon Apr 20 15:09:00 2026] GET /v2.0/networks?router%3Aexternal=True => generated 689 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/474] 10.0.0.154 () {32 vars in 742 bytes} [Mon Apr 20 15:09:00 2026] GET /v2.0/subnets?network_id=3b6cb35e-6630-4592-9567-d9042fcd536e => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/475] 10.0.0.154 () {32 vars in 653 bytes} [Mon Apr 20 15:09:00 2026] GET /v2.0/extensions => generated 20541 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/476] 10.0.0.154 () {32 vars in 649 bytes} [Mon Apr 20 15:09:00 2026] GET /v2.0/networks => generated 1389 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:00.357 8 INFO neutron_taas.services.taas.taas_plugin [req-d8c8f01d-7340-4bc2-beab-ee72861fa802 req-8c2f6632-a815-49ef-b81a-7a65356e419e 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] TaaS: Handle Delete Port: 567297cc-23dd-4895-ab5c-36c6b73a1bee 2026-04-20 15:09:00.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d8c8f01d-7340-4bc2-beab-ee72861fa802 req-8c2f6632-a815-49ef-b81a-7a65356e419e 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] Tap Mirror: Handle Delete Port: 567297cc-23dd-4895-ab5c-36c6b73a1bee [pid: 7|app: 0|req: 241/477] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:00 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => 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: 242/478] 10.0.0.154 () {32 vars in 647 bytes} [Mon Apr 20 15:09:00 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: 243/479] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:00 2026] GET /v2.0/security-groups?id=a8914a5e-29cd-4354-a49d-f41c29e80ed8&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/480] 10.0.0.154 () {32 vars in 723 bytes} [Mon Apr 20 15:09:00 2026] GET /v2.0/networks/789b57f6-5f3d-4718-9918-9850dea084b0 => generated 711 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:00.594 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-73bc155a-2eb4-4694-9b02-d63c4626f564 - - - - - -] OVN reports status up for port: 187461fc-b14a-4618-9bac-55f8885b856c [pid: 7|app: 0|req: 245/481] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:09:00 2026] GET /v2.0/subnets/018088ed-dbd0-43a3-b2d3-620358c630df => generated 673 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:00.619 7 INFO neutron.plugins.ml2.plugin [None req-73bc155a-2eb4-4694-9b02-d63c4626f564 - - - - - -] Attempt 1 to provision port 187461fc-b14a-4618-9bac-55f8885b856c 2026-04-20 15:09:00.642 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5d9c909-1303-481b-9425-c797a6953913 c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 246/482] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:00 2026] DELETE /v2.0/subnets/fa62af0f-b28f-43a6-b1d9-3d241c9996ec => generated 136 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:09:00.680 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f80ec0e-ee6a-46b5-a2a4-35ce97fe288e c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 247/483] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:00 2026] DELETE /v2.0/networks/0032d05c-05bb-407d-91f2-2b055d6ef18e => generated 138 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/484] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:00 2026] DELETE /v2.0/subnets/018088ed-dbd0-43a3-b2d3-620358c630df => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:01.119 8 INFO neutron.db.l3_db [req-d8c8f01d-7340-4bc2-beab-ee72861fa802 req-8c2f6632-a815-49ef-b81a-7a65356e419e 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] Floating IP 4afd7938-46fb-45a5-b5aa-d8c1f55fc82f disassociated. External IP: 10.96.250.212, port: 567297cc-23dd-4895-ab5c-36c6b73a1bee. 2026-04-20 15:09:01.156 7 INFO neutron.db.ovn_revision_numbers_db [None req-73bc155a-2eb4-4694-9b02-d63c4626f564 - - - - - -] Successfully bumped revision number for resource 187461fc-b14a-4618-9bac-55f8885b856c (type: ports) to 5 [pid: 7|app: 0|req: 249/485] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:00 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 971 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/486] 199.204.45.38 () {36 vars in 996 bytes} [Mon Apr 20 15:09:00 2026] DELETE /v2.0/ports/567297cc-23dd-4895-ab5c-36c6b73a1bee => generated 0 bytes in 1033 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-20 15:09:01.314 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-79e8a6f6-b516-40a8-9558-79fdbf55395e'] response: {'server_uuid': 'ba6e160d-94a9-4d76-8520-a4ddde7ebd39', 'name': 'network-vif-deleted', 'tag': '567297cc-23dd-4895-ab5c-36c6b73a1bee', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 238/487] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:01 2026] GET /v2.0/security-groups?id=e21b1cc2-5320-4aba-b3a3-e00c5079de25&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:01.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d0dd150-bff6-4023-9d72-629d17135a91 c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] TaaS: Handle Delete Port: 4bf56842-58a0-48a6-8221-77e9f8480d0c 2026-04-20 15:09:01.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d0dd150-bff6-4023-9d72-629d17135a91 c86adcb7a78f4feaa0cdf071426dfa8d 32032e709d2a479483047c6e96957bab - - default default] Tap Mirror: Handle Delete Port: 4bf56842-58a0-48a6-8221-77e9f8480d0c [pid: 8|app: 0|req: 241/490] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:01 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/491] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:01 2026] DELETE /v2.0/networks/789b57f6-5f3d-4718-9918-9850dea084b0 => generated 0 bytes in 457 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:02.109 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2b629b3-9b27-42de-913b-aa57bd0bb525'] response: {'server_uuid': 'a25da6f7-98fe-4def-84d7-124713f3fd5c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '187461fc-b14a-4618-9bac-55f8885b856c', 'code': 200} 2026-04-20 15:09:02.111 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d2b629b3-9b27-42de-913b-aa57bd0bb525'] response: {'server_uuid': 'a25da6f7-98fe-4def-84d7-124713f3fd5c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '187461fc-b14a-4618-9bac-55f8885b856c', 'code': 200} 2026-04-20 15:09:02.131 7 INFO neutron.services.segments.plugin [-] Segment 6ab67674-cacc-4721-b57d-62acbd11e898 resource provider aggregate not found 2026-04-20 15:09:02.151 7 INFO neutron.services.segments.plugin [-] Segment 6ab67674-cacc-4721-b57d-62acbd11e898 resource provider aggregate not found 2026-04-20 15:09:02.157 7 INFO neutron.services.segments.plugin [-] Segment 6ab67674-cacc-4721-b57d-62acbd11e898 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ab67674-cacc-4721-b57d-62acbd11e898 found for delete ", "request_id": "req-61eb7d15-fb7e-4ce7-b0fc-ab0a4d1aafb0"}]} 2026-04-20 15:09:02.174 7 INFO neutron.services.segments.plugin [-] Segment 6ab67674-cacc-4721-b57d-62acbd11e898 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ab67674-cacc-4721-b57d-62acbd11e898 found for delete ", "request_id": "req-cefc4c4b-4bcf-418e-b46c-aa5f6284b386"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-20 15:09:02.219 8 INFO neutron.db.ovn_revision_numbers_db [None req-69223883-43bd-4a60-9f51-de0a7ea11cf3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e5122224-fe0b-4cb2-83df-f3207c64dd12 (type: security_groups) to 1 2026-04-20 15:09:02.230 8 INFO neutron.db.ovn_revision_numbers_db [None req-69223883-43bd-4a60-9f51-de0a7ea11cf3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 41d0d7b2-ddec-4207-91b6-17f725fb31d4 (type: security_group_rules) to 0 2026-04-20 15:09:02.242 8 INFO neutron.db.ovn_revision_numbers_db [None req-69223883-43bd-4a60-9f51-de0a7ea11cf3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 769a3054-c1b3-4d14-bc36-0b8aea44f473 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 251/492] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:09:02 2026] GET /v2.0/security-groups?tenant_id=32032e709d2a479483047c6e96957bab&name=default => generated 2925 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:02.258 8 INFO neutron.db.ovn_revision_numbers_db [None req-69223883-43bd-4a60-9f51-de0a7ea11cf3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e1bf31e4-3612-4a4d-a9bd-72b5dcc64b3c (type: security_group_rules) to 0 2026-04-20 15:09:02.269 8 INFO neutron.db.ovn_revision_numbers_db [None req-69223883-43bd-4a60-9f51-de0a7ea11cf3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fe857e1f-6ed8-416a-acbe-d0163dd4a025 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 242/493] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:09:01 2026] GET /v2.0/security-groups?tenant_id=1f207f48d97b4b99aaa93a7ff72d04ff&name=default => generated 2925 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/494] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:02 2026] DELETE /v2.0/security-groups/e296599e-d72e-4b16-af44-242935e3cf60 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/495] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:02 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/496] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:02 2026] GET /v2.0/security-groups?id=e21b1cc2-5320-4aba-b3a3-e00c5079de25&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/497] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:02 2026] DELETE /v2.0/security-groups/e5122224-fe0b-4cb2-83df-f3207c64dd12 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/498] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:02 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:02.923 8 INFO neutron.db.ovn_revision_numbers_db [None req-810aa967-a273-430d-84da-55cb43b43e0a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 1f126173-5910-4364-a813-3f487e608e18 (type: security_groups) to 1 2026-04-20 15:09:02.938 8 INFO neutron.db.ovn_revision_numbers_db [None req-810aa967-a273-430d-84da-55cb43b43e0a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 147c3213-c57f-4522-9768-c7d20c90912f (type: security_group_rules) to 0 2026-04-20 15:09:02.953 8 INFO neutron.db.ovn_revision_numbers_db [None req-810aa967-a273-430d-84da-55cb43b43e0a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6b2ade70-c80e-4a52-aac7-688873d3a8fa (type: security_group_rules) to 0 2026-04-20 15:09:02.970 8 INFO neutron.db.ovn_revision_numbers_db [None req-810aa967-a273-430d-84da-55cb43b43e0a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 82da2d32-e661-436c-b4d1-4896c59b261a (type: security_group_rules) to 0 2026-04-20 15:09:02.984 8 INFO neutron.db.ovn_revision_numbers_db [None req-810aa967-a273-430d-84da-55cb43b43e0a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9ed4f71d-aa4e-44d2-9623-e5d2cd6a31ed (type: security_group_rules) to 0 [pid: 8|app: 0|req: 244/499] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:09:02 2026] GET /v2.0/security-groups?tenant_id=89b1200ff3664b8e9435152de81ce802&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/500] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:03 2026] DELETE /v2.0/security-groups/1f126173-5910-4364-a813-3f487e608e18 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/501] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:03 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/502] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:03 2026] GET /v2.0/security-groups?id=e21b1cc2-5320-4aba-b3a3-e00c5079de25&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/503] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:03 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => 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: 258/504] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:03 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:04.588 8 INFO neutron.db.ovn_revision_numbers_db [None req-40ef758b-d6a2-4bd9-9e30-dc1c4aed08b6 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Successfully bumped revision number for resource 01aa3266-69ad-4577-92d7-90ab8c2375e4 (type: floatingips) to 1 2026-04-20 15:09:04.726 7 INFO neutron.db.ovn_revision_numbers_db [None req-7849f8de-635d-406d-aee5-c2e42703f84c cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource 9874cc9a-b136-4aa1-a26f-6db9dd95ac38 (type: security_groups) to 1 2026-04-20 15:09:04.736 7 INFO neutron.db.ovn_revision_numbers_db [None req-7849f8de-635d-406d-aee5-c2e42703f84c cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource 26797d29-0da4-499f-b152-228d10939025 (type: security_group_rules) to 0 2026-04-20 15:09:04.747 7 INFO neutron.db.ovn_revision_numbers_db [None req-7849f8de-635d-406d-aee5-c2e42703f84c cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource 333fd197-6e50-4280-b36b-f0b0dcf48e25 (type: security_group_rules) to 0 2026-04-20 15:09:04.756 8 INFO neutron.db.ovn_revision_numbers_db [None req-40ef758b-d6a2-4bd9-9e30-dc1c4aed08b6 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Successfully bumped revision number for resource 01aa3266-69ad-4577-92d7-90ab8c2375e4 (type: floatingips) to 2 2026-04-20 15:09:04.756 8 INFO neutron.db.l3_db [None req-40ef758b-d6a2-4bd9-9e30-dc1c4aed08b6 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Floating IP 01aa3266-69ad-4577-92d7-90ab8c2375e4 associated. External IP: 10.96.250.213, port: 187461fc-b14a-4618-9bac-55f8885b856c. 2026-04-20 15:09:04.760 7 INFO neutron.db.ovn_revision_numbers_db [None req-7849f8de-635d-406d-aee5-c2e42703f84c cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource 7e82a040-2c19-4ae6-9a67-198a9c5908f3 (type: security_group_rules) to 0 2026-04-20 15:09:04.772 7 INFO neutron.db.ovn_revision_numbers_db [None req-7849f8de-635d-406d-aee5-c2e42703f84c cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource ada988d3-e823-4b66-9f17-141b7fb4857e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 247/505] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:09:03 2026] PUT /v2.0/floatingips/01aa3266-69ad-4577-92d7-90ab8c2375e4 => generated 855 bytes in 876 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: 248/506] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:04 2026] GET /v2.0/ports?device_id=ba6e160d-94a9-4d76-8520-a4ddde7ebd39 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:04.865 7 INFO neutron.db.segments_db [None req-7849f8de-635d-406d-aee5-c2e42703f84c cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Added segment 26a447cf-64f0-4c4b-81e6-ae822faad967 of type geneve for network 66211690-46ea-45f1-b3bb-eca32cbd5eea 2026-04-20 15:09:04.908 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-09273dbf-1bb1-4641-b1d8-1b1ffdf097e6'] response: {'name': 'network-changed', 'server_uuid': 'a25da6f7-98fe-4def-84d7-124713f3fd5c', 'tag': '187461fc-b14a-4618-9bac-55f8885b856c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 249/507] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:04 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:04.987 7 INFO neutron.db.ovn_revision_numbers_db [None req-7849f8de-635d-406d-aee5-c2e42703f84c cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource 66211690-46ea-45f1-b3bb-eca32cbd5eea (type: networks) to 1 [pid: 8|app: 0|req: 250/508] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:04 2026] GET /v2.0/security-groups?id=e21b1cc2-5320-4aba-b3a3-e00c5079de25&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-20 15:09:05.175 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7849f8de-635d-406d-aee5-c2e42703f84c cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] No more DHCP agents 2026-04-20 15:09:05.177 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7849f8de-635d-406d-aee5-c2e42703f84c cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Unable to schedule network 66211690-46ea-45f1-b3bb-eca32cbd5eea: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:05.243 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status down for port: 1d3bcbb0-12f4-4366-867e-77334e12f551 2026-04-20 15:09:05.303 7 INFO neutron.db.ovn_revision_numbers_db [None req-7849f8de-635d-406d-aee5-c2e42703f84c cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource 1d3bcbb0-12f4-4366-867e-77334e12f551 (type: ports) to 1 2026-04-20 15:09:05.339 8 INFO neutron.db.ovn_revision_numbers_db [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource 6ee2fc7c-81f5-4ff5-91a1-bfbbff4caacf (type: security_groups) to 1 2026-04-20 15:09:05.352 8 INFO neutron.db.ovn_revision_numbers_db [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource 0e90a9e2-4cee-4433-9411-91410978fed7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 259/509] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:04 2026] POST /v2.0/networks => generated 668 bytes in 1000 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:05.367 8 INFO neutron.db.ovn_revision_numbers_db [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource 4027bebf-d8ed-442e-991f-fcddc30c2d0b (type: security_group_rules) to 0 2026-04-20 15:09:05.377 8 INFO neutron.db.ovn_revision_numbers_db [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource aab51ad0-203d-456a-94d2-fa524ee8a3fc (type: security_group_rules) to 0 2026-04-20 15:09:05.387 8 INFO neutron.db.ovn_revision_numbers_db [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource d2fc6a53-86c9-4211-a93b-de1e5b5cf2c3 (type: security_group_rules) to 0 2026-04-20 15:09:05.479 8 INFO neutron.db.segments_db [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Added segment 3b9741c4-b5d6-45d7-8576-fae9b44f6fd9 of type geneve for network 327d02db-f494-4dfa-9596-f822049d551c 2026-04-20 15:09:05.559 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0de5927f-9049-4e82-b130-b82ddfc31a43 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] No more DHCP agents 2026-04-20 15:09:05.560 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0de5927f-9049-4e82-b130-b82ddfc31a43 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Unable to schedule network 66211690-46ea-45f1-b3bb-eca32cbd5eea: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:05.574 8 INFO neutron.db.segments_db [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Added segment 4a75ff67-f2b2-41d7-88ec-54c8a27ff9d8 of type geneve for network ac351496-9f86-4d5a-9fce-691b33028ca9 2026-04-20 15:09:05.616 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status down for port: 16f611b2-c471-4323-bc22-8a9c9418eeae 2026-04-20 15:09:05.662 7 INFO neutron.db.ovn_revision_numbers_db [None req-0de5927f-9049-4e82-b130-b82ddfc31a43 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource 16f611b2-c471-4323-bc22-8a9c9418eeae (type: ports) to 1 2026-04-20 15:09:05.725 8 INFO neutron.db.ovn_revision_numbers_db [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource 327d02db-f494-4dfa-9596-f822049d551c (type: networks) to 1 [pid: 7|app: 0|req: 260/510] 10.0.0.154 () {34 vars in 665 bytes} [Mon Apr 20 15:09:05 2026] POST /v2.0/ports => generated 778 bytes in 377 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: 261/511] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:09:05 2026] GET /v2.0/ports?tenant_id=6bc3ff59b8484eb5827a7aef3fc804b1&device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 1209 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:05.876 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] No more DHCP agents 2026-04-20 15:09:05.878 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Unable to schedule network 327d02db-f494-4dfa-9596-f822049d551c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:05.885 7 INFO neutron.db.segments_db [None req-ef6fe76a-7991-40ee-b8ca-aafb4dbff437 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Added segment 14b79aa6-a0dd-41a0-af21-864b632eae73 of type geneve for network bcdb9739-01d2-406a-9f4b-79a2b03bb182 2026-04-20 15:09:05.953 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status down for port: 8678fa6b-c6e2-4d36-a6ad-89d03bd8dbe8 2026-04-20 15:09:05.961 8 INFO neutron.db.ovn_revision_numbers_db [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource 8678fa6b-c6e2-4d36-a6ad-89d03bd8dbe8 (type: ports) to 1 2026-04-20 15:09:06.040 8 INFO neutron.db.ovn_revision_numbers_db [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource ac351496-9f86-4d5a-9fce-691b33028ca9 (type: networks) to 1 2026-04-20 15:09:06.105 7 INFO neutron.db.ovn_revision_numbers_db [None req-ef6fe76a-7991-40ee-b8ca-aafb4dbff437 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource bcdb9739-01d2-406a-9f4b-79a2b03bb182 (type: networks) to 1 2026-04-20 15:09:06.216 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] No more DHCP agents 2026-04-20 15:09:06.217 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Unable to schedule network ac351496-9f86-4d5a-9fce-691b33028ca9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:06.276 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status down for port: d64c2835-9114-46f8-aee6-a430aadcd69e 2026-04-20 15:09:06.324 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ef6fe76a-7991-40ee-b8ca-aafb4dbff437 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] No more DHCP agents 2026-04-20 15:09:06.325 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ef6fe76a-7991-40ee-b8ca-aafb4dbff437 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Unable to schedule network bcdb9739-01d2-406a-9f4b-79a2b03bb182: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:06.336 8 INFO neutron.db.ovn_revision_numbers_db [None req-0255c848-e525-4deb-992e-5b262a776027 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource d64c2835-9114-46f8-aee6-a430aadcd69e (type: ports) to 1 2026-04-20 15:09:06.383 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status down for port: f9658a32-dc4f-4dd3-90a4-5d55691a23c7 [pid: 8|app: 0|req: 251/512] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:05 2026] POST /v2.0/networks => generated 1283 bytes in 1330 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-20 15:09:06.453 7 INFO neutron.db.ovn_revision_numbers_db [None req-ef6fe76a-7991-40ee-b8ca-aafb4dbff437 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource f9658a32-dc4f-4dd3-90a4-5d55691a23c7 (type: ports) to 1 [pid: 8|app: 0|req: 252/513] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:09:06 2026] GET /v2.0/networks?id=b96e2306-6b66-4c67-9009-9821007f9d4c => generated 821 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/514] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:05 2026] POST /v2.0/networks => generated 655 bytes in 712 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/515] 10.0.0.154 () {32 vars in 649 bytes} [Mon Apr 20 15:09:06 2026] GET /v2.0/networks => generated 1970 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/516] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:06 2026] DELETE /v2.0/security-groups/a8914a5e-29cd-4354-a49d-f41c29e80ed8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/517] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:09:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=187461fc-b14a-4618-9bac-55f8885b856c => generated 860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:06.721 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ee4c139-168f-4249-a3bf-03f5b0965634 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] TaaS: Handle Delete Port: 8678fa6b-c6e2-4d36-a6ad-89d03bd8dbe8 2026-04-20 15:09:06.724 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ee4c139-168f-4249-a3bf-03f5b0965634 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Tap Mirror: Handle Delete Port: 8678fa6b-c6e2-4d36-a6ad-89d03bd8dbe8 2026-04-20 15:09:06.741 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-19d9c916-c240-4f11-9b7a-4aef1e84b007 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] No more DHCP agents 2026-04-20 15:09:06.742 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-19d9c916-c240-4f11-9b7a-4aef1e84b007 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Unable to schedule network bcdb9739-01d2-406a-9f4b-79a2b03bb182: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:06.764 8 INFO neutron.db.ovn_revision_numbers_db [None req-19d9c916-c240-4f11-9b7a-4aef1e84b007 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource f807b7e4-559c-4d1b-a31b-89cd1e73df2d (type: subnets) to 0 [pid: 8|app: 0|req: 254/518] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:06 2026] POST /v2.0/subnets => generated 646 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:06.796 8 INFO neutron.api.v2.resource [None req-e4e4437f-c335-4bf5-95c3-321c8af4db2e 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 255/519] 10.0.0.154 () {32 vars in 737 bytes} [Mon Apr 20 15:09:06 2026] GET /v2.0/security-groups/a8914a5e-29cd-4354-a49d-f41c29e80ed8 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/520] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:09:06 2026] GET /v2.0/subnets?id=8e4698fd-ebc1-40f1-9c91-1d13d681e2f8 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:06.917 7 INFO neutron.services.segments.plugin [-] Segment 3b9741c4-b5d6-45d7-8576-fae9b44f6fd9 resource provider aggregate not found 2026-04-20 15:09:06.920 7 INFO neutron.services.segments.plugin [-] Segment 3b9741c4-b5d6-45d7-8576-fae9b44f6fd9 resource provider aggregate not found 2026-04-20 15:09:06.939 7 INFO neutron.services.segments.plugin [-] Segment 3b9741c4-b5d6-45d7-8576-fae9b44f6fd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b9741c4-b5d6-45d7-8576-fae9b44f6fd9 found for delete ", "request_id": "req-f1a0677a-87c6-4094-8139-5b048426da21"}]} 2026-04-20 15:09:06.941 7 INFO neutron.services.segments.plugin [-] Segment 3b9741c4-b5d6-45d7-8576-fae9b44f6fd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b9741c4-b5d6-45d7-8576-fae9b44f6fd9 found for delete ", "request_id": "req-c61157c2-5d10-41ae-afce-325a98b7c6c5"}]} [pid: 7|app: 0|req: 265/521] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:06 2026] DELETE /v2.0/networks/327d02db-f494-4dfa-9596-f822049d551c => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:07.089 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b3208044-c489-4355-8a26-5b2320e42165 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] No more DHCP agents 2026-04-20 15:09:07.091 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b3208044-c489-4355-8a26-5b2320e42165 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Unable to schedule network bcdb9739-01d2-406a-9f4b-79a2b03bb182: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:07.098 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca36aca3-95c9-49ce-bae3-e29dc4eceb01 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] TaaS: Handle Delete Port: 6ff1d00b-efd1-45cd-8161-17f323a4bf4c 2026-04-20 15:09:07.100 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca36aca3-95c9-49ce-bae3-e29dc4eceb01 7742e52eaf8548809bbd00c8d97dd134 146c3abcc4714fad997bfe077e27e64c - - default default] Tap Mirror: Handle Delete Port: 6ff1d00b-efd1-45cd-8161-17f323a4bf4c 2026-04-20 15:09:07.179 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status down for port: 31ed03f3-7e53-492a-b733-7c942598e0f2 2026-04-20 15:09:07.254 8 INFO neutron.db.ovn_revision_numbers_db [None req-b3208044-c489-4355-8a26-5b2320e42165 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource 31ed03f3-7e53-492a-b733-7c942598e0f2 (type: ports) to 1 [pid: 7|app: 0|req: 266/522] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:09:06 2026] DELETE /v2.0/floatingips/4afd7938-46fb-45a5-b5aa-d8c1f55fc82f => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/523] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:09:07 2026] GET /v2.0/ports?network_id=b96e2306-6b66-4c67-9009-9821007f9d4c&device_owner=network%3Adhcp => 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: 257/524] 10.0.0.154 () {34 vars in 665 bytes} [Mon Apr 20 15:09:06 2026] POST /v2.0/ports => generated 961 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:09:07.400 7 INFO neutron_taas.services.taas.taas_plugin [None req-836c1d9d-40b7-4e5c-a4fe-e3861debace9 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] TaaS: Handle Delete Port: d64c2835-9114-46f8-aee6-a430aadcd69e 2026-04-20 15:09:07.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-836c1d9d-40b7-4e5c-a4fe-e3861debace9 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Tap Mirror: Handle Delete Port: d64c2835-9114-46f8-aee6-a430aadcd69e 2026-04-20 15:09:07.579 8 INFO neutron_taas.services.taas.taas_plugin [None req-069a9834-ff57-4014-ae15-555b18bc21f8 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: d3ab4c79-24ae-4c06-b1a5-57323c058079 2026-04-20 15:09:07.581 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-069a9834-ff57-4014-ae15-555b18bc21f8 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: d3ab4c79-24ae-4c06-b1a5-57323c058079 [pid: 7|app: 0|req: 268/525] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:07 2026] DELETE /v2.0/networks/ac351496-9f86-4d5a-9fce-691b33028ca9 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/526] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:09:07 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:07.853 7 INFO neutron_taas.services.taas.taas_plugin [None req-f62b94f4-9322-4bcf-851a-500da3a24e9e cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] TaaS: Handle Delete Port: 31ed03f3-7e53-492a-b733-7c942598e0f2 2026-04-20 15:09:07.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f62b94f4-9322-4bcf-851a-500da3a24e9e cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Tap Mirror: Handle Delete Port: 31ed03f3-7e53-492a-b733-7c942598e0f2 [pid: 7|app: 0|req: 270/527] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:09:07 2026] DELETE /v2.0/ports/31ed03f3-7e53-492a-b733-7c942598e0f2 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/528] 10.0.0.154 () {32 vars in 649 bytes} [Mon Apr 20 15:09:08 2026] GET /v2.0/networks => generated 689 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/529] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:09:08 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:08.124 7 INFO neutron.pecan_wsgi.hooks.translation [None req-92d925b3-1646-4ee7-aa5d-a7b75b6c4698 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 273/530] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:09:08 2026] DELETE /v2.0/ports/31ed03f3-7e53-492a-b733-7c942598e0f2 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:09:08.217 7 INFO neutron.db.segments_db [None req-76caee12-4379-4108-9850-e97052d1725c 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Added segment d838df92-f66d-4e02-9b9a-dbddb67c085a of type geneve for network 14ae8116-b892-4025-88bd-fd94335bbd58 [pid: 8|app: 0|req: 258/531] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:09:07 2026] PUT /v2.0/routers/5fa7d748-2032-40a1-89ec-23d8e2019005/remove_router_interface => generated 309 bytes in 964 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-20 15:09:08.278 8 INFO neutron.pecan_wsgi.hooks.translation [None req-52ab5676-e54a-4e6a-a64e-5734839f9585 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 259/532] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:08 2026] GET /v2.0/ports/31ed03f3-7e53-492a-b733-7c942598e0f2 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:09:08.347 7 INFO neutron.db.ovn_revision_numbers_db [None req-76caee12-4379-4108-9850-e97052d1725c 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource 14ae8116-b892-4025-88bd-fd94335bbd58 (type: networks) to 1 2026-04-20 15:09:08.516 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-76caee12-4379-4108-9850-e97052d1725c 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] No more DHCP agents 2026-04-20 15:09:08.517 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-76caee12-4379-4108-9850-e97052d1725c 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Unable to schedule network 14ae8116-b892-4025-88bd-fd94335bbd58: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:08.571 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status down for port: 7095df0b-f52e-4500-ad6c-53e8c0935e7b 2026-04-20 15:09:08.633 7 INFO neutron.db.ovn_revision_numbers_db [None req-76caee12-4379-4108-9850-e97052d1725c 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource 7095df0b-f52e-4500-ad6c-53e8c0935e7b (type: ports) to 1 2026-04-20 15:09:08.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fbe06ae-432c-4bdc-8981-9b7258927e6e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 705995f8-e528-4615-a22a-d41343f2b4cc 2026-04-20 15:09:08.653 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fbe06ae-432c-4bdc-8981-9b7258927e6e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 705995f8-e528-4615-a22a-d41343f2b4cc [pid: 7|app: 0|req: 274/533] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:08 2026] POST /v2.0/networks => generated 668 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/534] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:08 2026] DELETE /v2.0/subnets/f807b7e4-559c-4d1b-a31b-89cd1e73df2d => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:08.921 7 INFO neutron.db.segments_db [None req-cb9dc804-d32c-44db-97ee-8b7e3df2354b 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Added segment 80467cd3-b6c6-4849-9a04-da92b671e739 of type geneve for network 77907e17-a089-4d03-889c-456b054cf9a9 2026-04-20 15:09:08.962 7 INFO neutron.services.segments.plugin [-] Segment 4a75ff67-f2b2-41d7-88ec-54c8a27ff9d8 resource provider aggregate not found 2026-04-20 15:09:08.963 7 INFO neutron.services.segments.plugin [-] Segment 4a75ff67-f2b2-41d7-88ec-54c8a27ff9d8 resource provider aggregate not found 2026-04-20 15:09:08.981 7 INFO neutron.services.segments.plugin [-] Segment 4a75ff67-f2b2-41d7-88ec-54c8a27ff9d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a75ff67-f2b2-41d7-88ec-54c8a27ff9d8 found for delete ", "request_id": "req-ef12c2cd-539e-4070-b32f-9b39132b319c"}]} 2026-04-20 15:09:08.986 7 INFO neutron.services.segments.plugin [-] Segment 4a75ff67-f2b2-41d7-88ec-54c8a27ff9d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a75ff67-f2b2-41d7-88ec-54c8a27ff9d8 found for delete ", "request_id": "req-1c8c53ea-d55a-4c61-9022-57cf7bdb49a5"}]} [pid: 8|app: 0|req: 260/535] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:08 2026] DELETE /v2.0/routers/5fa7d748-2032-40a1-89ec-23d8e2019005 => generated 0 bytes in 795 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:09:09.076 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb9dc804-d32c-44db-97ee-8b7e3df2354b 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource 77907e17-a089-4d03-889c-456b054cf9a9 (type: networks) to 1 2026-04-20 15:09:09.197 8 INFO neutron_taas.services.taas.taas_plugin [None req-8fc2ed0e-2ce0-426f-a30a-f31fa9044467 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] TaaS: Handle Delete Port: f9658a32-dc4f-4dd3-90a4-5d55691a23c7 2026-04-20 15:09:09.200 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fc2ed0e-2ce0-426f-a30a-f31fa9044467 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Tap Mirror: Handle Delete Port: f9658a32-dc4f-4dd3-90a4-5d55691a23c7 2026-04-20 15:09:09.241 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cb9dc804-d32c-44db-97ee-8b7e3df2354b 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] No more DHCP agents 2026-04-20 15:09:09.242 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cb9dc804-d32c-44db-97ee-8b7e3df2354b 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Unable to schedule network 77907e17-a089-4d03-889c-456b054cf9a9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:09.299 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status down for port: ebd7d576-7f69-4771-9c28-95ca5f2c1487 2026-04-20 15:09:09.362 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb9dc804-d32c-44db-97ee-8b7e3df2354b 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource ebd7d576-7f69-4771-9c28-95ca5f2c1487 (type: ports) to 1 2026-04-20 15:09:09.390 8 INFO neutron.services.segments.plugin [-] Segment 14b79aa6-a0dd-41a0-af21-864b632eae73 resource provider aggregate not found 2026-04-20 15:09:09.394 8 INFO neutron.services.segments.plugin [-] Segment 14b79aa6-a0dd-41a0-af21-864b632eae73 resource provider aggregate not found [pid: 7|app: 0|req: 276/536] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:08 2026] POST /v2.0/networks => generated 669 bytes in 586 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:09.414 8 INFO neutron.services.segments.plugin [-] Segment 14b79aa6-a0dd-41a0-af21-864b632eae73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14b79aa6-a0dd-41a0-af21-864b632eae73 found for delete ", "request_id": "req-6a297ed4-a8e3-4c26-9297-262b375013aa"}]} 2026-04-20 15:09:09.415 8 INFO neutron.services.segments.plugin [-] Segment 14b79aa6-a0dd-41a0-af21-864b632eae73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14b79aa6-a0dd-41a0-af21-864b632eae73 found for delete ", "request_id": "req-73eb9693-78f4-4b2e-a287-a04a62c14341"}]} [pid: 8|app: 0|req: 261/537] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:09 2026] DELETE /v2.0/networks/bcdb9739-01d2-406a-9f4b-79a2b03bb182 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/538] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:09 2026] DELETE /v2.0/subnets/b4aff690-294c-42ce-a5c1-2afc99fd7207 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:09.696 7 INFO neutron.db.segments_db [None req-7e7b2548-ceea-4b4e-b833-62ed060187f6 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Added segment 19c96b6f-dc36-41ad-b628-0a8026de4c45 of type geneve for network db2af0b4-b788-4c44-b9d9-61cd09438c8c 2026-04-20 15:09:09.827 7 INFO neutron.db.ovn_revision_numbers_db [None req-7e7b2548-ceea-4b4e-b833-62ed060187f6 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource db2af0b4-b788-4c44-b9d9-61cd09438c8c (type: networks) to 1 2026-04-20 15:09:09.869 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e060f217-d62a-4ab5-a819-4da767051e12 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] No more DHCP agents 2026-04-20 15:09:09.871 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e060f217-d62a-4ab5-a819-4da767051e12 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Unable to schedule network 14ae8116-b892-4025-88bd-fd94335bbd58: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:09.951 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status down for port: 8baa2124-bc02-433f-a9bb-f3c9a7c5f97a 2026-04-20 15:09:09.953 8 INFO neutron.db.ovn_revision_numbers_db [None req-e060f217-d62a-4ab5-a819-4da767051e12 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource 8baa2124-bc02-433f-a9bb-f3c9a7c5f97a (type: ports) to 1 2026-04-20 15:09:09.989 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e060f217-d62a-4ab5-a819-4da767051e12 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] No more DHCP agents 2026-04-20 15:09:09.991 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e060f217-d62a-4ab5-a819-4da767051e12 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Unable to schedule network 77907e17-a089-4d03-889c-456b054cf9a9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:10.049 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7e7b2548-ceea-4b4e-b833-62ed060187f6 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] No more DHCP agents 2026-04-20 15:09:10.051 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7e7b2548-ceea-4b4e-b833-62ed060187f6 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Unable to schedule network db2af0b4-b788-4c44-b9d9-61cd09438c8c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:10.074 8 INFO neutron.db.ovn_revision_numbers_db [None req-e060f217-d62a-4ab5-a819-4da767051e12 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource da97125e-a3d4-42c3-ab6e-d05b8ba4427f (type: ports) to 1 2026-04-20 15:09:10.140 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status down for port: da97125e-a3d4-42c3-ab6e-d05b8ba4427f 2026-04-20 15:09:10.155 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status down for port: c2164bfe-8dac-4e83-91f6-e96e6fb19641 2026-04-20 15:09:10.202 7 INFO neutron.db.ovn_revision_numbers_db [None req-7e7b2548-ceea-4b4e-b833-62ed060187f6 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource c2164bfe-8dac-4e83-91f6-e96e6fb19641 (type: ports) to 1 [pid: 8|app: 0|req: 262/539] 10.0.0.154 () {34 vars in 665 bytes} [Mon Apr 20 15:09:09 2026] POST /v2.0/ports => generated 1505 bytes in 767 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 278/540] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:09 2026] POST /v2.0/networks => generated 654 bytes in 626 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/541] 10.0.0.154 () {32 vars in 643 bytes} [Mon Apr 20 15:09:10 2026] GET /v2.0/ports => generated 3017 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:10.366 8 INFO neutron_taas.services.taas.taas_plugin [None req-20723edf-2101-486b-b21e-7cab7cb3a555 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 4bff3201-be67-4c37-acb1-9e5991fca2e3 2026-04-20 15:09:10.370 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20723edf-2101-486b-b21e-7cab7cb3a555 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 4bff3201-be67-4c37-acb1-9e5991fca2e3 2026-04-20 15:09:10.546 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3a272ee7-1c97-4217-9089-8b4a92ff3853 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] No more DHCP agents 2026-04-20 15:09:10.547 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3a272ee7-1c97-4217-9089-8b4a92ff3853 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Unable to schedule network db2af0b4-b788-4c44-b9d9-61cd09438c8c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:10.580 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a272ee7-1c97-4217-9089-8b4a92ff3853 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource 0218a8da-6b24-406a-af4a-f6280c23e269 (type: subnets) to 0 [pid: 8|app: 0|req: 263/542] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:10 2026] DELETE /v2.0/networks/6839d59d-8e14-4ddb-b6a6-4457fa6a9081 => generated 0 bytes in 378 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/543] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:10 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:10.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c7eff2b-cc2e-4f08-afd4-079383184170 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] TaaS: Handle Delete Port: 8baa2124-bc02-433f-a9bb-f3c9a7c5f97a 2026-04-20 15:09:10.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c7eff2b-cc2e-4f08-afd4-079383184170 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Tap Mirror: Handle Delete Port: 8baa2124-bc02-433f-a9bb-f3c9a7c5f97a [pid: 8|app: 0|req: 264/544] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:09:10 2026] DELETE /v2.0/ports/8baa2124-bc02-433f-a9bb-f3c9a7c5f97a => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/545] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:09:10 2026] GET /v2.0/security-groups?tenant_id=146c3abcc4714fad997bfe077e27e64c&name=default => generated 2921 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:10.916 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-05a0f222-61f9-4b53-b8c4-17d23c3effb8 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] No more DHCP agents 2026-04-20 15:09:10.920 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-05a0f222-61f9-4b53-b8c4-17d23c3effb8 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Unable to schedule network db2af0b4-b788-4c44-b9d9-61cd09438c8c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:10.974 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad5d604b-d1bc-4e60-afa7-ce7724378cf4 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] TaaS: Handle Delete Port: da97125e-a3d4-42c3-ab6e-d05b8ba4427f 2026-04-20 15:09:10.977 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad5d604b-d1bc-4e60-afa7-ce7724378cf4 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Tap Mirror: Handle Delete Port: da97125e-a3d4-42c3-ab6e-d05b8ba4427f 2026-04-20 15:09:11.026 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status down for port: 33a7d5f4-11a8-4846-9fdb-c60cba7d6404 2026-04-20 15:09:11.078 7 INFO neutron.db.ovn_revision_numbers_db [None req-05a0f222-61f9-4b53-b8c4-17d23c3effb8 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource 33a7d5f4-11a8-4846-9fdb-c60cba7d6404 (type: ports) to 1 [pid: 8|app: 0|req: 266/546] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:09:10 2026] DELETE /v2.0/ports/da97125e-a3d4-42c3-ab6e-d05b8ba4427f => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/547] 10.0.0.154 () {34 vars in 665 bytes} [Mon Apr 20 15:09:10 2026] POST /v2.0/ports => generated 928 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/548] 10.0.0.154 () {32 vars in 643 bytes} [Mon Apr 20 15:09:11 2026] GET /v2.0/ports => generated 1523 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:11.320 7 INFO neutron_taas.services.taas.taas_plugin [None req-66a905e6-98b4-4706-9adb-9f7eb41a629f cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] TaaS: Handle Delete Port: 33a7d5f4-11a8-4846-9fdb-c60cba7d6404 2026-04-20 15:09:11.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66a905e6-98b4-4706-9adb-9f7eb41a629f cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Tap Mirror: Handle Delete Port: 33a7d5f4-11a8-4846-9fdb-c60cba7d6404 [pid: 8|app: 0|req: 267/549] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:11 2026] DELETE /v2.0/security-groups/02ecbcba-6025-4c0c-810e-237d3eff861c => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:09:11.434 8 INFO neutron.services.segments.plugin [-] Segment 75b9b9b1-412d-4035-b408-d90258f12670 resource provider aggregate not found 2026-04-20 15:09:11.438 8 INFO neutron.services.segments.plugin [-] Segment 75b9b9b1-412d-4035-b408-d90258f12670 resource provider aggregate not found 2026-04-20 15:09:11.466 8 INFO neutron.services.segments.plugin [-] Segment 75b9b9b1-412d-4035-b408-d90258f12670 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75b9b9b1-412d-4035-b408-d90258f12670 found for delete ", "request_id": "req-49d181b7-73cc-4cc1-9320-1f722421a31b"}]} [pid: 7|app: 0|req: 283/550] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:09:11 2026] DELETE /v2.0/ports/33a7d5f4-11a8-4846-9fdb-c60cba7d6404 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:11.471 8 INFO neutron.db.segments_db [None req-bf22ce4f-1f2f-482d-b812-7d8cfd9056c2 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Added segment 7cc47dbc-cc83-410e-866d-d83692a8bcef of type geneve for network 8b169185-a67f-4242-88d1-98478de9ddfa 2026-04-20 15:09:11.473 8 INFO neutron.services.segments.plugin [-] Segment 75b9b9b1-412d-4035-b408-d90258f12670 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75b9b9b1-412d-4035-b408-d90258f12670 found for delete ", "request_id": "req-a8721cbf-ca45-4f9e-9714-ba4ea9b6569c"}]} 2026-04-20 15:09:11.493 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dde03c50-acdd-4d2d-b6f0-1183bc637fad cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 284/551] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:11 2026] GET /v2.0/ports/33a7d5f4-11a8-4846-9fdb-c60cba7d6404 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:09:11.579 8 INFO neutron.db.ovn_revision_numbers_db [None req-bf22ce4f-1f2f-482d-b812-7d8cfd9056c2 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource 8b169185-a67f-4242-88d1-98478de9ddfa (type: networks) to 1 [pid: 7|app: 0|req: 285/552] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:11 2026] DELETE /v2.0/subnets/0218a8da-6b24-406a-af4a-f6280c23e269 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:11.770 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bf22ce4f-1f2f-482d-b812-7d8cfd9056c2 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] No more DHCP agents 2026-04-20 15:09:11.771 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bf22ce4f-1f2f-482d-b812-7d8cfd9056c2 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Unable to schedule network 8b169185-a67f-4242-88d1-98478de9ddfa: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:11.773 7 INFO neutron_taas.services.taas.taas_plugin [None req-86c647bb-90fe-4407-96f5-9413897edc09 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] TaaS: Handle Delete Port: c2164bfe-8dac-4e83-91f6-e96e6fb19641 2026-04-20 15:09:11.781 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86c647bb-90fe-4407-96f5-9413897edc09 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Tap Mirror: Handle Delete Port: c2164bfe-8dac-4e83-91f6-e96e6fb19641 2026-04-20 15:09:11.845 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status down for port: 694e226b-caad-49bd-8059-5aa8f1ed59c3 2026-04-20 15:09:11.862 8 INFO neutron.db.ovn_revision_numbers_db [None req-bf22ce4f-1f2f-482d-b812-7d8cfd9056c2 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource 694e226b-caad-49bd-8059-5aa8f1ed59c3 (type: ports) to 1 [pid: 8|app: 0|req: 268/553] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:11 2026] POST /v2.0/networks => generated 669 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:11.998 8 INFO neutron.db.segments_db [None req-04fc92fc-09c9-4ccb-8740-c9171ab5d5dc 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Added segment e8a0472c-2d6b-4b33-bb3d-962a89737d7a of type geneve for network eb85887c-5dd9-4c03-9645-a8df78828211 2026-04-20 15:09:12.028 7 INFO neutron.services.segments.plugin [-] Segment 19c96b6f-dc36-41ad-b628-0a8026de4c45 resource provider aggregate not found 2026-04-20 15:09:12.034 7 INFO neutron.services.segments.plugin [-] Segment 19c96b6f-dc36-41ad-b628-0a8026de4c45 resource provider aggregate not found 2026-04-20 15:09:12.051 7 INFO neutron.services.segments.plugin [-] Segment 19c96b6f-dc36-41ad-b628-0a8026de4c45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19c96b6f-dc36-41ad-b628-0a8026de4c45 found for delete ", "request_id": "req-286cf533-b0ef-45c0-9b85-a843428b3bf2"}]} 2026-04-20 15:09:12.060 7 INFO neutron.services.segments.plugin [-] Segment 19c96b6f-dc36-41ad-b628-0a8026de4c45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19c96b6f-dc36-41ad-b628-0a8026de4c45 found for delete ", "request_id": "req-cab3b497-c00b-421c-ab91-30b52a8ec6cc"}]} [pid: 7|app: 0|req: 286/554] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:11 2026] DELETE /v2.0/networks/db2af0b4-b788-4c44-b9d9-61cd09438c8c => generated 0 bytes in 456 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:12.102 8 INFO neutron.db.ovn_revision_numbers_db [None req-04fc92fc-09c9-4ccb-8740-c9171ab5d5dc 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource eb85887c-5dd9-4c03-9645-a8df78828211 (type: networks) to 1 2026-04-20 15:09:12.267 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-04fc92fc-09c9-4ccb-8740-c9171ab5d5dc 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] No more DHCP agents 2026-04-20 15:09:12.268 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-04fc92fc-09c9-4ccb-8740-c9171ab5d5dc 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Unable to schedule network eb85887c-5dd9-4c03-9645-a8df78828211: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:12.362 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status down for port: aaaa159d-a201-4317-a894-fc48fdba26da 2026-04-20 15:09:12.364 8 INFO neutron.db.ovn_revision_numbers_db [None req-04fc92fc-09c9-4ccb-8740-c9171ab5d5dc 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Successfully bumped revision number for resource aaaa159d-a201-4317-a894-fc48fdba26da (type: ports) to 1 [pid: 8|app: 0|req: 269/555] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:11 2026] POST /v2.0/networks => generated 669 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:12.406 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-775a4e08-9ce7-41a5-915a-fc696c6e6bf0 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] No more DHCP agents 2026-04-20 15:09:12.410 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-775a4e08-9ce7-41a5-915a-fc696c6e6bf0 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Unable to schedule network 66211690-46ea-45f1-b3bb-eca32cbd5eea: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:12.530 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status down for port: df12e21b-305a-486e-a0cd-f81f2ca26b92 2026-04-20 15:09:12.543 7 INFO neutron.db.ovn_revision_numbers_db [None req-775a4e08-9ce7-41a5-915a-fc696c6e6bf0 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource df12e21b-305a-486e-a0cd-f81f2ca26b92 (type: ports) to 1 [pid: 7|app: 0|req: 287/556] 10.0.0.154 () {34 vars in 665 bytes} [Mon Apr 20 15:09:12 2026] POST /v2.0/ports => generated 778 bytes in 481 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-20 15:09:12.840 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status down for port: df12e21b-305a-486e-a0cd-f81f2ca26b92 2026-04-20 15:09:12.865 7 INFO neutron.db.ovn_revision_numbers_db [None req-5458c650-16af-4baf-93c5-ea87f1622187 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Successfully bumped revision number for resource df12e21b-305a-486e-a0cd-f81f2ca26b92 (type: ports) to 2 2026-04-20 15:09:12.870 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-06feb331-9a97-4162-8798-86a39e47b5c8 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] No more DHCP agents 2026-04-20 15:09:12.872 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-06feb331-9a97-4162-8798-86a39e47b5c8 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Unable to schedule network 8b169185-a67f-4242-88d1-98478de9ddfa: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 288/557] 10.0.0.154 () {34 vars in 737 bytes} [Mon Apr 20 15:09:12 2026] PUT /v2.0/ports/df12e21b-305a-486e-a0cd-f81f2ca26b92 => generated 752 bytes in 291 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-20 15:09:13.028 7 INFO neutron_taas.services.taas.taas_plugin [None req-7081e557-00f4-4ba8-a5ab-62a80acba44c cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] TaaS: Handle Delete Port: df12e21b-305a-486e-a0cd-f81f2ca26b92 2026-04-20 15:09:13.031 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7081e557-00f4-4ba8-a5ab-62a80acba44c cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Tap Mirror: Handle Delete Port: df12e21b-305a-486e-a0cd-f81f2ca26b92 [pid: 7|app: 0|req: 289/558] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:09:12 2026] DELETE /v2.0/ports/df12e21b-305a-486e-a0cd-f81f2ca26b92 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:13.364 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ca1038a-fdb3-402d-8f94-3381db40f00f - - - - - -] Successfully bumped revision number for resource 694e226b-caad-49bd-8059-5aa8f1ed59c3 (type: ports) to 2 2026-04-20 15:09:13.399 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ca1038a-fdb3-402d-8f94-3381db40f00f - - - - - -] Successfully bumped revision number for resource 2561a2cd-ab69-4e4c-9d89-03bc430db468 (type: subnets) to 0 2026-04-20 15:09:13.430 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-06feb331-9a97-4162-8798-86a39e47b5c8 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] No more DHCP agents 2026-04-20 15:09:13.431 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-06feb331-9a97-4162-8798-86a39e47b5c8 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Unable to schedule network eb85887c-5dd9-4c03-9645-a8df78828211: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:13.473 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4300643-df99-4d47-8279-a80c0e271677 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 21f7d69b-8306-4b15-88f4-259d1327cd44 (type: security_groups) to 1 2026-04-20 15:09:13.487 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4300643-df99-4d47-8279-a80c0e271677 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 22edc2ea-4bf1-4a1b-bde2-086f1e0344cc (type: security_group_rules) to 0 2026-04-20 15:09:13.501 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4300643-df99-4d47-8279-a80c0e271677 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2351b3c1-9637-4d6c-8d78-634213c2fbcf (type: security_group_rules) to 0 2026-04-20 15:09:13.514 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4300643-df99-4d47-8279-a80c0e271677 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2d07e616-3abd-4fff-a592-f4fc49b5cb36 (type: security_group_rules) to 0 2026-04-20 15:09:13.527 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4300643-df99-4d47-8279-a80c0e271677 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 920b463c-6b31-4070-8aea-a6724dd204f1 (type: security_group_rules) to 0 2026-04-20 15:09:13.604 7 INFO neutron.db.segments_db [None req-e4300643-df99-4d47-8279-a80c0e271677 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Added segment 41638442-220d-400f-bc83-28e23cb37d23 of type geneve for network 261c115a-2622-484f-b3bd-4cb84918b19c 2026-04-20 15:09:13.714 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4300643-df99-4d47-8279-a80c0e271677 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 261c115a-2622-484f-b3bd-4cb84918b19c (type: networks) to 1 2026-04-20 15:09:13.878 8 INFO neutron.db.ovn_revision_numbers_db [None req-3b64b90a-8f23-4f24-9059-a9ba85066862 - - - - - -] Successfully bumped revision number for resource aaaa159d-a201-4317-a894-fc48fdba26da (type: ports) to 2 2026-04-20 15:09:13.893 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e4300643-df99-4d47-8279-a80c0e271677 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:09:13.894 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e4300643-df99-4d47-8279-a80c0e271677 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 261c115a-2622-484f-b3bd-4cb84918b19c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:13.914 8 INFO neutron.db.ovn_revision_numbers_db [None req-3b64b90a-8f23-4f24-9059-a9ba85066862 - - - - - -] Successfully bumped revision number for resource 474bd9ca-0f39-4403-80da-6ecc69521c78 (type: subnets) to 0 [pid: 8|app: 0|req: 270/559] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:12 2026] POST /v2.0/subnets => generated 1273 bytes in 1506 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-20 15:09:13.952 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status down for port: 1ec289a8-4293-41bf-9459-49a53679e247 2026-04-20 15:09:14.029 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4300643-df99-4d47-8279-a80c0e271677 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 1ec289a8-4293-41bf-9459-49a53679e247 (type: ports) to 1 [pid: 8|app: 0|req: 271/560] 10.0.0.154 () {32 vars in 643 bytes} [Mon Apr 20 15:09:13 2026] GET /v2.0/ports => generated 1537 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/561] 10.0.0.154 () {32 vars in 647 bytes} [Mon Apr 20 15:09:14 2026] GET /v2.0/subnets => generated 1909 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:14.078 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce26c93a-b316-493b-a5b0-1c0db96f427e cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 273/562] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:14 2026] GET /v2.0/ports/df12e21b-305a-486e-a0cd-f81f2ca26b92 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/563] 10.0.0.154 () {34 vars in 671 bytes} [Mon Apr 20 15:09:13 2026] POST /v2.0/networks => generated 764 bytes in 939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/564] 10.0.0.154 () {32 vars in 643 bytes} [Mon Apr 20 15:09:14 2026] GET /v2.0/ports => generated 1537 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/565] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:14 2026] DELETE /v2.0/subnets/2561a2cd-ab69-4e4c-9d89-03bc430db468 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:14.282 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-340f269a-6b46-48b9-8556-260c85f3d0d4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:09:14.284 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-340f269a-6b46-48b9-8556-260c85f3d0d4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 261c115a-2622-484f-b3bd-4cb84918b19c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 275/566] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:14 2026] GET /v2.0/ports/16f611b2-c471-4323-bc22-8a9c9418eeae => generated 778 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/567] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:14 2026] DELETE /v2.0/subnets/474bd9ca-0f39-4403-80da-6ecc69521c78 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:14.537 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02b9e19a-bc65-40c7-ac40-45c84d562d55 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 277/568] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:09:14 2026] DELETE /v2.0/ports/33a7d5f4-11a8-4846-9fdb-c60cba7d6404 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/569] 10.0.0.154 () {32 vars in 647 bytes} [Mon Apr 20 15:09:14 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:14.579 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00a7c4c9-70e6-4532-87f3-1169a7e357f0 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 279/570] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:14 2026] DELETE /v2.0/subnets/0218a8da-6b24-406a-af4a-f6280c23e269 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:09:14.700 8 INFO neutron_taas.services.taas.taas_plugin [None req-c675dd15-b7db-45c9-a09b-cafd0668ee1e 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] TaaS: Handle Delete Port: aaaa159d-a201-4317-a894-fc48fdba26da 2026-04-20 15:09:14.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c675dd15-b7db-45c9-a09b-cafd0668ee1e 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Tap Mirror: Handle Delete Port: aaaa159d-a201-4317-a894-fc48fdba26da 2026-04-20 15:09:14.783 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a436230-11de-4275-840f-e41c76f7f2cb - - - - - -] Successfully bumped revision number for resource 1ec289a8-4293-41bf-9459-49a53679e247 (type: ports) to 2 2026-04-20 15:09:14.825 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a436230-11de-4275-840f-e41c76f7f2cb - - - - - -] Successfully bumped revision number for resource 58619c8f-2608-4840-953e-67c946a2ed7b (type: subnets) to 0 [pid: 7|app: 0|req: 292/571] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:14 2026] POST /v2.0/subnets => generated 689 bytes in 712 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:14.862 7 INFO neutron.pecan_wsgi.hooks.translation [None req-da75c567-34b3-435c-842b-ee309a428b49 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 293/572] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:14 2026] DELETE /v2.0/subnets/f807b7e4-559c-4d1b-a31b-89cd1e73df2d => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:09:14.896 8 INFO neutron.services.segments.plugin [-] Segment e8a0472c-2d6b-4b33-bb3d-962a89737d7a resource provider aggregate not found 2026-04-20 15:09:14.903 8 INFO neutron.services.segments.plugin [-] Segment e8a0472c-2d6b-4b33-bb3d-962a89737d7a resource provider aggregate not found 2026-04-20 15:09:14.918 8 INFO neutron.services.segments.plugin [-] Segment e8a0472c-2d6b-4b33-bb3d-962a89737d7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8a0472c-2d6b-4b33-bb3d-962a89737d7a found for delete ", "request_id": "req-1a49a89b-e58f-4427-9ed0-a454a1a1afb8"}]} 2026-04-20 15:09:14.919 8 INFO neutron.services.segments.plugin [-] Segment e8a0472c-2d6b-4b33-bb3d-962a89737d7a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8a0472c-2d6b-4b33-bb3d-962a89737d7a found for delete ", "request_id": "req-df4af58c-58b9-40f3-abf3-1a3caa312ccd"}]} [pid: 8|app: 0|req: 280/573] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:14 2026] DELETE /v2.0/networks/eb85887c-5dd9-4c03-9645-a8df78828211 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:15.055 8 INFO neutron_taas.services.taas.taas_plugin [None req-9730d2aa-3009-459f-85be-4b1f126e45d9 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] TaaS: Handle Delete Port: 16f611b2-c471-4323-bc22-8a9c9418eeae 2026-04-20 15:09:15.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9730d2aa-3009-459f-85be-4b1f126e45d9 cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Tap Mirror: Handle Delete Port: 16f611b2-c471-4323-bc22-8a9c9418eeae [pid: 8|app: 0|req: 281/574] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:09:14 2026] DELETE /v2.0/ports/16f611b2-c471-4323-bc22-8a9c9418eeae => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:15.294 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb5df4eb-c911-47ef-8c3e-4b02eda51fbd 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] TaaS: Handle Delete Port: 694e226b-caad-49bd-8059-5aa8f1ed59c3 2026-04-20 15:09:15.299 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb5df4eb-c911-47ef-8c3e-4b02eda51fbd 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Tap Mirror: Handle Delete Port: 694e226b-caad-49bd-8059-5aa8f1ed59c3 [pid: 8|app: 0|req: 282/575] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:15 2026] DELETE /v2.0/networks/8b169185-a67f-4242-88d1-98478de9ddfa => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/576] 10.0.0.4 () {34 vars in 988 bytes} [Mon Apr 20 15:09:15 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 1209 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:15.753 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c57f0447-c088-4282-b3b8-14a77335e0c1 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:09:15.754 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c57f0447-c088-4282-b3b8-14a77335e0c1 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:15.800 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5e4d49c-a27d-4707-8ac8-59887fb8473b cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] TaaS: Handle Delete Port: 1d3bcbb0-12f4-4366-867e-77334e12f551 2026-04-20 15:09:15.804 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5e4d49c-a27d-4707-8ac8-59887fb8473b cfbc2e7d183f42458f3d8056638af817 8d3373fd9887416cadf9ddfc8eca9ca2 - - default default] Tap Mirror: Handle Delete Port: 1d3bcbb0-12f4-4366-867e-77334e12f551 2026-04-20 15:09:15.872 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status down for port: 9e9a8867-542a-4e24-b77d-1c2d160e8cf0 2026-04-20 15:09:15.963 7 INFO neutron.db.ovn_revision_numbers_db [None req-c57f0447-c088-4282-b3b8-14a77335e0c1 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9e9a8867-542a-4e24-b77d-1c2d160e8cf0 (type: ports) to 1 [pid: 8|app: 0|req: 284/577] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:15 2026] DELETE /v2.0/networks/66211690-46ea-45f1-b3bb-eca32cbd5eea => generated 0 bytes in 406 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:16.221 8 INFO neutron_taas.services.taas.taas_plugin [None req-146312c4-dca5-453d-b76b-5795297264d4 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] TaaS: Handle Delete Port: ebd7d576-7f69-4771-9c28-95ca5f2c1487 2026-04-20 15:09:16.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-146312c4-dca5-453d-b76b-5795297264d4 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Tap Mirror: Handle Delete Port: ebd7d576-7f69-4771-9c28-95ca5f2c1487 [pid: 8|app: 0|req: 285/578] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:16 2026] DELETE /v2.0/networks/77907e17-a089-4d03-889c-456b054cf9a9 => generated 0 bytes in 412 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/579] 10.0.0.4 () {34 vars in 1038 bytes} [Mon Apr 20 15:09:16 2026] GET /v2.0/security-groups?id=e21b1cc2-5320-4aba-b3a3-e00c5079de25&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:16.690 8 INFO neutron_taas.services.taas.taas_plugin [None req-dba34362-bad4-45f8-81e3-2c9f2265d16c 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] TaaS: Handle Delete Port: 7095df0b-f52e-4500-ad6c-53e8c0935e7b 2026-04-20 15:09:16.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dba34362-bad4-45f8-81e3-2c9f2265d16c 629e3b93bafd453093abaf11282511d8 a598ea7348474a04afdedc0bc73053b9 - - default default] Tap Mirror: Handle Delete Port: 7095df0b-f52e-4500-ad6c-53e8c0935e7b 2026-04-20 15:09:16.739 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-ee8380af-feca-4908-b003-fd2be6a58c8c - - - - - -] Schedule LRP lrp-9e9a8867-542a-4e24-b77d-1c2d160e8cf0 on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:09:16.803 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-55e3322c-0a2b-4dfb-ba18-ddc42d0e7e76 - - - - - -] Router b6146896-7843-49f9-9154-aae4a3f34e50 is bound to host instance 2026-04-20 15:09:16.812 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status up for port: 9e9a8867-542a-4e24-b77d-1c2d160e8cf0 2026-04-20 15:09:16.867 7 INFO neutron.plugins.ml2.plugin [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] Attempt 1 to provision port 9e9a8867-542a-4e24-b77d-1c2d160e8cf0 2026-04-20 15:09:16.944 8 INFO neutron.services.segments.plugin [-] Segment 7cc47dbc-cc83-410e-866d-d83692a8bcef resource provider aggregate not found 2026-04-20 15:09:16.956 8 INFO neutron.services.segments.plugin [-] Segment 7cc47dbc-cc83-410e-866d-d83692a8bcef resource provider aggregate not found 2026-04-20 15:09:16.965 8 INFO neutron.services.segments.plugin [-] Segment 7cc47dbc-cc83-410e-866d-d83692a8bcef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cc47dbc-cc83-410e-866d-d83692a8bcef found for delete ", "request_id": "req-09906cf2-866a-4d82-90a8-a11c176f2c07"}]} 2026-04-20 15:09:16.987 8 INFO neutron.services.segments.plugin [-] Segment 26a447cf-64f0-4c4b-81e6-ae822faad967 resource provider aggregate not found 2026-04-20 15:09:16.992 8 INFO neutron.services.segments.plugin [-] Segment 7cc47dbc-cc83-410e-866d-d83692a8bcef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cc47dbc-cc83-410e-866d-d83692a8bcef found for delete ", "request_id": "req-bb12541a-b560-460c-b1ca-e56ce6710e5b"}]} 2026-04-20 15:09:17.007 7 INFO neutron.db.ovn_revision_numbers_db [None req-c57f0447-c088-4282-b3b8-14a77335e0c1 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9e9a8867-542a-4e24-b77d-1c2d160e8cf0 (type: router_ports) to 1 2026-04-20 15:09:17.014 8 INFO neutron.services.segments.plugin [-] Segment 26a447cf-64f0-4c4b-81e6-ae822faad967 resource provider aggregate not found 2026-04-20 15:09:17.019 8 INFO neutron.services.segments.plugin [-] Segment 26a447cf-64f0-4c4b-81e6-ae822faad967 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26a447cf-64f0-4c4b-81e6-ae822faad967 found for delete ", "request_id": "req-00acf8b2-ea1c-4ae4-ba8b-7d37941e32ae"}]} 2026-04-20 15:09:17.037 8 INFO neutron.services.segments.plugin [-] Segment 26a447cf-64f0-4c4b-81e6-ae822faad967 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26a447cf-64f0-4c4b-81e6-ae822faad967 found for delete ", "request_id": "req-ceb69acb-c7ba-4f3d-86ac-ade0f943afcd"}]} 2026-04-20 15:09:17.041 8 INFO neutron.services.segments.plugin [-] Segment 80467cd3-b6c6-4849-9a04-da92b671e739 resource provider aggregate not found 2026-04-20 15:09:17.068 8 INFO neutron.services.segments.plugin [-] Segment 80467cd3-b6c6-4849-9a04-da92b671e739 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80467cd3-b6c6-4849-9a04-da92b671e739 found for delete ", "request_id": "req-7081e6ab-2ece-431b-9212-bc01f1ff8ffe"}]} 2026-04-20 15:09:17.074 8 INFO neutron.services.segments.plugin [-] Segment 80467cd3-b6c6-4849-9a04-da92b671e739 resource provider aggregate not found 2026-04-20 15:09:17.095 8 INFO neutron.services.segments.plugin [-] Segment 80467cd3-b6c6-4849-9a04-da92b671e739 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80467cd3-b6c6-4849-9a04-da92b671e739 found for delete ", "request_id": "req-507db6da-f7b2-47de-9779-a15a3b9e5a35"}]} [pid: 8|app: 0|req: 289/582] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:16 2026] DELETE /v2.0/networks/14ae8116-b892-4025-88bd-fd94335bbd58 => generated 0 bytes in 566 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:17.237 7 INFO neutron.db.ovn_revision_numbers_db [None req-c57f0447-c088-4282-b3b8-14a77335e0c1 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b6146896-7843-49f9-9154-aae4a3f34e50 (type: routers) to 2 [pid: 8|app: 0|req: 290/583] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:09:17 2026] GET /v2.0/security-groups?tenant_id=8d3373fd9887416cadf9ddfc8eca9ca2&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: 294/584] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:14 2026] POST /v2.0/routers => generated 967 bytes in 2423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/585] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:17 2026] DELETE /v2.0/security-groups/9874cc9a-b136-4aa1-a26f-6db9dd95ac38 => 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: 292/586] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:09:17 2026] GET /v2.0/security-groups?tenant_id=a598ea7348474a04afdedc0bc73053b9&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/587] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:17 2026] DELETE /v2.0/security-groups/6ee2fc7c-81f5-4ff5-91a1-bfbbff4caacf => generated 0 bytes in 231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:09:18.108 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-409fa1fd-101e-4a6e-997d-902b700eb8b0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:09:18.118 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-409fa1fd-101e-4a6e-997d-902b700eb8b0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 261c115a-2622-484f-b3bd-4cb84918b19c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:18.373 7 INFO neutron.db.ovn_revision_numbers_db [None req-409fa1fd-101e-4a6e-997d-902b700eb8b0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3f822406-c779-45a7-b13c-730176424859 (type: ports) to 1 2026-04-20 15:09:18.587 7 INFO neutron.db.ovn_revision_numbers_db [None req-bc15689e-8b27-48fe-b664-4c041b308184 - - - - - -] Successfully bumped revision number for resource 9e9a8867-542a-4e24-b77d-1c2d160e8cf0 (type: ports) to 4 2026-04-20 15:09:19.091 8 INFO neutron.services.segments.plugin [-] Segment d838df92-f66d-4e02-9b9a-dbddb67c085a resource provider aggregate not found 2026-04-20 15:09:19.111 8 INFO neutron.services.segments.plugin [-] Segment d838df92-f66d-4e02-9b9a-dbddb67c085a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d838df92-f66d-4e02-9b9a-dbddb67c085a found for delete ", "request_id": "req-1ae5b016-5aa8-4eb4-8853-f0ce93c42731"}]} 2026-04-20 15:09:19.124 8 INFO neutron.services.segments.plugin [-] Segment d838df92-f66d-4e02-9b9a-dbddb67c085a resource provider aggregate not found 2026-04-20 15:09:19.136 8 INFO neutron.services.segments.plugin [-] Segment d838df92-f66d-4e02-9b9a-dbddb67c085a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d838df92-f66d-4e02-9b9a-dbddb67c085a found for delete ", "request_id": "req-c393e6ba-dc93-4d61-9100-66a4f8762011"}]} 2026-04-20 15:09:19.213 7 INFO neutron.db.ovn_revision_numbers_db [None req-bc15689e-8b27-48fe-b664-4c041b308184 - - - - - -] Successfully bumped revision number for resource 9e9a8867-542a-4e24-b77d-1c2d160e8cf0 (type: ports) to 5 2026-04-20 15:09:19.516 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-409fa1fd-101e-4a6e-997d-902b700eb8b0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:09:19.518 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-409fa1fd-101e-4a6e-997d-902b700eb8b0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 261c115a-2622-484f-b3bd-4cb84918b19c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:19.549 8 INFO neutron.db.ovn_revision_numbers_db [None req-435a8e22-4bdb-46d5-bca4-8f0183d1d57e f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 5dc61426-1afc-4a38-88c6-419c492d413f (type: security_groups) to 1 2026-04-20 15:09:19.567 8 INFO neutron.db.ovn_revision_numbers_db [None req-435a8e22-4bdb-46d5-bca4-8f0183d1d57e f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 072cf6cc-9bf6-4f00-9b1a-94b607c37762 (type: security_group_rules) to 0 2026-04-20 15:09:19.591 8 INFO neutron.db.ovn_revision_numbers_db [None req-435a8e22-4bdb-46d5-bca4-8f0183d1d57e f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 0e7375a0-ef6d-474c-83d5-79a55f025da6 (type: security_group_rules) to 0 2026-04-20 15:09:19.613 8 INFO neutron.db.ovn_revision_numbers_db [None req-435a8e22-4bdb-46d5-bca4-8f0183d1d57e f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 5409a53f-6a6a-4444-ab30-b7fafd5261f6 (type: security_group_rules) to 0 2026-04-20 15:09:19.629 8 INFO neutron.db.ovn_revision_numbers_db [None req-435a8e22-4bdb-46d5-bca4-8f0183d1d57e f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 89652b1b-8393-46f2-837d-f3265bb325a3 (type: security_group_rules) to 0 2026-04-20 15:09:19.703 8 INFO neutron.db.segments_db [None req-435a8e22-4bdb-46d5-bca4-8f0183d1d57e f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Added segment f5664d72-a320-44b1-a42e-2754b3675632 of type geneve for network 7f0c530b-75d9-4fa9-9af3-5e713deb6c34 2026-04-20 15:09:19.820 8 INFO neutron.db.ovn_revision_numbers_db [None req-435a8e22-4bdb-46d5-bca4-8f0183d1d57e f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 7f0c530b-75d9-4fa9-9af3-5e713deb6c34 (type: networks) to 1 2026-04-20 15:09:20.081 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-435a8e22-4bdb-46d5-bca4-8f0183d1d57e f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:20.083 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-435a8e22-4bdb-46d5-bca4-8f0183d1d57e f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 7f0c530b-75d9-4fa9-9af3-5e713deb6c34: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:20.091 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status down for port: 3f822406-c779-45a7-b13c-730176424859 2026-04-20 15:09:20.143 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status down for port: 9ec03f7d-8546-4358-853b-89d693965aec 2026-04-20 15:09:20.170 7 INFO neutron.db.ovn_revision_numbers_db [None req-409fa1fd-101e-4a6e-997d-902b700eb8b0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3f822406-c779-45a7-b13c-730176424859 (type: router_ports) to 1 [pid: 7|app: 0|req: 295/588] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:09:17 2026] PUT /v2.0/routers/b6146896-7843-49f9-9154-aae4a3f34e50/add_router_interface => generated 309 bytes in 2884 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:20.206 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:09:20.206 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] OVN reports status up for port: 3f822406-c779-45a7-b13c-730176424859 2026-04-20 15:09:20.216 7 INFO neutron.plugins.ml2.plugin [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] Attempt 1 to provision port 3f822406-c779-45a7-b13c-730176424859 2026-04-20 15:09:20.237 8 INFO neutron.db.ovn_revision_numbers_db [None req-435a8e22-4bdb-46d5-bca4-8f0183d1d57e f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 9ec03f7d-8546-4358-853b-89d693965aec (type: ports) to 1 [pid: 8|app: 0|req: 294/589] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:19 2026] POST /v2.0/networks => generated 648 bytes in 1040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:20.373 8 INFO neutron.db.segments_db [None req-c80e8b8d-fb4b-461e-bc91-f93e9ac9db2a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Added segment f71baa11-a535-4ad9-a764-fe17a1793c73 of type geneve for network 56c5fad7-7267-4c13-8051-635ec5d82766 2026-04-20 15:09:20.486 8 INFO neutron.db.ovn_revision_numbers_db [None req-c80e8b8d-fb4b-461e-bc91-f93e9ac9db2a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 56c5fad7-7267-4c13-8051-635ec5d82766 (type: networks) to 1 2026-04-20 15:09:20.555 7 INFO neutron.db.ovn_revision_numbers_db [None req-02cf1dd2-9165-4f49-8ab5-f65802a71466 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Successfully bumped revision number for resource d6946291-59af-4076-abfe-8705d84a5b36 (type: security_groups) to 1 2026-04-20 15:09:20.579 7 INFO neutron.db.ovn_revision_numbers_db [None req-02cf1dd2-9165-4f49-8ab5-f65802a71466 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Successfully bumped revision number for resource a0c427aa-1403-4ca6-82a0-14b1b7e9c8c5 (type: security_group_rules) to 0 2026-04-20 15:09:20.601 7 INFO neutron.db.ovn_revision_numbers_db [None req-02cf1dd2-9165-4f49-8ab5-f65802a71466 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Successfully bumped revision number for resource a5a0d1a7-efb1-4409-b50c-b509decb65b1 (type: security_group_rules) to 0 2026-04-20 15:09:20.620 7 INFO neutron.db.ovn_revision_numbers_db [None req-02cf1dd2-9165-4f49-8ab5-f65802a71466 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Successfully bumped revision number for resource ad46afb1-d5d1-401e-bb5b-39a4ff2ae0c7 (type: security_group_rules) to 0 2026-04-20 15:09:20.650 7 INFO neutron.db.ovn_revision_numbers_db [None req-02cf1dd2-9165-4f49-8ab5-f65802a71466 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Successfully bumped revision number for resource df6e8fdc-80e8-433b-9bab-6ca23caa9e1c (type: security_group_rules) to 0 2026-04-20 15:09:20.703 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c80e8b8d-fb4b-461e-bc91-f93e9ac9db2a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:20.705 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c80e8b8d-fb4b-461e-bc91-f93e9ac9db2a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 56c5fad7-7267-4c13-8051-635ec5d82766: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:20.782 7 INFO neutron.db.segments_db [None req-02cf1dd2-9165-4f49-8ab5-f65802a71466 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Added segment c2ebb90f-4421-4d5e-8ba0-6b06c8ddaed4 of type geneve for network ee66cfe5-9f83-498d-a701-249137eab405 2026-04-20 15:09:20.796 8 INFO neutron.db.ovn_revision_numbers_db [None req-c80e8b8d-fb4b-461e-bc91-f93e9ac9db2a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 63932164-816c-4bdf-b713-7812816c7fb3 (type: ports) to 1 [pid: 8|app: 0|req: 295/590] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:20 2026] POST /v2.0/networks => generated 649 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:20.857 7 INFO neutron.db.ovn_revision_numbers_db [None req-a725abe8-df7e-47df-b1a6-a9a1020c460f - - - - - -] Successfully bumped revision number for resource 3f822406-c779-45a7-b13c-730176424859 (type: ports) to 2 [pid: 8|app: 0|req: 296/591] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:20 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 971 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:21.025 7 INFO neutron.db.ovn_revision_numbers_db [None req-02cf1dd2-9165-4f49-8ab5-f65802a71466 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Successfully bumped revision number for resource ee66cfe5-9f83-498d-a701-249137eab405 (type: networks) to 1 2026-04-20 15:09:21.144 8 INFO neutron.db.ovn_revision_numbers_db [None req-af8c53b2-98b9-4bb9-9612-654c3e962e58 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] Successfully bumped revision number for resource fae0f485-736f-46f0-9f0c-021a18ec1e18 (type: security_groups) to 1 2026-04-20 15:09:21.158 8 INFO neutron.db.ovn_revision_numbers_db [None req-af8c53b2-98b9-4bb9-9612-654c3e962e58 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] Successfully bumped revision number for resource 15c44aee-865c-46ed-bfdc-a7ee1e7f9dfd (type: security_group_rules) to 0 2026-04-20 15:09:21.170 8 INFO neutron.db.ovn_revision_numbers_db [None req-af8c53b2-98b9-4bb9-9612-654c3e962e58 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] Successfully bumped revision number for resource 7577b92f-0d7f-42a4-8838-a9c63c5ee90e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 297/592] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:09:20 2026] POST /v2.0/security-groups => generated 1661 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-20 15:09:21.217 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-02cf1dd2-9165-4f49-8ab5-f65802a71466 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] No more DHCP agents 2026-04-20 15:09:21.219 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-02cf1dd2-9165-4f49-8ab5-f65802a71466 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Unable to schedule network ee66cfe5-9f83-498d-a701-249137eab405: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:21.295 7 INFO neutron.db.ovn_revision_numbers_db [None req-02cf1dd2-9165-4f49-8ab5-f65802a71466 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Successfully bumped revision number for resource 8c73aaef-e2e8-4c65-80ec-83b1c614d272 (type: ports) to 1 [pid: 7|app: 0|req: 296/593] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:20 2026] POST /v2.0/networks => generated 661 bytes in 1141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/594] 10.0.0.166 () {34 vars in 971 bytes} [Mon Apr 20 15:09:21 2026] GET /v2.0/ports/187461fc-b14a-4618-9bac-55f8885b856c => generated 968 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:21.418 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-74d51813-3fb9-4a3a-b85f-23b7e9f872ff f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:21.419 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-74d51813-3fb9-4a3a-b85f-23b7e9f872ff f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 7f0c530b-75d9-4fa9-9af3-5e713deb6c34: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:21.501 7 INFO neutron.db.ovn_revision_numbers_db [None req-9fe3d770-337e-4d15-a099-070387bce692 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] Successfully bumped revision number for resource 61b8fb63-b783-46da-9f47-4dfdc010aa75 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 298/595] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:09:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:21.726 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f9b709dc-92fb-48ea-a688-2bc2f7e6e1e8 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] No more DHCP agents 2026-04-20 15:09:21.727 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f9b709dc-92fb-48ea-a688-2bc2f7e6e1e8 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Unable to schedule network ee66cfe5-9f83-498d-a701-249137eab405: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:21.886 8 INFO neutron.db.ovn_revision_numbers_db [None req-a00a3641-78e4-471a-bf00-7d956ca9566f - - - - - -] Successfully bumped revision number for resource 9ec03f7d-8546-4358-853b-89d693965aec (type: ports) to 2 2026-04-20 15:09:21.924 8 INFO neutron.db.ovn_revision_numbers_db [None req-a00a3641-78e4-471a-bf00-7d956ca9566f - - - - - -] Successfully bumped revision number for resource 1b663f1d-01b4-4492-8fcf-3838db53565e (type: subnets) to 0 [pid: 8|app: 0|req: 298/596] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:21 2026] POST /v2.0/subnets => generated 626 bytes in 735 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:22.075 8 INFO neutron.db.ovn_revision_numbers_db [None req-10ebed17-ab0a-4c03-8c85-837142c84788 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] Successfully bumped revision number for resource cecec3c0-5f1c-4857-b54f-bc574f3776ce (type: security_group_rules) to 0 [pid: 8|app: 0|req: 299/597] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:09:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:22.210 7 INFO neutron.db.ovn_revision_numbers_db [None req-a3429894-d7e0-4444-8c16-e43993a7ed2a - - - - - -] Successfully bumped revision number for resource 8c73aaef-e2e8-4c65-80ec-83b1c614d272 (type: ports) to 2 2026-04-20 15:09:22.238 7 INFO neutron.db.ovn_revision_numbers_db [None req-a3429894-d7e0-4444-8c16-e43993a7ed2a - - - - - -] Successfully bumped revision number for resource 6645af5c-0b22-402b-9399-e8c503fade0e (type: subnets) to 0 [pid: 7|app: 0|req: 299/598] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:21 2026] POST /v2.0/subnets => generated 641 bytes in 724 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/599] 199.204.45.38 () {34 vars in 999 bytes} [Mon Apr 20 15:09:22 2026] GET /v2.0/subnets?network_id=b96e2306-6b66-4c67-9009-9821007f9d4c => generated 684 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:22.297 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-05931ed3-2517-45c2-86ff-a08b73362557 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:22.298 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-05931ed3-2517-45c2-86ff-a08b73362557 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 56c5fad7-7267-4c13-8051-635ec5d82766: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:22.529 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-72eb5b4b-f84d-436e-836a-1d8685bc5e9a cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] No more DHCP agents 2026-04-20 15:09:22.531 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-72eb5b4b-f84d-436e-836a-1d8685bc5e9a cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:22.821 8 INFO neutron.db.ovn_revision_numbers_db [None req-90c716da-7260-420a-b766-4f907085a601 - - - - - -] Successfully bumped revision number for resource 63932164-816c-4bdf-b713-7812816c7fb3 (type: ports) to 2 2026-04-20 15:09:22.853 8 INFO neutron.db.ovn_revision_numbers_db [None req-90c716da-7260-420a-b766-4f907085a601 - - - - - -] Successfully bumped revision number for resource 36f925cc-cee1-4b56-b97d-c5345611c4fd (type: subnets) to 0 [pid: 8|app: 0|req: 300/600] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:22 2026] POST /v2.0/subnets => generated 626 bytes in 768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/601] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:09:22 2026] POST /v2.0/floatingips => generated 552 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:22.962 8 INFO neutron.db.segments_db [None req-ae41c469-9209-4ad5-829d-42ba0bdb3f4d a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Added segment 0c35c970-c6ab-4ec2-8d01-a0eae9d248e0 of type geneve for network e9488bec-e5c2-42b5-879a-f0dc0105930a [pid: 7|app: 0|req: 302/602] 199.204.45.38 () {34 vars in 1145 bytes} [Mon Apr 20 15:09:22 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c&device_owner=compute%3Anova&network_id=b96e2306-6b66-4c67-9009-9821007f9d4c => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:23.139 7 INFO neutron.db.ovn_revision_numbers_db [None req-b255e6e6-0dfc-4b60-87cb-7cf71907002f f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource d8326d25-9eb9-4e32-b0d6-8edf0cf631c0 (type: routers) to 1 2026-04-20 15:09:23.142 8 INFO neutron.db.ovn_revision_numbers_db [None req-ae41c469-9209-4ad5-829d-42ba0bdb3f4d a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Successfully bumped revision number for resource e9488bec-e5c2-42b5-879a-f0dc0105930a (type: networks) to 1 [pid: 7|app: 0|req: 303/603] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:22 2026] POST /v2.0/routers => generated 603 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:23.328 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ae41c469-9209-4ad5-829d-42ba0bdb3f4d a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] No more DHCP agents 2026-04-20 15:09:23.329 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ae41c469-9209-4ad5-829d-42ba0bdb3f4d a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Unable to schedule network e9488bec-e5c2-42b5-879a-f0dc0105930a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:23.402 8 INFO neutron.db.ovn_revision_numbers_db [None req-ae41c469-9209-4ad5-829d-42ba0bdb3f4d a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Successfully bumped revision number for resource c5f5ce4a-3c95-40bc-b13c-cea37df34060 (type: ports) to 1 [pid: 8|app: 0|req: 301/604] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:22 2026] POST /v2.0/networks => generated 662 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:23.681 7 INFO neutron.db.ovn_revision_numbers_db [req-17f4f17b-b9fc-4b38-be8e-14462fff02a3 req-55ebab5b-d0cf-48ac-8e61-0cc00fa99b4e 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Successfully bumped revision number for resource 187461fc-b14a-4618-9bac-55f8885b856c (type: ports) to 6 [pid: 7|app: 0|req: 304/605] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:09:23 2026] PUT /v2.0/ports/187461fc-b14a-4618-9bac-55f8885b856c => generated 1149 bytes in 533 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-20 15:09:23.729 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd4c12d9-d523-4ef8-845b-b6bf2b44ae05'] response: {'name': 'network-changed', 'server_uuid': 'a25da6f7-98fe-4def-84d7-124713f3fd5c', 'tag': '187461fc-b14a-4618-9bac-55f8885b856c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 305/606] 10.0.0.166 () {34 vars in 1100 bytes} [Mon Apr 20 15:09:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1202487241&fields=id&tenant_id=328bce7cdaa74c7ea30943b66155958c => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:23.815 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9c2af114-d46f-4626-8156-1647181306d3 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:23.817 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9c2af114-d46f-4626-8156-1647181306d3 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 7f0c530b-75d9-4fa9-9af3-5e713deb6c34: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:23.865 7 INFO neutron.db.ovn_revision_numbers_db [None req-debed400-9c4a-4610-a1ce-a3264d7541e1 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Successfully bumped revision number for resource e9488bec-e5c2-42b5-879a-f0dc0105930a (type: networks) to 2 [pid: 7|app: 0|req: 306/607] 10.0.0.154 () {34 vars in 743 bytes} [Mon Apr 20 15:09:23 2026] PUT /v2.0/networks/e9488bec-e5c2-42b5-879a-f0dc0105930a => generated 636 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/608] 10.0.0.166 () {34 vars in 982 bytes} [Mon Apr 20 15:09:23 2026] GET /v2.0/networks?id=261c115a-2622-484f-b3bd-4cb84918b19c => generated 712 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:23.966 8 INFO neutron.db.ovn_revision_numbers_db [None req-9c2af114-d46f-4626-8156-1647181306d3 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 5c3ed793-b6e7-4e18-a411-d4d73ad96604 (type: ports) to 1 2026-04-20 15:09:24.097 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3024cc8c-b541-49c4-8ce6-67bb5e3022fb a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] No more DHCP agents 2026-04-20 15:09:24.099 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3024cc8c-b541-49c4-8ce6-67bb5e3022fb a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Unable to schedule network e9488bec-e5c2-42b5-879a-f0dc0105930a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:24.586 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9c2af114-d46f-4626-8156-1647181306d3 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:24.587 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9c2af114-d46f-4626-8156-1647181306d3 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 7f0c530b-75d9-4fa9-9af3-5e713deb6c34: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:24.588 7 INFO neutron.db.ovn_revision_numbers_db [None req-5febd217-2998-42f8-8089-e39b6c74d907 - - - - - -] Successfully bumped revision number for resource c5f5ce4a-3c95-40bc-b13c-cea37df34060 (type: ports) to 2 2026-04-20 15:09:24.614 7 INFO neutron.db.ovn_revision_numbers_db [None req-5febd217-2998-42f8-8089-e39b6c74d907 - - - - - -] Successfully bumped revision number for resource f4778587-cbcc-477f-85a2-5d8038d84b61 (type: subnets) to 0 [pid: 7|app: 0|req: 308/609] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:23 2026] POST /v2.0/subnets => generated 626 bytes in 720 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/610] 10.0.0.166 () {34 vars in 965 bytes} [Mon Apr 20 15:09:24 2026] GET /v2.0/quotas/328bce7cdaa74c7ea30943b66155958c => 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: 310/611] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:09:24 2026] GET /v2.0/ports?tenant_id=6bc3ff59b8484eb5827a7aef3fc804b1&device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 1390 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:24.789 8 INFO neutron.db.ovn_revision_numbers_db [None req-9c2af114-d46f-4626-8156-1647181306d3 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 5c3ed793-b6e7-4e18-a411-d4d73ad96604 (type: router_ports) to 1 [pid: 8|app: 0|req: 302/612] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:09:23 2026] PUT /v2.0/routers/d8326d25-9eb9-4e32-b0d6-8edf0cf631c0/add_router_interface => generated 309 bytes in 1373 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/613] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:09:24 2026] GET /v2.0/ports?tenant_id=328bce7cdaa74c7ea30943b66155958c&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/614] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:09:24 2026] GET /v2.0/networks?id=b96e2306-6b66-4c67-9009-9821007f9d4c => generated 821 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/615] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:24 2026] GET /v2.0/ports/5c3ed793-b6e7-4e18-a411-d4d73ad96604 => generated 941 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:24.985 7 INFO neutron.db.ovn_revision_numbers_db [None req-03b32885-721c-4913-9bc4-da808a0fafa8 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Successfully bumped revision number for resource f4778587-cbcc-477f-85a2-5d8038d84b61 (type: subnets) to 1 [pid: 7|app: 0|req: 311/616] 10.0.0.154 () {34 vars in 741 bytes} [Mon Apr 20 15:09:24 2026] PUT /v2.0/subnets/f4778587-cbcc-477f-85a2-5d8038d84b61 => generated 636 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/617] 199.204.45.38 () {34 vars in 1059 bytes} [Mon Apr 20 15:09:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=187461fc-b14a-4618-9bac-55f8885b856c => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:25.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-0cb3cc78-e3e0-4864-a85e-749986cbfa64 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] TaaS: Handle Delete Port: c5f5ce4a-3c95-40bc-b13c-cea37df34060 2026-04-20 15:09:25.149 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cb3cc78-e3e0-4864-a85e-749986cbfa64 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Tap Mirror: Handle Delete Port: c5f5ce4a-3c95-40bc-b13c-cea37df34060 2026-04-20 15:09:25.446 8 INFO neutron.services.segments.plugin [-] Segment 0c35c970-c6ab-4ec2-8d01-a0eae9d248e0 resource provider aggregate not found 2026-04-20 15:09:25.449 8 INFO neutron.services.segments.plugin [-] Segment 0c35c970-c6ab-4ec2-8d01-a0eae9d248e0 resource provider aggregate not found 2026-04-20 15:09:25.464 8 INFO neutron.services.segments.plugin [-] Segment 0c35c970-c6ab-4ec2-8d01-a0eae9d248e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c35c970-c6ab-4ec2-8d01-a0eae9d248e0 found for delete ", "request_id": "req-93964f74-b122-4574-895b-ef2da2f25812"}]} 2026-04-20 15:09:25.467 8 INFO neutron.services.segments.plugin [-] Segment 0c35c970-c6ab-4ec2-8d01-a0eae9d248e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c35c970-c6ab-4ec2-8d01-a0eae9d248e0 found for delete ", "request_id": "req-51fd6c35-38db-44ee-97d1-955c086de44a"}]} [pid: 8|app: 0|req: 307/618] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:24 2026] DELETE /v2.0/networks/e9488bec-e5c2-42b5-879a-f0dc0105930a => generated 0 bytes in 491 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:25.505 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2a3c0613-d72a-4253-accb-19a66d26c4d7 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:25.506 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2a3c0613-d72a-4253-accb-19a66d26c4d7 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 56c5fad7-7267-4c13-8051-635ec5d82766: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 308/619] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:09:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=187461fc-b14a-4618-9bac-55f8885b856c => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/620] 10.0.0.166 () {34 vars in 907 bytes} [Mon Apr 20 15:09:25 2026] GET /v2.0/extensions => generated 20541 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-20 15:09:25.577 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6d492eed-46c8-404a-a65c-23f15748a344 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 310/621] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:25 2026] DELETE /v2.0/networks/e9488bec-e5c2-42b5-879a-f0dc0105930a => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/622] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:09:25 2026] GET /v2.0/subnets?id=8e4698fd-ebc1-40f1-9c91-1d13d681e2f8 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:25.652 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a3c0613-d72a-4253-accb-19a66d26c4d7 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 5a14430a-dd30-4e0a-b5a0-b958a9742d06 (type: ports) to 1 [pid: 8|app: 0|req: 312/623] 10.0.0.166 () {34 vars in 1008 bytes} [Mon Apr 20 15:09:25 2026] GET /v2.0/networks/261c115a-2622-484f-b3bd-4cb84918b19c?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/624] 10.0.0.154 () {32 vars in 694 bytes} [Mon Apr 20 15:09:25 2026] GET /v2.0/networks?router%3Aexternal=True => generated 689 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/625] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:09:25 2026] GET /v2.0/ports?network_id=b96e2306-6b66-4c67-9009-9821007f9d4c&device_owner=network%3Adhcp => 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: 315/626] 10.0.0.166 () {34 vars in 1108 bytes} [Mon Apr 20 15:09:25 2026] GET /v2.0/networks/261c115a-2622-484f-b3bd-4cb84918b19c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/627] 10.0.0.154 () {32 vars in 742 bytes} [Mon Apr 20 15:09:25 2026] GET /v2.0/subnets?network_id=3b6cb35e-6630-4592-9567-d9042fcd536e => generated 649 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/628] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:09:25 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/629] 10.0.0.154 () {32 vars in 653 bytes} [Mon Apr 20 15:09:25 2026] GET /v2.0/extensions => generated 20541 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/630] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:09:25 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/631] 10.0.0.154 () {32 vars in 649 bytes} [Mon Apr 20 15:09:25 2026] GET /v2.0/networks => generated 1383 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/632] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:26 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => 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: 322/633] 10.0.0.154 () {32 vars in 647 bytes} [Mon Apr 20 15:09:26 2026] GET /v2.0/subnets => generated 1280 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/634] 10.0.0.154 () {32 vars in 723 bytes} [Mon Apr 20 15:09:26 2026] GET /v2.0/networks/ee66cfe5-9f83-498d-a701-249137eab405 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/635] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:09:26 2026] GET /v2.0/subnets/6645af5c-0b22-402b-9399-e8c503fade0e => generated 641 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:26.181 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-e3711180-e113-45e0-93d4-b287f20c3f27 - - - - - -] No hosting information found for port 3f822406-c779-45a7-b13c-730176424859: RuntimeError: No hosting information found for port 3f822406-c779-45a7-b13c-730176424859 2026-04-20 15:09:26.197 8 INFO neutron.pecan_wsgi.hooks.translation [None req-300833b8-13bd-452a-968c-54b29a0ef7f6 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 325/636] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:26 2026] DELETE /v2.0/subnets/f4778587-cbcc-477f-85a2-5d8038d84b61 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:09:26.214 8 INFO neutron.pecan_wsgi.hooks.translation [None req-de329abf-3977-4638-9564-b7c36fac58d1 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 326/637] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:26 2026] DELETE /v2.0/networks/e9488bec-e5c2-42b5-879a-f0dc0105930a => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:09:26.356 7 INFO neutron.db.ovn_revision_numbers_db [None req-e3711180-e113-45e0-93d4-b287f20c3f27 - - - - - -] Successfully bumped revision number for resource 3f822406-c779-45a7-b13c-730176424859 (type: router_ports) to 2 [pid: 8|app: 0|req: 327/638] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:26 2026] DELETE /v2.0/subnets/6645af5c-0b22-402b-9399-e8c503fade0e => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:26.440 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e3711180-e113-45e0-93d4-b287f20c3f27 - - - - - -] OVN reports status down for port: 63932164-816c-4bdf-b713-7812816c7fb3 2026-04-20 15:09:26.512 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b4edc3b-a751-49f3-96d2-20cf94513669 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] TaaS: Handle Delete Port: 8c73aaef-e2e8-4c65-80ec-83b1c614d272 2026-04-20 15:09:26.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b4edc3b-a751-49f3-96d2-20cf94513669 a7c167e3d2de49f094fb396a6ba6f08a 018b7aae91a84fcd9f9521c41032bd54 - - default default] Tap Mirror: Handle Delete Port: 8c73aaef-e2e8-4c65-80ec-83b1c614d272 2026-04-20 15:09:26.571 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e3711180-e113-45e0-93d4-b287f20c3f27 - - - - - -] OVN reports status down for port: 8c73aaef-e2e8-4c65-80ec-83b1c614d272 2026-04-20 15:09:26.612 7 INFO neutron.plugins.ml2.db [None req-e3711180-e113-45e0-93d4-b287f20c3f27 - - - - - -] No ports have port_id starting with 8c73aaef-e2e8-4c65-80ec-83b1c614d272 2026-04-20 15:09:26.630 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e3711180-e113-45e0-93d4-b287f20c3f27 - - - - - -] OVN reports status down for port: c5f5ce4a-3c95-40bc-b13c-cea37df34060 2026-04-20 15:09:26.655 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e3711180-e113-45e0-93d4-b287f20c3f27 - - - - - -] OVN reports status down for port: 5c3ed793-b6e7-4e18-a411-d4d73ad96604 2026-04-20 15:09:26.686 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2a3c0613-d72a-4253-accb-19a66d26c4d7 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:26.689 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2a3c0613-d72a-4253-accb-19a66d26c4d7 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 56c5fad7-7267-4c13-8051-635ec5d82766: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 328/639] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:26 2026] DELETE /v2.0/networks/ee66cfe5-9f83-498d-a701-249137eab405 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:26.785 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-e3711180-e113-45e0-93d4-b287f20c3f27 - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:09:26.786 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e3711180-e113-45e0-93d4-b287f20c3f27 - - - - - -] OVN reports status up for port: 5c3ed793-b6e7-4e18-a411-d4d73ad96604 2026-04-20 15:09:26.812 7 INFO neutron.plugins.ml2.plugin [None req-e3711180-e113-45e0-93d4-b287f20c3f27 - - - - - -] Attempt 1 to provision port 5c3ed793-b6e7-4e18-a411-d4d73ad96604 [pid: 8|app: 0|req: 329/640] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:26 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 1152 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/641] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:26 2026] GET /v2.0/security-groups?id=e21b1cc2-5320-4aba-b3a3-e00c5079de25&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/642] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:09:27 2026] GET /v2.0/ports?tenant_id=6bc3ff59b8484eb5827a7aef3fc804b1&device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 1390 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/643] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:09:27 2026] GET /v2.0/networks?id=b96e2306-6b66-4c67-9009-9821007f9d4c => generated 821 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:27.116 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a3c0613-d72a-4253-accb-19a66d26c4d7 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 5a14430a-dd30-4e0a-b5a0-b958a9742d06 (type: router_ports) to 1 [pid: 7|app: 0|req: 312/644] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:09:24 2026] PUT /v2.0/routers/d8326d25-9eb9-4e32-b0d6-8edf0cf631c0/add_router_interface => generated 309 bytes in 2138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/645] 199.204.45.38 () {34 vars in 1059 bytes} [Mon Apr 20 15:09:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=187461fc-b14a-4618-9bac-55f8885b856c => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/646] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:27 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/647] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:27 2026] GET /v2.0/ports/5a14430a-dd30-4e0a-b5a0-b958a9742d06 => generated 941 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/648] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:09:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=187461fc-b14a-4618-9bac-55f8885b856c => generated 860 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/649] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:27 2026] GET /v2.0/ports/5a14430a-dd30-4e0a-b5a0-b958a9742d06 => generated 941 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/650] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:09:27 2026] GET /v2.0/subnets?id=8e4698fd-ebc1-40f1-9c91-1d13d681e2f8 => generated 702 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/651] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:09:27 2026] GET /v2.0/ports?network_id=b96e2306-6b66-4c67-9009-9821007f9d4c&device_owner=network%3Adhcp => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/652] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:09:27 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=segments => generated 14 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:27.542 7 INFO neutron.db.ovn_revision_numbers_db [None req-e3711180-e113-45e0-93d4-b287f20c3f27 - - - - - -] Successfully bumped revision number for resource 5c3ed793-b6e7-4e18-a411-d4d73ad96604 (type: ports) to 2 [pid: 7|app: 0|req: 318/653] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:09:27 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:27.834 8 INFO neutron.services.segments.plugin [-] Segment c2ebb90f-4421-4d5e-8ba0-6b06c8ddaed4 resource provider aggregate not found 2026-04-20 15:09:27.840 8 INFO neutron.services.segments.plugin [-] Segment c2ebb90f-4421-4d5e-8ba0-6b06c8ddaed4 resource provider aggregate not found 2026-04-20 15:09:27.853 8 INFO neutron.services.segments.plugin [-] Segment c2ebb90f-4421-4d5e-8ba0-6b06c8ddaed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2ebb90f-4421-4d5e-8ba0-6b06c8ddaed4 found for delete ", "request_id": "req-ba8f3bfe-fc81-4e33-87e3-f90c59252d9c"}]} [pid: 8|app: 0|req: 336/654] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:09:27 2026] GET /v2.0/security-groups?tenant_id=018b7aae91a84fcd9f9521c41032bd54&name=default => generated 2925 bytes in 581 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:27.859 8 INFO neutron.services.segments.plugin [-] Segment c2ebb90f-4421-4d5e-8ba0-6b06c8ddaed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2ebb90f-4421-4d5e-8ba0-6b06c8ddaed4 found for delete ", "request_id": "req-675cbdae-96d2-4999-9dff-6384914755d0"}]} [pid: 7|app: 0|req: 319/655] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:27 2026] DELETE /v2.0/security-groups/d6946291-59af-4076-abfe-8705d84a5b36 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/656] 199.204.45.38 () {34 vars in 1119 bytes} [Mon Apr 20 15:09:28 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/657] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:28 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => 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: 339/658] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:28 2026] GET /v2.0/ports/5a14430a-dd30-4e0a-b5a0-b958a9742d06 => generated 941 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:28.673 7 INFO neutron.db.ovn_revision_numbers_db [req-b9882159-d0dd-49b3-ab6b-1b13b627421b req-c51e40a7-84fe-4de3-b4f5-6dbd0798c561 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Successfully bumped revision number for resource 187461fc-b14a-4618-9bac-55f8885b856c (type: ports) to 7 [pid: 7|app: 0|req: 320/659] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:09:28 2026] PUT /v2.0/ports/187461fc-b14a-4618-9bac-55f8885b856c => generated 968 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:28.736 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6aeaa3d0-a25a-4b93-96e0-92d54cb9fd84'] response: {'name': 'network-changed', 'server_uuid': 'a25da6f7-98fe-4def-84d7-124713f3fd5c', 'tag': '187461fc-b14a-4618-9bac-55f8885b856c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 340/660] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:09:29 2026] GET /v2.0/ports?tenant_id=6bc3ff59b8484eb5827a7aef3fc804b1&device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 1209 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 321/661] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:09:29 2026] GET /v2.0/networks?id=b96e2306-6b66-4c67-9009-9821007f9d4c => generated 821 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/662] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:29 2026] GET /v2.0/ports/5a14430a-dd30-4e0a-b5a0-b958a9742d06 => generated 941 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/663] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:09:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=187461fc-b14a-4618-9bac-55f8885b856c => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/664] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:29 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => 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: 323/665] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:09:29 2026] GET /v2.0/subnets?id=8e4698fd-ebc1-40f1-9c91-1d13d681e2f8 => 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: 343/666] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:09:29 2026] GET /v2.0/ports?network_id=b96e2306-6b66-4c67-9009-9821007f9d4c&device_owner=network%3Adhcp => 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: 324/667] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:09:29 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?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: 344/668] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:09:29 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:30.256 7 INFO neutron.db.ovn_revision_numbers_db [None req-bfcce496-52dc-4fa7-834d-6e8f70305613 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource fda45d03-b9a5-41d4-8fdd-1cdbb8feddd1 (type: security_groups) to 1 2026-04-20 15:09:30.272 7 INFO neutron.db.ovn_revision_numbers_db [None req-bfcce496-52dc-4fa7-834d-6e8f70305613 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource 3043a821-3386-4e3b-8b7e-c7cfb8c51fbb (type: security_group_rules) to 0 2026-04-20 15:09:30.289 7 INFO neutron.db.ovn_revision_numbers_db [None req-bfcce496-52dc-4fa7-834d-6e8f70305613 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource 449d3298-6e7c-4d26-b6f5-620405fb1ae3 (type: security_group_rules) to 0 2026-04-20 15:09:30.304 7 INFO neutron.db.ovn_revision_numbers_db [None req-bfcce496-52dc-4fa7-834d-6e8f70305613 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource d4d0be22-49b8-455f-878b-244821df97a8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 345/669] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:09:30 2026] GET /v2.0/networks?id=261c115a-2622-484f-b3bd-4cb84918b19c => generated 712 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:30.340 7 INFO neutron.db.ovn_revision_numbers_db [None req-bfcce496-52dc-4fa7-834d-6e8f70305613 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource d74600d6-98dd-4648-8372-ec0eda37e8ea (type: security_group_rules) to 0 [pid: 8|app: 0|req: 346/670] 199.204.45.38 () {34 vars in 1049 bytes} [Mon Apr 20 15:09:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=328bce7cdaa74c7ea30943b66155958c => generated 181 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/671] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:30 2026] GET /v2.0/ports/5a14430a-dd30-4e0a-b5a0-b958a9742d06 => generated 941 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:30.465 7 INFO neutron.db.ovn_revision_numbers_db [None req-bfcce496-52dc-4fa7-834d-6e8f70305613 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource 40879920-7b86-445c-8cf9-a458c434a087 (type: security_groups) to 1 [pid: 8|app: 0|req: 348/672] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:30 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:30.485 7 INFO neutron.db.ovn_revision_numbers_db [None req-bfcce496-52dc-4fa7-834d-6e8f70305613 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource 33eac808-7b78-49b3-9e04-d0d519c4c19f (type: security_group_rules) to 0 2026-04-20 15:09:30.500 7 INFO neutron.db.ovn_revision_numbers_db [None req-bfcce496-52dc-4fa7-834d-6e8f70305613 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource 83b7e33b-8906-4cf8-9e5d-d8254276588d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 325/673] 10.0.0.154 () {34 vars in 684 bytes} [Mon Apr 20 15:09:29 2026] POST /v2.0/security-groups => generated 1623 bytes in 687 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/674] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:30 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => 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: 327/675] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:30 2026] GET /v2.0/security-groups?id=e21b1cc2-5320-4aba-b3a3-e00c5079de25&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/676] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:09:30 2026] GET /v2.0/security-groups => generated 4528 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/677] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:09:30 2026] GET /v2.0/ports?tenant_id=6bc3ff59b8484eb5827a7aef3fc804b1&device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 1209 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:30.777 7 INFO neutron.db.ovn_revision_numbers_db [None req-e40bb42e-4090-452d-9978-7bf21c495b56 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource 40879920-7b86-445c-8cf9-a458c434a087 (type: security_groups) to 2 2026-04-20 15:09:30.799 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-2ada28b1-bec4-4bbd-ad2b-260ea55bcecc req-229d6390-a8c2-4a74-82bf-9d5e0fabdbc4 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] No more DHCP agents 2026-04-20 15:09:30.802 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-2ada28b1-bec4-4bbd-ad2b-260ea55bcecc req-229d6390-a8c2-4a74-82bf-9d5e0fabdbc4 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] Unable to schedule network 261c115a-2622-484f-b3bd-4cb84918b19c: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 330/678] 10.0.0.154 () {34 vars in 758 bytes} [Mon Apr 20 15:09:30 2026] PUT /v2.0/security-groups/40879920-7b86-445c-8cf9-a458c434a087 => generated 1663 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/679] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:09:30 2026] GET /v2.0/networks?id=b96e2306-6b66-4c67-9009-9821007f9d4c => generated 821 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/680] 10.0.0.154 () {32 vars in 737 bytes} [Mon Apr 20 15:09:30 2026] GET /v2.0/security-groups/40879920-7b86-445c-8cf9-a458c434a087 => generated 1663 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:30.937 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status down for port: fc94d81d-4124-459b-9173-6c681852df16 [pid: 7|app: 0|req: 333/681] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:09:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=187461fc-b14a-4618-9bac-55f8885b856c => generated 860 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:30.997 8 INFO neutron.db.ovn_revision_numbers_db [req-2ada28b1-bec4-4bbd-ad2b-260ea55bcecc req-229d6390-a8c2-4a74-82bf-9d5e0fabdbc4 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] Successfully bumped revision number for resource fc94d81d-4124-459b-9173-6c681852df16 (type: ports) to 1 [pid: 7|app: 0|req: 334/682] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:30 2026] DELETE /v2.0/security-groups/40879920-7b86-445c-8cf9-a458c434a087 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/683] 199.204.45.38 () {38 vars in 954 bytes} [Mon Apr 20 15:09:30 2026] POST /v2.0/ports => generated 958 bytes in 616 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: 335/684] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:09:31 2026] GET /v2.0/subnets?id=8e4698fd-ebc1-40f1-9c91-1d13d681e2f8 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/685] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:09:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/686] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:09:31 2026] GET /v2.0/ports?network_id=b96e2306-6b66-4c67-9009-9821007f9d4c&device_owner=network%3Adhcp => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:31.178 7 INFO neutron.api.v2.resource [None req-37bfa0be-6c26-4122-92f6-fcc0bbe7f8af 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 338/687] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:31 2026] DELETE /v2.0/security-groups/40879920-7b86-445c-8cf9-a458c434a087 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/688] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:09:31 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:31.339 7 INFO neutron.db.ovn_revision_numbers_db [None req-da49f7c2-ee3c-4a1c-8469-148c67415682 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource c81eecd1-075d-4918-aac1-6a9477ed57f6 (type: security_groups) to 1 2026-04-20 15:09:31.356 7 INFO neutron.db.ovn_revision_numbers_db [None req-da49f7c2-ee3c-4a1c-8469-148c67415682 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource 1b6a4985-6cf2-46d5-a230-50c8396a928e (type: security_group_rules) to 0 2026-04-20 15:09:31.375 7 INFO neutron.db.ovn_revision_numbers_db [None req-da49f7c2-ee3c-4a1c-8469-148c67415682 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource cd9799e3-4ede-424e-8a5b-c5e25d4146e8 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 340/689] 10.0.0.154 () {34 vars in 684 bytes} [Mon Apr 20 15:09:31 2026] POST /v2.0/security-groups => generated 1625 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/690] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:09:31 2026] GET /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:31.541 8 INFO neutron.db.ovn_revision_numbers_db [req-2ada28b1-bec4-4bbd-ad2b-260ea55bcecc req-981330b7-bf08-4d44-840b-15f056f80610 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource fc94d81d-4124-459b-9173-6c681852df16 (type: ports) to 2 2026-04-20 15:09:31.678 7 INFO neutron.db.ovn_revision_numbers_db [None req-91c533dd-0076-4a4a-ad0e-23956c53d204 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource e86bedde-3bf5-4fd0-a9b4-e2a5c2ed8019 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 342/691] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:09:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:31.810 8 INFO neutron.db.ovn_revision_numbers_db [req-2ada28b1-bec4-4bbd-ad2b-260ea55bcecc req-981330b7-bf08-4d44-840b-15f056f80610 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource fc94d81d-4124-459b-9173-6c681852df16 (type: ports) to 4 [pid: 7|app: 0|req: 343/692] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:31 2026] GET /v2.0/ports/5a14430a-dd30-4e0a-b5a0-b958a9742d06 => generated 941 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/695] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:09:31 2026] PUT /v2.0/ports/fc94d81d-4124-459b-9173-6c681852df16 => generated 1208 bytes in 745 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: 346/696] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:31 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/697] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:09:31 2026] GET /v2.0/security-group-rules/e86bedde-3bf5-4fd0-a9b4-e2a5c2ed8019 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/698] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:31 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/699] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:31 2026] GET /v2.0/security-groups?id=fae0f485-736f-46f0-9f0c-021a18ec1e18&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-20 15:09:32.020 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-69719bd9-5892-46d4-ac64-b1b972bf1652'] response: {'name': 'network-changed', 'server_uuid': '17157b17-f0cf-4561-802b-c84a3651c984', 'tag': 'fc94d81d-4124-459b-9173-6c681852df16', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 349/700] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:31 2026] GET /v2.0/security-groups?id=e21b1cc2-5320-4aba-b3a3-e00c5079de25&fields=id&fields=name => generated 114 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/701] 10.0.0.154 () {32 vars in 673 bytes} [Mon Apr 20 15:09:31 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/702] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:09:32 2026] DELETE /v2.0/security-group-rules/e86bedde-3bf5-4fd0-a9b4-e2a5c2ed8019 => 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: 353/703] 10.0.0.154 () {32 vars in 673 bytes} [Mon Apr 20 15:09:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:32.375 7 INFO neutron.db.ovn_revision_numbers_db [None req-db25e4c2-3f21-461b-8823-fbf42afa73e0 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource 9e6c4d38-f287-4209-b318-ab2ea59f117c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 351/704] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:09:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/705] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:09:32 2026] GET /v2.0/security-group-rules/9e6c4d38-f287-4209-b318-ab2ea59f117c => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/706] 10.0.0.154 () {32 vars in 673 bytes} [Mon Apr 20 15:09:32 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/707] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:09:32 2026] GET /v2.0/ports?tenant_id=328bce7cdaa74c7ea30943b66155958c&device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 1211 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/708] 199.204.45.38 () {34 vars in 1017 bytes} [Mon Apr 20 15:09:32 2026] GET /v2.0/networks?tenant_id=328bce7cdaa74c7ea30943b66155958c&shared=False => generated 811 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:32.676 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-79d617e2-805b-408e-9606-5179d177f6bb - - - - - -] No hosting information found for port 5c3ed793-b6e7-4e18-a411-d4d73ad96604: RuntimeError: No hosting information found for port 5c3ed793-b6e7-4e18-a411-d4d73ad96604 [pid: 8|app: 0|req: 357/709] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:09:32 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/710] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:09:32 2026] DELETE /v2.0/security-group-rules/9e6c4d38-f287-4209-b318-ab2ea59f117c => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/711] 199.204.45.38 () {34 vars in 929 bytes} [Mon Apr 20 15:09:32 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:32.794 7 INFO neutron.db.ovn_revision_numbers_db [None req-79d617e2-805b-408e-9606-5179d177f6bb - - - - - -] Successfully bumped revision number for resource 5c3ed793-b6e7-4e18-a411-d4d73ad96604 (type: router_ports) to 2 2026-04-20 15:09:32.795 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-79d617e2-805b-408e-9606-5179d177f6bb - - - - - -] OVN reports status down for port: 5a14430a-dd30-4e0a-b5a0-b958a9742d06 [pid: 8|app: 0|req: 359/712] 10.0.0.154 () {32 vars in 673 bytes} [Mon Apr 20 15:09:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:32.892 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-79d617e2-805b-408e-9606-5179d177f6bb - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:09:32.892 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-79d617e2-805b-408e-9606-5179d177f6bb - - - - - -] OVN reports status up for port: 5a14430a-dd30-4e0a-b5a0-b958a9742d06 2026-04-20 15:09:32.920 7 INFO neutron.plugins.ml2.plugin [None req-79d617e2-805b-408e-9606-5179d177f6bb - - - - - -] Attempt 1 to provision port 5a14430a-dd30-4e0a-b5a0-b958a9742d06 [pid: 8|app: 0|req: 360/713] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:32 2026] GET /v2.0/ports/5a14430a-dd30-4e0a-b5a0-b958a9742d06 => generated 941 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:32.938 7 INFO neutron_taas.services.taas.taas_plugin [req-04da783f-4d2c-4741-81f5-6d2ca8a3c085 req-b80a36e7-6a80-4a95-89e2-819c282cd7d0 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] TaaS: Handle Delete Port: 187461fc-b14a-4618-9bac-55f8885b856c 2026-04-20 15:09:32.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-04da783f-4d2c-4741-81f5-6d2ca8a3c085 req-b80a36e7-6a80-4a95-89e2-819c282cd7d0 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Tap Mirror: Handle Delete Port: 187461fc-b14a-4618-9bac-55f8885b856c 2026-04-20 15:09:33.050 8 INFO neutron.db.ovn_revision_numbers_db [None req-49774f54-0aad-4762-af27-b9c524d3b4ac 22bdeb175f1941bbbbc3be41b4a1924a fd9e458078a54dffb8b6c998d627c6f0 - - default default] Successfully bumped revision number for resource abff5086-5704-442d-b48f-a771bb3a6283 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 361/714] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:09:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/715] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:33 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => 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: 363/716] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:09:33 2026] GET /v2.0/security-group-rules/abff5086-5704-442d-b48f-a771bb3a6283 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/717] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:33 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/718] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:33 2026] GET /v2.0/security-groups?id=fae0f485-736f-46f0-9f0c-021a18ec1e18&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/719] 10.0.0.154 () {32 vars in 673 bytes} [Mon Apr 20 15:09:33 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/720] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:33 2026] GET /v2.0/security-groups?id=e21b1cc2-5320-4aba-b3a3-e00c5079de25&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: 368/721] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:09:33 2026] DELETE /v2.0/security-group-rules/abff5086-5704-442d-b48f-a771bb3a6283 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/722] 10.0.0.154 () {32 vars in 673 bytes} [Mon Apr 20 15:09:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/723] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:33 2026] DELETE /v2.0/security-groups/c81eecd1-075d-4918-aac1-6a9477ed57f6 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:09:33.756 7 INFO neutron.db.l3_db [req-04da783f-4d2c-4741-81f5-6d2ca8a3c085 req-b80a36e7-6a80-4a95-89e2-819c282cd7d0 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Floating IP 01aa3266-69ad-4577-92d7-90ab8c2375e4 disassociated. External IP: 10.96.250.213, port: 187461fc-b14a-4618-9bac-55f8885b856c. [pid: 8|app: 0|req: 371/724] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:09:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 372/725] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:09:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/726] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:09:33 2026] GET /v2.0/ports?tenant_id=328bce7cdaa74c7ea30943b66155958c&device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 1211 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/727] 199.204.45.38 () {34 vars in 1059 bytes} [Mon Apr 20 15:09:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=fc94d81d-4124-459b-9173-6c681852df16 => 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: 375/728] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:09:33 2026] GET /v2.0/subnets?id=58619c8f-2608-4840-953e-67c946a2ed7b => generated 692 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/729] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:33 2026] GET /v2.0/ports/5a14430a-dd30-4e0a-b5a0-b958a9742d06 => generated 943 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/730] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:09:33 2026] GET /v2.0/ports?network_id=261c115a-2622-484f-b3bd-4cb84918b19c&device_owner=network%3Adhcp => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:34.129 7 INFO neutron.db.ovn_revision_numbers_db [None req-79d617e2-805b-408e-9606-5179d177f6bb - - - - - -] Successfully bumped revision number for resource 5a14430a-dd30-4e0a-b5a0-b958a9742d06 (type: ports) to 2 [pid: 7|app: 0|req: 354/731] 199.204.45.38 () {36 vars in 996 bytes} [Mon Apr 20 15:09:32 2026] DELETE /v2.0/ports/187461fc-b14a-4618-9bac-55f8885b856c => generated 0 bytes in 1414 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:34.196 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2107b9d-c52f-4bd3-89cc-d8a6380f7ef9'] response: {'server_uuid': 'a25da6f7-98fe-4def-84d7-124713f3fd5c', 'name': 'network-vif-deleted', 'tag': '187461fc-b14a-4618-9bac-55f8885b856c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 355/732] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:09:34 2026] GET /v2.0/networks/261c115a-2622-484f-b3bd-4cb84918b19c?fields=segments => generated 14 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/733] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:09:34 2026] GET /v2.0/networks/261c115a-2622-484f-b3bd-4cb84918b19c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/734] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:34 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/735] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:34 2026] GET /v2.0/security-groups?id=fae0f485-736f-46f0-9f0c-021a18ec1e18&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:34.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-28644fc9-cb4d-4535-bc63-c092e0bf3ef6 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] TaaS: Handle Delete Port: 5a14430a-dd30-4e0a-b5a0-b958a9742d06 2026-04-20 15:09:34.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28644fc9-cb4d-4535-bc63-c092e0bf3ef6 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Tap Mirror: Handle Delete Port: 5a14430a-dd30-4e0a-b5a0-b958a9742d06 [pid: 7|app: 0|req: 359/736] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:09:34 2026] GET /v2.0/subnets => generated 3944 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/737] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:34 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => 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: 361/738] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:09:34 2026] GET /v2.0/security-groups?tenant_id=fd9e458078a54dffb8b6c998d627c6f0&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/739] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:09:34 2026] GET /v2.0/agents => generated 1214 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/740] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:09:34 2026] PUT /v2.0/routers/d8326d25-9eb9-4e32-b0d6-8edf0cf631c0/remove_router_interface => generated 309 bytes in 827 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: 379/741] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:09:34 2026] GET /v2.0/subnets => generated 3944 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/742] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:34 2026] DELETE /v2.0/security-groups/fda45d03-b9a5-41d4-8fdd-1cdbb8feddd1 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/743] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:09:34 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/744] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:34 2026] GET /v2.0/ports/5c3ed793-b6e7-4e18-a411-d4d73ad96604 => generated 943 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/745] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:09:34 2026] GET /v2.0/networks => generated 5452 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/746] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:09:35 2026] GET /v2.0/security-groups => generated 31845 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/747] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:09:35 2026] GET /v2.0/network-ip-availabilities => generated 2897 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/748] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:09:35 2026] GET /v2.0/ports => generated 17970 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-20 15:09:35.297 8 INFO neutron_taas.services.taas.taas_plugin [None req-307c97fe-2581-4502-a114-aef12161f160 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] TaaS: Handle Delete Port: 5c3ed793-b6e7-4e18-a411-d4d73ad96604 2026-04-20 15:09:35.301 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-307c97fe-2581-4502-a114-aef12161f160 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Tap Mirror: Handle Delete Port: 5c3ed793-b6e7-4e18-a411-d4d73ad96604 [pid: 7|app: 0|req: 369/749] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:09:35 2026] GET /v2.0/routers => generated 2560 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/750] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:09:35 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/751] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:09:35 2026] GET /v2.0/floatingips => generated 1093 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/752] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:35 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/753] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:35 2026] GET /v2.0/security-groups?id=fae0f485-736f-46f0-9f0c-021a18ec1e18&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/754] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:35 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/755] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:09:34 2026] PUT /v2.0/routers/d8326d25-9eb9-4e32-b0d6-8edf0cf631c0/remove_router_interface => generated 309 bytes in 678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/756] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:09:35 2026] GET /v2.0/ports?device_id=d8326d25-9eb9-4e32-b0d6-8edf0cf631c0 => generated 12 bytes in 20 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: 382/757] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:35 2026] DELETE /v2.0/routers/d8326d25-9eb9-4e32-b0d6-8edf0cf631c0 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/758] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:35 2026] DELETE /v2.0/subnets/36f925cc-cee1-4b56-b97d-c5345611c4fd => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/759] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:36 2026] DELETE /v2.0/subnets/1b663f1d-01b4-4492-8fcf-3838db53565e => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:36.499 7 INFO neutron_taas.services.taas.taas_plugin [None req-a029a91e-568e-4620-816d-8a2411ccb41b f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] TaaS: Handle Delete Port: 63932164-816c-4bdf-b713-7812816c7fb3 2026-04-20 15:09:36.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a029a91e-568e-4620-816d-8a2411ccb41b f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Tap Mirror: Handle Delete Port: 63932164-816c-4bdf-b713-7812816c7fb3 [pid: 8|app: 0|req: 384/760] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:36 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/761] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:36 2026] GET /v2.0/security-groups?id=fae0f485-736f-46f0-9f0c-021a18ec1e18&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: 386/762] 10.0.0.154 () {32 vars in 623 bytes} [Mon Apr 20 15:09:36 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/763] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:36 2026] GET /v2.0/ports?device_id=a25da6f7-98fe-4def-84d7-124713f3fd5c => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:36.792 7 INFO neutron.services.segments.plugin [-] Segment f71baa11-a535-4ad9-a764-fe17a1793c73 resource provider aggregate not found 2026-04-20 15:09:36.809 7 INFO neutron.services.segments.plugin [-] Segment f71baa11-a535-4ad9-a764-fe17a1793c73 resource provider aggregate not found 2026-04-20 15:09:36.814 7 INFO neutron.services.segments.plugin [-] Segment f71baa11-a535-4ad9-a764-fe17a1793c73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f71baa11-a535-4ad9-a764-fe17a1793c73 found for delete ", "request_id": "req-ea52a428-c4e2-4e7d-b61c-5c5caac62740"}]} 2026-04-20 15:09:36.833 7 INFO neutron.services.segments.plugin [-] Segment f71baa11-a535-4ad9-a764-fe17a1793c73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f71baa11-a535-4ad9-a764-fe17a1793c73 found for delete ", "request_id": "req-d7a5cfca-4659-456e-b50c-ab3f432f1164"}]} [pid: 7|app: 0|req: 377/764] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:36 2026] DELETE /v2.0/networks/56c5fad7-7267-4c13-8051-635ec5d82766 => generated 0 bytes in 473 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:36.969 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] OVN reports status up for port: fc94d81d-4124-459b-9173-6c681852df16 [pid: 8|app: 0|req: 388/765] 10.0.0.154 () {32 vars in 633 bytes} [Mon Apr 20 15:09:36 2026] GET /v2.0/ => generated 632 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:36.985 8 INFO neutron.plugins.ml2.plugin [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] Attempt 1 to provision port fc94d81d-4124-459b-9173-6c681852df16 2026-04-20 15:09:37.003 7 INFO neutron_taas.services.taas.taas_plugin [None req-368e8d23-1768-45a3-9726-5647c91f05fe f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] TaaS: Handle Delete Port: 9ec03f7d-8546-4358-853b-89d693965aec 2026-04-20 15:09:37.007 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-368e8d23-1768-45a3-9726-5647c91f05fe f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Tap Mirror: Handle Delete Port: 9ec03f7d-8546-4358-853b-89d693965aec 2026-04-20 15:09:37.139 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a392f24-0c6e-4e16-9e2f-30d3ff64b384'] response: {'server_uuid': '17157b17-f0cf-4561-802b-c84a3651c984', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fc94d81d-4124-459b-9173-6c681852df16', 'code': 200} [pid: 7|app: 0|req: 378/766] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:36 2026] DELETE /v2.0/networks/7f0c530b-75d9-4fa9-9af3-5e713deb6c34 => generated 0 bytes in 430 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:37.297 8 INFO neutron.db.ovn_revision_numbers_db [None req-6f75776e-9ddc-4bc1-8b4d-490a700a07af - - - - - -] Successfully bumped revision number for resource fc94d81d-4124-459b-9173-6c681852df16 (type: ports) to 5 2026-04-20 15:09:37.412 8 INFO neutron.db.segments_db [None req-cd1732ef-4f94-4304-9148-5db49b0f9c7d f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Added segment 4db80bf4-d055-48fe-8bb6-3df30e6adf77 of type geneve for network 3dc588d0-d95d-452f-97f4-fd8aabfb2adb 2026-04-20 15:09:37.543 8 INFO neutron.db.ovn_revision_numbers_db [None req-cd1732ef-4f94-4304-9148-5db49b0f9c7d f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 3dc588d0-d95d-452f-97f4-fd8aabfb2adb (type: networks) to 1 2026-04-20 15:09:37.748 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cd1732ef-4f94-4304-9148-5db49b0f9c7d f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:37.749 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cd1732ef-4f94-4304-9148-5db49b0f9c7d f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 3dc588d0-d95d-452f-97f4-fd8aabfb2adb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:37.808 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-724c0070-c12a-4bd3-b658-b200d36f3e9c - - - - - -] OVN reports status down for port: 816ec52f-590c-4aa8-a3bd-7802205e5f1a 2026-04-20 15:09:37.880 8 INFO neutron.db.ovn_revision_numbers_db [None req-cd1732ef-4f94-4304-9148-5db49b0f9c7d f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 816ec52f-590c-4aa8-a3bd-7802205e5f1a (type: ports) to 1 2026-04-20 15:09:37.906 7 INFO neutron.db.ovn_revision_numbers_db [None req-f910f504-8345-4a86-9302-a538f4a7d53b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c8b1d678-3a45-4c2c-b91d-d951a649e051 (type: security_groups) to 1 2026-04-20 15:09:37.917 7 INFO neutron.db.ovn_revision_numbers_db [None req-f910f504-8345-4a86-9302-a538f4a7d53b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 12ad766f-c7c8-4f15-bf91-6f1080f6f03c (type: security_group_rules) to 0 2026-04-20 15:09:37.927 7 INFO neutron.db.ovn_revision_numbers_db [None req-f910f504-8345-4a86-9302-a538f4a7d53b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6da01311-4938-4d99-a7d0-1fabd61b7070 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 389/767] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:37 2026] POST /v2.0/networks => generated 649 bytes in 641 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-20 15:09:37.939 7 INFO neutron.db.ovn_revision_numbers_db [None req-f910f504-8345-4a86-9302-a538f4a7d53b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a65875ac-7afc-475a-a80c-2e7f871208f3 (type: security_group_rules) to 0 2026-04-20 15:09:37.950 7 INFO neutron.db.ovn_revision_numbers_db [None req-f910f504-8345-4a86-9302-a538f4a7d53b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d2d20e3f-7f45-4f46-b2d3-2012645130ed (type: security_group_rules) to 0 [pid: 8|app: 0|req: 390/768] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:37 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/769] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:09:37 2026] GET /v2.0/security-groups?tenant_id=7ccfa5459ab74753aacee1d70ee3b01f&name=default => generated 2925 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/770] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:37 2026] DELETE /v2.0/security-groups/e21b1cc2-5320-4aba-b3a3-e00c5079de25 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/771] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:38 2026] GET /v2.0/security-groups?id=fae0f485-736f-46f0-9f0c-021a18ec1e18&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-20 15:09:38.172 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dbe3b2ae-e3bd-4207-82e8-594ac5fd4385 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:38.173 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dbe3b2ae-e3bd-4207-82e8-594ac5fd4385 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 3dc588d0-d95d-452f-97f4-fd8aabfb2adb: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 393/772] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:38 2026] DELETE /v2.0/security-groups/c8b1d678-3a45-4c2c-b91d-d951a649e051 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:09:38.459 8 INFO neutron.api.v2.resource [None req-59214f98-bf84-450e-9774-8f7470c0d3c2 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 394/773] 10.0.0.154 () {32 vars in 737 bytes} [Mon Apr 20 15:09:38 2026] GET /v2.0/security-groups/e21b1cc2-5320-4aba-b3a3-e00c5079de25 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:09:38.658 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f73ceac-0197-4ded-acec-7bcdd6795789 - - - - - -] Successfully bumped revision number for resource 816ec52f-590c-4aa8-a3bd-7802205e5f1a (type: ports) to 2 2026-04-20 15:09:38.689 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f73ceac-0197-4ded-acec-7bcdd6795789 - - - - - -] Successfully bumped revision number for resource d92c79b4-d85b-453b-938d-1dce15000b32 (type: subnets) to 0 [pid: 7|app: 0|req: 380/774] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:37 2026] POST /v2.0/subnets => generated 626 bytes in 715 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:38.715 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2ab7366-63b1-4dba-be45-0968497b21aa 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] TaaS: Handle Delete Port: a28da10d-eec2-45e5-9c57-103594e34c83 2026-04-20 15:09:38.722 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2ab7366-63b1-4dba-be45-0968497b21aa 1119bdd956f64d5e9e64a278be8e6be1 6bc3ff59b8484eb5827a7aef3fc804b1 - - default default] Tap Mirror: Handle Delete Port: a28da10d-eec2-45e5-9c57-103594e34c83 2026-04-20 15:09:38.858 7 INFO neutron.services.segments.plugin [-] Segment f5664d72-a320-44b1-a42e-2754b3675632 resource provider aggregate not found 2026-04-20 15:09:38.861 7 INFO neutron.db.ovn_revision_numbers_db [None req-a617ceb0-b6f4-4372-bf76-218313b270b5 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 38837055-50da-445d-9b84-41a996987a6c (type: routers) to 1 2026-04-20 15:09:38.874 7 INFO neutron.services.segments.plugin [-] Segment f5664d72-a320-44b1-a42e-2754b3675632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5664d72-a320-44b1-a42e-2754b3675632 found for delete ", "request_id": "req-2344b085-eca4-43f6-97a7-fd438d8a9837"}]} 2026-04-20 15:09:38.884 7 INFO neutron.services.segments.plugin [-] Segment f5664d72-a320-44b1-a42e-2754b3675632 resource provider aggregate not found [pid: 7|app: 0|req: 381/775] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:38 2026] POST /v2.0/routers => generated 603 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:38.910 7 INFO neutron.services.segments.plugin [-] Segment f5664d72-a320-44b1-a42e-2754b3675632 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5664d72-a320-44b1-a42e-2754b3675632 found for delete ", "request_id": "req-043531ed-5a0c-43e2-b0cf-6aeba29f2489"}]} [pid: 8|app: 0|req: 395/776] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:09:38 2026] DELETE /v2.0/floatingips/01aa3266-69ad-4577-92d7-90ab8c2375e4 => generated 0 bytes in 544 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:09:39.186 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-becc5b8b-6cd4-4fdd-a2ff-0e6246d5dd75 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:39.186 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-09a60c94-aaa0-4030-a4c1-a6aded4eee9a'] response: {'server_uuid': '17157b17-f0cf-4561-802b-c84a3651c984', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fc94d81d-4124-459b-9173-6c681852df16', 'code': 200} 2026-04-20 15:09:39.193 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-becc5b8b-6cd4-4fdd-a2ff-0e6246d5dd75 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 3dc588d0-d95d-452f-97f4-fd8aabfb2adb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:39.337 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-724c0070-c12a-4bd3-b658-b200d36f3e9c - - - - - -] OVN reports status down for port: 03bdf13c-836c-4a48-8c0e-a193ca59a019 2026-04-20 15:09:39.367 7 INFO neutron.db.ovn_revision_numbers_db [None req-becc5b8b-6cd4-4fdd-a2ff-0e6246d5dd75 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 03bdf13c-836c-4a48-8c0e-a193ca59a019 (type: ports) to 1 [pid: 7|app: 0|req: 382/777] 10.0.0.154 () {34 vars in 665 bytes} [Mon Apr 20 15:09:38 2026] POST /v2.0/ports => generated 947 bytes in 503 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: 383/778] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:39 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:39.500 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f686258-1969-4071-ae36-04c0bce0eb70 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 700a85c9-ae2f-466a-994c-5131f3fd6bd8 2026-04-20 15:09:39.504 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f686258-1969-4071-ae36-04c0bce0eb70 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 700a85c9-ae2f-466a-994c-5131f3fd6bd8 2026-04-20 15:09:40.021 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-724c0070-c12a-4bd3-b658-b200d36f3e9c - - - - - -] OVN reports status up for port: 03bdf13c-836c-4a48-8c0e-a193ca59a019 2026-04-20 15:09:40.031 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-f7d99bb0-0ac8-44ba-aa97-a62949a02c1c - - - - - -] No port found with ID 5a14430a-dd30-4e0a-b5a0-b958a9742d06: RuntimeError: No port found with ID 5a14430a-dd30-4e0a-b5a0-b958a9742d06 2026-04-20 15:09:40.056 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f7d99bb0-0ac8-44ba-aa97-a62949a02c1c - - - - - -] OVN reports status down for port: 187461fc-b14a-4618-9bac-55f8885b856c 2026-04-20 15:09:40.056 7 INFO neutron.db.ovn_revision_numbers_db [None req-ddf8fcf5-5c72-4eef-875a-51c9936e9c6a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 03bdf13c-836c-4a48-8c0e-a193ca59a019 (type: ports) to 2 2026-04-20 15:09:40.059 8 INFO neutron.plugins.ml2.plugin [None req-724c0070-c12a-4bd3-b658-b200d36f3e9c - - - - - -] Attempt 1 to provision port 03bdf13c-836c-4a48-8c0e-a193ca59a019 [pid: 8|app: 0|req: 396/779] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:09:39 2026] PUT /v2.0/routers/d8d6c7c6-1a3a-4fed-85e5-17f80304cb2e/remove_router_interface => generated 309 bytes in 1326 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: 397/780] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:40 2026] GET /v2.0/security-groups?id=fae0f485-736f-46f0-9f0c-021a18ec1e18&fields=id&fields=name => generated 114 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:40.750 8 INFO neutron.db.ovn_revision_numbers_db [None req-724c0070-c12a-4bd3-b658-b200d36f3e9c - - - - - -] Successfully bumped revision number for resource 03bdf13c-836c-4a48-8c0e-a193ca59a019 (type: ports) to 3 2026-04-20 15:09:40.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1dd9e0a-2152-4ed5-8b16-f04e0f5ed91e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 4327e420-48d8-468f-9555-0e05fe0af553 2026-04-20 15:09:40.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1dd9e0a-2152-4ed5-8b16-f04e0f5ed91e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 4327e420-48d8-468f-9555-0e05fe0af553 [pid: 8|app: 0|req: 398/781] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:40 2026] DELETE /v2.0/routers/d8d6c7c6-1a3a-4fed-85e5-17f80304cb2e => generated 0 bytes in 911 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: 399/782] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:41 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:41.452 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ddf8fcf5-5c72-4eef-875a-51c9936e9c6a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:41.453 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ddf8fcf5-5c72-4eef-875a-51c9936e9c6a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 3dc588d0-d95d-452f-97f4-fd8aabfb2adb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:41.642 7 INFO neutron.db.ovn_revision_numbers_db [None req-ddf8fcf5-5c72-4eef-875a-51c9936e9c6a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 03bdf13c-836c-4a48-8c0e-a193ca59a019 (type: router_ports) to 3 [pid: 7|app: 0|req: 384/783] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:09:39 2026] PUT /v2.0/routers/38837055-50da-445d-9b84-41a996987a6c/add_router_interface => generated 309 bytes in 2178 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-20 15:09:41.797 8 INFO neutron.db.ovn_revision_numbers_db [None req-3598402c-86ff-4a92-8e70-34554fafca70 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3b450179-f6a5-4041-806d-c74819235ab9 (type: security_groups) to 1 2026-04-20 15:09:41.811 8 INFO neutron.db.ovn_revision_numbers_db [None req-3598402c-86ff-4a92-8e70-34554fafca70 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 0b918916-94e7-4080-9bd7-01983543131b (type: security_group_rules) to 0 2026-04-20 15:09:41.823 8 INFO neutron.db.ovn_revision_numbers_db [None req-3598402c-86ff-4a92-8e70-34554fafca70 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 88a2937b-64f6-4b99-b6e9-b2909968aa43 (type: security_group_rules) to 0 2026-04-20 15:09:41.836 8 INFO neutron.db.ovn_revision_numbers_db [None req-3598402c-86ff-4a92-8e70-34554fafca70 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 91d6c44d-2c5d-4099-9d00-9f8134dbf066 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 385/784] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:41 2026] DELETE /v2.0/subnets/8e4698fd-ebc1-40f1-9c91-1d13d681e2f8 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:41.850 8 INFO neutron.db.ovn_revision_numbers_db [None req-3598402c-86ff-4a92-8e70-34554fafca70 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c80c19f0-bd5d-47c6-9ff5-dc40df771abf (type: security_group_rules) to 0 [pid: 8|app: 0|req: 400/785] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:09:41 2026] GET /v2.0/security-groups?tenant_id=09b0d1a6d447447ba9e339f276265433&name=default => generated 2925 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/786] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:41 2026] GET /v2.0/ports/03bdf13c-836c-4a48-8c0e-a193ca59a019 => generated 1009 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:42.075 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d80799b-7591-4578-a034-8e9d3bc7b5d9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: ef16b8ce-6f23-454d-af76-fe1abc99b9a7 2026-04-20 15:09:42.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d80799b-7591-4578-a034-8e9d3bc7b5d9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: ef16b8ce-6f23-454d-af76-fe1abc99b9a7 2026-04-20 15:09:42.250 8 INFO neutron.services.segments.plugin [-] Segment 17883713-d041-48ce-a46d-1bd58b88a66d resource provider aggregate not found 2026-04-20 15:09:42.255 8 INFO neutron.services.segments.plugin [-] Segment 17883713-d041-48ce-a46d-1bd58b88a66d resource provider aggregate not found 2026-04-20 15:09:42.273 8 INFO neutron.services.segments.plugin [-] Segment 17883713-d041-48ce-a46d-1bd58b88a66d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17883713-d041-48ce-a46d-1bd58b88a66d found for delete ", "request_id": "req-f0eca14c-f288-478f-b0dc-ec525ce3256b"}]} 2026-04-20 15:09:42.274 8 INFO neutron.services.segments.plugin [-] Segment 17883713-d041-48ce-a46d-1bd58b88a66d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17883713-d041-48ce-a46d-1bd58b88a66d found for delete ", "request_id": "req-2c4d85d5-9909-4be5-a267-0589ebbec694"}]} [pid: 8|app: 0|req: 402/787] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:41 2026] DELETE /v2.0/networks/b96e2306-6b66-4c67-9009-9821007f9d4c => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:42.370 7 INFO neutron.db.ovn_revision_numbers_db [None req-5622dae8-0999-416e-ac8b-02748c4d9f37 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] Successfully bumped revision number for resource bb867be7-ece9-4dc7-9426-c4b8d7317323 (type: floatingips) to 1 2026-04-20 15:09:42.506 7 INFO neutron.db.ovn_revision_numbers_db [None req-5622dae8-0999-416e-ac8b-02748c4d9f37 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] Successfully bumped revision number for resource bb867be7-ece9-4dc7-9426-c4b8d7317323 (type: floatingips) to 2 2026-04-20 15:09:42.507 7 INFO neutron.db.l3_db [None req-5622dae8-0999-416e-ac8b-02748c4d9f37 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] Floating IP bb867be7-ece9-4dc7-9426-c4b8d7317323 associated. External IP: 10.96.250.209, port: fc94d81d-4124-459b-9173-6c681852df16. [pid: 7|app: 0|req: 386/788] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:09:41 2026] PUT /v2.0/floatingips/bb867be7-ece9-4dc7-9426-c4b8d7317323 => generated 856 bytes in 705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/789] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:42 2026] DELETE /v2.0/security-groups/3b450179-f6a5-4041-806d-c74819235ab9 => generated 0 bytes in 260 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: 404/790] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:09:42 2026] GET /v2.0/security-groups?tenant_id=6bc3ff59b8484eb5827a7aef3fc804b1&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:42.598 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ccef9207-bbd6-4673-af79-cb6cea52e4b2'] response: {'name': 'network-changed', 'server_uuid': '17157b17-f0cf-4561-802b-c84a3651c984', 'tag': 'fc94d81d-4124-459b-9173-6c681852df16', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 405/791] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:42 2026] DELETE /v2.0/security-groups/13ef44d8-4b81-4183-908b-1d566492ebab => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/792] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:42 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:42.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb310ce7-a6ba-4ae9-98b9-378832d63262 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] TaaS: Handle Delete Port: 03bdf13c-836c-4a48-8c0e-a193ca59a019 2026-04-20 15:09:42.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb310ce7-a6ba-4ae9-98b9-378832d63262 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Tap Mirror: Handle Delete Port: 03bdf13c-836c-4a48-8c0e-a193ca59a019 [pid: 8|app: 0|req: 407/793] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:42 2026] GET /v2.0/security-groups?id=fae0f485-736f-46f0-9f0c-021a18ec1e18&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/794] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:09:43 2026] GET /v2.0/ports?tenant_id=328bce7cdaa74c7ea30943b66155958c&device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 1213 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/795] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:09:43 2026] GET /v2.0/networks?id=261c115a-2622-484f-b3bd-4cb84918b19c => generated 811 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/796] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:09:42 2026] PUT /v2.0/routers/38837055-50da-445d-9b84-41a996987a6c/remove_router_interface => generated 309 bytes in 738 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: 410/797] 199.204.45.38 () {34 vars in 1059 bytes} [Mon Apr 20 15:09:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=fc94d81d-4124-459b-9173-6c681852df16 => generated 861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:43.347 7 INFO neutron.api.v2.resource [None req-c6d73a5b-4100-434c-8a9c-7217dc554343 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 388/798] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:09:43 2026] PUT /v2.0/routers/38837055-50da-445d-9b84-41a996987a6c/remove_router_interface => generated 197 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/799] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:09:43 2026] GET /v2.0/subnets?id=58619c8f-2608-4840-953e-67c946a2ed7b => generated 692 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/800] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:09:43 2026] GET /v2.0/ports?device_id=38837055-50da-445d-9b84-41a996987a6c => 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: 389/801] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:43 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => 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: 413/802] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:09:43 2026] GET /v2.0/ports?network_id=261c115a-2622-484f-b3bd-4cb84918b19c&device_owner=network%3Adhcp => 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: 414/803] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:43 2026] GET /v2.0/security-groups?id=fae0f485-736f-46f0-9f0c-021a18ec1e18&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: 415/804] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:09:43 2026] GET /v2.0/networks/261c115a-2622-484f-b3bd-4cb84918b19c?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: 416/805] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:09:43 2026] GET /v2.0/networks/261c115a-2622-484f-b3bd-4cb84918b19c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/806] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:43 2026] DELETE /v2.0/routers/38837055-50da-445d-9b84-41a996987a6c => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/807] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:43 2026] DELETE /v2.0/subnets/d92c79b4-d85b-453b-938d-1dce15000b32 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:43.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-f491e951-1975-44a9-87c3-dd812fbf5d5a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] TaaS: Handle Delete Port: 816ec52f-590c-4aa8-a3bd-7802205e5f1a 2026-04-20 15:09:43.901 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f491e951-1975-44a9-87c3-dd812fbf5d5a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Tap Mirror: Handle Delete Port: 816ec52f-590c-4aa8-a3bd-7802205e5f1a 2026-04-20 15:09:44.092 7 INFO neutron.services.segments.plugin [-] Segment 4db80bf4-d055-48fe-8bb6-3df30e6adf77 resource provider aggregate not found 2026-04-20 15:09:44.108 7 INFO neutron.services.segments.plugin [-] Segment 4db80bf4-d055-48fe-8bb6-3df30e6adf77 resource provider aggregate not found 2026-04-20 15:09:44.121 7 INFO neutron.services.segments.plugin [-] Segment 4db80bf4-d055-48fe-8bb6-3df30e6adf77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4db80bf4-d055-48fe-8bb6-3df30e6adf77 found for delete ", "request_id": "req-f9ce333d-f32f-4bf1-9096-ae3e6f2b7289"}]} 2026-04-20 15:09:44.138 7 INFO neutron.services.segments.plugin [-] Segment 4db80bf4-d055-48fe-8bb6-3df30e6adf77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4db80bf4-d055-48fe-8bb6-3df30e6adf77 found for delete ", "request_id": "req-a1d7270c-1424-4782-9781-0dba462ae536"}]} [pid: 7|app: 0|req: 391/808] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:43 2026] DELETE /v2.0/networks/3dc588d0-d95d-452f-97f4-fd8aabfb2adb => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:44.260 8 INFO neutron.db.segments_db [None req-aea22cbc-2b74-4688-ab61-f8c512bf447a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Added segment 2088f965-e8f9-4e59-93ea-54d7eb8e4ae5 of type geneve for network 228014ab-5746-4170-bafd-10209113ac8f 2026-04-20 15:09:44.384 8 INFO neutron.db.ovn_revision_numbers_db [None req-aea22cbc-2b74-4688-ab61-f8c512bf447a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 228014ab-5746-4170-bafd-10209113ac8f (type: networks) to 1 2026-04-20 15:09:44.597 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-aea22cbc-2b74-4688-ab61-f8c512bf447a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:44.599 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-aea22cbc-2b74-4688-ab61-f8c512bf447a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 228014ab-5746-4170-bafd-10209113ac8f: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:44.661 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f7d99bb0-0ac8-44ba-aa97-a62949a02c1c - - - - - -] OVN reports status down for port: 8bc5fd49-eb43-4ae9-b780-585690e24c3d 2026-04-20 15:09:44.681 8 INFO neutron.db.ovn_revision_numbers_db [None req-aea22cbc-2b74-4688-ab61-f8c512bf447a f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 8bc5fd49-eb43-4ae9-b780-585690e24c3d (type: ports) to 1 [pid: 7|app: 0|req: 392/809] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:44 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 975 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/810] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:44 2026] POST /v2.0/networks => generated 648 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/811] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:44 2026] GET /v2.0/security-groups?id=fae0f485-736f-46f0-9f0c-021a18ec1e18&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-20 15:09:44.924 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cac5ca67-a039-4484-93f1-12e1a13c4c24 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:44.926 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cac5ca67-a039-4484-93f1-12e1a13c4c24 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 228014ab-5746-4170-bafd-10209113ac8f: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:44.972 7 INFO neutron.db.ovn_revision_numbers_db [None req-5132f6b8-7ca5-4e17-bb19-cae549dc6e37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 73182e39-3882-4ecf-a6d0-75b754428056 (type: security_groups) to 1 2026-04-20 15:09:44.985 7 INFO neutron.db.ovn_revision_numbers_db [None req-5132f6b8-7ca5-4e17-bb19-cae549dc6e37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2f0832be-b7aa-4e2c-95a9-91ac987d49a6 (type: security_group_rules) to 0 2026-04-20 15:09:44.997 7 INFO neutron.db.ovn_revision_numbers_db [None req-5132f6b8-7ca5-4e17-bb19-cae549dc6e37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3569c83e-9f2f-41c0-9e48-28020a050896 (type: security_group_rules) to 0 2026-04-20 15:09:45.009 7 INFO neutron.db.ovn_revision_numbers_db [None req-5132f6b8-7ca5-4e17-bb19-cae549dc6e37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 60c49524-d271-45f2-be06-d1a3e6cf9080 (type: security_group_rules) to 0 2026-04-20 15:09:45.022 7 INFO neutron.db.ovn_revision_numbers_db [None req-5132f6b8-7ca5-4e17-bb19-cae549dc6e37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d3d6d85e-a6cb-413b-88c6-ca2a1e556ffb (type: security_group_rules) to 0 2026-04-20 15:09:45.097 7 INFO neutron.db.segments_db [None req-5132f6b8-7ca5-4e17-bb19-cae549dc6e37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Added segment a0434770-5d86-4fb8-b325-bf684b05b336 of type geneve for network 6068c09a-9598-4e02-8bc7-c9efacc9692c 2026-04-20 15:09:45.207 7 INFO neutron.db.ovn_revision_numbers_db [None req-5132f6b8-7ca5-4e17-bb19-cae549dc6e37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6068c09a-9598-4e02-8bc7-c9efacc9692c (type: networks) to 1 2026-04-20 15:09:45.401 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5132f6b8-7ca5-4e17-bb19-cae549dc6e37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:09:45.403 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5132f6b8-7ca5-4e17-bb19-cae549dc6e37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 6068c09a-9598-4e02-8bc7-c9efacc9692c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:45.404 8 INFO neutron.db.ovn_revision_numbers_db [None req-aad288b3-fa92-4b75-8665-fc8331a3263e - - - - - -] Successfully bumped revision number for resource 8bc5fd49-eb43-4ae9-b780-585690e24c3d (type: ports) to 2 2026-04-20 15:09:45.434 8 INFO neutron.db.ovn_revision_numbers_db [None req-aad288b3-fa92-4b75-8665-fc8331a3263e - - - - - -] Successfully bumped revision number for resource 5cc12bbf-200e-417a-9188-fd6724bce591 (type: subnets) to 0 2026-04-20 15:09:45.455 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f7d99bb0-0ac8-44ba-aa97-a62949a02c1c - - - - - -] OVN reports status down for port: 0dad0729-78f7-4b1d-bb24-9ac2620a7a00 [pid: 8|app: 0|req: 420/812] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:44 2026] POST /v2.0/subnets => generated 626 bytes in 734 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:45.526 7 INFO neutron.db.ovn_revision_numbers_db [None req-5132f6b8-7ca5-4e17-bb19-cae549dc6e37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 0dad0729-78f7-4b1d-bb24-9ac2620a7a00 (type: ports) to 1 [pid: 7|app: 0|req: 393/813] 10.0.0.154 () {34 vars in 671 bytes} [Mon Apr 20 15:09:44 2026] POST /v2.0/networks => generated 758 bytes in 889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:45.587 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f5ac4ee-8cad-4ac0-843c-cf740f109ff0 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 268ebb4b-d684-4648-a0fc-08b3bed8d311 (type: routers) to 1 [pid: 8|app: 0|req: 421/814] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:45 2026] POST /v2.0/routers => generated 603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/815] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:09:45 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:45.742 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-768da1a2-588a-4b74-ae43-5008b9ac4abd 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:09:45.744 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-768da1a2-588a-4b74-ae43-5008b9ac4abd 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 6068c09a-9598-4e02-8bc7-c9efacc9692c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:45.847 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-ae7bc3d3-dd6b-4087-8737-14a709193f4c - - - - - -] No port found with ID 03bdf13c-836c-4a48-8c0e-a193ca59a019: RuntimeError: No port found with ID 03bdf13c-836c-4a48-8c0e-a193ca59a019 2026-04-20 15:09:45.904 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-ae7bc3d3-dd6b-4087-8737-14a709193f4c - - - - - -] OVN reports status down for port: fc94d81d-4124-459b-9173-6c681852df16 2026-04-20 15:09:46.003 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-86c69b0e-02e1-483e-a908-fb6c250fe4df f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:46.004 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-86c69b0e-02e1-483e-a908-fb6c250fe4df f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 228014ab-5746-4170-bafd-10209113ac8f: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:46.128 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dddff1b0-7988-4574-956c-14335c457ec4'] response: {'server_uuid': '17157b17-f0cf-4561-802b-c84a3651c984', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'fc94d81d-4124-459b-9173-6c681852df16', 'code': 200} 2026-04-20 15:09:46.157 7 INFO neutron.db.ovn_revision_numbers_db [None req-86c69b0e-02e1-483e-a908-fb6c250fe4df f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource f3afc50d-8492-4f67-ae3b-e609ede21dfa (type: ports) to 1 2026-04-20 15:09:46.405 8 INFO neutron.db.ovn_revision_numbers_db [None req-ae7bc3d3-dd6b-4087-8737-14a709193f4c - - - - - -] Successfully bumped revision number for resource fc94d81d-4124-459b-9173-6c681852df16 (type: ports) to 6 2026-04-20 15:09:46.505 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8bf933c2-dd84-4dd7-91d3-1cf7eba7c1c1 - - - - - -] OVN reports status down for port: f3afc50d-8492-4f67-ae3b-e609ede21dfa 2026-04-20 15:09:46.542 8 INFO neutron.db.ovn_revision_numbers_db [None req-700a6270-134f-4223-95b7-857c0c1d44ec - - - - - -] Successfully bumped revision number for resource 0dad0729-78f7-4b1d-bb24-9ac2620a7a00 (type: ports) to 2 2026-04-20 15:09:46.609 8 INFO neutron.db.ovn_revision_numbers_db [None req-700a6270-134f-4223-95b7-857c0c1d44ec - - - - - -] Successfully bumped revision number for resource cff9e4cc-efb5-41d8-8ff5-518c4fdedcb3 (type: subnets) to 0 [pid: 8|app: 0|req: 422/816] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:45 2026] POST /v2.0/subnets => generated 684 bytes in 1024 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-20 15:09:46.756 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8bf933c2-dd84-4dd7-91d3-1cf7eba7c1c1 - - - - - -] OVN reports status up for port: f3afc50d-8492-4f67-ae3b-e609ede21dfa 2026-04-20 15:09:46.777 8 INFO neutron.plugins.ml2.plugin [None req-8bf933c2-dd84-4dd7-91d3-1cf7eba7c1c1 - - - - - -] Attempt 1 to provision port f3afc50d-8492-4f67-ae3b-e609ede21dfa 2026-04-20 15:09:46.789 7 INFO neutron.plugins.ml2.plugin [None req-86c69b0e-02e1-483e-a908-fb6c250fe4df f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Attempt 1 to provision port f3afc50d-8492-4f67-ae3b-e609ede21dfa 2026-04-20 15:09:46.809 8 INFO neutron_taas.services.taas.taas_plugin [req-e2163c3a-5657-4ef2-9412-dce5c071fbe2 req-e2e1c915-fe93-4946-a1da-c283485eb6c3 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] TaaS: Handle Delete Port: fc94d81d-4124-459b-9173-6c681852df16 2026-04-20 15:09:46.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e2163c3a-5657-4ef2-9412-dce5c071fbe2 req-e2e1c915-fe93-4946-a1da-c283485eb6c3 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] Tap Mirror: Handle Delete Port: fc94d81d-4124-459b-9173-6c681852df16 2026-04-20 15:09:46.865 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-86c69b0e-02e1-483e-a908-fb6c250fe4df f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:46.866 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-86c69b0e-02e1-483e-a908-fb6c250fe4df f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 228014ab-5746-4170-bafd-10209113ac8f: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:47.068 7 INFO neutron.db.ovn_revision_numbers_db [None req-86c69b0e-02e1-483e-a908-fb6c250fe4df f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource f3afc50d-8492-4f67-ae3b-e609ede21dfa (type: router_ports) to 1 [pid: 7|app: 0|req: 395/817] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:09:45 2026] PUT /v2.0/routers/268ebb4b-d684-4648-a0fc-08b3bed8d311/add_router_interface => generated 309 bytes in 1446 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/818] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:47 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:47.222 8 INFO neutron.db.l3_db [req-e2163c3a-5657-4ef2-9412-dce5c071fbe2 req-e2e1c915-fe93-4946-a1da-c283485eb6c3 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] Floating IP bb867be7-ece9-4dc7-9426-c4b8d7317323 disassociated. External IP: 10.96.250.209, port: fc94d81d-4124-459b-9173-6c681852df16. 2026-04-20 15:09:47.507 8 INFO neutron.db.ovn_revision_numbers_db [None req-8bf933c2-dd84-4dd7-91d3-1cf7eba7c1c1 - - - - - -] Successfully bumped revision number for resource f3afc50d-8492-4f67-ae3b-e609ede21dfa (type: ports) to 2 [pid: 8|app: 0|req: 423/821] 199.204.45.38 () {36 vars in 996 bytes} [Mon Apr 20 15:09:46 2026] DELETE /v2.0/ports/fc94d81d-4124-459b-9173-6c681852df16 => generated 0 bytes in 922 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:47.583 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c9c4859b-e26f-4fa0-a84e-b2b7c2731f87 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:09:47.584 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c9c4859b-e26f-4fa0-a84e-b2b7c2731f87 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:47.738 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9c4859b-e26f-4fa0-a84e-b2b7c2731f87 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource de6aa7b5-2501-4137-906b-de12c7d9d315 (type: ports) to 1 2026-04-20 15:09:47.843 8 INFO neutron.db.ovn_revision_numbers_db [None req-baba5d0f-cd3c-4c7d-82d2-127e4c821f5b 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource 5f91de20-9ac1-4984-bcca-a45973bc3f1a (type: security_groups) to 1 2026-04-20 15:09:47.855 8 INFO neutron.db.ovn_revision_numbers_db [None req-baba5d0f-cd3c-4c7d-82d2-127e4c821f5b 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource 2124e9df-add5-4390-93eb-fd71f071d118 (type: security_group_rules) to 0 2026-04-20 15:09:47.869 8 INFO neutron.db.ovn_revision_numbers_db [None req-baba5d0f-cd3c-4c7d-82d2-127e4c821f5b 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource 60647afb-0e17-41bf-ae74-f195b9775a41 (type: security_group_rules) to 0 2026-04-20 15:09:47.884 8 INFO neutron.db.ovn_revision_numbers_db [None req-baba5d0f-cd3c-4c7d-82d2-127e4c821f5b 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource edcee651-ac5a-47e1-98fa-a5fe0110267a (type: security_group_rules) to 0 2026-04-20 15:09:47.894 8 INFO neutron.db.ovn_revision_numbers_db [None req-baba5d0f-cd3c-4c7d-82d2-127e4c821f5b 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource f2ae2b55-123c-4e36-8a05-da171cef772f (type: security_group_rules) to 0 2026-04-20 15:09:47.971 8 INFO neutron.db.segments_db [None req-baba5d0f-cd3c-4c7d-82d2-127e4c821f5b 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Added segment 8cdd2628-3c91-438f-a743-1db8832d486f of type geneve for network c8c1023b-179e-4732-9b2c-5c895be7cc8d 2026-04-20 15:09:48.092 8 INFO neutron.db.ovn_revision_numbers_db [None req-baba5d0f-cd3c-4c7d-82d2-127e4c821f5b 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource c8c1023b-179e-4732-9b2c-5c895be7cc8d (type: networks) to 1 2026-04-20 15:09:48.168 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-018257b8-8fa0-4867-b158-c7f9e68c2540'] response: {'server_uuid': '17157b17-f0cf-4561-802b-c84a3651c984', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'fc94d81d-4124-459b-9173-6c681852df16', 'code': 200} 2026-04-20 15:09:48.169 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-018257b8-8fa0-4867-b158-c7f9e68c2540'] response: {'server_uuid': '17157b17-f0cf-4561-802b-c84a3651c984', 'name': 'network-vif-deleted', 'tag': 'fc94d81d-4124-459b-9173-6c681852df16', 'status': 'completed', 'code': 200} 2026-04-20 15:09:48.256 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-baba5d0f-cd3c-4c7d-82d2-127e4c821f5b 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] No more DHCP agents 2026-04-20 15:09:48.258 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-baba5d0f-cd3c-4c7d-82d2-127e4c821f5b 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Unable to schedule network c8c1023b-179e-4732-9b2c-5c895be7cc8d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:48.325 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f7d99bb0-0ac8-44ba-aa97-a62949a02c1c - - - - - -] OVN reports status down for port: a22bd67e-b6b2-4342-82ea-e1491747dfe5 2026-04-20 15:09:48.334 8 INFO neutron.db.ovn_revision_numbers_db [None req-baba5d0f-cd3c-4c7d-82d2-127e4c821f5b 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource a22bd67e-b6b2-4342-82ea-e1491747dfe5 (type: ports) to 1 [pid: 8|app: 0|req: 424/822] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:47 2026] POST /v2.0/networks => generated 650 bytes in 826 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:48.391 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-ee8380af-feca-4908-b003-fd2be6a58c8c - - - - - -] Schedule LRP lrp-de6aa7b5-2501-4137-906b-de12c7d9d315 on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:09:48.432 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-6a0ee474-be4f-415d-9cc6-1b13a2046c59 - - - - - -] Router 2cf87a00-d537-4429-b2f2-0f8cdcc0e4bf is bound to host instance [pid: 8|app: 0|req: 425/823] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:48 2026] GET /v2.0/ports/f3afc50d-8492-4f67-ae3b-e609ede21dfa => generated 943 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:48.480 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9c4859b-e26f-4fa0-a84e-b2b7c2731f87 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource de6aa7b5-2501-4137-906b-de12c7d9d315 (type: router_ports) to 1 [pid: 8|app: 0|req: 426/824] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:09:48 2026] GET /v2.0/security-groups?id=fae0f485-736f-46f0-9f0c-021a18ec1e18&fields=id&fields=name => generated 114 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:48.559 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9c4859b-e26f-4fa0-a84e-b2b7c2731f87 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2cf87a00-d537-4429-b2f2-0f8cdcc0e4bf (type: routers) to 2 [pid: 7|app: 0|req: 399/825] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:47 2026] POST /v2.0/routers => generated 962 bytes in 1470 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: 400/826] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:09:48 2026] GET /v2.0/ports/f3afc50d-8492-4f67-ae3b-e609ede21dfa => generated 943 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:48.935 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-36cd2bbd-9100-4254-91a9-3da3cc914d4d 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] No more DHCP agents 2026-04-20 15:09:48.938 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-36cd2bbd-9100-4254-91a9-3da3cc914d4d 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Unable to schedule network c8c1023b-179e-4732-9b2c-5c895be7cc8d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:49.039 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f7d99bb0-0ac8-44ba-aa97-a62949a02c1c - - - - - -] OVN reports status down for port: 2b094eb4-c32e-4f3a-9385-7f976c6c2aa0 2026-04-20 15:09:49.129 8 INFO neutron.db.ovn_revision_numbers_db [None req-36cd2bbd-9100-4254-91a9-3da3cc914d4d 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource 2b094eb4-c32e-4f3a-9385-7f976c6c2aa0 (type: ports) to 1 2026-04-20 15:09:49.182 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ad996561-0b5d-47b3-ba6a-40db568315fe 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:09:49.183 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ad996561-0b5d-47b3-ba6a-40db568315fe 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 6068c09a-9598-4e02-8bc7-c9efacc9692c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 427/827] 10.0.0.154 () {34 vars in 664 bytes} [Mon Apr 20 15:09:48 2026] POST /v2.0/ports => generated 743 bytes in 694 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-20 15:09:49.301 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f7d99bb0-0ac8-44ba-aa97-a62949a02c1c - - - - - -] OVN reports status down for port: 2354f53b-bd3b-4608-98a1-37b975d23b4e 2026-04-20 15:09:49.360 7 INFO neutron.db.ovn_revision_numbers_db [None req-ad996561-0b5d-47b3-ba6a-40db568315fe 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2354f53b-bd3b-4608-98a1-37b975d23b4e (type: ports) to 1 2026-04-20 15:09:49.748 8 INFO neutron_taas.services.taas.taas_plugin [None req-09922524-0f5a-4210-9a4c-b32c8f160724 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] TaaS: Handle Delete Port: f3afc50d-8492-4f67-ae3b-e609ede21dfa 2026-04-20 15:09:49.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09922524-0f5a-4210-9a4c-b32c8f160724 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Tap Mirror: Handle Delete Port: f3afc50d-8492-4f67-ae3b-e609ede21dfa 2026-04-20 15:09:49.903 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f7d99bb0-0ac8-44ba-aa97-a62949a02c1c - - - - - -] OVN reports status up for port: 2354f53b-bd3b-4608-98a1-37b975d23b4e 2026-04-20 15:09:49.940 7 INFO neutron.plugins.ml2.plugin [None req-f7d99bb0-0ac8-44ba-aa97-a62949a02c1c - - - - - -] Attempt 1 to provision port 2354f53b-bd3b-4608-98a1-37b975d23b4e 2026-04-20 15:09:49.996 8 INFO neutron.db.ovn_revision_numbers_db [None req-351c23f2-9347-4852-a48d-5a73eab65e21 - - - - - -] Successfully bumped revision number for resource de6aa7b5-2501-4137-906b-de12c7d9d315 (type: ports) to 4 2026-04-20 15:09:50.023 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ad996561-0b5d-47b3-ba6a-40db568315fe 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:09:50.038 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ad996561-0b5d-47b3-ba6a-40db568315fe 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 6068c09a-9598-4e02-8bc7-c9efacc9692c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 428/828] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:09:49 2026] PUT /v2.0/routers/268ebb4b-d684-4648-a0fc-08b3bed8d311/remove_router_interface => generated 309 bytes in 1128 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-20 15:09:50.497 8 INFO neutron.db.segments_db [None req-8ee8b250-e21d-4178-84f1-c81cc1bb62bd 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Added segment 6d45f7d6-2bef-41cd-8494-31829fef8eb8 of type geneve for network b9a4213f-9ad7-402f-add2-371e660263f5 2026-04-20 15:09:50.601 8 INFO neutron.db.ovn_revision_numbers_db [None req-351c23f2-9347-4852-a48d-5a73eab65e21 - - - - - -] Successfully bumped revision number for resource de6aa7b5-2501-4137-906b-de12c7d9d315 (type: ports) to 5 2026-04-20 15:09:50.697 8 INFO neutron.db.ovn_revision_numbers_db [None req-8ee8b250-e21d-4178-84f1-c81cc1bb62bd 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource b9a4213f-9ad7-402f-add2-371e660263f5 (type: networks) to 1 2026-04-20 15:09:50.799 7 INFO neutron.db.ovn_revision_numbers_db [None req-f7d99bb0-0ac8-44ba-aa97-a62949a02c1c - - - - - -] Successfully bumped revision number for resource 2354f53b-bd3b-4608-98a1-37b975d23b4e (type: ports) to 2 2026-04-20 15:09:51.023 7 INFO neutron.db.ovn_revision_numbers_db [None req-ad996561-0b5d-47b3-ba6a-40db568315fe 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2354f53b-bd3b-4608-98a1-37b975d23b4e (type: router_ports) to 1 2026-04-20 15:09:51.027 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8ee8b250-e21d-4178-84f1-c81cc1bb62bd 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] No more DHCP agents 2026-04-20 15:09:51.028 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8ee8b250-e21d-4178-84f1-c81cc1bb62bd 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Unable to schedule network b9a4213f-9ad7-402f-add2-371e660263f5: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 401/829] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:09:48 2026] PUT /v2.0/routers/2cf87a00-d537-4429-b2f2-0f8cdcc0e4bf/add_router_interface => generated 309 bytes in 2366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/830] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:51 2026] GET /v2.0/ports?device_id=17157b17-f0cf-4561-802b-c84a3651c984 => 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: 403/831] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:09:51 2026] GET /v2.0/ports?device_id=268ebb4b-d684-4648-a0fc-08b3bed8d311 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:51.124 8 INFO neutron.db.ovn_revision_numbers_db [None req-8ee8b250-e21d-4178-84f1-c81cc1bb62bd 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource 2b300d80-310d-4665-91c3-94024defdfec (type: ports) to 1 [pid: 8|app: 0|req: 429/832] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:50 2026] POST /v2.0/networks => generated 650 bytes in 779 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/833] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:51 2026] DELETE /v2.0/routers/268ebb4b-d684-4648-a0fc-08b3bed8d311 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:09:51.386 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f43b4915-7246-4773-b73a-16dedff73dc4 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] No more DHCP agents 2026-04-20 15:09:51.388 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f43b4915-7246-4773-b73a-16dedff73dc4 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Unable to schedule network b9a4213f-9ad7-402f-add2-371e660263f5: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 405/834] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:51 2026] DELETE /v2.0/subnets/5cc12bbf-200e-417a-9188-fd6724bce591 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:51.512 8 INFO neutron.db.ovn_revision_numbers_db [None req-f43b4915-7246-4773-b73a-16dedff73dc4 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource ebb65d74-f687-4ac9-a7c4-5cada511878a (type: ports) to 1 [pid: 8|app: 0|req: 430/835] 10.0.0.154 () {34 vars in 664 bytes} [Mon Apr 20 15:09:51 2026] POST /v2.0/ports => generated 743 bytes in 410 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-20 15:09:51.624 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd834d96-b6da-4356-9d8e-15f75e803426 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] TaaS: Handle Delete Port: 8bc5fd49-eb43-4ae9-b780-585690e24c3d 2026-04-20 15:09:51.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd834d96-b6da-4356-9d8e-15f75e803426 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Tap Mirror: Handle Delete Port: 8bc5fd49-eb43-4ae9-b780-585690e24c3d 2026-04-20 15:09:51.656 8 INFO neutron.db.segments_db [None req-117eed65-417b-46bf-a065-cc83f827efe8 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Added segment 3f0fc1ed-7e19-49c7-8350-9c59c4fd91a5 of type geneve for network 88274050-0a44-4432-96e4-bdd783414e25 2026-04-20 15:09:51.790 8 INFO neutron.db.ovn_revision_numbers_db [None req-117eed65-417b-46bf-a065-cc83f827efe8 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource 88274050-0a44-4432-96e4-bdd783414e25 (type: networks) to 1 2026-04-20 15:09:51.827 7 INFO neutron.services.segments.plugin [-] Segment 2088f965-e8f9-4e59-93ea-54d7eb8e4ae5 resource provider aggregate not found 2026-04-20 15:09:51.832 7 INFO neutron.services.segments.plugin [-] Segment 2088f965-e8f9-4e59-93ea-54d7eb8e4ae5 resource provider aggregate not found 2026-04-20 15:09:51.848 7 INFO neutron.services.segments.plugin [-] Segment 2088f965-e8f9-4e59-93ea-54d7eb8e4ae5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2088f965-e8f9-4e59-93ea-54d7eb8e4ae5 found for delete ", "request_id": "req-2f538e8a-8a7e-4352-8482-af1d45b4caf9"}]} 2026-04-20 15:09:51.855 7 INFO neutron.services.segments.plugin [-] Segment 2088f965-e8f9-4e59-93ea-54d7eb8e4ae5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2088f965-e8f9-4e59-93ea-54d7eb8e4ae5 found for delete ", "request_id": "req-9aeed133-1bd9-4ab0-b2d1-4ac823983999"}]} [pid: 7|app: 0|req: 406/836] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:51 2026] DELETE /v2.0/networks/228014ab-5746-4170-bafd-10209113ac8f => generated 0 bytes in 444 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:51.995 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-117eed65-417b-46bf-a065-cc83f827efe8 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] No more DHCP agents 2026-04-20 15:09:51.997 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-117eed65-417b-46bf-a065-cc83f827efe8 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Unable to schedule network 88274050-0a44-4432-96e4-bdd783414e25: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:52.089 7 INFO neutron.db.ovn_revision_numbers_db [None req-d6d06335-5c9d-4b7b-b34f-6ffcb61c6753 ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] Successfully bumped revision number for resource d08c40a2-ccb3-4c06-ab48-a0bf40da01ea (type: security_groups) to 1 2026-04-20 15:09:52.096 8 INFO neutron.db.ovn_revision_numbers_db [None req-117eed65-417b-46bf-a065-cc83f827efe8 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource df5ec009-b897-468b-ba89-b104c74797bb (type: ports) to 1 2026-04-20 15:09:52.103 7 INFO neutron.db.ovn_revision_numbers_db [None req-d6d06335-5c9d-4b7b-b34f-6ffcb61c6753 ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] Successfully bumped revision number for resource 2542611d-11e2-429a-9aa8-b33715046aaf (type: security_group_rules) to 0 2026-04-20 15:09:52.118 7 INFO neutron.db.ovn_revision_numbers_db [None req-d6d06335-5c9d-4b7b-b34f-6ffcb61c6753 ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] Successfully bumped revision number for resource 8ca3ce6e-3bc6-4d3e-b0cc-fc915f32cfe3 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 431/837] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:51 2026] POST /v2.0/networks => generated 650 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/838] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:09:51 2026] POST /v2.0/security-groups => generated 1659 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-20 15:09:52.385 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-db56c779-6318-480d-9c5f-988f2ac89b29 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] No more DHCP agents 2026-04-20 15:09:52.387 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-db56c779-6318-480d-9c5f-988f2ac89b29 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Unable to schedule network 88274050-0a44-4432-96e4-bdd783414e25: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:52.504 7 INFO neutron.db.ovn_revision_numbers_db [None req-db56c779-6318-480d-9c5f-988f2ac89b29 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource 34539366-c95c-4916-a30c-3562f17df9e4 (type: ports) to 1 2026-04-20 15:09:52.535 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-166e3499-e9e8-4ba0-a6ec-ca319f2f8638 - - - - - -] No port found with ID f3afc50d-8492-4f67-ae3b-e609ede21dfa: RuntimeError: No port found with ID f3afc50d-8492-4f67-ae3b-e609ede21dfa [pid: 7|app: 0|req: 408/839] 10.0.0.154 () {34 vars in 664 bytes} [Mon Apr 20 15:09:52 2026] POST /v2.0/ports => generated 743 bytes in 405 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-20 15:09:52.606 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-166e3499-e9e8-4ba0-a6ec-ca319f2f8638 - - - - - -] OVN reports status down for port: de6aa7b5-2501-4137-906b-de12c7d9d315 2026-04-20 15:09:52.654 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-444c2b97-255c-466b-94c8-5a55b5df949b f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] No more DHCP agents 2026-04-20 15:09:52.656 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-444c2b97-255c-466b-94c8-5a55b5df949b f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 409/840] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:52 2026] DELETE /v2.0/security-groups/fae0f485-736f-46f0-9f0c-021a18ec1e18 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:09:52.966 7 INFO neutron.db.ovn_revision_numbers_db [None req-84b73601-774b-483b-b1f5-aa630b52cfee ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] Successfully bumped revision number for resource 2995c08c-35a0-4826-b755-7b97123d7288 (type: security_group_rules) to 0 2026-04-20 15:09:52.996 8 INFO neutron.db.ovn_revision_numbers_db [None req-444c2b97-255c-466b-94c8-5a55b5df949b f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 93f6e73d-aade-456a-a3bf-6e49bb79474a (type: ports) to 1 [pid: 7|app: 0|req: 410/841] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:09:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:53.110 7 INFO neutron.db.segments_db [None req-0b4b5949-933b-4bc3-85c6-e77622f22bf5 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Added segment d8ffe2f0-21af-4cd0-9475-71f6cb7d6de2 of type geneve for network f2fa40b6-272a-481a-8da0-501f68cf7ff0 2026-04-20 15:09:53.217 7 INFO neutron.db.ovn_revision_numbers_db [None req-0b4b5949-933b-4bc3-85c6-e77622f22bf5 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource f2fa40b6-272a-481a-8da0-501f68cf7ff0 (type: networks) to 1 2026-04-20 15:09:53.362 8 INFO neutron.db.ovn_revision_numbers_db [None req-166e3499-e9e8-4ba0-a6ec-ca319f2f8638 - - - - - -] Successfully bumped revision number for resource de6aa7b5-2501-4137-906b-de12c7d9d315 (type: ports) to 6 2026-04-20 15:09:53.383 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0b4b5949-933b-4bc3-85c6-e77622f22bf5 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] No more DHCP agents 2026-04-20 15:09:53.384 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0b4b5949-933b-4bc3-85c6-e77622f22bf5 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Unable to schedule network f2fa40b6-272a-481a-8da0-501f68cf7ff0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:53.494 7 INFO neutron.db.ovn_revision_numbers_db [None req-0b4b5949-933b-4bc3-85c6-e77622f22bf5 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource 45b1c7ea-66a9-4c5c-8da4-28c65f40d0b7 (type: ports) to 1 [pid: 7|app: 0|req: 411/842] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:53 2026] POST /v2.0/networks => generated 651 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:53.559 7 INFO neutron.api.v2.resource [None req-3c3e8813-2535-406b-8e46-22702ac60743 cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 412/843] 10.0.0.154 () {32 vars in 737 bytes} [Mon Apr 20 15:09:53 2026] GET /v2.0/security-groups/fae0f485-736f-46f0-9f0c-021a18ec1e18 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:09:53.567 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-bf2882e3-d1b9-4d5f-aa7b-c7e1f539d33b - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:09:53.567 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bf2882e3-d1b9-4d5f-aa7b-c7e1f539d33b - - - - - -] OVN reports status up for port: de6aa7b5-2501-4137-906b-de12c7d9d315 2026-04-20 15:09:53.592 8 INFO neutron.plugins.ml2.plugin [None req-bf2882e3-d1b9-4d5f-aa7b-c7e1f539d33b - - - - - -] Attempt 1 to provision port de6aa7b5-2501-4137-906b-de12c7d9d315 2026-04-20 15:09:53.694 7 INFO neutron.db.ovn_revision_numbers_db [None req-29948ef0-ff9a-4fe2-8ba3-43cb47ec1147 ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] Successfully bumped revision number for resource c5e0ff65-7511-4a94-840b-73b4660db86a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 413/844] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:09:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:53.960 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2ba4c4b8-6858-4a62-8423-66fa05c44947 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] No more DHCP agents 2026-04-20 15:09:53.961 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2ba4c4b8-6858-4a62-8423-66fa05c44947 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Unable to schedule network f2fa40b6-272a-481a-8da0-501f68cf7ff0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:54.067 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ba4c4b8-6858-4a62-8423-66fa05c44947 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource 1fa90d7e-4f27-4844-88ed-532d7f6b0d7a (type: ports) to 1 [pid: 7|app: 0|req: 414/845] 10.0.0.154 () {34 vars in 664 bytes} [Mon Apr 20 15:09:53 2026] POST /v2.0/ports => generated 743 bytes in 388 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-20 15:09:54.245 7 INFO neutron_taas.services.taas.taas_plugin [None req-c91db4a1-a47e-4ca8-99da-35e29212614c cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] TaaS: Handle Delete Port: 3fd2da35-1316-491b-93c6-a91c015d6a27 2026-04-20 15:09:54.249 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c91db4a1-a47e-4ca8-99da-35e29212614c cff645e751b344f5bfb5cb7adc2f795f 328bce7cdaa74c7ea30943b66155958c - - default default] Tap Mirror: Handle Delete Port: 3fd2da35-1316-491b-93c6-a91c015d6a27 [pid: 7|app: 0|req: 415/846] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:09:54 2026] DELETE /v2.0/floatingips/bb867be7-ece9-4dc7-9426-c4b8d7317323 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:09:54.630 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8b394705-755d-4fd6-885c-4b062c0cedbb ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] No more DHCP agents 2026-04-20 15:09:54.631 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8b394705-755d-4fd6-885c-4b062c0cedbb ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:54.735 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-68662a2d-903c-427e-8ee5-cc055cd90a31 - - - - - -] Schedule LRP lrp-93f6e73d-aade-456a-a3bf-6e49bb79474a on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:09:54.780 8 INFO neutron.db.ovn_revision_numbers_db [None req-bf2882e3-d1b9-4d5f-aa7b-c7e1f539d33b - - - - - -] Successfully bumped revision number for resource de6aa7b5-2501-4137-906b-de12c7d9d315 (type: ports) to 7 2026-04-20 15:09:54.819 8 INFO neutron.db.ovn_revision_numbers_db [None req-444c2b97-255c-466b-94c8-5a55b5df949b f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 93f6e73d-aade-456a-a3bf-6e49bb79474a (type: router_ports) to 1 2026-04-20 15:09:54.951 8 INFO neutron.db.ovn_revision_numbers_db [None req-444c2b97-255c-466b-94c8-5a55b5df949b f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 88cda1ed-8d0e-4e66-a2bb-912b6a8dcb34 (type: routers) to 2 [pid: 8|app: 0|req: 432/847] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:09:52 2026] POST /v2.0/routers => generated 947 bytes in 2858 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/848] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:09:54 2026] POST /v2.0/floatingips => generated 552 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:09:55.022 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-874a40c7-1cc2-415c-9739-1371e198182e - - - - - -] OVN reports status down for port: 2b300d80-310d-4665-91c3-94024defdfec 2026-04-20 15:09:55.106 8 INFO neutron.db.segments_db [None req-9971decd-ad8d-4c3f-a8aa-9ac1a49f4ad1 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Added segment ac1fd39b-84b7-400d-8c45-c8a3033ee646 of type geneve for network 231f863a-0089-4106-815d-981006eb05a9 2026-04-20 15:09:55.123 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-874a40c7-1cc2-415c-9739-1371e198182e - - - - - -] OVN reports status down for port: ebb65d74-f687-4ac9-a7c4-5cada511878a 2026-04-20 15:09:55.289 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-874a40c7-1cc2-415c-9739-1371e198182e - - - - - -] OVN reports status down for port: df5ec009-b897-468b-ba89-b104c74797bb 2026-04-20 15:09:55.364 8 INFO neutron.db.ovn_revision_numbers_db [None req-9971decd-ad8d-4c3f-a8aa-9ac1a49f4ad1 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource 231f863a-0089-4106-815d-981006eb05a9 (type: networks) to 1 2026-04-20 15:09:55.397 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7fdcb88-c494-4781-8e8c-817f1f46eb05 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 3f822406-c779-45a7-b13c-730176424859 2026-04-20 15:09:55.400 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7fdcb88-c494-4781-8e8c-817f1f46eb05 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 3f822406-c779-45a7-b13c-730176424859 2026-04-20 15:09:55.433 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-874a40c7-1cc2-415c-9739-1371e198182e - - - - - -] OVN reports status down for port: 34539366-c95c-4916-a30c-3562f17df9e4 2026-04-20 15:09:55.630 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-874a40c7-1cc2-415c-9739-1371e198182e - - - - - -] OVN reports status down for port: 45b1c7ea-66a9-4c5c-8da4-28c65f40d0b7 2026-04-20 15:09:55.685 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9971decd-ad8d-4c3f-a8aa-9ac1a49f4ad1 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] No more DHCP agents 2026-04-20 15:09:55.687 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9971decd-ad8d-4c3f-a8aa-9ac1a49f4ad1 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Unable to schedule network 231f863a-0089-4106-815d-981006eb05a9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:55.782 8 INFO neutron.db.ovn_revision_numbers_db [None req-9971decd-ad8d-4c3f-a8aa-9ac1a49f4ad1 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource bbeb876a-d5d7-402f-9927-c460e6e17501 (type: ports) to 1 [pid: 8|app: 0|req: 433/849] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:09:54 2026] POST /v2.0/networks => generated 649 bytes in 835 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/850] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:09:55 2026] GET /v2.0/routers/88cda1ed-8d0e-4e66-a2bb-912b6a8dcb34 => generated 953 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/851] 10.0.0.166 () {34 vars in 1098 bytes} [Mon Apr 20 15:09:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--763517096&fields=id&tenant_id=3bcaf2623d284cd4b6730bb4815c2819 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/852] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:09:55 2026] PUT /v2.0/routers/b6146896-7843-49f9-9154-aae4a3f34e50/remove_router_interface => generated 309 bytes in 1127 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-20 15:09:56.185 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ec7f21f2-2448-4e2a-b5b6-63d0f82dd813 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] No more DHCP agents 2026-04-20 15:09:56.187 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ec7f21f2-2448-4e2a-b5b6-63d0f82dd813 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Unable to schedule network 231f863a-0089-4106-815d-981006eb05a9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:09:56.230 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] No hosting information found for port 2354f53b-bd3b-4608-98a1-37b975d23b4e: RuntimeError: No hosting information found for port 2354f53b-bd3b-4608-98a1-37b975d23b4e 2026-04-20 15:09:56.273 8 INFO neutron.db.ovn_revision_numbers_db [None req-ec7f21f2-2448-4e2a-b5b6-63d0f82dd813 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Successfully bumped revision number for resource ac5b665f-51ba-4bd0-9b2e-a5e2c8ddb0e6 (type: ports) to 1 [pid: 8|app: 0|req: 436/853] 10.0.0.154 () {34 vars in 664 bytes} [Mon Apr 20 15:09:55 2026] POST /v2.0/ports => generated 743 bytes in 394 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: 437/854] 10.0.0.166 () {34 vars in 982 bytes} [Mon Apr 20 15:09:56 2026] GET /v2.0/networks?id=6068c09a-9598-4e02-8bc7-c9efacc9692c => generated 707 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:56.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-026adb64-41ba-4e83-89d3-d1a01f0b6566 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 9e9a8867-542a-4e24-b77d-1c2d160e8cf0 2026-04-20 15:09:56.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-026adb64-41ba-4e83-89d3-d1a01f0b6566 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 9e9a8867-542a-4e24-b77d-1c2d160e8cf0 [pid: 7|app: 0|req: 418/855] 10.0.0.154 () {32 vars in 647 bytes} [Mon Apr 20 15:09:56 2026] GET /v2.0/routers => generated 956 bytes in 754 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:56.956 7 INFO neutron.db.ovn_revision_numbers_db [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] Successfully bumped revision number for resource 2354f53b-bd3b-4608-98a1-37b975d23b4e (type: router_ports) to 2 2026-04-20 15:09:56.957 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] OVN reports status down for port: 93f6e73d-aade-456a-a3bf-6e49bb79474a [pid: 7|app: 0|req: 419/856] 10.0.0.154 () {34 vars in 747 bytes} [Mon Apr 20 15:09:56 2026] PUT /v2.0/ports/2b094eb4-c32e-4f3a-9385-7f976c6c2aa0/tags => generated 17 bytes in 105 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: 420/857] 10.0.0.166 () {34 vars in 965 bytes} [Mon Apr 20 15:09:57 2026] GET /v2.0/quotas/3bcaf2623d284cd4b6730bb4815c2819 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/858] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:56 2026] DELETE /v2.0/routers/b6146896-7843-49f9-9154-aae4a3f34e50 => generated 0 bytes in 711 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:09:57.122 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:09:57.124 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] OVN reports status down for port: 1fa90d7e-4f27-4844-88ed-532d7f6b0d7a [pid: 8|app: 0|req: 439/859] 10.0.0.154 () {34 vars in 747 bytes} [Mon Apr 20 15:09:57 2026] PUT /v2.0/ports/ebb65d74-f687-4ac9-a7c4-5cada511878a/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 440/860] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:09:57 2026] GET /v2.0/ports?tenant_id=3bcaf2623d284cd4b6730bb4815c2819&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:09:57.244 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] OVN reports status up for port: 93f6e73d-aade-456a-a3bf-6e49bb79474a 2026-04-20 15:09:57.268 7 INFO neutron.plugins.ml2.plugin [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] Attempt 1 to provision port 93f6e73d-aade-456a-a3bf-6e49bb79474a [pid: 8|app: 0|req: 441/861] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:57 2026] DELETE /v2.0/subnets/58619c8f-2608-4840-953e-67c946a2ed7b => 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: 442/862] 10.0.0.154 () {34 vars in 747 bytes} [Mon Apr 20 15:09:57 2026] PUT /v2.0/ports/34539366-c95c-4916-a30c-3562f17df9e4/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 443/863] 10.0.0.166 () {34 vars in 1008 bytes} [Mon Apr 20 15:09:57 2026] GET /v2.0/networks/6068c09a-9598-4e02-8bc7-c9efacc9692c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:57.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebe5f54f-4187-436b-97c9-51332d52772f 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 1ec289a8-4293-41bf-9459-49a53679e247 2026-04-20 15:09:57.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebe5f54f-4187-436b-97c9-51332d52772f 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 1ec289a8-4293-41bf-9459-49a53679e247 2026-04-20 15:09:57.639 7 INFO neutron.db.ovn_revision_numbers_db [None req-57e788d9-28a1-4bf1-b5d8-a47396e93176 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Successfully bumped revision number for resource 88cda1ed-8d0e-4e66-a2bb-912b6a8dcb34 (type: routers) to 3 [pid: 7|app: 0|req: 421/864] 10.0.0.154 () {34 vars in 741 bytes} [Mon Apr 20 15:09:57 2026] PUT /v2.0/routers/88cda1ed-8d0e-4e66-a2bb-912b6a8dcb34 => generated 960 bytes in 630 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/865] 10.0.0.154 () {34 vars in 747 bytes} [Mon Apr 20 15:09:57 2026] PUT /v2.0/ports/1fa90d7e-4f27-4844-88ed-532d7f6b0d7a/tags => generated 19 bytes in 73 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: 423/866] 10.0.0.166 () {34 vars in 1108 bytes} [Mon Apr 20 15:09:57 2026] GET /v2.0/networks/6068c09a-9598-4e02-8bc7-c9efacc9692c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:57.790 8 INFO neutron.services.segments.plugin [-] Segment 41638442-220d-400f-bc83-28e23cb37d23 resource provider aggregate not found 2026-04-20 15:09:57.796 8 INFO neutron.services.segments.plugin [-] Segment 41638442-220d-400f-bc83-28e23cb37d23 resource provider aggregate not found 2026-04-20 15:09:57.809 8 INFO neutron.services.segments.plugin [-] Segment 41638442-220d-400f-bc83-28e23cb37d23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41638442-220d-400f-bc83-28e23cb37d23 found for delete ", "request_id": "req-1e25b9ce-481b-4eb7-bd75-48d069fe53d2"}]} 2026-04-20 15:09:57.812 8 INFO neutron.services.segments.plugin [-] Segment 41638442-220d-400f-bc83-28e23cb37d23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41638442-220d-400f-bc83-28e23cb37d23 found for delete ", "request_id": "req-046a2ee6-b861-4f09-889b-10f300ab31a1"}]} [pid: 7|app: 0|req: 424/867] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:09:57 2026] GET /v2.0/routers/88cda1ed-8d0e-4e66-a2bb-912b6a8dcb34 => generated 960 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/868] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:09:57 2026] DELETE /v2.0/networks/261c115a-2622-484f-b3bd-4cb84918b19c => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/869] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:09:57 2026] GET /v2.0/ports?device_id=88cda1ed-8d0e-4e66-a2bb-912b6a8dcb34 => 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: 425/870] 10.0.0.154 () {32 vars in 660 bytes} [Mon Apr 20 15:09:57 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/871] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:58 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => 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: 427/872] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:09:58 2026] GET /v2.0/security-groups?tenant_id=328bce7cdaa74c7ea30943b66155958c&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/873] 10.0.0.154 () {32 vars in 674 bytes} [Mon Apr 20 15:09:58 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:58.236 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3866fa5-1b26-4ec2-9af6-b55d92bd4d6b f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] TaaS: Handle Delete Port: 93f6e73d-aade-456a-a3bf-6e49bb79474a 2026-04-20 15:09:58.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3866fa5-1b26-4ec2-9af6-b55d92bd4d6b f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] Tap Mirror: Handle Delete Port: 93f6e73d-aade-456a-a3bf-6e49bb79474a [pid: 7|app: 0|req: 429/874] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:58 2026] DELETE /v2.0/security-groups/21f7d69b-8306-4b15-88f4-259d1327cd44 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/875] 10.0.0.154 () {32 vars in 670 bytes} [Mon Apr 20 15:09:58 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/876] 10.0.0.154 () {32 vars in 682 bytes} [Mon Apr 20 15:09:58 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/877] 10.0.0.154 () {32 vars in 668 bytes} [Mon Apr 20 15:09:58 2026] GET /v2.0/ports?not-tags=red => generated 5268 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/878] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:57 2026] DELETE /v2.0/routers/88cda1ed-8d0e-4e66-a2bb-912b6a8dcb34 => generated 0 bytes in 783 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/879] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:09:58 2026] GET /v2.0/ports?device_id=88cda1ed-8d0e-4e66-a2bb-912b6a8dcb34 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:58.700 8 INFO neutron.api.v2.resource [None req-1803d5df-385e-4180-a26c-752f9667fe61 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 448/880] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:58 2026] DELETE /v2.0/routers/88cda1ed-8d0e-4e66-a2bb-912b6a8dcb34 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/881] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:09:58 2026] GET /v2.0/ports?device_id=268ebb4b-d684-4648-a0fc-08b3bed8d311 => 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: 433/882] 10.0.0.154 () {32 vars in 682 bytes} [Mon Apr 20 15:09:58 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 6008 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:58.751 8 INFO neutron.api.v2.resource [None req-ad6d3fee-4d79-4f2c-8e54-779cd355cdf7 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 450/883] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:58 2026] DELETE /v2.0/routers/268ebb4b-d684-4648-a0fc-08b3bed8d311 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:09:58.769 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36d7d72d-8695-49a8-8108-80b4669b0e0e f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 451/884] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:58 2026] DELETE /v2.0/subnets/5cc12bbf-200e-417a-9188-fd6724bce591 => 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: 452/885] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:09:58 2026] GET /v2.0/ports?device_id=38837055-50da-445d-9b84-41a996987a6c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:09:58.816 8 INFO neutron.api.v2.resource [None req-f64d01a4-994a-4ef7-bf81-69f1f2a1f3d6 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 453/886] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:58 2026] DELETE /v2.0/routers/38837055-50da-445d-9b84-41a996987a6c => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:09:58.831 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d2859635-a8aa-43e2-b320-037eec51afa3 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 454/887] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:58 2026] DELETE /v2.0/subnets/d92c79b4-d85b-453b-938d-1dce15000b32 => 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: 455/888] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:09:58 2026] GET /v2.0/ports?device_id=d8326d25-9eb9-4e32-b0d6-8edf0cf631c0 => 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: 434/889] 10.0.0.154 () {32 vars in 678 bytes} [Mon Apr 20 15:09:58 2026] GET /v2.0/ports?not-tags-any=blue => generated 6008 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:58.880 8 INFO neutron.api.v2.resource [None req-bca75000-ec34-4bc0-8302-c270c0f27b6c f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 456/890] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:58 2026] DELETE /v2.0/routers/d8326d25-9eb9-4e32-b0d6-8edf0cf631c0 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:09:58.896 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ca00211-cd64-414c-867d-e5abb7417284 f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 457/891] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:58 2026] DELETE /v2.0/subnets/36f925cc-cee1-4b56-b97d-c5345611c4fd => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:09:58.917 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1527312c-eb7e-4485-88ad-58dd2798beaa f95236f7166a4ac7b24ae39a7fc11841 e3864ee10b684d2a8f4bde430a71670c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 458/892] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:09:58 2026] DELETE /v2.0/subnets/1b663f1d-01b4-4492-8fcf-3838db53565e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/893] 10.0.0.154 () {32 vars in 690 bytes} [Mon Apr 20 15:09:58 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 5268 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:59.117 8 INFO neutron_taas.services.taas.taas_plugin [None req-89012915-ca4e-4d51-a181-c4a5fe96544b 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] TaaS: Handle Delete Port: 2b094eb4-c32e-4f3a-9385-7f976c6c2aa0 2026-04-20 15:09:59.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89012915-ca4e-4d51-a181-c4a5fe96544b 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Tap Mirror: Handle Delete Port: 2b094eb4-c32e-4f3a-9385-7f976c6c2aa0 [pid: 7|app: 0|req: 436/894] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:09:59 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => 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: 459/895] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:09:58 2026] DELETE /v2.0/ports/2b094eb4-c32e-4f3a-9385-7f976c6c2aa0 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:09:59.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-0755a53c-01a8-4f96-ac67-94d0d19c0968 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] TaaS: Handle Delete Port: ebb65d74-f687-4ac9-a7c4-5cada511878a 2026-04-20 15:09:59.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0755a53c-01a8-4f96-ac67-94d0d19c0968 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Tap Mirror: Handle Delete Port: ebb65d74-f687-4ac9-a7c4-5cada511878a [pid: 7|app: 0|req: 437/896] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:09:59 2026] DELETE /v2.0/ports/ebb65d74-f687-4ac9-a7c4-5cada511878a => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/897] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:09:59 2026] GET /v2.0/security-groups?tenant_id=e3864ee10b684d2a8f4bde430a71670c&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:09:59.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-440f2c0b-cb4a-48b2-a61b-6e0bed2aa64b 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] TaaS: Handle Delete Port: 34539366-c95c-4916-a30c-3562f17df9e4 2026-04-20 15:09:59.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-440f2c0b-cb4a-48b2-a61b-6e0bed2aa64b 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Tap Mirror: Handle Delete Port: 34539366-c95c-4916-a30c-3562f17df9e4 [pid: 7|app: 0|req: 438/898] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:09:59 2026] DELETE /v2.0/ports/34539366-c95c-4916-a30c-3562f17df9e4 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/899] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:09:59 2026] DELETE /v2.0/security-groups/5dc61426-1afc-4a38-88c6-419c492d413f => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:09:59.955 7 INFO neutron_taas.services.taas.taas_plugin [None req-9dec823a-c0d4-41fa-afe5-6e7dd4bd0c24 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] TaaS: Handle Delete Port: 1fa90d7e-4f27-4844-88ed-532d7f6b0d7a 2026-04-20 15:09:59.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dec823a-c0d4-41fa-afe5-6e7dd4bd0c24 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Tap Mirror: Handle Delete Port: 1fa90d7e-4f27-4844-88ed-532d7f6b0d7a [pid: 7|app: 0|req: 439/900] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:09:59 2026] DELETE /v2.0/ports/1fa90d7e-4f27-4844-88ed-532d7f6b0d7a => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/901] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:00 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:00.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-c535d028-a383-4d29-a51c-0368e89fe5b1 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] TaaS: Handle Delete Port: ac5b665f-51ba-4bd0-9b2e-a5e2c8ddb0e6 2026-04-20 15:10:00.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c535d028-a383-4d29-a51c-0368e89fe5b1 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Tap Mirror: Handle Delete Port: ac5b665f-51ba-4bd0-9b2e-a5e2c8ddb0e6 [pid: 8|app: 0|req: 462/902] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:10:00 2026] DELETE /v2.0/ports/ac5b665f-51ba-4bd0-9b2e-a5e2c8ddb0e6 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:10:00.565 7 INFO neutron.db.ovn_revision_numbers_db [None req-f57edcd9-ba5d-41a4-b94d-3833c4b800a7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 36e66fd9-11d8-4dd9-96e1-40a0fdbf055f (type: security_groups) to 1 2026-04-20 15:10:00.583 7 INFO neutron.db.ovn_revision_numbers_db [None req-f57edcd9-ba5d-41a4-b94d-3833c4b800a7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 138b8f7a-6b19-4828-93ae-a0747126db7d (type: security_group_rules) to 0 2026-04-20 15:10:00.607 7 INFO neutron.db.ovn_revision_numbers_db [None req-f57edcd9-ba5d-41a4-b94d-3833c4b800a7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 28dad7ca-76a7-4f0d-90e9-0478762d3688 (type: security_group_rules) to 0 2026-04-20 15:10:00.625 7 INFO neutron.db.ovn_revision_numbers_db [None req-f57edcd9-ba5d-41a4-b94d-3833c4b800a7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 8d34fe97-9046-4dd4-9e8e-8144e2fdb121 (type: security_group_rules) to 0 2026-04-20 15:10:00.629 8 INFO neutron_taas.services.taas.taas_plugin [None req-d23cb7ea-a073-4b04-a251-598050b91b0f 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] TaaS: Handle Delete Port: a22bd67e-b6b2-4342-82ea-e1491747dfe5 2026-04-20 15:10:00.633 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d23cb7ea-a073-4b04-a251-598050b91b0f 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Tap Mirror: Handle Delete Port: a22bd67e-b6b2-4342-82ea-e1491747dfe5 2026-04-20 15:10:00.637 7 INFO neutron.db.ovn_revision_numbers_db [None req-f57edcd9-ba5d-41a4-b94d-3833c4b800a7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9a3165f7-bcf2-437d-bb17-aaf181bcfb11 (type: security_group_rules) to 0 2026-04-20 15:10:00.730 7 INFO neutron.db.segments_db [None req-f57edcd9-ba5d-41a4-b94d-3833c4b800a7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Added segment 71884544-2d81-42b5-9fad-bfa8de1631f8 of type geneve for network e4e5e559-592c-4439-95dd-075b746a3e48 2026-04-20 15:10:00.822 8 INFO neutron.services.segments.plugin [-] Segment 8cdd2628-3c91-438f-a743-1db8832d486f resource provider aggregate not found 2026-04-20 15:10:00.829 8 INFO neutron.services.segments.plugin [-] Segment 8cdd2628-3c91-438f-a743-1db8832d486f resource provider aggregate not found 2026-04-20 15:10:00.846 8 INFO neutron.services.segments.plugin [-] Segment 8cdd2628-3c91-438f-a743-1db8832d486f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cdd2628-3c91-438f-a743-1db8832d486f found for delete ", "request_id": "req-f7bcf198-62e3-4bc9-b83f-9967dd6936dc"}]} 2026-04-20 15:10:00.861 8 INFO neutron.services.segments.plugin [-] Segment 8cdd2628-3c91-438f-a743-1db8832d486f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cdd2628-3c91-438f-a743-1db8832d486f found for delete ", "request_id": "req-759eda38-6a5a-4fa2-9c59-69d9b203a15b"}]} [pid: 8|app: 0|req: 463/903] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:10:00 2026] DELETE /v2.0/networks/c8c1023b-179e-4732-9b2c-5c895be7cc8d => generated 0 bytes in 468 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:10:00.911 7 INFO neutron.db.ovn_revision_numbers_db [None req-f57edcd9-ba5d-41a4-b94d-3833c4b800a7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e4e5e559-592c-4439-95dd-075b746a3e48 (type: networks) to 1 2026-04-20 15:10:01.097 8 INFO neutron_taas.services.taas.taas_plugin [None req-de0c159b-68ef-4ecf-97ff-736944ec6ad8 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] TaaS: Handle Delete Port: 2b300d80-310d-4665-91c3-94024defdfec 2026-04-20 15:10:01.100 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de0c159b-68ef-4ecf-97ff-736944ec6ad8 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Tap Mirror: Handle Delete Port: 2b300d80-310d-4665-91c3-94024defdfec 2026-04-20 15:10:01.144 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f57edcd9-ba5d-41a4-b94d-3833c4b800a7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:01.148 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f57edcd9-ba5d-41a4-b94d-3833c4b800a7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network e4e5e559-592c-4439-95dd-075b746a3e48: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:01.225 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-874a40c7-1cc2-415c-9739-1371e198182e - - - - - -] OVN reports status down for port: fe7e529c-7cf4-4351-b197-ab171b12d71b 2026-04-20 15:10:01.246 7 INFO neutron.db.ovn_revision_numbers_db [None req-f57edcd9-ba5d-41a4-b94d-3833c4b800a7 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fe7e529c-7cf4-4351-b197-ab171b12d71b (type: ports) to 1 [pid: 7|app: 0|req: 441/904] 10.0.0.154 () {34 vars in 671 bytes} [Mon Apr 20 15:10:00 2026] POST /v2.0/networks => generated 767 bytes in 1035 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/905] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:10:00 2026] DELETE /v2.0/networks/b9a4213f-9ad7-402f-add2-371e660263f5 => generated 0 bytes in 549 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/906] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:01 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:01.492 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-141799b5-c2b1-43e5-9e02-c02a77062519 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:01.493 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-141799b5-c2b1-43e5-9e02-c02a77062519 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network e4e5e559-592c-4439-95dd-075b746a3e48: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:01.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-8936958a-f2d9-41ed-b184-78732b33543c 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] TaaS: Handle Delete Port: df5ec009-b897-468b-ba89-b104c74797bb 2026-04-20 15:10:01.600 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8936958a-f2d9-41ed-b184-78732b33543c 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Tap Mirror: Handle Delete Port: df5ec009-b897-468b-ba89-b104c74797bb [pid: 8|app: 0|req: 466/907] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:10:01 2026] DELETE /v2.0/networks/88274050-0a44-4432-96e4-bdd783414e25 => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:10:01.997 7 INFO neutron.db.ovn_revision_numbers_db [None req-28cec898-cf21-4e05-9c52-938317cea4eb - - - - - -] Successfully bumped revision number for resource fe7e529c-7cf4-4351-b197-ab171b12d71b (type: ports) to 2 2026-04-20 15:10:02.016 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4df046e-9ab8-403e-920d-cf473719b6d5 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] TaaS: Handle Delete Port: 45b1c7ea-66a9-4c5c-8da4-28c65f40d0b7 2026-04-20 15:10:02.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4df046e-9ab8-403e-920d-cf473719b6d5 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Tap Mirror: Handle Delete Port: 45b1c7ea-66a9-4c5c-8da4-28c65f40d0b7 2026-04-20 15:10:02.038 7 INFO neutron.db.ovn_revision_numbers_db [None req-28cec898-cf21-4e05-9c52-938317cea4eb - - - - - -] Successfully bumped revision number for resource e96754f9-c553-41c7-a31c-402b32eb85c5 (type: subnets) to 0 [pid: 7|app: 0|req: 442/910] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:10:01 2026] POST /v2.0/subnets => generated 692 bytes in 788 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:10:02.235 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] No port found with ID 93f6e73d-aade-456a-a3bf-6e49bb79474a: RuntimeError: No port found with ID 93f6e73d-aade-456a-a3bf-6e49bb79474a 2026-04-20 15:10:02.235 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] OVN reports status down for port: bbeb876a-d5d7-402f-9927-c460e6e17501 [pid: 8|app: 0|req: 469/911] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:10:01 2026] DELETE /v2.0/networks/f2fa40b6-272a-481a-8da0-501f68cf7ff0 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/912] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:10:02 2026] GET /v2.0/networks?id=6068c09a-9598-4e02-8bc7-c9efacc9692c => generated 707 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:02.367 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] OVN reports status down for port: ac5b665f-51ba-4bd0-9b2e-a5e2c8ddb0e6 2026-04-20 15:10:02.439 8 INFO neutron_taas.services.taas.taas_plugin [None req-61d0b763-0f8f-41d1-8a66-a51ec1aa7741 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] TaaS: Handle Delete Port: bbeb876a-d5d7-402f-9927-c460e6e17501 2026-04-20 15:10:02.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61d0b763-0f8f-41d1-8a66-a51ec1aa7741 6a4d3f74323b4d50b930eecc6684106f fc4e13bcd03341a8867e5c8e84d8bda6 - - default default] Tap Mirror: Handle Delete Port: bbeb876a-d5d7-402f-9927-c460e6e17501 [pid: 8|app: 0|req: 471/913] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:10:02 2026] DELETE /v2.0/networks/231f863a-0089-4106-815d-981006eb05a9 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:10:02.710 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5747623b-3baf-4506-82fb-587100b81d76 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:02.712 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5747623b-3baf-4506-82fb-587100b81d76 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 472/914] 199.204.45.38 () {34 vars in 1049 bytes} [Mon Apr 20 15:10:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3bcaf2623d284cd4b6730bb4815c2819 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/915] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:02 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:02.842 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] OVN reports status down for port: 5f9e52aa-125a-4784-bf19-54ce1fff027d 2026-04-20 15:10:02.873 8 INFO neutron.services.segments.plugin [-] Segment 6d45f7d6-2bef-41cd-8494-31829fef8eb8 resource provider aggregate not found 2026-04-20 15:10:02.877 8 INFO neutron.services.segments.plugin [-] Segment 6d45f7d6-2bef-41cd-8494-31829fef8eb8 resource provider aggregate not found 2026-04-20 15:10:02.894 8 INFO neutron.services.segments.plugin [-] Segment 6d45f7d6-2bef-41cd-8494-31829fef8eb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d45f7d6-2bef-41cd-8494-31829fef8eb8 found for delete ", "request_id": "req-d0080164-7e1a-49a5-bdd0-eb8e77901a37"}]} 2026-04-20 15:10:02.901 8 INFO neutron.services.segments.plugin [-] Segment 6d45f7d6-2bef-41cd-8494-31829fef8eb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d45f7d6-2bef-41cd-8494-31829fef8eb8 found for delete ", "request_id": "req-55109f93-29b6-4b6b-9c1d-27dfcb11a797"}]} 2026-04-20 15:10:02.919 8 INFO neutron.services.segments.plugin [-] Segment 3f0fc1ed-7e19-49c7-8350-9c59c4fd91a5 resource provider aggregate not found 2026-04-20 15:10:02.927 8 INFO neutron.services.segments.plugin [-] Segment 3f0fc1ed-7e19-49c7-8350-9c59c4fd91a5 resource provider aggregate not found 2026-04-20 15:10:02.929 7 INFO neutron.db.ovn_revision_numbers_db [None req-5747623b-3baf-4506-82fb-587100b81d76 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5f9e52aa-125a-4784-bf19-54ce1fff027d (type: ports) to 1 2026-04-20 15:10:02.946 8 INFO neutron.services.segments.plugin [-] Segment 3f0fc1ed-7e19-49c7-8350-9c59c4fd91a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f0fc1ed-7e19-49c7-8350-9c59c4fd91a5 found for delete ", "request_id": "req-cfc003d2-9a33-44bd-85e3-7eb9fb8fd60c"}]} 2026-04-20 15:10:02.952 8 INFO neutron.services.segments.plugin [-] Segment 3f0fc1ed-7e19-49c7-8350-9c59c4fd91a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f0fc1ed-7e19-49c7-8350-9c59c4fd91a5 found for delete ", "request_id": "req-3365fedb-d0d1-4ca0-a3df-cf5976722cb4"}]} 2026-04-20 15:10:02.969 8 INFO neutron.services.segments.plugin [-] Segment d8ffe2f0-21af-4cd0-9475-71f6cb7d6de2 resource provider aggregate not found 2026-04-20 15:10:02.981 8 INFO neutron.services.segments.plugin [-] Segment d8ffe2f0-21af-4cd0-9475-71f6cb7d6de2 resource provider aggregate not found 2026-04-20 15:10:03.008 8 INFO neutron.services.segments.plugin [-] Segment d8ffe2f0-21af-4cd0-9475-71f6cb7d6de2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8ffe2f0-21af-4cd0-9475-71f6cb7d6de2 found for delete ", "request_id": "req-174139a0-a275-4454-829a-c72e741d38b4"}]} 2026-04-20 15:10:03.016 8 INFO neutron.services.segments.plugin [-] Segment d8ffe2f0-21af-4cd0-9475-71f6cb7d6de2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8ffe2f0-21af-4cd0-9475-71f6cb7d6de2 found for delete ", "request_id": "req-20512540-02d7-4d12-94f9-9979075b9dc1"}]} 2026-04-20 15:10:03.032 8 INFO neutron.services.segments.plugin [-] Segment ac1fd39b-84b7-400d-8c45-c8a3033ee646 resource provider aggregate not found 2026-04-20 15:10:03.036 8 INFO neutron.services.segments.plugin [-] Segment ac1fd39b-84b7-400d-8c45-c8a3033ee646 resource provider aggregate not found 2026-04-20 15:10:03.055 8 INFO neutron.services.segments.plugin [-] Segment ac1fd39b-84b7-400d-8c45-c8a3033ee646 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac1fd39b-84b7-400d-8c45-c8a3033ee646 found for delete ", "request_id": "req-ea0a439d-de3a-4b29-bea6-cca7fc847a07"}]} 2026-04-20 15:10:03.064 8 INFO neutron.services.segments.plugin [-] Segment ac1fd39b-84b7-400d-8c45-c8a3033ee646 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac1fd39b-84b7-400d-8c45-c8a3033ee646 found for delete ", "request_id": "req-04f49f4b-fba0-4c22-8667-439b5e9d7eb8"}]} 2026-04-20 15:10:03.151 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-914d017b-a22f-4ba3-9810-e4b4aee15205 req-20180f78-0e36-43cd-8003-44ab98c3a695 ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] No more DHCP agents 2026-04-20 15:10:03.152 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-914d017b-a22f-4ba3-9810-e4b4aee15205 req-20180f78-0e36-43cd-8003-44ab98c3a695 ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] Unable to schedule network 6068c09a-9598-4e02-8bc7-c9efacc9692c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:03.282 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] OVN reports status down for port: 654f8a18-3143-4c28-8955-b81af37e3c92 2026-04-20 15:10:03.318 8 INFO neutron.db.ovn_revision_numbers_db [req-914d017b-a22f-4ba3-9810-e4b4aee15205 req-20180f78-0e36-43cd-8003-44ab98c3a695 ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] Successfully bumped revision number for resource 654f8a18-3143-4c28-8955-b81af37e3c92 (type: ports) to 1 [pid: 8|app: 0|req: 474/916] 199.204.45.38 () {38 vars in 954 bytes} [Mon Apr 20 15:10:02 2026] POST /v2.0/ports => generated 954 bytes in 654 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-20 15:10:03.721 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-ee8380af-feca-4908-b003-fd2be6a58c8c - - - - - -] Schedule LRP lrp-5f9e52aa-125a-4784-bf19-54ce1fff027d on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:10:03.766 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] OVN reports status up for port: 5f9e52aa-125a-4784-bf19-54ce1fff027d 2026-04-20 15:10:03.776 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-351c23f2-9347-4852-a48d-5a73eab65e21 - - - - - -] Router 6110883f-d728-48a4-91dc-1f1d4ee98cfd is bound to host instance 2026-04-20 15:10:03.796 7 INFO neutron.plugins.ml2.plugin [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] Attempt 1 to provision port 5f9e52aa-125a-4784-bf19-54ce1fff027d 2026-04-20 15:10:03.840 7 INFO neutron.db.ovn_revision_numbers_db [None req-5747623b-3baf-4506-82fb-587100b81d76 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5f9e52aa-125a-4784-bf19-54ce1fff027d (type: router_ports) to 1 2026-04-20 15:10:03.871 8 INFO neutron.db.ovn_revision_numbers_db [req-914d017b-a22f-4ba3-9810-e4b4aee15205 req-369ef142-e7e1-4ede-9500-5a97d0fb4978 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 654f8a18-3143-4c28-8955-b81af37e3c92 (type: ports) to 2 2026-04-20 15:10:03.998 7 INFO neutron.db.ovn_revision_numbers_db [None req-5747623b-3baf-4506-82fb-587100b81d76 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6110883f-d728-48a4-91dc-1f1d4ee98cfd (type: routers) to 2 [pid: 7|app: 0|req: 443/917] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:10:02 2026] POST /v2.0/routers => generated 970 bytes in 1944 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:10:04.277 8 INFO neutron.db.ovn_revision_numbers_db [req-914d017b-a22f-4ba3-9810-e4b4aee15205 req-369ef142-e7e1-4ede-9500-5a97d0fb4978 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 654f8a18-3143-4c28-8955-b81af37e3c92 (type: ports) to 4 2026-04-20 15:10:04.336 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a8708cd-9ea3-4625-9aca-f370ec90036e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b13c204f-8cd6-4f20-9dc6-8aa8fa03fee3 (type: security_groups) to 1 [pid: 8|app: 0|req: 475/918] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:10:03 2026] PUT /v2.0/ports/654f8a18-3143-4c28-8955-b81af37e3c92 => generated 1204 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:04.357 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a8708cd-9ea3-4625-9aca-f370ec90036e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 23d61565-edd6-4618-8af4-debfa29b58df (type: security_group_rules) to 0 2026-04-20 15:10:04.379 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a8708cd-9ea3-4625-9aca-f370ec90036e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 848fac1d-edc9-40b8-a238-3eaf50c677ef (type: security_group_rules) to 0 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-20 15:10:04.401 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e96db878-80bf-40a6-8da0-b09be18c3800'] response: {'name': 'network-changed', 'server_uuid': '82b23988-c9c1-45d7-b02d-61cbf6bdb24e', 'tag': '654f8a18-3143-4c28-8955-b81af37e3c92', 'status': 'completed', 'code': 200} 2026-04-20 15:10:04.408 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a8708cd-9ea3-4625-9aca-f370ec90036e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9e58bd57-fe38-4aa6-ac31-0e8f7019b25f (type: security_group_rules) to 0 2026-04-20 15:10:04.428 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a8708cd-9ea3-4625-9aca-f370ec90036e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c5f41a04-6f1c-4dbd-b1b2-6886cecbe76a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 444/919] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:04 2026] GET /v2.0/security-groups?tenant_id=3f72f90effe34a38859e93bc7096d8fb&name=default => generated 2925 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/920] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:04 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:04.619 8 INFO neutron.db.ovn_revision_numbers_db [None req-5511085d-a9b1-4eba-885f-a60f3f2312c9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 1f79167a-7bcf-47f3-ba16-9eea9f403b70 (type: security_groups) to 1 2026-04-20 15:10:04.637 8 INFO neutron.db.ovn_revision_numbers_db [None req-5511085d-a9b1-4eba-885f-a60f3f2312c9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 557d35b8-01a6-4b7c-abf9-12f2077eb8d2 (type: security_group_rules) to 0 2026-04-20 15:10:04.655 8 INFO neutron.db.ovn_revision_numbers_db [None req-5511085d-a9b1-4eba-885f-a60f3f2312c9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6a36668b-6d97-4c1d-8d66-bc6af76668e4 (type: security_group_rules) to 0 2026-04-20 15:10:04.679 8 INFO neutron.db.ovn_revision_numbers_db [None req-5511085d-a9b1-4eba-885f-a60f3f2312c9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 93f5bd0b-7a2f-47c8-b90c-f5cd7b9ce3c9 (type: security_group_rules) to 0 2026-04-20 15:10:04.702 8 INFO neutron.db.ovn_revision_numbers_db [None req-5511085d-a9b1-4eba-885f-a60f3f2312c9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource dc77faf0-cdfe-4ee1-a0ff-8304a3b862a3 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 476/921] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:04 2026] GET /v2.0/security-groups?tenant_id=15e6ab32a5064994a676e6045bdbfa4f&name=default => generated 2925 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:05.015 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ba1c46bc-74bf-4bd8-a416-62ebd9266fae 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:05.016 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ba1c46bc-74bf-4bd8-a416-62ebd9266fae 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network e4e5e559-592c-4439-95dd-075b746a3e48: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:05.167 7 INFO neutron.db.ovn_revision_numbers_db [None req-ba1c46bc-74bf-4bd8-a416-62ebd9266fae 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fbf56ac1-a20e-42cb-b4ca-c46b1ba6b0a9 (type: ports) to 1 2026-04-20 15:10:05.255 8 INFO neutron.db.ovn_revision_numbers_db [None req-577cbb6f-0fc4-40e3-8a48-4d5d5709d55b - - - - - -] Successfully bumped revision number for resource 5f9e52aa-125a-4784-bf19-54ce1fff027d (type: ports) to 4 [pid: 8|app: 0|req: 477/922] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:04 2026] DELETE /v2.0/security-groups/b13c204f-8cd6-4f20-9dc6-8aa8fa03fee3 => generated 0 bytes in 480 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/923] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:05 2026] GET /v2.0/security-groups?id=d08c40a2-ccb3-4c06-ab48-a0bf40da01ea&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/924] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:05 2026] DELETE /v2.0/security-groups/1f79167a-7bcf-47f3-ba16-9eea9f403b70 => generated 0 bytes in 377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/925] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:10:05 2026] GET /v2.0/ports?tenant_id=3bcaf2623d284cd4b6730bb4815c2819&device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 1207 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:05.793 8 INFO neutron.db.ovn_revision_numbers_db [None req-577cbb6f-0fc4-40e3-8a48-4d5d5709d55b - - - - - -] Successfully bumped revision number for resource 5f9e52aa-125a-4784-bf19-54ce1fff027d (type: ports) to 5 [pid: 8|app: 0|req: 481/926] 199.204.45.38 () {34 vars in 1017 bytes} [Mon Apr 20 15:10:05 2026] GET /v2.0/networks?tenant_id=3bcaf2623d284cd4b6730bb4815c2819&shared=False => generated 805 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/927] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:05 2026] GET /v2.0/security-groups?tenant_id=fc4e13bcd03341a8867e5c8e84d8bda6&name=default => generated 2925 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:05.947 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ba1c46bc-74bf-4bd8-a416-62ebd9266fae 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:05.948 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ba1c46bc-74bf-4bd8-a416-62ebd9266fae 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network e4e5e559-592c-4439-95dd-075b746a3e48: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 483/928] 199.204.45.38 () {34 vars in 929 bytes} [Mon Apr 20 15:10:05 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/929] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:06 2026] DELETE /v2.0/security-groups/5f91de20-9ac1-4984-bcca-a45973bc3f1a => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:06.328 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] OVN reports status down for port: fbf56ac1-a20e-42cb-b4ca-c46b1ba6b0a9 [pid: 8|app: 0|req: 485/930] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:06 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:06.424 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:10:06.424 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] OVN reports status up for port: fbf56ac1-a20e-42cb-b4ca-c46b1ba6b0a9 2026-04-20 15:10:06.452 7 INFO neutron.plugins.ml2.plugin [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] Attempt 1 to provision port fbf56ac1-a20e-42cb-b4ca-c46b1ba6b0a9 [pid: 8|app: 0|req: 486/931] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:06 2026] GET /v2.0/security-groups?id=d08c40a2-ccb3-4c06-ab48-a0bf40da01ea&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:06.633 8 INFO neutron.db.ovn_revision_numbers_db [None req-7213630f-88d8-4e8c-adde-32c4ab9f00f6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fd3588aa-e117-4e6c-8b77-8dae169610cd (type: security_groups) to 1 2026-04-20 15:10:06.646 8 INFO neutron.db.ovn_revision_numbers_db [None req-7213630f-88d8-4e8c-adde-32c4ab9f00f6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 329ffb39-497e-42b6-b6ef-48e52254e997 (type: security_group_rules) to 0 2026-04-20 15:10:06.658 8 INFO neutron.db.ovn_revision_numbers_db [None req-7213630f-88d8-4e8c-adde-32c4ab9f00f6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 367a27bd-8c8d-4597-b448-b27657870602 (type: security_group_rules) to 0 2026-04-20 15:10:06.671 8 INFO neutron.db.ovn_revision_numbers_db [None req-7213630f-88d8-4e8c-adde-32c4ab9f00f6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c25525f8-addb-40c3-aacb-66d3101d0532 (type: security_group_rules) to 0 2026-04-20 15:10:06.684 8 INFO neutron.db.ovn_revision_numbers_db [None req-7213630f-88d8-4e8c-adde-32c4ab9f00f6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fdaa1427-6dd8-4450-af27-23a93556a596 (type: security_group_rules) to 0 2026-04-20 15:10:06.697 7 INFO neutron.db.ovn_revision_numbers_db [None req-ba1c46bc-74bf-4bd8-a416-62ebd9266fae 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fbf56ac1-a20e-42cb-b4ca-c46b1ba6b0a9 (type: router_ports) to 1 [pid: 7|app: 0|req: 446/932] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:10:04 2026] PUT /v2.0/routers/6110883f-d728-48a4-91dc-1f1d4ee98cfd/add_router_interface => generated 309 bytes in 2172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/933] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:06 2026] GET /v2.0/security-groups?tenant_id=a90b25e081404a4393ce98bbab40d473&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/934] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:10:07 2026] GET /v2.0/ports?tenant_id=3bcaf2623d284cd4b6730bb4815c2819&device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 1207 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:07.102 7 INFO neutron.db.ovn_revision_numbers_db [None req-42b5ae89-3c68-44ae-99b7-42bfb3a4e1d8 - - - - - -] Successfully bumped revision number for resource fbf56ac1-a20e-42cb-b4ca-c46b1ba6b0a9 (type: ports) to 2 [pid: 8|app: 0|req: 489/935] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:10:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=654f8a18-3143-4c28-8955-b81af37e3c92 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/936] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:06 2026] DELETE /v2.0/security-groups/fd3588aa-e117-4e6c-8b77-8dae169610cd => generated 0 bytes in 443 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/937] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:10:07 2026] GET /v2.0/subnets?id=cff9e4cc-efb5-41d8-8ff5-518c4fdedcb3 => generated 687 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/938] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:10:07 2026] GET /v2.0/ports?network_id=6068c09a-9598-4e02-8bc7-c9efacc9692c&device_owner=network%3Adhcp => 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: 450/939] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:10:07 2026] GET /v2.0/networks/6068c09a-9598-4e02-8bc7-c9efacc9692c?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: 451/940] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:10:07 2026] GET /v2.0/networks/6068c09a-9598-4e02-8bc7-c9efacc9692c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:07.407 8 INFO neutron.db.ovn_revision_numbers_db [None req-e58efa57-5555-42b5-8fdf-2a0020068076 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 70a2472d-dc58-4e61-ab71-1f461cf196a2 (type: security_groups) to 1 2026-04-20 15:10:07.420 8 INFO neutron.db.ovn_revision_numbers_db [None req-e58efa57-5555-42b5-8fdf-2a0020068076 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 383d0efc-556c-4c7f-976d-2f75b31304e9 (type: security_group_rules) to 0 2026-04-20 15:10:07.433 8 INFO neutron.db.ovn_revision_numbers_db [None req-e58efa57-5555-42b5-8fdf-2a0020068076 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3f31a16d-af1e-4270-ae58-2635826b78c5 (type: security_group_rules) to 0 2026-04-20 15:10:07.444 8 INFO neutron.db.ovn_revision_numbers_db [None req-e58efa57-5555-42b5-8fdf-2a0020068076 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5a9949b7-3eb4-46c0-b9ba-50fc66fca032 (type: security_group_rules) to 0 2026-04-20 15:10:07.455 8 INFO neutron.db.ovn_revision_numbers_db [None req-e58efa57-5555-42b5-8fdf-2a0020068076 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 674ed8d1-2812-43ab-81e9-0104de3a22e6 (type: security_group_rules) to 0 2026-04-20 15:10:07.533 8 INFO neutron.db.segments_db [None req-e58efa57-5555-42b5-8fdf-2a0020068076 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Added segment 9a7ff6e9-c614-4848-9a02-51a089f292ef of type geneve for network 3e9d7e20-f656-40a4-804d-b21ba8ae9222 [pid: 7|app: 0|req: 452/941] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:07 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => 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: 453/942] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:07 2026] GET /v2.0/security-groups?id=d08c40a2-ccb3-4c06-ab48-a0bf40da01ea&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:07.694 8 INFO neutron.db.ovn_revision_numbers_db [None req-e58efa57-5555-42b5-8fdf-2a0020068076 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3e9d7e20-f656-40a4-804d-b21ba8ae9222 (type: networks) to 1 [pid: 7|app: 0|req: 454/943] 10.0.0.166 () {34 vars in 982 bytes} [Mon Apr 20 15:10:07 2026] GET /v2.0/networks?id=e4e5e559-592c-4439-95dd-075b746a3e48 => generated 715 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/944] 10.0.0.166 () {34 vars in 965 bytes} [Mon Apr 20 15:10:07 2026] GET /v2.0/quotas/0af4cd9ed3f9438083565372c1a3880a => 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: 456/945] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:10:07 2026] GET /v2.0/ports?tenant_id=0af4cd9ed3f9438083565372c1a3880a&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:07.862 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e58efa57-5555-42b5-8fdf-2a0020068076 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:07.863 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e58efa57-5555-42b5-8fdf-2a0020068076 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3e9d7e20-f656-40a4-804d-b21ba8ae9222: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 457/946] 10.0.0.166 () {34 vars in 1008 bytes} [Mon Apr 20 15:10:07 2026] GET /v2.0/networks/e4e5e559-592c-4439-95dd-075b746a3e48?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:07.959 8 INFO neutron.db.ovn_revision_numbers_db [None req-e58efa57-5555-42b5-8fdf-2a0020068076 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a4421944-3409-48d7-afdf-0cf6e162baa9 (type: ports) to 1 [pid: 7|app: 0|req: 458/947] 10.0.0.166 () {34 vars in 1108 bytes} [Mon Apr 20 15:10:07 2026] GET /v2.0/networks/e4e5e559-592c-4439-95dd-075b746a3e48?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/948] 10.0.0.154 () {34 vars in 671 bytes} [Mon Apr 20 15:10:07 2026] POST /v2.0/networks => generated 763 bytes in 896 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/949] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:08 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:08.171 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a4da9f73-86c8-4fb9-90e9-4156ce25c38a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:08.173 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a4da9f73-86c8-4fb9-90e9-4156ce25c38a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3e9d7e20-f656-40a4-804d-b21ba8ae9222: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:08.621 7 INFO neutron.db.ovn_revision_numbers_db [None req-4d539f75-b032-4700-b805-67ea1b6bc34d - - - - - -] Successfully bumped revision number for resource a4421944-3409-48d7-afdf-0cf6e162baa9 (type: ports) to 2 2026-04-20 15:10:08.642 7 INFO neutron.db.ovn_revision_numbers_db [None req-4d539f75-b032-4700-b805-67ea1b6bc34d - - - - - -] Successfully bumped revision number for resource fdb710e0-d09e-4a74-a831-7672bc7c47e7 (type: subnets) to 0 [pid: 7|app: 0|req: 459/950] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:10:08 2026] POST /v2.0/subnets => generated 688 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/951] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:08 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => 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: 461/952] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:08 2026] GET /v2.0/security-groups?id=d08c40a2-ccb3-4c06-ab48-a0bf40da01ea&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-20 15:10:09.140 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e8035080-6878-4a62-b2aa-c518324756d8 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:09.141 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e8035080-6878-4a62-b2aa-c518324756d8 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 462/953] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:09 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:09.309 8 INFO neutron.db.ovn_revision_numbers_db [None req-e8035080-6878-4a62-b2aa-c518324756d8 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7bca4267-7347-4838-9cdf-fcd24d66d42e (type: ports) to 1 2026-04-20 15:10:09.942 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-68662a2d-903c-427e-8ee5-cc055cd90a31 - - - - - -] Schedule LRP lrp-7bca4267-7347-4838-9cdf-fcd24d66d42e on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 [pid: 7|app: 0|req: 463/954] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:09 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 969 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:10.030 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-577cbb6f-0fc4-40e3-8a48-4d5d5709d55b - - - - - -] Router e1a8d732-4bbb-4212-9d38-ffd84db17030 is bound to host instance [pid: 7|app: 0|req: 464/955] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:10 2026] GET /v2.0/security-groups?id=d08c40a2-ccb3-4c06-ab48-a0bf40da01ea&fields=id&fields=name => generated 113 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:10.127 8 INFO neutron.db.ovn_revision_numbers_db [None req-e8035080-6878-4a62-b2aa-c518324756d8 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7bca4267-7347-4838-9cdf-fcd24d66d42e (type: router_ports) to 1 2026-04-20 15:10:10.301 8 INFO neutron.db.ovn_revision_numbers_db [None req-e8035080-6878-4a62-b2aa-c518324756d8 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e1a8d732-4bbb-4212-9d38-ffd84db17030 (type: routers) to 2 [pid: 7|app: 0|req: 465/956] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:10 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/957] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:10:08 2026] POST /v2.0/routers => generated 966 bytes in 1704 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:10:10.998 8 INFO neutron.db.ovn_revision_numbers_db [None req-48ca26ce-9e50-45bd-97dc-61c90779d48b - - - - - -] Successfully bumped revision number for resource 7bca4267-7347-4838-9cdf-fcd24d66d42e (type: ports) to 4 2026-04-20 15:10:11.025 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8f2c9ddd-4a1d-4fac-8466-29502b673fa2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:11.027 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8f2c9ddd-4a1d-4fac-8466-29502b673fa2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3e9d7e20-f656-40a4-804d-b21ba8ae9222: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:11.210 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f2c9ddd-4a1d-4fac-8466-29502b673fa2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource cc2d7193-92c8-4123-a95a-3329432bcad5 (type: ports) to 1 [pid: 8|app: 0|req: 493/958] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:11 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 969 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/959] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:11 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/960] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:11 2026] GET /v2.0/security-groups?id=d08c40a2-ccb3-4c06-ab48-a0bf40da01ea&fields=id&fields=name => generated 113 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:11.609 8 INFO neutron.db.ovn_revision_numbers_db [None req-48ca26ce-9e50-45bd-97dc-61c90779d48b - - - - - -] Successfully bumped revision number for resource 7bca4267-7347-4838-9cdf-fcd24d66d42e (type: ports) to 5 [pid: 8|app: 0|req: 496/961] 10.0.0.154 () {34 vars in 678 bytes} [Mon Apr 20 15:10:11 2026] POST /v2.0/qos/policies => generated 359 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:10:11.863 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-cace6614-27d6-44b5-820f-c6c3bbe75032 - - - - - -] No hosting information found for port fbf56ac1-a20e-42cb-b4ca-c46b1ba6b0a9: RuntimeError: No hosting information found for port fbf56ac1-a20e-42cb-b4ca-c46b1ba6b0a9 [pid: 8|app: 0|req: 497/962] 10.0.0.154 () {34 vars in 678 bytes} [Mon Apr 20 15:10:11 2026] POST /v2.0/qos/policies => generated 359 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/963] 10.0.0.154 () {34 vars in 678 bytes} [Mon Apr 20 15:10:11 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: 8|app: 0|req: 499/964] 10.0.0.154 () {34 vars in 678 bytes} [Mon Apr 20 15:10:11 2026] POST /v2.0/qos/policies => generated 359 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:10:12.022 7 INFO neutron.db.ovn_revision_numbers_db [None req-cace6614-27d6-44b5-820f-c6c3bbe75032 - - - - - -] Successfully bumped revision number for resource fbf56ac1-a20e-42cb-b4ca-c46b1ba6b0a9 (type: router_ports) to 2 [pid: 8|app: 0|req: 500/965] 10.0.0.154 () {34 vars in 678 bytes} [Mon Apr 20 15:10:11 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) 2026-04-20 15:10:12.080 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cace6614-27d6-44b5-820f-c6c3bbe75032 - - - - - -] OVN reports status down for port: a4421944-3409-48d7-afdf-0cf6e162baa9 2026-04-20 15:10:12.095 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8f2c9ddd-4a1d-4fac-8466-29502b673fa2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:12.097 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8f2c9ddd-4a1d-4fac-8466-29502b673fa2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3e9d7e20-f656-40a4-804d-b21ba8ae9222: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 501/966] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:10:12 2026] PUT /v2.0/policies/e0ae54e4-0b28-4a61-8495-29af4bc792ed/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: 502/967] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:10:12 2026] PUT /v2.0/policies/084d65ca-283f-496b-8fc9-978c02b9f8c0/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:12.208 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cace6614-27d6-44b5-820f-c6c3bbe75032 - - - - - -] OVN reports status down for port: 7bca4267-7347-4838-9cdf-fcd24d66d42e [pid: 8|app: 0|req: 503/968] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:10:12 2026] PUT /v2.0/policies/2b990d10-3420-408c-a5e5-7c8b5826c6d1/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: 504/969] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:10:12 2026] PUT /v2.0/policies/3efe862e-b5b8-4366-ae5e-6776e9f211f6/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/970] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:10:12 2026] GET /v2.0/networks?id=e4e5e559-592c-4439-95dd-075b746a3e48 => generated 715 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:12.720 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-1bad5062-2b96-424f-aecf-b66e78f2b7ac req-a7b85353-9c8c-4f3d-8b32-9651424e27c9 d9d8f1a596d5403db866d0a339c9eb07 0af4cd9ed3f9438083565372c1a3880a - - default default] No more DHCP agents 2026-04-20 15:10:12.722 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-1bad5062-2b96-424f-aecf-b66e78f2b7ac req-a7b85353-9c8c-4f3d-8b32-9651424e27c9 d9d8f1a596d5403db866d0a339c9eb07 0af4cd9ed3f9438083565372c1a3880a - - default default] Unable to schedule network e4e5e559-592c-4439-95dd-075b746a3e48: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:12.764 7 INFO neutron.db.ovn_revision_numbers_db [None req-cace6614-27d6-44b5-820f-c6c3bbe75032 - - - - - -] Successfully bumped revision number for resource 7bca4267-7347-4838-9cdf-fcd24d66d42e (type: ports) to 6 2026-04-20 15:10:12.863 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-874a40c7-1cc2-415c-9739-1371e198182e - - - - - -] OVN reports status down for port: 2565698d-5b71-41d0-bb20-b6ef6da88266 2026-04-20 15:10:12.950 8 INFO neutron.db.ovn_revision_numbers_db [req-1bad5062-2b96-424f-aecf-b66e78f2b7ac req-a7b85353-9c8c-4f3d-8b32-9651424e27c9 d9d8f1a596d5403db866d0a339c9eb07 0af4cd9ed3f9438083565372c1a3880a - - default default] Successfully bumped revision number for resource 2565698d-5b71-41d0-bb20-b6ef6da88266 (type: ports) to 1 2026-04-20 15:10:12.990 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a634a588-2635-4e5a-af8b-ebb36788f474 - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:10:12.990 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a634a588-2635-4e5a-af8b-ebb36788f474 - - - - - -] OVN reports status up for port: 7bca4267-7347-4838-9cdf-fcd24d66d42e 2026-04-20 15:10:13.019 7 INFO neutron.plugins.ml2.plugin [None req-a634a588-2635-4e5a-af8b-ebb36788f474 - - - - - -] Attempt 1 to provision port 7bca4267-7347-4838-9cdf-fcd24d66d42e [pid: 8|app: 0|req: 506/971] 199.204.45.38 () {38 vars in 954 bytes} [Mon Apr 20 15:10:12 2026] POST /v2.0/ports => generated 954 bytes in 586 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-20 15:10:13.041 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f2c9ddd-4a1d-4fac-8466-29502b673fa2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource cc2d7193-92c8-4123-a95a-3329432bcad5 (type: router_ports) to 1 [pid: 7|app: 0|req: 466/972] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:10:10 2026] PUT /v2.0/routers/e1a8d732-4bbb-4212-9d38-ffd84db17030/add_router_interface => generated 309 bytes in 2675 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/973] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:13 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 957 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/974] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:13 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/975] 10.0.0.154 () {32 vars in 674 bytes} [Mon Apr 20 15:10:13 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/976] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:13 2026] GET /v2.0/security-groups?id=36e66fd9-11d8-4dd9-96e1-40a0fdbf055f&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: 8|app: 0|req: 510/977] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:13 2026] GET /v2.0/security-groups?id=d08c40a2-ccb3-4c06-ab48-a0bf40da01ea&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/978] 10.0.0.154 () {32 vars in 688 bytes} [Mon Apr 20 15:10:13 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/979] 10.0.0.154 () {32 vars in 684 bytes} [Mon Apr 20 15:10:13 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/980] 10.0.0.154 () {32 vars in 696 bytes} [Mon Apr 20 15:10:13 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:13.586 7 INFO neutron.db.ovn_revision_numbers_db [None req-a634a588-2635-4e5a-af8b-ebb36788f474 - - - - - -] Successfully bumped revision number for resource 7bca4267-7347-4838-9cdf-fcd24d66d42e (type: ports) to 7 [pid: 8|app: 0|req: 514/981] 10.0.0.154 () {32 vars in 682 bytes} [Mon Apr 20 15:10:13 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/982] 10.0.0.154 () {32 vars in 696 bytes} [Mon Apr 20 15:10:13 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:13.723 7 INFO neutron.db.ovn_revision_numbers_db [req-1bad5062-2b96-424f-aecf-b66e78f2b7ac req-9b6134bf-860f-4b3b-9c5c-ad753bb5391b 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 2565698d-5b71-41d0-bb20-b6ef6da88266 (type: ports) to 2 2026-04-20 15:10:13.757 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1753f8fd-283c-4485-87e0-c33e1c263b53 - - - - - -] OVN reports status up for port: 654f8a18-3143-4c28-8955-b81af37e3c92 2026-04-20 15:10:13.780 7 INFO neutron.plugins.ml2.plugin [None req-1753f8fd-283c-4485-87e0-c33e1c263b53 - - - - - -] Attempt 1 to provision port 654f8a18-3143-4c28-8955-b81af37e3c92 [pid: 8|app: 0|req: 516/983] 10.0.0.154 () {32 vars in 692 bytes} [Mon Apr 20 15:10:13 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/984] 10.0.0.154 () {32 vars in 704 bytes} [Mon Apr 20 15:10:13 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/985] 10.0.0.154 () {32 vars in 734 bytes} [Mon Apr 20 15:10:13 2026] DELETE /v2.0/qos/policies/e0ae54e4-0b28-4a61-8495-29af4bc792ed => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/986] 10.0.0.154 () {32 vars in 734 bytes} [Mon Apr 20 15:10:13 2026] DELETE /v2.0/qos/policies/084d65ca-283f-496b-8fc9-978c02b9f8c0 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:14.009 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd8c2e3f-7726-4cee-a2a6-cb5d4db57de2'] response: {'server_uuid': '82b23988-c9c1-45d7-b02d-61cbf6bdb24e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '654f8a18-3143-4c28-8955-b81af37e3c92', 'code': 200} [pid: 8|app: 0|req: 520/987] 10.0.0.154 () {32 vars in 734 bytes} [Mon Apr 20 15:10:13 2026] DELETE /v2.0/qos/policies/2b990d10-3420-408c-a5e5-7c8b5826c6d1 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/988] 10.0.0.154 () {32 vars in 734 bytes} [Mon Apr 20 15:10:14 2026] DELETE /v2.0/qos/policies/3efe862e-b5b8-4366-ae5e-6776e9f211f6 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:14.155 7 INFO neutron.db.ovn_revision_numbers_db [req-1bad5062-2b96-424f-aecf-b66e78f2b7ac req-9b6134bf-860f-4b3b-9c5c-ad753bb5391b 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 2565698d-5b71-41d0-bb20-b6ef6da88266 (type: ports) to 4 [pid: 8|app: 0|req: 522/989] 10.0.0.154 () {32 vars in 734 bytes} [Mon Apr 20 15:10:14 2026] DELETE /v2.0/qos/policies/f79bf67f-c65f-445e-922f-80c9c6a84e52 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/990] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:10:13 2026] PUT /v2.0/ports/2565698d-5b71-41d0-bb20-b6ef6da88266 => generated 1204 bytes in 1122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:14.252 7 INFO neutron.db.ovn_revision_numbers_db [None req-1753f8fd-283c-4485-87e0-c33e1c263b53 - - - - - -] Successfully bumped revision number for resource 654f8a18-3143-4c28-8955-b81af37e3c92 (type: ports) to 5 2026-04-20 15:10:14.341 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a4bd2bf4-101e-4414-b350-f4f3b38e0403 - - - - - -] OVN reports status down for port: cc2d7193-92c8-4123-a95a-3329432bcad5 [pid: 8|app: 0|req: 523/991] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:14 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:10:14.432 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a4bd2bf4-101e-4414-b350-f4f3b38e0403 - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:10:14.432 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a4bd2bf4-101e-4414-b350-f4f3b38e0403 - - - - - -] OVN reports status up for port: cc2d7193-92c8-4123-a95a-3329432bcad5 [pid: 7|app: 0|req: 469/992] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:14 2026] GET /v2.0/security-groups?id=36e66fd9-11d8-4dd9-96e1-40a0fdbf055f&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/993] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:14 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:14.454 7 INFO neutron.plugins.ml2.plugin [None req-a4bd2bf4-101e-4414-b350-f4f3b38e0403 - - - - - -] Attempt 1 to provision port cc2d7193-92c8-4123-a95a-3329432bcad5 [pid: 7|app: 0|req: 470/994] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:14 2026] GET /v2.0/security-groups?id=d08c40a2-ccb3-4c06-ab48-a0bf40da01ea&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-20 15:10:14.909 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4bd2bf4-101e-4414-b350-f4f3b38e0403 - - - - - -] Successfully bumped revision number for resource cc2d7193-92c8-4123-a95a-3329432bcad5 (type: ports) to 2 [pid: 7|app: 0|req: 471/995] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/ports?tenant_id=0af4cd9ed3f9438083565372c1a3880a&device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 1207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/996] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2565698d-5b71-41d0-bb20-b6ef6da88266 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:15.362 8 INFO neutron.db.ovn_revision_numbers_db [None req-f6165f63-443f-430e-89ca-11e73ef75b2d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 534dff23-88f4-4d23-9c5d-777b5b76a125 (type: security_groups) to 1 [pid: 7|app: 0|req: 473/997] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/subnets?id=e96754f9-c553-41c7-a31c-402b32eb85c5 => generated 695 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:15.375 8 INFO neutron.db.ovn_revision_numbers_db [None req-f6165f63-443f-430e-89ca-11e73ef75b2d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 1034981b-1029-4c96-8ef2-f5548dbe47dc (type: security_group_rules) to 0 2026-04-20 15:10:15.388 8 INFO neutron.db.ovn_revision_numbers_db [None req-f6165f63-443f-430e-89ca-11e73ef75b2d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 22af53b4-94d3-4221-a145-c93ab0d459db (type: security_group_rules) to 0 2026-04-20 15:10:15.400 8 INFO neutron.db.ovn_revision_numbers_db [None req-f6165f63-443f-430e-89ca-11e73ef75b2d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 526fbdcc-8d44-4cf9-be7a-18291354c2ae (type: security_group_rules) to 0 [pid: 7|app: 0|req: 474/998] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/ports?network_id=e4e5e559-592c-4439-95dd-075b746a3e48&device_owner=network%3Adhcp => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:15.411 8 INFO neutron.db.ovn_revision_numbers_db [None req-f6165f63-443f-430e-89ca-11e73ef75b2d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e60365ed-c1f6-48d9-9a3e-4725548674e1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 525/999] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/security-groups?tenant_id=64a8c0d32fc34fcb990dccc58fc98d6b&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: 475/1000] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/networks/e4e5e559-592c-4439-95dd-075b746a3e48?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1001] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/networks/e4e5e559-592c-4439-95dd-075b746a3e48?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1002] 10.0.0.166 () {34 vars in 982 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/networks?id=3e9d7e20-f656-40a4-804d-b21ba8ae9222 => generated 711 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1003] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1004] 10.0.0.166 () {34 vars in 965 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/quotas/0d701b34493548e78bc4a6becde67e66 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1005] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:15 2026] DELETE /v2.0/security-groups/534dff23-88f4-4d23-9c5d-777b5b76a125 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1006] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/security-groups?id=36e66fd9-11d8-4dd9-96e1-40a0fdbf055f&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: 527/1007] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/ports?tenant_id=0d701b34493548e78bc4a6becde67e66&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1008] 10.0.0.166 () {34 vars in 1008 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/networks/3e9d7e20-f656-40a4-804d-b21ba8ae9222?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1009] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1010] 10.0.0.166 () {34 vars in 1108 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/networks/3e9d7e20-f656-40a4-804d-b21ba8ae9222?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1011] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/security-groups?id=d08c40a2-ccb3-4c06-ab48-a0bf40da01ea&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:16.064 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e59e4d5-c6f8-4d69-9860-ca70d070450d'] response: {'name': 'network-changed', 'server_uuid': 'aca5fb18-e50c-4067-b52a-f64633598992', 'tag': '2565698d-5b71-41d0-bb20-b6ef6da88266', 'status': 'completed', 'code': 200} 2026-04-20 15:10:16.064 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e59e4d5-c6f8-4d69-9860-ca70d070450d'] response: {'server_uuid': '82b23988-c9c1-45d7-b02d-61cbf6bdb24e', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '654f8a18-3143-4c28-8955-b81af37e3c92', 'code': 200} 2026-04-20 15:10:16.080 8 INFO neutron.db.ovn_revision_numbers_db [None req-4134e24b-bf67-4754-8093-992ecdfea189 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 58a22afd-ba4e-4951-97e7-c6c7a8064840 (type: security_groups) to 1 2026-04-20 15:10:16.097 8 INFO neutron.db.ovn_revision_numbers_db [None req-4134e24b-bf67-4754-8093-992ecdfea189 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 111048e3-6096-401b-9901-9e049071a56f (type: security_group_rules) to 0 2026-04-20 15:10:16.118 8 INFO neutron.db.ovn_revision_numbers_db [None req-4134e24b-bf67-4754-8093-992ecdfea189 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 1ff5dd23-231d-4671-ad7c-feacede00e90 (type: security_group_rules) to 0 2026-04-20 15:10:16.136 8 INFO neutron.db.ovn_revision_numbers_db [None req-4134e24b-bf67-4754-8093-992ecdfea189 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7728c11f-6ffa-4500-82e5-321c900577d5 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 484/1012] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:16 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:16.178 8 INFO neutron.db.ovn_revision_numbers_db [None req-4134e24b-bf67-4754-8093-992ecdfea189 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b7a49b47-e8cf-488c-b8ee-c83be86fd6a7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 485/1013] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:16 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => 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: 529/1014] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:15 2026] GET /v2.0/security-groups?tenant_id=901403a3051940e88f5320a931910d5a&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1015] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:16 2026] DELETE /v2.0/security-groups/58a22afd-ba4e-4951-97e7-c6c7a8064840 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1018] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:10:16 2026] GET /v2.0/ports?tenant_id=0af4cd9ed3f9438083565372c1a3880a&device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 1207 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1019] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:10:16 2026] GET /v2.0/networks?id=e4e5e559-592c-4439-95dd-075b746a3e48 => generated 814 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:16.748 7 INFO neutron.db.ovn_revision_numbers_db [None req-733cb420-405c-4e49-9a4a-b15a03462d3e ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] Successfully bumped revision number for resource 6f9fa3d1-dcd8-473f-8452-a96cd5cade03 (type: floatingips) to 1 [pid: 8|app: 0|req: 535/1020] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:10:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2565698d-5b71-41d0-bb20-b6ef6da88266 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:16.871 7 INFO neutron.db.ovn_revision_numbers_db [None req-733cb420-405c-4e49-9a4a-b15a03462d3e ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] Successfully bumped revision number for resource 6f9fa3d1-dcd8-473f-8452-a96cd5cade03 (type: floatingips) to 2 2026-04-20 15:10:16.872 7 INFO neutron.db.l3_db [None req-733cb420-405c-4e49-9a4a-b15a03462d3e ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] Floating IP 6f9fa3d1-dcd8-473f-8452-a96cd5cade03 associated. External IP: 10.96.250.201, port: 654f8a18-3143-4c28-8955-b81af37e3c92. [pid: 7|app: 0|req: 486/1021] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:10:16 2026] PUT /v2.0/floatingips/6f9fa3d1-dcd8-473f-8452-a96cd5cade03 => generated 855 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:16.930 8 INFO neutron.db.ovn_revision_numbers_db [None req-15daabf4-7be7-4882-ade9-c7e29aef81e2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f92cb992-5db9-433c-a4b0-dbbbe81f8184 (type: security_groups) to 1 2026-04-20 15:10:16.948 8 INFO neutron.db.ovn_revision_numbers_db [None req-15daabf4-7be7-4882-ade9-c7e29aef81e2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 74756908-111c-4075-ad88-44655af0811c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 487/1022] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:10:16 2026] GET /v2.0/subnets?id=e96754f9-c553-41c7-a31c-402b32eb85c5 => generated 695 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:16.974 8 INFO neutron.db.ovn_revision_numbers_db [None req-15daabf4-7be7-4882-ade9-c7e29aef81e2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 77aa0bd8-472d-41a5-8da5-31471bd3d83e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 488/1023] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:16 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:16.993 8 INFO neutron.db.ovn_revision_numbers_db [None req-15daabf4-7be7-4882-ade9-c7e29aef81e2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9c0a765c-3340-4f53-8df9-a3db1e2e0fbe (type: security_group_rules) to 0 2026-04-20 15:10:17.011 8 INFO neutron.db.ovn_revision_numbers_db [None req-15daabf4-7be7-4882-ade9-c7e29aef81e2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a46b1a79-c93d-45cf-8d55-7e9825029945 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 489/1024] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:10:16 2026] GET /v2.0/ports?network_id=e4e5e559-592c-4439-95dd-075b746a3e48&device_owner=network%3Adhcp => 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: 536/1025] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:16 2026] GET /v2.0/security-groups?tenant_id=03d843a4827f48058b2ee0340c8eff02&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1026] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:17 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1027] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:17 2026] GET /v2.0/security-groups?id=36e66fd9-11d8-4dd9-96e1-40a0fdbf055f&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: 491/1028] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:10:17 2026] GET /v2.0/networks/e4e5e559-592c-4439-95dd-075b746a3e48?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: 492/1029] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:17 2026] GET /v2.0/security-groups?id=d08c40a2-ccb3-4c06-ab48-a0bf40da01ea&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: 493/1030] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:10:17 2026] GET /v2.0/networks/e4e5e559-592c-4439-95dd-075b746a3e48?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1031] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:17 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1032] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:17 2026] DELETE /v2.0/security-groups/f92cb992-5db9-433c-a4b0-dbbbe81f8184 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1033] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:17 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => 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: 539/1034] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:17 2026] GET /v2.0/security-groups?id=d08c40a2-ccb3-4c06-ab48-a0bf40da01ea&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:18.113 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ccb7d376-74d0-4a8b-9f6e-0d834a2b1f5c'] response: {'name': 'network-changed', 'server_uuid': '82b23988-c9c1-45d7-b02d-61cbf6bdb24e', 'tag': '654f8a18-3143-4c28-8955-b81af37e3c92', 'status': 'completed', 'code': 200} 2026-04-20 15:10:18.223 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-874a40c7-1cc2-415c-9739-1371e198182e - - - - - -] OVN reports status up for port: 2565698d-5b71-41d0-bb20-b6ef6da88266 [pid: 7|app: 0|req: 496/1035] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:18 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:18.253 8 INFO neutron.plugins.ml2.plugin [None req-874a40c7-1cc2-415c-9739-1371e198182e - - - - - -] Attempt 1 to provision port 2565698d-5b71-41d0-bb20-b6ef6da88266 [pid: 8|app: 0|req: 540/1036] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:18 2026] GET /v2.0/security-groups?id=36e66fd9-11d8-4dd9-96e1-40a0fdbf055f&fields=id&fields=name => generated 88 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1037] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:18 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:18.469 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5103568-6cb6-4df3-81ce-f78e78950759'] response: {'server_uuid': 'aca5fb18-e50c-4067-b52a-f64633598992', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2565698d-5b71-41d0-bb20-b6ef6da88266', 'code': 200} [pid: 7|app: 0|req: 498/1038] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:10:18 2026] GET /v2.0/ports?tenant_id=3bcaf2623d284cd4b6730bb4815c2819&device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 1209 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:18.711 8 INFO neutron.db.ovn_revision_numbers_db [None req-874a40c7-1cc2-415c-9739-1371e198182e - - - - - -] Successfully bumped revision number for resource 2565698d-5b71-41d0-bb20-b6ef6da88266 (type: ports) to 5 [pid: 8|app: 0|req: 541/1039] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:18 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 971 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1040] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:10:18 2026] GET /v2.0/networks?id=6068c09a-9598-4e02-8bc7-c9efacc9692c => generated 805 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1041] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:10:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=654f8a18-3143-4c28-8955-b81af37e3c92 => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1042] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:18 2026] GET /v2.0/security-groups?id=d08c40a2-ccb3-4c06-ab48-a0bf40da01ea&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1043] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:10:18 2026] GET /v2.0/subnets?id=cff9e4cc-efb5-41d8-8ff5-518c4fdedcb3 => generated 687 bytes in 90 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: 543/1044] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:10:18 2026] GET /v2.0/ports?network_id=6068c09a-9598-4e02-8bc7-c9efacc9692c&device_owner=network%3Adhcp => 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: 502/1045] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:10:18 2026] GET /v2.0/networks/6068c09a-9598-4e02-8bc7-c9efacc9692c?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: 544/1046] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:10:19 2026] GET /v2.0/networks/6068c09a-9598-4e02-8bc7-c9efacc9692c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1047] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:19 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1048] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:19 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => 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: 504/1049] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:19 2026] GET /v2.0/security-groups?id=36e66fd9-11d8-4dd9-96e1-40a0fdbf055f&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1050] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:10:19 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:19.799 7 INFO neutron_taas.services.taas.taas_plugin [req-8a72cc55-d460-4a6c-a1fa-2b349e2ff994 req-910cab9b-738b-49c6-aad0-0fb450ba3ed9 ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] TaaS: Handle Delete Port: 654f8a18-3143-4c28-8955-b81af37e3c92 2026-04-20 15:10:19.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8a72cc55-d460-4a6c-a1fa-2b349e2ff994 req-910cab9b-738b-49c6-aad0-0fb450ba3ed9 ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] Tap Mirror: Handle Delete Port: 654f8a18-3143-4c28-8955-b81af37e3c92 [pid: 8|app: 0|req: 547/1051] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:19 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1052] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:19 2026] GET /v2.0/security-groups?id=d08c40a2-ccb3-4c06-ab48-a0bf40da01ea&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:20.041 7 INFO neutron.db.l3_db [req-8a72cc55-d460-4a6c-a1fa-2b349e2ff994 req-910cab9b-738b-49c6-aad0-0fb450ba3ed9 ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] Floating IP 6f9fa3d1-dcd8-473f-8452-a96cd5cade03 disassociated. External IP: 10.96.250.201, port: 654f8a18-3143-4c28-8955-b81af37e3c92. [pid: 7|app: 0|req: 505/1053] 199.204.45.38 () {36 vars in 996 bytes} [Mon Apr 20 15:10:19 2026] DELETE /v2.0/ports/654f8a18-3143-4c28-8955-b81af37e3c92 => generated 0 bytes in 535 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:10:20.239 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-67ce6019-1cfa-46c5-ab4b-a9eb3f622ddd'] response: {'server_uuid': '82b23988-c9c1-45d7-b02d-61cbf6bdb24e', 'name': 'network-vif-deleted', 'tag': '654f8a18-3143-4c28-8955-b81af37e3c92', 'status': 'completed', 'code': 200} 2026-04-20 15:10:20.529 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4cbf738e-6202-463f-8722-486c155b0f21'] response: {'server_uuid': 'aca5fb18-e50c-4067-b52a-f64633598992', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2565698d-5b71-41d0-bb20-b6ef6da88266', 'code': 200} [pid: 8|app: 0|req: 549/1054] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:10:20 2026] GET /v2.0/networks?id=3e9d7e20-f656-40a4-804d-b21ba8ae9222 => generated 711 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1055] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:20 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:20.621 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-fd9d4f09-469b-446a-b0e1-592bfbd1e4b4 - - - - - -] No hosting information found for port cc2d7193-92c8-4123-a95a-3329432bcad5: RuntimeError: No hosting information found for port cc2d7193-92c8-4123-a95a-3329432bcad5 [pid: 8|app: 0|req: 551/1056] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:20 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 971 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:20.794 7 INFO neutron.db.ovn_revision_numbers_db [None req-fd9d4f09-469b-446a-b0e1-592bfbd1e4b4 - - - - - -] Successfully bumped revision number for resource cc2d7193-92c8-4123-a95a-3329432bcad5 (type: router_ports) to 2 [pid: 8|app: 0|req: 552/1057] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:20 2026] GET /v2.0/security-groups?id=36e66fd9-11d8-4dd9-96e1-40a0fdbf055f&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:20.943 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fd9d4f09-469b-446a-b0e1-592bfbd1e4b4 - - - - - -] OVN reports status down for port: 654f8a18-3143-4c28-8955-b81af37e3c92 [pid: 8|app: 0|req: 553/1058] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:21 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:21.119 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-f28b9400-7cca-474e-a3a4-b05e61ddb8d4 req-36ac7815-e7f2-4384-9977-6b5f0c8fe6fa 1dd24cdd425f4a45839c1d166ce49dc2 0d701b34493548e78bc4a6becde67e66 - - default default] No more DHCP agents 2026-04-20 15:10:21.121 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-f28b9400-7cca-474e-a3a4-b05e61ddb8d4 req-36ac7815-e7f2-4384-9977-6b5f0c8fe6fa 1dd24cdd425f4a45839c1d166ce49dc2 0d701b34493548e78bc4a6becde67e66 - - default default] Unable to schedule network 3e9d7e20-f656-40a4-804d-b21ba8ae9222: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 554/1059] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:21 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1060] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:21 2026] GET /v2.0/security-groups?id=36e66fd9-11d8-4dd9-96e1-40a0fdbf055f&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:21.248 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6828e573-fbdc-456e-8f18-17d89906f676 - - - - - -] OVN reports status down for port: fd62a15f-8611-4157-8650-14b12906d375 2026-04-20 15:10:21.278 7 INFO neutron.db.ovn_revision_numbers_db [req-f28b9400-7cca-474e-a3a4-b05e61ddb8d4 req-36ac7815-e7f2-4384-9977-6b5f0c8fe6fa 1dd24cdd425f4a45839c1d166ce49dc2 0d701b34493548e78bc4a6becde67e66 - - default default] Successfully bumped revision number for resource fd62a15f-8611-4157-8650-14b12906d375 (type: ports) to 1 [pid: 7|app: 0|req: 506/1061] 199.204.45.38 () {38 vars in 954 bytes} [Mon Apr 20 15:10:20 2026] POST /v2.0/ports => generated 954 bytes in 808 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: 507/1062] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:21 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1063] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:21 2026] GET /v2.0/security-groups?id=70a2472d-dc58-4e61-ab71-1f461cf196a2&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:21.855 8 INFO neutron.db.ovn_revision_numbers_db [req-f28b9400-7cca-474e-a3a4-b05e61ddb8d4 req-cd778980-7374-4203-a38f-253a8875be57 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource fd62a15f-8611-4157-8650-14b12906d375 (type: ports) to 2 2026-04-20 15:10:22.123 8 INFO neutron.db.ovn_revision_numbers_db [req-f28b9400-7cca-474e-a3a4-b05e61ddb8d4 req-cd778980-7374-4203-a38f-253a8875be57 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource fd62a15f-8611-4157-8650-14b12906d375 (type: ports) to 4 [pid: 8|app: 0|req: 556/1064] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:10:21 2026] PUT /v2.0/ports/fd62a15f-8611-4157-8650-14b12906d375 => generated 1204 bytes in 774 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:22.171 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6828e573-fbdc-456e-8f18-17d89906f676 - - - - - -] OVN reports status down for port: 2565698d-5b71-41d0-bb20-b6ef6da88266 [pid: 7|app: 0|req: 509/1065] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:22 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 12 bytes in 28 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: 557/1066] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:22 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => 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: 510/1067] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:22 2026] GET /v2.0/security-groups?id=36e66fd9-11d8-4dd9-96e1-40a0fdbf055f&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:22.524 8 INFO neutron.db.ovn_revision_numbers_db [None req-6828e573-fbdc-456e-8f18-17d89906f676 - - - - - -] Successfully bumped revision number for resource 2565698d-5b71-41d0-bb20-b6ef6da88266 (type: ports) to 6 2026-04-20 15:10:22.566 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a061150c-d6ec-4836-a53c-21a0b9de452f'] response: {'name': 'network-changed', 'server_uuid': 'bf265e75-a618-48c9-b654-d725a2952e7c', 'tag': 'fd62a15f-8611-4157-8650-14b12906d375', 'status': 'completed', 'code': 200} 2026-04-20 15:10:22.567 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a061150c-d6ec-4836-a53c-21a0b9de452f'] response: {'server_uuid': 'aca5fb18-e50c-4067-b52a-f64633598992', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2565698d-5b71-41d0-bb20-b6ef6da88266', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:10:22.798 8 INFO neutron.db.ovn_revision_numbers_db [None req-1674883a-b8c5-46f7-987a-977fdc7d2216 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource 9b21a14a-c301-49a5-b9b3-a894015d7fec (type: security_groups) to 1 2026-04-20 15:10:22.812 8 INFO neutron.db.ovn_revision_numbers_db [None req-1674883a-b8c5-46f7-987a-977fdc7d2216 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource 356f5670-6e0b-49f1-9239-5f7b636d0e85 (type: security_group_rules) to 0 2026-04-20 15:10:22.830 8 INFO neutron.db.ovn_revision_numbers_db [None req-1674883a-b8c5-46f7-987a-977fdc7d2216 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource 693d8149-8005-4392-8f3e-7a4322194739 (type: security_group_rules) to 0 2026-04-20 15:10:22.842 8 INFO neutron.db.ovn_revision_numbers_db [None req-1674883a-b8c5-46f7-987a-977fdc7d2216 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource 7e9ea351-6d57-47a5-a692-4f706c170aab (type: security_group_rules) to 0 2026-04-20 15:10:22.860 8 INFO neutron.db.ovn_revision_numbers_db [None req-1674883a-b8c5-46f7-987a-977fdc7d2216 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource d21468c1-0df3-4c11-82dd-639dbdc64833 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 511/1068] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:22 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1069] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:22 2026] GET /v2.0/security-groups?id=70a2472d-dc58-4e61-ab71-1f461cf196a2&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-20 15:10:22.967 8 INFO neutron.db.ovn_revision_numbers_db [None req-1674883a-b8c5-46f7-987a-977fdc7d2216 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource b7723c71-a5ff-4a03-9909-60c87508c162 (type: security_groups) to 1 2026-04-20 15:10:22.980 8 INFO neutron.db.ovn_revision_numbers_db [None req-1674883a-b8c5-46f7-987a-977fdc7d2216 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource ce1dfdb3-bf1e-4c75-b66f-49a3680d3878 (type: security_group_rules) to 0 2026-04-20 15:10:22.996 8 INFO neutron.db.ovn_revision_numbers_db [None req-1674883a-b8c5-46f7-987a-977fdc7d2216 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource d7d372f9-f9ba-4782-86a8-e13ad1e0e3cb (type: security_group_rules) to 0 [pid: 8|app: 0|req: 558/1070] 10.0.0.154 () {34 vars in 684 bytes} [Mon Apr 20 15:10:22 2026] POST /v2.0/security-groups => generated 1601 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1071] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:10:23 2026] GET /v2.0/ports?tenant_id=0d701b34493548e78bc4a6becde67e66&device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 1207 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:23.161 7 INFO neutron.db.ovn_revision_numbers_db [None req-35d10b75-567d-43d5-8091-3a6b5ba7f47d 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource 73ce8d85-7ae1-43ea-8f0f-647547edc4c1 (type: security_groups) to 1 2026-04-20 15:10:23.175 7 INFO neutron.db.ovn_revision_numbers_db [None req-35d10b75-567d-43d5-8091-3a6b5ba7f47d 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource e1e322bf-3e9b-4612-b139-8c1103bc8ca1 (type: security_group_rules) to 0 2026-04-20 15:10:23.187 7 INFO neutron.db.ovn_revision_numbers_db [None req-35d10b75-567d-43d5-8091-3a6b5ba7f47d 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource eba42972-57f1-4fea-bc00-c6a8205e4cd1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 560/1072] 199.204.45.38 () {34 vars in 1017 bytes} [Mon Apr 20 15:10:23 2026] GET /v2.0/networks?tenant_id=0d701b34493548e78bc4a6becde67e66&shared=False => generated 810 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1073] 10.0.0.154 () {34 vars in 684 bytes} [Mon Apr 20 15:10:23 2026] POST /v2.0/security-groups => generated 1601 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1074] 199.204.45.38 () {34 vars in 929 bytes} [Mon Apr 20 15:10:23 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1075] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:23 2026] GET /v2.0/ports?device_id=82b23988-c9c1-45d7-b02d-61cbf6bdb24e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:23.383 7 INFO neutron.db.ovn_revision_numbers_db [None req-b2e3b0c2-f9d9-46b2-bf85-cc74e4c8c3b3 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource 9b166b47-6c58-42ba-b191-a83858f47fc1 (type: security_groups) to 1 2026-04-20 15:10:23.399 7 INFO neutron.db.ovn_revision_numbers_db [None req-b2e3b0c2-f9d9-46b2-bf85-cc74e4c8c3b3 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource 000d8d7e-8d1f-4a93-8e9b-4615f3b7f2a6 (type: security_group_rules) to 0 2026-04-20 15:10:23.414 7 INFO neutron.db.ovn_revision_numbers_db [None req-b2e3b0c2-f9d9-46b2-bf85-cc74e4c8c3b3 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource 2ff6c852-5d6e-44a7-8dd8-da1b64517e50 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 563/1076] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:10:23 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => 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: 514/1077] 10.0.0.154 () {34 vars in 684 bytes} [Mon Apr 20 15:10:23 2026] POST /v2.0/security-groups => generated 1601 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-20 15:10:23.582 7 INFO neutron.db.ovn_revision_numbers_db [None req-fe98b229-0e08-478a-aeb2-ddcb9fb4d71f 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource 2855d32e-49d5-47c3-badc-b3d3187805ad (type: security_groups) to 1 2026-04-20 15:10:23.593 7 INFO neutron.db.ovn_revision_numbers_db [None req-fe98b229-0e08-478a-aeb2-ddcb9fb4d71f 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource 5619b538-f5f7-461b-8c43-9dbfa46d1719 (type: security_group_rules) to 0 2026-04-20 15:10:23.595 8 INFO neutron_taas.services.taas.taas_plugin [req-99500c1b-ce93-4a11-8b7c-47e9bfdbddf8 req-d346f5ac-22f6-472b-8526-0385492bcb05 d9d8f1a596d5403db866d0a339c9eb07 0af4cd9ed3f9438083565372c1a3880a - - default default] TaaS: Handle Delete Port: 2565698d-5b71-41d0-bb20-b6ef6da88266 2026-04-20 15:10:23.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-99500c1b-ce93-4a11-8b7c-47e9bfdbddf8 req-d346f5ac-22f6-472b-8526-0385492bcb05 d9d8f1a596d5403db866d0a339c9eb07 0af4cd9ed3f9438083565372c1a3880a - - default default] Tap Mirror: Handle Delete Port: 2565698d-5b71-41d0-bb20-b6ef6da88266 2026-04-20 15:10:23.603 7 INFO neutron.db.ovn_revision_numbers_db [None req-fe98b229-0e08-478a-aeb2-ddcb9fb4d71f 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource f6a6966e-db95-4b3d-9aa0-c74c3f2405a3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 515/1078] 10.0.0.154 () {34 vars in 684 bytes} [Mon Apr 20 15:10:23 2026] POST /v2.0/security-groups => generated 1601 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1079] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:23 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1080] 199.204.45.38 () {36 vars in 996 bytes} [Mon Apr 20 15:10:23 2026] DELETE /v2.0/ports/2565698d-5b71-41d0-bb20-b6ef6da88266 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1081] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:23 2026] GET /v2.0/security-groups?id=36e66fd9-11d8-4dd9-96e1-40a0fdbf055f&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:23.836 7 INFO neutron.db.ovn_revision_numbers_db [None req-18463a8f-a0b7-4f60-91ef-ead774620038 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource cc8bfeed-1fed-4718-bd2a-23e127e9a324 (type: security_groups) to 1 2026-04-20 15:10:23.850 7 INFO neutron.db.ovn_revision_numbers_db [None req-18463a8f-a0b7-4f60-91ef-ead774620038 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource 98733ab5-67bd-4dd0-9d26-2c2495a6ad34 (type: security_group_rules) to 0 2026-04-20 15:10:23.864 7 INFO neutron.db.ovn_revision_numbers_db [None req-18463a8f-a0b7-4f60-91ef-ead774620038 830e1fe3c0d34e048aa06f717b9ff1cf c13088dd79aa4c6284c8220eb79ef1e3 - - default default] Successfully bumped revision number for resource de9ca42d-60d3-4748-a369-9bcc878f66f3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 517/1082] 10.0.0.154 () {34 vars in 684 bytes} [Mon Apr 20 15:10:23 2026] POST /v2.0/security-groups => generated 1601 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1083] 10.0.0.154 () {34 vars in 767 bytes} [Mon Apr 20 15:10:23 2026] PUT /v2.0/security-groups/b7723c71-a5ff-4a03-9909-60c87508c162/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1084] 10.0.0.154 () {34 vars in 767 bytes} [Mon Apr 20 15:10:23 2026] PUT /v2.0/security-groups/73ce8d85-7ae1-43ea-8f0f-647547edc4c1/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1085] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:23 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1086] 10.0.0.154 () {34 vars in 767 bytes} [Mon Apr 20 15:10:24 2026] PUT /v2.0/security-groups/9b166b47-6c58-42ba-b191-a83858f47fc1/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1087] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/security-groups?id=70a2472d-dc58-4e61-ab71-1f461cf196a2&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1088] 10.0.0.154 () {34 vars in 767 bytes} [Mon Apr 20 15:10:24 2026] PUT /v2.0/security-groups/2855d32e-49d5-47c3-badc-b3d3187805ad/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1089] 10.0.0.154 () {32 vars in 680 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1090] 10.0.0.154 () {32 vars in 694 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1091] 10.0.0.154 () {32 vars in 690 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1092] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/ports?tenant_id=0d701b34493548e78bc4a6becde67e66&device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 1207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1093] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=fd62a15f-8611-4157-8650-14b12906d375 => 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: 571/1094] 10.0.0.154 () {32 vars in 702 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1095] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/subnets?id=fdb710e0-d09e-4a74-a831-7672bc7c47e7 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1096] 10.0.0.154 () {32 vars in 688 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1097] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/ports?network_id=3e9d7e20-f656-40a4-804d-b21ba8ae9222&device_owner=network%3Adhcp => 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: 573/1098] 10.0.0.154 () {32 vars in 702 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1099] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/networks/3e9d7e20-f656-40a4-804d-b21ba8ae9222?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: 574/1100] 10.0.0.154 () {32 vars in 698 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1101] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/networks/3e9d7e20-f656-40a4-804d-b21ba8ae9222?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1102] 10.0.0.154 () {32 vars in 710 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1103] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:24 2026] DELETE /v2.0/security-groups/d08c40a2-ccb3-4c06-ab48-a0bf40da01ea => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:24.565 7 INFO neutron.api.v2.resource [None req-eb5b20f6-4e44-4c1b-9be0-12d8d8c32cfd ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 528/1104] 10.0.0.154 () {32 vars in 737 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/security-groups/d08c40a2-ccb3-4c06-ab48-a0bf40da01ea => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:10:24.608 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7562d0c2-ad4f-46fa-bb77-2f728648e9ad'] response: {'server_uuid': 'aca5fb18-e50c-4067-b52a-f64633598992', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2565698d-5b71-41d0-bb20-b6ef6da88266', 'code': 200} 2026-04-20 15:10:24.608 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7562d0c2-ad4f-46fa-bb77-2f728648e9ad'] response: {'server_uuid': 'aca5fb18-e50c-4067-b52a-f64633598992', 'name': 'network-vif-deleted', 'tag': '2565698d-5b71-41d0-bb20-b6ef6da88266', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 577/1105] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:24 2026] DELETE /v2.0/security-groups/b7723c71-a5ff-4a03-9909-60c87508c162 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:24.693 7 INFO neutron_taas.services.taas.taas_plugin [None req-7d701ae1-08de-4205-a203-53c1f355d833 ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] TaaS: Handle Delete Port: 93af548f-93d4-40d7-ab09-c8926dc8f9f8 2026-04-20 15:10:24.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d701ae1-08de-4205-a203-53c1f355d833 ed7db3e9c53e4fe58df77c967a8e78f8 3bcaf2623d284cd4b6730bb4815c2819 - - default default] Tap Mirror: Handle Delete Port: 93af548f-93d4-40d7-ab09-c8926dc8f9f8 [pid: 8|app: 0|req: 578/1106] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:24 2026] DELETE /v2.0/security-groups/73ce8d85-7ae1-43ea-8f0f-647547edc4c1 => 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: 529/1107] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:10:24 2026] DELETE /v2.0/floatingips/6f9fa3d1-dcd8-473f-8452-a96cd5cade03 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1108] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:24 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => 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: 579/1109] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:24 2026] DELETE /v2.0/security-groups/9b166b47-6c58-42ba-b191-a83858f47fc1 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1110] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:24 2026] DELETE /v2.0/security-groups/2855d32e-49d5-47c3-badc-b3d3187805ad => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:25.152 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c471a33-e858-4efd-82c1-dbac7f748677 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 2354f53b-bd3b-4608-98a1-37b975d23b4e [pid: 8|app: 0|req: 581/1111] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:25 2026] DELETE /v2.0/security-groups/cc8bfeed-1fed-4718-bd2a-23e127e9a324 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:25.155 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c471a33-e858-4efd-82c1-dbac7f748677 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 2354f53b-bd3b-4608-98a1-37b975d23b4e [pid: 8|app: 0|req: 582/1112] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:25 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1113] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:25 2026] GET /v2.0/security-groups?id=70a2472d-dc58-4e61-ab71-1f461cf196a2&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: 531/1114] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:10:24 2026] PUT /v2.0/routers/2cf87a00-d537-4429-b2f2-0f8cdcc0e4bf/remove_router_interface => generated 309 bytes in 910 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: 532/1115] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:25 2026] GET /v2.0/security-groups?tenant_id=c13088dd79aa4c6284c8220eb79ef1e3&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:26.159 8 INFO neutron_taas.services.taas.taas_plugin [None req-44cdd0d9-8a10-4fc0-8d92-2c3a5879c8cb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: de6aa7b5-2501-4137-906b-de12c7d9d315 2026-04-20 15:10:26.162 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44cdd0d9-8a10-4fc0-8d92-2c3a5879c8cb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: de6aa7b5-2501-4137-906b-de12c7d9d315 [pid: 7|app: 0|req: 533/1116] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:26 2026] GET /v2.0/ports?device_id=aca5fb18-e50c-4067-b52a-f64633598992 => 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: 534/1117] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:26 2026] DELETE /v2.0/security-groups/9b21a14a-c301-49a5-b9b3-a894015d7fec => generated 0 bytes in 226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1118] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:26 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1119] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:26 2026] GET /v2.0/security-groups?id=70a2472d-dc58-4e61-ab71-1f461cf196a2&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1120] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:10:25 2026] DELETE /v2.0/routers/2cf87a00-d537-4429-b2f2-0f8cdcc0e4bf => generated 0 bytes in 1265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:27.156 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f254ac3d-eb86-4929-82a9-d5e200103c2c - - - - - -] OVN reports status up for port: fd62a15f-8611-4157-8650-14b12906d375 2026-04-20 15:10:27.185 8 INFO neutron.plugins.ml2.plugin [None req-f254ac3d-eb86-4929-82a9-d5e200103c2c - - - - - -] Attempt 1 to provision port fd62a15f-8611-4157-8650-14b12906d375 2026-04-20 15:10:27.261 7 INFO neutron.db.ovn_revision_numbers_db [None req-812b3fb6-6f68-4d13-8ea9-d34f31035252 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 41711a06-09e1-4071-9aeb-c3712132e5af (type: security_groups) to 1 2026-04-20 15:10:27.280 7 INFO neutron.db.ovn_revision_numbers_db [None req-812b3fb6-6f68-4d13-8ea9-d34f31035252 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 30734695-1d0b-4706-ac5d-29cafb96230a (type: security_group_rules) to 0 2026-04-20 15:10:27.296 7 INFO neutron.db.ovn_revision_numbers_db [None req-812b3fb6-6f68-4d13-8ea9-d34f31035252 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3849e765-b3f4-407d-9406-029908bba58c (type: security_group_rules) to 0 2026-04-20 15:10:27.305 7 INFO neutron.db.ovn_revision_numbers_db [None req-812b3fb6-6f68-4d13-8ea9-d34f31035252 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 59eb2ac1-b10b-4d0d-adf7-a1970e2dcda7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 585/1121] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:10:27 2026] DELETE /v2.0/subnets/cff9e4cc-efb5-41d8-8ff5-518c4fdedcb3 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:10:27.318 7 INFO neutron.db.ovn_revision_numbers_db [None req-812b3fb6-6f68-4d13-8ea9-d34f31035252 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 723d89df-da5a-47e1-91ce-9f43bcece5c9 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 537/1122] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:26 2026] GET /v2.0/security-groups?tenant_id=da69f9094f4e40e199d8d87ca9d49066&name=default => generated 2925 bytes in 848 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:27.396 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c0c429a-40b7-40a6-861a-4e3910879757'] response: {'server_uuid': 'bf265e75-a618-48c9-b654-d725a2952e7c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fd62a15f-8611-4157-8650-14b12906d375', 'code': 200} 2026-04-20 15:10:27.485 7 INFO neutron_taas.services.taas.taas_plugin [None req-765d1177-cd8a-4535-bfb1-2c3e68941d69 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 0dad0729-78f7-4b1d-bb24-9ac2620a7a00 2026-04-20 15:10:27.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-765d1177-cd8a-4535-bfb1-2c3e68941d69 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 0dad0729-78f7-4b1d-bb24-9ac2620a7a00 2026-04-20 15:10:27.610 8 INFO neutron.db.ovn_revision_numbers_db [None req-f254ac3d-eb86-4929-82a9-d5e200103c2c - - - - - -] Successfully bumped revision number for resource fd62a15f-8611-4157-8650-14b12906d375 (type: ports) to 5 2026-04-20 15:10:27.671 7 INFO neutron.services.segments.plugin [-] Segment a0434770-5d86-4fb8-b325-bf684b05b336 resource provider aggregate not found 2026-04-20 15:10:27.680 7 INFO neutron.services.segments.plugin [-] Segment a0434770-5d86-4fb8-b325-bf684b05b336 resource provider aggregate not found 2026-04-20 15:10:27.701 7 INFO neutron.services.segments.plugin [-] Segment a0434770-5d86-4fb8-b325-bf684b05b336 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0434770-5d86-4fb8-b325-bf684b05b336 found for delete ", "request_id": "req-6aeaee0f-9250-4c44-b50e-1e9862c92c98"}]} 2026-04-20 15:10:27.701 7 INFO neutron.services.segments.plugin [-] Segment a0434770-5d86-4fb8-b325-bf684b05b336 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0434770-5d86-4fb8-b325-bf684b05b336 found for delete ", "request_id": "req-ccdc293e-4010-4367-9408-bd8313459000"}]} [pid: 7|app: 0|req: 538/1123] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:10:27 2026] DELETE /v2.0/networks/6068c09a-9598-4e02-8bc7-c9efacc9692c => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:10:27.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-5822fad7-0313-44c5-9290-15f510c0b739 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: fbf56ac1-a20e-42cb-b4ca-c46b1ba6b0a9 2026-04-20 15:10:27.854 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5822fad7-0313-44c5-9290-15f510c0b739 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: fbf56ac1-a20e-42cb-b4ca-c46b1ba6b0a9 [pid: 7|app: 0|req: 539/1124] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:27 2026] DELETE /v2.0/security-groups/41711a06-09e1-4071-9aeb-c3712132e5af => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1125] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:27 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => 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: 541/1126] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:28 2026] GET /v2.0/security-groups?tenant_id=3bcaf2623d284cd4b6730bb4815c2819&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1127] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:28 2026] GET /v2.0/security-groups?id=70a2472d-dc58-4e61-ab71-1f461cf196a2&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1128] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:28 2026] DELETE /v2.0/security-groups/73182e39-3882-4ecf-a6d0-75b754428056 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:28.498 7 INFO neutron.db.ovn_revision_numbers_db [None req-3b9542cd-3501-4328-9c7a-bf277bb15c3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 919b54d6-a3e3-4896-b8ae-6272fcc4358f (type: security_groups) to 1 2026-04-20 15:10:28.515 7 INFO neutron.db.ovn_revision_numbers_db [None req-3b9542cd-3501-4328-9c7a-bf277bb15c3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 15e49470-c9a1-48de-a657-ab43d7139202 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 586/1129] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:10:27 2026] PUT /v2.0/routers/6110883f-d728-48a4-91dc-1f1d4ee98cfd/remove_router_interface => generated 309 bytes in 1206 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-20 15:10:28.534 7 INFO neutron.db.ovn_revision_numbers_db [None req-3b9542cd-3501-4328-9c7a-bf277bb15c3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 1b84907a-e72b-454b-b9fe-43c4cdfa4b01 (type: security_group_rules) to 0 2026-04-20 15:10:28.550 7 INFO neutron.db.ovn_revision_numbers_db [None req-3b9542cd-3501-4328-9c7a-bf277bb15c3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d4f96c43-e9d8-42ac-a121-a9e783dd89af (type: security_group_rules) to 0 2026-04-20 15:10:28.561 7 INFO neutron.db.ovn_revision_numbers_db [None req-3b9542cd-3501-4328-9c7a-bf277bb15c3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f2eb4d31-c1c1-432c-b42f-9188e4dd4e90 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 544/1130] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:28 2026] GET /v2.0/security-groups?tenant_id=d65c0203061f4670a2832d3b2927933a&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1131] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:28 2026] DELETE /v2.0/security-groups/919b54d6-a3e3-4896-b8ae-6272fcc4358f => generated 0 bytes in 226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:28.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-6138d25b-e6e8-4935-9a4f-a3febece5488 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 5f9e52aa-125a-4784-bf19-54ce1fff027d 2026-04-20 15:10:28.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6138d25b-e6e8-4935-9a4f-a3febece5488 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 5f9e52aa-125a-4784-bf19-54ce1fff027d [pid: 7|app: 0|req: 546/1132] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:29 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1133] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:29 2026] GET /v2.0/security-groups?id=70a2472d-dc58-4e61-ab71-1f461cf196a2&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1134] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:10:28 2026] DELETE /v2.0/routers/6110883f-d728-48a4-91dc-1f1d4ee98cfd => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:29.443 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd15f18c-50b9-4bc3-b0a7-55e99079a806'] response: {'server_uuid': 'bf265e75-a618-48c9-b654-d725a2952e7c', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'fd62a15f-8611-4157-8650-14b12906d375', 'code': 200} [pid: 7|app: 0|req: 548/1135] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:10:29 2026] DELETE /v2.0/subnets/e96754f9-c553-41c7-a31c-402b32eb85c5 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:10:29.681 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e3e038c-eb1b-4344-9fec-eb911877a6cd 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: fe7e529c-7cf4-4351-b197-ab171b12d71b 2026-04-20 15:10:29.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e3e038c-eb1b-4344-9fec-eb911877a6cd 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: fe7e529c-7cf4-4351-b197-ab171b12d71b 2026-04-20 15:10:29.878 8 INFO neutron.services.segments.plugin [-] Segment 71884544-2d81-42b5-9fad-bfa8de1631f8 resource provider aggregate not found 2026-04-20 15:10:29.885 8 INFO neutron.services.segments.plugin [-] Segment 71884544-2d81-42b5-9fad-bfa8de1631f8 resource provider aggregate not found 2026-04-20 15:10:29.901 8 INFO neutron.services.segments.plugin [-] Segment 71884544-2d81-42b5-9fad-bfa8de1631f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71884544-2d81-42b5-9fad-bfa8de1631f8 found for delete ", "request_id": "req-7565e4d9-2232-44e6-917d-4da16260e4b5"}]} 2026-04-20 15:10:29.908 8 INFO neutron.services.segments.plugin [-] Segment 71884544-2d81-42b5-9fad-bfa8de1631f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71884544-2d81-42b5-9fad-bfa8de1631f8 found for delete ", "request_id": "req-67883531-e7cd-4c0a-89f7-ed45282e1c28"}]} [pid: 8|app: 0|req: 588/1136] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:10:29 2026] DELETE /v2.0/networks/e4e5e559-592c-4439-95dd-075b746a3e48 => generated 0 bytes in 381 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1137] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:30 2026] GET /v2.0/security-groups?tenant_id=0af4cd9ed3f9438083565372c1a3880a&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: 589/1138] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:30 2026] DELETE /v2.0/security-groups/36e66fd9-11d8-4dd9-96e1-40a0fdbf055f => generated 0 bytes in 217 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:30.768 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff7e59c5-f320-4a9e-83f3-8fd63d6fbde4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 168e1c02-3d8a-46b9-8ac3-8724c14e480a (type: security_groups) to 1 [pid: 8|app: 0|req: 590/1139] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:30 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 971 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:30.783 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff7e59c5-f320-4a9e-83f3-8fd63d6fbde4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 386864aa-2977-4803-bf46-c598e7bbeb0d (type: security_group_rules) to 0 2026-04-20 15:10:30.830 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff7e59c5-f320-4a9e-83f3-8fd63d6fbde4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7c94e144-74b8-462d-a9dc-a33ae31dbfe1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 591/1140] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:30 2026] GET /v2.0/security-groups?id=70a2472d-dc58-4e61-ab71-1f461cf196a2&fields=id&fields=name => generated 88 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:30.851 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff7e59c5-f320-4a9e-83f3-8fd63d6fbde4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c158ee57-b23d-483e-bb2a-6c597aa40266 (type: security_group_rules) to 0 2026-04-20 15:10:30.869 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff7e59c5-f320-4a9e-83f3-8fd63d6fbde4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f70a648b-1a86-41c5-bed0-f1af1183f247 (type: security_group_rules) to 0 2026-04-20 15:10:30.946 7 INFO neutron.db.segments_db [None req-ff7e59c5-f320-4a9e-83f3-8fd63d6fbde4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Added segment d7f595b9-d8d4-4651-9377-3dc69238ab27 of type geneve for network 59456cb8-3964-4faf-9a31-3509d999e12e 2026-04-20 15:10:31.088 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff7e59c5-f320-4a9e-83f3-8fd63d6fbde4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 59456cb8-3964-4faf-9a31-3509d999e12e (type: networks) to 1 2026-04-20 15:10:31.280 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ff7e59c5-f320-4a9e-83f3-8fd63d6fbde4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:31.282 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ff7e59c5-f320-4a9e-83f3-8fd63d6fbde4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 59456cb8-3964-4faf-9a31-3509d999e12e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:31.330 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6766ec6b-1a9e-4d77-8ee2-9affd186e381 - - - - - -] OVN reports status down for port: ee5425d8-7939-45ca-831e-b9eccee1cd7d 2026-04-20 15:10:31.377 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff7e59c5-f320-4a9e-83f3-8fd63d6fbde4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ee5425d8-7939-45ca-831e-b9eccee1cd7d (type: ports) to 1 [pid: 7|app: 0|req: 550/1141] 10.0.0.154 () {34 vars in 671 bytes} [Mon Apr 20 15:10:30 2026] POST /v2.0/networks => generated 766 bytes in 1083 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:10:31.556 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8b986852-256a-4477-9b41-c2a361097b6d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:31.557 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8b986852-256a-4477-9b41-c2a361097b6d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 59456cb8-3964-4faf-9a31-3509d999e12e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:31.653 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6766ec6b-1a9e-4d77-8ee2-9affd186e381 - - - - - -] OVN reports status down for port: fd62a15f-8611-4157-8650-14b12906d375 2026-04-20 15:10:31.919 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-74e78468-676d-403a-b799-5ac3d003d0a6'] response: {'server_uuid': 'bf265e75-a618-48c9-b654-d725a2952e7c', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'fd62a15f-8611-4157-8650-14b12906d375', 'code': 200} [pid: 7|app: 0|req: 553/1144] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:31 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1145] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:32 2026] GET /v2.0/security-groups?id=70a2472d-dc58-4e61-ab71-1f461cf196a2&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:32.182 8 INFO neutron.db.ovn_revision_numbers_db [None req-6766ec6b-1a9e-4d77-8ee2-9affd186e381 - - - - - -] Successfully bumped revision number for resource fd62a15f-8611-4157-8650-14b12906d375 (type: ports) to 6 2026-04-20 15:10:32.375 8 INFO neutron.db.ovn_revision_numbers_db [None req-4a5bfc32-e4da-44a8-a66f-c815b1389f66 - - - - - -] Successfully bumped revision number for resource ee5425d8-7939-45ca-831e-b9eccee1cd7d (type: ports) to 2 2026-04-20 15:10:32.411 8 INFO neutron.db.ovn_revision_numbers_db [None req-4a5bfc32-e4da-44a8-a66f-c815b1389f66 - - - - - -] Successfully bumped revision number for resource 8a31b55d-143b-4c19-a82e-bbef4db9a50f (type: subnets) to 0 [pid: 8|app: 0|req: 592/1146] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:10:31 2026] POST /v2.0/subnets => generated 691 bytes in 1012 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:10:32.860 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-aa4b3bd8-558e-4b8e-a042-01ea242395db 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:32.862 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-aa4b3bd8-558e-4b8e-a042-01ea242395db 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 593/1147] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:10:32 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:32.989 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fd9d4f09-469b-446a-b0e1-592bfbd1e4b4 - - - - - -] OVN reports status down for port: 017c4b0e-350b-4a1d-bf26-917f9ec31bae 2026-04-20 15:10:33.051 7 INFO neutron.db.ovn_revision_numbers_db [None req-aa4b3bd8-558e-4b8e-a042-01ea242395db 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 017c4b0e-350b-4a1d-bf26-917f9ec31bae (type: ports) to 1 2026-04-20 15:10:33.096 8 INFO neutron_taas.services.taas.taas_plugin [req-68841812-8eac-4f45-8c27-92542a2179de req-de4e5ad6-97d8-46c3-be8f-6d0e9536125b 1dd24cdd425f4a45839c1d166ce49dc2 0d701b34493548e78bc4a6becde67e66 - - default default] TaaS: Handle Delete Port: fd62a15f-8611-4157-8650-14b12906d375 2026-04-20 15:10:33.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-68841812-8eac-4f45-8c27-92542a2179de req-de4e5ad6-97d8-46c3-be8f-6d0e9536125b 1dd24cdd425f4a45839c1d166ce49dc2 0d701b34493548e78bc4a6becde67e66 - - default default] Tap Mirror: Handle Delete Port: fd62a15f-8611-4157-8650-14b12906d375 [pid: 8|app: 0|req: 594/1148] 199.204.45.38 () {36 vars in 996 bytes} [Mon Apr 20 15:10:32 2026] DELETE /v2.0/ports/fd62a15f-8611-4157-8650-14b12906d375 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1149] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:33 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:33.671 8 INFO neutron.db.ovn_revision_numbers_db [None req-422e5b6e-1ec1-4ec3-b019-957303742674 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource e0e88983-986f-4ff2-ae4b-a767608e101f (type: security_groups) to 1 2026-04-20 15:10:33.687 8 INFO neutron.db.ovn_revision_numbers_db [None req-422e5b6e-1ec1-4ec3-b019-957303742674 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource 22299cff-740a-40fc-b569-bcff619b4d6e (type: security_group_rules) to 0 2026-04-20 15:10:33.706 8 INFO neutron.db.ovn_revision_numbers_db [None req-422e5b6e-1ec1-4ec3-b019-957303742674 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource 62b5dbf8-59f6-414d-96fc-dd70d8550049 (type: security_group_rules) to 0 2026-04-20 15:10:33.719 8 INFO neutron.db.ovn_revision_numbers_db [None req-422e5b6e-1ec1-4ec3-b019-957303742674 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource 6709439d-2463-4f38-81d3-0d74095df41d (type: security_group_rules) to 0 2026-04-20 15:10:33.733 8 INFO neutron.db.ovn_revision_numbers_db [None req-422e5b6e-1ec1-4ec3-b019-957303742674 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource de7ae8b7-00f3-4eb0-ad81-d6dc921b64da (type: security_group_rules) to 0 2026-04-20 15:10:33.780 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-ee8380af-feca-4908-b003-fd2be6a58c8c - - - - - -] Schedule LRP lrp-017c4b0e-350b-4a1d-bf26-917f9ec31bae on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:10:33.831 8 INFO neutron.db.segments_db [None req-422e5b6e-1ec1-4ec3-b019-957303742674 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Added segment bc36063d-6497-4d67-86b2-9d6eec19ef52 of type geneve for network 911b1939-1f44-4b6e-8e93-3d51d207894c 2026-04-20 15:10:33.837 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fd9d4f09-469b-446a-b0e1-592bfbd1e4b4 - - - - - -] OVN reports status up for port: 017c4b0e-350b-4a1d-bf26-917f9ec31bae 2026-04-20 15:10:33.850 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-48ca26ce-9e50-45bd-97dc-61c90779d48b - - - - - -] Router d013919b-b6c8-4d11-ba75-269802e70dac is bound to host instance 2026-04-20 15:10:33.888 7 INFO neutron.plugins.ml2.plugin [None req-fd9d4f09-469b-446a-b0e1-592bfbd1e4b4 - - - - - -] Attempt 1 to provision port 017c4b0e-350b-4a1d-bf26-917f9ec31bae 2026-04-20 15:10:33.922 7 INFO neutron.db.ovn_revision_numbers_db [None req-aa4b3bd8-558e-4b8e-a042-01ea242395db 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 017c4b0e-350b-4a1d-bf26-917f9ec31bae (type: router_ports) to 1 2026-04-20 15:10:33.981 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0b40918-cba1-4b7f-93ea-1f8b4d2fbb7d'] response: {'server_uuid': 'bf265e75-a618-48c9-b654-d725a2952e7c', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'fd62a15f-8611-4157-8650-14b12906d375', 'code': 200} 2026-04-20 15:10:33.982 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0b40918-cba1-4b7f-93ea-1f8b4d2fbb7d'] response: {'server_uuid': 'bf265e75-a618-48c9-b654-d725a2952e7c', 'name': 'network-vif-deleted', 'tag': 'fd62a15f-8611-4157-8650-14b12906d375', 'status': 'completed', 'code': 200} 2026-04-20 15:10:34.032 8 INFO neutron.db.ovn_revision_numbers_db [None req-422e5b6e-1ec1-4ec3-b019-957303742674 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource 911b1939-1f44-4b6e-8e93-3d51d207894c (type: networks) to 1 2026-04-20 15:10:34.059 7 INFO neutron.db.ovn_revision_numbers_db [None req-aa4b3bd8-558e-4b8e-a042-01ea242395db 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d013919b-b6c8-4d11-ba75-269802e70dac (type: routers) to 2 [pid: 7|app: 0|req: 555/1150] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:10:32 2026] POST /v2.0/routers => generated 969 bytes in 1647 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:10:34.308 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-422e5b6e-1ec1-4ec3-b019-957303742674 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] No more DHCP agents 2026-04-20 15:10:34.316 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-422e5b6e-1ec1-4ec3-b019-957303742674 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Unable to schedule network 911b1939-1f44-4b6e-8e93-3d51d207894c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:34.447 8 INFO neutron.db.ovn_revision_numbers_db [None req-422e5b6e-1ec1-4ec3-b019-957303742674 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource bc51cd1b-e9bc-4886-a0ec-1c2a8c79ec25 (type: ports) to 1 [pid: 8|app: 0|req: 596/1151] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:10:33 2026] POST /v2.0/networks => generated 650 bytes in 1216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:10:34.549 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-958a2238-86f7-4fda-aff3-75a132cdeb13 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:34.550 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-958a2238-86f7-4fda-aff3-75a132cdeb13 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 59456cb8-3964-4faf-9a31-3509d999e12e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:34.712 7 INFO neutron.db.ovn_revision_numbers_db [None req-958a2238-86f7-4fda-aff3-75a132cdeb13 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 79f91604-ca46-439f-85bf-a34c4a3492d7 (type: ports) to 1 [pid: 8|app: 0|req: 597/1152] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:10:34 2026] GET /v2.0/networks => generated 4627 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1153] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:34 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:35.029 8 INFO neutron.db.ovn_revision_numbers_db [None req-02c5d9f0-8f69-400a-80fb-da1afe83577e - - - - - -] Successfully bumped revision number for resource 017c4b0e-350b-4a1d-bf26-917f9ec31bae (type: ports) to 4 2026-04-20 15:10:35.163 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7aa03f0a-6da3-49f8-aaef-f300d96f4e2f e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] No more DHCP agents 2026-04-20 15:10:35.166 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7aa03f0a-6da3-49f8-aaef-f300d96f4e2f e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Unable to schedule network 911b1939-1f44-4b6e-8e93-3d51d207894c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:35.421 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-958a2238-86f7-4fda-aff3-75a132cdeb13 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:10:35.422 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-958a2238-86f7-4fda-aff3-75a132cdeb13 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 59456cb8-3964-4faf-9a31-3509d999e12e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:35.588 8 INFO neutron.db.ovn_revision_numbers_db [None req-02c5d9f0-8f69-400a-80fb-da1afe83577e - - - - - -] Successfully bumped revision number for resource 017c4b0e-350b-4a1d-bf26-917f9ec31bae (type: ports) to 5 2026-04-20 15:10:35.855 8 INFO neutron.db.ovn_revision_numbers_db [None req-54207da9-5071-4fae-be66-013a0435ba12 - - - - - -] Successfully bumped revision number for resource bc51cd1b-e9bc-4886-a0ec-1c2a8c79ec25 (type: ports) to 2 2026-04-20 15:10:35.896 8 INFO neutron.db.ovn_revision_numbers_db [None req-54207da9-5071-4fae-be66-013a0435ba12 - - - - - -] Successfully bumped revision number for resource 1ee3c219-930c-482f-88b2-b0d184e4a401 (type: subnets) to 0 [pid: 8|app: 0|req: 599/1154] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:10:34 2026] POST /v2.0/subnets => generated 626 bytes in 1096 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1155] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:10:35 2026] GET /v2.0/routers => generated 1940 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:36.021 7 INFO neutron.db.ovn_revision_numbers_db [None req-958a2238-86f7-4fda-aff3-75a132cdeb13 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 79f91604-ca46-439f-85bf-a34c4a3492d7 (type: router_ports) to 1 [pid: 7|app: 0|req: 556/1156] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:10:34 2026] PUT /v2.0/routers/d013919b-b6c8-4d11-ba75-269802e70dac/add_router_interface => generated 309 bytes in 1945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1157] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:36 2026] GET /v2.0/ports?device_id=bf265e75-a618-48c9-b654-d725a2952e7c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:36.145 7 INFO neutron.db.segments_db [None req-207b5c33-a8c3-408c-8d40-3b195521b499 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Added segment c1075093-4442-4dba-83de-5bdcabbe671d of type geneve for network e1310bba-50c5-491f-8220-9c5d8ea14782 2026-04-20 15:10:36.271 7 INFO neutron.db.ovn_revision_numbers_db [None req-207b5c33-a8c3-408c-8d40-3b195521b499 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource e1310bba-50c5-491f-8220-9c5d8ea14782 (type: networks) to 1 2026-04-20 15:10:36.315 8 INFO neutron.db.ovn_revision_numbers_db [None req-dc29240d-1df7-4092-9760-ecd5e0a3f825 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 1756eaad-2d10-46d3-94bf-689ef453ba28 (type: security_groups) to 1 2026-04-20 15:10:36.329 8 INFO neutron.db.ovn_revision_numbers_db [None req-dc29240d-1df7-4092-9760-ecd5e0a3f825 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 1034a3d5-5009-4b08-8aff-dfe9fcd9eda0 (type: security_group_rules) to 0 2026-04-20 15:10:36.341 8 INFO neutron.db.ovn_revision_numbers_db [None req-dc29240d-1df7-4092-9760-ecd5e0a3f825 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 19a8ec95-7445-42b6-81df-82ef61913acc (type: security_group_rules) to 0 2026-04-20 15:10:36.353 8 INFO neutron.db.ovn_revision_numbers_db [None req-dc29240d-1df7-4092-9760-ecd5e0a3f825 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 513a5623-edea-4097-b14d-cf7d97093125 (type: security_group_rules) to 0 2026-04-20 15:10:36.366 8 INFO neutron.db.ovn_revision_numbers_db [None req-dc29240d-1df7-4092-9760-ecd5e0a3f825 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fe5662dc-83a9-493f-bd4c-c1b3661d61e8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 601/1158] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:36 2026] GET /v2.0/security-groups?tenant_id=5a09a0e8f748454b9be0b714f2e845c8&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1159] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:10:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:36.443 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-207b5c33-a8c3-408c-8d40-3b195521b499 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] No more DHCP agents 2026-04-20 15:10:36.444 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-207b5c33-a8c3-408c-8d40-3b195521b499 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Unable to schedule network e1310bba-50c5-491f-8220-9c5d8ea14782: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:36.547 7 INFO neutron.db.ovn_revision_numbers_db [None req-207b5c33-a8c3-408c-8d40-3b195521b499 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource 672b9c04-28a4-42d4-9ea0-fc932bac8560 (type: ports) to 1 [pid: 7|app: 0|req: 558/1160] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:10:36 2026] POST /v2.0/networks => generated 651 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1161] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:10:36 2026] GET /v2.0/subnets => generated 3301 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1162] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:36 2026] DELETE /v2.0/security-groups/1756eaad-2d10-46d3-94bf-689ef453ba28 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:36.791 7 INFO neutron.db.ovn_revision_numbers_db [None req-d60aac35-6d40-485b-aaed-20d8b84cf3c8 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] Successfully bumped revision number for resource aa43061e-b964-411a-9c16-69cc0bd1eaa0 (type: security_groups) to 1 2026-04-20 15:10:36.802 7 INFO neutron.db.ovn_revision_numbers_db [None req-d60aac35-6d40-485b-aaed-20d8b84cf3c8 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] Successfully bumped revision number for resource 3a4a5dff-0226-4fc1-bb77-ce844f549814 (type: security_group_rules) to 0 2026-04-20 15:10:36.810 7 INFO neutron.db.ovn_revision_numbers_db [None req-d60aac35-6d40-485b-aaed-20d8b84cf3c8 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] Successfully bumped revision number for resource eecba673-83fb-42cd-a7d7-24d20e7c7412 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 560/1163] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:10:36 2026] POST /v2.0/security-groups => generated 1661 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1164] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:10:36 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:36.879 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0cd21eef-bc81-4fc8-8589-2fc657921db2 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] No more DHCP agents 2026-04-20 15:10:36.881 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0cd21eef-bc81-4fc8-8589-2fc657921db2 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Unable to schedule network e1310bba-50c5-491f-8220-9c5d8ea14782: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:36.981 7 INFO neutron.db.ovn_revision_numbers_db [None req-b64995a5-fadf-4dd9-a469-335b9f0d3aa0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f520767a-b31b-41cc-a31f-23074ca15487 (type: security_groups) to 1 2026-04-20 15:10:36.993 7 INFO neutron.db.ovn_revision_numbers_db [None req-b64995a5-fadf-4dd9-a469-335b9f0d3aa0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 04a41bb7-ab93-47be-b0b4-a67ada070c2c (type: security_group_rules) to 0 2026-04-20 15:10:37.004 7 INFO neutron.db.ovn_revision_numbers_db [None req-b64995a5-fadf-4dd9-a469-335b9f0d3aa0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3b3cc5a7-9df4-4c30-af9f-33a507e04031 (type: security_group_rules) to 0 2026-04-20 15:10:37.014 7 INFO neutron.db.ovn_revision_numbers_db [None req-b64995a5-fadf-4dd9-a469-335b9f0d3aa0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a416a4d6-1033-4e02-9ce6-98560fbb0a71 (type: security_group_rules) to 0 2026-04-20 15:10:37.023 7 INFO neutron.db.ovn_revision_numbers_db [None req-b64995a5-fadf-4dd9-a469-335b9f0d3aa0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d3d1cb90-18be-4f84-a816-dd5189aa5f59 (type: security_group_rules) to 0 2026-04-20 15:10:37.066 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fd9d4f09-469b-446a-b0e1-592bfbd1e4b4 - - - - - -] OVN reports status down for port: bc51cd1b-e9bc-4886-a0ec-1c2a8c79ec25 [pid: 7|app: 0|req: 562/1165] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:36 2026] GET /v2.0/security-groups?tenant_id=5106be21b2be46ad89079c858aef9b3b&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:37.189 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fd9d4f09-469b-446a-b0e1-592bfbd1e4b4 - - - - - -] OVN reports status down for port: 79f91604-ca46-439f-85bf-a34c4a3492d7 2026-04-20 15:10:37.306 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-fd9d4f09-469b-446a-b0e1-592bfbd1e4b4 - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:10:37.308 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fd9d4f09-469b-446a-b0e1-592bfbd1e4b4 - - - - - -] OVN reports status up for port: 79f91604-ca46-439f-85bf-a34c4a3492d7 2026-04-20 15:10:37.327 7 INFO neutron.db.ovn_revision_numbers_db [None req-320bc520-1be6-4a75-877f-292d9041631d 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] Successfully bumped revision number for resource 34da23a3-8fc5-44eb-bff3-dbb322d109cc (type: security_group_rules) to 0 2026-04-20 15:10:37.356 7 INFO neutron.plugins.ml2.plugin [None req-fd9d4f09-469b-446a-b0e1-592bfbd1e4b4 - - - - - -] Attempt 1 to provision port 79f91604-ca46-439f-85bf-a34c4a3492d7 2026-04-20 15:10:37.358 8 INFO neutron.db.ovn_revision_numbers_db [None req-e18b3e29-0fe3-4cc9-9c39-53be0eb2ade3 - - - - - -] Successfully bumped revision number for resource 672b9c04-28a4-42d4-9ea0-fc932bac8560 (type: ports) to 2 2026-04-20 15:10:37.390 8 INFO neutron.db.ovn_revision_numbers_db [None req-e18b3e29-0fe3-4cc9-9c39-53be0eb2ade3 - - - - - -] Successfully bumped revision number for resource 86c28e95-08dd-458c-a1a8-705b007207ab (type: subnets) to 0 [pid: 8|app: 0|req: 604/1166] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:10:36 2026] POST /v2.0/subnets => generated 629 bytes in 725 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1167] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:10:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1168] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:10:37 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:37.517 8 INFO neutron.db.segments_db [None req-3779a110-e296-4229-9c63-7a388c522a26 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Added segment 152bc55b-e942-4d31-bff0-8ef51e460d8d of type geneve for network ce59685a-e02e-4790-9142-aaf66907dcdf 2026-04-20 15:10:37.646 8 INFO neutron.db.ovn_revision_numbers_db [None req-3779a110-e296-4229-9c63-7a388c522a26 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource ce59685a-e02e-4790-9142-aaf66907dcdf (type: networks) to 1 [pid: 7|app: 0|req: 564/1169] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:37 2026] DELETE /v2.0/security-groups/f520767a-b31b-41cc-a31f-23074ca15487 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:37.836 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3779a110-e296-4229-9c63-7a388c522a26 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] No more DHCP agents 2026-04-20 15:10:37.837 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3779a110-e296-4229-9c63-7a388c522a26 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Unable to schedule network ce59685a-e02e-4790-9142-aaf66907dcdf: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:37.929 8 INFO neutron.db.ovn_revision_numbers_db [None req-3779a110-e296-4229-9c63-7a388c522a26 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource f9ee3863-3a3a-420c-9d41-bc53e3d35fe0 (type: ports) to 1 [pid: 8|app: 0|req: 606/1170] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:10:37 2026] POST /v2.0/networks => generated 651 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1171] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:10:37 2026] GET /v2.0/agents => generated 1214 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:38.083 7 INFO neutron.db.ovn_revision_numbers_db [None req-fd9d4f09-469b-446a-b0e1-592bfbd1e4b4 - - - - - -] Successfully bumped revision number for resource 79f91604-ca46-439f-85bf-a34c4a3492d7 (type: ports) to 2 2026-04-20 15:10:38.086 7 INFO neutron.db.ovn_revision_numbers_db [None req-c2579f00-6c04-4512-a672-542551d21c5c 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] Successfully bumped revision number for resource 265bb058-6a8d-4743-b484-b785e7bee050 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 565/1172] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:10:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:10:38.164 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd3eeec8-d2d9-46a0-a75a-ad647004cce9 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] No more DHCP agents 2026-04-20 15:10:38.165 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd3eeec8-d2d9-46a0-a75a-ad647004cce9 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Unable to schedule network ce59685a-e02e-4790-9142-aaf66907dcdf: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 566/1173] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:10:38 2026] GET /v2.0/ports => generated 14607 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-20 15:10:38.523 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7bd72060-24aa-496d-9318-aa5c6b2eaa56 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] No more DHCP agents 2026-04-20 15:10:38.524 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7bd72060-24aa-496d-9318-aa5c6b2eaa56 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:38.632 8 INFO neutron.db.ovn_revision_numbers_db [None req-5606e31a-3a23-4db7-b429-1d03b17e1f71 - - - - - -] Successfully bumped revision number for resource f9ee3863-3a3a-420c-9d41-bc53e3d35fe0 (type: ports) to 2 2026-04-20 15:10:38.660 8 INFO neutron.db.ovn_revision_numbers_db [None req-5606e31a-3a23-4db7-b429-1d03b17e1f71 - - - - - -] Successfully bumped revision number for resource a374bd4f-5dc8-4f36-bba6-902c4406a67b (type: subnets) to 0 [pid: 8|app: 0|req: 608/1174] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:10:37 2026] POST /v2.0/subnets => generated 629 bytes in 707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1175] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:10:38 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1176] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:10:38 2026] GET /v2.0/security-groups => generated 28979 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-20 15:10:38.969 7 INFO neutron.db.segments_db [None req-cbfe4cc7-2d6e-48ce-a653-da73bc96c231 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Added segment 3fb32745-840f-47f3-a8b1-35301ffd4115 of type geneve for network 4e16588b-60cb-41ce-b5da-2769808d5dc4 2026-04-20 15:10:39.012 8 INFO neutron_taas.services.taas.taas_plugin [None req-25fa56c7-9a9d-40c7-9f91-378dff200f5b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: cc2d7193-92c8-4123-a95a-3329432bcad5 2026-04-20 15:10:39.016 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25fa56c7-9a9d-40c7-9f91-378dff200f5b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: cc2d7193-92c8-4123-a95a-3329432bcad5 2026-04-20 15:10:39.068 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbfe4cc7-2d6e-48ce-a653-da73bc96c231 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource 4e16588b-60cb-41ce-b5da-2769808d5dc4 (type: networks) to 1 2026-04-20 15:10:39.217 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cbfe4cc7-2d6e-48ce-a653-da73bc96c231 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] No more DHCP agents 2026-04-20 15:10:39.218 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cbfe4cc7-2d6e-48ce-a653-da73bc96c231 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Unable to schedule network 4e16588b-60cb-41ce-b5da-2769808d5dc4: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:39.318 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbfe4cc7-2d6e-48ce-a653-da73bc96c231 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource dead13d6-2f03-449d-9af6-c140d0752bf2 (type: ports) to 1 [pid: 7|app: 0|req: 569/1177] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:10:38 2026] POST /v2.0/networks => generated 650 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1178] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:10:39 2026] GET /v2.0/subnets => generated 4575 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1179] 10.0.0.166 () {34 vars in 1100 bytes} [Mon Apr 20 15:10:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1347641303&fields=id&tenant_id=d57bd96599724dbc9b54eb1a40f0cc38 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:39.624 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-35a7abab-635d-4746-9179-f353c38bb631 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] No more DHCP agents 2026-04-20 15:10:39.625 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-35a7abab-635d-4746-9179-f353c38bb631 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Unable to schedule network 4e16588b-60cb-41ce-b5da-2769808d5dc4: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 609/1180] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:10:38 2026] PUT /v2.0/routers/e1a8d732-4bbb-4212-9d38-ffd84db17030/remove_router_interface => generated 309 bytes in 1039 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: 610/1181] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:10:39 2026] GET /v2.0/network-ip-availabilities => generated 3715 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1182] 10.0.0.166 () {34 vars in 982 bytes} [Mon Apr 20 15:10:39 2026] GET /v2.0/networks?id=59456cb8-3964-4faf-9a31-3509d999e12e => generated 714 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:40.088 7 INFO neutron.db.ovn_revision_numbers_db [None req-2238be93-1a3c-4eb2-8288-0250b043aa22 - - - - - -] Successfully bumped revision number for resource dead13d6-2f03-449d-9af6-c140d0752bf2 (type: ports) to 2 2026-04-20 15:10:40.112 7 INFO neutron.db.ovn_revision_numbers_db [None req-2238be93-1a3c-4eb2-8288-0250b043aa22 - - - - - -] Successfully bumped revision number for resource af4d52e9-c6ec-4ce3-bc79-71bd4762a9df (type: subnets) to 0 2026-04-20 15:10:40.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-c98e4a27-0e0d-4c90-9192-08af431269d5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 7bca4267-7347-4838-9cdf-fcd24d66d42e 2026-04-20 15:10:40.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c98e4a27-0e0d-4c90-9192-08af431269d5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 7bca4267-7347-4838-9cdf-fcd24d66d42e [pid: 7|app: 0|req: 572/1183] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:10:39 2026] POST /v2.0/subnets => generated 629 bytes in 706 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1184] 10.0.0.166 () {34 vars in 965 bytes} [Mon Apr 20 15:10:40 2026] GET /v2.0/quotas/d57bd96599724dbc9b54eb1a40f0cc38 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:40.241 7 INFO neutron.db.segments_db [None req-f7002f52-3b09-40f6-a455-0ef3e7c2393c e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Added segment 646980e9-154a-4a4f-a2f5-4b05bd62846c of type geneve for network 2067f958-5434-4ebc-9236-a9905e546a6e 2026-04-20 15:10:40.357 7 INFO neutron.db.ovn_revision_numbers_db [None req-f7002f52-3b09-40f6-a455-0ef3e7c2393c e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource 2067f958-5434-4ebc-9236-a9905e546a6e (type: networks) to 1 [pid: 8|app: 0|req: 612/1185] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:10:39 2026] DELETE /v2.0/routers/e1a8d732-4bbb-4212-9d38-ffd84db17030 => generated 0 bytes in 749 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:40.545 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f7002f52-3b09-40f6-a455-0ef3e7c2393c e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] No more DHCP agents 2026-04-20 15:10:40.548 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f7002f52-3b09-40f6-a455-0ef3e7c2393c e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Unable to schedule network 2067f958-5434-4ebc-9236-a9905e546a6e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 613/1186] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:10:40 2026] GET /v2.0/ports?tenant_id=d57bd96599724dbc9b54eb1a40f0cc38&fields=id => generated 103 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:40.656 7 INFO neutron.db.ovn_revision_numbers_db [None req-f7002f52-3b09-40f6-a455-0ef3e7c2393c e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Successfully bumped revision number for resource 495c4ef8-165b-424f-a16b-620a27273aab (type: ports) to 1 [pid: 7|app: 0|req: 574/1187] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:10:40 2026] POST /v2.0/networks => generated 651 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1188] 10.0.0.166 () {34 vars in 1008 bytes} [Mon Apr 20 15:10:40 2026] GET /v2.0/networks/59456cb8-3964-4faf-9a31-3509d999e12e?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: 614/1189] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:10:40 2026] DELETE /v2.0/subnets/fdb710e0-d09e-4a74-a831-7672bc7c47e7 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1190] 10.0.0.166 () {34 vars in 1108 bytes} [Mon Apr 20 15:10:40 2026] GET /v2.0/networks/59456cb8-3964-4faf-9a31-3509d999e12e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:40.987 8 INFO neutron_taas.services.taas.taas_plugin [None req-884603bd-5e28-41c2-86bc-8e96c07b6104 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: a4421944-3409-48d7-afdf-0cf6e162baa9 2026-04-20 15:10:40.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-884603bd-5e28-41c2-86bc-8e96c07b6104 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: a4421944-3409-48d7-afdf-0cf6e162baa9 2026-04-20 15:10:40.993 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-67229123-5f06-4990-bcbe-95fdf7e0761d e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] No more DHCP agents 2026-04-20 15:10:40.995 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-67229123-5f06-4990-bcbe-95fdf7e0761d e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Unable to schedule network 2067f958-5434-4ebc-9236-a9905e546a6e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:41.200 8 INFO neutron.services.segments.plugin [-] Segment 9a7ff6e9-c614-4848-9a02-51a089f292ef resource provider aggregate not found 2026-04-20 15:10:41.206 8 INFO neutron.services.segments.plugin [-] Segment 9a7ff6e9-c614-4848-9a02-51a089f292ef resource provider aggregate not found 2026-04-20 15:10:41.222 8 INFO neutron.services.segments.plugin [-] Segment 9a7ff6e9-c614-4848-9a02-51a089f292ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a7ff6e9-c614-4848-9a02-51a089f292ef found for delete ", "request_id": "req-51282cc1-3a25-4f29-a51d-f921b7edc55a"}]} 2026-04-20 15:10:41.230 8 INFO neutron.services.segments.plugin [-] Segment 9a7ff6e9-c614-4848-9a02-51a089f292ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a7ff6e9-c614-4848-9a02-51a089f292ef found for delete ", "request_id": "req-365e1b36-fa97-4fbc-93b0-8005e0538e61"}]} [pid: 8|app: 0|req: 616/1191] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:10:40 2026] DELETE /v2.0/networks/3e9d7e20-f656-40a4-804d-b21ba8ae9222 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1192] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:41 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:41.461 7 INFO neutron.db.ovn_revision_numbers_db [None req-90aaf97e-90fb-4226-b97d-cb076d7d3ca2 - - - - - -] Successfully bumped revision number for resource 495c4ef8-165b-424f-a16b-620a27273aab (type: ports) to 2 [pid: 8|app: 0|req: 618/1193] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:41 2026] GET /v2.0/security-groups?tenant_id=0d701b34493548e78bc4a6becde67e66&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:41.498 7 INFO neutron.db.ovn_revision_numbers_db [None req-90aaf97e-90fb-4226-b97d-cb076d7d3ca2 - - - - - -] Successfully bumped revision number for resource 4f5ec30a-bf6d-40c4-9d87-394ce01f0d0c (type: subnets) to 0 [pid: 7|app: 0|req: 576/1194] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:10:40 2026] POST /v2.0/subnets => generated 629 bytes in 791 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1195] 10.0.0.154 () {34 vars in 751 bytes} [Mon Apr 20 15:10:41 2026] PUT /v2.0/subnets/1ee3c219-930c-482f-88b2-b0d184e4a401/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1196] 10.0.0.154 () {34 vars in 751 bytes} [Mon Apr 20 15:10:41 2026] PUT /v2.0/subnets/86c28e95-08dd-458c-a1a8-705b007207ab/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1197] 10.0.0.154 () {34 vars in 751 bytes} [Mon Apr 20 15:10:41 2026] PUT /v2.0/subnets/a374bd4f-5dc8-4f36-bba6-902c4406a67b/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1198] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:41 2026] DELETE /v2.0/security-groups/70a2472d-dc58-4e61-ab71-1f461cf196a2 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1199] 10.0.0.154 () {34 vars in 751 bytes} [Mon Apr 20 15:10:41 2026] PUT /v2.0/subnets/af4d52e9-c6ec-4ce3-bc79-71bd4762a9df/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1200] 10.0.0.154 () {32 vars in 664 bytes} [Mon Apr 20 15:10:41 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1201] 10.0.0.154 () {32 vars in 678 bytes} [Mon Apr 20 15:10:41 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1202] 10.0.0.154 () {32 vars in 674 bytes} [Mon Apr 20 15:10:41 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1203] 10.0.0.154 () {32 vars in 686 bytes} [Mon Apr 20 15:10:41 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1204] 10.0.0.154 () {32 vars in 672 bytes} [Mon Apr 20 15:10:41 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1205] 10.0.0.154 () {32 vars in 686 bytes} [Mon Apr 20 15:10:42 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1206] 10.0.0.154 () {32 vars in 682 bytes} [Mon Apr 20 15:10:42 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1207] 10.0.0.154 () {32 vars in 694 bytes} [Mon Apr 20 15:10:42 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1208] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:42 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => 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: 624/1209] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:10:42 2026] DELETE /v2.0/subnets/1ee3c219-930c-482f-88b2-b0d184e4a401 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1210] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:10:42 2026] DELETE /v2.0/subnets/86c28e95-08dd-458c-a1a8-705b007207ab => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:10:42.618 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f804d1d-bdbd-489c-95b1-2f7bad50d460 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c92bff2d-df80-48c4-be24-f002a1b39daf (type: security_groups) to 1 2026-04-20 15:10:42.630 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f804d1d-bdbd-489c-95b1-2f7bad50d460 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 25aaec30-2229-44b0-b1df-64eec45e8f52 (type: security_group_rules) to 0 2026-04-20 15:10:42.644 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f804d1d-bdbd-489c-95b1-2f7bad50d460 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4ed1d20e-a57b-4091-9733-d6cfdb0a5ace (type: security_group_rules) to 0 2026-04-20 15:10:42.659 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f804d1d-bdbd-489c-95b1-2f7bad50d460 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9e87aead-e0e5-4677-a9ed-a3eb63fa6e53 (type: security_group_rules) to 0 2026-04-20 15:10:42.675 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f804d1d-bdbd-489c-95b1-2f7bad50d460 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b4a73c3a-33d9-49f1-8a07-fd64ffd1d7cb (type: security_group_rules) to 0 [pid: 7|app: 0|req: 586/1211] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:42 2026] GET /v2.0/security-groups?tenant_id=c73a2a09a6ff4f7790e22e12de91f495&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1212] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:10:42 2026] DELETE /v2.0/subnets/a374bd4f-5dc8-4f36-bba6-902c4406a67b => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1213] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:10:42 2026] DELETE /v2.0/subnets/af4d52e9-c6ec-4ce3-bc79-71bd4762a9df => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1214] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:42 2026] DELETE /v2.0/security-groups/c92bff2d-df80-48c4-be24-f002a1b39daf => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1215] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:10:42 2026] DELETE /v2.0/subnets/4f5ec30a-bf6d-40c4-9d87-394ce01f0d0c => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:10:43.233 7 INFO neutron.db.ovn_revision_numbers_db [None req-e275bd4d-161c-4326-86fa-87243dc63604 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ec4bf321-6282-4f4a-9917-45d046e3fbf7 (type: security_groups) to 1 2026-04-20 15:10:43.247 7 INFO neutron.db.ovn_revision_numbers_db [None req-e275bd4d-161c-4326-86fa-87243dc63604 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 15999c20-0454-4f45-9fc1-6ea50071195b (type: security_group_rules) to 0 2026-04-20 15:10:43.252 8 INFO neutron_taas.services.taas.taas_plugin [None req-496674a0-472f-4974-96db-206c02ce0c5f e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] TaaS: Handle Delete Port: bc51cd1b-e9bc-4886-a0ec-1c2a8c79ec25 2026-04-20 15:10:43.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-496674a0-472f-4974-96db-206c02ce0c5f e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Tap Mirror: Handle Delete Port: bc51cd1b-e9bc-4886-a0ec-1c2a8c79ec25 2026-04-20 15:10:43.260 7 INFO neutron.db.ovn_revision_numbers_db [None req-e275bd4d-161c-4326-86fa-87243dc63604 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2650cb52-179a-4215-bd22-e8bf919ab65f (type: security_group_rules) to 0 2026-04-20 15:10:43.274 7 INFO neutron.db.ovn_revision_numbers_db [None req-e275bd4d-161c-4326-86fa-87243dc63604 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a8e04e57-5190-4f84-ab66-666937c1330b (type: security_group_rules) to 0 2026-04-20 15:10:43.286 7 INFO neutron.db.ovn_revision_numbers_db [None req-e275bd4d-161c-4326-86fa-87243dc63604 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ec2ac045-14c7-4f4f-a4e4-f157d2060644 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 588/1216] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:43 2026] GET /v2.0/security-groups?tenant_id=b083e033d0ab4951aa43dd69d0dac487&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:43.487 8 INFO neutron.services.segments.plugin [-] Segment bc36063d-6497-4d67-86b2-9d6eec19ef52 resource provider aggregate not found 2026-04-20 15:10:43.499 8 INFO neutron.services.segments.plugin [-] Segment bc36063d-6497-4d67-86b2-9d6eec19ef52 resource provider aggregate not found 2026-04-20 15:10:43.514 8 INFO neutron.services.segments.plugin [-] Segment bc36063d-6497-4d67-86b2-9d6eec19ef52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc36063d-6497-4d67-86b2-9d6eec19ef52 found for delete ", "request_id": "req-6d8024d0-e164-4739-9067-f9ae77558fa1"}]} 2026-04-20 15:10:43.517 8 INFO neutron.services.segments.plugin [-] Segment bc36063d-6497-4d67-86b2-9d6eec19ef52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc36063d-6497-4d67-86b2-9d6eec19ef52 found for delete ", "request_id": "req-ea95b802-cbcd-406d-a488-5eb730990815"}]} [pid: 8|app: 0|req: 629/1217] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:10:43 2026] DELETE /v2.0/networks/911b1939-1f44-4b6e-8e93-3d51d207894c => generated 0 bytes in 448 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1218] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:43 2026] DELETE /v2.0/security-groups/ec4bf321-6282-4f4a-9917-45d046e3fbf7 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1219] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:43 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:43.650 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] No hosting information found for port 79f91604-ca46-439f-85bf-a34c4a3492d7: RuntimeError: No hosting information found for port 79f91604-ca46-439f-85bf-a34c4a3492d7 2026-04-20 15:10:43.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c29ee3f-b84b-4a84-bc21-f4637fdb5f55 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] TaaS: Handle Delete Port: 672b9c04-28a4-42d4-9ea0-fc932bac8560 2026-04-20 15:10:43.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c29ee3f-b84b-4a84-bc21-f4637fdb5f55 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Tap Mirror: Handle Delete Port: 672b9c04-28a4-42d4-9ea0-fc932bac8560 2026-04-20 15:10:43.785 7 INFO neutron.db.ovn_revision_numbers_db [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] Successfully bumped revision number for resource 79f91604-ca46-439f-85bf-a34c4a3492d7 (type: router_ports) to 2 2026-04-20 15:10:43.786 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] OVN reports status down for port: 672b9c04-28a4-42d4-9ea0-fc932bac8560 2026-04-20 15:10:43.865 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] OVN reports status down for port: f9ee3863-3a3a-420c-9d41-bc53e3d35fe0 2026-04-20 15:10:44.033 7 INFO neutron.services.segments.plugin [-] Segment c1075093-4442-4dba-83de-5bdcabbe671d resource provider aggregate not found 2026-04-20 15:10:44.045 7 INFO neutron.services.segments.plugin [-] Segment c1075093-4442-4dba-83de-5bdcabbe671d resource provider aggregate not found 2026-04-20 15:10:44.057 7 INFO neutron.services.segments.plugin [-] Segment c1075093-4442-4dba-83de-5bdcabbe671d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1075093-4442-4dba-83de-5bdcabbe671d found for delete ", "request_id": "req-285ee694-4b47-4ea9-ba25-49d3636586de"}]} 2026-04-20 15:10:44.069 7 INFO neutron.services.segments.plugin [-] Segment c1075093-4442-4dba-83de-5bdcabbe671d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1075093-4442-4dba-83de-5bdcabbe671d found for delete ", "request_id": "req-6ffae59f-586e-4a57-9545-e4f06cd17c23"}]} 2026-04-20 15:10:44.071 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] OVN reports status down for port: dead13d6-2f03-449d-9af6-c140d0752bf2 [pid: 7|app: 0|req: 590/1220] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:10:43 2026] DELETE /v2.0/networks/e1310bba-50c5-491f-8220-9c5d8ea14782 => generated 0 bytes in 572 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:10:44.173 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] OVN reports status down for port: 495c4ef8-165b-424f-a16b-620a27273aab 2026-04-20 15:10:44.251 8 INFO neutron_taas.services.taas.taas_plugin [None req-25119f9d-91f2-4add-80f6-1840703ab425 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] TaaS: Handle Delete Port: f9ee3863-3a3a-420c-9d41-bc53e3d35fe0 2026-04-20 15:10:44.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25119f9d-91f2-4add-80f6-1840703ab425 e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Tap Mirror: Handle Delete Port: f9ee3863-3a3a-420c-9d41-bc53e3d35fe0 [pid: 8|app: 0|req: 631/1221] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:10:44 2026] DELETE /v2.0/networks/ce59685a-e02e-4790-9142-aaf66907dcdf => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:10:44.578 7 INFO neutron_taas.services.taas.taas_plugin [None req-81c51088-9e85-4e43-86bb-d2d633cd791f e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] TaaS: Handle Delete Port: dead13d6-2f03-449d-9af6-c140d0752bf2 2026-04-20 15:10:44.580 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81c51088-9e85-4e43-86bb-d2d633cd791f e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Tap Mirror: Handle Delete Port: dead13d6-2f03-449d-9af6-c140d0752bf2 [pid: 8|app: 0|req: 632/1222] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:44 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => 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: 591/1223] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:10:44 2026] DELETE /v2.0/networks/4e16588b-60cb-41ce-b5da-2769808d5dc4 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:10:44.928 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4107b3f-a21e-4974-ae67-0566bfd60ace e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] TaaS: Handle Delete Port: 495c4ef8-165b-424f-a16b-620a27273aab 2026-04-20 15:10:44.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4107b3f-a21e-4974-ae67-0566bfd60ace e631feaedd2a4759bb46ab77205d4c5b 50bf4ca8a28946819f7ef31173cdd55b - - default default] Tap Mirror: Handle Delete Port: 495c4ef8-165b-424f-a16b-620a27273aab [pid: 8|app: 0|req: 633/1224] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:10:44 2026] DELETE /v2.0/networks/2067f958-5434-4ebc-9236-a9905e546a6e => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1225] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:10:45 2026] GET /v2.0/networks?id=59456cb8-3964-4faf-9a31-3509d999e12e => generated 714 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1226] 199.204.45.38 () {34 vars in 1049 bytes} [Mon Apr 20 15:10:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d57bd96599724dbc9b54eb1a40f0cc38 => generated 181 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:45.534 8 INFO neutron.services.segments.plugin [-] Segment 152bc55b-e942-4d31-bff0-8ef51e460d8d resource provider aggregate not found 2026-04-20 15:10:45.537 8 INFO neutron.services.segments.plugin [-] Segment 152bc55b-e942-4d31-bff0-8ef51e460d8d resource provider aggregate not found 2026-04-20 15:10:45.554 8 INFO neutron.services.segments.plugin [-] Segment 152bc55b-e942-4d31-bff0-8ef51e460d8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 152bc55b-e942-4d31-bff0-8ef51e460d8d found for delete ", "request_id": "req-0f6af845-4f57-4d15-b58c-8e84f436c9b9"}]} 2026-04-20 15:10:45.557 8 INFO neutron.services.segments.plugin [-] Segment 152bc55b-e942-4d31-bff0-8ef51e460d8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 152bc55b-e942-4d31-bff0-8ef51e460d8d found for delete ", "request_id": "req-c5387cd6-c22c-495b-b04b-4c23f5383ec4"}]} 2026-04-20 15:10:45.570 8 INFO neutron.services.segments.plugin [-] Segment 646980e9-154a-4a4f-a2f5-4b05bd62846c resource provider aggregate not found 2026-04-20 15:10:45.577 8 INFO neutron.services.segments.plugin [-] Segment 646980e9-154a-4a4f-a2f5-4b05bd62846c resource provider aggregate not found 2026-04-20 15:10:45.583 8 INFO neutron.services.segments.plugin [-] Segment 646980e9-154a-4a4f-a2f5-4b05bd62846c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 646980e9-154a-4a4f-a2f5-4b05bd62846c found for delete ", "request_id": "req-9e8d668d-1d00-4f3e-bf1c-31a8e71eb073"}]} 2026-04-20 15:10:45.589 8 INFO neutron.services.segments.plugin [-] Segment 646980e9-154a-4a4f-a2f5-4b05bd62846c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 646980e9-154a-4a4f-a2f5-4b05bd62846c found for delete ", "request_id": "req-1d45d289-b092-4840-b588-1e4fdb848f47"}]} 2026-04-20 15:10:45.621 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-f9c2c67e-5147-43df-967f-8989cf0a3d2d req-8d2ad233-a9c1-48e5-a478-2b89d2910ac7 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] No more DHCP agents 2026-04-20 15:10:45.621 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-f9c2c67e-5147-43df-967f-8989cf0a3d2d req-8d2ad233-a9c1-48e5-a478-2b89d2910ac7 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] Unable to schedule network 59456cb8-3964-4faf-9a31-3509d999e12e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:45.791 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5f5634c1-e43d-4276-9d0c-49dc4b38b4c0 - - - - - -] OVN reports status down for port: 4c9c1feb-238a-44c7-b61f-398175f5b678 2026-04-20 15:10:45.822 7 INFO neutron.db.ovn_revision_numbers_db [req-f9c2c67e-5147-43df-967f-8989cf0a3d2d req-8d2ad233-a9c1-48e5-a478-2b89d2910ac7 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] Successfully bumped revision number for resource 4c9c1feb-238a-44c7-b61f-398175f5b678 (type: ports) to 1 [pid: 7|app: 0|req: 593/1227] 199.204.45.38 () {38 vars in 954 bytes} [Mon Apr 20 15:10:45 2026] POST /v2.0/ports => generated 954 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 635/1228] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:45 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 957 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:46.079 7 INFO neutron.services.segments.plugin [-] Segment 3fb32745-840f-47f3-a8b1-35301ffd4115 resource provider aggregate not found 2026-04-20 15:10:46.093 7 INFO neutron.services.segments.plugin [-] Segment 3fb32745-840f-47f3-a8b1-35301ffd4115 resource provider aggregate not found 2026-04-20 15:10:46.101 7 INFO neutron.services.segments.plugin [-] Segment 3fb32745-840f-47f3-a8b1-35301ffd4115 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fb32745-840f-47f3-a8b1-35301ffd4115 found for delete ", "request_id": "req-8ad5c824-6441-4468-95f7-4058b7e1fa9e"}]} 2026-04-20 15:10:46.124 7 INFO neutron.services.segments.plugin [-] Segment 3fb32745-840f-47f3-a8b1-35301ffd4115 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fb32745-840f-47f3-a8b1-35301ffd4115 found for delete ", "request_id": "req-45145823-ce14-4704-9d2c-729c0f7228ef"}]} 2026-04-20 15:10:46.203 8 INFO neutron.db.ovn_revision_numbers_db [None req-db893249-4690-4e39-ab62-c5a060c30a3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3109cd6a-aa50-4943-8b24-375108820c33 (type: security_groups) to 1 2026-04-20 15:10:46.221 8 INFO neutron.db.ovn_revision_numbers_db [None req-db893249-4690-4e39-ab62-c5a060c30a3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6ac63c79-bdad-4998-abee-0192d6e5110a (type: security_group_rules) to 0 2026-04-20 15:10:46.232 8 INFO neutron.db.ovn_revision_numbers_db [None req-db893249-4690-4e39-ab62-c5a060c30a3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a8110036-6e67-4982-846d-d7f7f92b9e0e (type: security_group_rules) to 0 2026-04-20 15:10:46.242 8 INFO neutron.db.ovn_revision_numbers_db [None req-db893249-4690-4e39-ab62-c5a060c30a3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ae0972da-304c-4662-9d98-955d4c0ab120 (type: security_group_rules) to 0 2026-04-20 15:10:46.266 8 INFO neutron.db.ovn_revision_numbers_db [None req-db893249-4690-4e39-ab62-c5a060c30a3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c3cecc14-213f-406e-8e7a-edb6a19189e1 (type: security_group_rules) to 0 2026-04-20 15:10:46.284 7 INFO neutron.db.ovn_revision_numbers_db [req-f9c2c67e-5147-43df-967f-8989cf0a3d2d req-d3c105c8-d579-4089-917c-6cac221ec29f 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 4c9c1feb-238a-44c7-b61f-398175f5b678 (type: ports) to 2 [pid: 8|app: 0|req: 636/1229] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:45 2026] GET /v2.0/security-groups?tenant_id=6df4c2836ce8403a939c07fdaccac841&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1230] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:46 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:46.522 8 INFO neutron.db.ovn_revision_numbers_db [None req-33f047cc-314c-4882-8b39-1bb6c3c90af9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 216a5359-2f94-4c48-bbd6-33a34b968bcf (type: security_groups) to 1 2026-04-20 15:10:46.522 7 INFO neutron.db.ovn_revision_numbers_db [req-f9c2c67e-5147-43df-967f-8989cf0a3d2d req-d3c105c8-d579-4089-917c-6cac221ec29f 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 4c9c1feb-238a-44c7-b61f-398175f5b678 (type: ports) to 4 [pid: 7|app: 0|req: 594/1231] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:10:45 2026] PUT /v2.0/ports/4c9c1feb-238a-44c7-b61f-398175f5b678 => generated 1204 bytes in 658 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:46.551 8 INFO neutron.db.ovn_revision_numbers_db [None req-33f047cc-314c-4882-8b39-1bb6c3c90af9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4a0cba4d-d5c7-4361-a226-7a987c29720b (type: security_group_rules) to 0 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-20 15:10:46.587 8 INFO neutron.db.ovn_revision_numbers_db [None req-33f047cc-314c-4882-8b39-1bb6c3c90af9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7877e2d5-5075-41aa-a266-f44405f46b52 (type: security_group_rules) to 0 2026-04-20 15:10:46.597 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-233fe930-3ba5-42f4-a7bf-67513e8884f5'] response: {'name': 'network-changed', 'server_uuid': '40fa09f1-2b9b-44f6-810f-586b372e3ed6', 'tag': '4c9c1feb-238a-44c7-b61f-398175f5b678', 'status': 'completed', 'code': 200} 2026-04-20 15:10:46.641 8 INFO neutron.db.ovn_revision_numbers_db [None req-33f047cc-314c-4882-8b39-1bb6c3c90af9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7d7faafe-8915-4006-b46a-879ea97841bd (type: security_group_rules) to 0 2026-04-20 15:10:46.654 8 INFO neutron.db.ovn_revision_numbers_db [None req-33f047cc-314c-4882-8b39-1bb6c3c90af9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource beefed4a-d821-43c4-8601-8371aa581938 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 638/1232] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:46 2026] GET /v2.0/security-groups?tenant_id=0555b85025e34a138aff7b02b9123899&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1235] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:46 2026] DELETE /v2.0/security-groups/3109cd6a-aa50-4943-8b24-375108820c33 => 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: 641/1236] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:46 2026] DELETE /v2.0/security-groups/216a5359-2f94-4c48-bbd6-33a34b968bcf => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:47.027 7 INFO neutron.db.ovn_revision_numbers_db [None req-24352c0d-d09d-472f-9744-203b54c9c569 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 0d7e6ec3-2255-4e39-b9e7-c6ba17215b5f (type: security_groups) to 1 2026-04-20 15:10:47.042 7 INFO neutron.db.ovn_revision_numbers_db [None req-24352c0d-d09d-472f-9744-203b54c9c569 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 363c9f94-dd71-47e8-9913-505be2aa4f96 (type: security_group_rules) to 0 2026-04-20 15:10:47.061 7 INFO neutron.db.ovn_revision_numbers_db [None req-24352c0d-d09d-472f-9744-203b54c9c569 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5580d511-8a45-4014-94b8-078b31abb5e9 (type: security_group_rules) to 0 2026-04-20 15:10:47.073 7 INFO neutron.db.ovn_revision_numbers_db [None req-24352c0d-d09d-472f-9744-203b54c9c569 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6d2fc930-8b71-4af4-9a0b-62209a8627f2 (type: security_group_rules) to 0 2026-04-20 15:10:47.087 7 INFO neutron.db.ovn_revision_numbers_db [None req-24352c0d-d09d-472f-9744-203b54c9c569 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c1ccbf01-6ceb-4a1f-bacd-e34970b5a65e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 596/1237] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:46 2026] GET /v2.0/security-groups?tenant_id=a230c0ad6c70458b9c053b41be8d95d4&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1238] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:10:47 2026] GET /v2.0/ports?tenant_id=d57bd96599724dbc9b54eb1a40f0cc38&device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 1207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1239] 199.204.45.38 () {34 vars in 1017 bytes} [Mon Apr 20 15:10:47 2026] GET /v2.0/networks?tenant_id=d57bd96599724dbc9b54eb1a40f0cc38&shared=False => generated 813 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1240] 199.204.45.38 () {34 vars in 929 bytes} [Mon Apr 20 15:10:47 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1241] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:47 2026] DELETE /v2.0/security-groups/0d7e6ec3-2255-4e39-b9e7-c6ba17215b5f => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1242] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:47 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1243] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:47 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1244] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:47 2026] GET /v2.0/security-groups?tenant_id=50bf4ca8a28946819f7ef31173cdd55b&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1245] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:47 2026] DELETE /v2.0/security-groups/e0e88983-986f-4ff2-ae4b-a767608e101f => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1246] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:10:48 2026] GET /v2.0/ports?tenant_id=d57bd96599724dbc9b54eb1a40f0cc38&device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 1207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1247] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:10:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=4c9c1feb-238a-44c7-b61f-398175f5b678 => 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: 648/1248] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:10:48 2026] GET /v2.0/subnets?id=8a31b55d-143b-4c19-a82e-bbef4db9a50f => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1249] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:10:48 2026] GET /v2.0/ports?network_id=59456cb8-3964-4faf-9a31-3509d999e12e&device_owner=network%3Adhcp => 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: 649/1250] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:10:48 2026] GET /v2.0/networks/59456cb8-3964-4faf-9a31-3509d999e12e?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: 602/1251] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:10:48 2026] GET /v2.0/networks/59456cb8-3964-4faf-9a31-3509d999e12e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1252] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:48 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1253] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:48 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:49.224 8 INFO neutron.db.ovn_revision_numbers_db [None req-d61ada84-9e40-4630-8322-35804945b1d0 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource 3f1c0038-3f5d-4f5b-9b33-0d34f55f8138 (type: security_groups) to 1 2026-04-20 15:10:49.243 8 INFO neutron.db.ovn_revision_numbers_db [None req-d61ada84-9e40-4630-8322-35804945b1d0 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource 15cbfe0f-1907-4e9f-beb7-9ca5a1fa3216 (type: security_group_rules) to 0 2026-04-20 15:10:49.258 8 INFO neutron.db.ovn_revision_numbers_db [None req-d61ada84-9e40-4630-8322-35804945b1d0 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource 956512f2-ccd3-4f16-8a2f-cb0aac830f48 (type: security_group_rules) to 0 2026-04-20 15:10:49.270 8 INFO neutron.db.ovn_revision_numbers_db [None req-d61ada84-9e40-4630-8322-35804945b1d0 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource de2af55f-0a8f-4c5f-8476-7828873576de (type: security_group_rules) to 0 2026-04-20 15:10:49.284 8 INFO neutron.db.ovn_revision_numbers_db [None req-d61ada84-9e40-4630-8322-35804945b1d0 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource f2588466-c886-4b73-8e18-5ddf2e1ce0d8 (type: security_group_rules) to 0 2026-04-20 15:10:49.369 8 INFO neutron.db.segments_db [None req-d61ada84-9e40-4630-8322-35804945b1d0 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Added segment 22b7a64b-5649-47e9-9f1f-843394ac844b of type geneve for network cd0f5c00-14f3-4128-8e13-c8c54877213e 2026-04-20 15:10:49.482 8 INFO neutron.db.ovn_revision_numbers_db [None req-d61ada84-9e40-4630-8322-35804945b1d0 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource cd0f5c00-14f3-4128-8e13-c8c54877213e (type: networks) to 1 2026-04-20 15:10:49.651 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d61ada84-9e40-4630-8322-35804945b1d0 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] No more DHCP agents 2026-04-20 15:10:49.653 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d61ada84-9e40-4630-8322-35804945b1d0 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Unable to schedule network cd0f5c00-14f3-4128-8e13-c8c54877213e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:49.712 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5f5634c1-e43d-4276-9d0c-49dc4b38b4c0 - - - - - -] OVN reports status down for port: 43988fc1-8876-4194-987f-5918f537c285 [pid: 7|app: 0|req: 604/1254] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:49 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:49.787 8 INFO neutron.db.ovn_revision_numbers_db [None req-d61ada84-9e40-4630-8322-35804945b1d0 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource 43988fc1-8876-4194-987f-5918f537c285 (type: ports) to 1 [pid: 7|app: 0|req: 605/1255] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:49 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&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: 651/1256] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:10:48 2026] POST /v2.0/networks => generated 668 bytes in 978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:10:50.070 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7f5d3176-f090-4926-b5b8-9b4d1efd797f 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] No more DHCP agents 2026-04-20 15:10:50.072 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7f5d3176-f090-4926-b5b8-9b4d1efd797f 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Unable to schedule network cd0f5c00-14f3-4128-8e13-c8c54877213e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:50.095 7 INFO neutron.db.ovn_revision_numbers_db [None req-7f5d3176-f090-4926-b5b8-9b4d1efd797f 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource b53bfd8d-a79e-4650-8b62-dde9ed0ae828 (type: subnets) to 0 [pid: 7|app: 0|req: 606/1257] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:10:49 2026] POST /v2.0/subnets => generated 627 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:10:50.521 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-17bf62be-5422-4d83-b323-c272ceef25b2 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] No more DHCP agents 2026-04-20 15:10:50.522 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-17bf62be-5422-4d83-b323-c272ceef25b2 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:50.627 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] OVN reports status down for port: 0cfab708-9726-4705-99eb-a7752e656924 2026-04-20 15:10:50.643 8 INFO neutron.db.ovn_revision_numbers_db [None req-17bf62be-5422-4d83-b323-c272ceef25b2 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource 0cfab708-9726-4705-99eb-a7752e656924 (type: ports) to 1 [pid: 7|app: 0|req: 607/1258] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:50 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 969 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1259] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:50 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:51.168 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5f5634c1-e43d-4276-9d0c-49dc4b38b4c0 - - - - - -] OVN reports status up for port: 4c9c1feb-238a-44c7-b61f-398175f5b678 2026-04-20 15:10:51.196 8 INFO neutron.plugins.ml2.plugin [None req-5f5634c1-e43d-4276-9d0c-49dc4b38b4c0 - - - - - -] Attempt 1 to provision port 4c9c1feb-238a-44c7-b61f-398175f5b678 2026-04-20 15:10:51.458 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7fa79cc-9faa-4388-ba75-14c536e6de50'] response: {'server_uuid': '40fa09f1-2b9b-44f6-810f-586b372e3ed6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4c9c1feb-238a-44c7-b61f-398175f5b678', 'code': 200} 2026-04-20 15:10:51.539 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a0207fe-cfc5-4243-96ff-202ef03cc1d2 aaeef740b6a64ea390fdf10f71475dc6 64bda74068124d5699eac2e6a8c6ffae - - default default] Successfully bumped revision number for resource c32d1f9f-eab3-4e88-99ca-8e92f431fcc6 (type: security_groups) to 1 2026-04-20 15:10:51.555 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a0207fe-cfc5-4243-96ff-202ef03cc1d2 aaeef740b6a64ea390fdf10f71475dc6 64bda74068124d5699eac2e6a8c6ffae - - default default] Successfully bumped revision number for resource 1f53abd9-54c1-4681-bd9a-d80ff25e5dea (type: security_group_rules) to 0 2026-04-20 15:10:51.568 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a0207fe-cfc5-4243-96ff-202ef03cc1d2 aaeef740b6a64ea390fdf10f71475dc6 64bda74068124d5699eac2e6a8c6ffae - - default default] Successfully bumped revision number for resource a4a7991d-9163-4151-a937-3fb956ec12dc (type: security_group_rules) to 0 2026-04-20 15:10:51.579 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a0207fe-cfc5-4243-96ff-202ef03cc1d2 aaeef740b6a64ea390fdf10f71475dc6 64bda74068124d5699eac2e6a8c6ffae - - default default] Successfully bumped revision number for resource b042b515-91cc-41f5-a511-a03f298fac4a (type: security_group_rules) to 0 2026-04-20 15:10:51.589 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-68662a2d-903c-427e-8ee5-cc055cd90a31 - - - - - -] Schedule LRP lrp-0cfab708-9726-4705-99eb-a7752e656924 on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:10:51.591 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a0207fe-cfc5-4243-96ff-202ef03cc1d2 aaeef740b6a64ea390fdf10f71475dc6 64bda74068124d5699eac2e6a8c6ffae - - default default] Successfully bumped revision number for resource d8d8043e-76af-4abd-835a-ac068f6b0e27 (type: security_group_rules) to 0 2026-04-20 15:10:51.660 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] OVN reports status up for port: 0cfab708-9726-4705-99eb-a7752e656924 2026-04-20 15:10:51.673 7 INFO neutron.plugins.ml2.plugin [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] Attempt 1 to provision port 0cfab708-9726-4705-99eb-a7752e656924 2026-04-20 15:10:51.690 8 INFO neutron.db.ovn_revision_numbers_db [None req-17bf62be-5422-4d83-b323-c272ceef25b2 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource 0cfab708-9726-4705-99eb-a7752e656924 (type: router_ports) to 1 2026-04-20 15:10:51.699 7 INFO neutron.db.segments_db [None req-3a0207fe-cfc5-4243-96ff-202ef03cc1d2 aaeef740b6a64ea390fdf10f71475dc6 64bda74068124d5699eac2e6a8c6ffae - - default default] Added segment cf7d2c32-42a2-42dd-b961-2d59bbd54098 of type geneve for network 971923a6-e1ca-4d65-b901-dd7a95f6aa95 2026-04-20 15:10:51.743 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f5634c1-e43d-4276-9d0c-49dc4b38b4c0 - - - - - -] Successfully bumped revision number for resource 4c9c1feb-238a-44c7-b61f-398175f5b678 (type: ports) to 5 2026-04-20 15:10:51.804 8 INFO neutron.db.ovn_revision_numbers_db [None req-17bf62be-5422-4d83-b323-c272ceef25b2 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource 0baefcbb-65e3-4ef6-b30e-b2ec1e9a0914 (type: routers) to 2 [pid: 8|app: 0|req: 652/1260] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:10:50 2026] POST /v2.0/routers => generated 955 bytes in 1726 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:10:51.859 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a0207fe-cfc5-4243-96ff-202ef03cc1d2 aaeef740b6a64ea390fdf10f71475dc6 64bda74068124d5699eac2e6a8c6ffae - - default default] Successfully bumped revision number for resource 971923a6-e1ca-4d65-b901-dd7a95f6aa95 (type: networks) to 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:10:52.049 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3a0207fe-cfc5-4243-96ff-202ef03cc1d2 aaeef740b6a64ea390fdf10f71475dc6 64bda74068124d5699eac2e6a8c6ffae - - default default] No more DHCP agents 2026-04-20 15:10:52.050 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3a0207fe-cfc5-4243-96ff-202ef03cc1d2 aaeef740b6a64ea390fdf10f71475dc6 64bda74068124d5699eac2e6a8c6ffae - - default default] Unable to schedule network 971923a6-e1ca-4d65-b901-dd7a95f6aa95: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:52.155 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a0207fe-cfc5-4243-96ff-202ef03cc1d2 aaeef740b6a64ea390fdf10f71475dc6 64bda74068124d5699eac2e6a8c6ffae - - default default] Successfully bumped revision number for resource e4c1511e-f394-4b16-9e3f-3468006abb5f (type: ports) to 1 [pid: 7|app: 0|req: 609/1261] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:10:51 2026] POST /v2.0/networks => generated 650 bytes in 1026 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1262] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:52 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => 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: 611/1263] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:10:52 2026] PUT /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1264] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:52 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1265] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:10:52 2026] GET /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:52.488 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-aa86c312-4806-49ba-b700-66cfe31cca0d 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] No more DHCP agents 2026-04-20 15:10:52.489 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-aa86c312-4806-49ba-b700-66cfe31cca0d 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Unable to schedule network cd0f5c00-14f3-4128-8e13-c8c54877213e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 614/1266] 10.0.0.154 () {34 vars in 764 bytes} [Mon Apr 20 15:10:52 2026] PUT /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags/green => generated 4 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1267] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:10:52 2026] GET /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags => generated 34 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:52.790 8 INFO neutron.db.ovn_revision_numbers_db [None req-aa86c312-4806-49ba-b700-66cfe31cca0d 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource a7dc65e0-683f-4d60-bff3-ef22b50fd402 (type: ports) to 1 [pid: 7|app: 0|req: 616/1268] 10.0.0.154 () {34 vars in 760 bytes} [Mon Apr 20 15:10:52 2026] PUT /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags/red => generated 4 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1269] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:10:52 2026] GET /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1270] 10.0.0.154 () {34 vars in 782 bytes} [Mon Apr 20 15:10:52 2026] PUT /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1271] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:10:53 2026] GET /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1272] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:10:53 2026] PUT /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1273] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:10:53 2026] GET /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1274] 10.0.0.154 () {32 vars in 741 bytes} [Mon Apr 20 15:10:53 2026] GET /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:53.275 7 INFO neutron.api.v2.resource [None req-ef2a74c0-4faa-4607-a40b-bacfafa0c31e aaeef740b6a64ea390fdf10f71475dc6 64bda74068124d5699eac2e6a8c6ffae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 623/1275] 10.0.0.154 () {32 vars in 745 bytes} [Mon Apr 20 15:10:53 2026] GET /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1276] 10.0.0.154 () {32 vars in 744 bytes} [Mon Apr 20 15:10:53 2026] DELETE /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1277] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:10:53 2026] GET /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:53.425 7 INFO neutron.api.v2.resource [None req-6790efbb-e7be-492a-bbd2-ef17c1e88d3a aaeef740b6a64ea390fdf10f71475dc6 64bda74068124d5699eac2e6a8c6ffae - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 626/1278] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:10:53 2026] DELETE /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1279] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:10:53 2026] DELETE /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:53.502 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7594d84-549f-438e-8366-c23f18090ef0'] response: {'server_uuid': '40fa09f1-2b9b-44f6-810f-586b372e3ed6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4c9c1feb-238a-44c7-b61f-398175f5b678', 'code': 200} [pid: 7|app: 0|req: 628/1280] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:53 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1281] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:10:53 2026] GET /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1282] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:10:53 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:53.666 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-aa86c312-4806-49ba-b700-66cfe31cca0d 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] No more DHCP agents 2026-04-20 15:10:53.667 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-aa86c312-4806-49ba-b700-66cfe31cca0d 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Unable to schedule network cd0f5c00-14f3-4128-8e13-c8c54877213e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:53.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-1feb0b0c-423a-45ce-bfd2-af604d81b4a5 aaeef740b6a64ea390fdf10f71475dc6 64bda74068124d5699eac2e6a8c6ffae - - default default] TaaS: Handle Delete Port: e4c1511e-f394-4b16-9e3f-3468006abb5f 2026-04-20 15:10:53.731 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1feb0b0c-423a-45ce-bfd2-af604d81b4a5 aaeef740b6a64ea390fdf10f71475dc6 64bda74068124d5699eac2e6a8c6ffae - - default default] Tap Mirror: Handle Delete Port: e4c1511e-f394-4b16-9e3f-3468006abb5f 2026-04-20 15:10:53.938 7 INFO neutron.services.segments.plugin [-] Segment cf7d2c32-42a2-42dd-b961-2d59bbd54098 resource provider aggregate not found 2026-04-20 15:10:53.946 7 INFO neutron.services.segments.plugin [-] Segment cf7d2c32-42a2-42dd-b961-2d59bbd54098 resource provider aggregate not found 2026-04-20 15:10:53.966 7 INFO neutron.services.segments.plugin [-] Segment cf7d2c32-42a2-42dd-b961-2d59bbd54098 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf7d2c32-42a2-42dd-b961-2d59bbd54098 found for delete ", "request_id": "req-6b90fba7-a6b7-46a5-b342-9f31a86a9f84"}]} 2026-04-20 15:10:53.974 7 INFO neutron.services.segments.plugin [-] Segment cf7d2c32-42a2-42dd-b961-2d59bbd54098 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf7d2c32-42a2-42dd-b961-2d59bbd54098 found for delete ", "request_id": "req-9ee41bc2-3ac1-4362-8a49-d98b95482d67"}]} [pid: 7|app: 0|req: 631/1283] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:10:53 2026] DELETE /v2.0/networks/971923a6-e1ca-4d65-b901-dd7a95f6aa95 => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:10:54.040 8 INFO neutron.db.ovn_revision_numbers_db [None req-aa86c312-4806-49ba-b700-66cfe31cca0d 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource a7dc65e0-683f-4d60-bff3-ef22b50fd402 (type: router_ports) to 1 [pid: 8|app: 0|req: 653/1284] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:10:51 2026] PUT /v2.0/routers/0baefcbb-65e3-4ef6-b30e-b2ec1e9a0914/add_router_interface => generated 309 bytes in 2190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1285] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:10:53 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 971 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:54.377 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f500c569-656d-4559-9eca-fe99b9aa92e1 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] No more DHCP agents 2026-04-20 15:10:54.379 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f500c569-656d-4559-9eca-fe99b9aa92e1 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Unable to schedule network cd0f5c00-14f3-4128-8e13-c8c54877213e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:54.525 8 INFO neutron.db.ovn_revision_numbers_db [None req-f500c569-656d-4559-9eca-fe99b9aa92e1 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource 31ca137e-4ad6-4c7a-9f66-e658249358f0 (type: ports) to 1 [pid: 8|app: 0|req: 654/1286] 10.0.0.154 () {34 vars in 665 bytes} [Mon Apr 20 15:10:54 2026] POST /v2.0/ports => generated 955 bytes in 532 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-20 15:10:54.679 7 INFO neutron.db.ovn_revision_numbers_db [None req-85b131ea-2666-4859-8da4-e989b6d5d180 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] Successfully bumped revision number for resource 588fa1a9-42c2-49ff-9e78-7f42c14c8295 (type: floatingips) to 1 2026-04-20 15:10:54.799 7 INFO neutron.db.ovn_revision_numbers_db [None req-85b131ea-2666-4859-8da4-e989b6d5d180 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] Successfully bumped revision number for resource 588fa1a9-42c2-49ff-9e78-7f42c14c8295 (type: floatingips) to 2 2026-04-20 15:10:54.800 7 INFO neutron.db.l3_db [None req-85b131ea-2666-4859-8da4-e989b6d5d180 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] Floating IP 588fa1a9-42c2-49ff-9e78-7f42c14c8295 associated. External IP: 10.96.250.202, port: 4c9c1feb-238a-44c7-b61f-398175f5b678. [pid: 7|app: 0|req: 633/1287] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:10:54 2026] PUT /v2.0/floatingips/588fa1a9-42c2-49ff-9e78-7f42c14c8295 => generated 855 bytes in 706 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:54.878 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f523de8-7aec-4014-a684-9da8e3e1cf25'] response: {'name': 'network-changed', 'server_uuid': '40fa09f1-2b9b-44f6-810f-586b372e3ed6', 'tag': '4c9c1feb-238a-44c7-b61f-398175f5b678', 'status': 'completed', 'code': 200} 2026-04-20 15:10:54.915 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b5a9bc76-474d-4403-be58-4e17d306fc47 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] No more DHCP agents 2026-04-20 15:10:54.916 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b5a9bc76-474d-4403-be58-4e17d306fc47 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Unable to schedule network cd0f5c00-14f3-4128-8e13-c8c54877213e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 634/1288] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:54 2026] GET /v2.0/security-groups?tenant_id=64bda74068124d5699eac2e6a8c6ffae&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:55.041 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5a9bc76-474d-4403-be58-4e17d306fc47 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource d0fea3d4-0e1b-405e-8a02-338d3e2cdf2a (type: ports) to 1 [pid: 8|app: 0|req: 655/1289] 10.0.0.154 () {34 vars in 665 bytes} [Mon Apr 20 15:10:54 2026] POST /v2.0/ports => generated 954 bytes in 482 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: 635/1290] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:54 2026] DELETE /v2.0/security-groups/c32d1f9f-eab3-4e88-99ca-8e92f431fcc6 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:55.335 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6ce15584-0168-40d6-ba01-a681a8342e54 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] No more DHCP agents 2026-04-20 15:10:55.337 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6ce15584-0168-40d6-ba01-a681a8342e54 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 636/1291] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:10:55 2026] GET /v2.0/ports?tenant_id=d57bd96599724dbc9b54eb1a40f0cc38&device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 1209 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1292] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:10:55 2026] GET /v2.0/networks?id=59456cb8-3964-4faf-9a31-3509d999e12e => generated 813 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:55.618 7 INFO neutron.db.ovn_revision_numbers_db [None req-08e88fa6-c941-4eca-a4d9-a7dafb63223c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2fe3cbd0-0169-446d-884c-447d62ecde75 (type: security_groups) to 1 2026-04-20 15:10:55.633 7 INFO neutron.db.ovn_revision_numbers_db [None req-08e88fa6-c941-4eca-a4d9-a7dafb63223c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 17003ec6-5e7d-4781-b70e-b12e75ab2f54 (type: security_group_rules) to 0 2026-04-20 15:10:55.647 7 INFO neutron.db.ovn_revision_numbers_db [None req-08e88fa6-c941-4eca-a4d9-a7dafb63223c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 37e9b251-31ee-4db9-bfe1-7a3a6632a8a8 (type: security_group_rules) to 0 2026-04-20 15:10:55.665 7 INFO neutron.db.ovn_revision_numbers_db [None req-08e88fa6-c941-4eca-a4d9-a7dafb63223c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 8c0a645f-791a-45a7-9d7f-cd338382fda5 (type: security_group_rules) to 0 2026-04-20 15:10:55.678 7 INFO neutron.db.ovn_revision_numbers_db [None req-08e88fa6-c941-4eca-a4d9-a7dafb63223c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d10f560a-2eb9-4c00-82c4-7b5ea979fbff (type: security_group_rules) to 0 [pid: 7|app: 0|req: 638/1293] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:55 2026] GET /v2.0/security-groups?tenant_id=a11ed403e0cb40e298d3146de9f4e7f7&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1294] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:10:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=4c9c1feb-238a-44c7-b61f-398175f5b678 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:56.027 7 INFO neutron.db.ovn_revision_numbers_db [None req-2f9e444d-dc6e-4cfd-8df3-61e349d9eedb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 67711e53-cf01-4534-b44b-057aa9133ae8 (type: security_groups) to 1 2026-04-20 15:10:56.039 7 INFO neutron.db.ovn_revision_numbers_db [None req-2f9e444d-dc6e-4cfd-8df3-61e349d9eedb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6eed36bb-560d-46bf-a656-5b1effc8acb1 (type: security_group_rules) to 0 2026-04-20 15:10:56.055 7 INFO neutron.db.ovn_revision_numbers_db [None req-2f9e444d-dc6e-4cfd-8df3-61e349d9eedb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 747d41e0-1bbd-4a83-a630-5e223e234c3b (type: security_group_rules) to 0 2026-04-20 15:10:56.072 7 INFO neutron.db.ovn_revision_numbers_db [None req-2f9e444d-dc6e-4cfd-8df3-61e349d9eedb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 97d7e433-d21d-44fe-8ed3-6499c64dc6df (type: security_group_rules) to 0 2026-04-20 15:10:56.099 7 INFO neutron.db.ovn_revision_numbers_db [None req-2f9e444d-dc6e-4cfd-8df3-61e349d9eedb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e7c95bb8-c015-4508-9f15-c9b5e0147da6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 640/1295] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:10:55 2026] GET /v2.0/security-groups?tenant_id=abe37db824824aa4a5702dcdcb8e2de0&name=default => generated 2925 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:10:56.306 8 INFO neutron.db.ovn_revision_numbers_db [None req-6ce15584-0168-40d6-ba01-a681a8342e54 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource 656fd217-3c91-45ee-a8dc-0fe1665775ed (type: floatingips) to 1 2026-04-20 15:10:56.307 8 INFO neutron.db.l3_db [None req-6ce15584-0168-40d6-ba01-a681a8342e54 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Floating IP 656fd217-3c91-45ee-a8dc-0fe1665775ed associated. External IP: 10.96.250.213, port: d0fea3d4-0e1b-405e-8a02-338d3e2cdf2a. [pid: 8|app: 0|req: 656/1296] 10.0.0.154 () {34 vars in 677 bytes} [Mon Apr 20 15:10:55 2026] POST /v2.0/floatingips => generated 841 bytes in 1281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1297] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:10:56 2026] GET /v2.0/subnets?id=8a31b55d-143b-4c19-a82e-bbef4db9a50f => generated 694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1298] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:56 2026] DELETE /v2.0/security-groups/2fe3cbd0-0169-446d-884c-447d62ecde75 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:56.608 7 INFO neutron.db.ovn_revision_numbers_db [None req-8cc37f9e-b6b1-4fc3-bf4b-c466abfc481b 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource 656fd217-3c91-45ee-a8dc-0fe1665775ed (type: floatingips) to 2 [pid: 8|app: 0|req: 658/1299] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:10:56 2026] DELETE /v2.0/security-groups/67711e53-cf01-4534-b44b-057aa9133ae8 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1300] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:10:56 2026] GET /v2.0/ports?network_id=59456cb8-3964-4faf-9a31-3509d999e12e&device_owner=network%3Adhcp => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:56.674 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] No hosting information found for port 0cfab708-9726-4705-99eb-a7752e656924: RuntimeError: No hosting information found for port 0cfab708-9726-4705-99eb-a7752e656924 2026-04-20 15:10:56.675 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] OVN reports status down for port: e4c1511e-f394-4b16-9e3f-3468006abb5f 2026-04-20 15:10:56.687 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] OVN reports status down for port: a7dc65e0-683f-4d60-bff3-ef22b50fd402 2026-04-20 15:10:56.704 7 INFO neutron.db.l3_db [None req-8cc37f9e-b6b1-4fc3-bf4b-c466abfc481b 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Floating IP 656fd217-3c91-45ee-a8dc-0fe1665775ed disassociated. External IP: 10.96.250.213, port: d0fea3d4-0e1b-405e-8a02-338d3e2cdf2a. [pid: 8|app: 0|req: 660/1301] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:10:56 2026] GET /v2.0/networks/59456cb8-3964-4faf-9a31-3509d999e12e?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1302] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:10:56 2026] PUT /v2.0/floatingips/656fd217-3c91-45ee-a8dc-0fe1665775ed => generated 554 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1303] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:10:56 2026] GET /v2.0/networks/59456cb8-3964-4faf-9a31-3509d999e12e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:10:56.790 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:10:56.791 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] OVN reports status up for port: a7dc65e0-683f-4d60-bff3-ef22b50fd402 2026-04-20 15:10:56.818 7 INFO neutron.plugins.ml2.plugin [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] Attempt 1 to provision port a7dc65e0-683f-4d60-bff3-ef22b50fd402 2026-04-20 15:10:57.015 7 INFO neutron_taas.services.taas.taas_plugin [None req-d42185db-7088-430f-b94e-5ce867ef355d 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] TaaS: Handle Delete Port: 6daed60c-7052-4077-bbdf-067dd416b8be 2026-04-20 15:10:57.019 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d42185db-7088-430f-b94e-5ce867ef355d 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Tap Mirror: Handle Delete Port: 6daed60c-7052-4077-bbdf-067dd416b8be [pid: 7|app: 0|req: 643/1304] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:10:56 2026] DELETE /v2.0/floatingips/656fd217-3c91-45ee-a8dc-0fe1665775ed => generated 0 bytes in 515 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:10:57.410 7 INFO neutron.db.ovn_revision_numbers_db [None req-4dbdf3a1-9174-4a50-84fd-58b1a72d027a - - - - - -] Successfully bumped revision number for resource a7dc65e0-683f-4d60-bff3-ef22b50fd402 (type: ports) to 2 2026-04-20 15:10:57.533 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b5a83b12-eac3-45d5-8338-3156bb9e0b86 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] No more DHCP agents 2026-04-20 15:10:57.534 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b5a83b12-eac3-45d5-8338-3156bb9e0b86 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:10:58.326 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5a83b12-eac3-45d5-8338-3156bb9e0b86 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource f5595983-01a8-4e05-a8b8-87f5e7420831 (type: floatingips) to 1 2026-04-20 15:10:58.327 8 INFO neutron.db.l3_db [None req-b5a83b12-eac3-45d5-8338-3156bb9e0b86 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Floating IP f5595983-01a8-4e05-a8b8-87f5e7420831 associated. External IP: 10.96.250.218, port: 31ca137e-4ad6-4c7a-9f66-e658249358f0. [pid: 8|app: 0|req: 662/1305] 10.0.0.154 () {34 vars in 677 bytes} [Mon Apr 20 15:10:57 2026] POST /v2.0/floatingips => generated 842 bytes in 1097 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1306] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:10:58 2026] GET /v2.0/floatingips/f5595983-01a8-4e05-a8b8-87f5e7420831 => generated 844 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 663/1307] 10.0.0.154 () {32 vars in 655 bytes} [Mon Apr 20 15:10:58 2026] GET /v2.0/floatingips => generated 847 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:10:59.057 7 INFO neutron.db.ovn_revision_numbers_db [None req-31061f85-6b9e-4594-83ed-b7b4270bf11c 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource f5595983-01a8-4e05-a8b8-87f5e7420831 (type: floatingips) to 2 2026-04-20 15:10:59.185 7 INFO neutron.db.l3_db [None req-31061f85-6b9e-4594-83ed-b7b4270bf11c 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Floating IP f5595983-01a8-4e05-a8b8-87f5e7420831 associated. External IP: 10.96.250.218, port: 31ca137e-4ad6-4c7a-9f66-e658249358f0. [pid: 7|app: 0|req: 645/1308] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:10:58 2026] PUT /v2.0/floatingips/f5595983-01a8-4e05-a8b8-87f5e7420831 => generated 843 bytes in 733 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-20 15:10:59.785 7 INFO neutron.db.ovn_revision_numbers_db [None req-56db065b-5c7c-4fa1-b8ed-259e81cc3c61 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 093b80d4-8e6f-4497-ac48-a13b49c40f7f (type: security_groups) to 1 2026-04-20 15:10:59.798 7 INFO neutron.db.ovn_revision_numbers_db [None req-56db065b-5c7c-4fa1-b8ed-259e81cc3c61 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 1f081680-e419-4826-9128-e1d51cf7f22c (type: security_group_rules) to 0 2026-04-20 15:10:59.814 7 INFO neutron.db.ovn_revision_numbers_db [None req-56db065b-5c7c-4fa1-b8ed-259e81cc3c61 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 29171a21-eee2-4fd2-ba0c-8e3b5f783802 (type: security_group_rules) to 0 2026-04-20 15:10:59.826 7 INFO neutron.db.ovn_revision_numbers_db [None req-56db065b-5c7c-4fa1-b8ed-259e81cc3c61 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 546f1b61-b65d-4e44-8314-654f2fa2067d (type: security_group_rules) to 0 2026-04-20 15:10:59.836 7 INFO neutron.db.ovn_revision_numbers_db [None req-56db065b-5c7c-4fa1-b8ed-259e81cc3c61 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 83e25311-3b48-45df-a1f9-2a3097d71f5e (type: security_group_rules) to 0 2026-04-20 15:10:59.921 7 INFO neutron.db.segments_db [None req-56db065b-5c7c-4fa1-b8ed-259e81cc3c61 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Added segment eb8f7878-ebfd-4e7f-96ec-ce80218e11d0 of type geneve for network 06d8efa3-02c1-4c5c-b175-ff2b7db7e48b 2026-04-20 15:10:59.937 8 INFO neutron.db.ovn_revision_numbers_db [None req-8fa4bd00-4f49-44ea-8df1-44916722dce1 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Successfully bumped revision number for resource f5595983-01a8-4e05-a8b8-87f5e7420831 (type: floatingips) to 3 2026-04-20 15:10:59.998 8 INFO neutron.db.l3_db [None req-8fa4bd00-4f49-44ea-8df1-44916722dce1 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Floating IP f5595983-01a8-4e05-a8b8-87f5e7420831 disassociated. External IP: 10.96.250.218, port: d0fea3d4-0e1b-405e-8a02-338d3e2cdf2a. [pid: 8|app: 0|req: 664/1309] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:10:59 2026] PUT /v2.0/floatingips/f5595983-01a8-4e05-a8b8-87f5e7420831 => generated 554 bytes in 788 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:00.043 7 INFO neutron.db.ovn_revision_numbers_db [None req-56db065b-5c7c-4fa1-b8ed-259e81cc3c61 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 06d8efa3-02c1-4c5c-b175-ff2b7db7e48b (type: networks) to 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:11:00.251 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-56db065b-5c7c-4fa1-b8ed-259e81cc3c61 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] No more DHCP agents 2026-04-20 15:11:00.253 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-56db065b-5c7c-4fa1-b8ed-259e81cc3c61 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Unable to schedule network 06d8efa3-02c1-4c5c-b175-ff2b7db7e48b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:00.272 8 INFO neutron.db.ovn_revision_numbers_db [None req-3ffe8067-c00e-4f4d-a47d-8bd7ddbcf756 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] Successfully bumped revision number for resource 3d73b783-928d-4d8d-81dc-e5f947e5a34f (type: security_groups) to 1 2026-04-20 15:11:00.283 8 INFO neutron.db.ovn_revision_numbers_db [None req-3ffe8067-c00e-4f4d-a47d-8bd7ddbcf756 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] Successfully bumped revision number for resource 16fcc7fb-b340-4bec-87d4-afb42c8aa066 (type: security_group_rules) to 0 2026-04-20 15:11:00.307 8 INFO neutron.db.ovn_revision_numbers_db [None req-3ffe8067-c00e-4f4d-a47d-8bd7ddbcf756 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] Successfully bumped revision number for resource 30d56ecd-98a6-4e80-ad62-58b3803c42c0 (type: security_group_rules) to 0 2026-04-20 15:11:00.320 8 INFO neutron.db.ovn_revision_numbers_db [None req-3ffe8067-c00e-4f4d-a47d-8bd7ddbcf756 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] Successfully bumped revision number for resource 819ceb89-c635-4782-bf81-626c8bf01652 (type: security_group_rules) to 0 2026-04-20 15:11:00.336 8 INFO neutron.db.ovn_revision_numbers_db [None req-3ffe8067-c00e-4f4d-a47d-8bd7ddbcf756 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] Successfully bumped revision number for resource fea9500f-b34a-4cf1-a715-4a72b46ad297 (type: security_group_rules) to 0 2026-04-20 15:11:00.361 7 INFO neutron.db.ovn_revision_numbers_db [None req-56db065b-5c7c-4fa1-b8ed-259e81cc3c61 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 7ff632fd-6b04-4353-ad38-3195a263a030 (type: ports) to 1 [pid: 7|app: 0|req: 646/1310] 10.0.0.154 () {34 vars in 671 bytes} [Mon Apr 20 15:10:59 2026] POST /v2.0/networks => generated 652 bytes in 891 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:00.407 8 INFO neutron.db.segments_db [None req-3ffe8067-c00e-4f4d-a47d-8bd7ddbcf756 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] Added segment aedba491-3c27-44fa-8dfc-7ecb1a463b80 of type geneve for network ce456089-53d3-4c7c-80e2-6ad01fd9b291 2026-04-20 15:11:00.505 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b2a0623-36a4-49f6-b6f9-c7495a7270b0 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] TaaS: Handle Delete Port: 12afd8d3-2670-4a28-8636-2fd6e290580a 2026-04-20 15:11:00.507 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b2a0623-36a4-49f6-b6f9-c7495a7270b0 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Tap Mirror: Handle Delete Port: 12afd8d3-2670-4a28-8636-2fd6e290580a 2026-04-20 15:11:00.512 8 INFO neutron.db.ovn_revision_numbers_db [None req-3ffe8067-c00e-4f4d-a47d-8bd7ddbcf756 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] Successfully bumped revision number for resource ce456089-53d3-4c7c-80e2-6ad01fd9b291 (type: networks) to 1 [pid: 7|app: 0|req: 647/1311] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:11:00 2026] DELETE /v2.0/floatingips/f5595983-01a8-4e05-a8b8-87f5e7420831 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:00.658 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3ffe8067-c00e-4f4d-a47d-8bd7ddbcf756 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] No more DHCP agents 2026-04-20 15:11:00.660 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3ffe8067-c00e-4f4d-a47d-8bd7ddbcf756 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] Unable to schedule network ce456089-53d3-4c7c-80e2-6ad01fd9b291: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:00.752 8 INFO neutron.db.ovn_revision_numbers_db [None req-3ffe8067-c00e-4f4d-a47d-8bd7ddbcf756 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] Successfully bumped revision number for resource c494a218-f603-4209-85a3-8f79ac9546a8 (type: ports) to 1 [pid: 8|app: 0|req: 665/1312] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:11:00 2026] POST /v2.0/networks => generated 650 bytes in 750 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:00.810 8 INFO neutron.api.v2.resource [None req-4fe137f9-880d-4750-8faf-d02ce8edda6c 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 666/1313] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:11:00 2026] DELETE /v2.0/floatingips/f5595983-01a8-4e05-a8b8-87f5e7420831 => generated 144 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:11:01.080 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ca0f0a59-374e-487e-82d7-f1024b9afd5e 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] No more DHCP agents 2026-04-20 15:11:01.082 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ca0f0a59-374e-487e-82d7-f1024b9afd5e 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] Unable to schedule network ce456089-53d3-4c7c-80e2-6ad01fd9b291: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:01.169 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7d5241c1-344c-497d-a4af-ef91eeebe1f3 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] No more DHCP agents 2026-04-20 15:11:01.171 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7d5241c1-344c-497d-a4af-ef91eeebe1f3 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:01.185 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca0f0a59-374e-487e-82d7-f1024b9afd5e 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] Successfully bumped revision number for resource 265095c6-0d47-417e-bd23-ad1357a628fc (type: ports) to 1 [pid: 8|app: 0|req: 667/1314] 10.0.0.154 () {34 vars in 664 bytes} [Mon Apr 20 15:11:00 2026] POST /v2.0/ports => generated 743 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:11:01.330 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d5241c1-344c-497d-a4af-ef91eeebe1f3 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 384d298d-b213-4e99-9b63-71452834d644 (type: ports) to 1 2026-04-20 15:11:01.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-762cb502-dba7-4733-bd45-147074ef1540 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] TaaS: Handle Delete Port: d0fea3d4-0e1b-405e-8a02-338d3e2cdf2a 2026-04-20 15:11:01.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-762cb502-dba7-4733-bd45-147074ef1540 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Tap Mirror: Handle Delete Port: d0fea3d4-0e1b-405e-8a02-338d3e2cdf2a [pid: 8|app: 0|req: 668/1315] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:11:01 2026] DELETE /v2.0/ports/d0fea3d4-0e1b-405e-8a02-338d3e2cdf2a => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1316] 10.0.0.154 () {34 vars in 747 bytes} [Mon Apr 20 15:11:01 2026] PUT /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags => generated 25 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-20 15:11:01.771 8 INFO neutron_taas.services.taas.taas_plugin [None req-faf4ab9b-577e-4820-ac01-7ea362ec1d25 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] TaaS: Handle Delete Port: 31ca137e-4ad6-4c7a-9f66-e658249358f0 2026-04-20 15:11:01.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-faf4ab9b-577e-4820-ac01-7ea362ec1d25 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Tap Mirror: Handle Delete Port: 31ca137e-4ad6-4c7a-9f66-e658249358f0 2026-04-20 15:11:01.920 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-ee8380af-feca-4908-b003-fd2be6a58c8c - - - - - -] Schedule LRP lrp-384d298d-b213-4e99-9b63-71452834d644 on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 [pid: 8|app: 0|req: 672/1319] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:11:01 2026] DELETE /v2.0/ports/31ca137e-4ad6-4c7a-9f66-e658249358f0 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:11:01.976 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-bc15689e-8b27-48fe-b664-4c041b308184 - - - - - -] Router d7d6f94f-c8f6-40a4-bc07-e5210d0e8bf5 is bound to host instance [pid: 8|app: 0|req: 673/1320] 10.0.0.154 () {32 vars in 727 bytes} [Mon Apr 20 15:11:01 2026] GET /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 674/1321] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:11:02 2026] GET /v2.0/ports?device_id=0baefcbb-65e3-4ef6-b30e-b2ec1e9a0914 => generated 946 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:02.109 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d5241c1-344c-497d-a4af-ef91eeebe1f3 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 384d298d-b213-4e99-9b63-71452834d644 (type: router_ports) to 1 [pid: 8|app: 0|req: 675/1322] 10.0.0.154 () {34 vars in 758 bytes} [Mon Apr 20 15:11:02 2026] PUT /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags/green => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:11:02.250 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d5241c1-344c-497d-a4af-ef91eeebe1f3 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource d7d6f94f-c8f6-40a4-bc07-e5210d0e8bf5 (type: routers) to 2 [pid: 7|app: 0|req: 648/1323] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:11:00 2026] POST /v2.0/routers => generated 955 bytes in 1639 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1324] 10.0.0.154 () {32 vars in 727 bytes} [Mon Apr 20 15:11:02 2026] GET /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags => generated 34 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:02.422 8 INFO neutron_taas.services.taas.taas_plugin [None req-01c985de-a335-4a1c-9d47-6ac34a2ed85d 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] TaaS: Handle Delete Port: a7dc65e0-683f-4d60-bff3-ef22b50fd402 2026-04-20 15:11:02.425 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01c985de-a335-4a1c-9d47-6ac34a2ed85d 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Tap Mirror: Handle Delete Port: a7dc65e0-683f-4d60-bff3-ef22b50fd402 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 650/1325] 10.0.0.154 () {32 vars in 776 bytes} [Mon Apr 20 15:11:02 2026] GET /v2.0/subnets?project_id=140f2a9333024308bf8b2d0549798a6d&cidr=10.100.0.0%2F28 => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1326] 10.0.0.154 () {34 vars in 754 bytes} [Mon Apr 20 15:11:02 2026] PUT /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags/red => generated 4 bytes in 157 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: 652/1327] 10.0.0.154 () {32 vars in 694 bytes} [Mon Apr 20 15:11:02 2026] GET /v2.0/networks?router%3Aexternal=True => generated 791 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1328] 10.0.0.154 () {32 vars in 727 bytes} [Mon Apr 20 15:11:02 2026] GET /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags => generated 34 bytes in 95 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: 654/1329] 10.0.0.154 () {32 vars in 784 bytes} [Mon Apr 20 15:11:02 2026] GET /v2.0/subnets?network_id=3b6cb35e-6630-4592-9567-d9042fcd536e&cidr=10.100.0.0%2F28 => 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: 676/1330] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:11:02 2026] PUT /v2.0/routers/0baefcbb-65e3-4ef6-b30e-b2ec1e9a0914/remove_router_interface => generated 309 bytes in 910 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: 655/1331] 10.0.0.154 () {34 vars in 776 bytes} [Mon Apr 20 15:11:02 2026] PUT /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags/black.or.white => generated 4 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:11:03.212 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-53b12171-9aa2-46d3-8a9c-3c03f06320ae - - - - - -] No port found with ID a7dc65e0-683f-4d60-bff3-ef22b50fd402: RuntimeError: No port found with ID a7dc65e0-683f-4d60-bff3-ef22b50fd402 2026-04-20 15:11:03.228 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-53b12171-9aa2-46d3-8a9c-3c03f06320ae - - - - - -] OVN reports status down for port: 31ca137e-4ad6-4c7a-9f66-e658249358f0 2026-04-20 15:11:03.253 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-94652f11-30cf-41e2-b456-fa60bf72d18a 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] No more DHCP agents 2026-04-20 15:11:03.255 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-94652f11-30cf-41e2-b456-fa60bf72d18a 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Unable to schedule network 06d8efa3-02c1-4c5c-b175-ff2b7db7e48b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:03.285 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-53b12171-9aa2-46d3-8a9c-3c03f06320ae - - - - - -] OVN reports status down for port: d0fea3d4-0e1b-405e-8a02-338d3e2cdf2a 2026-04-20 15:11:03.406 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-53b12171-9aa2-46d3-8a9c-3c03f06320ae - - - - - -] OVN reports status down for port: 7ff632fd-6b04-4353-ad38-3195a263a030 2026-04-20 15:11:03.733 8 INFO neutron.db.ovn_revision_numbers_db [None req-fb374cd8-c40f-44e3-94d7-5711a4aabedb - - - - - -] Successfully bumped revision number for resource 7ff632fd-6b04-4353-ad38-3195a263a030 (type: ports) to 2 2026-04-20 15:11:03.762 8 INFO neutron.db.ovn_revision_numbers_db [None req-fb374cd8-c40f-44e3-94d7-5711a4aabedb - - - - - -] Successfully bumped revision number for resource f705e57c-d580-4c8f-8ece-814892b57a9c (type: subnets) to 0 [pid: 8|app: 0|req: 677/1332] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:11:03 2026] POST /v2.0/subnets => generated 656 bytes in 725 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1333] 10.0.0.154 () {32 vars in 727 bytes} [Mon Apr 20 15:11:03 2026] GET /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags => generated 52 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:11:04.146 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-53b12171-9aa2-46d3-8a9c-3c03f06320ae - - - - - -] OVN reports status down for port: c494a218-f603-4209-85a3-8f79ac9546a8 2026-04-20 15:11:04.224 7 INFO neutron.db.ovn_revision_numbers_db [None req-27de2011-a087-46e0-9c50-dfc8e8c46325 - - - - - -] Successfully bumped revision number for resource 384d298d-b213-4e99-9b63-71452834d644 (type: ports) to 4 2026-04-20 15:11:04.324 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-53b12171-9aa2-46d3-8a9c-3c03f06320ae - - - - - -] OVN reports status down for port: 265095c6-0d47-417e-bd23-ad1357a628fc 2026-04-20 15:11:04.412 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1f9c9e81-2752-4951-bb4f-4f9797e9974f 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] No more DHCP agents 2026-04-20 15:11:04.413 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1f9c9e81-2752-4951-bb4f-4f9797e9974f 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Unable to schedule network 06d8efa3-02c1-4c5c-b175-ff2b7db7e48b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:04.559 8 INFO neutron.db.ovn_revision_numbers_db [None req-1f9c9e81-2752-4951-bb4f-4f9797e9974f 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 6269023e-b097-48ba-8beb-4984f86aded9 (type: ports) to 1 2026-04-20 15:11:04.607 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-53b12171-9aa2-46d3-8a9c-3c03f06320ae - - - - - -] OVN reports status down for port: 384d298d-b213-4e99-9b63-71452834d644 2026-04-20 15:11:04.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-183c675b-fe96-43aa-8186-f351b1f4db38 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] TaaS: Handle Delete Port: 0cfab708-9726-4705-99eb-a7752e656924 2026-04-20 15:11:04.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-183c675b-fe96-43aa-8186-f351b1f4db38 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Tap Mirror: Handle Delete Port: 0cfab708-9726-4705-99eb-a7752e656924 2026-04-20 15:11:05.357 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1f9c9e81-2752-4951-bb4f-4f9797e9974f 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] No more DHCP agents 2026-04-20 15:11:05.358 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1f9c9e81-2752-4951-bb4f-4f9797e9974f 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Unable to schedule network 06d8efa3-02c1-4c5c-b175-ff2b7db7e48b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:05.386 7 INFO neutron.db.ovn_revision_numbers_db [None req-27de2011-a087-46e0-9c50-dfc8e8c46325 - - - - - -] Successfully bumped revision number for resource 384d298d-b213-4e99-9b63-71452834d644 (type: ports) to 5 2026-04-20 15:11:05.726 8 INFO neutron.db.ovn_revision_numbers_db [None req-1f9c9e81-2752-4951-bb4f-4f9797e9974f 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 6269023e-b097-48ba-8beb-4984f86aded9 (type: router_ports) to 1 [pid: 8|app: 0|req: 679/1334] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:11:03 2026] PUT /v2.0/routers/d7d6f94f-c8f6-40a4-bc07-e5210d0e8bf5/add_router_interface => generated 309 bytes in 1888 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1335] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:11:03 2026] DELETE /v2.0/routers/0baefcbb-65e3-4ef6-b30e-b2ec1e9a0914 => generated 0 bytes in 2684 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:05.805 7 INFO neutron.db.ovn_revision_numbers_db [None req-53b12171-9aa2-46d3-8a9c-3c03f06320ae - - - - - -] Successfully bumped revision number for resource 384d298d-b213-4e99-9b63-71452834d644 (type: ports) to 6 [pid: 8|app: 0|req: 680/1336] 10.0.0.154 () {34 vars in 747 bytes} [Mon Apr 20 15:11:05 2026] PUT /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags => generated 37 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 681/1337] 10.0.0.154 () {32 vars in 649 bytes} [Mon Apr 20 15:11:05 2026] GET /v2.0/networks => generated 5414 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:05.942 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d7aaa754-153f-4a9a-9ad6-03667b7e25bf - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:11:05.943 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d7aaa754-153f-4a9a-9ad6-03667b7e25bf - - - - - -] OVN reports status up for port: 384d298d-b213-4e99-9b63-71452834d644 [pid: 7|app: 0|req: 657/1338] 10.0.0.4 () {34 vars in 988 bytes} [Mon Apr 20 15:11:05 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 1209 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:05.969 7 INFO neutron.plugins.ml2.plugin [None req-d7aaa754-153f-4a9a-9ad6-03667b7e25bf - - - - - -] Attempt 1 to provision port 384d298d-b213-4e99-9b63-71452834d644 [pid: 8|app: 0|req: 682/1339] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:11:05 2026] DELETE /v2.0/subnets/b53bfd8d-a79e-4650-8b62-dde9ed0ae828 => 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: 658/1340] 10.0.0.154 () {32 vars in 727 bytes} [Mon Apr 20 15:11:05 2026] GET /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags => generated 37 bytes in 112 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: 683/1341] 10.0.0.154 () {32 vars in 647 bytes} [Mon Apr 20 15:11:06 2026] GET /v2.0/subnets => generated 2653 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1342] 10.0.0.4 () {34 vars in 1038 bytes} [Mon Apr 20 15:11:06 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&fields=id&fields=name => generated 114 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:06.236 8 INFO neutron_taas.services.taas.taas_plugin [None req-1dd72c77-e58d-4886-b621-eb5bbae44b49 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] TaaS: Handle Delete Port: 43988fc1-8876-4194-987f-5918f537c285 2026-04-20 15:11:06.239 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dd72c77-e58d-4886-b621-eb5bbae44b49 65ba771c0b2a4b5ab38083a83f094e3d af719199fd7a4064b7492732cac52ece - - default default] Tap Mirror: Handle Delete Port: 43988fc1-8876-4194-987f-5918f537c285 [pid: 7|app: 0|req: 660/1343] 10.0.0.154 () {32 vars in 735 bytes} [Mon Apr 20 15:11:06 2026] GET /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags/red => generated 0 bytes in 98 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: 661/1344] 10.0.0.154 () {32 vars in 647 bytes} [Mon Apr 20 15:11:06 2026] GET /v2.0/routers => generated 1941 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:06.415 8 INFO neutron.services.segments.plugin [-] Segment 22b7a64b-5649-47e9-9f1f-843394ac844b resource provider aggregate not found 2026-04-20 15:11:06.424 8 INFO neutron.services.segments.plugin [-] Segment 22b7a64b-5649-47e9-9f1f-843394ac844b resource provider aggregate not found 2026-04-20 15:11:06.434 8 INFO neutron.services.segments.plugin [-] Segment 22b7a64b-5649-47e9-9f1f-843394ac844b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22b7a64b-5649-47e9-9f1f-843394ac844b found for delete ", "request_id": "req-134fdfae-e568-48bc-a4d2-402f2f4952d7"}]} 2026-04-20 15:11:06.442 8 INFO neutron.services.segments.plugin [-] Segment 22b7a64b-5649-47e9-9f1f-843394ac844b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22b7a64b-5649-47e9-9f1f-843394ac844b found for delete ", "request_id": "req-57327105-c410-4859-91a7-b1971185551d"}]} [pid: 8|app: 0|req: 684/1345] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:11:06 2026] DELETE /v2.0/networks/cd0f5c00-14f3-4128-8e13-c8c54877213e => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:11:06.522 7 INFO neutron.api.v2.resource [None req-0708d9ba-154c-450d-b474-2c2cdc023d18 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 662/1346] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:11:06 2026] GET /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags/green => generated 99 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:11:06.599 8 INFO neutron.db.ovn_revision_numbers_db [None req-6b3c5cd4-edc0-447c-845c-855dc44e908c 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 40a3479a-e2a6-4400-a336-669e86db3e81 (type: security_groups) to 1 2026-04-20 15:11:06.613 8 INFO neutron.db.ovn_revision_numbers_db [None req-6b3c5cd4-edc0-447c-845c-855dc44e908c 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 480628b4-12b0-4439-adb5-cabab0327764 (type: security_group_rules) to 0 2026-04-20 15:11:06.628 8 INFO neutron.db.ovn_revision_numbers_db [None req-6b3c5cd4-edc0-447c-845c-855dc44e908c 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 77abe833-ce88-472a-b141-c85006382cb1 (type: security_group_rules) to 0 2026-04-20 15:11:06.640 7 INFO neutron.db.ovn_revision_numbers_db [None req-d7aaa754-153f-4a9a-9ad6-03667b7e25bf - - - - - -] Successfully bumped revision number for resource 384d298d-b213-4e99-9b63-71452834d644 (type: ports) to 7 [pid: 8|app: 0|req: 685/1347] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:11:06 2026] POST /v2.0/security-groups => generated 1675 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1348] 10.0.0.154 () {32 vars in 738 bytes} [Mon Apr 20 15:11:06 2026] DELETE /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags/red => generated 0 bytes in 165 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-20 15:11:06.822 8 INFO neutron.db.ovn_revision_numbers_db [None req-4f57bfeb-ab20-4ebb-a2b6-effb677bd467 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource b2d283a7-b298-4aba-a044-9600f8fa71c6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 664/1349] 10.0.0.154 () {32 vars in 727 bytes} [Mon Apr 20 15:11:06 2026] GET /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags => generated 30 bytes in 119 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-20 15:11:06.840 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9c482cfd-2be7-4f06-a6ba-dab124022a53 - - - - - -] OVN reports status down for port: 6269023e-b097-48ba-8beb-4984f86aded9 [pid: 8|app: 0|req: 686/1350] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:11:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:06.916 7 INFO neutron.api.v2.resource [None req-abc3b7a5-27c2-431e-8fcf-bc849e967ffa 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 665/1351] 10.0.0.154 () {32 vars in 742 bytes} [Mon Apr 20 15:11:06 2026] DELETE /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags/green => generated 99 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:11:06.977 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-9c482cfd-2be7-4f06-a6ba-dab124022a53 - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:11:06.977 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9c482cfd-2be7-4f06-a6ba-dab124022a53 - - - - - -] OVN reports status up for port: 6269023e-b097-48ba-8beb-4984f86aded9 2026-04-20 15:11:07.010 7 INFO neutron.plugins.ml2.plugin [None req-9c482cfd-2be7-4f06-a6ba-dab124022a53 - - - - - -] Attempt 1 to provision port 6269023e-b097-48ba-8beb-4984f86aded9 2026-04-20 15:11:07.010 8 INFO neutron.db.ovn_revision_numbers_db [None req-0eb1b299-3365-4df6-bb8d-50ffc80f3b07 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 17f974c9-38a0-4a7b-9d15-3bdabefa84a2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 687/1352] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:11:06 2026] POST /v2.0/security-group-rules => generated 596 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1353] 10.0.0.154 () {32 vars in 730 bytes} [Mon Apr 20 15:11:06 2026] DELETE /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags => generated 0 bytes in 150 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: 688/1354] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:07 2026] GET /v2.0/security-groups?tenant_id=af719199fd7a4064b7492732cac52ece&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1355] 10.0.0.154 () {32 vars in 727 bytes} [Mon Apr 20 15:11:07 2026] GET /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc/tags => generated 12 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, ' 2026-04-20 15:11:07.383 7 INFO neutron.db.ovn_revision_numbers_db [None req-d045bde8-b114-4490-a818-549f022e0e31 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 52353c58-6433-4597-a24a-6d54208d5776 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 667/1356] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:11:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1357] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:07 2026] DELETE /v2.0/security-groups/3f1c0038-3f5d-4f5b-9b33-0d34f55f8138 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:07.655 8 INFO neutron.db.ovn_revision_numbers_db [None req-d8e981f0-b73d-41ea-bdc2-00dc8c78d7f3 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource da3acdd5-e180-4e6d-948b-9979bd7269d0 (type: security_group_rules) to 0 2026-04-20 15:11:07.755 7 INFO neutron_taas.services.taas.taas_plugin [None req-a507c01d-c801-49cc-a4c2-746853aab508 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] TaaS: Handle Delete Port: 265095c6-0d47-417e-bd23-ad1357a628fc [pid: 8|app: 0|req: 691/1358] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:11:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:07.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a507c01d-c801-49cc-a4c2-746853aab508 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] Tap Mirror: Handle Delete Port: 265095c6-0d47-417e-bd23-ad1357a628fc 2026-04-20 15:11:07.805 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c482cfd-2be7-4f06-a6ba-dab124022a53 - - - - - -] Successfully bumped revision number for resource 6269023e-b097-48ba-8beb-4984f86aded9 (type: ports) to 2 2026-04-20 15:11:07.812 8 INFO neutron.db.securitygroups_db [None req-6f0e3c60-4458-4208-90e3-23dd1fedf4e6 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Project 140f2a9333024308bf8b2d0549798a6d added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-20 15:11:07.923 8 INFO neutron.db.ovn_revision_numbers_db [None req-6f0e3c60-4458-4208-90e3-23dd1fedf4e6 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource f0f070d1-5d69-451b-8f28-7bb8b41e1e2b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 692/1359] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:11:07 2026] POST /v2.0/security-group-rules => generated 607 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1360] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:11:07 2026] DELETE /v2.0/ports/265095c6-0d47-417e-bd23-ad1357a628fc => generated 0 bytes in 527 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:11:08.018 8 INFO neutron.db.securitygroups_db [None req-9f28677a-6ac7-4111-8caf-7e809dda8887 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Project 140f2a9333024308bf8b2d0549798a6d added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-20 15:11:08.115 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e11ec80-fb3f-4a61-a51c-166e41e5dbf6 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] TaaS: Handle Delete Port: c494a218-f603-4209-85a3-8f79ac9546a8 2026-04-20 15:11:08.117 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e11ec80-fb3f-4a61-a51c-166e41e5dbf6 2fda0fdcf47a49719275476cad5df955 18c1d75eb4694e5bbdf667a5701e82ec - - default default] Tap Mirror: Handle Delete Port: c494a218-f603-4209-85a3-8f79ac9546a8 2026-04-20 15:11:08.158 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f28677a-6ac7-4111-8caf-7e809dda8887 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource e56006ef-2519-4f08-8996-211527ab5139 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 693/1361] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:11:07 2026] POST /v2.0/security-group-rules => generated 606 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:08.321 7 INFO neutron.services.segments.plugin [-] Segment aedba491-3c27-44fa-8dfc-7ecb1a463b80 resource provider aggregate not found 2026-04-20 15:11:08.348 7 INFO neutron.services.segments.plugin [-] Segment aedba491-3c27-44fa-8dfc-7ecb1a463b80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aedba491-3c27-44fa-8dfc-7ecb1a463b80 found for delete ", "request_id": "req-28400b12-8581-4f23-ac7b-d0acfb801556"}]} 2026-04-20 15:11:08.352 7 INFO neutron.services.segments.plugin [-] Segment aedba491-3c27-44fa-8dfc-7ecb1a463b80 resource provider aggregate not found 2026-04-20 15:11:08.381 7 INFO neutron.services.segments.plugin [-] Segment aedba491-3c27-44fa-8dfc-7ecb1a463b80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aedba491-3c27-44fa-8dfc-7ecb1a463b80 found for delete ", "request_id": "req-694dd071-d8af-4aff-989d-dd217bd2cf21"}]} [pid: 7|app: 0|req: 669/1362] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:11:07 2026] DELETE /v2.0/networks/ce456089-53d3-4c7c-80e2-6ad01fd9b291 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1363] 10.0.0.154 () {32 vars in 649 bytes} [Mon Apr 20 15:11:08 2026] GET /v2.0/networks => generated 1374 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1364] 10.0.0.166 () {34 vars in 1100 bytes} [Mon Apr 20 15:11:08 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1837486059&fields=id&tenant_id=140f2a9333024308bf8b2d0549798a6d => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1365] 10.0.0.166 () {34 vars in 982 bytes} [Mon Apr 20 15:11:08 2026] GET /v2.0/networks?id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b => generated 699 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1366] 10.0.0.166 () {34 vars in 965 bytes} [Mon Apr 20 15:11:09 2026] GET /v2.0/quotas/140f2a9333024308bf8b2d0549798a6d => 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: 672/1367] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:11:09 2026] GET /v2.0/ports?tenant_id=140f2a9333024308bf8b2d0549798a6d&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1368] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:09 2026] GET /v2.0/security-groups?tenant_id=18c1d75eb4694e5bbdf667a5701e82ec&name=default => generated 2925 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1369] 10.0.0.166 () {34 vars in 1008 bytes} [Mon Apr 20 15:11:09 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1370] 10.0.0.166 () {34 vars in 1108 bytes} [Mon Apr 20 15:11:09 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1371] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:09 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => 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: 673/1372] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:09 2026] DELETE /v2.0/security-groups/3d73b783-928d-4d8d-81dc-e5f947e5a34f => generated 0 bytes in 384 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:09.790 7 INFO neutron.db.ovn_revision_numbers_db [None req-87d062ff-c3a8-409a-bff7-f9efca73ddcf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7c3e3d95-3b62-47e6-9099-c957febf8c7b (type: security_groups) to 1 2026-04-20 15:11:09.794 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a004f52-7e4b-4538-a4ed-14ac707fb53a eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource 12469a0b-2a8a-4baa-bf65-ed1bd59c4142 (type: security_groups) to 1 2026-04-20 15:11:09.803 7 INFO neutron.db.ovn_revision_numbers_db [None req-87d062ff-c3a8-409a-bff7-f9efca73ddcf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2212e4ae-4033-44c1-b455-7cfbd31564d8 (type: security_group_rules) to 0 2026-04-20 15:11:09.809 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a004f52-7e4b-4538-a4ed-14ac707fb53a eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource 4a505ea6-36af-4d4e-8dad-4de91507e5df (type: security_group_rules) to 0 2026-04-20 15:11:09.816 7 INFO neutron.db.ovn_revision_numbers_db [None req-87d062ff-c3a8-409a-bff7-f9efca73ddcf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2e0a63c6-f953-47cd-905e-51fe89554e7b (type: security_group_rules) to 0 2026-04-20 15:11:09.821 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a004f52-7e4b-4538-a4ed-14ac707fb53a eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource a8836aa7-70eb-4726-afe4-297f39f7ea52 (type: security_group_rules) to 0 2026-04-20 15:11:09.828 7 INFO neutron.db.ovn_revision_numbers_db [None req-87d062ff-c3a8-409a-bff7-f9efca73ddcf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3bded3a2-60d4-47b3-8aa9-dba7d90cafb2 (type: security_group_rules) to 0 2026-04-20 15:11:09.837 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a004f52-7e4b-4538-a4ed-14ac707fb53a eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource e5eddf2c-99cf-4180-8739-a93eb2168397 (type: security_group_rules) to 0 2026-04-20 15:11:09.840 7 INFO neutron.db.ovn_revision_numbers_db [None req-87d062ff-c3a8-409a-bff7-f9efca73ddcf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 65edb506-d06d-4364-b6aa-ea4fd8ea72d5 (type: security_group_rules) to 0 2026-04-20 15:11:09.851 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a004f52-7e4b-4538-a4ed-14ac707fb53a eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource fe8b9a0c-11a7-4555-a0c7-539f295ff2da (type: security_group_rules) to 0 [pid: 7|app: 0|req: 674/1373] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:09 2026] GET /v2.0/security-groups?tenant_id=c5c02709a76f4e05b84e78e521aeecbd&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:09.935 8 INFO neutron.db.segments_db [None req-3a004f52-7e4b-4538-a4ed-14ac707fb53a eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Added segment d65ac1f5-53d4-4e46-a4f1-bbfaaa19887b of type geneve for network 6ec00100-2ab7-4563-8311-0c70d879269a 2026-04-20 15:11:10.047 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a004f52-7e4b-4538-a4ed-14ac707fb53a eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource 6ec00100-2ab7-4563-8311-0c70d879269a (type: networks) to 1 [pid: 7|app: 0|req: 675/1374] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:09 2026] DELETE /v2.0/security-groups/7c3e3d95-3b62-47e6-9099-c957febf8c7b => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:10.270 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3a004f52-7e4b-4538-a4ed-14ac707fb53a eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] No more DHCP agents 2026-04-20 15:11:10.272 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3a004f52-7e4b-4538-a4ed-14ac707fb53a eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Unable to schedule network 6ec00100-2ab7-4563-8311-0c70d879269a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:10.331 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0256a930-081d-42b1-84ac-0a5e807cc3c0 - - - - - -] OVN reports status down for port: 1bce1d76-539f-4d46-9c24-e29007db2f23 2026-04-20 15:11:10.378 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a004f52-7e4b-4538-a4ed-14ac707fb53a eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource 1bce1d76-539f-4d46-9c24-e29007db2f23 (type: ports) to 1 [pid: 8|app: 0|req: 700/1375] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:11:09 2026] POST /v2.0/networks => generated 664 bytes in 873 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1376] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:10 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1377] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:10 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&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: 678/1378] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:10 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => 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: 679/1379] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:10 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => 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: 680/1380] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:10 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:10.682 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0aa40654-13e1-4b05-b62e-365b3095809b eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] No more DHCP agents 2026-04-20 15:11:10.683 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0aa40654-13e1-4b05-b62e-365b3095809b eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Unable to schedule network 6ec00100-2ab7-4563-8311-0c70d879269a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:10.756 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0256a930-081d-42b1-84ac-0a5e807cc3c0 - - - - - -] OVN reports status down for port: 9a5baaa8-156a-4289-9eec-50bf7f984a50 2026-04-20 15:11:10.832 8 INFO neutron.db.ovn_revision_numbers_db [None req-0aa40654-13e1-4b05-b62e-365b3095809b eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource 9a5baaa8-156a-4289-9eec-50bf7f984a50 (type: ports) to 1 [pid: 8|app: 0|req: 701/1381] 10.0.0.154 () {34 vars in 665 bytes} [Mon Apr 20 15:11:10 2026] POST /v2.0/ports => generated 775 bytes in 499 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-20 15:11:11.006 7 INFO neutron.db.segments_db [None req-dbe78586-7832-442f-85c2-9c515e8424f0 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Added segment 3f89db74-13af-4c6f-84d1-b81eaa33321e of type geneve for network b8fc832f-89ae-4dd5-93f0-875e5bd26549 [pid: 8|app: 0|req: 702/1382] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:10 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1383] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:11 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:11.129 7 INFO neutron.db.ovn_revision_numbers_db [None req-dbe78586-7832-442f-85c2-9c515e8424f0 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource b8fc832f-89ae-4dd5-93f0-875e5bd26549 (type: networks) to 1 2026-04-20 15:11:11.306 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dbe78586-7832-442f-85c2-9c515e8424f0 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] No more DHCP agents 2026-04-20 15:11:11.307 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dbe78586-7832-442f-85c2-9c515e8424f0 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Unable to schedule network b8fc832f-89ae-4dd5-93f0-875e5bd26549: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:11.404 7 INFO neutron.db.ovn_revision_numbers_db [None req-dbe78586-7832-442f-85c2-9c515e8424f0 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource 345a3c00-dbd9-4b63-bd6a-7f771451a266 (type: ports) to 1 [pid: 7|app: 0|req: 681/1384] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:11:10 2026] POST /v2.0/networks => generated 650 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1385] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:11 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:11.614 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-34b0c105-8705-4b99-be69-78b2c898f789 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] No more DHCP agents 2026-04-20 15:11:11.615 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-34b0c105-8705-4b99-be69-78b2c898f789 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Unable to schedule network b8fc832f-89ae-4dd5-93f0-875e5bd26549: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:12.018 8 INFO neutron.db.ovn_revision_numbers_db [None req-3b330015-2389-40e6-9608-73ab11252613 - - - - - -] Successfully bumped revision number for resource 345a3c00-dbd9-4b63-bd6a-7f771451a266 (type: ports) to 2 2026-04-20 15:11:12.044 8 INFO neutron.db.ovn_revision_numbers_db [None req-3b330015-2389-40e6-9608-73ab11252613 - - - - - -] Successfully bumped revision number for resource 33256e9e-94e4-42ea-a262-d7509c3b3dcb (type: subnets) to 0 [pid: 8|app: 0|req: 704/1386] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:11:11 2026] POST /v2.0/subnets => generated 626 bytes in 628 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1387] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:12 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1388] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:12 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&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-20 15:11:12.359 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-03f74a28-8403-4db0-a398-194afa6b5790 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] No more DHCP agents 2026-04-20 15:11:12.361 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-03f74a28-8403-4db0-a398-194afa6b5790 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Unable to schedule network b8fc832f-89ae-4dd5-93f0-875e5bd26549: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 707/1389] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:11:12 2026] GET /v2.0/ports?tenant_id=d57bd96599724dbc9b54eb1a40f0cc38&device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 1209 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:12.502 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0256a930-081d-42b1-84ac-0a5e807cc3c0 - - - - - -] OVN reports status down for port: 421c0b25-385e-42f8-b62d-98a1d6ce4d7c 2026-04-20 15:11:12.515 7 INFO neutron.db.ovn_revision_numbers_db [None req-03f74a28-8403-4db0-a398-194afa6b5790 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource 421c0b25-385e-42f8-b62d-98a1d6ce4d7c (type: ports) to 1 [pid: 8|app: 0|req: 708/1390] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:11:12 2026] GET /v2.0/networks?id=59456cb8-3964-4faf-9a31-3509d999e12e => generated 813 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:12.584 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-14ed95ee-5b65-4491-b524-949d22d57f05 - - - - - -] No hosting information found for port 6269023e-b097-48ba-8beb-4984f86aded9: RuntimeError: No hosting information found for port 6269023e-b097-48ba-8beb-4984f86aded9 [pid: 7|app: 0|req: 683/1391] 10.0.0.154 () {34 vars in 665 bytes} [Mon Apr 20 15:11:12 2026] POST /v2.0/ports => generated 950 bytes in 553 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: 709/1392] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:11:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=4c9c1feb-238a-44c7-b61f-398175f5b678 => generated 860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1393] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:11:12 2026] GET /v2.0/subnets?id=8a31b55d-143b-4c19-a82e-bbef4db9a50f => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1394] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:12 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => 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: 712/1395] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:11:12 2026] GET /v2.0/ports?network_id=59456cb8-3964-4faf-9a31-3509d999e12e&device_owner=network%3Adhcp => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:12.713 7 INFO neutron.db.ovn_revision_numbers_db [None req-14ed95ee-5b65-4491-b524-949d22d57f05 - - - - - -] Successfully bumped revision number for resource 6269023e-b097-48ba-8beb-4984f86aded9 (type: router_ports) to 2 [pid: 8|app: 0|req: 713/1396] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:11:12 2026] GET /v2.0/networks/59456cb8-3964-4faf-9a31-3509d999e12e?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: 714/1397] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:11:12 2026] GET /v2.0/networks/59456cb8-3964-4faf-9a31-3509d999e12e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:12.814 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-14ed95ee-5b65-4491-b524-949d22d57f05 - - - - - -] OVN reports status down for port: 345a3c00-dbd9-4b63-bd6a-7f771451a266 2026-04-20 15:11:12.869 7 INFO neutron_taas.services.taas.taas_plugin [None req-a508fe20-8f07-40cb-b21b-f0a67e275156 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] TaaS: Handle Delete Port: 421c0b25-385e-42f8-b62d-98a1d6ce4d7c 2026-04-20 15:11:12.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a508fe20-8f07-40cb-b21b-f0a67e275156 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Tap Mirror: Handle Delete Port: 421c0b25-385e-42f8-b62d-98a1d6ce4d7c [pid: 7|app: 0|req: 684/1398] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:11:12 2026] DELETE /v2.0/ports/421c0b25-385e-42f8-b62d-98a1d6ce4d7c => generated 0 bytes in 504 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:11:13.147 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1e1d54d0-6b64-4dc4-af15-30aefea4cb67 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 715/1399] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:11:13 2026] DELETE /v2.0/ports/421c0b25-385e-42f8-b62d-98a1d6ce4d7c => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:11:13.175 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d18bdd0e-6ce0-4103-bb6c-f0ceaaaf7686 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 685/1400] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:11:13 2026] GET /v2.0/ports/421c0b25-385e-42f8-b62d-98a1d6ce4d7c => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1401] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:11:13 2026] DELETE /v2.0/subnets/33256e9e-94e4-42ea-a262-d7509c3b3dcb => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1402] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:13 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:13.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-17f9345a-f3fc-41be-8296-7ee7dbdc41c5 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] TaaS: Handle Delete Port: 345a3c00-dbd9-4b63-bd6a-7f771451a266 2026-04-20 15:11:13.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17f9345a-f3fc-41be-8296-7ee7dbdc41c5 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Tap Mirror: Handle Delete Port: 345a3c00-dbd9-4b63-bd6a-7f771451a266 2026-04-20 15:11:13.619 8 INFO neutron.services.segments.plugin [-] Segment 3f89db74-13af-4c6f-84d1-b81eaa33321e resource provider aggregate not found 2026-04-20 15:11:13.630 8 INFO neutron.services.segments.plugin [-] Segment 3f89db74-13af-4c6f-84d1-b81eaa33321e resource provider aggregate not found 2026-04-20 15:11:13.631 7 INFO neutron.db.ovn_revision_numbers_db [None req-f8a37e0d-c231-4a09-b54e-388b6f0a5f54 4afb027fc9574ef5bc06bf324c3082e0 560f2c042c6349fea5a2f23b26dbf78e - - default default] Successfully bumped revision number for resource 44e71e41-57c0-4420-8eaa-e7b8a58bb574 (type: routers) to 1 2026-04-20 15:11:13.640 8 INFO neutron.services.segments.plugin [-] Segment 3f89db74-13af-4c6f-84d1-b81eaa33321e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f89db74-13af-4c6f-84d1-b81eaa33321e found for delete ", "request_id": "req-4fbfc207-b883-4817-8263-64076d84529f"}]} [pid: 7|app: 0|req: 687/1403] 10.0.0.154 () {34 vars in 668 bytes} [Mon Apr 20 15:11:13 2026] POST /v2.0/routers => generated 570 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:13.657 8 INFO neutron.services.segments.plugin [-] Segment 3f89db74-13af-4c6f-84d1-b81eaa33321e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f89db74-13af-4c6f-84d1-b81eaa33321e found for delete ", "request_id": "req-da30c463-87fd-4e2d-9e38-c1de446cc869"}]} [pid: 7|app: 0|req: 688/1404] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:13 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&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: 717/1405] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:11:13 2026] DELETE /v2.0/networks/b8fc832f-89ae-4dd5-93f0-875e5bd26549 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1406] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:11:13 2026] GET /v2.0/networks?id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b => generated 699 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1407] 10.0.0.154 () {34 vars in 751 bytes} [Mon Apr 20 15:11:13 2026] PUT /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1408] 199.204.45.38 () {34 vars in 1049 bytes} [Mon Apr 20 15:11:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=140f2a9333024308bf8b2d0549798a6d => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1409] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:13 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:13.816 8 INFO neutron.db.segments_db [None req-78c80b4f-8d3a-45b7-a904-da974f8aff96 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Added segment 9cf76f8b-be42-4e29-b488-fb5e78fcdcc6 of type geneve for network 32411cab-4dca-43c6-9715-a65d7b237c2c [pid: 7|app: 0|req: 692/1410] 10.0.0.154 () {32 vars in 731 bytes} [Mon Apr 20 15:11:13 2026] GET /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:13.937 8 INFO neutron.db.ovn_revision_numbers_db [None req-78c80b4f-8d3a-45b7-a904-da974f8aff96 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource 32411cab-4dca-43c6-9715-a65d7b237c2c (type: networks) to 1 2026-04-20 15:11:14.139 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-78c80b4f-8d3a-45b7-a904-da974f8aff96 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] No more DHCP agents 2026-04-20 15:11:14.140 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-78c80b4f-8d3a-45b7-a904-da974f8aff96 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Unable to schedule network 32411cab-4dca-43c6-9715-a65d7b237c2c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:14.198 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0256a930-081d-42b1-84ac-0a5e807cc3c0 - - - - - -] OVN reports status down for port: 546a5ea1-3395-4bf2-b60c-4a57f6ee17c2 2026-04-20 15:11:14.208 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-7b07a490-575c-420b-81fe-19f4027e0511 req-4ba6415a-5005-4812-9cc1-a0ff046e6d13 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] No more DHCP agents 2026-04-20 15:11:14.209 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-7b07a490-575c-420b-81fe-19f4027e0511 req-4ba6415a-5005-4812-9cc1-a0ff046e6d13 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Unable to schedule network 06d8efa3-02c1-4c5c-b175-ff2b7db7e48b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:14.259 8 INFO neutron.db.ovn_revision_numbers_db [None req-78c80b4f-8d3a-45b7-a904-da974f8aff96 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource 546a5ea1-3395-4bf2-b60c-4a57f6ee17c2 (type: ports) to 1 [pid: 8|app: 0|req: 719/1411] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:11:13 2026] POST /v2.0/networks => generated 651 bytes in 603 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:14.357 7 INFO neutron.db.ovn_revision_numbers_db [req-7b07a490-575c-420b-81fe-19f4027e0511 req-4ba6415a-5005-4812-9cc1-a0ff046e6d13 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 21fd3c6e-fd43-446e-817a-8156535d9aaf (type: ports) to 1 2026-04-20 15:11:14.378 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0256a930-081d-42b1-84ac-0a5e807cc3c0 - - - - - -] OVN reports status down for port: 21fd3c6e-fd43-446e-817a-8156535d9aaf [pid: 7|app: 0|req: 693/1412] 199.204.45.38 () {38 vars in 954 bytes} [Mon Apr 20 15:11:13 2026] POST /v2.0/ports => generated 954 bytes in 536 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: 720/1413] 10.0.0.154 () {34 vars in 762 bytes} [Mon Apr 20 15:11:14 2026] PUT /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags/green => generated 4 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-20 15:11:14.572 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-141e4cfa-3001-4d53-b9e7-b21a36bbf0f0 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] No more DHCP agents 2026-04-20 15:11:14.573 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-141e4cfa-3001-4d53-b9e7-b21a36bbf0f0 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Unable to schedule network 32411cab-4dca-43c6-9715-a65d7b237c2c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:14.895 8 INFO neutron.db.ovn_revision_numbers_db [req-7b07a490-575c-420b-81fe-19f4027e0511 req-b3b1c417-a5ae-4002-9463-2804d5ca14bb 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 21fd3c6e-fd43-446e-817a-8156535d9aaf (type: ports) to 2 2026-04-20 15:11:14.986 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0256a930-081d-42b1-84ac-0a5e807cc3c0 - - - - - -] OVN reports status down for port: 4c9c1feb-238a-44c7-b61f-398175f5b678 2026-04-20 15:11:14.989 7 INFO neutron.db.ovn_revision_numbers_db [None req-fbd4d730-ca67-4490-ac5f-9f06ad470c59 - - - - - -] Successfully bumped revision number for resource 546a5ea1-3395-4bf2-b60c-4a57f6ee17c2 (type: ports) to 2 2026-04-20 15:11:15.033 7 INFO neutron.db.ovn_revision_numbers_db [None req-fbd4d730-ca67-4490-ac5f-9f06ad470c59 - - - - - -] Successfully bumped revision number for resource 2236cbf0-9fcf-4523-85bc-68bfe08f80ca (type: subnets) to 0 [pid: 7|app: 0|req: 694/1414] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:11:14 2026] POST /v2.0/subnets => generated 626 bytes in 631 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1415] 10.0.0.154 () {32 vars in 731 bytes} [Mon Apr 20 15:11:15 2026] GET /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1416] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:15 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1417] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:15 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:15.305 8 INFO neutron.db.ovn_revision_numbers_db [req-7b07a490-575c-420b-81fe-19f4027e0511 req-b3b1c417-a5ae-4002-9463-2804d5ca14bb 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 21fd3c6e-fd43-446e-817a-8156535d9aaf (type: ports) to 4 [pid: 8|app: 0|req: 721/1418] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:11:14 2026] PUT /v2.0/ports/21fd3c6e-fd43-446e-817a-8156535d9aaf => generated 1204 bytes in 832 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-20 15:11:15.470 8 INFO neutron.db.ovn_revision_numbers_db [None req-0256a930-081d-42b1-84ac-0a5e807cc3c0 - - - - - -] Successfully bumped revision number for resource 4c9c1feb-238a-44c7-b61f-398175f5b678 (type: ports) to 6 2026-04-20 15:11:15.482 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c1ebc7f8-604b-429e-a8d9-a9c7a5a11fd0 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] No more DHCP agents 2026-04-20 15:11:15.484 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c1ebc7f8-604b-429e-a8d9-a9c7a5a11fd0 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Unable to schedule network 32411cab-4dca-43c6-9715-a65d7b237c2c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 722/1419] 10.0.0.154 () {34 vars in 758 bytes} [Mon Apr 20 15:11:15 2026] PUT /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags/red => generated 4 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1420] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:15 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&fields=id&fields=name => generated 114 bytes in 59 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-20 15:11:15.603 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-14ed95ee-5b65-4491-b524-949d22d57f05 - - - - - -] OVN reports status down for port: be447914-7103-4bc8-8b15-60110d1df7c7 2026-04-20 15:11:15.615 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8063d2d5-0989-4034-bfd1-2e3a62dbde79'] response: {'server_uuid': '40fa09f1-2b9b-44f6-810f-586b372e3ed6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4c9c1feb-238a-44c7-b61f-398175f5b678', 'code': 200} [pid: 8|app: 0|req: 724/1421] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:15 2026] GET /v2.0/security-groups?id=40a3479a-e2a6-4400-a336-669e86db3e81&fields=id&fields=name => generated 114 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:15.667 7 INFO neutron.db.ovn_revision_numbers_db [None req-c1ebc7f8-604b-429e-a8d9-a9c7a5a11fd0 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource be447914-7103-4bc8-8b15-60110d1df7c7 (type: ports) to 1 [pid: 8|app: 0|req: 725/1422] 10.0.0.154 () {32 vars in 731 bytes} [Mon Apr 20 15:11:15 2026] GET /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1423] 10.0.0.154 () {34 vars in 665 bytes} [Mon Apr 20 15:11:15 2026] POST /v2.0/ports => generated 911 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1424] 10.0.0.154 () {34 vars in 780 bytes} [Mon Apr 20 15:11:15 2026] PUT /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags/black.or.white => generated 4 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-20 15:11:15.903 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ddb7f89-7c3e-44b8-8724-d72e70c9eacb eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] TaaS: Handle Delete Port: be447914-7103-4bc8-8b15-60110d1df7c7 2026-04-20 15:11:15.914 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ddb7f89-7c3e-44b8-8724-d72e70c9eacb eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Tap Mirror: Handle Delete Port: be447914-7103-4bc8-8b15-60110d1df7c7 [pid: 8|app: 0|req: 727/1425] 10.0.0.154 () {32 vars in 731 bytes} [Mon Apr 20 15:11:15 2026] GET /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/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: 728/1426] 10.0.0.154 () {34 vars in 751 bytes} [Mon Apr 20 15:11:15 2026] PUT /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1427] 10.0.0.154 () {32 vars in 731 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags => generated 37 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1428] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:11:15 2026] DELETE /v2.0/ports/be447914-7103-4bc8-8b15-60110d1df7c7 => generated 0 bytes in 407 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:11:16.159 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3885067f-600b-40ad-81a1-50c755d34186 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 700/1429] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/ports/be447914-7103-4bc8-8b15-60110d1df7c7 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1430] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags/red => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:16.302 8 INFO neutron.api.v2.resource [None req-7e73cec9-67b7-4892-8d51-aedc3d1a25b7 4afb027fc9574ef5bc06bf324c3082e0 560f2c042c6349fea5a2f23b26dbf78e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 731/1431] 10.0.0.154 () {32 vars in 743 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags/green => generated 99 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1432] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:11:16 2026] DELETE /v2.0/subnets/2236cbf0-9fcf-4523-85bc-68bfe08f80ca => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1433] 10.0.0.154 () {32 vars in 742 bytes} [Mon Apr 20 15:11:16 2026] DELETE /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags/red => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1434] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/ports?tenant_id=140f2a9333024308bf8b2d0549798a6d&device_id=3b10c472-034c-401f-a544-35af17566843 => generated 1207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1435] 10.0.0.154 () {32 vars in 731 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags => generated 30 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1436] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=21fd3c6e-fd43-446e-817a-8156535d9aaf => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:16.527 8 INFO neutron_taas.services.taas.taas_plugin [None req-a265c351-b33f-487b-87c7-3511a0779cad eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] TaaS: Handle Delete Port: 546a5ea1-3395-4bf2-b60c-4a57f6ee17c2 2026-04-20 15:11:16.530 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a265c351-b33f-487b-87c7-3511a0779cad eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Tap Mirror: Handle Delete Port: 546a5ea1-3395-4bf2-b60c-4a57f6ee17c2 2026-04-20 15:11:16.597 7 INFO neutron.api.v2.resource [None req-99c177d0-4ed8-4ed4-b48a-d0518a277bbe 4afb027fc9574ef5bc06bf324c3082e0 560f2c042c6349fea5a2f23b26dbf78e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 707/1439] 10.0.0.154 () {32 vars in 746 bytes} [Mon Apr 20 15:11:16 2026] DELETE /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags/green => generated 99 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1440] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/subnets?id=f705e57c-d580-4c8f-8ece-814892b57a9c => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1441] 10.0.0.154 () {32 vars in 734 bytes} [Mon Apr 20 15:11:16 2026] DELETE /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:16.734 8 INFO neutron.services.segments.plugin [-] Segment 9cf76f8b-be42-4e29-b488-fb5e78fcdcc6 resource provider aggregate not found 2026-04-20 15:11:16.738 8 INFO neutron.services.segments.plugin [-] Segment 9cf76f8b-be42-4e29-b488-fb5e78fcdcc6 resource provider aggregate not found [pid: 7|app: 0|req: 710/1442] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/ports?network_id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b&device_owner=network%3Adhcp => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:16.753 8 INFO neutron.services.segments.plugin [-] Segment 9cf76f8b-be42-4e29-b488-fb5e78fcdcc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cf76f8b-be42-4e29-b488-fb5e78fcdcc6 found for delete ", "request_id": "req-22b52eac-6124-47cf-93ca-521067352d71"}]} 2026-04-20 15:11:16.755 8 INFO neutron.services.segments.plugin [-] Segment 9cf76f8b-be42-4e29-b488-fb5e78fcdcc6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cf76f8b-be42-4e29-b488-fb5e78fcdcc6 found for delete ", "request_id": "req-7246a19c-b24d-46b6-a0a0-0a065148ee25"}]} [pid: 8|app: 0|req: 733/1443] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:11:16 2026] DELETE /v2.0/networks/32411cab-4dca-43c6-9715-a65d7b237c2c => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1444] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1445] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1446] 10.0.0.154 () {32 vars in 731 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574/tags => generated 12 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1447] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?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: 714/1448] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&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: 715/1449] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/security-groups?id=40a3479a-e2a6-4400-a336-669e86db3e81&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: 716/1450] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574 => generated 576 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1451] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:11:16 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:17.094 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6b3dae5e-beea-4bb1-a25f-8305edf6e4ff eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] No more DHCP agents 2026-04-20 15:11:17.095 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6b3dae5e-beea-4bb1-a25f-8305edf6e4ff eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Unable to schedule network 6ec00100-2ab7-4563-8311-0c70d879269a: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:17.169 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-33794075-f08c-4f29-a692-cecd9a93e7e6 - - - - - -] OVN reports status down for port: 1b81d8a8-67ce-4f0b-9021-b43fffe2df26 2026-04-20 15:11:17.231 8 INFO neutron.db.ovn_revision_numbers_db [None req-6b3dae5e-beea-4bb1-a25f-8305edf6e4ff eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource 1b81d8a8-67ce-4f0b-9021-b43fffe2df26 (type: ports) to 1 [pid: 8|app: 0|req: 735/1452] 10.0.0.154 () {34 vars in 665 bytes} [Mon Apr 20 15:11:16 2026] POST /v2.0/ports => generated 775 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:11:17.417 7 INFO neutron.db.ovn_revision_numbers_db [None req-a5868403-7d31-47c1-ba85-3ea00b5978c1 4afb027fc9574ef5bc06bf324c3082e0 560f2c042c6349fea5a2f23b26dbf78e - - default default] Successfully bumped revision number for resource 44e71e41-57c0-4420-8eaa-e7b8a58bb574 (type: routers) to 7 [pid: 7|app: 0|req: 718/1453] 10.0.0.154 () {34 vars in 742 bytes} [Mon Apr 20 15:11:17 2026] PUT /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574 => generated 576 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1454] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:11:17 2026] GET /v2.0/ports?device_id=44e71e41-57c0-4420-8eaa-e7b8a58bb574 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:17.563 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-33794075-f08c-4f29-a692-cecd9a93e7e6 - - - - - -] OVN reports status down for port: 1b81d8a8-67ce-4f0b-9021-b43fffe2df26 2026-04-20 15:11:17.614 8 INFO neutron.db.ovn_revision_numbers_db [None req-d4c277b9-507a-47e5-b248-6f9699ba0160 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Successfully bumped revision number for resource 1b81d8a8-67ce-4f0b-9021-b43fffe2df26 (type: ports) to 2 2026-04-20 15:11:17.662 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa78c647-9e3a-404c-a3ea-3807c5d5e5f5'] response: {'name': 'network-changed', 'server_uuid': '3b10c472-034c-401f-a544-35af17566843', 'tag': '21fd3c6e-fd43-446e-817a-8156535d9aaf', 'status': 'completed', 'code': 200} 2026-04-20 15:11:17.662 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa78c647-9e3a-404c-a3ea-3807c5d5e5f5'] response: {'server_uuid': '40fa09f1-2b9b-44f6-810f-586b372e3ed6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4c9c1feb-238a-44c7-b61f-398175f5b678', 'code': 200} [pid: 8|app: 0|req: 736/1455] 10.0.0.154 () {34 vars in 737 bytes} [Mon Apr 20 15:11:17 2026] PUT /v2.0/ports/1b81d8a8-67ce-4f0b-9021-b43fffe2df26 => generated 752 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1456] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:11:17 2026] DELETE /v2.0/routers/44e71e41-57c0-4420-8eaa-e7b8a58bb574 => generated 0 bytes in 218 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-20 15:11:17.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0d5bd27-29f1-4f2d-9df2-0098db79da05 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] TaaS: Handle Delete Port: 1b81d8a8-67ce-4f0b-9021-b43fffe2df26 2026-04-20 15:11:17.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0d5bd27-29f1-4f2d-9df2-0098db79da05 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Tap Mirror: Handle Delete Port: 1b81d8a8-67ce-4f0b-9021-b43fffe2df26 [pid: 8|app: 0|req: 737/1457] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:11:17 2026] DELETE /v2.0/ports/1b81d8a8-67ce-4f0b-9021-b43fffe2df26 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:11:18.005 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-33794075-f08c-4f29-a692-cecd9a93e7e6 - - - - - -] OVN reports status up for port: 4c9c1feb-238a-44c7-b61f-398175f5b678 [pid: 7|app: 0|req: 721/1458] 10.0.0.154 () {32 vars in 643 bytes} [Mon Apr 20 15:11:17 2026] GET /v2.0/ports => generated 1534 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:18.036 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9cd8d80f-1ea6-4ca8-a4eb-697674eb309e eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 722/1459] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:11:18 2026] GET /v2.0/ports/1b81d8a8-67ce-4f0b-9021-b43fffe2df26 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:11:18.040 8 INFO neutron.plugins.ml2.plugin [None req-33794075-f08c-4f29-a692-cecd9a93e7e6 - - - - - -] Attempt 1 to provision port 4c9c1feb-238a-44c7-b61f-398175f5b678 [pid: 7|app: 0|req: 723/1460] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:18 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => 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: 724/1461] 10.0.0.154 () {32 vars in 643 bytes} [Mon Apr 20 15:11:18 2026] GET /v2.0/ports => generated 1534 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1462] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:18 2026] GET /v2.0/security-groups?id=40a3479a-e2a6-4400-a336-669e86db3e81&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: 738/1463] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:18 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 969 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1464] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:11:18 2026] GET /v2.0/ports/9a5baaa8-156a-4289-9eec-50bf7f984a50 => generated 775 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1465] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:18 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1466] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:11:18 2026] GET /v2.0/ports?tenant_id=140f2a9333024308bf8b2d0549798a6d&device_id=3b10c472-034c-401f-a544-35af17566843 => generated 1207 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:18.259 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e42bbd95-fa58-40ae-86be-8668970964ab eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 728/1467] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:11:18 2026] DELETE /v2.0/ports/be447914-7103-4bc8-8b15-60110d1df7c7 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:11:18.280 7 INFO neutron.pecan_wsgi.hooks.translation [None req-336b5bd1-7b55-4af5-98e1-0f76b8b3ac35 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 729/1468] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:11:18 2026] DELETE /v2.0/subnets/2236cbf0-9fcf-4523-85bc-68bfe08f80ca => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:11:18.306 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3e533db-ae31-4ef0-8678-348a92c7117e eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 730/1469] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:11:18 2026] DELETE /v2.0/subnets/33256e9e-94e4-42ea-a262-d7509c3b3dcb => 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: 740/1470] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:11:18 2026] GET /v2.0/networks?id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b => generated 798 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:18.406 8 INFO neutron.db.ovn_revision_numbers_db [None req-33794075-f08c-4f29-a692-cecd9a93e7e6 - - - - - -] Successfully bumped revision number for resource 4c9c1feb-238a-44c7-b61f-398175f5b678 (type: ports) to 7 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-20 15:11:18.442 7 INFO neutron_taas.services.taas.taas_plugin [None req-4325b084-4d06-4e93-81d2-0af1067e6216 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] TaaS: Handle Delete Port: 9a5baaa8-156a-4289-9eec-50bf7f984a50 2026-04-20 15:11:18.445 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4325b084-4d06-4e93-81d2-0af1067e6216 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Tap Mirror: Handle Delete Port: 9a5baaa8-156a-4289-9eec-50bf7f984a50 [pid: 7|app: 0|req: 731/1471] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:11:18 2026] DELETE /v2.0/ports/9a5baaa8-156a-4289-9eec-50bf7f984a50 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1472] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:11:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=21fd3c6e-fd43-446e-817a-8156535d9aaf => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:18.608 8 INFO neutron.db.ovn_revision_numbers_db [None req-ce30255c-4e05-45f1-954e-be6960ae4cc6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 0e8b9325-0083-4cee-b806-00f3e2a0d10d (type: security_groups) to 1 2026-04-20 15:11:18.622 8 INFO neutron.db.ovn_revision_numbers_db [None req-ce30255c-4e05-45f1-954e-be6960ae4cc6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 330e75dc-5f7c-438b-aaf3-a2c1686ae95e (type: security_group_rules) to 0 2026-04-20 15:11:18.635 8 INFO neutron.db.ovn_revision_numbers_db [None req-ce30255c-4e05-45f1-954e-be6960ae4cc6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c0819269-cd59-4e26-92e6-a6d31b3fef0c (type: security_group_rules) to 0 2026-04-20 15:11:18.648 8 INFO neutron.db.ovn_revision_numbers_db [None req-ce30255c-4e05-45f1-954e-be6960ae4cc6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e5b7d2ef-5a58-4ada-b1d2-2aac11c478a0 (type: security_group_rules) to 0 2026-04-20 15:11:18.662 8 INFO neutron.db.ovn_revision_numbers_db [None req-ce30255c-4e05-45f1-954e-be6960ae4cc6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f6cda67e-4c40-4c14-a58b-96386b775fa1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 741/1473] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:18 2026] GET /v2.0/security-groups?tenant_id=63883646a7174d5880ad07f82ca7ffb0&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:18.706 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c398f96-625a-4d40-9a46-822bb9faa129 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] TaaS: Handle Delete Port: 1bce1d76-539f-4d46-9c24-e29007db2f23 2026-04-20 15:11:18.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c398f96-625a-4d40-9a46-822bb9faa129 eaa04fa3ca44440eb181abb9f36edacb 3ae91cf1f2a345b2acdaf82ad4e26671 - - default default] Tap Mirror: Handle Delete Port: 1bce1d76-539f-4d46-9c24-e29007db2f23 [pid: 8|app: 0|req: 742/1474] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:11:18 2026] GET /v2.0/subnets?id=f705e57c-d580-4c8f-8ece-814892b57a9c => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:18.909 7 INFO neutron.services.segments.plugin [-] Segment d65ac1f5-53d4-4e46-a4f1-bbfaaa19887b resource provider aggregate not found 2026-04-20 15:11:18.913 7 INFO neutron.services.segments.plugin [-] Segment d65ac1f5-53d4-4e46-a4f1-bbfaaa19887b resource provider aggregate not found 2026-04-20 15:11:18.931 7 INFO neutron.services.segments.plugin [-] Segment d65ac1f5-53d4-4e46-a4f1-bbfaaa19887b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d65ac1f5-53d4-4e46-a4f1-bbfaaa19887b found for delete ", "request_id": "req-72a9951c-2029-446f-84b1-e276bdbf4090"}]} 2026-04-20 15:11:18.939 7 INFO neutron.services.segments.plugin [-] Segment d65ac1f5-53d4-4e46-a4f1-bbfaaa19887b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d65ac1f5-53d4-4e46-a4f1-bbfaaa19887b found for delete ", "request_id": "req-ff49ed9d-4598-41db-a916-b7e5836e633d"}]} [pid: 7|app: 0|req: 733/1475] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:11:18 2026] DELETE /v2.0/networks/6ec00100-2ab7-4563-8311-0c70d879269a => generated 0 bytes in 392 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1476] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:11:18 2026] GET /v2.0/ports?network_id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b&device_owner=network%3Adhcp => 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: 735/1477] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:11:19 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1478] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:18 2026] DELETE /v2.0/security-groups/0e8b9325-0083-4cee-b806-00f3e2a0d10d => generated 0 bytes in 341 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1479] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:11:19 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1480] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:19 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 969 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1481] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:19 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => 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: 745/1482] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:19 2026] GET /v2.0/security-groups?id=40a3479a-e2a6-4400-a336-669e86db3e81&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1483] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:19 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&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-20 15:11:19.523 7 INFO neutron.db.ovn_revision_numbers_db [None req-b2b6c34a-c617-4f60-baed-7fc5f823e0a2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9f67db9e-2949-4831-95fb-bd9ba96a0cfe (type: security_groups) to 1 2026-04-20 15:11:19.541 7 INFO neutron.db.ovn_revision_numbers_db [None req-b2b6c34a-c617-4f60-baed-7fc5f823e0a2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 31c76e3d-6526-4445-a520-39b0c8a64cfd (type: security_group_rules) to 0 2026-04-20 15:11:19.556 7 INFO neutron.db.ovn_revision_numbers_db [None req-b2b6c34a-c617-4f60-baed-7fc5f823e0a2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4c494a59-d685-4c53-b0b5-9752b136524f (type: security_group_rules) to 0 2026-04-20 15:11:19.575 7 INFO neutron.db.ovn_revision_numbers_db [None req-b2b6c34a-c617-4f60-baed-7fc5f823e0a2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 904c6f43-2b52-4053-9c2d-dabf46eda859 (type: security_group_rules) to 0 2026-04-20 15:11:19.590 7 INFO neutron.db.ovn_revision_numbers_db [None req-b2b6c34a-c617-4f60-baed-7fc5f823e0a2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fe5248b8-18a3-4955-8f01-2c19936b9e31 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 738/1484] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:19 2026] GET /v2.0/security-groups?tenant_id=560f2c042c6349fea5a2f23b26dbf78e&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1485] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:19 2026] GET /v2.0/security-groups?tenant_id=3ae91cf1f2a345b2acdaf82ad4e26671&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:19.710 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0d0ed52e-64e0-416e-ad2e-a874e432d415 - - - - - -] OVN reports status up for port: 21fd3c6e-fd43-446e-817a-8156535d9aaf 2026-04-20 15:11:19.727 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f50e0f9-8571-47c6-9f51-013ebe289037'] response: {'server_uuid': '40fa09f1-2b9b-44f6-810f-586b372e3ed6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4c9c1feb-238a-44c7-b61f-398175f5b678', 'code': 200} 2026-04-20 15:11:19.727 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f50e0f9-8571-47c6-9f51-013ebe289037'] response: {'server_uuid': '40fa09f1-2b9b-44f6-810f-586b372e3ed6', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '4c9c1feb-238a-44c7-b61f-398175f5b678', 'code': 200} 2026-04-20 15:11:19.745 8 INFO neutron.plugins.ml2.plugin [None req-0d0ed52e-64e0-416e-ad2e-a874e432d415 - - - - - -] Attempt 1 to provision port 21fd3c6e-fd43-446e-817a-8156535d9aaf [pid: 7|app: 0|req: 739/1486] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:19 2026] DELETE /v2.0/security-groups/9f67db9e-2949-4831-95fb-bd9ba96a0cfe => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1487] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:19 2026] DELETE /v2.0/security-groups/12469a0b-2a8a-4baa-bf65-ed1bd59c4142 => generated 0 bytes in 419 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:20.158 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d0ed52e-64e0-416e-ad2e-a874e432d415 - - - - - -] Successfully bumped revision number for resource 21fd3c6e-fd43-446e-817a-8156535d9aaf (type: ports) to 5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 740/1488] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:20 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1489] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:20 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1490] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:20 2026] GET /v2.0/security-groups?id=40a3479a-e2a6-4400-a336-669e86db3e81&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1491] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:20 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&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: 742/1492] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:21 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1493] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:21 2026] GET /v2.0/security-groups?id=40a3479a-e2a6-4400-a336-669e86db3e81&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:21.760 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91589e43-1c4b-4434-99a3-d42eb230c27b'] response: {'server_uuid': '3b10c472-034c-401f-a544-35af17566843', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '21fd3c6e-fd43-446e-817a-8156535d9aaf', 'code': 200} 2026-04-20 15:11:21.761 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91589e43-1c4b-4434-99a3-d42eb230c27b'] response: {'server_uuid': '3b10c472-034c-401f-a544-35af17566843', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '21fd3c6e-fd43-446e-817a-8156535d9aaf', 'code': 200} [pid: 7|app: 0|req: 743/1494] 10.0.0.154 () {34 vars in 677 bytes} [Mon Apr 20 15:11:22 2026] POST /v2.0/subnetpools => generated 549 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1495] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:11:22 2026] GET /v2.0/subnetpools/cc4a4335-a60b-4da3-82a0-6c3d9704aa0e => generated 549 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1496] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:11:22 2026] PUT /v2.0/subnetpools/cc4a4335-a60b-4da3-82a0-6c3d9704aa0e => generated 500 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1497] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:11:22 2026] DELETE /v2.0/subnetpools/cc4a4335-a60b-4da3-82a0-6c3d9704aa0e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:22.476 7 INFO neutron.api.v2.resource [None req-ec5c1660-38fe-4f9f-b100-1d73f2d0667a 1d0a8378620043aab265301f199d3f88 0b25ac27a90a4d0bb6c1498974603129 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 745/1498] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:11:22 2026] GET /v2.0/subnetpools/cc4a4335-a60b-4da3-82a0-6c3d9704aa0e => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:11:22.497 8 INFO neutron.api.v2.resource [None req-8b945839-ab58-45df-9a05-17e467769b53 1d0a8378620043aab265301f199d3f88 0b25ac27a90a4d0bb6c1498974603129 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 754/1499] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:11:22 2026] DELETE /v2.0/subnetpools/cc4a4335-a60b-4da3-82a0-6c3d9704aa0e => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1500] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:22 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1501] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:22 2026] GET /v2.0/security-groups?id=40a3479a-e2a6-4400-a336-669e86db3e81&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-20 15:11:23.325 7 INFO neutron.db.ovn_revision_numbers_db [None req-31bb1f70-ee3f-4ebc-b9e6-e8cc7f676cbb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 878b5f7c-510c-4da5-b31e-e1d8c1606d3e (type: security_groups) to 1 2026-04-20 15:11:23.341 7 INFO neutron.db.ovn_revision_numbers_db [None req-31bb1f70-ee3f-4ebc-b9e6-e8cc7f676cbb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 666e157b-5143-487e-8858-46d789ee7136 (type: security_group_rules) to 0 2026-04-20 15:11:23.354 7 INFO neutron.db.ovn_revision_numbers_db [None req-31bb1f70-ee3f-4ebc-b9e6-e8cc7f676cbb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 828c4f3d-e941-4978-b7dd-f7251255f141 (type: security_group_rules) to 0 2026-04-20 15:11:23.367 7 INFO neutron.db.ovn_revision_numbers_db [None req-31bb1f70-ee3f-4ebc-b9e6-e8cc7f676cbb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e13dd50a-0951-4771-830b-75655194cdde (type: security_group_rules) to 0 2026-04-20 15:11:23.378 7 INFO neutron.db.ovn_revision_numbers_db [None req-31bb1f70-ee3f-4ebc-b9e6-e8cc7f676cbb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e5791463-599b-4064-96fc-0fd20d4c8a6e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 747/1502] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:23 2026] GET /v2.0/security-groups?tenant_id=0b25ac27a90a4d0bb6c1498974603129&name=default => generated 2925 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1503] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:11:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1504] 10.0.0.154 () {34 vars in 759 bytes} [Mon Apr 20 15:11:23 2026] PUT /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1505] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:11:23 2026] GET /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1506] 10.0.0.154 () {34 vars in 770 bytes} [Mon Apr 20 15:11:23 2026] PUT /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1507] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:23 2026] DELETE /v2.0/security-groups/878b5f7c-510c-4da5-b31e-e1d8c1606d3e => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1508] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:11:23 2026] GET /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/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: 749/1509] 10.0.0.154 () {34 vars in 766 bytes} [Mon Apr 20 15:11:23 2026] PUT /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1510] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:11:23 2026] GET /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1511] 10.0.0.154 () {34 vars in 788 bytes} [Mon Apr 20 15:11:23 2026] PUT /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1512] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:11:23 2026] GET /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1513] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:23 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => 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: 751/1514] 10.0.0.154 () {34 vars in 759 bytes} [Mon Apr 20 15:11:23 2026] PUT /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1515] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:24 2026] GET /v2.0/security-groups?id=40a3479a-e2a6-4400-a336-669e86db3e81&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1516] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:11:24 2026] GET /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1517] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:11:24 2026] GET /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:24.171 7 INFO neutron.api.v2.resource [None req-3e6ff882-4d8a-4d79-a49e-f58996a14642 e00c8e7f2e254354ac476c0cb8f94925 40c399fd50d94f40927bc0a30e994404 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 753/1518] 10.0.0.154 () {32 vars in 751 bytes} [Mon Apr 20 15:11:24 2026] GET /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/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: 766/1519] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:24 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1520] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:11:24 2026] DELETE /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/tags/red => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1521] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:24 2026] GET /v2.0/security-groups?id=40a3479a-e2a6-4400-a336-669e86db3e81&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1522] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:11:24 2026] GET /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:24.341 7 INFO neutron.api.v2.resource [None req-67649074-db3b-4d33-8ac6-a1f257256e00 e00c8e7f2e254354ac476c0cb8f94925 40c399fd50d94f40927bc0a30e994404 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 756/1523] 10.0.0.154 () {32 vars in 754 bytes} [Mon Apr 20 15:11:24 2026] DELETE /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1524] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:11:24 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 1209 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1525] 10.0.0.154 () {32 vars in 742 bytes} [Mon Apr 20 15:11:24 2026] DELETE /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/tags => 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: 758/1526] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:11:24 2026] GET /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6/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: 759/1527] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:11:24 2026] DELETE /v2.0/subnetpools/1f762c75-1d53-428a-ba7a-75469271d7c6 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:24.648 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8e7245c4-35ad-4870-b198-25ab965c928e 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] No more DHCP agents 2026-04-20 15:11:24.650 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8e7245c4-35ad-4870-b198-25ab965c928e 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:25.398 7 INFO neutron.db.ovn_revision_numbers_db [None req-643da579-1d29-4a78-b0f6-3d41919ba64c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e42cde60-c012-4a1d-8e4d-9bb618e86646 (type: security_groups) to 1 2026-04-20 15:11:25.416 7 INFO neutron.db.ovn_revision_numbers_db [None req-643da579-1d29-4a78-b0f6-3d41919ba64c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 01d16460-1146-4fd2-84a1-72a5ffc25124 (type: security_group_rules) to 0 2026-04-20 15:11:25.428 7 INFO neutron.db.ovn_revision_numbers_db [None req-643da579-1d29-4a78-b0f6-3d41919ba64c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 26862bba-a8d1-4588-8a0f-50d95c10167d (type: security_group_rules) to 0 2026-04-20 15:11:25.438 7 INFO neutron.db.ovn_revision_numbers_db [None req-643da579-1d29-4a78-b0f6-3d41919ba64c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6633fa47-ffe0-4323-8673-375736a7a6f6 (type: security_group_rules) to 0 2026-04-20 15:11:25.450 7 INFO neutron.db.ovn_revision_numbers_db [None req-643da579-1d29-4a78-b0f6-3d41919ba64c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ab013c0c-b80b-473a-b79f-a54a2bf83426 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 760/1528] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:25 2026] GET /v2.0/security-groups?tenant_id=40c399fd50d94f40927bc0a30e994404&name=default => generated 2925 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:11:25.536 8 INFO neutron.db.ovn_revision_numbers_db [None req-8e7245c4-35ad-4870-b198-25ab965c928e 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource cb583f92-be43-4ad3-b0c5-58a77a3067eb (type: floatingips) to 1 2026-04-20 15:11:25.536 8 INFO neutron.db.l3_db [None req-8e7245c4-35ad-4870-b198-25ab965c928e 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Floating IP cb583f92-be43-4ad3-b0c5-58a77a3067eb associated. External IP: 10.96.250.220, port: 21fd3c6e-fd43-446e-817a-8156535d9aaf. [pid: 8|app: 0|req: 769/1529] 10.0.0.154 () {34 vars in 677 bytes} [Mon Apr 20 15:11:24 2026] POST /v2.0/floatingips => generated 855 bytes in 1234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:25.629 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-06febb90-48d6-465e-b86c-073871f0b249'] response: {'name': 'network-changed', 'server_uuid': '3b10c472-034c-401f-a544-35af17566843', 'tag': '21fd3c6e-fd43-446e-817a-8156535d9aaf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 770/1530] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:11:25 2026] GET /v2.0/floatingips/cb583f92-be43-4ad3-b0c5-58a77a3067eb => generated 857 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1531] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:25 2026] DELETE /v2.0/security-groups/e42cde60-c012-4a1d-8e4d-9bb618e86646 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:26.027 8 INFO neutron.db.ovn_revision_numbers_db [None req-d7d7e03b-7751-4168-a022-f49c1f15ea5e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fcda8d49-2a96-42c3-b980-c1edf0534703 (type: security_groups) to 1 2026-04-20 15:11:26.038 8 INFO neutron.db.ovn_revision_numbers_db [None req-d7d7e03b-7751-4168-a022-f49c1f15ea5e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 29425062-3b14-4596-b4cb-e955545d0ba4 (type: security_group_rules) to 0 2026-04-20 15:11:26.052 8 INFO neutron.db.ovn_revision_numbers_db [None req-d7d7e03b-7751-4168-a022-f49c1f15ea5e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4958ad22-5187-4d5d-84f4-ff6af2c54a83 (type: security_group_rules) to 0 2026-04-20 15:11:26.066 8 INFO neutron.db.ovn_revision_numbers_db [None req-d7d7e03b-7751-4168-a022-f49c1f15ea5e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource db7da342-0001-4e76-b7dc-4741f94abf52 (type: security_group_rules) to 0 2026-04-20 15:11:26.082 8 INFO neutron.db.ovn_revision_numbers_db [None req-d7d7e03b-7751-4168-a022-f49c1f15ea5e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e9a235e5-848e-4e34-869e-d6c485e89a78 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 771/1532] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:25 2026] GET /v2.0/security-groups?tenant_id=71477a3349df415bbcf1751302b488eb&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1533] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:11:26 2026] GET /v2.0/ports?tenant_id=140f2a9333024308bf8b2d0549798a6d&device_id=3b10c472-034c-401f-a544-35af17566843 => generated 1209 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1534] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:11:26 2026] GET /v2.0/networks?id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1535] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:11:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=21fd3c6e-fd43-446e-817a-8156535d9aaf => generated 860 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1536] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:11:26 2026] GET /v2.0/subnets?id=f705e57c-d580-4c8f-8ece-814892b57a9c => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1537] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:11:26 2026] GET /v2.0/ports?network_id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b&device_owner=network%3Adhcp => 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: 762/1538] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:26 2026] DELETE /v2.0/security-groups/fcda8d49-2a96-42c3-b980-c1edf0534703 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1539] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:11:26 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1540] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:11:26 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:28.640 8 INFO neutron.db.ovn_revision_numbers_db [None req-6d82fb9c-462e-4c5a-a346-44b7489676e1 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3e6b6a4e-3c55-466c-95e2-9f3829c51e10 (type: security_groups) to 1 2026-04-20 15:11:28.666 8 INFO neutron.db.ovn_revision_numbers_db [None req-6d82fb9c-462e-4c5a-a346-44b7489676e1 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 19d245dc-bb6d-40f6-a55d-1a6f5602443b (type: security_group_rules) to 0 2026-04-20 15:11:28.686 8 INFO neutron.db.ovn_revision_numbers_db [None req-6d82fb9c-462e-4c5a-a346-44b7489676e1 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5c2ec070-ca12-4906-85ee-a8904e2d16e8 (type: security_group_rules) to 0 2026-04-20 15:11:28.704 8 INFO neutron.db.ovn_revision_numbers_db [None req-6d82fb9c-462e-4c5a-a346-44b7489676e1 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6aba8257-23a9-4d94-8710-eb431e96faac (type: security_group_rules) to 0 2026-04-20 15:11:28.723 8 INFO neutron.db.ovn_revision_numbers_db [None req-6d82fb9c-462e-4c5a-a346-44b7489676e1 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6e0a01b3-2190-48b7-9eea-b72137705362 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 778/1541] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:28 2026] GET /v2.0/security-groups?tenant_id=243c7f7cad8244c289e0100f414db1ec&name=default => generated 2925 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1542] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:28 2026] DELETE /v2.0/security-groups/3e6b6a4e-3c55-466c-95e2-9f3829c51e10 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:29.188 8 INFO neutron.db.ovn_revision_numbers_db [None req-be40a5de-1978-4075-809f-25d85d8a7da3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5139295f-3487-4290-a8b4-d13daa765ffc (type: security_groups) to 1 2026-04-20 15:11:29.205 8 INFO neutron.db.ovn_revision_numbers_db [None req-be40a5de-1978-4075-809f-25d85d8a7da3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 60917502-670a-41c7-bae9-0a9f0220a8ca (type: security_group_rules) to 0 2026-04-20 15:11:29.220 8 INFO neutron.db.ovn_revision_numbers_db [None req-be40a5de-1978-4075-809f-25d85d8a7da3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 84a0e519-4430-439f-a758-52a5ec05ac73 (type: security_group_rules) to 0 2026-04-20 15:11:29.232 8 INFO neutron.db.ovn_revision_numbers_db [None req-be40a5de-1978-4075-809f-25d85d8a7da3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource bc7afff1-7702-4008-b4b0-42eb7ca8b7a6 (type: security_group_rules) to 0 2026-04-20 15:11:29.242 8 INFO neutron.db.ovn_revision_numbers_db [None req-be40a5de-1978-4075-809f-25d85d8a7da3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fa17cf1b-07e4-4902-b54c-353c6f476f9a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 779/1543] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:29 2026] GET /v2.0/security-groups?tenant_id=379bd5a21139429d8d088df83726979e&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1544] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:29 2026] DELETE /v2.0/security-groups/5139295f-3487-4290-a8b4-d13daa765ffc => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1545] 10.0.0.4 () {34 vars in 988 bytes} [Mon Apr 20 15:11:31 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 1209 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1546] 10.0.0.4 () {34 vars in 1038 bytes} [Mon Apr 20 15:11:31 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&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: 768/1549] 10.0.0.4 () {34 vars in 988 bytes} [Mon Apr 20 15:11:32 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 1209 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1550] 10.0.0.4 () {34 vars in 1038 bytes} [Mon Apr 20 15:11:32 2026] GET /v2.0/security-groups?id=40a3479a-e2a6-4400-a336-669e86db3e81&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: 769/1551] 10.0.0.154 () {32 vars in 826 bytes} [Mon Apr 20 15:11:34 2026] GET /v2.0/ports?project_id=140f2a9333024308bf8b2d0549798a6d&network_id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b => generated 3315 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1552] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:11:34 2026] GET /v2.0/routers => generated 1941 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1553] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:11:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1554] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:11:34 2026] GET /v2.0/network-ip-availabilities => generated 2028 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1555] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:11:34 2026] GET /v2.0/networks => generated 3871 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1556] 10.0.0.154 () {32 vars in 742 bytes} [Mon Apr 20 15:11:34 2026] GET /v2.0/subnets?network_id=3b6cb35e-6630-4592-9567-d9042fcd536e => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:34.742 7 INFO neutron.db.ovn_revision_numbers_db [None req-64d24b39-b8c2-4b4f-8949-109ca3ab47b5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2222e0c8-62ea-49b9-b50d-5815de86c9c4 (type: security_groups) to 1 [pid: 8|app: 0|req: 788/1557] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:11:34 2026] GET /v2.0/subnets => generated 2653 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:34.759 7 INFO neutron.db.ovn_revision_numbers_db [None req-64d24b39-b8c2-4b4f-8949-109ca3ab47b5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7d06b380-939c-4438-9904-49bc978455d5 (type: security_group_rules) to 0 2026-04-20 15:11:34.774 7 INFO neutron.db.ovn_revision_numbers_db [None req-64d24b39-b8c2-4b4f-8949-109ca3ab47b5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9996cd7a-f8c5-4af1-8402-0bf46b11ce92 (type: security_group_rules) to 0 2026-04-20 15:11:34.788 7 INFO neutron.db.ovn_revision_numbers_db [None req-64d24b39-b8c2-4b4f-8949-109ca3ab47b5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b3a24ad1-a67d-4e43-86ec-a0445037b642 (type: security_group_rules) to 0 2026-04-20 15:11:34.799 7 INFO neutron.db.ovn_revision_numbers_db [None req-64d24b39-b8c2-4b4f-8949-109ca3ab47b5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e0212d50-9841-4ad2-8510-a3f946fe0b05 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 789/1558] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:11:34 2026] GET /v2.0/subnets => generated 2653 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1559] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:11:34 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1560] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:34 2026] GET /v2.0/security-groups?tenant_id=24d0c15dec614f8483f75c3d2c746736&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1561] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:11:34 2026] GET /v2.0/ports => generated 16009 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-20 15:11:35.109 8 INFO neutron.db.ovn_revision_numbers_db [None req-6392dab0-9cfd-4335-9cb4-244934377b5e 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource cb583f92-be43-4ad3-b0c5-58a77a3067eb (type: floatingips) to 2 2026-04-20 15:11:35.167 8 INFO neutron.db.l3_db [None req-6392dab0-9cfd-4335-9cb4-244934377b5e 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Floating IP cb583f92-be43-4ad3-b0c5-58a77a3067eb disassociated. External IP: 10.96.250.220, port: 21fd3c6e-fd43-446e-817a-8156535d9aaf. [pid: 7|app: 0|req: 771/1562] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:34 2026] DELETE /v2.0/security-groups/2222e0c8-62ea-49b9-b50d-5815de86c9c4 => generated 0 bytes in 311 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: 792/1563] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:11:34 2026] PUT /v2.0/floatingips/cb583f92-be43-4ad3-b0c5-58a77a3067eb => generated 554 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1564] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:11:35 2026] GET /v2.0/floatingips => generated 1398 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1565] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:11:35 2026] GET /v2.0/floatingips/cb583f92-be43-4ad3-b0c5-58a77a3067eb => generated 552 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:35.241 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b6bb767-a788-406a-b7fc-798cbbe550a4'] response: {'name': 'network-changed', 'server_uuid': '3b10c472-034c-401f-a544-35af17566843', 'tag': '21fd3c6e-fd43-446e-817a-8156535d9aaf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 773/1566] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:11:35 2026] GET /v2.0/security-groups => generated 31417 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1567] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:11:35 2026] GET /v2.0/agents => generated 1214 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:35.393 8 INFO neutron.db.ovn_revision_numbers_db [None req-5ccc7441-c6c7-4b5c-a951-89d757234dea 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 20582138-3ae1-4cfe-9fea-a9388b75241b (type: security_groups) to 1 2026-04-20 15:11:35.405 8 INFO neutron.db.ovn_revision_numbers_db [None req-5ccc7441-c6c7-4b5c-a951-89d757234dea 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 50e79247-d5c4-4e65-8272-f23e4d48f8f5 (type: security_group_rules) to 0 2026-04-20 15:11:35.417 8 INFO neutron.db.ovn_revision_numbers_db [None req-5ccc7441-c6c7-4b5c-a951-89d757234dea 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7531863f-0432-4b20-bd3f-f6b03830f9a7 (type: security_group_rules) to 0 2026-04-20 15:11:35.430 8 INFO neutron.db.ovn_revision_numbers_db [None req-5ccc7441-c6c7-4b5c-a951-89d757234dea 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b4f909f6-4496-45a1-b1a6-f1539e478804 (type: security_group_rules) to 0 2026-04-20 15:11:35.442 8 INFO neutron.db.ovn_revision_numbers_db [None req-5ccc7441-c6c7-4b5c-a951-89d757234dea 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource de602c3e-6c88-4331-b8dc-3c9d02a2dc89 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 794/1568] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:35 2026] GET /v2.0/security-groups?tenant_id=6469d93dcf1b49b7b697d552de4a1e32&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1569] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:35 2026] DELETE /v2.0/security-groups/20582138-3ae1-4cfe-9fea-a9388b75241b => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1570] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:11:35 2026] GET /v2.0/ports?tenant_id=140f2a9333024308bf8b2d0549798a6d&device_id=3b10c472-034c-401f-a544-35af17566843 => generated 1209 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1571] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:11:35 2026] GET /v2.0/networks?id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b => generated 798 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1572] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:11:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=21fd3c6e-fd43-446e-817a-8156535d9aaf => 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: 777/1573] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:11:35 2026] GET /v2.0/subnets?id=f705e57c-d580-4c8f-8ece-814892b57a9c => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1574] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:11:35 2026] GET /v2.0/ports?network_id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b&device_owner=network%3Adhcp => 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: 778/1575] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:11:35 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?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: 798/1576] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:11:36 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1577] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:36 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1578] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:36 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&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-20 15:11:36.404 8 INFO neutron.db.ovn_revision_numbers_db [None req-b54f30ba-3f17-4779-8aaa-318e325c4fb5 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 97d3e477-c557-4145-93d1-6818440b0427 (type: security_groups) to 1 2026-04-20 15:11:36.422 8 INFO neutron.db.ovn_revision_numbers_db [None req-b54f30ba-3f17-4779-8aaa-318e325c4fb5 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 8dd9b0f9-8ed8-47d9-86a2-e5325e8ef25b (type: security_group_rules) to 0 2026-04-20 15:11:36.432 8 INFO neutron.db.ovn_revision_numbers_db [None req-b54f30ba-3f17-4779-8aaa-318e325c4fb5 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource f8bf5d40-7750-4480-aa67-0058ae326c37 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 799/1579] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:11:36 2026] POST /v2.0/security-groups => generated 1673 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1580] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:36 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:36.623 7 INFO neutron.db.ovn_revision_numbers_db [None req-f41c2b4a-cdb8-497a-a187-261558d62a5a 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 6d3a430b-85e5-427f-bef7-5b9f14e752bc (type: security_group_rules) to 0 [pid: 8|app: 0|req: 801/1581] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:36 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&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: 781/1582] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:11:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:36.807 8 INFO neutron.db.ovn_revision_numbers_db [None req-f195b91f-cb6d-4285-ac3a-0a955dc67cab 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 74a78535-ea78-4d21-b73a-2f69a516971d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 802/1583] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:11:36 2026] POST /v2.0/security-group-rules => generated 596 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:36.967 7 INFO neutron.db.ovn_revision_numbers_db [None req-4e677793-e738-410f-a4f4-4e9eee414f47 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource b64e9b7f-2373-49b4-a01d-e906f4b1ad63 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 782/1584] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:11:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:37.118 8 INFO neutron.db.ovn_revision_numbers_db [None req-a4034216-fd09-44d7-8cc5-000fa01c0bcc 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource b23d9506-ed5d-4189-8f32-e357bbc4f796 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 803/1585] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:11:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:37.195 7 INFO neutron.db.securitygroups_db [None req-a473a46f-2b4c-4fef-905e-429b36f22981 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Project 140f2a9333024308bf8b2d0549798a6d added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-20 15:11:37.310 7 INFO neutron.db.ovn_revision_numbers_db [None req-a473a46f-2b4c-4fef-905e-429b36f22981 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 4cddf1d8-3282-4fb5-b06b-2dae80293c6d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 783/1586] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:11:37 2026] POST /v2.0/security-group-rules => generated 607 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:37.381 8 INFO neutron.db.securitygroups_db [None req-2f31e9aa-6612-434a-8dc6-653771ab030e 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Project 140f2a9333024308bf8b2d0549798a6d added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-20 15:11:37.483 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f31e9aa-6612-434a-8dc6-653771ab030e 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource ecc60db3-0e97-4ac8-9b96-fb547f4dfbb9 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 804/1587] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:11:37 2026] POST /v2.0/security-group-rules => generated 606 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:37.580 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5b8bde27-20c6-4861-8df1-3412d96e55d6 - - - - - -] OVN reports status down for port: 4c9c1feb-238a-44c7-b61f-398175f5b678 [pid: 7|app: 0|req: 784/1588] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:37 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:37.775 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-061595fd-f281-4d26-a7af-2e3dc5de66b1'] response: {'server_uuid': '40fa09f1-2b9b-44f6-810f-586b372e3ed6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4c9c1feb-238a-44c7-b61f-398175f5b678', 'code': 200} [pid: 8|app: 0|req: 805/1589] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:37 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:37.933 8 INFO neutron.db.ovn_revision_numbers_db [None req-5b8bde27-20c6-4861-8df1-3412d96e55d6 - - - - - -] Successfully bumped revision number for resource 4c9c1feb-238a-44c7-b61f-398175f5b678 (type: ports) to 8 [pid: 7|app: 0|req: 785/1590] 10.0.0.154 () {32 vars in 649 bytes} [Mon Apr 20 15:11:37 2026] GET /v2.0/networks => generated 1374 bytes in 174 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: 806/1591] 10.0.0.166 () {34 vars in 1098 bytes} [Mon Apr 20 15:11:38 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-313744670&fields=id&tenant_id=140f2a9333024308bf8b2d0549798a6d => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1592] 10.0.0.166 () {34 vars in 982 bytes} [Mon Apr 20 15:11:38 2026] GET /v2.0/networks?id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b => generated 699 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1593] 10.0.0.166 () {34 vars in 965 bytes} [Mon Apr 20 15:11:38 2026] GET /v2.0/quotas/140f2a9333024308bf8b2d0549798a6d => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1594] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:11:38 2026] GET /v2.0/ports?tenant_id=140f2a9333024308bf8b2d0549798a6d&fields=id => generated 149 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1595] 10.0.0.166 () {34 vars in 1008 bytes} [Mon Apr 20 15:11:38 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1596] 10.0.0.166 () {34 vars in 1108 bytes} [Mon Apr 20 15:11:38 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1597] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:38 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => 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: 789/1598] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:11:38 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => 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: 790/1599] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:38 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:38.957 8 INFO neutron_taas.services.taas.taas_plugin [req-ab8656a7-4b81-4d28-a3a8-5acb4c90fba7 req-54040707-71d1-45e1-921d-937c5ec51f7d 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] TaaS: Handle Delete Port: 4c9c1feb-238a-44c7-b61f-398175f5b678 2026-04-20 15:11:38.961 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ab8656a7-4b81-4d28-a3a8-5acb4c90fba7 req-54040707-71d1-45e1-921d-937c5ec51f7d 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] Tap Mirror: Handle Delete Port: 4c9c1feb-238a-44c7-b61f-398175f5b678 2026-04-20 15:11:39.141 8 INFO neutron.db.l3_db [req-ab8656a7-4b81-4d28-a3a8-5acb4c90fba7 req-54040707-71d1-45e1-921d-937c5ec51f7d 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] Floating IP 588fa1a9-42c2-49ff-9e78-7f42c14c8295 disassociated. External IP: 10.96.250.202, port: 4c9c1feb-238a-44c7-b61f-398175f5b678. 2026-04-20 15:11:39.239 7 INFO neutron.db.ovn_revision_numbers_db [None req-b6c5081c-a100-4654-8b6b-f55170075f33 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 01e0643a-4ab0-4e9c-85a1-5135bad7ec31 (type: security_groups) to 1 2026-04-20 15:11:39.254 7 INFO neutron.db.ovn_revision_numbers_db [None req-b6c5081c-a100-4654-8b6b-f55170075f33 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 1f271112-02b0-47f7-be98-08f8b6a9e91a (type: security_group_rules) to 0 2026-04-20 15:11:39.273 7 INFO neutron.db.ovn_revision_numbers_db [None req-b6c5081c-a100-4654-8b6b-f55170075f33 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5a75f49b-4c90-4ecf-9eb3-9f0d39ed369c (type: security_group_rules) to 0 2026-04-20 15:11:39.285 7 INFO neutron.db.ovn_revision_numbers_db [None req-b6c5081c-a100-4654-8b6b-f55170075f33 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5d8491c5-8e3d-42be-aa47-7edf806c4dd2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 810/1600] 199.204.45.38 () {36 vars in 996 bytes} [Mon Apr 20 15:11:38 2026] DELETE /v2.0/ports/4c9c1feb-238a-44c7-b61f-398175f5b678 => generated 0 bytes in 486 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:11:39.298 7 INFO neutron.db.ovn_revision_numbers_db [None req-b6c5081c-a100-4654-8b6b-f55170075f33 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource aaf74a40-8baf-4296-a57f-d30907269b2e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 811/1601] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:39 2026] GET /v2.0/security-groups?id=aa43061e-b964-411a-9c16-69cc0bd1eaa0&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: 791/1602] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:38 2026] GET /v2.0/security-groups?tenant_id=7d3b367fe47341bca9637db9e949c6bd&name=default => generated 2925 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1603] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:39 2026] DELETE /v2.0/security-groups/01e0643a-4ab0-4e9c-85a1-5135bad7ec31 => generated 0 bytes in 193 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: 792/1604] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:39 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:39.823 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-93a65727-942f-43fa-8f48-0f000726da9d'] response: {'server_uuid': '40fa09f1-2b9b-44f6-810f-586b372e3ed6', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '4c9c1feb-238a-44c7-b61f-398175f5b678', 'code': 200} 2026-04-20 15:11:39.824 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-93a65727-942f-43fa-8f48-0f000726da9d'] response: {'server_uuid': '40fa09f1-2b9b-44f6-810f-586b372e3ed6', 'name': 'network-vif-deleted', 'tag': '4c9c1feb-238a-44c7-b61f-398175f5b678', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 813/1605] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:40 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => 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: 793/1606] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:40 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => 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: 814/1607] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:41 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => 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: 794/1608] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:41 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => 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: 815/1609] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:42 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => 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: 795/1610] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:11:42 2026] GET /v2.0/networks?id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b => generated 699 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1611] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:42 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => 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: 796/1612] 199.204.45.38 () {34 vars in 1049 bytes} [Mon Apr 20 15:11:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=140f2a9333024308bf8b2d0549798a6d => generated 273 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:43.291 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-bd0b0ecf-b3e6-4cc5-b821-68370e531fa5 req-844a25be-7cf7-4363-8280-592e70c625a5 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] No more DHCP agents 2026-04-20 15:11:43.293 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-bd0b0ecf-b3e6-4cc5-b821-68370e531fa5 req-844a25be-7cf7-4363-8280-592e70c625a5 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Unable to schedule network 06d8efa3-02c1-4c5c-b175-ff2b7db7e48b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:43.430 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a18377fb-79af-45da-824b-c4f03b90a7b8 - - - - - -] OVN reports status down for port: 72c0773b-d35f-4ea8-a35e-425b7d921df5 2026-04-20 15:11:43.510 8 INFO neutron.db.ovn_revision_numbers_db [req-bd0b0ecf-b3e6-4cc5-b821-68370e531fa5 req-844a25be-7cf7-4363-8280-592e70c625a5 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource 72c0773b-d35f-4ea8-a35e-425b7d921df5 (type: ports) to 1 [pid: 8|app: 0|req: 817/1613] 199.204.45.38 () {38 vars in 954 bytes} [Mon Apr 20 15:11:42 2026] POST /v2.0/ports => generated 954 bytes in 638 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-20 15:11:43.820 7 INFO neutron.db.ovn_revision_numbers_db [None req-619b6899-31d3-4579-908d-eed81b37c02b 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Successfully bumped revision number for resource eedd0b09-1fc6-4819-ba12-7bf117073004 (type: security_groups) to 1 2026-04-20 15:11:43.834 7 INFO neutron.db.ovn_revision_numbers_db [None req-619b6899-31d3-4579-908d-eed81b37c02b 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Successfully bumped revision number for resource 616d1849-bb00-48d2-bf0d-cc7bd51b5e21 (type: security_group_rules) to 0 2026-04-20 15:11:43.847 7 INFO neutron.db.ovn_revision_numbers_db [None req-619b6899-31d3-4579-908d-eed81b37c02b 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Successfully bumped revision number for resource 8c18610f-397e-4d2a-9e97-11012a839761 (type: security_group_rules) to 0 2026-04-20 15:11:43.858 7 INFO neutron.db.ovn_revision_numbers_db [None req-619b6899-31d3-4579-908d-eed81b37c02b 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Successfully bumped revision number for resource 96ea1968-aca5-4e37-ae08-7630c6483a86 (type: security_group_rules) to 0 2026-04-20 15:11:43.873 7 INFO neutron.db.ovn_revision_numbers_db [None req-619b6899-31d3-4579-908d-eed81b37c02b 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Successfully bumped revision number for resource fca7b8e7-c2ae-47d3-8fdc-610f489d0732 (type: security_group_rules) to 0 2026-04-20 15:11:43.943 7 INFO neutron.db.segments_db [None req-619b6899-31d3-4579-908d-eed81b37c02b 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Added segment 740c6cf8-8c6d-4205-b30a-63fcf93c27f0 of type geneve for network 337c4603-b163-4821-be55-2af99e3d925d 2026-04-20 15:11:44.001 8 INFO neutron.db.ovn_revision_numbers_db [req-bd0b0ecf-b3e6-4cc5-b821-68370e531fa5 req-68c8619e-25b6-432d-8987-2a4bce043203 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 72c0773b-d35f-4ea8-a35e-425b7d921df5 (type: ports) to 2 2026-04-20 15:11:44.063 7 INFO neutron.db.ovn_revision_numbers_db [None req-619b6899-31d3-4579-908d-eed81b37c02b 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Successfully bumped revision number for resource 337c4603-b163-4821-be55-2af99e3d925d (type: networks) to 1 2026-04-20 15:11:44.175 8 INFO neutron.db.ovn_revision_numbers_db [req-bd0b0ecf-b3e6-4cc5-b821-68370e531fa5 req-68c8619e-25b6-432d-8987-2a4bce043203 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 72c0773b-d35f-4ea8-a35e-425b7d921df5 (type: ports) to 4 [pid: 8|app: 0|req: 818/1614] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:11:43 2026] PUT /v2.0/ports/72c0773b-d35f-4ea8-a35e-425b7d921df5 => generated 1204 bytes in 569 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: 819/1615] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:44 2026] GET /v2.0/ports?device_id=40fa09f1-2b9b-44f6-810f-586b372e3ed6 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:44.254 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-619b6899-31d3-4579-908d-eed81b37c02b 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] No more DHCP agents [pid: 8|app: 0|req: 820/1616] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:44 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:44.256 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-619b6899-31d3-4579-908d-eed81b37c02b 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Unable to schedule network 337c4603-b163-4821-be55-2af99e3d925d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:44.261 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-39c4a669-3b99-4fd9-946b-a65f17df9b24'] response: {'name': 'network-changed', 'server_uuid': '2915fa84-667a-46f4-89c4-2333ef9e3e1b', 'tag': '72c0773b-d35f-4ea8-a35e-425b7d921df5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 821/1617] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:44 2026] GET /v2.0/security-groups?id=97d3e477-c557-4145-93d1-6818440b0427&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:44.312 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a18377fb-79af-45da-824b-c4f03b90a7b8 - - - - - -] OVN reports status down for port: 54c12dd6-de7b-4932-b9ec-e49b96bfebee 2026-04-20 15:11:44.338 7 INFO neutron.db.ovn_revision_numbers_db [None req-619b6899-31d3-4579-908d-eed81b37c02b 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Successfully bumped revision number for resource 54c12dd6-de7b-4932-b9ec-e49b96bfebee (type: ports) to 1 [pid: 7|app: 0|req: 797/1618] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:11:43 2026] POST /v2.0/networks => generated 748 bytes in 819 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:44.519 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8b29d97b-4441-4c00-8f3b-0199482c8688 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] No more DHCP agents 2026-04-20 15:11:44.520 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8b29d97b-4441-4c00-8f3b-0199482c8688 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Unable to schedule network 337c4603-b163-4821-be55-2af99e3d925d: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 798/1619] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:11:44 2026] GET /v2.0/ports?tenant_id=140f2a9333024308bf8b2d0549798a6d&device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 1207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1620] 199.204.45.38 () {34 vars in 1017 bytes} [Mon Apr 20 15:11:44 2026] GET /v2.0/networks?tenant_id=140f2a9333024308bf8b2d0549798a6d&shared=False => generated 798 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1621] 199.204.45.38 () {34 vars in 929 bytes} [Mon Apr 20 15:11:44 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:44.955 8 INFO neutron.db.ovn_revision_numbers_db [None req-7d8974da-a1f4-443b-ab60-8f34b6464eb8 - - - - - -] Successfully bumped revision number for resource 54c12dd6-de7b-4932-b9ec-e49b96bfebee (type: ports) to 2 2026-04-20 15:11:44.991 8 INFO neutron.db.ovn_revision_numbers_db [None req-7d8974da-a1f4-443b-ab60-8f34b6464eb8 - - - - - -] Successfully bumped revision number for resource 7acc286b-f9fc-40c7-9b94-c731a890c2b9 (type: subnets) to 0 [pid: 8|app: 0|req: 822/1622] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:11:44 2026] POST /v2.0/subnets => generated 644 bytes in 644 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:45.016 7 WARNING neutron.api.v2.base [None req-216c77eb-02e7-4f1c-9897-f9ba5eb31cf5 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - 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-20 15:11:45.017 7 INFO neutron.api.v2.resource [None req-216c77eb-02e7-4f1c-9897-f9ba5eb31cf5 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 801/1623] 10.0.0.154 () {34 vars in 681 bytes} [Mon Apr 20 15:11:45 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-20 15:11:45.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-1dd646da-f1d6-4384-b287-4fff86a94cc9 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] TaaS: Handle Delete Port: 54c12dd6-de7b-4932-b9ec-e49b96bfebee 2026-04-20 15:11:45.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dd646da-f1d6-4384-b287-4fff86a94cc9 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Tap Mirror: Handle Delete Port: 54c12dd6-de7b-4932-b9ec-e49b96bfebee 2026-04-20 15:11:45.439 8 INFO neutron.services.segments.plugin [-] Segment 740c6cf8-8c6d-4205-b30a-63fcf93c27f0 resource provider aggregate not found 2026-04-20 15:11:45.441 8 INFO neutron.services.segments.plugin [-] Segment 740c6cf8-8c6d-4205-b30a-63fcf93c27f0 resource provider aggregate not found 2026-04-20 15:11:45.454 8 INFO neutron.services.segments.plugin [-] Segment 740c6cf8-8c6d-4205-b30a-63fcf93c27f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 740c6cf8-8c6d-4205-b30a-63fcf93c27f0 found for delete ", "request_id": "req-62ee1492-8ca5-4c7f-bef2-dd2776bf0082"}]} 2026-04-20 15:11:45.462 8 INFO neutron.services.segments.plugin [-] Segment 740c6cf8-8c6d-4205-b30a-63fcf93c27f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 740c6cf8-8c6d-4205-b30a-63fcf93c27f0 found for delete ", "request_id": "req-3c955f83-c74c-4063-8aa4-e828bc4abdc1"}]} [pid: 7|app: 0|req: 802/1624] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:45 2026] DELETE /v2.0/security-groups/aa43061e-b964-411a-9c16-69cc0bd1eaa0 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1625] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:11:45 2026] DELETE /v2.0/networks/337c4603-b163-4821-be55-2af99e3d925d => generated 0 bytes in 465 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:11:45.497 8 INFO neutron.api.v2.resource [None req-2443ac59-bf95-4190-ac74-8b8d847b1839 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 824/1626] 10.0.0.154 () {32 vars in 737 bytes} [Mon Apr 20 15:11:45 2026] GET /v2.0/security-groups/aa43061e-b964-411a-9c16-69cc0bd1eaa0 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1627] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:45 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:45.596 8 INFO neutron.db.segments_db [None req-3fc6e2ee-59ca-4604-b142-7a59045c7665 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Added segment ace35e74-4f88-4e44-acaa-6ad0ec98ad50 of type geneve for network 83ecc0f0-7301-45b4-97e1-dfdf359e19c8 2026-04-20 15:11:45.695 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab684349-c1ec-4f97-9f32-51eb5e2d0f0e 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] TaaS: Handle Delete Port: 6c44b0bd-8765-4372-82f7-e7aaf38e0bf8 2026-04-20 15:11:45.698 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab684349-c1ec-4f97-9f32-51eb5e2d0f0e 1fefd9ec675f41ffbe4c563834c096d2 d57bd96599724dbc9b54eb1a40f0cc38 - - default default] Tap Mirror: Handle Delete Port: 6c44b0bd-8765-4372-82f7-e7aaf38e0bf8 2026-04-20 15:11:45.714 8 INFO neutron.db.ovn_revision_numbers_db [None req-3fc6e2ee-59ca-4604-b142-7a59045c7665 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Successfully bumped revision number for resource 83ecc0f0-7301-45b4-97e1-dfdf359e19c8 (type: networks) to 1 [pid: 7|app: 0|req: 804/1628] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:11:45 2026] DELETE /v2.0/floatingips/588fa1a9-42c2-49ff-9e78-7f42c14c8295 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:45.891 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3fc6e2ee-59ca-4604-b142-7a59045c7665 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] No more DHCP agents 2026-04-20 15:11:45.894 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3fc6e2ee-59ca-4604-b142-7a59045c7665 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Unable to schedule network 83ecc0f0-7301-45b4-97e1-dfdf359e19c8: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 805/1629] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:45 2026] GET /v2.0/security-groups?id=97d3e477-c557-4145-93d1-6818440b0427&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:45.990 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a18377fb-79af-45da-824b-c4f03b90a7b8 - - - - - -] OVN reports status down for port: 66f388bc-9c74-4035-a8f4-ad825b0a8e77 2026-04-20 15:11:46.076 8 INFO neutron.db.ovn_revision_numbers_db [None req-3fc6e2ee-59ca-4604-b142-7a59045c7665 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Successfully bumped revision number for resource 66f388bc-9c74-4035-a8f4-ad825b0a8e77 (type: ports) to 1 [pid: 8|app: 0|req: 825/1630] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:11:45 2026] POST /v2.0/networks => generated 748 bytes in 632 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1631] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:11:46 2026] GET /v2.0/ports?tenant_id=140f2a9333024308bf8b2d0549798a6d&device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 1207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:46.303 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd1a81ac-02f8-4422-8e9f-ade954a131eb 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] No more DHCP agents 2026-04-20 15:11:46.305 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd1a81ac-02f8-4422-8e9f-ade954a131eb 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Unable to schedule network 83ecc0f0-7301-45b4-97e1-dfdf359e19c8: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:46.312 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7248058-c567-4236-9bc3-5bb804ab2428 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 79f91604-ca46-439f-85bf-a34c4a3492d7 2026-04-20 15:11:46.316 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7248058-c567-4236-9bc3-5bb804ab2428 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 79f91604-ca46-439f-85bf-a34c4a3492d7 2026-04-20 15:11:46.788 8 INFO neutron.db.ovn_revision_numbers_db [None req-b7a05662-d356-41d3-a7e6-07bc69962091 - - - - - -] Successfully bumped revision number for resource 66f388bc-9c74-4035-a8f4-ad825b0a8e77 (type: ports) to 2 2026-04-20 15:11:46.826 8 INFO neutron.db.ovn_revision_numbers_db [None req-b7a05662-d356-41d3-a7e6-07bc69962091 - - - - - -] Successfully bumped revision number for resource 7eec8a02-27fd-45bb-8e77-e2f8cbb9408c (type: subnets) to 0 [pid: 8|app: 0|req: 827/1632] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:11:46 2026] POST /v2.0/subnets => generated 647 bytes in 671 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1633] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:11:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=72c0773b-d35f-4ea8-a35e-425b7d921df5 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:46.874 8 WARNING neutron.api.v2.base [None req-888a8de3-b146-4045-b487-79f3e30e9a90 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - 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-20 15:11:46.875 8 INFO neutron.api.v2.resource [None req-888a8de3-b146-4045-b487-79f3e30e9a90 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 831/1636] 10.0.0.154 () {34 vars in 681 bytes} [Mon Apr 20 15:11:46 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1637] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:11:46 2026] GET /v2.0/subnets?id=f705e57c-d580-4c8f-8ece-814892b57a9c => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1638] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:11:45 2026] PUT /v2.0/routers/d013919b-b6c8-4d11-ba75-269802e70dac/remove_router_interface => generated 309 bytes in 1095 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: 807/1639] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:11:46 2026] GET /v2.0/ports?network_id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b&device_owner=network%3Adhcp => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:47.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-49d939db-5bc3-49a2-9e84-562565b3bddd 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] TaaS: Handle Delete Port: 66f388bc-9c74-4035-a8f4-ad825b0a8e77 2026-04-20 15:11:47.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49d939db-5bc3-49a2-9e84-562565b3bddd 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Tap Mirror: Handle Delete Port: 66f388bc-9c74-4035-a8f4-ad825b0a8e77 [pid: 7|app: 0|req: 808/1640] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:47 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:47.391 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd9eb338-da96-4c89-b864-cee871c06797 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 017c4b0e-350b-4a1d-bf26-917f9ec31bae [pid: 8|app: 0|req: 833/1641] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:11:46 2026] DELETE /v2.0/networks/83ecc0f0-7301-45b4-97e1-dfdf359e19c8 => generated 0 bytes in 486 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:11:47.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd9eb338-da96-4c89-b864-cee871c06797 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 017c4b0e-350b-4a1d-bf26-917f9ec31bae [pid: 8|app: 0|req: 834/1642] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:11:47 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?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: 835/1643] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:47 2026] GET /v2.0/security-groups?id=97d3e477-c557-4145-93d1-6818440b0427&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-20 15:11:47.475 8 INFO neutron.services.segments.plugin [-] Segment ace35e74-4f88-4e44-acaa-6ad0ec98ad50 resource provider aggregate not found 2026-04-20 15:11:47.484 8 INFO neutron.services.segments.plugin [-] Segment ace35e74-4f88-4e44-acaa-6ad0ec98ad50 resource provider aggregate not found 2026-04-20 15:11:47.503 8 INFO neutron.services.segments.plugin [-] Segment ace35e74-4f88-4e44-acaa-6ad0ec98ad50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ace35e74-4f88-4e44-acaa-6ad0ec98ad50 found for delete ", "request_id": "req-0b1dff09-23cd-4182-ae96-e85aa4fec38f"}]} 2026-04-20 15:11:47.512 8 INFO neutron.services.segments.plugin [-] Segment ace35e74-4f88-4e44-acaa-6ad0ec98ad50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ace35e74-4f88-4e44-acaa-6ad0ec98ad50 found for delete ", "request_id": "req-6730c7ce-beab-41b5-91a5-b0fd468205cf"}]} 2026-04-20 15:11:47.560 8 INFO neutron.db.segments_db [None req-ccee5203-c758-4541-bb1f-161e34a8d595 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Added segment 4f22380b-70b0-4a8f-aee5-d3c4dae73012 of type geneve for network 3f3211ef-7a31-4b60-bb83-44d47ea39456 2026-04-20 15:11:47.693 8 INFO neutron.db.ovn_revision_numbers_db [None req-ccee5203-c758-4541-bb1f-161e34a8d595 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Successfully bumped revision number for resource 3f3211ef-7a31-4b60-bb83-44d47ea39456 (type: networks) to 1 [pid: 7|app: 0|req: 809/1644] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:11:47 2026] DELETE /v2.0/routers/d013919b-b6c8-4d11-ba75-269802e70dac => generated 0 bytes in 717 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1645] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:11:47 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:47.885 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ccee5203-c758-4541-bb1f-161e34a8d595 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] No more DHCP agents 2026-04-20 15:11:47.886 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ccee5203-c758-4541-bb1f-161e34a8d595 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Unable to schedule network 3f3211ef-7a31-4b60-bb83-44d47ea39456: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:47.957 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-14ed95ee-5b65-4491-b524-949d22d57f05 - - - - - -] OVN reports status down for port: 61262ca9-5be0-42b4-a7f3-204dfa97f014 2026-04-20 15:11:47.978 8 INFO neutron.db.ovn_revision_numbers_db [None req-ccee5203-c758-4541-bb1f-161e34a8d595 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Successfully bumped revision number for resource 61262ca9-5be0-42b4-a7f3-204dfa97f014 (type: ports) to 1 [pid: 8|app: 0|req: 836/1646] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:11:47 2026] POST /v2.0/networks => generated 748 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1647] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:11:47 2026] DELETE /v2.0/subnets/8a31b55d-143b-4c19-a82e-bbef4db9a50f => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:11:48.155 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0f6c7fdb-b649-454a-be9f-e3ac7ba724fb 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] No more DHCP agents 2026-04-20 15:11:48.156 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0f6c7fdb-b649-454a-be9f-e3ac7ba724fb 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Unable to schedule network 3f3211ef-7a31-4b60-bb83-44d47ea39456: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:11:48.200 7 INFO neutron_taas.services.taas.taas_plugin [None req-53f4be78-b5e1-448e-83a5-57e0caaa8a3d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: ee5425d8-7939-45ca-831e-b9eccee1cd7d 2026-04-20 15:11:48.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53f4be78-b5e1-448e-83a5-57e0caaa8a3d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: ee5425d8-7939-45ca-831e-b9eccee1cd7d 2026-04-20 15:11:48.371 7 INFO neutron.services.segments.plugin [-] Segment d7f595b9-d8d4-4651-9377-3dc69238ab27 resource provider aggregate not found 2026-04-20 15:11:48.377 7 INFO neutron.services.segments.plugin [-] Segment d7f595b9-d8d4-4651-9377-3dc69238ab27 resource provider aggregate not found 2026-04-20 15:11:48.390 7 INFO neutron.services.segments.plugin [-] Segment d7f595b9-d8d4-4651-9377-3dc69238ab27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7f595b9-d8d4-4651-9377-3dc69238ab27 found for delete ", "request_id": "req-754589fa-4af6-4fc5-b390-f8d364148bac"}]} 2026-04-20 15:11:48.404 7 INFO neutron.services.segments.plugin [-] Segment d7f595b9-d8d4-4651-9377-3dc69238ab27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7f595b9-d8d4-4651-9377-3dc69238ab27 found for delete ", "request_id": "req-90e6d9e8-24be-4c33-bc2f-f112ef0db186"}]} [pid: 7|app: 0|req: 812/1648] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:11:48 2026] DELETE /v2.0/networks/59456cb8-3964-4faf-9a31-3509d999e12e => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1649] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:48 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1650] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:48 2026] GET /v2.0/security-groups?id=97d3e477-c557-4145-93d1-6818440b0427&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:48.655 8 INFO neutron.db.ovn_revision_numbers_db [None req-50a94b2c-c3fe-4a47-a5b7-43104078e586 - - - - - -] Successfully bumped revision number for resource 61262ca9-5be0-42b4-a7f3-204dfa97f014 (type: ports) to 2 [pid: 7|app: 0|req: 815/1651] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:48 2026] GET /v2.0/security-groups?tenant_id=d57bd96599724dbc9b54eb1a40f0cc38&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:48.693 8 INFO neutron.db.ovn_revision_numbers_db [None req-50a94b2c-c3fe-4a47-a5b7-43104078e586 - - - - - -] Successfully bumped revision number for resource 7ba37269-ef23-4589-94b8-9026fd4daa19 (type: subnets) to 0 [pid: 8|app: 0|req: 837/1652] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:11:48 2026] POST /v2.0/subnets => generated 647 bytes in 718 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1653] 10.0.0.154 () {34 vars in 681 bytes} [Mon Apr 20 15:11:48 2026] POST /v2.0/rbac-policies => generated 324 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1654] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:48 2026] DELETE /v2.0/security-groups/168e1c02-3d8a-46b9-8ac3-8724c14e480a => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1655] 10.0.0.154 () {32 vars in 723 bytes} [Mon Apr 20 15:11:49 2026] GET /v2.0/networks/3f3211ef-7a31-4b60-bb83-44d47ea39456 => generated 692 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1656] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:49 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1657] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:49 2026] GET /v2.0/security-groups?id=97d3e477-c557-4145-93d1-6818440b0427&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-20 15:11:50.091 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b439a976-e6a5-421e-aed7-e0b8a15b348f 69290ee72369422990b26d258c9239da 3eb4e1de5ef44ec1ba46e6b652e2fd91 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 818/1658] 10.0.0.154 () {32 vars in 723 bytes} [Mon Apr 20 15:11:49 2026] GET /v2.0/networks/3f3211ef-7a31-4b60-bb83-44d47ea39456 => generated 138 bytes in 215 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:11:50.250 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a5f7d4a-a882-4ad5-aeb3-f2d87791b72b 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] TaaS: Handle Delete Port: 61262ca9-5be0-42b4-a7f3-204dfa97f014 2026-04-20 15:11:50.253 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a5f7d4a-a882-4ad5-aeb3-f2d87791b72b 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] Tap Mirror: Handle Delete Port: 61262ca9-5be0-42b4-a7f3-204dfa97f014 2026-04-20 15:11:50.478 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a18377fb-79af-45da-824b-c4f03b90a7b8 - - - - - -] OVN reports status up for port: 72c0773b-d35f-4ea8-a35e-425b7d921df5 2026-04-20 15:11:50.504 8 INFO neutron.plugins.ml2.plugin [None req-a18377fb-79af-45da-824b-c4f03b90a7b8 - - - - - -] Attempt 1 to provision port 72c0773b-d35f-4ea8-a35e-425b7d921df5 2026-04-20 15:11:50.637 8 INFO neutron.services.segments.plugin [-] Segment 4f22380b-70b0-4a8f-aee5-d3c4dae73012 resource provider aggregate not found 2026-04-20 15:11:50.644 8 INFO neutron.services.segments.plugin [-] Segment 4f22380b-70b0-4a8f-aee5-d3c4dae73012 resource provider aggregate not found 2026-04-20 15:11:50.672 8 INFO neutron.services.segments.plugin [-] Segment 4f22380b-70b0-4a8f-aee5-d3c4dae73012 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f22380b-70b0-4a8f-aee5-d3c4dae73012 found for delete ", "request_id": "req-5fd2e8c0-188c-4845-b1be-7553c9b06d94"}]} 2026-04-20 15:11:50.677 8 INFO neutron.services.segments.plugin [-] Segment 4f22380b-70b0-4a8f-aee5-d3c4dae73012 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f22380b-70b0-4a8f-aee5-d3c4dae73012 found for delete ", "request_id": "req-5b5d540b-f5f7-45aa-af1b-7011ab12cc9d"}]} 2026-04-20 15:11:50.759 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa798cb5-9ca0-498f-9226-c931311c1abc'] response: {'server_uuid': '2915fa84-667a-46f4-89c4-2333ef9e3e1b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '72c0773b-d35f-4ea8-a35e-425b7d921df5', 'code': 200} [pid: 8|app: 0|req: 841/1659] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:11:50 2026] DELETE /v2.0/networks/3f3211ef-7a31-4b60-bb83-44d47ea39456 => generated 0 bytes in 675 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:11:50.804 7 INFO neutron.pecan_wsgi.hooks.translation [None req-344c9ace-2b6e-4f70-8913-485bc993b00c 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 819/1660] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:11:50 2026] DELETE /v2.0/subnets/7acc286b-f9fc-40c7-9b94-c731a890c2b9 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:11:50.832 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0c321545-ad6f-4a45-b3b6-1da72eb5358d 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 842/1661] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:11:50 2026] DELETE /v2.0/subnets/7eec8a02-27fd-45bb-8e77-e2f8cbb9408c => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:11:50.859 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28c69f6c-f2a8-497a-8999-e9680d253780 34d5d6a3fb434d9799d53dbd0c07dc8b 5254cc2ec1954dd6b097619421001c9c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 820/1662] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:11:50 2026] DELETE /v2.0/subnets/7ba37269-ef23-4589-94b8-9026fd4daa19 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:11:50.993 8 INFO neutron.db.ovn_revision_numbers_db [None req-a18377fb-79af-45da-824b-c4f03b90a7b8 - - - - - -] Successfully bumped revision number for resource 72c0773b-d35f-4ea8-a35e-425b7d921df5 (type: ports) to 5 [pid: 8|app: 0|req: 843/1663] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:50 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 971 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1664] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:51 2026] GET /v2.0/security-groups?id=97d3e477-c557-4145-93d1-6818440b0427&fields=id&fields=name => generated 113 bytes in 56 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-20 15:11:52.030 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f936b88-d73c-4293-bf4c-9b1665d3793b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 90c95b25-133f-422f-a649-f937ed9b29ce (type: security_groups) to 1 2026-04-20 15:11:52.050 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f936b88-d73c-4293-bf4c-9b1665d3793b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5f6b212c-c61d-41ce-8aa3-07ddd7b45c75 (type: security_group_rules) to 0 2026-04-20 15:11:52.063 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f936b88-d73c-4293-bf4c-9b1665d3793b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 8123845a-04b9-4cb0-85a7-e5ad3d97dfed (type: security_group_rules) to 0 2026-04-20 15:11:52.076 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f936b88-d73c-4293-bf4c-9b1665d3793b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9c308ba4-284f-471f-93d4-b36a89d07daf (type: security_group_rules) to 0 2026-04-20 15:11:52.096 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f936b88-d73c-4293-bf4c-9b1665d3793b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ae501464-ca7c-47af-9e84-2a6b22e4a017 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 844/1665] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:51 2026] GET /v2.0/security-groups?tenant_id=16ba3e8f3d884d76aed9836b170cbda0&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1666] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:52 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1667] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:52 2026] GET /v2.0/security-groups?id=97d3e477-c557-4145-93d1-6818440b0427&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1668] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:11:52 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1669] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:11:52 2026] GET /v2.0/security-groups?id=97d3e477-c557-4145-93d1-6818440b0427&fields=id&fields=name => generated 113 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1670] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:52 2026] DELETE /v2.0/security-groups/90c95b25-133f-422f-a649-f937ed9b29ce => generated 0 bytes in 354 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1671] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:11:52 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 1209 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:52.804 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-467d2f45-8168-4316-9ac6-fa4a6a0cd1c1'] response: {'server_uuid': '2915fa84-667a-46f4-89c4-2333ef9e3e1b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '72c0773b-d35f-4ea8-a35e-425b7d921df5', 'code': 200} [pid: 8|app: 0|req: 850/1672] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:52 2026] GET /v2.0/security-groups?tenant_id=5254cc2ec1954dd6b097619421001c9c&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:53.144 7 INFO neutron.db.ovn_revision_numbers_db [None req-11daa4d6-96c5-4c51-9bbd-c3bff64fdc7e 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource cb583f92-be43-4ad3-b0c5-58a77a3067eb (type: floatingips) to 4 [pid: 8|app: 0|req: 851/1673] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:52 2026] DELETE /v2.0/security-groups/eedd0b09-1fc6-4819-ba12-7bf117073004 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:53.307 7 INFO neutron.db.ovn_revision_numbers_db [None req-11daa4d6-96c5-4c51-9bbd-c3bff64fdc7e 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Successfully bumped revision number for resource cb583f92-be43-4ad3-b0c5-58a77a3067eb (type: floatingips) to 5 2026-04-20 15:11:53.308 7 INFO neutron.db.l3_db [None req-11daa4d6-96c5-4c51-9bbd-c3bff64fdc7e 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Floating IP cb583f92-be43-4ad3-b0c5-58a77a3067eb associated. External IP: 10.96.250.220, port: 72c0773b-d35f-4ea8-a35e-425b7d921df5. [pid: 7|app: 0|req: 823/1674] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:11:52 2026] PUT /v2.0/floatingips/cb583f92-be43-4ad3-b0c5-58a77a3067eb => generated 855 bytes in 766 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-20 15:11:53.367 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b1c513a2-1943-479c-827d-9911ebd1f0fc'] response: {'name': 'network-changed', 'server_uuid': '2915fa84-667a-46f4-89c4-2333ef9e3e1b', 'tag': '72c0773b-d35f-4ea8-a35e-425b7d921df5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 852/1675] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:11:53 2026] GET /v2.0/floatingips/cb583f92-be43-4ad3-b0c5-58a77a3067eb => generated 857 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:11:53.593 7 INFO neutron.db.ovn_revision_numbers_db [None req-e7ba8cdc-0caa-4c78-b6d2-200cbfba9abf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d45dc2f1-7d66-410f-a963-9e874263bc09 (type: security_groups) to 1 2026-04-20 15:11:53.607 7 INFO neutron.db.ovn_revision_numbers_db [None req-e7ba8cdc-0caa-4c78-b6d2-200cbfba9abf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 33321b22-bf14-4964-9259-36dbce4c1e6f (type: security_group_rules) to 0 2026-04-20 15:11:53.623 7 INFO neutron.db.ovn_revision_numbers_db [None req-e7ba8cdc-0caa-4c78-b6d2-200cbfba9abf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6bb3ec7c-39ca-45f8-bb49-ccf68246f639 (type: security_group_rules) to 0 2026-04-20 15:11:53.636 7 INFO neutron.db.ovn_revision_numbers_db [None req-e7ba8cdc-0caa-4c78-b6d2-200cbfba9abf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6eb3ea50-a82b-41b1-b362-af38367b6c00 (type: security_group_rules) to 0 2026-04-20 15:11:53.653 7 INFO neutron.db.ovn_revision_numbers_db [None req-e7ba8cdc-0caa-4c78-b6d2-200cbfba9abf 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d65b19c0-4634-4ebd-9f00-f144037f1976 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 824/1676] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:53 2026] GET /v2.0/security-groups?tenant_id=3eb4e1de5ef44ec1ba46e6b652e2fd91&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:11:53.914 8 INFO neutron.db.ovn_revision_numbers_db [None req-382b8048-e736-4b73-bdc7-8462a449bc96 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ba0d5719-23ca-416b-99d6-6bfd768fc68d (type: security_groups) to 1 2026-04-20 15:11:53.934 8 INFO neutron.db.ovn_revision_numbers_db [None req-382b8048-e736-4b73-bdc7-8462a449bc96 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4bdb3fa4-aa10-4a0f-91f3-c683ffdc5818 (type: security_group_rules) to 0 2026-04-20 15:11:53.970 8 INFO neutron.db.ovn_revision_numbers_db [None req-382b8048-e736-4b73-bdc7-8462a449bc96 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a5e65749-9bd6-4ddb-8370-063f24c9b8b2 (type: security_group_rules) to 0 2026-04-20 15:11:53.981 8 INFO neutron.db.ovn_revision_numbers_db [None req-382b8048-e736-4b73-bdc7-8462a449bc96 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e7ec8b50-e41c-494e-91c4-ba3b60bbcb4a (type: security_group_rules) to 0 2026-04-20 15:11:53.996 8 INFO neutron.db.ovn_revision_numbers_db [None req-382b8048-e736-4b73-bdc7-8462a449bc96 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ee580a01-c3d3-4b34-ae06-54e304c7a5a8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 853/1677] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:53 2026] GET /v2.0/security-groups?tenant_id=75740009c35546c989f91df04a6aefc4&name=default => generated 2925 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1678] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:53 2026] DELETE /v2.0/security-groups/d45dc2f1-7d66-410f-a963-9e874263bc09 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1679] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:11:54 2026] GET /v2.0/ports?tenant_id=140f2a9333024308bf8b2d0549798a6d&device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 1209 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1680] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:11:54 2026] GET /v2.0/networks?id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1681] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:11:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=72c0773b-d35f-4ea8-a35e-425b7d921df5 => generated 860 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1682] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:11:54 2026] GET /v2.0/subnets?id=f705e57c-d580-4c8f-8ece-814892b57a9c => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1683] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:11:54 2026] GET /v2.0/ports?network_id=06d8efa3-02c1-4c5c-b175-ff2b7db7e48b&device_owner=network%3Adhcp => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1684] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:11:54 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1685] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:54 2026] DELETE /v2.0/security-groups/ba0d5719-23ca-416b-99d6-6bfd768fc68d => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1686] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:11:54 2026] GET /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:11:54.630 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f133ead-0889-4230-925b-fe93874784d3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 080a5a9a-778b-4fac-bd52-69e86ec232c0 (type: security_groups) to 1 2026-04-20 15:11:54.643 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f133ead-0889-4230-925b-fe93874784d3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 65a52ce5-01aa-440a-b5eb-325839f7add8 (type: security_group_rules) to 0 2026-04-20 15:11:54.658 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f133ead-0889-4230-925b-fe93874784d3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 823bfa2d-5cbc-4268-a9c9-f55dc3382a00 (type: security_group_rules) to 0 2026-04-20 15:11:54.671 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f133ead-0889-4230-925b-fe93874784d3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource cff2dd52-2acb-4e66-a39e-9bc09771d3d5 (type: security_group_rules) to 0 2026-04-20 15:11:54.683 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f133ead-0889-4230-925b-fe93874784d3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d0185993-ca1e-48d9-8e7b-cc6f051d04fe (type: security_group_rules) to 0 [pid: 7|app: 0|req: 827/1687] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:11:54 2026] GET /v2.0/security-groups?tenant_id=6563e318e571415bb9dbad01a3986384&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1688] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:11:54 2026] DELETE /v2.0/security-groups/080a5a9a-778b-4fac-bd52-69e86ec232c0 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:11:58.715 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3fce662a-e51c-4cb4-8037-7ba9f9bc6e0d 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] No more DHCP agents 2026-04-20 15:11:58.716 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3fce662a-e51c-4cb4-8037-7ba9f9bc6e0d 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 828/1689] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:11:58 2026] POST /v2.0/floatingips => generated 552 bytes in 622 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:59.236 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5cb3eb06-e9c4-4b3d-bb30-51659934a6d4 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] No more DHCP agents 2026-04-20 15:11:59.237 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5cb3eb06-e9c4-4b3d-bb30-51659934a6d4 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 862/1690] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:11:58 2026] POST /v2.0/floatingips => generated 552 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:11:59.767 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-349cd3c4-8d41-478d-b3ff-6ef92e26c281 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] No more DHCP agents 2026-04-20 15:11:59.769 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-349cd3c4-8d41-478d-b3ff-6ef92e26c281 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 829/1691] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:11:59 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) 2026-04-20 15:12:00.336 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dbb6819d-cb1e-44ce-a536-7f6b042aea5f 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] No more DHCP agents 2026-04-20 15:12:00.348 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dbb6819d-cb1e-44ce-a536-7f6b042aea5f 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 863/1692] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:12:00 2026] POST /v2.0/floatingips => generated 552 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:00.875 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6c61c1c3-a161-4a97-80b5-74009695d8ab 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] No more DHCP agents 2026-04-20 15:12:00.878 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6c61c1c3-a161-4a97-80b5-74009695d8ab 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:00.895 7 INFO neutron.db.ovn_revision_numbers_db [None req-2533fb51-f219-4712-bcb7-ad27cdb50982 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2757bdbc-9948-4f3b-aee5-38be43e1428e (type: security_groups) to 1 2026-04-20 15:12:00.908 7 INFO neutron.db.ovn_revision_numbers_db [None req-2533fb51-f219-4712-bcb7-ad27cdb50982 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2e6c91f0-fc95-4476-a470-38acdf5478c8 (type: security_group_rules) to 0 2026-04-20 15:12:00.921 7 INFO neutron.db.ovn_revision_numbers_db [None req-2533fb51-f219-4712-bcb7-ad27cdb50982 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5e31f7ed-1e1e-4bed-af74-7bfc4d800b38 (type: security_group_rules) to 0 2026-04-20 15:12:00.930 7 INFO neutron.db.ovn_revision_numbers_db [None req-2533fb51-f219-4712-bcb7-ad27cdb50982 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a3be4445-06ce-48ba-b911-078664bd02c8 (type: security_group_rules) to 0 2026-04-20 15:12:00.941 7 INFO neutron.db.ovn_revision_numbers_db [None req-2533fb51-f219-4712-bcb7-ad27cdb50982 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource af4aba85-8bce-49f3-8bac-75170af117d2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 830/1693] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:00 2026] GET /v2.0/security-groups?tenant_id=332921e4047f430fade377d4765f0b80&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1694] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:12:00 2026] POST /v2.0/floatingips => generated 552 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1695] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:00 2026] DELETE /v2.0/security-groups/2757bdbc-9948-4f3b-aee5-38be43e1428e => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1696] 10.0.0.154 () {34 vars in 759 bytes} [Mon Apr 20 15:12:01 2026] PUT /v2.0/floatingips/b059221d-564b-4212-b1ee-a91f358c4808/tags => generated 17 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1697] 10.0.0.154 () {34 vars in 759 bytes} [Mon Apr 20 15:12:01 2026] PUT /v2.0/floatingips/bc8e8c70-32bb-49bc-b2a7-08b722ef02a7/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1698] 10.0.0.154 () {34 vars in 759 bytes} [Mon Apr 20 15:12:01 2026] PUT /v2.0/floatingips/ecf31df7-7066-4eb2-9a40-fe852d6b9984/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1699] 10.0.0.154 () {34 vars in 759 bytes} [Mon Apr 20 15:12:01 2026] PUT /v2.0/floatingips/9b9f6638-054d-4814-b020-b1ffb45d790a/tags => generated 19 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1700] 10.0.0.154 () {32 vars in 672 bytes} [Mon Apr 20 15:12:01 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:01.918 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a9b5269-14a0-45fa-a42a-94b78fa06bac 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b4284582-67d3-4c51-a09d-0e02d1434b5e (type: security_groups) to 1 2026-04-20 15:12:01.932 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a9b5269-14a0-45fa-a42a-94b78fa06bac 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 09bc18e0-76b5-45a5-a889-f753c60c38cc (type: security_group_rules) to 0 2026-04-20 15:12:01.942 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a9b5269-14a0-45fa-a42a-94b78fa06bac 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3f7e2bce-69a0-4e77-84e3-4c3e0240370e (type: security_group_rules) to 0 2026-04-20 15:12:01.953 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a9b5269-14a0-45fa-a42a-94b78fa06bac 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a0a8758f-64f9-4ec3-933e-581983019f8d (type: security_group_rules) to 0 2026-04-20 15:12:01.965 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a9b5269-14a0-45fa-a42a-94b78fa06bac 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d4fe82ed-bf69-43c3-bb42-d2075dedddd2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 866/1703] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:01 2026] GET /v2.0/security-groups?tenant_id=65ce8d3062f344e383cbcfb945332b88&name=default => generated 2925 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1704] 10.0.0.154 () {32 vars in 686 bytes} [Mon Apr 20 15:12:01 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1705] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:02 2026] DELETE /v2.0/security-groups/b4284582-67d3-4c51-a09d-0e02d1434b5e => generated 0 bytes in 232 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1706] 10.0.0.154 () {32 vars in 682 bytes} [Mon Apr 20 15:12:02 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1707] 10.0.0.154 () {32 vars in 694 bytes} [Mon Apr 20 15:12:02 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1708] 10.0.0.154 () {32 vars in 680 bytes} [Mon Apr 20 15:12:02 2026] GET /v2.0/floatingips?not-tags=red => 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: 869/1709] 10.0.0.154 () {32 vars in 694 bytes} [Mon Apr 20 15:12:02 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1710] 10.0.0.154 () {32 vars in 690 bytes} [Mon Apr 20 15:12:02 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1711] 10.0.0.154 () {32 vars in 702 bytes} [Mon Apr 20 15:12:02 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:02.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-697f645b-ce5e-4158-aac1-b2d5a0690bd5 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] TaaS: Handle Delete Port: f82246a0-1134-49d1-a39e-41daf4f5c0ac 2026-04-20 15:12:02.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-697f645b-ce5e-4158-aac1-b2d5a0690bd5 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] Tap Mirror: Handle Delete Port: f82246a0-1134-49d1-a39e-41daf4f5c0ac [pid: 7|app: 0|req: 842/1712] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:12:02 2026] DELETE /v2.0/floatingips/b059221d-564b-4212-b1ee-a91f358c4808 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:02.919 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1f9e8c9-d9b2-4d1f-abf4-69f72713e337 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] TaaS: Handle Delete Port: 542fb83b-fbd5-4e30-92e7-61ef4929e5b3 2026-04-20 15:12:02.921 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1f9e8c9-d9b2-4d1f-abf4-69f72713e337 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] Tap Mirror: Handle Delete Port: 542fb83b-fbd5-4e30-92e7-61ef4929e5b3 [pid: 8|app: 0|req: 871/1713] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:12:02 2026] DELETE /v2.0/floatingips/bc8e8c70-32bb-49bc-b2a7-08b722ef02a7 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:03.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-4068e824-a486-4255-b8c8-88cad984e60a 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] TaaS: Handle Delete Port: 3d17bdfd-e1c0-4d5f-aeb8-82df36350334 2026-04-20 15:12:03.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4068e824-a486-4255-b8c8-88cad984e60a 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] Tap Mirror: Handle Delete Port: 3d17bdfd-e1c0-4d5f-aeb8-82df36350334 [pid: 7|app: 0|req: 843/1714] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:12:03 2026] DELETE /v2.0/floatingips/ecf31df7-7066-4eb2-9a40-fe852d6b9984 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1715] 10.0.0.4 () {34 vars in 988 bytes} [Mon Apr 20 15:12:03 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 1209 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1716] 10.0.0.4 () {34 vars in 1038 bytes} [Mon Apr 20 15:12:03 2026] GET /v2.0/security-groups?id=97d3e477-c557-4145-93d1-6818440b0427&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-20 15:12:03.496 8 INFO neutron_taas.services.taas.taas_plugin [None req-585c3ae1-e9a4-4197-8e67-04a85d7bb97b 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] TaaS: Handle Delete Port: 51b726f8-0321-470e-aa43-faab0ccaa355 2026-04-20 15:12:03.499 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-585c3ae1-e9a4-4197-8e67-04a85d7bb97b 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] Tap Mirror: Handle Delete Port: 51b726f8-0321-470e-aa43-faab0ccaa355 [pid: 8|app: 0|req: 872/1717] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:12:03 2026] DELETE /v2.0/floatingips/9b9f6638-054d-4814-b020-b1ffb45d790a => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:03.793 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8e47c2b-81fc-45ad-a4b3-332aac2c0b7d 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] TaaS: Handle Delete Port: b58c3af2-68c7-4470-9776-bde280d2e3ca 2026-04-20 15:12:03.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8e47c2b-81fc-45ad-a4b3-332aac2c0b7d 533dedc5a5f04c70ba32937ad2938f9e dd8a3ca74b4a469f912e51f6e2fa454d - - default default] Tap Mirror: Handle Delete Port: b58c3af2-68c7-4470-9776-bde280d2e3ca [pid: 7|app: 0|req: 846/1718] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:12:03 2026] DELETE /v2.0/floatingips/4927dd5e-8025-437c-ac02-b8b10d5892a1 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1719] 10.0.0.154 () {32 vars in 653 bytes} [Mon Apr 20 15:12:03 2026] GET /v2.0/extensions => generated 20541 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1720] 10.0.0.154 () {32 vars in 681 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1721] 10.0.0.154 () {32 vars in 681 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1722] 10.0.0.154 () {32 vars in 665 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1723] 10.0.0.154 () {32 vars in 697 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1724] 10.0.0.154 () {32 vars in 701 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1725] 10.0.0.154 () {32 vars in 689 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1726] 10.0.0.154 () {32 vars in 693 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1727] 10.0.0.154 () {32 vars in 695 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1728] 10.0.0.154 () {32 vars in 685 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1729] 10.0.0.154 () {32 vars in 687 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1730] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/dns-integration-domain-keywords => generated 283 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1731] 10.0.0.154 () {32 vars in 699 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1732] 10.0.0.154 () {32 vars in 679 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1733] 10.0.0.154 () {32 vars in 683 bytes} [Mon Apr 20 15:12:04 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: 854/1734] 10.0.0.154 () {32 vars in 675 bytes} [Mon Apr 20 15:12:04 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: 8|app: 0|req: 881/1735] 10.0.0.154 () {32 vars in 723 bytes} [Mon Apr 20 15:12:04 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: 855/1736] 10.0.0.154 () {32 vars in 687 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1737] 10.0.0.154 () {32 vars in 669 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1738] 10.0.0.154 () {32 vars in 687 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1739] 10.0.0.154 () {32 vars in 681 bytes} [Mon Apr 20 15:12:04 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: 857/1740] 10.0.0.154 () {32 vars in 679 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1741] 10.0.0.154 () {32 vars in 667 bytes} [Mon Apr 20 15:12:04 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: 858/1742] 10.0.0.154 () {32 vars in 703 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/enable-default-route-bfd => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1743] 10.0.0.154 () {32 vars in 705 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/enable-default-route-ecmp => generated 215 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1744] 10.0.0.154 () {32 vars in 677 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1745] 10.0.0.154 () {32 vars in 665 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1746] 10.0.0.154 () {32 vars in 711 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/external-gateway-multihoming => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1747] 10.0.0.154 () {32 vars in 675 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1748] 10.0.0.154 () {32 vars in 669 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/logging => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1749] 10.0.0.154 () {32 vars in 683 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1750] 10.0.0.154 () {32 vars in 669 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1751] 10.0.0.154 () {32 vars in 687 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1752] 10.0.0.154 () {32 vars in 705 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1753] 10.0.0.154 () {32 vars in 701 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1754] 10.0.0.154 () {32 vars in 675 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1755] 10.0.0.154 () {32 vars in 693 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1756] 10.0.0.154 () {32 vars in 709 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1757] 10.0.0.154 () {32 vars in 705 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1758] 10.0.0.154 () {32 vars in 719 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1759] 10.0.0.154 () {32 vars in 697 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1760] 10.0.0.154 () {32 vars in 711 bytes} [Mon Apr 20 15:12:04 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: 894/1761] 10.0.0.154 () {32 vars in 669 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1762] 10.0.0.154 () {32 vars in 687 bytes} [Mon Apr 20 15:12:04 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: 895/1763] 10.0.0.154 () {32 vars in 681 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1764] 10.0.0.154 () {32 vars in 675 bytes} [Mon Apr 20 15:12:04 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: 896/1765] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/provider => generated 191 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1766] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/qinq => generated 272 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1767] 10.0.0.154 () {32 vars in 661 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1768] 10.0.0.154 () {32 vars in 699 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1769] 10.0.0.154 () {32 vars in 699 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1770] 10.0.0.154 () {32 vars in 677 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1771] 10.0.0.154 () {32 vars in 669 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1772] 10.0.0.154 () {32 vars in 683 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1773] 10.0.0.154 () {32 vars in 701 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1774] 10.0.0.154 () {32 vars in 685 bytes} [Mon Apr 20 15:12:04 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: 8|app: 0|req: 901/1775] 10.0.0.154 () {32 vars in 707 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1776] 10.0.0.154 () {32 vars in 669 bytes} [Mon Apr 20 15:12:04 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: 8|app: 0|req: 902/1777] 10.0.0.154 () {32 vars in 697 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1778] 10.0.0.154 () {32 vars in 695 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1779] 10.0.0.154 () {32 vars in 685 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1780] 10.0.0.154 () {32 vars in 689 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1781] 10.0.0.154 () {32 vars in 705 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1782] 10.0.0.154 () {32 vars in 667 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1783] 10.0.0.154 () {32 vars in 681 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1784] 10.0.0.154 () {32 vars in 681 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1785] 10.0.0.154 () {32 vars in 691 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1786] 10.0.0.154 () {32 vars in 695 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1787] 10.0.0.154 () {32 vars in 689 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1788] 10.0.0.154 () {32 vars in 701 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1789] 10.0.0.154 () {32 vars in 703 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1790] 10.0.0.154 () {32 vars in 713 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1791] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1792] 10.0.0.154 () {32 vars in 727 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1793] 10.0.0.154 () {32 vars in 741 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1794] 10.0.0.154 () {32 vars in 719 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1795] 10.0.0.154 () {32 vars in 683 bytes} [Mon Apr 20 15:12:04 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: 890/1796] 10.0.0.154 () {32 vars in 669 bytes} [Mon Apr 20 15:12:04 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: 7|app: 0|req: 891/1797] 10.0.0.154 () {32 vars in 719 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1798] 10.0.0.154 () {32 vars in 679 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1799] 10.0.0.154 () {32 vars in 669 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/sorting => 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: 894/1800] 10.0.0.154 () {32 vars in 697 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1801] 10.0.0.154 () {32 vars in 705 bytes} [Mon Apr 20 15:12:04 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: 896/1802] 10.0.0.154 () {32 vars in 701 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1803] 10.0.0.154 () {32 vars in 709 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/subnet-dns-publish-fixed-ip => 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: 898/1804] 10.0.0.154 () {32 vars in 701 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/subnet-external-network => 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: 899/1805] 10.0.0.154 () {32 vars in 705 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1806] 10.0.0.154 () {32 vars in 695 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1807] 10.0.0.154 () {32 vars in 689 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1808] 10.0.0.154 () {32 vars in 697 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1809] 10.0.0.154 () {32 vars in 679 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1810] 10.0.0.154 () {32 vars in 689 bytes} [Mon Apr 20 15:12:05 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1811] 10.0.0.154 () {32 vars in 701 bytes} [Mon Apr 20 15:12:05 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:05.034 8 INFO neutron.db.ovn_revision_numbers_db [None req-6503aa1e-fd80-4392-97bc-8cd82afbc92d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 804bee74-774c-42e2-891f-f7bbd0c0ccf6 (type: security_groups) to 1 [pid: 7|app: 0|req: 906/1812] 10.0.0.154 () {32 vars in 665 bytes} [Mon Apr 20 15:12:05 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1813] 10.0.0.154 () {32 vars in 681 bytes} [Mon Apr 20 15:12:05 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:05.046 8 INFO neutron.db.ovn_revision_numbers_db [None req-6503aa1e-fd80-4392-97bc-8cd82afbc92d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4b4e4586-eb03-4da4-ad88-c4fd23e3d974 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 908/1814] 10.0.0.154 () {32 vars in 687 bytes} [Mon Apr 20 15:12:05 2026] GET /v2.0/extensions/vlan-transparent => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:05.057 8 INFO neutron.db.ovn_revision_numbers_db [None req-6503aa1e-fd80-4392-97bc-8cd82afbc92d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 645b3d38-3f3c-467a-b779-073b61989b80 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 909/1815] 10.0.0.154 () {32 vars in 677 bytes} [Mon Apr 20 15:12:05 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1816] 10.0.0.154 () {32 vars in 693 bytes} [Mon Apr 20 15:12:05 2026] GET /v2.0/extensions/vpn-agent-scheduler => generated 199 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:05.067 8 INFO neutron.db.ovn_revision_numbers_db [None req-6503aa1e-fd80-4392-97bc-8cd82afbc92d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 67c02701-935f-4a89-959d-c8203cdae659 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 911/1817] 10.0.0.154 () {32 vars in 693 bytes} [Mon Apr 20 15:12:05 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:05.079 8 INFO neutron.db.ovn_revision_numbers_db [None req-6503aa1e-fd80-4392-97bc-8cd82afbc92d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7e65e1bc-cd5c-4cd2-b5fd-40924581c9f8 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 912/1818] 10.0.0.154 () {32 vars in 677 bytes} [Mon Apr 20 15:12:05 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1819] 10.0.0.154 () {32 vars in 667 bytes} [Mon Apr 20 15:12:05 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: 7|app: 0|req: 914/1820] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:12:05 2026] GET /v2.0/extensions/taas => generated 175 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1821] 10.0.0.154 () {32 vars in 675 bytes} [Mon Apr 20 15:12:05 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1822] 10.0.0.154 () {32 vars in 687 bytes} [Mon Apr 20 15:12:05 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1823] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:04 2026] GET /v2.0/security-groups?tenant_id=dd8a3ca74b4a469f912e51f6e2fa454d&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1824] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:05 2026] DELETE /v2.0/security-groups/804bee74-774c-42e2-891f-f7bbd0c0ccf6 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:05.632 8 INFO neutron.db.ovn_revision_numbers_db [None req-2166b01f-a800-48b9-9444-76580a0dfab4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 1cba5d7e-df73-48c5-80b3-dd735a8ce00f (type: security_groups) to 1 2026-04-20 15:12:05.646 8 INFO neutron.db.ovn_revision_numbers_db [None req-2166b01f-a800-48b9-9444-76580a0dfab4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5af343f6-4f0f-4c3d-9e30-97b73940c18c (type: security_group_rules) to 0 2026-04-20 15:12:05.661 8 INFO neutron.db.ovn_revision_numbers_db [None req-2166b01f-a800-48b9-9444-76580a0dfab4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 88d07121-4f09-4f3d-857e-3016d226459a (type: security_group_rules) to 0 2026-04-20 15:12:05.676 8 INFO neutron.db.ovn_revision_numbers_db [None req-2166b01f-a800-48b9-9444-76580a0dfab4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d4fbc41e-1a0c-49e4-9989-21610d374dce (type: security_group_rules) to 0 2026-04-20 15:12:05.687 8 INFO neutron.db.ovn_revision_numbers_db [None req-2166b01f-a800-48b9-9444-76580a0dfab4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e2bacca4-402d-48b8-8144-a829d01bbd65 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 908/1825] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:05 2026] GET /v2.0/security-groups?tenant_id=4b32d65367404bb2b7b84ba02c6a2cc3&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:05.840 7 INFO neutron.db.ovn_revision_numbers_db [None req-68824555-8e5f-4d84-a4c8-f2b4fb1558ae 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4dac8c9f-484b-47e1-802e-6f27a161eb80 (type: security_groups) to 1 2026-04-20 15:12:05.860 7 INFO neutron.db.ovn_revision_numbers_db [None req-68824555-8e5f-4d84-a4c8-f2b4fb1558ae 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2ffb1d11-f795-4ef2-801f-84811518dd73 (type: security_group_rules) to 0 2026-04-20 15:12:05.874 7 INFO neutron.db.ovn_revision_numbers_db [None req-68824555-8e5f-4d84-a4c8-f2b4fb1558ae 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 35843b3d-8259-47ca-af5c-716894268ea8 (type: security_group_rules) to 0 2026-04-20 15:12:05.889 7 INFO neutron.db.ovn_revision_numbers_db [None req-68824555-8e5f-4d84-a4c8-f2b4fb1558ae 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7475524f-dac3-47bf-a351-6f67aed777f5 (type: security_group_rules) to 0 2026-04-20 15:12:05.906 7 INFO neutron.db.ovn_revision_numbers_db [None req-68824555-8e5f-4d84-a4c8-f2b4fb1558ae 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource da0c9b96-a1a2-4a10-a4be-b2b66dec3991 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 918/1826] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:05 2026] GET /v2.0/security-groups?tenant_id=fa57e391d4bc4288a20a11dab2a5fbd0&name=default => generated 2925 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1827] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:05 2026] DELETE /v2.0/security-groups/1cba5d7e-df73-48c5-80b3-dd735a8ce00f => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1828] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:05 2026] DELETE /v2.0/security-groups/4dac8c9f-484b-47e1-802e-6f27a161eb80 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:06.269 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6189cc0-8442-4984-a70a-331d7c9a0772 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a3508967-8644-4fe9-bc3d-631a62b64392 (type: security_groups) to 1 2026-04-20 15:12:06.285 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6189cc0-8442-4984-a70a-331d7c9a0772 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 92ff399c-8fcf-410b-b2c4-e78c3f4ed05f (type: security_group_rules) to 0 2026-04-20 15:12:06.302 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6189cc0-8442-4984-a70a-331d7c9a0772 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9ebf042a-c38e-4030-aa59-3f53762d87a4 (type: security_group_rules) to 0 2026-04-20 15:12:06.317 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6189cc0-8442-4984-a70a-331d7c9a0772 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a6f37458-ebe6-4110-96bf-1ca7a3e8d774 (type: security_group_rules) to 0 2026-04-20 15:12:06.331 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6189cc0-8442-4984-a70a-331d7c9a0772 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ecd593cf-abe6-4fc2-92aa-4e167f392651 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 910/1829] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:06 2026] GET /v2.0/security-groups?tenant_id=cfc6757f34704361a3aa1f0a85180597&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1830] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:06 2026] DELETE /v2.0/security-groups/a3508967-8644-4fe9-bc3d-631a62b64392 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1831] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:06 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1832] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:12:06 2026] GET /v2.0/security-groups?id=97d3e477-c557-4145-93d1-6818440b0427&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-20 15:12:07.833 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-101117cd-8693-4f4f-9322-88abd935cb59 - - - - - -] OVN reports status down for port: 72c0773b-d35f-4ea8-a35e-425b7d921df5 2026-04-20 15:12:07.987 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0400b90d-9896-4726-92a7-5007191bcbbc'] response: {'server_uuid': '2915fa84-667a-46f4-89c4-2333ef9e3e1b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '72c0773b-d35f-4ea8-a35e-425b7d921df5', 'code': 200} [pid: 8|app: 0|req: 912/1833] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:07 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1834] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:12:08 2026] GET /v2.0/security-groups?id=97d3e477-c557-4145-93d1-6818440b0427&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:08.150 8 INFO neutron.db.ovn_revision_numbers_db [None req-101117cd-8693-4f4f-9322-88abd935cb59 - - - - - -] Successfully bumped revision number for resource 72c0773b-d35f-4ea8-a35e-425b7d921df5 (type: ports) to 6 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-20 15:12:08.443 8 INFO neutron.db.ovn_revision_numbers_db [None req-0cf381ef-a9f0-48d7-a3e3-5937bfbc48ba 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource a88914fe-f57e-4855-9876-b755b01188ab (type: security_groups) to 1 2026-04-20 15:12:08.457 8 INFO neutron.db.ovn_revision_numbers_db [None req-0cf381ef-a9f0-48d7-a3e3-5937bfbc48ba 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 8daa7d4e-c32b-48c6-915d-625828308bd0 (type: security_group_rules) to 0 2026-04-20 15:12:08.468 8 INFO neutron.db.ovn_revision_numbers_db [None req-0cf381ef-a9f0-48d7-a3e3-5937bfbc48ba 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource ac1691bc-83a6-40ee-9219-78322ec9e7de (type: security_group_rules) to 0 2026-04-20 15:12:08.481 8 INFO neutron.db.ovn_revision_numbers_db [None req-0cf381ef-a9f0-48d7-a3e3-5937bfbc48ba 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource c24bfb4c-275a-48ae-8b55-0392c8e6c64d (type: security_group_rules) to 0 2026-04-20 15:12:08.500 8 INFO neutron.db.ovn_revision_numbers_db [None req-0cf381ef-a9f0-48d7-a3e3-5937bfbc48ba 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource f7a47558-2adb-4ad1-935d-d1616ebd92ea (type: security_group_rules) to 0 2026-04-20 15:12:08.586 8 INFO neutron.db.segments_db [None req-0cf381ef-a9f0-48d7-a3e3-5937bfbc48ba 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Added segment 18e1b536-e489-49d4-aab4-beef3b3c3d61 of type geneve for network 84e1dba3-0ebc-43d3-9ce0-b46f4d69c604 2026-04-20 15:12:08.700 8 INFO neutron.db.ovn_revision_numbers_db [None req-0cf381ef-a9f0-48d7-a3e3-5937bfbc48ba 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 84e1dba3-0ebc-43d3-9ce0-b46f4d69c604 (type: networks) to 1 2026-04-20 15:12:08.892 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0cf381ef-a9f0-48d7-a3e3-5937bfbc48ba 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:08.895 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0cf381ef-a9f0-48d7-a3e3-5937bfbc48ba 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network 84e1dba3-0ebc-43d3-9ce0-b46f4d69c604: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:08.950 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-14ed95ee-5b65-4491-b524-949d22d57f05 - - - - - -] OVN reports status down for port: 3321b150-c99d-45a9-b8ab-53e9fabb8e1f 2026-04-20 15:12:08.973 8 INFO neutron.db.ovn_revision_numbers_db [None req-0cf381ef-a9f0-48d7-a3e3-5937bfbc48ba 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 3321b150-c99d-45a9-b8ab-53e9fabb8e1f (type: ports) to 1 [pid: 8|app: 0|req: 913/1835] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:12:08 2026] POST /v2.0/networks => generated 653 bytes in 900 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1836] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:12:09 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:09.109 7 INFO neutron.db.segments_db [None req-4bc8207b-7477-4b4d-b5a4-ac88e59c7269 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Added segment 52763e3d-2fa8-4649-91fd-e9ae8b239cd0 of type geneve for network c786ed67-6895-40a7-bfac-9cdcd98471a8 2026-04-20 15:12:09.173 8 INFO neutron_taas.services.taas.taas_plugin [req-2cdf7053-0b74-4c1c-8847-0ecf246eb5a3 req-18c58267-60d1-4a57-8540-6ba46ddd3771 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] TaaS: Handle Delete Port: 72c0773b-d35f-4ea8-a35e-425b7d921df5 2026-04-20 15:12:09.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2cdf7053-0b74-4c1c-8847-0ecf246eb5a3 req-18c58267-60d1-4a57-8540-6ba46ddd3771 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Tap Mirror: Handle Delete Port: 72c0773b-d35f-4ea8-a35e-425b7d921df5 2026-04-20 15:12:09.220 7 INFO neutron.db.ovn_revision_numbers_db [None req-4bc8207b-7477-4b4d-b5a4-ac88e59c7269 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource c786ed67-6895-40a7-bfac-9cdcd98471a8 (type: networks) to 1 2026-04-20 15:12:09.392 8 INFO neutron.db.l3_db [req-2cdf7053-0b74-4c1c-8847-0ecf246eb5a3 req-18c58267-60d1-4a57-8540-6ba46ddd3771 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Floating IP cb583f92-be43-4ad3-b0c5-58a77a3067eb disassociated. External IP: 10.96.250.220, port: 72c0773b-d35f-4ea8-a35e-425b7d921df5. 2026-04-20 15:12:09.411 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4bc8207b-7477-4b4d-b5a4-ac88e59c7269 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:09.413 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4bc8207b-7477-4b4d-b5a4-ac88e59c7269 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network c786ed67-6895-40a7-bfac-9cdcd98471a8: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:09.471 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f584cdc3-d8d3-499a-afaa-6eb0b9b58f13 - - - - - -] OVN reports status down for port: e794819e-5f84-43d9-91bd-c1bd3b412696 2026-04-20 15:12:09.496 7 INFO neutron.db.ovn_revision_numbers_db [None req-4bc8207b-7477-4b4d-b5a4-ac88e59c7269 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource e794819e-5f84-43d9-91bd-c1bd3b412696 (type: ports) to 1 [pid: 7|app: 0|req: 923/1837] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:12:09 2026] POST /v2.0/networks => generated 652 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1838] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:09 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => 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: 915/1839] 199.204.45.38 () {36 vars in 996 bytes} [Mon Apr 20 15:12:09 2026] DELETE /v2.0/ports/72c0773b-d35f-4ea8-a35e-425b7d921df5 => generated 0 bytes in 573 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:12:09.746 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dc263693-b90a-4fa9-86aa-416c5d499849 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:09.747 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dc263693-b90a-4fa9-86aa-416c5d499849 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network 84e1dba3-0ebc-43d3-9ce0-b46f4d69c604: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:09.820 7 INFO neutron.db.ovn_revision_numbers_db [None req-dc263693-b90a-4fa9-86aa-416c5d499849 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 1e4f30af-d9f1-4448-b2f2-e0125ba94e40 (type: subnets) to 0 [pid: 7|app: 0|req: 925/1840] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:12:09 2026] POST /v2.0/subnets => generated 646 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:12:10.025 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d86fc6da-3bcc-4423-99ce-87a7da6dbdac'] response: {'server_uuid': '2915fa84-667a-46f4-89c4-2333ef9e3e1b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '72c0773b-d35f-4ea8-a35e-425b7d921df5', 'code': 200} 2026-04-20 15:12:10.026 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d86fc6da-3bcc-4423-99ce-87a7da6dbdac'] response: {'server_uuid': '2915fa84-667a-46f4-89c4-2333ef9e3e1b', 'name': 'network-vif-deleted', 'tag': '72c0773b-d35f-4ea8-a35e-425b7d921df5', 'status': 'completed', 'code': 200} 2026-04-20 15:12:10.057 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-aedb80c1-b614-42fe-9516-469caf84fd5c 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:10.058 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-aedb80c1-b614-42fe-9516-469caf84fd5c 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network c786ed67-6895-40a7-bfac-9cdcd98471a8: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:10.091 8 INFO neutron.db.ovn_revision_numbers_db [None req-aedb80c1-b614-42fe-9516-469caf84fd5c 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 3dfa1406-8350-4c06-949c-8c4f7818f25f (type: subnets) to 0 [pid: 8|app: 0|req: 916/1841] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:12:09 2026] POST /v2.0/subnets => generated 655 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:10.222 7 INFO neutron.db.ovn_revision_numbers_db [None req-100598d8-914f-46f6-a54d-36e93cfc4cf3 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 73ba460e-f9dd-4c45-af31-a053dc5f14d9 (type: routers) to 1 [pid: 7|app: 0|req: 926/1842] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:12:10 2026] POST /v2.0/routers => generated 606 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:10.555 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-efd3dadf-91bf-48cf-a3ea-9f5cd5271e53 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:10.557 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-efd3dadf-91bf-48cf-a3ea-9f5cd5271e53 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network 84e1dba3-0ebc-43d3-9ce0-b46f4d69c604: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:10.658 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f584cdc3-d8d3-499a-afaa-6eb0b9b58f13 - - - - - -] OVN reports status down for port: bc29bbbf-7bde-4ec9-91df-16f3f25035fb [pid: 7|app: 0|req: 927/1843] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:10 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:10.722 8 INFO neutron.db.ovn_revision_numbers_db [None req-efd3dadf-91bf-48cf-a3ea-9f5cd5271e53 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource bc29bbbf-7bde-4ec9-91df-16f3f25035fb (type: ports) to 1 2026-04-20 15:12:11.149 7 INFO neutron.db.ovn_revision_numbers_db [None req-27eda9de-1422-454a-991a-7be4ff0955b7 ef24980653384b48950fd37d8b8f7d8f 0809fb599d14423499653cde50c25900 - - default default] Successfully bumped revision number for resource dc70a7c0-bc60-4957-a1a5-9ddea43052e7 (type: routers) to 1 [pid: 7|app: 0|req: 928/1844] 10.0.0.154 () {34 vars in 668 bytes} [Mon Apr 20 15:12:10 2026] POST /v2.0/routers => generated 570 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:11.272 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f584cdc3-d8d3-499a-afaa-6eb0b9b58f13 - - - - - -] OVN reports status up for port: bc29bbbf-7bde-4ec9-91df-16f3f25035fb 2026-04-20 15:12:11.297 7 INFO neutron.db.ovn_revision_numbers_db [None req-6c238b0d-3d76-466e-8118-b0e909f5ed49 ef24980653384b48950fd37d8b8f7d8f 0809fb599d14423499653cde50c25900 - - default default] Successfully bumped revision number for resource c26b017f-9706-4962-b989-26b92a1954c8 (type: routers) to 1 2026-04-20 15:12:11.297 8 INFO neutron.plugins.ml2.plugin [None req-f584cdc3-d8d3-499a-afaa-6eb0b9b58f13 - - - - - -] Attempt 1 to provision port bc29bbbf-7bde-4ec9-91df-16f3f25035fb [pid: 7|app: 0|req: 929/1845] 10.0.0.154 () {34 vars in 668 bytes} [Mon Apr 20 15:12:11 2026] POST /v2.0/routers => generated 570 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:11.404 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-efd3dadf-91bf-48cf-a3ea-9f5cd5271e53 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:11.409 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-efd3dadf-91bf-48cf-a3ea-9f5cd5271e53 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network 84e1dba3-0ebc-43d3-9ce0-b46f4d69c604: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:11.424 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b692f46-d4a9-43ed-be8b-f0ea82380dd3 ef24980653384b48950fd37d8b8f7d8f 0809fb599d14423499653cde50c25900 - - default default] Successfully bumped revision number for resource cfa14236-cb9e-4044-b3a9-7784f5bacc85 (type: routers) to 1 [pid: 7|app: 0|req: 930/1846] 10.0.0.154 () {34 vars in 668 bytes} [Mon Apr 20 15:12:11 2026] POST /v2.0/routers => generated 570 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:11.549 7 INFO neutron.db.ovn_revision_numbers_db [None req-0f8e3472-a577-4050-8738-296fca447d38 ef24980653384b48950fd37d8b8f7d8f 0809fb599d14423499653cde50c25900 - - default default] Successfully bumped revision number for resource 0e02cd5a-cde2-4be0-ab8b-d2c0fc534b28 (type: routers) to 1 [pid: 7|app: 0|req: 931/1847] 10.0.0.154 () {34 vars in 668 bytes} [Mon Apr 20 15:12:11 2026] POST /v2.0/routers => generated 570 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:11.678 7 INFO neutron.db.ovn_revision_numbers_db [None req-826c6c89-40d1-41f6-bdbc-a91fea60ee96 ef24980653384b48950fd37d8b8f7d8f 0809fb599d14423499653cde50c25900 - - default default] Successfully bumped revision number for resource d6435763-f55a-4895-9095-a51ba74e0fc7 (type: routers) to 1 [pid: 7|app: 0|req: 932/1848] 10.0.0.154 () {34 vars in 668 bytes} [Mon Apr 20 15:12:11 2026] POST /v2.0/routers => generated 570 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1849] 10.0.0.154 () {34 vars in 751 bytes} [Mon Apr 20 15:12:11 2026] PUT /v2.0/routers/dc70a7c0-bc60-4957-a1a5-9ddea43052e7/tags => generated 17 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:11.787 8 INFO neutron.db.ovn_revision_numbers_db [None req-efd3dadf-91bf-48cf-a3ea-9f5cd5271e53 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource bc29bbbf-7bde-4ec9-91df-16f3f25035fb (type: router_ports) to 1 [pid: 8|app: 0|req: 917/1850] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:12:10 2026] PUT /v2.0/routers/73ba460e-f9dd-4c45-af31-a053dc5f14d9/add_router_interface => generated 309 bytes in 1555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1851] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:11 2026] GET /v2.0/ports?device_id=2915fa84-667a-46f4-89c4-2333ef9e3e1b => 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: 935/1852] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:11 2026] GET /v2.0/ports/bc29bbbf-7bde-4ec9-91df-16f3f25035fb => generated 947 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1853] 10.0.0.154 () {34 vars in 751 bytes} [Mon Apr 20 15:12:11 2026] PUT /v2.0/routers/c26b017f-9706-4962-b989-26b92a1954c8/tags => generated 25 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:12.114 8 INFO neutron.db.ovn_revision_numbers_db [None req-f584cdc3-d8d3-499a-afaa-6eb0b9b58f13 - - - - - -] Successfully bumped revision number for resource bc29bbbf-7bde-4ec9-91df-16f3f25035fb (type: ports) to 2 [pid: 8|app: 0|req: 919/1854] 10.0.0.154 () {34 vars in 751 bytes} [Mon Apr 20 15:12:11 2026] PUT /v2.0/routers/cfa14236-cb9e-4044-b3a9-7784f5bacc85/tags => generated 34 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1855] 10.0.0.154 () {34 vars in 751 bytes} [Mon Apr 20 15:12:12 2026] PUT /v2.0/routers/0e02cd5a-cde2-4be0-ab8b-d2c0fc534b28/tags => generated 19 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:12.302 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-49654514-9162-473c-9104-8f684c5ac14f 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:12.304 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-49654514-9162-473c-9104-8f684c5ac14f 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network c786ed67-6895-40a7-bfac-9cdcd98471a8: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 921/1856] 10.0.0.154 () {32 vars in 664 bytes} [Mon Apr 20 15:12:12 2026] GET /v2.0/routers?tags=red => generated 1751 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:12.435 7 INFO neutron.db.ovn_revision_numbers_db [None req-49654514-9162-473c-9104-8f684c5ac14f 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 1d1b1543-eaf4-4cab-bb53-823aaecdf370 (type: ports) to 1 [pid: 8|app: 0|req: 922/1857] 10.0.0.154 () {32 vars in 678 bytes} [Mon Apr 20 15:12:12 2026] GET /v2.0/routers?tags=red%2Cblue => generated 1180 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1858] 10.0.0.154 () {32 vars in 674 bytes} [Mon Apr 20 15:12:12 2026] GET /v2.0/routers?tags-any=blue => generated 1180 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1859] 10.0.0.154 () {32 vars in 686 bytes} [Mon Apr 20 15:12:12 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1751 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1860] 10.0.0.154 () {32 vars in 672 bytes} [Mon Apr 20 15:12:12 2026] GET /v2.0/routers?not-tags=red => generated 1152 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1861] 10.0.0.154 () {32 vars in 686 bytes} [Mon Apr 20 15:12:12 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1723 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1862] 10.0.0.154 () {32 vars in 682 bytes} [Mon Apr 20 15:12:12 2026] GET /v2.0/routers?not-tags-any=blue => generated 1723 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1863] 10.0.0.154 () {32 vars in 694 bytes} [Mon Apr 20 15:12:12 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 1152 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1864] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:12:12 2026] GET /v2.0/routers/dc70a7c0-bc60-4957-a1a5-9ddea43052e7 => generated 581 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1865] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:12 2026] DELETE /v2.0/security-groups/97d3e477-c557-4145-93d1-6818440b0427 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:13.084 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-49654514-9162-473c-9104-8f684c5ac14f 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:13.086 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-49654514-9162-473c-9104-8f684c5ac14f 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network c786ed67-6895-40a7-bfac-9cdcd98471a8: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:13.278 7 INFO neutron.db.ovn_revision_numbers_db [None req-49654514-9162-473c-9104-8f684c5ac14f 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 1d1b1543-eaf4-4cab-bb53-823aaecdf370 (type: router_ports) to 1 [pid: 7|app: 0|req: 936/1866] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:12:11 2026] PUT /v2.0/routers/73ba460e-f9dd-4c45-af31-a053dc5f14d9/add_router_interface => generated 309 bytes in 1439 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:13.426 7 INFO neutron_taas.services.taas.taas_plugin [None req-985189dd-7aff-4b90-b2c4-53a024af2b4c 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] TaaS: Handle Delete Port: 8b538b0e-b189-4d43-9fa1-09210927d622 2026-04-20 15:12:13.430 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-985189dd-7aff-4b90-b2c4-53a024af2b4c 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Tap Mirror: Handle Delete Port: 8b538b0e-b189-4d43-9fa1-09210927d622 2026-04-20 15:12:13.440 8 INFO neutron.db.ovn_revision_numbers_db [None req-9de31186-4744-466c-aeaa-a6d7fde967dc ef24980653384b48950fd37d8b8f7d8f 0809fb599d14423499653cde50c25900 - - default default] Successfully bumped revision number for resource dc70a7c0-bc60-4957-a1a5-9ddea43052e7 (type: routers) to 2 [pid: 8|app: 0|req: 931/1867] 10.0.0.154 () {34 vars in 742 bytes} [Mon Apr 20 15:12:13 2026] PUT /v2.0/routers/dc70a7c0-bc60-4957-a1a5-9ddea43052e7 => generated 581 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1868] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:13 2026] GET /v2.0/ports/1d1b1543-eaf4-4cab-bb53-823aaecdf370 => generated 953 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1869] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:12:13 2026] GET /v2.0/ports?device_id=dc70a7c0-bc60-4957-a1a5-9ddea43052e7 => 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: 934/1870] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:13 2026] GET /v2.0/ports/1d1b1543-eaf4-4cab-bb53-823aaecdf370 => generated 953 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1871] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:12:13 2026] DELETE /v2.0/floatingips/cb583f92-be43-4ad3-b0c5-58a77a3067eb => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1872] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:13 2026] DELETE /v2.0/routers/dc70a7c0-bc60-4957-a1a5-9ddea43052e7 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1873] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:12:13 2026] GET /v2.0/routers/c26b017f-9706-4962-b989-26b92a1954c8 => generated 589 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1874] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:13 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1875] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:12:13 2026] GET /v2.0/security-groups?id=40a3479a-e2a6-4400-a336-669e86db3e81&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-20 15:12:14.095 8 INFO neutron.db.ovn_revision_numbers_db [None req-70d312a0-270e-46b2-abf0-e70da41ee22c ef24980653384b48950fd37d8b8f7d8f 0809fb599d14423499653cde50c25900 - - default default] Successfully bumped revision number for resource c26b017f-9706-4962-b989-26b92a1954c8 (type: routers) to 2 [pid: 8|app: 0|req: 937/1876] 10.0.0.154 () {34 vars in 742 bytes} [Mon Apr 20 15:12:13 2026] PUT /v2.0/routers/c26b017f-9706-4962-b989-26b92a1954c8 => generated 589 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1877] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:12:14 2026] GET /v2.0/ports?device_id=c26b017f-9706-4962-b989-26b92a1954c8 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1878] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:14 2026] DELETE /v2.0/routers/c26b017f-9706-4962-b989-26b92a1954c8 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1879] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:12:14 2026] GET /v2.0/routers/cfa14236-cb9e-4044-b3a9-7784f5bacc85 => generated 598 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1880] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:14 2026] GET /v2.0/ports/1d1b1543-eaf4-4cab-bb53-823aaecdf370 => generated 953 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:14.737 8 INFO neutron.db.ovn_revision_numbers_db [None req-aca0e2b1-9a7b-4bee-98ec-e3c974400c25 ef24980653384b48950fd37d8b8f7d8f 0809fb599d14423499653cde50c25900 - - default default] Successfully bumped revision number for resource cfa14236-cb9e-4044-b3a9-7784f5bacc85 (type: routers) to 2 [pid: 8|app: 0|req: 939/1881] 10.0.0.154 () {34 vars in 742 bytes} [Mon Apr 20 15:12:14 2026] PUT /v2.0/routers/cfa14236-cb9e-4044-b3a9-7784f5bacc85 => generated 598 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1882] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:12:14 2026] GET /v2.0/ports?device_id=cfa14236-cb9e-4044-b3a9-7784f5bacc85 => 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: 944/1883] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:14 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => 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: 945/1884] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:12:14 2026] GET /v2.0/security-groups?id=40a3479a-e2a6-4400-a336-669e86db3e81&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: 940/1885] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:14 2026] DELETE /v2.0/routers/cfa14236-cb9e-4044-b3a9-7784f5bacc85 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1886] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:12:15 2026] GET /v2.0/routers/0e02cd5a-cde2-4be0-ab8b-d2c0fc534b28 => generated 583 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:15.373 8 INFO neutron.db.ovn_revision_numbers_db [None req-6cd16420-90d9-469a-85da-db0b5c5da707 ef24980653384b48950fd37d8b8f7d8f 0809fb599d14423499653cde50c25900 - - default default] Successfully bumped revision number for resource 0e02cd5a-cde2-4be0-ab8b-d2c0fc534b28 (type: routers) to 2 [pid: 8|app: 0|req: 941/1887] 10.0.0.154 () {34 vars in 742 bytes} [Mon Apr 20 15:12:15 2026] PUT /v2.0/routers/0e02cd5a-cde2-4be0-ab8b-d2c0fc534b28 => generated 583 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1888] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:12:15 2026] GET /v2.0/ports?device_id=0e02cd5a-cde2-4be0-ab8b-d2c0fc534b28 => 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: 942/1889] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:15 2026] DELETE /v2.0/routers/0e02cd5a-cde2-4be0-ab8b-d2c0fc534b28 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1890] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:12:15 2026] GET /v2.0/routers/d6435763-f55a-4895-9095-a51ba74e0fc7 => generated 576 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1891] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:15 2026] GET /v2.0/ports/1d1b1543-eaf4-4cab-bb53-823aaecdf370 => generated 953 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1892] 10.0.0.154 () {34 vars in 742 bytes} [Mon Apr 20 15:12:15 2026] PUT /v2.0/routers/d6435763-f55a-4895-9095-a51ba74e0fc7 => generated 576 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1893] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:12:15 2026] GET /v2.0/ports?device_id=d6435763-f55a-4895-9095-a51ba74e0fc7 => 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: 945/1894] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:12:15 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1895] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:15 2026] DELETE /v2.0/routers/d6435763-f55a-4895-9095-a51ba74e0fc7 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1896] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:16 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:16.192 8 INFO neutron_taas.services.taas.taas_plugin [req-5b01bff7-f410-475d-9134-fe360f0e7153 req-5189aa94-f0d0-400a-90d4-69ffc282c8ef 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] TaaS: Handle Delete Port: 21fd3c6e-fd43-446e-817a-8156535d9aaf 2026-04-20 15:12:16.194 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5b01bff7-f410-475d-9134-fe360f0e7153 req-5189aa94-f0d0-400a-90d4-69ffc282c8ef 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Tap Mirror: Handle Delete Port: 21fd3c6e-fd43-446e-817a-8156535d9aaf [pid: 7|app: 0|req: 952/1897] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:12:16 2026] GET /v2.0/security-groups?id=40a3479a-e2a6-4400-a336-669e86db3e81&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1898] 199.204.45.38 () {36 vars in 996 bytes} [Mon Apr 20 15:12:16 2026] DELETE /v2.0/ports/21fd3c6e-fd43-446e-817a-8156535d9aaf => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:12:16.344 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a83e16f1-97ef-4d85-add3-9e82fa7e0bc5'] response: {'server_uuid': '3b10c472-034c-401f-a544-35af17566843', 'name': 'network-vif-deleted', 'tag': '21fd3c6e-fd43-446e-817a-8156535d9aaf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 948/1901] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:16 2026] GET /v2.0/ports/1d1b1543-eaf4-4cab-bb53-823aaecdf370 => generated 953 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:17.152 7 INFO neutron.db.ovn_revision_numbers_db [None req-c26d50a9-494a-4294-97b6-8da377567dc5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5c75ee53-c92b-483f-8c88-9ac7a14a33eb (type: security_groups) to 1 2026-04-20 15:12:17.165 7 INFO neutron.db.ovn_revision_numbers_db [None req-c26d50a9-494a-4294-97b6-8da377567dc5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 028d6a17-2708-4366-a1f5-9682b5899c34 (type: security_group_rules) to 0 2026-04-20 15:12:17.177 7 INFO neutron.db.ovn_revision_numbers_db [None req-c26d50a9-494a-4294-97b6-8da377567dc5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 55929ff0-1b66-44e3-a82c-207b122c4de0 (type: security_group_rules) to 0 2026-04-20 15:12:17.190 7 INFO neutron.db.ovn_revision_numbers_db [None req-c26d50a9-494a-4294-97b6-8da377567dc5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c5aac15e-27c4-4612-a723-f66be7d1dd51 (type: security_group_rules) to 0 2026-04-20 15:12:17.202 7 INFO neutron.db.ovn_revision_numbers_db [None req-c26d50a9-494a-4294-97b6-8da377567dc5 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f1e7e2cb-88ba-4b8b-a92c-a9e107b5fd68 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 954/1902] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:16 2026] GET /v2.0/security-groups?tenant_id=0809fb599d14423499653cde50c25900&name=default => generated 2925 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1903] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:17 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => 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: 949/1904] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:17 2026] DELETE /v2.0/security-groups/5c75ee53-c92b-483f-8c88-9ac7a14a33eb => generated 0 bytes in 224 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:17.498 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-3e56ab86-891e-470f-b6dc-9d40363bd3bd - - - - - -] No hosting information found for port bc29bbbf-7bde-4ec9-91df-16f3f25035fb: RuntimeError: No hosting information found for port bc29bbbf-7bde-4ec9-91df-16f3f25035fb 2026-04-20 15:12:17.566 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e56ab86-891e-470f-b6dc-9d40363bd3bd - - - - - -] Successfully bumped revision number for resource bc29bbbf-7bde-4ec9-91df-16f3f25035fb (type: router_ports) to 2 2026-04-20 15:12:17.606 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3e56ab86-891e-470f-b6dc-9d40363bd3bd - - - - - -] OVN reports status down for port: 1d1b1543-eaf4-4cab-bb53-823aaecdf370 2026-04-20 15:12:17.664 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-3e56ab86-891e-470f-b6dc-9d40363bd3bd - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:12:17.665 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3e56ab86-891e-470f-b6dc-9d40363bd3bd - - - - - -] OVN reports status up for port: 1d1b1543-eaf4-4cab-bb53-823aaecdf370 2026-04-20 15:12:17.667 7 INFO neutron.db.ovn_revision_numbers_db [None req-a59d8f6f-562e-433c-b981-5fae8f354d2a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 551c7156-33b6-421f-b9fb-3ec04ed47832 (type: security_groups) to 1 2026-04-20 15:12:17.676 8 INFO neutron.plugins.ml2.plugin [None req-3e56ab86-891e-470f-b6dc-9d40363bd3bd - - - - - -] Attempt 1 to provision port 1d1b1543-eaf4-4cab-bb53-823aaecdf370 2026-04-20 15:12:17.677 7 INFO neutron.db.ovn_revision_numbers_db [None req-a59d8f6f-562e-433c-b981-5fae8f354d2a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 33a21488-d483-43bb-9ad5-4e76fed6b3af (type: security_group_rules) to 0 2026-04-20 15:12:17.691 7 INFO neutron.db.ovn_revision_numbers_db [None req-a59d8f6f-562e-433c-b981-5fae8f354d2a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4f1eb7c8-02b2-4094-8907-b11ca6c103f4 (type: security_group_rules) to 0 2026-04-20 15:12:17.703 7 INFO neutron.db.ovn_revision_numbers_db [None req-a59d8f6f-562e-433c-b981-5fae8f354d2a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b39f5e6c-afa4-4ed2-9560-00898317277d (type: security_group_rules) to 0 2026-04-20 15:12:17.715 7 INFO neutron.db.ovn_revision_numbers_db [None req-a59d8f6f-562e-433c-b981-5fae8f354d2a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource cda6ad1f-a451-4b6f-9985-107190cee4fc (type: security_group_rules) to 0 [pid: 7|app: 0|req: 956/1905] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:17 2026] GET /v2.0/security-groups?tenant_id=90b66fc584a6464f90d3a600fa8a363e&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1906] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:17 2026] GET /v2.0/ports/1d1b1543-eaf4-4cab-bb53-823aaecdf370 => generated 953 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1907] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:17 2026] DELETE /v2.0/security-groups/551c7156-33b6-421f-b9fb-3ec04ed47832 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:18.108 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e56ab86-891e-470f-b6dc-9d40363bd3bd - - - - - -] Successfully bumped revision number for resource 1d1b1543-eaf4-4cab-bb53-823aaecdf370 (type: ports) to 2 2026-04-20 15:12:18.313 8 INFO neutron.db.ovn_revision_numbers_db [None req-84998422-52ae-4178-bf6e-a8da7ae19584 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e69bb0b8-f3c9-477f-b647-870b81c05c4d (type: security_groups) to 1 2026-04-20 15:12:18.326 8 INFO neutron.db.ovn_revision_numbers_db [None req-84998422-52ae-4178-bf6e-a8da7ae19584 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 02ec7416-c57e-47a5-9ed9-ba60d7cc5640 (type: security_group_rules) to 0 2026-04-20 15:12:18.342 8 INFO neutron.db.ovn_revision_numbers_db [None req-84998422-52ae-4178-bf6e-a8da7ae19584 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7444a4ce-7277-47ca-adf4-9e7ddde4ffd6 (type: security_group_rules) to 0 2026-04-20 15:12:18.355 8 INFO neutron.db.ovn_revision_numbers_db [None req-84998422-52ae-4178-bf6e-a8da7ae19584 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a25302ad-0b47-4c8b-a7e4-321d2dc7d5ff (type: security_group_rules) to 0 2026-04-20 15:12:18.368 8 INFO neutron.db.ovn_revision_numbers_db [None req-84998422-52ae-4178-bf6e-a8da7ae19584 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f308900c-7e8b-45ac-af0f-cd17730d8aff (type: security_group_rules) to 0 [pid: 7|app: 0|req: 958/1908] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:18 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1909] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:18 2026] GET /v2.0/security-groups?tenant_id=9b31a4dfde07472198f6c32b8b2717fd&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1910] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:18 2026] DELETE /v2.0/security-groups/e69bb0b8-f3c9-477f-b647-870b81c05c4d => generated 0 bytes in 211 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1911] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:18 2026] GET /v2.0/ports/1d1b1543-eaf4-4cab-bb53-823aaecdf370 => generated 955 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:19.193 7 INFO neutron_taas.services.taas.taas_plugin [None req-3dbc9095-8ebc-417d-bc95-88e1f5f6b289 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] TaaS: Handle Delete Port: 1d1b1543-eaf4-4cab-bb53-823aaecdf370 2026-04-20 15:12:19.197 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3dbc9095-8ebc-417d-bc95-88e1f5f6b289 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Tap Mirror: Handle Delete Port: 1d1b1543-eaf4-4cab-bb53-823aaecdf370 [pid: 7|app: 0|req: 960/1912] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:12:18 2026] PUT /v2.0/routers/73ba460e-f9dd-4c45-af31-a053dc5f14d9/remove_router_interface => generated 309 bytes in 565 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1913] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:19 2026] GET /v2.0/ports?device_id=3b10c472-034c-401f-a544-35af17566843 => generated 12 bytes in 34 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: 961/1914] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:19 2026] GET /v2.0/ports/bc29bbbf-7bde-4ec9-91df-16f3f25035fb => generated 947 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:19.866 8 INFO neutron_taas.services.taas.taas_plugin [None req-25c77fa7-f0d1-43b9-80f4-c67527e6fa27 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] TaaS: Handle Delete Port: bc29bbbf-7bde-4ec9-91df-16f3f25035fb 2026-04-20 15:12:19.871 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25c77fa7-f0d1-43b9-80f4-c67527e6fa27 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Tap Mirror: Handle Delete Port: bc29bbbf-7bde-4ec9-91df-16f3f25035fb [pid: 8|app: 0|req: 954/1915] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:12:19 2026] PUT /v2.0/routers/73ba460e-f9dd-4c45-af31-a053dc5f14d9/remove_router_interface => generated 309 bytes in 612 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1916] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:12:20 2026] GET /v2.0/ports?device_id=73ba460e-f9dd-4c45-af31-a053dc5f14d9 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 955/1917] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:20 2026] DELETE /v2.0/routers/73ba460e-f9dd-4c45-af31-a053dc5f14d9 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1918] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:20 2026] DELETE /v2.0/subnets/3dfa1406-8350-4c06-949c-8c4f7818f25f => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1919] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:20 2026] DELETE /v2.0/security-groups/40a3479a-e2a6-4400-a336-669e86db3e81 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1920] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:20 2026] DELETE /v2.0/subnets/1e4f30af-d9f1-4448-b2f2-e0125ba94e40 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:12:20.919 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2f3f679-20f0-4b47-80ad-5bb5b77c0839 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] TaaS: Handle Delete Port: e794819e-5f84-43d9-91bd-c1bd3b412696 2026-04-20 15:12:20.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2f3f679-20f0-4b47-80ad-5bb5b77c0839 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Tap Mirror: Handle Delete Port: e794819e-5f84-43d9-91bd-c1bd3b412696 2026-04-20 15:12:21.116 7 INFO neutron.services.segments.plugin [-] Segment 52763e3d-2fa8-4649-91fd-e9ae8b239cd0 resource provider aggregate not found 2026-04-20 15:12:21.121 7 INFO neutron.services.segments.plugin [-] Segment 52763e3d-2fa8-4649-91fd-e9ae8b239cd0 resource provider aggregate not found 2026-04-20 15:12:21.137 7 INFO neutron.services.segments.plugin [-] Segment 52763e3d-2fa8-4649-91fd-e9ae8b239cd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52763e3d-2fa8-4649-91fd-e9ae8b239cd0 found for delete ", "request_id": "req-3d9996b3-7cb9-4d6b-afa3-ab1c3bb6b23e"}]} 2026-04-20 15:12:21.140 7 INFO neutron.services.segments.plugin [-] Segment 52763e3d-2fa8-4649-91fd-e9ae8b239cd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52763e3d-2fa8-4649-91fd-e9ae8b239cd0 found for delete ", "request_id": "req-364e06f6-ede2-4017-9e93-efb0a8cb6f1a"}]} [pid: 7|app: 0|req: 965/1921] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:12:20 2026] DELETE /v2.0/networks/c786ed67-6895-40a7-bfac-9cdcd98471a8 => generated 0 bytes in 378 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:12:21.258 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb42902d-6cd1-4668-8cc8-6e812e328e4e 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] TaaS: Handle Delete Port: 3321b150-c99d-45a9-b8ab-53e9fabb8e1f 2026-04-20 15:12:21.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb42902d-6cd1-4668-8cc8-6e812e328e4e 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Tap Mirror: Handle Delete Port: 3321b150-c99d-45a9-b8ab-53e9fabb8e1f [pid: 7|app: 0|req: 966/1922] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:12:21 2026] DELETE /v2.0/networks/84e1dba3-0ebc-43d3-9ce0-b46f4d69c604 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:12:21.561 7 INFO neutron.db.segments_db [None req-59f73a0b-e686-4b8b-bd8a-ffa1c6905cfb 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Added segment 1e49a3a4-0282-4238-a6ec-8ad759f03ed0 of type geneve for network 4f2723fa-46d3-42c0-974e-f1ce0f9859d9 2026-04-20 15:12:21.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-c779f0e3-a8a2-4fc2-9b13-07c7a76c151d 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] TaaS: Handle Delete Port: 6269023e-b097-48ba-8beb-4984f86aded9 2026-04-20 15:12:21.653 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c779f0e3-a8a2-4fc2-9b13-07c7a76c151d 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Tap Mirror: Handle Delete Port: 6269023e-b097-48ba-8beb-4984f86aded9 2026-04-20 15:12:21.679 7 INFO neutron.db.ovn_revision_numbers_db [None req-59f73a0b-e686-4b8b-bd8a-ffa1c6905cfb 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 4f2723fa-46d3-42c0-974e-f1ce0f9859d9 (type: networks) to 1 2026-04-20 15:12:21.876 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-59f73a0b-e686-4b8b-bd8a-ffa1c6905cfb 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:21.879 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-59f73a0b-e686-4b8b-bd8a-ffa1c6905cfb 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network 4f2723fa-46d3-42c0-974e-f1ce0f9859d9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:21.969 7 INFO neutron.db.ovn_revision_numbers_db [None req-59f73a0b-e686-4b8b-bd8a-ffa1c6905cfb 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 0ef3e13c-5626-428e-9054-3801be61519e (type: ports) to 1 [pid: 7|app: 0|req: 967/1923] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:12:21 2026] POST /v2.0/networks => generated 651 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:22.182 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8437f2fd-3d3e-479f-83c1-45b2f605a3f0 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:22.185 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8437f2fd-3d3e-479f-83c1-45b2f605a3f0 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network 4f2723fa-46d3-42c0-974e-f1ce0f9859d9: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 957/1924] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:12:20 2026] PUT /v2.0/routers/d7d6f94f-c8f6-40a4-bc07-e5210d0e8bf5/remove_router_interface => generated 309 bytes in 1440 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-20 15:12:22.226 7 INFO neutron.db.ovn_revision_numbers_db [None req-8437f2fd-3d3e-479f-83c1-45b2f605a3f0 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 9a1cb545-bd6b-412d-8b7d-ed30868976c7 (type: subnets) to 0 [pid: 7|app: 0|req: 968/1925] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:12:21 2026] POST /v2.0/subnets => generated 646 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1926] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:22 2026] DELETE /v2.0/subnets/f705e57c-d580-4c8f-8ece-814892b57a9c => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:12:22.458 7 INFO neutron.db.ovn_revision_numbers_db [None req-aa698dee-d8e8-4aac-a9a0-80139434b89b 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource dd068754-e9c0-4118-9a6a-59ff7bc576dd (type: routers) to 1 [pid: 7|app: 0|req: 969/1927] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:12:22 2026] POST /v2.0/routers => generated 605 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:22.840 8 INFO neutron_taas.services.taas.taas_plugin [None req-6351337f-7389-422c-9a23-f74782223264 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] TaaS: Handle Delete Port: 384d298d-b213-4e99-9b63-71452834d644 2026-04-20 15:12:22.844 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6351337f-7389-422c-9a23-f74782223264 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Tap Mirror: Handle Delete Port: 384d298d-b213-4e99-9b63-71452834d644 2026-04-20 15:12:22.854 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-819fcc5b-6a43-4cbb-9730-e507e62ae16b 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:22.855 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-819fcc5b-6a43-4cbb-9730-e507e62ae16b 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network 4f2723fa-46d3-42c0-974e-f1ce0f9859d9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:22.922 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-14ed95ee-5b65-4491-b524-949d22d57f05 - - - - - -] OVN reports status down for port: a4d7757b-7f19-449e-a345-7313053e54cd 2026-04-20 15:12:22.992 7 INFO neutron.db.ovn_revision_numbers_db [None req-819fcc5b-6a43-4cbb-9730-e507e62ae16b 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource a4d7757b-7f19-449e-a345-7313053e54cd (type: ports) to 1 [pid: 7|app: 0|req: 970/1928] 10.0.0.154 () {34 vars in 665 bytes} [Mon Apr 20 15:12:22 2026] POST /v2.0/ports => generated 963 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:23.158 7 INFO neutron.services.segments.plugin [-] Segment 18e1b536-e489-49d4-aab4-beef3b3c3d61 resource provider aggregate not found 2026-04-20 15:12:23.162 7 INFO neutron.services.segments.plugin [-] Segment 18e1b536-e489-49d4-aab4-beef3b3c3d61 resource provider aggregate not found 2026-04-20 15:12:23.180 7 INFO neutron.services.segments.plugin [-] Segment 18e1b536-e489-49d4-aab4-beef3b3c3d61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18e1b536-e489-49d4-aab4-beef3b3c3d61 found for delete ", "request_id": "req-d7fcc371-d59a-4c5e-9fb7-179a99038e3f"}]} 2026-04-20 15:12:23.181 7 INFO neutron.services.segments.plugin [-] Segment 18e1b536-e489-49d4-aab4-beef3b3c3d61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18e1b536-e489-49d4-aab4-beef3b3c3d61 found for delete ", "request_id": "req-12ad1321-859e-431a-a3af-f5bf5841f065"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 959/1929] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:22 2026] DELETE /v2.0/routers/d7d6f94f-c8f6-40a4-bc07-e5210d0e8bf5 => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:23.363 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e93a618-33bd-4395-8f5c-b5c886f0ebb7 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource 07bcc7a5-2cf7-455d-b6c7-fa7c9babb2a4 (type: security_groups) to 1 2026-04-20 15:12:23.381 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e93a618-33bd-4395-8f5c-b5c886f0ebb7 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource 2f3ee21e-01b8-49ab-ad01-b76b07be1aef (type: security_group_rules) to 0 2026-04-20 15:12:23.399 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e93a618-33bd-4395-8f5c-b5c886f0ebb7 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource 3e97e997-6187-416b-a0a1-4db58d2e7b0e (type: security_group_rules) to 0 2026-04-20 15:12:23.413 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e93a618-33bd-4395-8f5c-b5c886f0ebb7 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource 74073c14-b54d-420c-b8b9-55e37b4d57f5 (type: security_group_rules) to 0 2026-04-20 15:12:23.452 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e93a618-33bd-4395-8f5c-b5c886f0ebb7 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource 74adb066-8c50-498f-afc0-816ad5a766b2 (type: security_group_rules) to 0 2026-04-20 15:12:23.540 7 INFO neutron.db.segments_db [None req-9e93a618-33bd-4395-8f5c-b5c886f0ebb7 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Added segment 0d05e513-aaca-489f-9812-6a11aabb8810 of type geneve for network 1ff6b508-1d1b-4777-a3c8-2e39974e4c57 2026-04-20 15:12:23.658 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e93a618-33bd-4395-8f5c-b5c886f0ebb7 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource 1ff6b508-1d1b-4777-a3c8-2e39974e4c57 (type: networks) to 1 2026-04-20 15:12:23.735 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] No port found with ID 1d1b1543-eaf4-4cab-bb53-823aaecdf370: RuntimeError: No port found with ID 1d1b1543-eaf4-4cab-bb53-823aaecdf370 2026-04-20 15:12:23.751 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] OVN reports status down for port: 21fd3c6e-fd43-446e-817a-8156535d9aaf 2026-04-20 15:12:23.775 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-14ed95ee-5b65-4491-b524-949d22d57f05 - - - - - -] OVN reports status up for port: a4d7757b-7f19-449e-a345-7313053e54cd 2026-04-20 15:12:23.797 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] OVN reports status down for port: 0ef3e13c-5626-428e-9054-3801be61519e 2026-04-20 15:12:23.799 7 INFO neutron.plugins.ml2.plugin [None req-14ed95ee-5b65-4491-b524-949d22d57f05 - - - - - -] Attempt 1 to provision port a4d7757b-7f19-449e-a345-7313053e54cd 2026-04-20 15:12:23.835 8 INFO neutron.db.ovn_revision_numbers_db [None req-8b6a0de4-e790-401d-b309-5e42bebdabd6 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource a4d7757b-7f19-449e-a345-7313053e54cd (type: ports) to 2 2026-04-20 15:12:23.903 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9e93a618-33bd-4395-8f5c-b5c886f0ebb7 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] No more DHCP agents 2026-04-20 15:12:23.907 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9e93a618-33bd-4395-8f5c-b5c886f0ebb7 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Unable to schedule network 1ff6b508-1d1b-4777-a3c8-2e39974e4c57: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:24.047 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e93a618-33bd-4395-8f5c-b5c886f0ebb7 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource 581db775-2f39-4583-8dd1-3724a72416fa (type: ports) to 1 [pid: 7|app: 0|req: 971/1930] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:12:23 2026] POST /v2.0/networks => generated 651 bytes in 1029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:24.278 7 INFO neutron.db.ovn_revision_numbers_db [None req-14ed95ee-5b65-4491-b524-949d22d57f05 - - - - - -] Successfully bumped revision number for resource a4d7757b-7f19-449e-a345-7313053e54cd (type: ports) to 3 2026-04-20 15:12:24.322 7 INFO neutron_taas.services.taas.taas_plugin [None req-bcc47e24-c3cd-4a1e-86a8-30e2a0497837 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] TaaS: Handle Delete Port: 7ff632fd-6b04-4353-ad38-3195a263a030 2026-04-20 15:12:24.332 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcc47e24-c3cd-4a1e-86a8-30e2a0497837 7af29a229c7c4225846d0f1c49f97da9 140f2a9333024308bf8b2d0549798a6d - - default default] Tap Mirror: Handle Delete Port: 7ff632fd-6b04-4353-ad38-3195a263a030 [pid: 7|app: 0|req: 972/1931] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:12:24 2026] DELETE /v2.0/networks/06d8efa3-02c1-4c5c-b175-ff2b7db7e48b => generated 0 bytes in 479 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-20 15:12:24.570 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8b6a0de4-e790-401d-b309-5e42bebdabd6 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:24.572 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8b6a0de4-e790-401d-b309-5e42bebdabd6 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network 4f2723fa-46d3-42c0-974e-f1ce0f9859d9: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:24.741 8 INFO neutron.db.ovn_revision_numbers_db [None req-8b6a0de4-e790-401d-b309-5e42bebdabd6 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource a4d7757b-7f19-449e-a345-7313053e54cd (type: router_ports) to 3 [pid: 8|app: 0|req: 960/1932] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:12:23 2026] PUT /v2.0/routers/dd068754-e9c0-4118-9a6a-59ff7bc576dd/add_router_interface => generated 309 bytes in 1445 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: 961/1933] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:24 2026] GET /v2.0/ports/a4d7757b-7f19-449e-a345-7313053e54cd => generated 1025 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:24.878 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-10efbeb2-de4b-45b2-b263-e38d05bca20f 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] No more DHCP agents 2026-04-20 15:12:24.879 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-10efbeb2-de4b-45b2-b263-e38d05bca20f 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Unable to schedule network 1ff6b508-1d1b-4777-a3c8-2e39974e4c57: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:24.965 7 INFO neutron.db.ovn_revision_numbers_db [None req-10efbeb2-de4b-45b2-b263-e38d05bca20f 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource 2266763a-8e71-488e-9715-81be35279aa2 (type: ports) to 1 [pid: 7|app: 0|req: 973/1934] 10.0.0.154 () {34 vars in 664 bytes} [Mon Apr 20 15:12:24 2026] POST /v2.0/ports => generated 743 bytes in 444 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-20 15:12:25.160 8 INFO neutron_taas.services.taas.taas_plugin [None req-06924545-aa92-4d13-b5b6-89e9a1f72df5 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] TaaS: Handle Delete Port: a4d7757b-7f19-449e-a345-7313053e54cd 2026-04-20 15:12:25.163 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06924545-aa92-4d13-b5b6-89e9a1f72df5 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Tap Mirror: Handle Delete Port: a4d7757b-7f19-449e-a345-7313053e54cd 2026-04-20 15:12:25.218 7 INFO neutron.services.segments.plugin [-] Segment eb8f7878-ebfd-4e7f-96ec-ce80218e11d0 resource provider aggregate not found 2026-04-20 15:12:25.221 7 INFO neutron.services.segments.plugin [-] Segment eb8f7878-ebfd-4e7f-96ec-ce80218e11d0 resource provider aggregate not found 2026-04-20 15:12:25.242 7 INFO neutron.services.segments.plugin [-] Segment eb8f7878-ebfd-4e7f-96ec-ce80218e11d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb8f7878-ebfd-4e7f-96ec-ce80218e11d0 found for delete ", "request_id": "req-566ba8ea-dead-4f0f-aa66-34ac0ca6556c"}]} 2026-04-20 15:12:25.246 7 INFO neutron.services.segments.plugin [-] Segment eb8f7878-ebfd-4e7f-96ec-ce80218e11d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb8f7878-ebfd-4e7f-96ec-ce80218e11d0 found for delete ", "request_id": "req-89d7ec03-48ec-4490-968a-b2083b83b990"}]} [pid: 7|app: 0|req: 974/1935] 10.0.0.154 () {34 vars in 666 bytes} [Mon Apr 20 15:12:25 2026] POST /v2.0/trunks => generated 409 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1936] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:25 2026] GET /v2.0/security-groups?tenant_id=140f2a9333024308bf8b2d0549798a6d&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1937] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:12:24 2026] PUT /v2.0/routers/dd068754-e9c0-4118-9a6a-59ff7bc576dd/remove_router_interface => generated 309 bytes in 631 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-20 15:12:25.506 7 INFO neutron.db.segments_db [None req-8bbc28c3-2451-473d-a3b2-0dd28df667da 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Added segment 8c1ed43d-25d9-47bb-a753-3ef0966a2a92 of type geneve for network a3c207a7-24e8-405c-9e18-04d503dc8ebc 2026-04-20 15:12:25.617 7 INFO neutron.db.ovn_revision_numbers_db [None req-8bbc28c3-2451-473d-a3b2-0dd28df667da 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource a3c207a7-24e8-405c-9e18-04d503dc8ebc (type: networks) to 1 [pid: 8|app: 0|req: 963/1938] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:25 2026] DELETE /v2.0/security-groups/093b80d4-8e6f-4497-ac48-a13b49c40f7f => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:25.747 8 INFO neutron.api.v2.resource [None req-9f9bac5b-a553-4d59-b11a-aea3a5326de1 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 964/1939] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:12:25 2026] PUT /v2.0/routers/dd068754-e9c0-4118-9a6a-59ff7bc576dd/remove_router_interface => generated 197 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1940] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:12:25 2026] GET /v2.0/ports?device_id=dd068754-e9c0-4118-9a6a-59ff7bc576dd => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:25.829 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8bbc28c3-2451-473d-a3b2-0dd28df667da 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] No more DHCP agents 2026-04-20 15:12:25.831 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8bbc28c3-2451-473d-a3b2-0dd28df667da 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Unable to schedule network a3c207a7-24e8-405c-9e18-04d503dc8ebc: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:25.917 7 INFO neutron.db.ovn_revision_numbers_db [None req-8bbc28c3-2451-473d-a3b2-0dd28df667da 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource 372fa895-8323-420a-a5b6-7dcf3373fffc (type: ports) to 1 [pid: 7|app: 0|req: 976/1941] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:12:25 2026] POST /v2.0/networks => generated 651 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1942] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:25 2026] DELETE /v2.0/routers/dd068754-e9c0-4118-9a6a-59ff7bc576dd => generated 0 bytes in 224 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:26.052 7 INFO neutron.db.ovn_revision_numbers_db [None req-8af81b43-067c-4c3c-8fbe-489babf11bea 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 8722d955-8bf0-4b41-9e2a-e56b5d7551b8 (type: security_groups) to 1 2026-04-20 15:12:26.065 7 INFO neutron.db.ovn_revision_numbers_db [None req-8af81b43-067c-4c3c-8fbe-489babf11bea 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a6cc66d1-f239-41fa-b8bc-48c506d12501 (type: security_group_rules) to 0 2026-04-20 15:12:26.077 7 INFO neutron.db.ovn_revision_numbers_db [None req-8af81b43-067c-4c3c-8fbe-489babf11bea 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b360cce3-e6a9-4dcf-b872-4b3cf637ec2d (type: security_group_rules) to 0 2026-04-20 15:12:26.093 7 INFO neutron.db.ovn_revision_numbers_db [None req-8af81b43-067c-4c3c-8fbe-489babf11bea 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c5597745-9da6-49ba-ab74-bf22e6263b3e (type: security_group_rules) to 0 2026-04-20 15:12:26.107 7 INFO neutron.db.ovn_revision_numbers_db [None req-8af81b43-067c-4c3c-8fbe-489babf11bea 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource de36b1e2-d222-4cfc-8fec-8caef1b5f7df (type: security_group_rules) to 0 [pid: 7|app: 0|req: 977/1943] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:25 2026] GET /v2.0/security-groups?tenant_id=67817d6bc5114d768cb19ea9e19aea4a&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:26.225 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2488a3f5-2ca8-41cf-bfcf-86b971e484d8 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] No more DHCP agents 2026-04-20 15:12:26.226 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2488a3f5-2ca8-41cf-bfcf-86b971e484d8 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Unable to schedule network a3c207a7-24e8-405c-9e18-04d503dc8ebc: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 978/1944] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:26 2026] DELETE /v2.0/subnets/9a1cb545-bd6b-412d-8b7d-ed30868976c7 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:12:26.309 8 INFO neutron.db.ovn_revision_numbers_db [None req-2488a3f5-2ca8-41cf-bfcf-86b971e484d8 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource 751bc81d-ee57-43bf-a57a-03d84174f646 (type: ports) to 1 [pid: 8|app: 0|req: 967/1945] 10.0.0.154 () {34 vars in 664 bytes} [Mon Apr 20 15:12:26 2026] POST /v2.0/ports => generated 743 bytes in 358 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-20 15:12:26.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb520f1d-cb77-412a-a68d-9ad5a031f698 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] TaaS: Handle Delete Port: 0ef3e13c-5626-428e-9054-3801be61519e 2026-04-20 15:12:26.484 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb520f1d-cb77-412a-a68d-9ad5a031f698 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Tap Mirror: Handle Delete Port: 0ef3e13c-5626-428e-9054-3801be61519e [pid: 7|app: 0|req: 979/1946] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:26 2026] DELETE /v2.0/security-groups/8722d955-8bf0-4b41-9e2a-e56b5d7551b8 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:26.654 8 INFO neutron.services.segments.plugin [-] Segment 1e49a3a4-0282-4238-a6ec-8ad759f03ed0 resource provider aggregate not found [pid: 7|app: 0|req: 980/1947] 10.0.0.154 () {34 vars in 666 bytes} [Mon Apr 20 15:12:26 2026] POST /v2.0/trunks => generated 409 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:26.659 8 INFO neutron.services.segments.plugin [-] Segment 1e49a3a4-0282-4238-a6ec-8ad759f03ed0 resource provider aggregate not found 2026-04-20 15:12:26.676 8 INFO neutron.services.segments.plugin [-] Segment 1e49a3a4-0282-4238-a6ec-8ad759f03ed0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e49a3a4-0282-4238-a6ec-8ad759f03ed0 found for delete ", "request_id": "req-29bece5e-89d3-48d6-b2f9-ab601d115c2c"}]} 2026-04-20 15:12:26.682 8 INFO neutron.services.segments.plugin [-] Segment 1e49a3a4-0282-4238-a6ec-8ad759f03ed0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e49a3a4-0282-4238-a6ec-8ad759f03ed0 found for delete ", "request_id": "req-d56b7387-49d3-4355-bce6-bde2072945bc"}]} [pid: 8|app: 0|req: 968/1948] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:12:26 2026] DELETE /v2.0/networks/4f2723fa-46d3-42c0-974e-f1ce0f9859d9 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:12:26.749 7 INFO neutron.db.segments_db [None req-90835274-2344-403c-937d-e46348b3e66a 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Added segment eddc2409-9e1c-444f-971f-5689a6d95405 of type geneve for network 9b52f8a1-6b72-4fd9-848d-e36d446a13e6 2026-04-20 15:12:26.792 8 INFO neutron.db.segments_db [None req-06a45b27-5eaa-472c-bf28-5f71898b927f 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Added segment 585edd89-64bf-4776-aec0-e0a4ab405245 of type geneve for network f926830d-bb73-4e15-b647-a32232ff9026 2026-04-20 15:12:26.884 7 INFO neutron.db.ovn_revision_numbers_db [None req-90835274-2344-403c-937d-e46348b3e66a 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource 9b52f8a1-6b72-4fd9-848d-e36d446a13e6 (type: networks) to 1 2026-04-20 15:12:26.925 8 INFO neutron.db.ovn_revision_numbers_db [None req-06a45b27-5eaa-472c-bf28-5f71898b927f 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource f926830d-bb73-4e15-b647-a32232ff9026 (type: networks) to 1 2026-04-20 15:12:27.046 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-90835274-2344-403c-937d-e46348b3e66a 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] No more DHCP agents 2026-04-20 15:12:27.047 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-90835274-2344-403c-937d-e46348b3e66a 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Unable to schedule network 9b52f8a1-6b72-4fd9-848d-e36d446a13e6: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:27.104 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-06a45b27-5eaa-472c-bf28-5f71898b927f 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:27.106 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-06a45b27-5eaa-472c-bf28-5f71898b927f 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network f926830d-bb73-4e15-b647-a32232ff9026: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:27.119 7 INFO neutron.db.ovn_revision_numbers_db [None req-90835274-2344-403c-937d-e46348b3e66a 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource 35ce87cc-d23b-4c67-814a-794bee5ed70e (type: ports) to 1 [pid: 7|app: 0|req: 981/1949] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:12:26 2026] POST /v2.0/networks => generated 650 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:27.183 8 INFO neutron.db.ovn_revision_numbers_db [None req-06a45b27-5eaa-472c-bf28-5f71898b927f 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 093ec481-a7ed-439c-a32b-e936d31a9db2 (type: ports) to 1 [pid: 8|app: 0|req: 969/1950] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:12:26 2026] POST /v2.0/networks => generated 652 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:27.425 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-eb387546-ce6d-4e11-a994-db0c0b4cabc6 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] No more DHCP agents 2026-04-20 15:12:27.426 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eb387546-ce6d-4e11-a994-db0c0b4cabc6 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Unable to schedule network 9b52f8a1-6b72-4fd9-848d-e36d446a13e6: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:27.427 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-00a191ff-cd0a-414d-a47c-3d5eea66ed8c 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:27.428 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-00a191ff-cd0a-414d-a47c-3d5eea66ed8c 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network f926830d-bb73-4e15-b647-a32232ff9026: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:27.453 8 INFO neutron.db.ovn_revision_numbers_db [None req-00a191ff-cd0a-414d-a47c-3d5eea66ed8c 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 3fb5dd9b-3a75-49fe-b20e-aa06041c516b (type: subnets) to 0 [pid: 8|app: 0|req: 970/1951] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:12:27 2026] POST /v2.0/subnets => generated 646 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:27.522 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb387546-ce6d-4e11-a994-db0c0b4cabc6 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource fc3d840b-2c92-45cf-ab80-da266fc9255b (type: ports) to 1 [pid: 7|app: 0|req: 982/1952] 10.0.0.154 () {34 vars in 664 bytes} [Mon Apr 20 15:12:27 2026] POST /v2.0/ports => generated 743 bytes in 412 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-20 15:12:27.605 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ec3b6f1-b319-442e-9701-d361dae17854 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 893049cf-038f-4b11-9e38-3b4163f90648 (type: routers) to 1 [pid: 8|app: 0|req: 971/1953] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:12:27 2026] POST /v2.0/routers => generated 606 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1954] 10.0.0.154 () {34 vars in 666 bytes} [Mon Apr 20 15:12:27 2026] POST /v2.0/trunks => generated 409 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:27.838 7 INFO neutron.db.segments_db [None req-cf70ba55-46cd-4c98-bb85-b3c27d35e0d3 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Added segment be423d0b-d82c-4058-878b-1e61f27e49a8 of type geneve for network 5659690d-6e6e-48a3-9d12-21475ccdf4e0 2026-04-20 15:12:27.940 7 INFO neutron.db.ovn_revision_numbers_db [None req-cf70ba55-46cd-4c98-bb85-b3c27d35e0d3 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource 5659690d-6e6e-48a3-9d12-21475ccdf4e0 (type: networks) to 1 2026-04-20 15:12:28.050 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b894e19a-5ff1-4343-b45e-0f6a97f56463 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:28.052 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b894e19a-5ff1-4343-b45e-0f6a97f56463 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network f926830d-bb73-4e15-b647-a32232ff9026: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:28.104 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cf70ba55-46cd-4c98-bb85-b3c27d35e0d3 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] No more DHCP agents 2026-04-20 15:12:28.106 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cf70ba55-46cd-4c98-bb85-b3c27d35e0d3 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Unable to schedule network 5659690d-6e6e-48a3-9d12-21475ccdf4e0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:28.158 8 INFO neutron.db.ovn_revision_numbers_db [None req-b894e19a-5ff1-4343-b45e-0f6a97f56463 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 8d4a5583-990c-49a4-9e5e-3f9796a5af5c (type: ports) to 1 2026-04-20 15:12:28.212 7 INFO neutron.db.ovn_revision_numbers_db [None req-cf70ba55-46cd-4c98-bb85-b3c27d35e0d3 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource dd91c15e-9950-4a8d-9d90-65170708567e (type: ports) to 1 [pid: 7|app: 0|req: 984/1955] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:12:27 2026] POST /v2.0/networks => generated 650 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:28.477 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-78d61d79-76d3-40d0-9cdd-97061450be1c 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] No more DHCP agents 2026-04-20 15:12:28.478 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-78d61d79-76d3-40d0-9cdd-97061450be1c 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Unable to schedule network 5659690d-6e6e-48a3-9d12-21475ccdf4e0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:28.571 7 INFO neutron.db.ovn_revision_numbers_db [None req-78d61d79-76d3-40d0-9cdd-97061450be1c 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource c6930d5c-7142-43aa-8bc6-fabefc3a8b52 (type: ports) to 1 [pid: 7|app: 0|req: 985/1956] 10.0.0.154 () {34 vars in 664 bytes} [Mon Apr 20 15:12:28 2026] POST /v2.0/ports => generated 743 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:28.724 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b894e19a-5ff1-4343-b45e-0f6a97f56463 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:28.725 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b894e19a-5ff1-4343-b45e-0f6a97f56463 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network f926830d-bb73-4e15-b647-a32232ff9026: no agents available; will retry on subsequent port and subnet creation events. /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-20 15:12:28.912 8 INFO neutron.db.ovn_revision_numbers_db [None req-b894e19a-5ff1-4343-b45e-0f6a97f56463 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 8d4a5583-990c-49a4-9e5e-3f9796a5af5c (type: router_ports) to 1 [pid: 8|app: 0|req: 972/1957] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:12:27 2026] PUT /v2.0/routers/893049cf-038f-4b11-9e38-3b4163f90648/add_router_interface => generated 309 bytes in 1293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:28.987 7 INFO neutron.db.ovn_revision_numbers_db [None req-1479cb80-c3ac-4a50-b955-c851479b3e5c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource aec80856-0f9f-42df-907d-3b80af3fdf61 (type: security_groups) to 1 2026-04-20 15:12:29.001 7 INFO neutron.db.ovn_revision_numbers_db [None req-1479cb80-c3ac-4a50-b955-c851479b3e5c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 0d3a0cbd-1e32-4bdb-bcfa-b4e04619ba63 (type: security_group_rules) to 0 2026-04-20 15:12:29.018 7 INFO neutron.db.ovn_revision_numbers_db [None req-1479cb80-c3ac-4a50-b955-c851479b3e5c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d393fdf7-8b74-426f-a6e3-835cafd18698 (type: security_group_rules) to 0 2026-04-20 15:12:29.035 7 INFO neutron.db.ovn_revision_numbers_db [None req-1479cb80-c3ac-4a50-b955-c851479b3e5c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e3a41f9d-32d3-473c-9cce-e18575f357dc (type: security_group_rules) to 0 2026-04-20 15:12:29.051 7 INFO neutron.db.ovn_revision_numbers_db [None req-1479cb80-c3ac-4a50-b955-c851479b3e5c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e438746e-6271-4a8b-9640-c78496accf40 (type: security_group_rules) to 0 2026-04-20 15:12:29.127 7 INFO neutron.db.segments_db [None req-1479cb80-c3ac-4a50-b955-c851479b3e5c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Added segment d1412639-27ac-4259-bd04-de840df6c0aa of type geneve for network d26e62ee-47f9-4ee0-b405-8a96222d6eea [pid: 8|app: 0|req: 973/1958] 10.0.0.154 () {34 vars in 666 bytes} [Mon Apr 20 15:12:28 2026] POST /v2.0/trunks => generated 409 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1959] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:29 2026] GET /v2.0/ports/8d4a5583-990c-49a4-9e5e-3f9796a5af5c => generated 945 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:29.243 7 INFO neutron.db.ovn_revision_numbers_db [None req-1479cb80-c3ac-4a50-b955-c851479b3e5c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d26e62ee-47f9-4ee0-b405-8a96222d6eea (type: networks) to 1 2026-04-20 15:12:29.296 8 INFO neutron.db.segments_db [None req-0b0876af-6364-4905-add8-3f537444ce78 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Added segment b1f7f55c-36c2-4400-966a-08457bdbf09a of type geneve for network 0341c4d7-aecb-4f9c-b5b9-fc22e928da6b 2026-04-20 15:12:29.321 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] No port found with ID a4d7757b-7f19-449e-a345-7313053e54cd: RuntimeError: No port found with ID a4d7757b-7f19-449e-a345-7313053e54cd 2026-04-20 15:12:29.322 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] OVN reports status down for port: 581db775-2f39-4583-8dd1-3724a72416fa 2026-04-20 15:12:29.409 8 INFO neutron.db.ovn_revision_numbers_db [None req-0b0876af-6364-4905-add8-3f537444ce78 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource 0341c4d7-aecb-4f9c-b5b9-fc22e928da6b (type: networks) to 1 2026-04-20 15:12:29.461 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] OVN reports status down for port: 2266763a-8e71-488e-9715-81be35279aa2 2026-04-20 15:12:29.511 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1479cb80-c3ac-4a50-b955-c851479b3e5c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:12:29.514 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1479cb80-c3ac-4a50-b955-c851479b3e5c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network d26e62ee-47f9-4ee0-b405-8a96222d6eea: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:29.586 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0b0876af-6364-4905-add8-3f537444ce78 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] No more DHCP agents 2026-04-20 15:12:29.590 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] OVN reports status down for port: 372fa895-8323-420a-a5b6-7dcf3373fffc 2026-04-20 15:12:29.592 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0b0876af-6364-4905-add8-3f537444ce78 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Unable to schedule network 0341c4d7-aecb-4f9c-b5b9-fc22e928da6b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:29.668 8 INFO neutron.db.ovn_revision_numbers_db [None req-0b0876af-6364-4905-add8-3f537444ce78 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource b7cffba5-2168-4f4f-badb-75e47649bf3d (type: ports) to 1 2026-04-20 15:12:29.670 7 INFO neutron.db.ovn_revision_numbers_db [None req-1479cb80-c3ac-4a50-b955-c851479b3e5c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ac2fc077-6a0c-4cfd-8a62-5725bd880bbc (type: ports) to 1 [pid: 8|app: 0|req: 975/1960] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:12:29 2026] POST /v2.0/networks => generated 651 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1961] 10.0.0.154 () {34 vars in 671 bytes} [Mon Apr 20 15:12:28 2026] POST /v2.0/networks => generated 763 bytes in 1093 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1962] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:29 2026] GET /v2.0/ports/8d4a5583-990c-49a4-9e5e-3f9796a5af5c => generated 945 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:29.729 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] OVN reports status down for port: 751bc81d-ee57-43bf-a57a-03d84174f646 2026-04-20 15:12:29.855 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-75e7d299-1bb6-4212-b862-19af77aa2f16 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:12:29.857 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-75e7d299-1bb6-4212-b862-19af77aa2f16 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network d26e62ee-47f9-4ee0-b405-8a96222d6eea: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:29.885 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] OVN reports status down for port: 35ce87cc-d23b-4c67-814a-794bee5ed70e 2026-04-20 15:12:30.023 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] OVN reports status down for port: 093ec481-a7ed-439c-a32b-e936d31a9db2 2026-04-20 15:12:30.107 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3befcddd-1980-4313-90ee-b52f3134e96e 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] No more DHCP agents 2026-04-20 15:12:30.109 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] OVN reports status down for port: fc3d840b-2c92-45cf-ab80-da266fc9255b 2026-04-20 15:12:30.111 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3befcddd-1980-4313-90ee-b52f3134e96e 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Unable to schedule network 0341c4d7-aecb-4f9c-b5b9-fc22e928da6b: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:30.185 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] OVN reports status down for port: cca9ee31-c814-4634-b73a-61e503e95fa0 2026-04-20 15:12:30.241 7 INFO neutron.db.ovn_revision_numbers_db [None req-3befcddd-1980-4313-90ee-b52f3134e96e 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Successfully bumped revision number for resource cca9ee31-c814-4634-b73a-61e503e95fa0 (type: ports) to 1 2026-04-20 15:12:30.244 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] OVN reports status down for port: 8d4a5583-990c-49a4-9e5e-3f9796a5af5c [pid: 7|app: 0|req: 987/1963] 10.0.0.154 () {34 vars in 664 bytes} [Mon Apr 20 15:12:29 2026] POST /v2.0/ports => generated 743 bytes in 631 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-20 15:12:30.374 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f9f1c8f-ae01-43db-bd9d-58276fa52075 - - - - - -] Successfully bumped revision number for resource ac2fc077-6a0c-4cfd-8a62-5725bd880bbc (type: ports) to 2 2026-04-20 15:12:30.378 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:12:30.379 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] OVN reports status down for port: dd91c15e-9950-4a8d-9d90-65170708567e 2026-04-20 15:12:30.411 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f9f1c8f-ae01-43db-bd9d-58276fa52075 - - - - - -] Successfully bumped revision number for resource 7e877ddf-b6f6-4061-b024-6a2f693ae20c (type: subnets) to 0 [pid: 8|app: 0|req: 977/1964] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:12:29 2026] POST /v2.0/subnets => generated 688 bytes in 713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:30.480 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] OVN reports status down for port: c6930d5c-7142-43aa-8bc6-fabefc3a8b52 2026-04-20 15:12:30.587 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] OVN reports status up for port: 8d4a5583-990c-49a4-9e5e-3f9796a5af5c 2026-04-20 15:12:30.601 7 INFO neutron.plugins.ml2.plugin [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] Attempt 1 to provision port 8d4a5583-990c-49a4-9e5e-3f9796a5af5c [pid: 7|app: 0|req: 988/1965] 10.0.0.154 () {34 vars in 666 bytes} [Mon Apr 20 15:12:30 2026] POST /v2.0/trunks => generated 409 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1966] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:12:30 2026] PUT /v2.0/trunks/6a3fc617-9df6-4f1c-917f-2bb41cf0a632/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1967] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:12:30 2026] PUT /v2.0/trunks/cbb5182c-c510-4c01-8923-dc93d0775eb7/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: 991/1968] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:30 2026] GET /v2.0/ports/8d4a5583-990c-49a4-9e5e-3f9796a5af5c => generated 945 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:30.902 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c973e6e2-09d5-423a-8315-161ff4e777ff 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:12:30.904 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c973e6e2-09d5-423a-8315-161ff4e777ff 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 992/1969] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:12:30 2026] PUT /v2.0/trunks/b6105199-1044-4f52-bfc0-3efae8c8ab17/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1970] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:12:30 2026] PUT /v2.0/trunks/5a1b8e1e-23fb-449f-a63b-f7104e1f3012/tags => generated 19 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:31.029 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] OVN reports status down for port: 973bd34d-f0bc-4790-8abb-0e2716ef5e43 2026-04-20 15:12:31.097 8 INFO neutron.db.ovn_revision_numbers_db [None req-c973e6e2-09d5-423a-8315-161ff4e777ff 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 973bd34d-f0bc-4790-8abb-0e2716ef5e43 (type: ports) to 1 [pid: 7|app: 0|req: 994/1971] 10.0.0.154 () {32 vars in 662 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/trunks?tags=red => generated 1252 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1972] 10.0.0.154 () {32 vars in 676 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 847 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1973] 10.0.0.154 () {32 vars in 672 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/trunks?tags-any=blue => generated 847 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1974] 10.0.0.154 () {32 vars in 684 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1252 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:31.251 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f5b8fe4-a062-4e5f-87bc-f0315c59ae32 - - - - - -] Successfully bumped revision number for resource 8d4a5583-990c-49a4-9e5e-3f9796a5af5c (type: ports) to 2 [pid: 7|app: 0|req: 998/1975] 10.0.0.154 () {32 vars in 670 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/trunks?not-tags=red => generated 819 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1976] 10.0.0.154 () {32 vars in 684 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1224 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1977] 10.0.0.154 () {32 vars in 680 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1224 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1978] 10.0.0.154 () {32 vars in 692 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 819 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1979] 10.0.0.154 () {32 vars in 719 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/trunks/6a3fc617-9df6-4f1c-917f-2bb41cf0a632 => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1980] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/ports/2266763a-8e71-488e-9715-81be35279aa2 => generated 826 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1983] 10.0.0.154 () {32 vars in 722 bytes} [Mon Apr 20 15:12:31 2026] DELETE /v2.0/trunks/6a3fc617-9df6-4f1c-917f-2bb41cf0a632 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1984] 10.0.0.154 () {32 vars in 719 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/trunks/cbb5182c-c510-4c01-8923-dc93d0775eb7 => generated 422 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1985] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/ports/751bc81d-ee57-43bf-a57a-03d84174f646 => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:31.791 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-68662a2d-903c-427e-8ee5-cc055cd90a31 - - - - - -] Schedule LRP lrp-973bd34d-f0bc-4790-8abb-0e2716ef5e43 on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:12:31.807 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] OVN reports status up for port: 973bd34d-f0bc-4790-8abb-0e2716ef5e43 [pid: 7|app: 0|req: 1009/1986] 10.0.0.154 () {32 vars in 722 bytes} [Mon Apr 20 15:12:31 2026] DELETE /v2.0/trunks/cbb5182c-c510-4c01-8923-dc93d0775eb7 => 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: 1010/1987] 10.0.0.154 () {32 vars in 719 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/trunks/b6105199-1044-4f52-bfc0-3efae8c8ab17 => generated 431 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:31.858 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-27de2011-a087-46e0-9c50-dfc8e8c46325 - - - - - -] Router 8ff1ac2a-f240-4161-ba34-c7346fa8740b is bound to host instance 2026-04-20 15:12:31.861 8 INFO neutron.plugins.ml2.plugin [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] Attempt 1 to provision port 973bd34d-f0bc-4790-8abb-0e2716ef5e43 2026-04-20 15:12:31.906 8 INFO neutron.db.ovn_revision_numbers_db [None req-c973e6e2-09d5-423a-8315-161ff4e777ff 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 973bd34d-f0bc-4790-8abb-0e2716ef5e43 (type: router_ports) to 1 [pid: 7|app: 0|req: 1011/1988] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/ports/fc3d840b-2c92-45cf-ab80-da266fc9255b => generated 826 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:32.017 8 INFO neutron.db.ovn_revision_numbers_db [None req-c973e6e2-09d5-423a-8315-161ff4e777ff 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 8ff1ac2a-f240-4161-ba34-c7346fa8740b (type: routers) to 2 [pid: 8|app: 0|req: 978/1989] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:12:30 2026] POST /v2.0/routers => generated 966 bytes in 1594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1990] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:31 2026] GET /v2.0/ports/8d4a5583-990c-49a4-9e5e-3f9796a5af5c => generated 947 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1991] 10.0.0.154 () {32 vars in 722 bytes} [Mon Apr 20 15:12:32 2026] DELETE /v2.0/trunks/b6105199-1044-4f52-bfc0-3efae8c8ab17 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:32.398 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f789cdc-877e-4576-81cd-c45359b67511 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] TaaS: Handle Delete Port: 8d4a5583-990c-49a4-9e5e-3f9796a5af5c 2026-04-20 15:12:32.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f789cdc-877e-4576-81cd-c45359b67511 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Tap Mirror: Handle Delete Port: 8d4a5583-990c-49a4-9e5e-3f9796a5af5c [pid: 8|app: 0|req: 980/1992] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:12:32 2026] PUT /v2.0/routers/893049cf-038f-4b11-9e38-3b4163f90648/remove_router_interface => generated 309 bytes in 595 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: 981/1993] 10.0.0.154 () {32 vars in 719 bytes} [Mon Apr 20 15:12:32 2026] GET /v2.0/trunks/5a1b8e1e-23fb-449f-a63b-f7104e1f3012 => generated 416 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1994] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:12:32 2026] GET /v2.0/ports?device_id=893049cf-038f-4b11-9e38-3b4163f90648 => 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: 983/1995] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:32 2026] GET /v2.0/ports/c6930d5c-7142-43aa-8bc6-fabefc3a8b52 => generated 826 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:32.941 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b3fb9198-930e-47b6-a61b-8d5dac6d41f4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:12:32.943 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b3fb9198-930e-47b6-a61b-8d5dac6d41f4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network d26e62ee-47f9-4ee0-b405-8a96222d6eea: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 984/1996] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:32 2026] DELETE /v2.0/routers/893049cf-038f-4b11-9e38-3b4163f90648 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1997] 10.0.0.154 () {32 vars in 722 bytes} [Mon Apr 20 15:12:33 2026] DELETE /v2.0/trunks/5a1b8e1e-23fb-449f-a63b-f7104e1f3012 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:33.227 7 INFO neutron.db.ovn_revision_numbers_db [None req-b3fb9198-930e-47b6-a61b-8d5dac6d41f4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 78daf8c4-4a39-4bd1-a11a-89d8c373a7be (type: ports) to 1 [pid: 8|app: 0|req: 986/1998] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:33 2026] DELETE /v2.0/subnets/3fb5dd9b-3a75-49fe-b20e-aa06041c516b => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1999] 10.0.0.154 () {32 vars in 719 bytes} [Mon Apr 20 15:12:33 2026] GET /v2.0/trunks/472a7b41-5c55-4b71-80e1-5a1f9cdea681 => generated 409 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:33.386 8 INFO neutron_taas.services.taas.taas_plugin [None req-00687b28-34ad-48f1-acb4-16467e3ede08 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] TaaS: Handle Delete Port: 093ec481-a7ed-439c-a32b-e936d31a9db2 2026-04-20 15:12:33.389 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00687b28-34ad-48f1-acb4-16467e3ede08 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Tap Mirror: Handle Delete Port: 093ec481-a7ed-439c-a32b-e936d31a9db2 2026-04-20 15:12:33.520 7 INFO neutron.db.ovn_revision_numbers_db [None req-583a5492-e941-4a44-b38e-b89ee1b96fc0 - - - - - -] Successfully bumped revision number for resource 973bd34d-f0bc-4790-8abb-0e2716ef5e43 (type: ports) to 4 2026-04-20 15:12:33.595 8 INFO neutron.services.segments.plugin [-] Segment 585edd89-64bf-4776-aec0-e0a4ab405245 resource provider aggregate not found 2026-04-20 15:12:33.601 8 INFO neutron.services.segments.plugin [-] Segment 585edd89-64bf-4776-aec0-e0a4ab405245 resource provider aggregate not found 2026-04-20 15:12:33.619 8 INFO neutron.services.segments.plugin [-] Segment 585edd89-64bf-4776-aec0-e0a4ab405245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 585edd89-64bf-4776-aec0-e0a4ab405245 found for delete ", "request_id": "req-69ffcacf-e8b0-4e98-a0c3-156a182a36c4"}]} 2026-04-20 15:12:33.620 8 INFO neutron.services.segments.plugin [-] Segment 585edd89-64bf-4776-aec0-e0a4ab405245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 585edd89-64bf-4776-aec0-e0a4ab405245 found for delete ", "request_id": "req-d33e9657-671b-48d2-b601-9bad46b48441"}]} [pid: 8|app: 0|req: 988/2000] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:12:33 2026] DELETE /v2.0/networks/f926830d-bb73-4e15-b647-a32232ff9026 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2001] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:12:33 2026] GET /v2.0/ports/cca9ee31-c814-4634-b73a-61e503e95fa0 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:34.143 7 INFO neutron.db.ovn_revision_numbers_db [None req-583a5492-e941-4a44-b38e-b89ee1b96fc0 - - - - - -] Successfully bumped revision number for resource 973bd34d-f0bc-4790-8abb-0e2716ef5e43 (type: ports) to 5 2026-04-20 15:12:34.143 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2fa63d30-f087-4609-a107-9827f61fc107 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] No more DHCP agents 2026-04-20 15:12:34.145 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2fa63d30-f087-4609-a107-9827f61fc107 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:34.323 8 INFO neutron.db.ovn_revision_numbers_db [None req-2fa63d30-f087-4609-a107-9827f61fc107 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 4b3acf96-79af-4757-b771-aa3d07db5dba (type: ports) to 1 2026-04-20 15:12:34.445 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b3fb9198-930e-47b6-a61b-8d5dac6d41f4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:12:34.446 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b3fb9198-930e-47b6-a61b-8d5dac6d41f4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network d26e62ee-47f9-4ee0-b405-8a96222d6eea: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:34.975 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-68662a2d-903c-427e-8ee5-cc055cd90a31 - - - - - -] Schedule LRP lrp-4b3acf96-79af-4757-b771-aa3d07db5dba on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:12:35.020 7 INFO neutron.db.ovn_revision_numbers_db [None req-b3fb9198-930e-47b6-a61b-8d5dac6d41f4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 78daf8c4-4a39-4bd1-a11a-89d8c373a7be (type: router_ports) to 1 2026-04-20 15:12:35.022 8 INFO neutron.db.ovn_revision_numbers_db [None req-2fa63d30-f087-4609-a107-9827f61fc107 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 4b3acf96-79af-4757-b771-aa3d07db5dba (type: router_ports) to 1 [pid: 7|app: 0|req: 1013/2002] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:12:32 2026] PUT /v2.0/routers/8ff1ac2a-f240-4161-ba34-c7346fa8740b/add_router_interface => generated 309 bytes in 2988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2003] 10.0.0.154 () {32 vars in 722 bytes} [Mon Apr 20 15:12:35 2026] DELETE /v2.0/trunks/472a7b41-5c55-4b71-80e1-5a1f9cdea681 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:35.109 8 INFO neutron.db.ovn_revision_numbers_db [None req-2fa63d30-f087-4609-a107-9827f61fc107 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 2d07e733-fcd4-4738-9721-5333472a6e41 (type: routers) to 2 [pid: 8|app: 0|req: 990/2004] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:12:33 2026] POST /v2.0/routers => generated 950 bytes in 1411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2005] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:12:35 2026] GET /v2.0/network-ip-availabilities => generated 2914 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2006] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:12:35 2026] GET /v2.0/routers/2d07e733-fcd4-4738-9721-5333472a6e41 => generated 956 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2007] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:12:35 2026] GET /v2.0/subnets => generated 1986 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:35.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-993459ca-5c0b-4598-8d1f-7805a569a341 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] TaaS: Handle Delete Port: 2266763a-8e71-488e-9715-81be35279aa2 2026-04-20 15:12:35.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-993459ca-5c0b-4598-8d1f-7805a569a341 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Tap Mirror: Handle Delete Port: 2266763a-8e71-488e-9715-81be35279aa2 [pid: 7|app: 0|req: 1018/2008] 10.0.0.154 () {32 vars in 647 bytes} [Mon Apr 20 15:12:35 2026] GET /v2.0/routers => generated 959 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2009] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:12:35 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2010] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:12:35 2026] DELETE /v2.0/ports/2266763a-8e71-488e-9715-81be35279aa2 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2011] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:12:35 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:35.562 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea424e87-49bc-4716-9365-92743475eaae 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] TaaS: Handle Delete Port: 751bc81d-ee57-43bf-a57a-03d84174f646 2026-04-20 15:12:35.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea424e87-49bc-4716-9365-92743475eaae 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Tap Mirror: Handle Delete Port: 751bc81d-ee57-43bf-a57a-03d84174f646 2026-04-20 15:12:35.614 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-aa9389c0-b74b-4ace-9093-92f00d6e719e - - - - - -] No port found with ID 8d4a5583-990c-49a4-9e5e-3f9796a5af5c: RuntimeError: No port found with ID 8d4a5583-990c-49a4-9e5e-3f9796a5af5c 2026-04-20 15:12:35.628 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aa9389c0-b74b-4ace-9093-92f00d6e719e - - - - - -] OVN reports status down for port: ac2fc077-6a0c-4cfd-8a62-5725bd880bbc [pid: 8|app: 0|req: 993/2012] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:12:35 2026] DELETE /v2.0/ports/751bc81d-ee57-43bf-a57a-03d84174f646 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2013] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:12:35 2026] GET /v2.0/subnets => generated 1986 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:35.778 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aa9389c0-b74b-4ace-9093-92f00d6e719e - - - - - -] OVN reports status down for port: b7cffba5-2168-4f4f-badb-75e47649bf3d 2026-04-20 15:12:35.897 8 INFO neutron_taas.services.taas.taas_plugin [None req-774f4fbd-08d2-4c2c-95f4-8ccfe8a6becc 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] TaaS: Handle Delete Port: fc3d840b-2c92-45cf-ab80-da266fc9255b 2026-04-20 15:12:35.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-774f4fbd-08d2-4c2c-95f4-8ccfe8a6becc 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Tap Mirror: Handle Delete Port: fc3d840b-2c92-45cf-ab80-da266fc9255b 2026-04-20 15:12:35.937 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aa9389c0-b74b-4ace-9093-92f00d6e719e - - - - - -] OVN reports status down for port: 78daf8c4-4a39-4bd1-a11a-89d8c373a7be 2026-04-20 15:12:35.939 7 INFO neutron.db.ovn_revision_numbers_db [None req-a709f61c-36c3-49bb-8fb8-ba9f0ff8b322 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Successfully bumped revision number for resource 2d07e733-fcd4-4738-9721-5333472a6e41 (type: routers) to 3 [pid: 7|app: 0|req: 1020/2014] 10.0.0.154 () {34 vars in 741 bytes} [Mon Apr 20 15:12:35 2026] PUT /v2.0/routers/2d07e733-fcd4-4738-9721-5333472a6e41 => generated 963 bytes in 617 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2015] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:12:35 2026] GET /v2.0/agents => generated 1214 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2016] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:12:35 2026] DELETE /v2.0/ports/fc3d840b-2c92-45cf-ab80-da266fc9255b => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:12:36.075 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-aa9389c0-b74b-4ace-9093-92f00d6e719e - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:12:36.075 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aa9389c0-b74b-4ace-9093-92f00d6e719e - - - - - -] OVN reports status down for port: 4b3acf96-79af-4757-b771-aa3d07db5dba [pid: 8|app: 0|req: 996/2017] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:12:36 2026] GET /v2.0/networks => generated 6805 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2018] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:12:35 2026] GET /v2.0/routers/2d07e733-fcd4-4738-9721-5333472a6e41 => generated 963 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:36.184 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-aa9389c0-b74b-4ace-9093-92f00d6e719e - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:12:36.184 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aa9389c0-b74b-4ace-9093-92f00d6e719e - - - - - -] OVN reports status up for port: 78daf8c4-4a39-4bd1-a11a-89d8c373a7be 2026-04-20 15:12:36.200 7 INFO neutron.plugins.ml2.plugin [None req-aa9389c0-b74b-4ace-9093-92f00d6e719e - - - - - -] Attempt 1 to provision port 78daf8c4-4a39-4bd1-a11a-89d8c373a7be 2026-04-20 15:12:36.216 8 INFO neutron_taas.services.taas.taas_plugin [None req-83ce0e84-5d08-4d51-bb5f-087bd934a8fe 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] TaaS: Handle Delete Port: c6930d5c-7142-43aa-8bc6-fabefc3a8b52 2026-04-20 15:12:36.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83ce0e84-5d08-4d51-bb5f-087bd934a8fe 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Tap Mirror: Handle Delete Port: c6930d5c-7142-43aa-8bc6-fabefc3a8b52 [pid: 8|app: 0|req: 997/2019] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:12:36 2026] DELETE /v2.0/ports/c6930d5c-7142-43aa-8bc6-fabefc3a8b52 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:12:36.427 7 INFO neutron.db.ovn_revision_numbers_db [None req-8af30b62-35e0-4c68-944f-d75b055c6f3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f612b7bf-2048-4953-8126-04c02a34f237 (type: security_groups) to 1 [pid: 8|app: 0|req: 998/2020] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:12:36 2026] GET /v2.0/ports => generated 14632 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2021] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:12:36 2026] GET /v2.0/ports?device_id=2d07e733-fcd4-4738-9721-5333472a6e41 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:36.465 7 INFO neutron.db.ovn_revision_numbers_db [None req-8af30b62-35e0-4c68-944f-d75b055c6f3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 18ebcfab-1951-46a0-9d87-8833dbdb3532 (type: security_group_rules) to 0 2026-04-20 15:12:36.485 7 INFO neutron.db.ovn_revision_numbers_db [None req-8af30b62-35e0-4c68-944f-d75b055c6f3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 40517a30-001d-4106-b01d-84b40db19ef4 (type: security_group_rules) to 0 2026-04-20 15:12:36.509 7 INFO neutron.db.ovn_revision_numbers_db [None req-8af30b62-35e0-4c68-944f-d75b055c6f3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 9a1b5334-df16-4825-83a0-5ccbdd76aab3 (type: security_group_rules) to 0 2026-04-20 15:12:36.534 7 INFO neutron.db.ovn_revision_numbers_db [None req-8af30b62-35e0-4c68-944f-d75b055c6f3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c069e26e-639e-4631-8a19-e831ae86e55e (type: security_group_rules) to 0 2026-04-20 15:12:36.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-1babb5bf-ab41-4b76-aaa4-50170d9bc8c8 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] TaaS: Handle Delete Port: cca9ee31-c814-4634-b73a-61e503e95fa0 2026-04-20 15:12:36.565 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1babb5bf-ab41-4b76-aaa4-50170d9bc8c8 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Tap Mirror: Handle Delete Port: cca9ee31-c814-4634-b73a-61e503e95fa0 2026-04-20 15:12:36.652 7 INFO neutron.db.segments_db [None req-8af30b62-35e0-4c68-944f-d75b055c6f3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Added segment 9cefe695-fb5f-4d18-b070-d7edf2da9d94 of type geneve for network 3dc150a7-6315-4d95-a03b-ecd314c07451 [pid: 8|app: 0|req: 1000/2022] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:12:36 2026] DELETE /v2.0/ports/cca9ee31-c814-4634-b73a-61e503e95fa0 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2023] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:12:36 2026] GET /v2.0/routers => generated 1940 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:37.103 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f54d5b3-571c-4cae-80cf-f505d9c68df3 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] TaaS: Handle Delete Port: 4b3acf96-79af-4757-b771-aa3d07db5dba 2026-04-20 15:12:37.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f54d5b3-571c-4cae-80cf-f505d9c68df3 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] Tap Mirror: Handle Delete Port: 4b3acf96-79af-4757-b771-aa3d07db5dba [pid: 8|app: 0|req: 1002/2024] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:36 2026] DELETE /v2.0/routers/2d07e733-fcd4-4738-9721-5333472a6e41 => generated 0 bytes in 721 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:37.532 7 INFO neutron.db.ovn_revision_numbers_db [None req-8af30b62-35e0-4c68-944f-d75b055c6f3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3dc150a7-6315-4d95-a03b-ecd314c07451 (type: networks) to 1 2026-04-20 15:12:37.534 7 INFO neutron.db.ovn_revision_numbers_db [None req-aa9389c0-b74b-4ace-9093-92f00d6e719e - - - - - -] Successfully bumped revision number for resource 78daf8c4-4a39-4bd1-a11a-89d8c373a7be (type: ports) to 2 2026-04-20 15:12:37.611 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ecadefd-52a8-4229-ab95-e8576eafa256 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] TaaS: Handle Delete Port: 581db775-2f39-4583-8dd1-3724a72416fa 2026-04-20 15:12:37.615 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ecadefd-52a8-4229-ab95-e8576eafa256 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Tap Mirror: Handle Delete Port: 581db775-2f39-4583-8dd1-3724a72416fa 2026-04-20 15:12:37.737 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8af30b62-35e0-4c68-944f-d75b055c6f3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:12:37.738 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8af30b62-35e0-4c68-944f-d75b055c6f3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3dc150a7-6315-4d95-a03b-ecd314c07451: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:37.809 7 INFO neutron.db.ovn_revision_numbers_db [None req-8af30b62-35e0-4c68-944f-d75b055c6f3c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource dcd9ac9c-2bb4-42eb-bc60-02dfacff6d2e (type: ports) to 1 2026-04-20 15:12:37.811 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] OVN reports status down for port: dcd9ac9c-2bb4-42eb-bc60-02dfacff6d2e 2026-04-20 15:12:37.817 8 INFO neutron.services.segments.plugin [-] Segment 0d05e513-aaca-489f-9812-6a11aabb8810 resource provider aggregate not found 2026-04-20 15:12:37.823 8 INFO neutron.services.segments.plugin [-] Segment 0d05e513-aaca-489f-9812-6a11aabb8810 resource provider aggregate not found [pid: 7|app: 0|req: 1023/2025] 10.0.0.154 () {34 vars in 671 bytes} [Mon Apr 20 15:12:36 2026] POST /v2.0/networks => generated 762 bytes in 1694 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:37.839 8 INFO neutron.services.segments.plugin [-] Segment 0d05e513-aaca-489f-9812-6a11aabb8810 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d05e513-aaca-489f-9812-6a11aabb8810 found for delete ", "request_id": "req-2dd0887e-e215-4766-84cb-3a4349d4f8ad"}]} 2026-04-20 15:12:37.840 8 INFO neutron.services.segments.plugin [-] Segment 0d05e513-aaca-489f-9812-6a11aabb8810 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d05e513-aaca-489f-9812-6a11aabb8810 found for delete ", "request_id": "req-2adb7619-8c01-449c-8410-65ba6e7d902a"}]} [pid: 7|app: 0|req: 1024/2026] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:12:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2027] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:12:37 2026] GET /v2.0/ports?device_id=2d07e733-fcd4-4738-9721-5333472a6e41 => 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: 1003/2028] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:12:37 2026] DELETE /v2.0/networks/1ff6b508-1d1b-4777-a3c8-2e39974e4c57 => generated 0 bytes in 417 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2029] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:12:37 2026] GET /v2.0/security-groups => generated 29017 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-20 15:12:37.998 8 INFO neutron.api.v2.resource [None req-2bb31fb8-e39e-4779-8f73-d5f8adab0d9c 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1005/2030] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:37 2026] DELETE /v2.0/routers/2d07e733-fcd4-4738-9721-5333472a6e41 => generated 135 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:12:38.023 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-06abd883-eef6-473a-83ff-0651a0c1f8d1 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:12:38.024 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-06abd883-eef6-473a-83ff-0651a0c1f8d1 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3dc150a7-6315-4d95-a03b-ecd314c07451: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:38.111 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a8ae36e-6393-4a87-b2e0-2a8456a8c739 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] TaaS: Handle Delete Port: 372fa895-8323-420a-a5b6-7dcf3373fffc 2026-04-20 15:12:38.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a8ae36e-6393-4a87-b2e0-2a8456a8c739 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Tap Mirror: Handle Delete Port: 372fa895-8323-420a-a5b6-7dcf3373fffc [pid: 8|app: 0|req: 1006/2031] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:12:38 2026] DELETE /v2.0/networks/a3c207a7-24e8-405c-9e18-04d503dc8ebc => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2032] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:12:38 2026] GET /v2.0/ports?device_id=893049cf-038f-4b11-9e38-3b4163f90648 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:38.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-75c3ee45-e958-4f87-9ec2-4616d13fff09 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] TaaS: Handle Delete Port: 35ce87cc-d23b-4c67-814a-794bee5ed70e 2026-04-20 15:12:38.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75c3ee45-e958-4f87-9ec2-4616d13fff09 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Tap Mirror: Handle Delete Port: 35ce87cc-d23b-4c67-814a-794bee5ed70e 2026-04-20 15:12:38.502 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a91fe4e-8d31-4ce3-a64d-bc60a8e19cde - - - - - -] Successfully bumped revision number for resource dcd9ac9c-2bb4-42eb-bc60-02dfacff6d2e (type: ports) to 2 2026-04-20 15:12:38.531 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a91fe4e-8d31-4ce3-a64d-bc60a8e19cde - - - - - -] Successfully bumped revision number for resource f96a84ab-6b6e-4ed6-b557-0c92a2d7876c (type: subnets) to 0 [pid: 7|app: 0|req: 1026/2033] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:12:37 2026] POST /v2.0/subnets => generated 687 bytes in 694 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:38.574 7 INFO neutron.api.v2.resource [None req-f4456967-67a2-4662-873b-510b7c605129 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1027/2034] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:38 2026] DELETE /v2.0/routers/893049cf-038f-4b11-9e38-3b4163f90648 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2035] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:12:38 2026] DELETE /v2.0/networks/9b52f8a1-6b72-4fd9-848d-e36d446a13e6 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:12:38.664 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a2936a4e-a441-418c-bf5f-881385d05ba5 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1009/2036] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:38 2026] DELETE /v2.0/subnets/3fb5dd9b-3a75-49fe-b20e-aa06041c516b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:12:38.781 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e254ad8-ecda-41d9-a5ef-40ac183a6bed 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] TaaS: Handle Delete Port: dd91c15e-9950-4a8d-9d90-65170708567e 2026-04-20 15:12:38.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e254ad8-ecda-41d9-a5ef-40ac183a6bed 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Tap Mirror: Handle Delete Port: dd91c15e-9950-4a8d-9d90-65170708567e 2026-04-20 15:12:39.003 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d22c7c16-ee6e-4afc-ad08-1c41cf27785a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:12:39.004 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d22c7c16-ee6e-4afc-ad08-1c41cf27785a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1010/2037] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:12:38 2026] DELETE /v2.0/networks/5659690d-6e6e-48a3-9d12-21475ccdf4e0 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2038] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:12:39 2026] GET /v2.0/ports?device_id=dd068754-e9c0-4118-9a6a-59ff7bc576dd => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:39.130 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] OVN reports status down for port: 3e05638a-7dd0-40fa-aeb1-c3fd65e3a021 2026-04-20 15:12:39.155 7 INFO neutron.db.ovn_revision_numbers_db [None req-d22c7c16-ee6e-4afc-ad08-1c41cf27785a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3e05638a-7dd0-40fa-aeb1-c3fd65e3a021 (type: ports) to 1 2026-04-20 15:12:39.179 8 INFO neutron_taas.services.taas.taas_plugin [None req-fab6c6cf-1618-40b6-b67b-293684710ed4 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] TaaS: Handle Delete Port: b7cffba5-2168-4f4f-badb-75e47649bf3d 2026-04-20 15:12:39.183 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fab6c6cf-1618-40b6-b67b-293684710ed4 525c19a7551347778820c10639fc1e7a 19470f3dc72347e5b12fbcbf98456d70 - - default default] Tap Mirror: Handle Delete Port: b7cffba5-2168-4f4f-badb-75e47649bf3d [pid: 8|app: 0|req: 1012/2039] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:12:39 2026] DELETE /v2.0/networks/0341c4d7-aecb-4f9c-b5b9-fc22e928da6b => generated 0 bytes in 392 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:12:39.435 8 INFO neutron.api.v2.resource [None req-cdba7636-0e96-44cc-a3c4-4e8ca67751ec 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1013/2040] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:39 2026] DELETE /v2.0/routers/dd068754-e9c0-4118-9a6a-59ff7bc576dd => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:12:39.454 8 INFO neutron.pecan_wsgi.hooks.translation [None req-22fececb-efe2-4f46-b4be-9595590e2c6e 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1014/2041] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:39 2026] DELETE /v2.0/subnets/9a1cb545-bd6b-412d-8b7d-ed30868976c7 => 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: 1015/2042] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:12:39 2026] GET /v2.0/ports?device_id=73ba460e-f9dd-4c45-af31-a053dc5f14d9 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:39.503 8 INFO neutron.api.v2.resource [None req-eef7f810-22af-434b-9066-f8e6e1978559 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1016/2043] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:39 2026] DELETE /v2.0/routers/73ba460e-f9dd-4c45-af31-a053dc5f14d9 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:12:39.522 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7cefeed-ed4e-402c-b40e-9106f0ead9e0 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1017/2044] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:39 2026] DELETE /v2.0/subnets/3dfa1406-8350-4c06-949c-8c4f7818f25f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:12:39.541 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f704b87f-4a0d-468f-96c8-1c9a19f4d580 6407a420ecf944788da1fbf3ac01eee9 be8486bed52641c098c464117f6338d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1018/2045] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:39 2026] DELETE /v2.0/subnets/1e4f30af-d9f1-4448-b2f2-e0125ba94e40 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:12:39.805 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-ee8380af-feca-4908-b003-fd2be6a58c8c - - - - - -] Schedule LRP lrp-3e05638a-7dd0-40fa-aeb1-c3fd65e3a021 on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:12:39.834 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] OVN reports status up for port: 3e05638a-7dd0-40fa-aeb1-c3fd65e3a021 2026-04-20 15:12:39.874 8 INFO neutron.services.segments.plugin [-] Segment 8c1ed43d-25d9-47bb-a753-3ef0966a2a92 resource provider aggregate not found 2026-04-20 15:12:39.887 8 INFO neutron.services.segments.plugin [-] Segment 8c1ed43d-25d9-47bb-a753-3ef0966a2a92 resource provider aggregate not found 2026-04-20 15:12:39.896 8 INFO neutron.plugins.ml2.plugin [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] Attempt 1 to provision port 3e05638a-7dd0-40fa-aeb1-c3fd65e3a021 2026-04-20 15:12:39.921 8 INFO neutron.services.segments.plugin [-] Segment 8c1ed43d-25d9-47bb-a753-3ef0966a2a92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c1ed43d-25d9-47bb-a753-3ef0966a2a92 found for delete ", "request_id": "req-33a11f8f-3ef7-4032-aa33-b0c715c008f1"}]} 2026-04-20 15:12:39.926 8 INFO neutron.services.segments.plugin [-] Segment 8c1ed43d-25d9-47bb-a753-3ef0966a2a92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c1ed43d-25d9-47bb-a753-3ef0966a2a92 found for delete ", "request_id": "req-c0bc6775-1535-4121-b422-f05be730ec46"}]} 2026-04-20 15:12:39.937 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-02c5d9f0-8f69-400a-80fb-da1afe83577e - - - - - -] Router 812d96fd-705d-49a0-8b49-f736b24f7e75 is bound to host instance 2026-04-20 15:12:39.939 7 INFO neutron.db.ovn_revision_numbers_db [None req-d22c7c16-ee6e-4afc-ad08-1c41cf27785a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3e05638a-7dd0-40fa-aeb1-c3fd65e3a021 (type: router_ports) to 1 2026-04-20 15:12:39.940 8 INFO neutron.services.segments.plugin [-] Segment eddc2409-9e1c-444f-971f-5689a6d95405 resource provider aggregate not found 2026-04-20 15:12:39.951 8 INFO neutron.services.segments.plugin [-] Segment eddc2409-9e1c-444f-971f-5689a6d95405 resource provider aggregate not found 2026-04-20 15:12:39.965 8 INFO neutron.services.segments.plugin [-] Segment eddc2409-9e1c-444f-971f-5689a6d95405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eddc2409-9e1c-444f-971f-5689a6d95405 found for delete ", "request_id": "req-340d3842-5a91-4425-a573-a4833af14f8a"}]} 2026-04-20 15:12:39.978 8 INFO neutron.services.segments.plugin [-] Segment eddc2409-9e1c-444f-971f-5689a6d95405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eddc2409-9e1c-444f-971f-5689a6d95405 found for delete ", "request_id": "req-d4bcce06-660f-4ace-ba8f-40b5b7212c6a"}]} 2026-04-20 15:12:39.987 8 INFO neutron.services.segments.plugin [-] Segment be423d0b-d82c-4058-878b-1e61f27e49a8 resource provider aggregate not found 2026-04-20 15:12:40.006 8 INFO neutron.services.segments.plugin [-] Segment be423d0b-d82c-4058-878b-1e61f27e49a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be423d0b-d82c-4058-878b-1e61f27e49a8 found for delete ", "request_id": "req-90c3ae59-23d8-4903-ad4c-550cecc26099"}]} 2026-04-20 15:12:40.009 7 INFO neutron.db.ovn_revision_numbers_db [None req-d22c7c16-ee6e-4afc-ad08-1c41cf27785a 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 812d96fd-705d-49a0-8b49-f736b24f7e75 (type: routers) to 2 2026-04-20 15:12:40.010 8 INFO neutron.services.segments.plugin [-] Segment be423d0b-d82c-4058-878b-1e61f27e49a8 resource provider aggregate not found [pid: 7|app: 0|req: 1028/2046] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:12:38 2026] POST /v2.0/routers => generated 965 bytes in 1447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:40.032 8 INFO neutron.services.segments.plugin [-] Segment be423d0b-d82c-4058-878b-1e61f27e49a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be423d0b-d82c-4058-878b-1e61f27e49a8 found for delete ", "request_id": "req-58febf62-a623-4998-9c78-9abebf63096d"}]} 2026-04-20 15:12:40.037 8 INFO neutron.services.segments.plugin [-] Segment b1f7f55c-36c2-4400-966a-08457bdbf09a resource provider aggregate not found 2026-04-20 15:12:40.060 8 INFO neutron.services.segments.plugin [-] Segment b1f7f55c-36c2-4400-966a-08457bdbf09a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1f7f55c-36c2-4400-966a-08457bdbf09a found for delete ", "request_id": "req-b0bf6fb1-5e54-4ce5-a728-39fb16ba48a9"}]} 2026-04-20 15:12:40.065 8 INFO neutron.services.segments.plugin [-] Segment b1f7f55c-36c2-4400-966a-08457bdbf09a resource provider aggregate not found 2026-04-20 15:12:40.111 8 INFO neutron.services.segments.plugin [-] Segment b1f7f55c-36c2-4400-966a-08457bdbf09a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1f7f55c-36c2-4400-966a-08457bdbf09a found for delete ", "request_id": "req-cd5ce75c-f35d-4f28-a0c4-18883cfcbac1"}]} [pid: 7|app: 0|req: 1029/2047] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:40 2026] GET /v2.0/security-groups?tenant_id=be8486bed52641c098c464117f6338d8&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:40.432 7 INFO neutron.db.ovn_revision_numbers_db [None req-5e696d30-6220-4d4f-a50e-34a4bbb92a84 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 30771032-c22e-4d95-91dd-b70453d37ae6 (type: security_groups) to 1 2026-04-20 15:12:40.444 7 INFO neutron.db.ovn_revision_numbers_db [None req-5e696d30-6220-4d4f-a50e-34a4bbb92a84 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4e89090a-cb40-443f-9628-e7b0d4b118ef (type: security_group_rules) to 0 2026-04-20 15:12:40.453 7 INFO neutron.db.ovn_revision_numbers_db [None req-5e696d30-6220-4d4f-a50e-34a4bbb92a84 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a34dcada-0f51-4cea-b87a-b578ef7f40d0 (type: security_group_rules) to 0 2026-04-20 15:12:40.466 7 INFO neutron.db.ovn_revision_numbers_db [None req-5e696d30-6220-4d4f-a50e-34a4bbb92a84 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource cff655a8-6abc-4964-9a38-16e9bdbe2e3e (type: security_group_rules) to 0 2026-04-20 15:12:40.477 7 INFO neutron.db.ovn_revision_numbers_db [None req-5e696d30-6220-4d4f-a50e-34a4bbb92a84 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fe8e1845-dcf0-46f3-a55c-7c6e8fe7672d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1030/2048] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:40 2026] GET /v2.0/security-groups?tenant_id=61e7eda1441b46789eee60e32c43d2c3&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2049] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:40 2026] DELETE /v2.0/security-groups/a88914fe-f57e-4855-9876-b755b01188ab => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:41.030 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d93d7480-4e04-4e32-96e7-2271da07c066 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:12:41.037 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d93d7480-4e04-4e32-96e7-2271da07c066 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3dc150a7-6315-4d95-a03b-ecd314c07451: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1032/2050] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:40 2026] DELETE /v2.0/security-groups/30771032-c22e-4d95-91dd-b70453d37ae6 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:41.335 8 INFO neutron.db.ovn_revision_numbers_db [None req-d93d7480-4e04-4e32-96e7-2271da07c066 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c3f8b4e7-4cf2-411a-84f5-0690cb5c7722 (type: ports) to 1 2026-04-20 15:12:41.354 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b5ce5df-d297-4f09-bd84-48790c8943c0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7fb66704-5f17-44cc-a283-6e1457216ac2 (type: security_groups) to 1 2026-04-20 15:12:41.365 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b5ce5df-d297-4f09-bd84-48790c8943c0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 21f36581-e979-4cfe-8954-6d781d08e3e9 (type: security_group_rules) to 0 2026-04-20 15:12:41.380 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b5ce5df-d297-4f09-bd84-48790c8943c0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6c862c81-c93d-4716-82b3-d78d9b611e81 (type: security_group_rules) to 0 2026-04-20 15:12:41.394 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b5ce5df-d297-4f09-bd84-48790c8943c0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 78f8c6ae-0cbe-4f97-8468-dcf618ab028f (type: security_group_rules) to 0 2026-04-20 15:12:41.406 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b5ce5df-d297-4f09-bd84-48790c8943c0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 88a28173-7a5b-4641-b950-2795d0ce7d69 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1033/2051] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:41 2026] GET /v2.0/security-groups?tenant_id=d2724370f20f4864a7c030e9246a1add&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:41.650 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c83b6f1-aa09-4785-a62a-986c246ed0ae - - - - - -] Successfully bumped revision number for resource 3e05638a-7dd0-40fa-aeb1-c3fd65e3a021 (type: ports) to 4 [pid: 7|app: 0|req: 1034/2052] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:41 2026] DELETE /v2.0/security-groups/7fb66704-5f17-44cc-a283-6e1457216ac2 => 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: 1035/2053] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:41 2026] GET /v2.0/security-groups?tenant_id=19470f3dc72347e5b12fbcbf98456d70&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2054] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:41 2026] DELETE /v2.0/security-groups/07bcc7a5-2cf7-455d-b6c7-fa7c9babb2a4 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:42.867 7 INFO neutron.db.ovn_revision_numbers_db [None req-88a0a09e-af5c-4680-86a2-831aa2a6e3b4 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource 6ce40b74-0237-4dc9-9070-4b789266e2a7 (type: security_groups) to 1 2026-04-20 15:12:42.876 7 INFO neutron.db.ovn_revision_numbers_db [None req-88a0a09e-af5c-4680-86a2-831aa2a6e3b4 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource 0092b87c-8752-4e14-bd39-f0f89badc9c5 (type: security_group_rules) to 0 2026-04-20 15:12:42.887 7 INFO neutron.db.ovn_revision_numbers_db [None req-88a0a09e-af5c-4680-86a2-831aa2a6e3b4 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource 69f0e3fd-b988-4690-8ce6-0313f3a8358c (type: security_group_rules) to 0 2026-04-20 15:12:42.898 7 INFO neutron.db.ovn_revision_numbers_db [None req-88a0a09e-af5c-4680-86a2-831aa2a6e3b4 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource af2b6b67-9bda-47b1-a830-e4b9ba25c78b (type: security_group_rules) to 0 2026-04-20 15:12:42.910 7 INFO neutron.db.ovn_revision_numbers_db [None req-88a0a09e-af5c-4680-86a2-831aa2a6e3b4 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource eae57707-df78-4fd3-9ce3-8421438a07fc (type: security_group_rules) to 0 2026-04-20 15:12:42.930 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c83b6f1-aa09-4785-a62a-986c246ed0ae - - - - - -] Successfully bumped revision number for resource 3e05638a-7dd0-40fa-aeb1-c3fd65e3a021 (type: ports) to 5 2026-04-20 15:12:43.026 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] OVN reports status down for port: c3f8b4e7-4cf2-411a-84f5-0690cb5c7722 2026-04-20 15:12:43.030 7 INFO neutron.db.ovn_revision_numbers_db [None req-88a0a09e-af5c-4680-86a2-831aa2a6e3b4 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource c99451fe-8883-43f4-af87-8c352f668791 (type: security_groups) to 1 2026-04-20 15:12:43.040 7 INFO neutron.db.ovn_revision_numbers_db [None req-88a0a09e-af5c-4680-86a2-831aa2a6e3b4 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource 277b3953-2e25-4bd3-97be-9153b7d79aa0 (type: security_group_rules) to 0 2026-04-20 15:12:43.053 7 INFO neutron.db.ovn_revision_numbers_db [None req-88a0a09e-af5c-4680-86a2-831aa2a6e3b4 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource 80b680d5-5675-48b0-a403-c15781857df2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1037/2055] 10.0.0.154 () {34 vars in 684 bytes} [Mon Apr 20 15:12:42 2026] POST /v2.0/security-groups => generated 1625 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2056] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:12:43 2026] GET /v2.0/security-groups => generated 4530 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:43.207 7 INFO neutron.db.ovn_revision_numbers_db [None req-b7d69f3d-4bd9-4671-bfed-f09759de85db c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource c99451fe-8883-43f4-af87-8c352f668791 (type: security_groups) to 2 2026-04-20 15:12:43.219 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:12:43.220 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] OVN reports status up for port: c3f8b4e7-4cf2-411a-84f5-0690cb5c7722 [pid: 7|app: 0|req: 1039/2057] 10.0.0.154 () {34 vars in 758 bytes} [Mon Apr 20 15:12:43 2026] PUT /v2.0/security-groups/c99451fe-8883-43f4-af87-8c352f668791 => generated 1663 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:43.236 8 INFO neutron.plugins.ml2.plugin [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] Attempt 1 to provision port c3f8b4e7-4cf2-411a-84f5-0690cb5c7722 2026-04-20 15:12:43.248 8 INFO neutron.plugins.ml2.plugin [None req-d93d7480-4e04-4e32-96e7-2271da07c066 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Attempt 1 to provision port c3f8b4e7-4cf2-411a-84f5-0690cb5c7722 [pid: 7|app: 0|req: 1040/2058] 10.0.0.154 () {32 vars in 737 bytes} [Mon Apr 20 15:12:43 2026] GET /v2.0/security-groups/c99451fe-8883-43f4-af87-8c352f668791 => generated 1663 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:43.370 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d93d7480-4e04-4e32-96e7-2271da07c066 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:12:43.374 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d93d7480-4e04-4e32-96e7-2271da07c066 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 3dc150a7-6315-4d95-a03b-ecd314c07451: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1041/2059] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:43 2026] DELETE /v2.0/security-groups/c99451fe-8883-43f4-af87-8c352f668791 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:43.438 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7f153823-eae2-4bb2-9388-7cb1f77eea33 - - - - - -] No hosting information found for port 78daf8c4-4a39-4bd1-a11a-89d8c373a7be: RuntimeError: No hosting information found for port 78daf8c4-4a39-4bd1-a11a-89d8c373a7be [pid: 7|app: 0|req: 1042/2060] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:12:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:43.495 7 INFO neutron.api.v2.resource [None req-e9a60656-f6c7-435f-bb25-67e8c433c790 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1043/2061] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:43 2026] DELETE /v2.0/security-groups/c99451fe-8883-43f4-af87-8c352f668791 => generated 146 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:12:43.561 7 INFO neutron.db.ovn_revision_numbers_db [None req-7f153823-eae2-4bb2-9388-7cb1f77eea33 - - - - - -] Successfully bumped revision number for resource 78daf8c4-4a39-4bd1-a11a-89d8c373a7be (type: router_ports) to 2 2026-04-20 15:12:43.561 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7f153823-eae2-4bb2-9388-7cb1f77eea33 - - - - - -] OVN reports status up for port: 4b3acf96-79af-4757-b771-aa3d07db5dba 2026-04-20 15:12:43.698 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f6d179e-b66e-43d1-80bf-d3f85ec54554 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource c1b1158a-a216-4242-a2b1-a8adcce7ea11 (type: security_groups) to 1 2026-04-20 15:12:43.710 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f6d179e-b66e-43d1-80bf-d3f85ec54554 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource 2210f737-9ca4-45c3-bdfb-d870ee4af4b5 (type: security_group_rules) to 0 2026-04-20 15:12:43.723 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f6d179e-b66e-43d1-80bf-d3f85ec54554 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource 2b6610d1-4333-4a0b-b3c8-fdd9ef8e0780 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1044/2062] 10.0.0.154 () {34 vars in 684 bytes} [Mon Apr 20 15:12:43 2026] POST /v2.0/security-groups => generated 1625 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-20 15:12:43.913 7 INFO neutron.db.ovn_revision_numbers_db [None req-71b8987b-b8fc-4584-bbbd-1870c35b9c22 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource cf4d4477-9e90-46cc-8daa-0da1f6ee843b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1045/2063] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:12:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:43.947 8 INFO neutron.db.ovn_revision_numbers_db [None req-df2b0635-03e7-4542-b687-717c1ee1880c - - - - - -] Successfully bumped revision number for resource c3f8b4e7-4cf2-411a-84f5-0690cb5c7722 (type: ports) to 2 [pid: 7|app: 0|req: 1046/2064] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:12:43 2026] GET /v2.0/security-group-rules/cf4d4477-9e90-46cc-8daa-0da1f6ee843b => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2065] 10.0.0.154 () {32 vars in 673 bytes} [Mon Apr 20 15:12:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2066] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:12:44 2026] DELETE /v2.0/security-group-rules/cf4d4477-9e90-46cc-8daa-0da1f6ee843b => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:44.258 8 INFO neutron.db.ovn_revision_numbers_db [None req-d93d7480-4e04-4e32-96e7-2271da07c066 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c3f8b4e7-4cf2-411a-84f5-0690cb5c7722 (type: router_ports) to 1 [pid: 8|app: 0|req: 1019/2067] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:12:40 2026] PUT /v2.0/routers/812d96fd-705d-49a0-8b49-f736b24f7e75/add_router_interface => generated 309 bytes in 4235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2068] 10.0.0.154 () {32 vars in 673 bytes} [Mon Apr 20 15:12:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:44.403 8 INFO neutron.db.ovn_revision_numbers_db [None req-bcd02f1a-2fd4-47cc-b6c3-dcf4295dca03 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource feeeee58-9e3e-4b5a-862e-ee5b63ae6941 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1020/2069] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:12:44 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: 1050/2070] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:12:44 2026] GET /v2.0/security-group-rules/feeeee58-9e3e-4b5a-862e-ee5b63ae6941 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2071] 10.0.0.154 () {32 vars in 673 bytes} [Mon Apr 20 15:12:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2072] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:12:44 2026] DELETE /v2.0/security-group-rules/feeeee58-9e3e-4b5a-862e-ee5b63ae6941 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2073] 10.0.0.154 () {32 vars in 673 bytes} [Mon Apr 20 15:12:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:44.761 7 INFO neutron.db.securitygroups_db [None req-eb7db174-cd53-426a-9220-0c0f8553efb7 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Project a6e6ac6bf0d74a8a9c3ab76d37b9fa20 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-20 15:12:44.822 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb7db174-cd53-426a-9220-0c0f8553efb7 c755331d4d514c4eb10d118ab0d98ff7 a6e6ac6bf0d74a8a9c3ab76d37b9fa20 - - default default] Successfully bumped revision number for resource 925504ba-f1f3-4e07-9e13-eeb7edce50a2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1052/2074] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:12:44 2026] POST /v2.0/security-group-rules => generated 607 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2075] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:12:44 2026] GET /v2.0/security-group-rules/925504ba-f1f3-4e07-9e13-eeb7edce50a2 => generated 607 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2076] 10.0.0.154 () {32 vars in 673 bytes} [Mon Apr 20 15:12:44 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2077] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:12:44 2026] DELETE /v2.0/security-group-rules/925504ba-f1f3-4e07-9e13-eeb7edce50a2 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:45.090 8 INFO neutron.db.ovn_revision_numbers_db [None req-0e7dca76-6b87-4b52-a62b-98fa32bae52f 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource 4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc (type: security_groups) to 1 2026-04-20 15:12:45.103 8 INFO neutron.db.ovn_revision_numbers_db [None req-0e7dca76-6b87-4b52-a62b-98fa32bae52f 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource 34a149af-66c9-47e4-b4c0-c4134b2a8607 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1055/2078] 10.0.0.154 () {32 vars in 673 bytes} [Mon Apr 20 15:12:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:45.114 8 INFO neutron.db.ovn_revision_numbers_db [None req-0e7dca76-6b87-4b52-a62b-98fa32bae52f 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource 5667acad-2375-422e-aa06-b11be6e55d17 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1024/2079] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:12:44 2026] POST /v2.0/security-groups => generated 1673 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2080] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:45 2026] DELETE /v2.0/security-groups/c1b1158a-a216-4242-a2b1-a8adcce7ea11 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:45.301 8 INFO neutron.db.ovn_revision_numbers_db [None req-783c507e-3da1-47bb-866b-b12d17464464 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource 38a326d5-c667-4bda-92ec-452b0550888e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1025/2081] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:12:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2082] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:12:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:45.485 7 INFO neutron.db.ovn_revision_numbers_db [None req-b8759be1-07b2-40fa-8c2d-63166e6a3c1d cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] Successfully bumped revision number for resource 6327a81b-12ee-4399-b36d-06a4a9445e51 (type: security_groups) to 1 2026-04-20 15:12:45.495 8 INFO neutron.db.ovn_revision_numbers_db [None req-9a411009-9e96-44f8-b8d2-0d8ca5b8e2a7 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource 80f3b92b-faa2-40e1-810b-25923c07913b (type: security_group_rules) to 0 2026-04-20 15:12:45.503 7 INFO neutron.db.ovn_revision_numbers_db [None req-b8759be1-07b2-40fa-8c2d-63166e6a3c1d cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] Successfully bumped revision number for resource 2d306cdd-abad-4cb7-8f01-75ea3db29327 (type: security_group_rules) to 0 2026-04-20 15:12:45.517 7 INFO neutron.db.ovn_revision_numbers_db [None req-b8759be1-07b2-40fa-8c2d-63166e6a3c1d cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] Successfully bumped revision number for resource 4947b176-82b9-4dae-98c4-d5e15266a55b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1027/2083] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:12:45 2026] POST /v2.0/security-group-rules => generated 596 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:45.531 7 INFO neutron.db.ovn_revision_numbers_db [None req-b8759be1-07b2-40fa-8c2d-63166e6a3c1d cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] Successfully bumped revision number for resource 7a60995e-15c2-423b-ac6d-85990fc5b28e (type: security_group_rules) to 0 2026-04-20 15:12:45.542 7 INFO neutron.db.ovn_revision_numbers_db [None req-b8759be1-07b2-40fa-8c2d-63166e6a3c1d cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] Successfully bumped revision number for resource 9034dd01-1bb8-4435-9b44-4363ba1de4be (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1028/2084] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:12:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:45.623 7 INFO neutron.db.segments_db [None req-b8759be1-07b2-40fa-8c2d-63166e6a3c1d cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] Added segment 15aba891-efed-44bc-9f05-bfe659b27607 of type geneve for network c345f3f9-ca94-4935-9a17-114fe60adebb 2026-04-20 15:12:45.683 8 INFO neutron.db.ovn_revision_numbers_db [None req-a5f3215b-1443-4f25-8622-0d7c88a6d430 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource eff64f7c-c360-4cf8-9154-aa429a3ee246 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1029/2085] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:12:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:45.740 7 INFO neutron.db.ovn_revision_numbers_db [None req-b8759be1-07b2-40fa-8c2d-63166e6a3c1d cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] Successfully bumped revision number for resource c345f3f9-ca94-4935-9a17-114fe60adebb (type: networks) to 1 2026-04-20 15:12:45.860 8 INFO neutron.db.ovn_revision_numbers_db [None req-7db8caac-d793-4390-9a37-616f6352147b 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource df418c4b-deb1-4f9e-b7d7-5c140d1c1fb9 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1030/2086] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:12:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:45.902 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b8759be1-07b2-40fa-8c2d-63166e6a3c1d cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] No more DHCP agents 2026-04-20 15:12:45.905 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b8759be1-07b2-40fa-8c2d-63166e6a3c1d cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] Unable to schedule network c345f3f9-ca94-4935-9a17-114fe60adebb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:45.962 8 INFO neutron.db.securitygroups_db [None req-abc9607d-40f7-4377-8fc0-08d420aef738 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Project 363732ae6e0a41bf9fa08768123039b7 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-20 15:12:45.967 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7f153823-eae2-4bb2-9388-7cb1f77eea33 - - - - - -] OVN reports status down for port: d5788157-b8ba-4e35-85e9-b8a9b708c1a9 2026-04-20 15:12:46.021 7 INFO neutron.db.ovn_revision_numbers_db [None req-b8759be1-07b2-40fa-8c2d-63166e6a3c1d cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] Successfully bumped revision number for resource d5788157-b8ba-4e35-85e9-b8a9b708c1a9 (type: ports) to 1 [pid: 7|app: 0|req: 1057/2087] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:12:45 2026] POST /v2.0/networks => generated 651 bytes in 832 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:46.125 8 INFO neutron.db.ovn_revision_numbers_db [None req-abc9607d-40f7-4377-8fc0-08d420aef738 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource 317fd7bf-164b-419d-b6a9-28484e313046 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1031/2088] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:12:45 2026] POST /v2.0/security-group-rules => generated 607 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2089] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:46 2026] GET /v2.0/security-groups?tenant_id=a6e6ac6bf0d74a8a9c3ab76d37b9fa20&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:46.224 7 INFO neutron.db.securitygroups_db [None req-d4b816ed-11b8-422d-aae0-a7e3f9096198 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Project 363732ae6e0a41bf9fa08768123039b7 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-20 15:12:46.333 7 INFO neutron.db.ovn_revision_numbers_db [None req-d4b816ed-11b8-422d-aae0-a7e3f9096198 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource f6e59d04-e3f5-46e7-93e5-cefceb10a08c (type: security_group_rules) to 0 2026-04-20 15:12:46.368 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8a1cc237-c599-4adf-af2b-4682c5fd9f10 cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] No more DHCP agents [pid: 7|app: 0|req: 1059/2090] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:12:46 2026] POST /v2.0/security-group-rules => generated 606 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:46.370 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8a1cc237-c599-4adf-af2b-4682c5fd9f10 cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] Unable to schedule network c345f3f9-ca94-4935-9a17-114fe60adebb: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1060/2091] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:46 2026] DELETE /v2.0/security-groups/6ce40b74-0237-4dc9-9070-4b789266e2a7 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:46.803 8 INFO neutron.db.ovn_revision_numbers_db [None req-756bccf6-61ac-4966-975e-1171ec53585b - - - - - -] Successfully bumped revision number for resource d5788157-b8ba-4e35-85e9-b8a9b708c1a9 (type: ports) to 2 2026-04-20 15:12:46.831 8 INFO neutron.db.ovn_revision_numbers_db [None req-756bccf6-61ac-4966-975e-1171ec53585b - - - - - -] Successfully bumped revision number for resource 73990c68-ccc4-4689-a885-34bb6ae07b40 (type: subnets) to 0 [pid: 8|app: 0|req: 1032/2094] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:12:46 2026] POST /v2.0/subnets => generated 626 bytes in 688 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:46.911 7 INFO neutron.db.ovn_revision_numbers_db [None req-0a17f381-1afb-48b3-b485-56e145f26529 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource 3dc653ff-f8ef-49cb-923e-67091a7094f7 (type: security_groups) to 1 [pid: 8|app: 0|req: 1033/2095] 10.0.0.154 () {34 vars in 751 bytes} [Mon Apr 20 15:12:46 2026] PUT /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:46.923 7 INFO neutron.db.ovn_revision_numbers_db [None req-0a17f381-1afb-48b3-b485-56e145f26529 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource 682e845f-e61c-4485-89b8-26489de87a02 (type: security_group_rules) to 0 2026-04-20 15:12:46.933 7 INFO neutron.db.ovn_revision_numbers_db [None req-0a17f381-1afb-48b3-b485-56e145f26529 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource bf09e968-e913-41bd-a675-88112e6d3cb8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1034/2096] 10.0.0.154 () {32 vars in 731 bytes} [Mon Apr 20 15:12:46 2026] GET /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2097] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:12:46 2026] POST /v2.0/security-groups => generated 1661 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2098] 10.0.0.154 () {34 vars in 762 bytes} [Mon Apr 20 15:12:46 2026] PUT /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/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: 1036/2099] 10.0.0.154 () {32 vars in 731 bytes} [Mon Apr 20 15:12:47 2026] GET /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/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: 1037/2100] 10.0.0.154 () {34 vars in 758 bytes} [Mon Apr 20 15:12:47 2026] PUT /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-20 15:12:47.113 7 INFO neutron.db.ovn_revision_numbers_db [None req-39613a4b-c849-4b66-ace3-bd1851a5fb85 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource 12109617-5e53-439a-8362-c963cb617634 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1064/2101] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:12:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2102] 10.0.0.154 () {32 vars in 731 bytes} [Mon Apr 20 15:12:47 2026] GET /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/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: 1039/2103] 10.0.0.154 () {34 vars in 780 bytes} [Mon Apr 20 15:12:47 2026] PUT /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/tags/black.or.white => 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: 1040/2104] 10.0.0.154 () {32 vars in 731 bytes} [Mon Apr 20 15:12:47 2026] GET /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:47.298 7 INFO neutron.db.ovn_revision_numbers_db [None req-b8c6651c-09b3-4404-aba9-063e0be8d90e 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource ea4da29f-86d8-402e-9c21-4333cc572b45 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1041/2105] 10.0.0.154 () {34 vars in 751 bytes} [Mon Apr 20 15:12:47 2026] PUT /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2106] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:12:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2107] 10.0.0.154 () {32 vars in 731 bytes} [Mon Apr 20 15:12:47 2026] GET /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/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: 1043/2108] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:12:47 2026] GET /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:12:47.431 8 INFO neutron.api.v2.resource [None req-f81fb55e-d7b5-4d51-9d1b-becb298f0ab1 cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1044/2109] 10.0.0.154 () {32 vars in 743 bytes} [Mon Apr 20 15:12:47 2026] GET /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2110] 10.0.0.154 () {32 vars in 742 bytes} [Mon Apr 20 15:12:47 2026] DELETE /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2111] 10.0.0.154 () {32 vars in 731 bytes} [Mon Apr 20 15:12:47 2026] GET /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:47.555 8 INFO neutron.api.v2.resource [None req-4fb1bc38-de34-4b94-8b33-891dd49aaefa cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1047/2112] 10.0.0.154 () {32 vars in 746 bytes} [Mon Apr 20 15:12:47 2026] DELETE /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-20 15:12:47.568 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-60942570-6378-460c-8cad-01c342370584 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] No more DHCP agents 2026-04-20 15:12:47.569 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-60942570-6378-460c-8cad-01c342370584 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1048/2113] 10.0.0.154 () {32 vars in 734 bytes} [Mon Apr 20 15:12:47 2026] DELETE /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/tags => 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: 1049/2114] 10.0.0.154 () {32 vars in 731 bytes} [Mon Apr 20 15:12:47 2026] GET /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2115] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:12:47 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) [pid: 8|app: 0|req: 1050/2116] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:12:47 2026] DELETE /v2.0/subnets/73990c68-ccc4-4689-a885-34bb6ae07b40 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2117] 10.0.0.166 () {34 vars in 1098 bytes} [Mon Apr 20 15:12:47 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-729132972&fields=id&tenant_id=363732ae6e0a41bf9fa08768123039b7 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:47.992 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1e1b0d6-8ec9-4a93-9df0-51ea01b1e694 cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] TaaS: Handle Delete Port: d5788157-b8ba-4e35-85e9-b8a9b708c1a9 2026-04-20 15:12:47.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1e1b0d6-8ec9-4a93-9df0-51ea01b1e694 cf9dc913464e4e6c937148d922ee322a 5bf6dbfa89364fbb8420b3c7e25addc4 - - default default] Tap Mirror: Handle Delete Port: d5788157-b8ba-4e35-85e9-b8a9b708c1a9 [pid: 8|app: 0|req: 1052/2118] 10.0.0.166 () {34 vars in 1100 bytes} [Mon Apr 20 15:12:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1648598225&fields=id&tenant_id=363732ae6e0a41bf9fa08768123039b7 => 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: 1053/2119] 10.0.0.166 () {34 vars in 982 bytes} [Mon Apr 20 15:12:48 2026] GET /v2.0/networks?id=d26e62ee-47f9-4ee0-b405-8a96222d6eea => generated 711 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2120] 10.0.0.166 () {34 vars in 965 bytes} [Mon Apr 20 15:12:48 2026] GET /v2.0/quotas/363732ae6e0a41bf9fa08768123039b7 => 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: 1055/2121] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:12:48 2026] GET /v2.0/ports?tenant_id=363732ae6e0a41bf9fa08768123039b7&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:48.205 7 INFO neutron.services.segments.plugin [-] Segment 15aba891-efed-44bc-9f05-bfe659b27607 resource provider aggregate not found 2026-04-20 15:12:48.209 7 INFO neutron.services.segments.plugin [-] Segment 15aba891-efed-44bc-9f05-bfe659b27607 resource provider aggregate not found 2026-04-20 15:12:48.226 7 INFO neutron.services.segments.plugin [-] Segment 15aba891-efed-44bc-9f05-bfe659b27607 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15aba891-efed-44bc-9f05-bfe659b27607 found for delete ", "request_id": "req-13cf26db-8177-4ea2-bc65-e3825f1321ab"}]} [pid: 8|app: 0|req: 1056/2122] 10.0.0.166 () {34 vars in 1008 bytes} [Mon Apr 20 15:12:48 2026] GET /v2.0/networks/d26e62ee-47f9-4ee0-b405-8a96222d6eea?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:48.229 7 INFO neutron.services.segments.plugin [-] Segment 15aba891-efed-44bc-9f05-bfe659b27607 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15aba891-efed-44bc-9f05-bfe659b27607 found for delete ", "request_id": "req-ea4f8202-0075-4164-a74b-621e66dfca2a"}]} [pid: 7|app: 0|req: 1067/2123] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:12:47 2026] DELETE /v2.0/networks/c345f3f9-ca94-4935-9a17-114fe60adebb => generated 0 bytes in 389 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2124] 10.0.0.166 () {34 vars in 1108 bytes} [Mon Apr 20 15:12:48 2026] GET /v2.0/networks/d26e62ee-47f9-4ee0-b405-8a96222d6eea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2125] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:48 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:48.847 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-6a3d9855-ed33-40fb-b743-615434d4ad1e - - - - - -] No hosting information found for port c3f8b4e7-4cf2-411a-84f5-0690cb5c7722: RuntimeError: No hosting information found for port c3f8b4e7-4cf2-411a-84f5-0690cb5c7722 2026-04-20 15:12:48.956 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a3d9855-ed33-40fb-b743-615434d4ad1e - - - - - -] Successfully bumped revision number for resource c3f8b4e7-4cf2-411a-84f5-0690cb5c7722 (type: router_ports) to 2 [pid: 8|app: 0|req: 1058/2126] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:48 2026] GET /v2.0/security-groups?tenant_id=5bf6dbfa89364fbb8420b3c7e25addc4&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2127] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:49 2026] DELETE /v2.0/security-groups/6327a81b-12ee-4399-b36d-06a4a9445e51 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2128] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:49 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:12:49.647 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a41eec1-295a-4f48-bd37-5f7b750df991 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ceae9c7e-1f32-45f8-b4c2-0a71de6987c2 (type: security_groups) to 1 2026-04-20 15:12:49.661 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a41eec1-295a-4f48-bd37-5f7b750df991 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 0d9e3ab1-fe43-427d-9d64-56dd07108e1d (type: security_group_rules) to 0 2026-04-20 15:12:49.675 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a41eec1-295a-4f48-bd37-5f7b750df991 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 380a0eed-ebbc-42bb-86c0-d87e58b17161 (type: security_group_rules) to 0 2026-04-20 15:12:49.687 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a41eec1-295a-4f48-bd37-5f7b750df991 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4bd966fa-dd56-4fef-9b39-66d8675ed826 (type: security_group_rules) to 0 2026-04-20 15:12:49.698 8 INFO neutron.db.ovn_revision_numbers_db [None req-3a41eec1-295a-4f48-bd37-5f7b750df991 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7073a071-0c49-43a5-8e39-a43264d06ca8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1059/2129] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:49 2026] GET /v2.0/security-groups?tenant_id=9fbe5cfc00b04c38b71f246cbfdcc2a4&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:49.872 7 INFO neutron.db.ovn_revision_numbers_db [None req-12140927-2806-4e32-a277-be3973cedc37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f3889b91-173c-4979-a32d-46a2a3bdfdc5 (type: security_groups) to 1 2026-04-20 15:12:49.889 7 INFO neutron.db.ovn_revision_numbers_db [None req-12140927-2806-4e32-a277-be3973cedc37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3e1a963f-4fff-439c-bdde-52b4e6140819 (type: security_group_rules) to 0 2026-04-20 15:12:49.908 7 INFO neutron.db.ovn_revision_numbers_db [None req-12140927-2806-4e32-a277-be3973cedc37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource dd8ba79f-1460-4bcb-83ed-498559f3298a (type: security_group_rules) to 0 2026-04-20 15:12:49.926 7 INFO neutron.db.ovn_revision_numbers_db [None req-12140927-2806-4e32-a277-be3973cedc37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f004c24d-4fc7-490b-89ac-03bbc163047e (type: security_group_rules) to 0 2026-04-20 15:12:49.939 7 INFO neutron.db.ovn_revision_numbers_db [None req-12140927-2806-4e32-a277-be3973cedc37 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fa26a9db-cd04-4dbe-b932-35ab42e216cc (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1060/2130] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:49 2026] DELETE /v2.0/security-groups/ceae9c7e-1f32-45f8-b4c2-0a71de6987c2 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2131] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:12:49 2026] GET /v2.0/security-groups?tenant_id=1727a2e013934b3baa1ae5df1616a993&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2132] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:12:49 2026] DELETE /v2.0/security-groups/f3889b91-173c-4979-a32d-46a2a3bdfdc5 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2133] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:50 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => 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: 1062/2134] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:51 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => 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: 1073/2135] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:12:52 2026] GET /v2.0/networks?id=d26e62ee-47f9-4ee0-b405-8a96222d6eea => generated 711 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2136] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:52 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2137] 199.204.45.38 () {34 vars in 1049 bytes} [Mon Apr 20 15:12:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=363732ae6e0a41bf9fa08768123039b7 => generated 273 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:53.105 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-0bd1183f-0a6a-4b27-b3b4-2d02dce7f96b req-3e7f87de-fad9-489f-a955-08ea236d4e56 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] No more DHCP agents 2026-04-20 15:12:53.106 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-0bd1183f-0a6a-4b27-b3b4-2d02dce7f96b req-3e7f87de-fad9-489f-a955-08ea236d4e56 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Unable to schedule network d26e62ee-47f9-4ee0-b405-8a96222d6eea: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:12:53.231 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7f153823-eae2-4bb2-9388-7cb1f77eea33 - - - - - -] OVN reports status down for port: f5a15bb2-a8ee-4fa8-bd28-18571800cc69 2026-04-20 15:12:53.308 7 INFO neutron.db.ovn_revision_numbers_db [req-0bd1183f-0a6a-4b27-b3b4-2d02dce7f96b req-3e7f87de-fad9-489f-a955-08ea236d4e56 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource f5a15bb2-a8ee-4fa8-bd28-18571800cc69 (type: ports) to 1 [pid: 7|app: 0|req: 1075/2138] 199.204.45.38 () {38 vars in 954 bytes} [Mon Apr 20 15:12:52 2026] POST /v2.0/ports => generated 993 bytes in 604 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:12:53.800 8 INFO neutron.db.ovn_revision_numbers_db [req-0bd1183f-0a6a-4b27-b3b4-2d02dce7f96b req-700cba88-f325-45d5-a767-415975c68ce4 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource f5a15bb2-a8ee-4fa8-bd28-18571800cc69 (type: ports) to 2 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/2139] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:53 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2140] 10.0.0.166 () {34 vars in 1120 bytes} [Mon Apr 20 15:12:53 2026] GET /v2.0/security-groups?id=3dc653ff-f8ef-49cb-923e-67091a7094f7&id=4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:54.013 8 INFO neutron.db.ovn_revision_numbers_db [req-0bd1183f-0a6a-4b27-b3b4-2d02dce7f96b req-700cba88-f325-45d5-a767-415975c68ce4 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource f5a15bb2-a8ee-4fa8-bd28-18571800cc69 (type: ports) to 4 [pid: 8|app: 0|req: 1064/2141] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:12:53 2026] PUT /v2.0/ports/f5a15bb2-a8ee-4fa8-bd28-18571800cc69 => generated 1243 bytes in 625 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:12:54.074 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e9f886a-c8f8-4355-b7ff-abfbe96a8e10'] response: {'name': 'network-changed', 'server_uuid': '60000a1e-bdb3-44bc-8cb7-43730bf7c056', 'tag': 'f5a15bb2-a8ee-4fa8-bd28-18571800cc69', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1078/2142] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:12:54 2026] GET /v2.0/ports?tenant_id=363732ae6e0a41bf9fa08768123039b7&device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1246 bytes in 55 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: 1065/2143] 199.204.45.38 () {34 vars in 1017 bytes} [Mon Apr 20 15:12:54 2026] GET /v2.0/networks?tenant_id=363732ae6e0a41bf9fa08768123039b7&shared=False => generated 810 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2144] 199.204.45.38 () {34 vars in 929 bytes} [Mon Apr 20 15:12:54 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2145] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:55 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1008 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2146] 10.0.0.166 () {34 vars in 1120 bytes} [Mon Apr 20 15:12:55 2026] GET /v2.0/security-groups?id=3dc653ff-f8ef-49cb-923e-67091a7094f7&id=4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2147] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:12:55 2026] GET /v2.0/ports?tenant_id=363732ae6e0a41bf9fa08768123039b7&device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1246 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2148] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:12:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=f5a15bb2-a8ee-4fa8-bd28-18571800cc69 => 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: 1068/2149] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:12:55 2026] GET /v2.0/subnets?id=7e877ddf-b6f6-4061-b024-6a2f693ae20c => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2150] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:12:55 2026] GET /v2.0/ports?network_id=d26e62ee-47f9-4ee0-b405-8a96222d6eea&device_owner=network%3Adhcp => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2151] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:12:55 2026] GET /v2.0/networks/d26e62ee-47f9-4ee0-b405-8a96222d6eea?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2152] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:12:56 2026] GET /v2.0/networks/d26e62ee-47f9-4ee0-b405-8a96222d6eea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2153] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:56 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2154] 10.0.0.166 () {34 vars in 1120 bytes} [Mon Apr 20 15:12:56 2026] GET /v2.0/security-groups?id=3dc653ff-f8ef-49cb-923e-67091a7094f7&id=4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2155] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:57 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2156] 10.0.0.166 () {34 vars in 1120 bytes} [Mon Apr 20 15:12:57 2026] GET /v2.0/security-groups?id=3dc653ff-f8ef-49cb-923e-67091a7094f7&id=4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2157] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:58 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2158] 10.0.0.166 () {34 vars in 1120 bytes} [Mon Apr 20 15:12:58 2026] GET /v2.0/security-groups?id=3dc653ff-f8ef-49cb-923e-67091a7094f7&id=4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2159] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:12:59 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2160] 199.204.45.38 () {34 vars in 1123 bytes} [Mon Apr 20 15:12:59 2026] GET /v2.0/security-groups?id=3dc653ff-f8ef-49cb-923e-67091a7094f7&id=4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:12:59.364 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7f153823-eae2-4bb2-9388-7cb1f77eea33 - - - - - -] OVN reports status up for port: f5a15bb2-a8ee-4fa8-bd28-18571800cc69 2026-04-20 15:12:59.378 7 INFO neutron.plugins.ml2.plugin [None req-7f153823-eae2-4bb2-9388-7cb1f77eea33 - - - - - -] Attempt 1 to provision port f5a15bb2-a8ee-4fa8-bd28-18571800cc69 2026-04-20 15:12:59.516 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-59324e56-4274-499f-8340-5469faece42e'] response: {'server_uuid': '60000a1e-bdb3-44bc-8cb7-43730bf7c056', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f5a15bb2-a8ee-4fa8-bd28-18571800cc69', 'code': 200} 2026-04-20 15:12:59.650 7 INFO neutron.db.ovn_revision_numbers_db [None req-7f153823-eae2-4bb2-9388-7cb1f77eea33 - - - - - -] Successfully bumped revision number for resource f5a15bb2-a8ee-4fa8-bd28-18571800cc69 (type: ports) to 5 [pid: 8|app: 0|req: 1074/2161] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:12:59 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1088/2162] 10.0.0.166 () {34 vars in 1120 bytes} [Mon Apr 20 15:12:59 2026] GET /v2.0/security-groups?id=3dc653ff-f8ef-49cb-923e-67091a7094f7&id=4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:13:00.505 8 INFO neutron.db.ovn_revision_numbers_db [None req-8e3cc1c6-4f3d-4c73-81b3-d8a029c73db0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 41160585-9b9c-4514-a634-8b6597ace298 (type: security_groups) to 1 2026-04-20 15:13:00.519 8 INFO neutron.db.ovn_revision_numbers_db [None req-8e3cc1c6-4f3d-4c73-81b3-d8a029c73db0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 72c03fd3-c6ad-47a4-82ab-2229f1a4a582 (type: security_group_rules) to 0 2026-04-20 15:13:00.530 8 INFO neutron.db.ovn_revision_numbers_db [None req-8e3cc1c6-4f3d-4c73-81b3-d8a029c73db0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7c8b344a-ef54-4e4f-a51e-e2f17af4d650 (type: security_group_rules) to 0 2026-04-20 15:13:00.540 8 INFO neutron.db.ovn_revision_numbers_db [None req-8e3cc1c6-4f3d-4c73-81b3-d8a029c73db0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d29d3eb2-17e5-40d6-8422-dbbce7716032 (type: security_group_rules) to 0 2026-04-20 15:13:00.550 8 INFO neutron.db.ovn_revision_numbers_db [None req-8e3cc1c6-4f3d-4c73-81b3-d8a029c73db0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource da78d3bd-91da-42a1-b5b3-963afb81bc72 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1075/2163] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:00 2026] GET /v2.0/security-groups?tenant_id=2b1cc09971044c9ca9b42b962fec7769&name=default => generated 2928 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2164] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:00 2026] DELETE /v2.0/security-groups/41160585-9b9c-4514-a634-8b6597ace298 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2165] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:13:00 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1010 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2166] 10.0.0.166 () {34 vars in 1120 bytes} [Mon Apr 20 15:13:00 2026] GET /v2.0/security-groups?id=3dc653ff-f8ef-49cb-923e-67091a7094f7&id=4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:13:01.559 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b951a15e-8f00-4307-958e-7113d940c3b5'] response: {'server_uuid': '60000a1e-bdb3-44bc-8cb7-43730bf7c056', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f5a15bb2-a8ee-4fa8-bd28-18571800cc69', 'code': 200} [pid: 7|app: 0|req: 1092/2169] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:13:02 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1010 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2170] 10.0.0.166 () {34 vars in 1120 bytes} [Mon Apr 20 15:13:02 2026] GET /v2.0/security-groups?id=3dc653ff-f8ef-49cb-923e-67091a7094f7&id=4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2171] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:13:02 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:13:02.734 8 INFO neutron.db.ovn_revision_numbers_db [None req-00c7d678-058c-4609-a58e-9a53b8d52749 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource 4be0d39a-567e-4030-9ed3-7f59cad422f1 (type: floatingips) to 1 2026-04-20 15:13:02.851 8 INFO neutron.db.ovn_revision_numbers_db [None req-00c7d678-058c-4609-a58e-9a53b8d52749 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Successfully bumped revision number for resource 4be0d39a-567e-4030-9ed3-7f59cad422f1 (type: floatingips) to 2 2026-04-20 15:13:02.851 8 INFO neutron.db.l3_db [None req-00c7d678-058c-4609-a58e-9a53b8d52749 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Floating IP 4be0d39a-567e-4030-9ed3-7f59cad422f1 associated. External IP: 10.96.250.220, port: f5a15bb2-a8ee-4fa8-bd28-18571800cc69. [pid: 8|app: 0|req: 1079/2172] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:13:02 2026] PUT /v2.0/floatingips/4be0d39a-567e-4030-9ed3-7f59cad422f1 => generated 855 bytes in 586 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:13:02.908 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5bd420db-476b-46e3-a10b-3a411ac9cc0e'] response: {'name': 'network-changed', 'server_uuid': '60000a1e-bdb3-44bc-8cb7-43730bf7c056', 'tag': 'f5a15bb2-a8ee-4fa8-bd28-18571800cc69', '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: 1094/2173] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:13:03 2026] GET /v2.0/ports?tenant_id=363732ae6e0a41bf9fa08768123039b7&device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2174] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:13:03 2026] GET /v2.0/networks?id=d26e62ee-47f9-4ee0-b405-8a96222d6eea => generated 810 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2175] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:13:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=f5a15bb2-a8ee-4fa8-bd28-18571800cc69 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2176] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:13:03 2026] GET /v2.0/subnets?id=7e877ddf-b6f6-4061-b024-6a2f693ae20c => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2177] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:13:03 2026] GET /v2.0/ports?network_id=d26e62ee-47f9-4ee0-b405-8a96222d6eea&device_owner=network%3Adhcp => 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: 1082/2178] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:13:03 2026] GET /v2.0/networks/d26e62ee-47f9-4ee0-b405-8a96222d6eea?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2179] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:13:03 2026] GET /v2.0/networks/d26e62ee-47f9-4ee0-b405-8a96222d6eea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2180] 10.0.0.135 () {32 vars in 802 bytes} [Mon Apr 20 15:13:04 2026] GET /v2.0/extensions => generated 20541 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2181] 10.0.0.135 () {30 vars in 724 bytes} [Mon Apr 20 15:13:04 2026] GET /v2.0/quotas/c45448a814614ba49d4ce91630da1657/details => generated 847 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2182] 10.0.0.135 () {32 vars in 802 bytes} [Mon Apr 20 15:13:07 2026] GET /v2.0/extensions => generated 20541 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2183] 10.0.0.135 () {30 vars in 724 bytes} [Mon Apr 20 15:13:07 2026] GET /v2.0/quotas/c45448a814614ba49d4ce91630da1657/details => generated 847 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:13:11.426 8 INFO neutron.db.ovn_revision_numbers_db [None req-881d1b2a-0d59-4bf3-9bd5-c9f0c8c847f3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fd0244a6-3e4e-486c-a9c9-f63ecac577c1 (type: security_groups) to 1 2026-04-20 15:13:11.436 8 INFO neutron.db.ovn_revision_numbers_db [None req-881d1b2a-0d59-4bf3-9bd5-c9f0c8c847f3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3d603717-27a3-4ee3-9cc5-4c33059cb194 (type: security_group_rules) to 0 2026-04-20 15:13:11.447 8 INFO neutron.db.ovn_revision_numbers_db [None req-881d1b2a-0d59-4bf3-9bd5-c9f0c8c847f3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 62b4aa44-01ad-4ca8-964d-9efddd5c5faa (type: security_group_rules) to 0 2026-04-20 15:13:11.457 8 INFO neutron.db.ovn_revision_numbers_db [None req-881d1b2a-0d59-4bf3-9bd5-c9f0c8c847f3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 87d9ebff-debf-4fc7-ad87-3636444d4170 (type: security_group_rules) to 0 2026-04-20 15:13:11.469 8 INFO neutron.db.ovn_revision_numbers_db [None req-881d1b2a-0d59-4bf3-9bd5-c9f0c8c847f3 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c2967fe2-4051-414a-8ceb-5c982193f7df (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1085/2184] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:11 2026] GET /v2.0/security-groups?tenant_id=c45448a814614ba49d4ce91630da1657&name=default => generated 2929 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2185] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:11 2026] DELETE /v2.0/security-groups/fd0244a6-3e4e-486c-a9c9-f63ecac577c1 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:16.059 8 INFO neutron.db.ovn_revision_numbers_db [None req-1999d985-dc62-4c0e-905d-da2633037c6c 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource 9e69fe00-1a1f-46f7-98c6-9c599380a619 (type: security_groups) to 1 2026-04-20 15:13:16.086 8 INFO neutron.db.ovn_revision_numbers_db [None req-1999d985-dc62-4c0e-905d-da2633037c6c 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource 0f41f4a6-201a-4b3a-bb46-e6e8bfd2b688 (type: security_group_rules) to 0 2026-04-20 15:13:16.116 8 INFO neutron.db.ovn_revision_numbers_db [None req-1999d985-dc62-4c0e-905d-da2633037c6c 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource 1a97fa86-01bd-4a85-b180-8ab63897189a (type: security_group_rules) to 0 2026-04-20 15:13:16.151 8 INFO neutron.db.ovn_revision_numbers_db [None req-1999d985-dc62-4c0e-905d-da2633037c6c 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource 76990638-a320-4b0d-bac0-238ac6274559 (type: security_group_rules) to 0 2026-04-20 15:13:16.171 8 INFO neutron.db.ovn_revision_numbers_db [None req-1999d985-dc62-4c0e-905d-da2633037c6c 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource 9dcf58f3-c96d-4b7e-b148-ffa8ef563a1f (type: security_group_rules) to 0 2026-04-20 15:13:16.258 8 INFO neutron.db.segments_db [None req-1999d985-dc62-4c0e-905d-da2633037c6c 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Added segment 064caf24-1ca3-41b5-8040-3b6f25aec61e of type geneve for network 8a703506-8f1a-47b4-adf2-b80f9b0104a7 2026-04-20 15:13:16.397 8 INFO neutron.db.ovn_revision_numbers_db [None req-1999d985-dc62-4c0e-905d-da2633037c6c 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource 8a703506-8f1a-47b4-adf2-b80f9b0104a7 (type: networks) to 1 2026-04-20 15:13:16.583 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1999d985-dc62-4c0e-905d-da2633037c6c 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] No more DHCP agents 2026-04-20 15:13:16.584 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1999d985-dc62-4c0e-905d-da2633037c6c 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Unable to schedule network 8a703506-8f1a-47b4-adf2-b80f9b0104a7: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:16.641 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0502529e-ea7e-4735-816b-cc756952ff1c - - - - - -] OVN reports status down for port: a17e7053-d00f-4c65-9e48-79441800efd6 2026-04-20 15:13:16.681 8 INFO neutron.db.ovn_revision_numbers_db [None req-1999d985-dc62-4c0e-905d-da2633037c6c 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource a17e7053-d00f-4c65-9e48-79441800efd6 (type: ports) to 1 [pid: 8|app: 0|req: 1086/2188] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:13:15 2026] POST /v2.0/networks => generated 650 bytes in 1005 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:13:16.825 7 INFO neutron.db.segments_db [None req-356340fe-7234-4d3d-b1e8-a84a1184a4fc 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Added segment f521fe7f-6116-432a-a2ac-74ffa9d4b0de of type geneve for network 7d707a4f-4a35-4621-8496-240fcd038420 2026-04-20 15:13:16.946 7 INFO neutron.db.ovn_revision_numbers_db [None req-356340fe-7234-4d3d-b1e8-a84a1184a4fc 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource 7d707a4f-4a35-4621-8496-240fcd038420 (type: networks) to 1 2026-04-20 15:13:17.087 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-356340fe-7234-4d3d-b1e8-a84a1184a4fc 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] No more DHCP agents 2026-04-20 15:13:17.088 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-356340fe-7234-4d3d-b1e8-a84a1184a4fc 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Unable to schedule network 7d707a4f-4a35-4621-8496-240fcd038420: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:17.138 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0502529e-ea7e-4735-816b-cc756952ff1c - - - - - -] OVN reports status down for port: 3171267d-1709-4b21-95d8-72b4d9a36dd9 2026-04-20 15:13:17.198 7 INFO neutron.db.ovn_revision_numbers_db [None req-356340fe-7234-4d3d-b1e8-a84a1184a4fc 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource 3171267d-1709-4b21-95d8-72b4d9a36dd9 (type: ports) to 1 [pid: 7|app: 0|req: 1103/2189] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:13:16 2026] POST /v2.0/networks => generated 649 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:13:17.350 8 INFO neutron.db.segments_db [None req-aefa615a-2cfb-4725-b444-cfe151da8458 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Added segment be0a33c3-8d9d-4a9e-92e8-aa58de089c68 of type geneve for network 997b386c-6b19-4e37-b900-5977f793e674 2026-04-20 15:13:17.464 8 INFO neutron.db.ovn_revision_numbers_db [None req-aefa615a-2cfb-4725-b444-cfe151da8458 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource 997b386c-6b19-4e37-b900-5977f793e674 (type: networks) to 1 2026-04-20 15:13:17.621 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-aefa615a-2cfb-4725-b444-cfe151da8458 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] No more DHCP agents 2026-04-20 15:13:17.622 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-aefa615a-2cfb-4725-b444-cfe151da8458 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Unable to schedule network 997b386c-6b19-4e37-b900-5977f793e674: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:17.663 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6a3d9855-ed33-40fb-b743-615434d4ad1e - - - - - -] OVN reports status down for port: 275a2044-eae2-441e-8bfd-498579c28889 2026-04-20 15:13:17.730 8 INFO neutron.db.ovn_revision_numbers_db [None req-aefa615a-2cfb-4725-b444-cfe151da8458 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource 275a2044-eae2-441e-8bfd-498579c28889 (type: ports) to 1 [pid: 8|app: 0|req: 1087/2190] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:13:17 2026] POST /v2.0/networks => generated 650 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:13:17.877 7 INFO neutron.db.segments_db [None req-317648e4-22fe-4c66-a9a5-f4ae1e4a0032 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Added segment 42cde139-00d9-48a3-b59d-b2aa815bc22e of type geneve for network 9e8e0aa6-3010-4228-b70c-1bebdfa80329 2026-04-20 15:13:17.976 7 INFO neutron.db.ovn_revision_numbers_db [None req-317648e4-22fe-4c66-a9a5-f4ae1e4a0032 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource 9e8e0aa6-3010-4228-b70c-1bebdfa80329 (type: networks) to 1 2026-04-20 15:13:18.116 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-317648e4-22fe-4c66-a9a5-f4ae1e4a0032 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] No more DHCP agents 2026-04-20 15:13:18.117 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-317648e4-22fe-4c66-a9a5-f4ae1e4a0032 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Unable to schedule network 9e8e0aa6-3010-4228-b70c-1bebdfa80329: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:18.151 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0502529e-ea7e-4735-816b-cc756952ff1c - - - - - -] OVN reports status down for port: 6f4ed61a-1cd8-425f-9484-f01557f8b9a9 2026-04-20 15:13:18.203 7 INFO neutron.db.ovn_revision_numbers_db [None req-317648e4-22fe-4c66-a9a5-f4ae1e4a0032 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource 6f4ed61a-1cd8-425f-9484-f01557f8b9a9 (type: ports) to 1 [pid: 7|app: 0|req: 1104/2191] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:13:17 2026] POST /v2.0/networks => generated 650 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:13:18.346 8 INFO neutron.db.segments_db [None req-5e3cf5a0-20ee-4b3f-855a-2659898943fb 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Added segment 0863513f-8fa8-43bc-af4a-2489a6b9e134 of type geneve for network c20b090d-dbb5-46bc-bcba-68c86b3f61cc 2026-04-20 15:13:18.463 8 INFO neutron.db.ovn_revision_numbers_db [None req-5e3cf5a0-20ee-4b3f-855a-2659898943fb 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource c20b090d-dbb5-46bc-bcba-68c86b3f61cc (type: networks) to 1 [pid: 7|app: 0|req: 1105/2192] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:13:18 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1010 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2193] 10.0.0.166 () {34 vars in 1120 bytes} [Mon Apr 20 15:13:18 2026] GET /v2.0/security-groups?id=3dc653ff-f8ef-49cb-923e-67091a7094f7&id=4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:13:18.641 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5e3cf5a0-20ee-4b3f-855a-2659898943fb 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] No more DHCP agents 2026-04-20 15:13:18.642 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5e3cf5a0-20ee-4b3f-855a-2659898943fb 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Unable to schedule network c20b090d-dbb5-46bc-bcba-68c86b3f61cc: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:18.684 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0502529e-ea7e-4735-816b-cc756952ff1c - - - - - -] OVN reports status down for port: 380fa9c6-105b-40b5-b8f6-de4abacf10aa 2026-04-20 15:13:18.728 8 INFO neutron.db.ovn_revision_numbers_db [None req-5e3cf5a0-20ee-4b3f-855a-2659898943fb 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Successfully bumped revision number for resource 380fa9c6-105b-40b5-b8f6-de4abacf10aa (type: ports) to 1 [pid: 7|app: 0|req: 1107/2194] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:13:18 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1248 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2195] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:13:18 2026] POST /v2.0/networks => generated 650 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2196] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:13:18 2026] PUT /v2.0/networks/8a703506-8f1a-47b4-adf2-b80f9b0104a7/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2197] 10.0.0.154 () {32 vars in 858 bytes} [Mon Apr 20 15:13:18 2026] GET /v2.0/floatingips?floating_network_id=3b6cb35e-6630-4592-9567-d9042fcd536e&port_id=f5a15bb2-a8ee-4fa8-bd28-18571800cc69 => generated 860 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2198] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:13:18 2026] PUT /v2.0/networks/7d707a4f-4a35-4621-8496-240fcd038420/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2199] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:13:18 2026] PUT /v2.0/networks/997b386c-6b19-4e37-b900-5977f793e674/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: 1091/2200] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:13:18 2026] PUT /v2.0/networks/9e8e0aa6-3010-4228-b70c-1bebdfa80329/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2201] 10.0.0.4 () {34 vars in 988 bytes} [Mon Apr 20 15:13:19 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2202] 10.0.0.154 () {32 vars in 666 bytes} [Mon Apr 20 15:13:19 2026] GET /v2.0/networks?tags=red => generated 1985 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2203] 10.0.0.4 () {34 vars in 1118 bytes} [Mon Apr 20 15:13:19 2026] GET /v2.0/security-groups?id=3dc653ff-f8ef-49cb-923e-67091a7094f7&id=4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2204] 10.0.0.154 () {32 vars in 680 bytes} [Mon Apr 20 15:13:19 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1335 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2205] 10.0.0.154 () {32 vars in 676 bytes} [Mon Apr 20 15:13:19 2026] GET /v2.0/networks?tags-any=blue => generated 1335 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2206] 10.0.0.154 () {32 vars in 688 bytes} [Mon Apr 20 15:13:19 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1985 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2207] 10.0.0.154 () {32 vars in 674 bytes} [Mon Apr 20 15:13:19 2026] GET /v2.0/networks?not-tags=red => generated 1986 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2208] 10.0.0.154 () {32 vars in 688 bytes} [Mon Apr 20 15:13:19 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2636 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2209] 10.0.0.154 () {32 vars in 684 bytes} [Mon Apr 20 15:13:19 2026] GET /v2.0/networks?not-tags-any=blue => generated 2636 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2210] 10.0.0.154 () {32 vars in 696 bytes} [Mon Apr 20 15:13:19 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1986 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:13:19.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e35b011-e63f-40c3-bd67-9b80fd8ff9f3 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] TaaS: Handle Delete Port: a17e7053-d00f-4c65-9e48-79441800efd6 2026-04-20 15:13:19.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e35b011-e63f-40c3-bd67-9b80fd8ff9f3 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Tap Mirror: Handle Delete Port: a17e7053-d00f-4c65-9e48-79441800efd6 2026-04-20 15:13:19.898 8 INFO neutron.services.segments.plugin [-] Segment 064caf24-1ca3-41b5-8040-3b6f25aec61e resource provider aggregate not found 2026-04-20 15:13:19.908 8 INFO neutron.services.segments.plugin [-] Segment 064caf24-1ca3-41b5-8040-3b6f25aec61e resource provider aggregate not found 2026-04-20 15:13:19.918 8 INFO neutron.services.segments.plugin [-] Segment 064caf24-1ca3-41b5-8040-3b6f25aec61e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 064caf24-1ca3-41b5-8040-3b6f25aec61e found for delete ", "request_id": "req-12437d5e-aa4a-4c41-b8f7-91c3c65ce642"}]} 2026-04-20 15:13:19.932 8 INFO neutron.services.segments.plugin [-] Segment 064caf24-1ca3-41b5-8040-3b6f25aec61e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 064caf24-1ca3-41b5-8040-3b6f25aec61e found for delete ", "request_id": "req-c6b9df47-c3ff-4322-9dbe-29319c30670c"}]} [pid: 8|app: 0|req: 1097/2211] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:13:19 2026] DELETE /v2.0/networks/8a703506-8f1a-47b4-adf2-b80f9b0104a7 => generated 0 bytes in 381 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:13:20.097 7 INFO neutron_taas.services.taas.taas_plugin [None req-84eb24ea-1f4c-42b8-a6ce-52bd1ab3b94e 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] TaaS: Handle Delete Port: 3171267d-1709-4b21-95d8-72b4d9a36dd9 2026-04-20 15:13:20.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84eb24ea-1f4c-42b8-a6ce-52bd1ab3b94e 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Tap Mirror: Handle Delete Port: 3171267d-1709-4b21-95d8-72b4d9a36dd9 2026-04-20 15:13:20.306 7 INFO neutron.services.segments.plugin [-] Segment f521fe7f-6116-432a-a2ac-74ffa9d4b0de resource provider aggregate not found 2026-04-20 15:13:20.313 7 INFO neutron.services.segments.plugin [-] Segment f521fe7f-6116-432a-a2ac-74ffa9d4b0de resource provider aggregate not found 2026-04-20 15:13:20.325 7 INFO neutron.services.segments.plugin [-] Segment f521fe7f-6116-432a-a2ac-74ffa9d4b0de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f521fe7f-6116-432a-a2ac-74ffa9d4b0de found for delete ", "request_id": "req-a99e2294-540b-4583-84f1-cd75b82631d4"}]} 2026-04-20 15:13:20.329 7 INFO neutron.services.segments.plugin [-] Segment f521fe7f-6116-432a-a2ac-74ffa9d4b0de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f521fe7f-6116-432a-a2ac-74ffa9d4b0de found for delete ", "request_id": "req-bb414390-e9b4-4c86-bd97-fcee5f237ec7"}]} [pid: 7|app: 0|req: 1115/2212] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:13:19 2026] DELETE /v2.0/networks/7d707a4f-4a35-4621-8496-240fcd038420 => generated 0 bytes in 400 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:13:20.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c4581d8-3c68-45a4-9b8b-d4b80032ecb0 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] TaaS: Handle Delete Port: 275a2044-eae2-441e-8bfd-498579c28889 2026-04-20 15:13:20.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c4581d8-3c68-45a4-9b8b-d4b80032ecb0 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Tap Mirror: Handle Delete Port: 275a2044-eae2-441e-8bfd-498579c28889 [pid: 8|app: 0|req: 1098/2213] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:13:20 2026] DELETE /v2.0/networks/997b386c-6b19-4e37-b900-5977f793e674 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:13:20.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-4796bc32-00dc-46ef-ac14-6b96206f8f87 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] TaaS: Handle Delete Port: 6f4ed61a-1cd8-425f-9484-f01557f8b9a9 2026-04-20 15:13:20.900 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4796bc32-00dc-46ef-ac14-6b96206f8f87 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Tap Mirror: Handle Delete Port: 6f4ed61a-1cd8-425f-9484-f01557f8b9a9 [pid: 7|app: 0|req: 1116/2214] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:13:20 2026] DELETE /v2.0/networks/9e8e0aa6-3010-4228-b70c-1bebdfa80329 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2215] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:13:21 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:13:21.258 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa9995c4-0120-4a53-b0af-e9356569fc37 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] TaaS: Handle Delete Port: 380fa9c6-105b-40b5-b8f6-de4abacf10aa 2026-04-20 15:13:21.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa9995c4-0120-4a53-b0af-e9356569fc37 19fd115447084b6f9a010d0f31aa89d6 8c3c241c0d6649f4bd8f04487a412fd1 - - default default] Tap Mirror: Handle Delete Port: 380fa9c6-105b-40b5-b8f6-de4abacf10aa [pid: 8|app: 0|req: 1100/2216] 10.0.0.166 () {34 vars in 1120 bytes} [Mon Apr 20 15:13:21 2026] GET /v2.0/security-groups?id=3dc653ff-f8ef-49cb-923e-67091a7094f7&id=4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2217] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:13:21 2026] DELETE /v2.0/networks/c20b090d-dbb5-46bc-bcba-68c86b3f61cc => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:13:21.938 8 INFO neutron.services.segments.plugin [-] Segment be0a33c3-8d9d-4a9e-92e8-aa58de089c68 resource provider aggregate not found 2026-04-20 15:13:21.952 8 INFO neutron.services.segments.plugin [-] Segment be0a33c3-8d9d-4a9e-92e8-aa58de089c68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be0a33c3-8d9d-4a9e-92e8-aa58de089c68 found for delete ", "request_id": "req-de702762-35b5-4a78-8cae-1b0670be46e4"}]} 2026-04-20 15:13:21.956 8 INFO neutron.services.segments.plugin [-] Segment be0a33c3-8d9d-4a9e-92e8-aa58de089c68 resource provider aggregate not found 2026-04-20 15:13:21.972 8 INFO neutron.services.segments.plugin [-] Segment be0a33c3-8d9d-4a9e-92e8-aa58de089c68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be0a33c3-8d9d-4a9e-92e8-aa58de089c68 found for delete ", "request_id": "req-20712bdc-90b8-4b19-8286-cfcdee7b92c0"}]} 2026-04-20 15:13:22.196 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0502529e-ea7e-4735-816b-cc756952ff1c - - - - - -] OVN reports status down for port: f5a15bb2-a8ee-4fa8-bd28-18571800cc69 2026-04-20 15:13:22.352 7 INFO neutron.services.segments.plugin [-] Segment 42cde139-00d9-48a3-b59d-b2aa815bc22e resource provider aggregate not found 2026-04-20 15:13:22.360 7 INFO neutron.services.segments.plugin [-] Segment 42cde139-00d9-48a3-b59d-b2aa815bc22e resource provider aggregate not found 2026-04-20 15:13:22.384 7 INFO neutron.services.segments.plugin [-] Segment 42cde139-00d9-48a3-b59d-b2aa815bc22e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42cde139-00d9-48a3-b59d-b2aa815bc22e found for delete ", "request_id": "req-3523324a-e595-4393-945b-48ffb5c73c19"}]} 2026-04-20 15:13:22.395 7 INFO neutron.services.segments.plugin [-] Segment 42cde139-00d9-48a3-b59d-b2aa815bc22e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42cde139-00d9-48a3-b59d-b2aa815bc22e found for delete ", "request_id": "req-617a6cf5-487c-4388-955e-e3a351937cab"}]} 2026-04-20 15:13:22.419 7 INFO neutron.services.segments.plugin [-] Segment 0863513f-8fa8-43bc-af4a-2489a6b9e134 resource provider aggregate not found 2026-04-20 15:13:22.421 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cbb01b62-8269-45f6-a8bb-0eea2fde343e'] response: {'server_uuid': '60000a1e-bdb3-44bc-8cb7-43730bf7c056', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f5a15bb2-a8ee-4fa8-bd28-18571800cc69', 'code': 200} 2026-04-20 15:13:22.423 7 INFO neutron.services.segments.plugin [-] Segment 0863513f-8fa8-43bc-af4a-2489a6b9e134 resource provider aggregate not found 2026-04-20 15:13:22.454 7 INFO neutron.services.segments.plugin [-] Segment 0863513f-8fa8-43bc-af4a-2489a6b9e134 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0863513f-8fa8-43bc-af4a-2489a6b9e134 found for delete ", "request_id": "req-4e7f8b0e-af7a-4922-955f-a4d111d626c0"}]} 2026-04-20 15:13:22.460 7 INFO neutron.services.segments.plugin [-] Segment 0863513f-8fa8-43bc-af4a-2489a6b9e134 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0863513f-8fa8-43bc-af4a-2489a6b9e134 found for delete ", "request_id": "req-b2e2b04c-4bff-4cd5-a9cc-94e705aa1ee9"}]} [pid: 7|app: 0|req: 1118/2218] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:13:22 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1008 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2219] 10.0.0.166 () {34 vars in 1120 bytes} [Mon Apr 20 15:13:22 2026] GET /v2.0/security-groups?id=3dc653ff-f8ef-49cb-923e-67091a7094f7&id=4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc&fields=id&fields=name => generated 206 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:13:22.581 8 INFO neutron.db.ovn_revision_numbers_db [None req-2e996909-c8dd-49df-99db-9dce69d1328c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource bbb21a88-9fed-470c-a72b-c055e7da4366 (type: security_groups) to 1 2026-04-20 15:13:22.603 8 INFO neutron.db.ovn_revision_numbers_db [None req-2e996909-c8dd-49df-99db-9dce69d1328c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 691f3623-b24b-4e97-a2d8-e0736ead227c (type: security_group_rules) to 0 2026-04-20 15:13:22.623 8 INFO neutron.db.ovn_revision_numbers_db [None req-2e996909-c8dd-49df-99db-9dce69d1328c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 82ccba62-e585-4e94-a5fe-181729bd944f (type: security_group_rules) to 0 2026-04-20 15:13:22.636 7 INFO neutron.db.ovn_revision_numbers_db [None req-0502529e-ea7e-4735-816b-cc756952ff1c - - - - - -] Successfully bumped revision number for resource f5a15bb2-a8ee-4fa8-bd28-18571800cc69 (type: ports) to 6 2026-04-20 15:13:22.642 8 INFO neutron.db.ovn_revision_numbers_db [None req-2e996909-c8dd-49df-99db-9dce69d1328c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a6d4240e-1f76-4d4a-8a52-6183895bed62 (type: security_group_rules) to 0 2026-04-20 15:13:22.661 8 INFO neutron.db.ovn_revision_numbers_db [None req-2e996909-c8dd-49df-99db-9dce69d1328c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d237c2d1-4b69-459b-be71-58d4a59e09ae (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1101/2220] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:22 2026] GET /v2.0/security-groups?tenant_id=d71547f4a553477582b0d43395ad1a9e&name=default => generated 2929 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1120/2221] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:22 2026] DELETE /v2.0/security-groups/bbb21a88-9fed-470c-a72b-c055e7da4366 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2222] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:23 2026] GET /v2.0/security-groups?tenant_id=8c3c241c0d6649f4bd8f04487a412fd1&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2223] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:23 2026] DELETE /v2.0/security-groups/9e69fe00-1a1f-46f7-98c6-9c599380a619 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2224] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:13:23 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:13:23.546 8 INFO neutron.db.ovn_revision_numbers_db [None req-bf26efc8-e135-4d0e-80e5-0ad0ba5c7f74 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 762f3720-542e-4dff-bd0e-9e119836beb1 (type: security_groups) to 1 2026-04-20 15:13:23.558 8 INFO neutron.db.ovn_revision_numbers_db [None req-bf26efc8-e135-4d0e-80e5-0ad0ba5c7f74 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 16b2aff0-a2e8-4db1-bb8e-f4404e45e62f (type: security_group_rules) to 0 2026-04-20 15:13:23.573 8 INFO neutron.db.ovn_revision_numbers_db [None req-bf26efc8-e135-4d0e-80e5-0ad0ba5c7f74 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 717a5a35-4fc0-44fb-88b7-bfc45f7746b6 (type: security_group_rules) to 0 2026-04-20 15:13:23.586 8 INFO neutron.db.ovn_revision_numbers_db [None req-bf26efc8-e135-4d0e-80e5-0ad0ba5c7f74 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c6deda07-c217-47b1-b775-f50fe35874c1 (type: security_group_rules) to 0 2026-04-20 15:13:23.599 8 INFO neutron.db.ovn_revision_numbers_db [None req-bf26efc8-e135-4d0e-80e5-0ad0ba5c7f74 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e748648f-07e6-4a30-ae5d-6aa6d494b24b (type: security_group_rules) to 0 2026-04-20 15:13:23.623 7 INFO neutron_taas.services.taas.taas_plugin [req-827f8540-0071-47aa-a867-5c26f77c5434 req-298fde09-4a29-4264-9cae-f90b330b7772 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] TaaS: Handle Delete Port: f5a15bb2-a8ee-4fa8-bd28-18571800cc69 2026-04-20 15:13:23.626 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-827f8540-0071-47aa-a867-5c26f77c5434 req-298fde09-4a29-4264-9cae-f90b330b7772 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Tap Mirror: Handle Delete Port: f5a15bb2-a8ee-4fa8-bd28-18571800cc69 [pid: 8|app: 0|req: 1103/2225] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:23 2026] GET /v2.0/security-groups?tenant_id=3ea1760a9746444daf25db829b9bd672&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2226] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:13:23 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:13:23.833 7 INFO neutron.db.l3_db [req-827f8540-0071-47aa-a867-5c26f77c5434 req-298fde09-4a29-4264-9cae-f90b330b7772 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Floating IP 4be0d39a-567e-4030-9ed3-7f59cad422f1 disassociated. External IP: 10.96.250.220, port: f5a15bb2-a8ee-4fa8-bd28-18571800cc69. [pid: 8|app: 0|req: 1105/2227] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:23 2026] DELETE /v2.0/security-groups/762f3720-542e-4dff-bd0e-9e119836beb1 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2228] 10.0.0.166 () {34 vars in 1120 bytes} [Mon Apr 20 15:13:23 2026] GET /v2.0/security-groups?id=3dc653ff-f8ef-49cb-923e-67091a7094f7&id=4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2229] 199.204.45.38 () {36 vars in 996 bytes} [Mon Apr 20 15:13:23 2026] DELETE /v2.0/ports/f5a15bb2-a8ee-4fa8-bd28-18571800cc69 => generated 0 bytes in 538 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:13:24.464 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3bd0d64-c7f6-44f7-9805-830416d2b88d'] response: {'server_uuid': '60000a1e-bdb3-44bc-8cb7-43730bf7c056', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f5a15bb2-a8ee-4fa8-bd28-18571800cc69', 'code': 200} 2026-04-20 15:13:24.464 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3bd0d64-c7f6-44f7-9805-830416d2b88d'] response: {'server_uuid': '60000a1e-bdb3-44bc-8cb7-43730bf7c056', 'name': 'network-vif-deleted', 'tag': 'f5a15bb2-a8ee-4fa8-bd28-18571800cc69', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1107/2230] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:13:25 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => generated 12 bytes in 19 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: 1124/2231] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:13:26 2026] GET /v2.0/ports?device_id=60000a1e-bdb3-44bc-8cb7-43730bf7c056 => 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: 1108/2232] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:27 2026] DELETE /v2.0/security-groups/3dc653ff-f8ef-49cb-923e-67091a7094f7 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:27.407 7 INFO neutron.api.v2.resource [None req-00e76963-a35c-4e04-9575-24dba3f06d3a 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1125/2233] 10.0.0.154 () {32 vars in 737 bytes} [Mon Apr 20 15:13:27 2026] GET /v2.0/security-groups/3dc653ff-f8ef-49cb-923e-67091a7094f7 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:13:27.540 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f8779fd-8242-4b3d-8b25-14690a9cc927 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] TaaS: Handle Delete Port: 0e13724f-abe2-4434-b06c-279ec4ae62c0 2026-04-20 15:13:27.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f8779fd-8242-4b3d-8b25-14690a9cc927 09d09d04c1b24334b92764888af98eab 363732ae6e0a41bf9fa08768123039b7 - - default default] Tap Mirror: Handle Delete Port: 0e13724f-abe2-4434-b06c-279ec4ae62c0 [pid: 8|app: 0|req: 1109/2234] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:13:27 2026] DELETE /v2.0/floatingips/4be0d39a-567e-4030-9ed3-7f59cad422f1 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2235] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:27 2026] DELETE /v2.0/security-groups/4e9bf66b-57b9-4e4b-bb30-9b3b301ac5dc => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:28.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1ae46ce-9701-42d1-9880-532d8772bcb6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 78daf8c4-4a39-4bd1-a11a-89d8c373a7be 2026-04-20 15:13:28.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1ae46ce-9701-42d1-9880-532d8772bcb6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 78daf8c4-4a39-4bd1-a11a-89d8c373a7be [pid: 7|app: 0|req: 1127/2236] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:13:27 2026] POST /v2.0/subnetpools => generated 516 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2237] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:13:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2238] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:13:28 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: 1130/2239] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:13:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2240] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:13:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2241] 10.0.0.154 () {34 vars in 759 bytes} [Mon Apr 20 15:13:28 2026] PUT /v2.0/subnetpools/7689bde6-3740-4aa1-8c0d-f8b731f61a45/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2242] 10.0.0.154 () {34 vars in 759 bytes} [Mon Apr 20 15:13:28 2026] PUT /v2.0/subnetpools/8a1c1f9f-a230-44c0-8c26-f6d99ea0a45e/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: 1134/2243] 10.0.0.154 () {34 vars in 759 bytes} [Mon Apr 20 15:13:28 2026] PUT /v2.0/subnetpools/b5be138b-d16e-4dab-9e59-2ded138be697/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2244] 10.0.0.154 () {34 vars in 759 bytes} [Mon Apr 20 15:13:28 2026] PUT /v2.0/subnetpools/78740dcc-4e14-4a1f-8bcb-1675a7bfbd5c/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2245] 10.0.0.154 () {32 vars in 672 bytes} [Mon Apr 20 15:13:28 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2246] 10.0.0.154 () {32 vars in 686 bytes} [Mon Apr 20 15:13:28 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2247] 10.0.0.154 () {32 vars in 682 bytes} [Mon Apr 20 15:13:28 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2248] 10.0.0.154 () {32 vars in 694 bytes} [Mon Apr 20 15:13:28 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2249] 10.0.0.154 () {32 vars in 680 bytes} [Mon Apr 20 15:13:28 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2250] 10.0.0.154 () {32 vars in 694 bytes} [Mon Apr 20 15:13:28 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2251] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:13:27 2026] PUT /v2.0/routers/8ff1ac2a-f240-4161-ba34-c7346fa8740b/remove_router_interface => generated 309 bytes in 930 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: 1142/2252] 10.0.0.154 () {32 vars in 690 bytes} [Mon Apr 20 15:13:28 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2253] 10.0.0.154 () {32 vars in 702 bytes} [Mon Apr 20 15:13:28 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2254] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:13:28 2026] DELETE /v2.0/subnetpools/7689bde6-3740-4aa1-8c0d-f8b731f61a45 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2255] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:13:28 2026] DELETE /v2.0/subnetpools/8a1c1f9f-a230-44c0-8c26-f6d99ea0a45e => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2256] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:13:28 2026] DELETE /v2.0/subnetpools/b5be138b-d16e-4dab-9e59-2ded138be697 => 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: 1147/2257] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:13:29 2026] DELETE /v2.0/subnetpools/78740dcc-4e14-4a1f-8bcb-1675a7bfbd5c => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2258] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:13:29 2026] DELETE /v2.0/subnetpools/ebac29dd-40ee-4e18-a1a8-b41e91759fa6 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:29.150 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f785c5f-0d61-4919-bc2f-1a00d6f8dca0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 973bd34d-f0bc-4790-8abb-0e2716ef5e43 2026-04-20 15:13:29.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f785c5f-0d61-4919-bc2f-1a00d6f8dca0 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 973bd34d-f0bc-4790-8abb-0e2716ef5e43 [pid: 8|app: 0|req: 1111/2259] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:13:28 2026] DELETE /v2.0/routers/8ff1ac2a-f240-4161-ba34-c7346fa8740b => generated 0 bytes in 724 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2260] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:13:29 2026] DELETE /v2.0/subnets/7e877ddf-b6f6-4061-b024-6a2f693ae20c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:13:29.819 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e75b318-23f9-444a-8c1f-c038aec0d0f2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: ac2fc077-6a0c-4cfd-8a62-5725bd880bbc 2026-04-20 15:13:29.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e75b318-23f9-444a-8c1f-c038aec0d0f2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: ac2fc077-6a0c-4cfd-8a62-5725bd880bbc 2026-04-20 15:13:29.995 8 INFO neutron.services.segments.plugin [-] Segment d1412639-27ac-4259-bd04-de840df6c0aa resource provider aggregate not found 2026-04-20 15:13:30.000 8 INFO neutron.services.segments.plugin [-] Segment d1412639-27ac-4259-bd04-de840df6c0aa resource provider aggregate not found 2026-04-20 15:13:30.014 8 INFO neutron.services.segments.plugin [-] Segment d1412639-27ac-4259-bd04-de840df6c0aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1412639-27ac-4259-bd04-de840df6c0aa found for delete ", "request_id": "req-a94a45e0-3016-4757-abe9-a938a300facd"}]} 2026-04-20 15:13:30.019 8 INFO neutron.services.segments.plugin [-] Segment d1412639-27ac-4259-bd04-de840df6c0aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1412639-27ac-4259-bd04-de840df6c0aa found for delete ", "request_id": "req-d1814636-42a7-45eb-9a5b-c30bb152e05b"}]} [pid: 8|app: 0|req: 1112/2261] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:13:29 2026] DELETE /v2.0/networks/d26e62ee-47f9-4ee0-b405-8a96222d6eea => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:13:30.262 7 INFO neutron.db.ovn_revision_numbers_db [None req-124cff09-32f5-4483-9c33-e24feab806f4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2eea5bc3-f607-4beb-b445-48265f7ab8cd (type: security_groups) to 1 2026-04-20 15:13:30.275 7 INFO neutron.db.ovn_revision_numbers_db [None req-124cff09-32f5-4483-9c33-e24feab806f4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4e3c07be-9c89-4f63-b95d-7b6dd19a2395 (type: security_group_rules) to 0 2026-04-20 15:13:30.288 7 INFO neutron.db.ovn_revision_numbers_db [None req-124cff09-32f5-4483-9c33-e24feab806f4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6ee8c8ee-db69-4a3a-b501-a71b96bd7b63 (type: security_group_rules) to 0 2026-04-20 15:13:30.301 7 INFO neutron.db.ovn_revision_numbers_db [None req-124cff09-32f5-4483-9c33-e24feab806f4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 836f8158-4e7e-4be8-a2e0-347b88b84bee (type: security_group_rules) to 0 2026-04-20 15:13:30.312 7 INFO neutron.db.ovn_revision_numbers_db [None req-124cff09-32f5-4483-9c33-e24feab806f4 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a7ee58af-2e6c-41a6-9f3f-14e63e67789f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1150/2262] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:29 2026] GET /v2.0/security-groups?tenant_id=77530122faf9444d952fcb9b925fe949&name=default => generated 2929 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:13:30.377 8 INFO neutron_taas.services.taas.taas_plugin [None req-7488ae96-182c-4a01-8051-f0f4d350fd23 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: c3f8b4e7-4cf2-411a-84f5-0690cb5c7722 2026-04-20 15:13:30.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7488ae96-182c-4a01-8051-f0f4d350fd23 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: c3f8b4e7-4cf2-411a-84f5-0690cb5c7722 [pid: 7|app: 0|req: 1151/2263] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:30 2026] DELETE /v2.0/security-groups/2eea5bc3-f607-4beb-b445-48265f7ab8cd => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:30.789 7 INFO neutron.db.ovn_revision_numbers_db [None req-d990e3a1-85b1-4c99-8388-e18822de7880 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e02c8482-645c-4d13-a913-cf397949d1cf (type: security_groups) to 1 2026-04-20 15:13:30.819 7 INFO neutron.db.ovn_revision_numbers_db [None req-d990e3a1-85b1-4c99-8388-e18822de7880 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 04fc13fa-e1d5-405f-b176-2f10654d4f96 (type: security_group_rules) to 0 2026-04-20 15:13:30.834 7 INFO neutron.db.ovn_revision_numbers_db [None req-d990e3a1-85b1-4c99-8388-e18822de7880 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 74b98c42-1b1d-4bc9-84c8-ecf33c2e6791 (type: security_group_rules) to 0 2026-04-20 15:13:30.849 7 INFO neutron.db.ovn_revision_numbers_db [None req-d990e3a1-85b1-4c99-8388-e18822de7880 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7a2d0ff8-7862-436f-b4fe-19dc3df62dad (type: security_group_rules) to 0 2026-04-20 15:13:30.864 7 INFO neutron.db.ovn_revision_numbers_db [None req-d990e3a1-85b1-4c99-8388-e18822de7880 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7d5b1a2a-83c6-4131-928f-535f6ead4d69 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1152/2264] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:30 2026] GET /v2.0/security-groups?tenant_id=77bbb060ff5248bfa14b62a723eadfc9&name=default => generated 2929 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2265] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:13:30 2026] PUT /v2.0/routers/812d96fd-705d-49a0-8b49-f736b24f7e75/remove_router_interface => generated 309 bytes in 1015 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: 1153/2266] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:30 2026] DELETE /v2.0/security-groups/e02c8482-645c-4d13-a913-cf397949d1cf => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:31.384 7 INFO neutron.db.ovn_revision_numbers_db [None req-1422787f-29bf-4eb5-ab61-38756e5a0a40 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e2685f8c-dfdf-45c8-9a62-63c56d36c60b (type: security_groups) to 1 2026-04-20 15:13:31.395 8 INFO neutron_taas.services.taas.taas_plugin [None req-69ff9863-ebba-45f1-af5f-036fffd06028 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 3e05638a-7dd0-40fa-aeb1-c3fd65e3a021 2026-04-20 15:13:31.398 7 INFO neutron.db.ovn_revision_numbers_db [None req-1422787f-29bf-4eb5-ab61-38756e5a0a40 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 0e67df26-97bf-4d57-b094-c9095425ae6d (type: security_group_rules) to 0 2026-04-20 15:13:31.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69ff9863-ebba-45f1-af5f-036fffd06028 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 3e05638a-7dd0-40fa-aeb1-c3fd65e3a021 2026-04-20 15:13:31.414 7 INFO neutron.db.ovn_revision_numbers_db [None req-1422787f-29bf-4eb5-ab61-38756e5a0a40 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5d95323f-c716-4584-89cd-d1d95419233a (type: security_group_rules) to 0 2026-04-20 15:13:31.424 7 INFO neutron.db.ovn_revision_numbers_db [None req-1422787f-29bf-4eb5-ab61-38756e5a0a40 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f41315c8-b421-41ab-9362-1601c0f689cc (type: security_group_rules) to 0 2026-04-20 15:13:31.434 7 INFO neutron.db.ovn_revision_numbers_db [None req-1422787f-29bf-4eb5-ab61-38756e5a0a40 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ff6ed820-d1af-4700-abf4-adaa859a85d0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1154/2267] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:31 2026] GET /v2.0/security-groups?tenant_id=c4a100ae5a0a4287a271bb968122fa1b&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2268] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:31 2026] DELETE /v2.0/security-groups/e2685f8c-dfdf-45c8-9a62-63c56d36c60b => generated 0 bytes in 229 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2271] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:13:31 2026] DELETE /v2.0/routers/812d96fd-705d-49a0-8b49-f736b24f7e75 => generated 0 bytes in 744 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2272] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:13:31 2026] DELETE /v2.0/subnets/f96a84ab-6b6e-4ed6-b557-0c92a2d7876c => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:13:32.103 8 INFO neutron_taas.services.taas.taas_plugin [None req-68e6ce8b-4caa-430e-99e1-5d3c55b9bb7b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: dcd9ac9c-2bb4-42eb-bc60-02dfacff6d2e 2026-04-20 15:13:32.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68e6ce8b-4caa-430e-99e1-5d3c55b9bb7b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: dcd9ac9c-2bb4-42eb-bc60-02dfacff6d2e 2026-04-20 15:13:32.300 8 INFO neutron.services.segments.plugin [-] Segment 9cefe695-fb5f-4d18-b070-d7edf2da9d94 resource provider aggregate not found 2026-04-20 15:13:32.306 8 INFO neutron.services.segments.plugin [-] Segment 9cefe695-fb5f-4d18-b070-d7edf2da9d94 resource provider aggregate not found 2026-04-20 15:13:32.315 8 INFO neutron.services.segments.plugin [-] Segment 9cefe695-fb5f-4d18-b070-d7edf2da9d94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cefe695-fb5f-4d18-b070-d7edf2da9d94 found for delete ", "request_id": "req-f48b5954-ac41-45d7-9f3b-3d8313b791f4"}]} 2026-04-20 15:13:32.328 8 INFO neutron.services.segments.plugin [-] Segment 9cefe695-fb5f-4d18-b070-d7edf2da9d94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cefe695-fb5f-4d18-b070-d7edf2da9d94 found for delete ", "request_id": "req-4f2a3e5b-b55a-462a-a6a1-94bf80c83a13"}]} [pid: 8|app: 0|req: 1115/2273] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:13:31 2026] DELETE /v2.0/networks/3dc150a7-6315-4d95-a03b-ecd314c07451 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2274] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:32 2026] GET /v2.0/security-groups?tenant_id=07ec1ccc92f442b4aa0106a8b2d74c29&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2275] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:32 2026] DELETE /v2.0/security-groups/f612b7bf-2048-4953-8126-04c02a34f237 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2276] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:32 2026] GET /v2.0/security-groups?tenant_id=363732ae6e0a41bf9fa08768123039b7&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2277] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:32 2026] DELETE /v2.0/security-groups/aec80856-0f9f-42df-907d-3b80af3fdf61 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2278] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:13:34 2026] GET /v2.0/floatingips => generated 19 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2279] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:13:34 2026] GET /v2.0/ports => generated 5175 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2280] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:13:34 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2281] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:13:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2282] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:13:34 2026] GET /v2.0/agents => generated 1214 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2283] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:13:34 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2284] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:13:34 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2285] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:13:34 2026] GET /v2.0/networks => generated 2288 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2286] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:13:34 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2287] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:13:34 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: 1166/2288] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:13:34 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:13:35.340 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfea0b07-e7da-48d3-97eb-b0d1bb53d2b9 239ecf5658924af7a4ae8fc7fca10870 07238ea00a7f4022a408afb1869a6a13 - - default default] Successfully bumped revision number for resource 68d56366-183c-41c7-b4e7-8ece2ab966c7 (type: security_groups) to 1 2026-04-20 15:13:35.352 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfea0b07-e7da-48d3-97eb-b0d1bb53d2b9 239ecf5658924af7a4ae8fc7fca10870 07238ea00a7f4022a408afb1869a6a13 - - default default] Successfully bumped revision number for resource 113d967e-16b3-4bb7-8745-9f7d8fd54aa1 (type: security_group_rules) to 0 2026-04-20 15:13:35.362 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfea0b07-e7da-48d3-97eb-b0d1bb53d2b9 239ecf5658924af7a4ae8fc7fca10870 07238ea00a7f4022a408afb1869a6a13 - - default default] Successfully bumped revision number for resource 196d3dd2-789c-48b3-a9d9-0753259c1b5a (type: security_group_rules) to 0 2026-04-20 15:13:35.373 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfea0b07-e7da-48d3-97eb-b0d1bb53d2b9 239ecf5658924af7a4ae8fc7fca10870 07238ea00a7f4022a408afb1869a6a13 - - default default] Successfully bumped revision number for resource 63ffd4a4-c02d-48b4-985f-e47809f6e6b8 (type: security_group_rules) to 0 2026-04-20 15:13:35.384 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfea0b07-e7da-48d3-97eb-b0d1bb53d2b9 239ecf5658924af7a4ae8fc7fca10870 07238ea00a7f4022a408afb1869a6a13 - - default default] Successfully bumped revision number for resource 67abc0ea-8d7d-4300-aa7b-c0b29fa355d5 (type: security_group_rules) to 0 2026-04-20 15:13:35.485 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfea0b07-e7da-48d3-97eb-b0d1bb53d2b9 239ecf5658924af7a4ae8fc7fca10870 07238ea00a7f4022a408afb1869a6a13 - - default default] Successfully bumped revision number for resource 4f9f991c-64b8-4b4f-8476-01aa7ebc40c0 (type: security_groups) to 1 2026-04-20 15:13:35.496 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfea0b07-e7da-48d3-97eb-b0d1bb53d2b9 239ecf5658924af7a4ae8fc7fca10870 07238ea00a7f4022a408afb1869a6a13 - - default default] Successfully bumped revision number for resource 2a51c8cb-4790-493b-9c08-52e06c511726 (type: security_group_rules) to 0 2026-04-20 15:13:35.507 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfea0b07-e7da-48d3-97eb-b0d1bb53d2b9 239ecf5658924af7a4ae8fc7fca10870 07238ea00a7f4022a408afb1869a6a13 - - default default] Successfully bumped revision number for resource cf08ad35-c2b3-4352-be38-84275cbd11b0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1123/2289] 10.0.0.154 () {34 vars in 684 bytes} [Mon Apr 20 15:13:35 2026] POST /v2.0/security-groups => generated 1603 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2290] 10.0.0.154 () {34 vars in 767 bytes} [Mon Apr 20 15:13:35 2026] PUT /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2291] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:13:35 2026] GET /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2292] 10.0.0.154 () {34 vars in 778 bytes} [Mon Apr 20 15:13:35 2026] PUT /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2293] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:13:35 2026] GET /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2294] 10.0.0.154 () {34 vars in 774 bytes} [Mon Apr 20 15:13:35 2026] PUT /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags/red => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2295] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:13:35 2026] GET /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2296] 10.0.0.154 () {34 vars in 796 bytes} [Mon Apr 20 15:13:35 2026] PUT /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2297] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:13:35 2026] GET /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2298] 10.0.0.154 () {34 vars in 767 bytes} [Mon Apr 20 15:13:36 2026] PUT /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2299] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:13:36 2026] GET /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/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: 1172/2300] 10.0.0.154 () {32 vars in 755 bytes} [Mon Apr 20 15:13:36 2026] GET /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:36.196 8 INFO neutron.api.v2.resource [None req-cd919efb-e4a5-47d6-9f9c-56f59bb0f28a 239ecf5658924af7a4ae8fc7fca10870 07238ea00a7f4022a408afb1869a6a13 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1129/2301] 10.0.0.154 () {32 vars in 759 bytes} [Mon Apr 20 15:13:36 2026] GET /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/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: 1173/2302] 10.0.0.154 () {32 vars in 758 bytes} [Mon Apr 20 15:13:36 2026] DELETE /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2303] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:13:36 2026] GET /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:13:36.337 7 INFO neutron.api.v2.resource [None req-0854d028-e63c-4842-8802-9aee4a4df4ef 239ecf5658924af7a4ae8fc7fca10870 07238ea00a7f4022a408afb1869a6a13 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1174/2304] 10.0.0.154 () {32 vars in 762 bytes} [Mon Apr 20 15:13:36 2026] DELETE /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2305] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:13:36 2026] DELETE /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags => 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: 1175/2306] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:13:36 2026] GET /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2307] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:36 2026] DELETE /v2.0/security-groups/4f9f991c-64b8-4b4f-8476-01aa7ebc40c0 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:36.801 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-afcae43e-b45d-4f9a-a255-c989cc6928ff 4378ff4675064832a7527d260dcb016b 39d0b9979d7a4d3ea10123f8c6844a1e - - default default] No more DHCP agents 2026-04-20 15:13:36.802 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-afcae43e-b45d-4f9a-a255-c989cc6928ff 4378ff4675064832a7527d260dcb016b 39d0b9979d7a4d3ea10123f8c6844a1e - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1132/2308] 10.0.0.154 () {34 vars in 676 bytes} [Mon Apr 20 15:13:36 2026] POST /v2.0/floatingips => generated 552 bytes in 642 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2309] 10.0.0.154 () {34 vars in 759 bytes} [Mon Apr 20 15:13:37 2026] PUT /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2310] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:13:37 2026] GET /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2311] 10.0.0.154 () {34 vars in 770 bytes} [Mon Apr 20 15:13:37 2026] PUT /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2312] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:13:37 2026] GET /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2313] 10.0.0.154 () {34 vars in 766 bytes} [Mon Apr 20 15:13:37 2026] PUT /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-20 15:13:37.375 7 INFO neutron.db.ovn_revision_numbers_db [None req-fe9a99e8-4b99-45b9-8e06-661f806a399d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4bbe22c8-fdbb-4888-a8c1-e64c115c3e21 (type: security_groups) to 1 2026-04-20 15:13:37.387 7 INFO neutron.db.ovn_revision_numbers_db [None req-fe9a99e8-4b99-45b9-8e06-661f806a399d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3c4f28e7-6027-4fb9-8520-4c9f3b1f7dd9 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1137/2314] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:13:37 2026] GET /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:13:37.400 7 INFO neutron.db.ovn_revision_numbers_db [None req-fe9a99e8-4b99-45b9-8e06-661f806a399d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 621395d3-f86f-4be6-b0ea-273fd284ce65 (type: security_group_rules) to 0 2026-04-20 15:13:37.413 7 INFO neutron.db.ovn_revision_numbers_db [None req-fe9a99e8-4b99-45b9-8e06-661f806a399d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 81d300e0-21ec-413b-9221-8eba97b82291 (type: security_group_rules) to 0 2026-04-20 15:13:37.426 7 INFO neutron.db.ovn_revision_numbers_db [None req-fe9a99e8-4b99-45b9-8e06-661f806a399d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource bf58589b-9a03-4f37-99c1-20121cee2f47 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1178/2315] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:37 2026] GET /v2.0/security-groups?tenant_id=47d0c6c300344e408b2f47a37f329ad1&name=default => generated 2929 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2316] 10.0.0.154 () {34 vars in 788 bytes} [Mon Apr 20 15:13:37 2026] PUT /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2317] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:13:37 2026] GET /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2318] 10.0.0.154 () {34 vars in 759 bytes} [Mon Apr 20 15:13:37 2026] PUT /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2319] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:13:37 2026] GET /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2320] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:13:37 2026] GET /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags/red => 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: 1139/2321] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:37 2026] DELETE /v2.0/security-groups/4bbe22c8-fdbb-4888-a8c1-e64c115c3e21 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:37.719 7 INFO neutron.api.v2.resource [None req-fd64be37-25a0-42aa-a290-c6f6c7880673 4378ff4675064832a7527d260dcb016b 39d0b9979d7a4d3ea10123f8c6844a1e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1183/2322] 10.0.0.154 () {32 vars in 751 bytes} [Mon Apr 20 15:13:37 2026] GET /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2323] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:13:37 2026] DELETE /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2324] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:13:37 2026] GET /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2325] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:37 2026] GET /v2.0/security-groups?tenant_id=07238ea00a7f4022a408afb1869a6a13&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:13:37.857 7 INFO neutron.api.v2.resource [None req-d15b7ab4-198c-499c-85de-d4ef51a4ecea 4378ff4675064832a7527d260dcb016b 39d0b9979d7a4d3ea10123f8c6844a1e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1185/2326] 10.0.0.154 () {32 vars in 754 bytes} [Mon Apr 20 15:13:37 2026] DELETE /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/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: 1186/2327] 10.0.0.154 () {32 vars in 742 bytes} [Mon Apr 20 15:13:37 2026] DELETE /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags => 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: 1187/2328] 10.0.0.154 () {32 vars in 739 bytes} [Mon Apr 20 15:13:37 2026] GET /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2329] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:37 2026] DELETE /v2.0/security-groups/68d56366-183c-41c7-b4e7-8ece2ab966c7 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:38.109 7 INFO neutron_taas.services.taas.taas_plugin [None req-9859baa8-a702-4fd3-8dc5-84da5e374eb5 4378ff4675064832a7527d260dcb016b 39d0b9979d7a4d3ea10123f8c6844a1e - - default default] TaaS: Handle Delete Port: 8fa02b15-32d1-4314-b95f-6b0051e849dc 2026-04-20 15:13:38.112 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9859baa8-a702-4fd3-8dc5-84da5e374eb5 4378ff4675064832a7527d260dcb016b 39d0b9979d7a4d3ea10123f8c6844a1e - - default default] Tap Mirror: Handle Delete Port: 8fa02b15-32d1-4314-b95f-6b0051e849dc [pid: 7|app: 0|req: 1188/2330] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:13:37 2026] DELETE /v2.0/floatingips/5d629349-5fb7-4456-beba-3305cfebc85a => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:39.179 8 INFO neutron.db.ovn_revision_numbers_db [None req-2de4079e-61f3-41eb-9f9c-58c0da8c2d51 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 46a4b050-dbae-4ce5-9148-593c30826011 (type: security_groups) to 1 2026-04-20 15:13:39.193 8 INFO neutron.db.ovn_revision_numbers_db [None req-2de4079e-61f3-41eb-9f9c-58c0da8c2d51 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2ad66489-d7e5-4221-af54-5e0974370954 (type: security_group_rules) to 0 2026-04-20 15:13:39.209 8 INFO neutron.db.ovn_revision_numbers_db [None req-2de4079e-61f3-41eb-9f9c-58c0da8c2d51 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 47175b4c-7336-4edb-ad9d-f63accceeedf (type: security_group_rules) to 0 2026-04-20 15:13:39.220 8 INFO neutron.db.ovn_revision_numbers_db [None req-2de4079e-61f3-41eb-9f9c-58c0da8c2d51 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 91d4f5f8-2078-4a97-87d0-928e6433278a (type: security_group_rules) to 0 2026-04-20 15:13:39.232 8 INFO neutron.db.ovn_revision_numbers_db [None req-2de4079e-61f3-41eb-9f9c-58c0da8c2d51 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f9a681a1-b547-4ed3-b0d5-e153096f7161 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1143/2331] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:38 2026] GET /v2.0/security-groups?tenant_id=39d0b9979d7a4d3ea10123f8c6844a1e&name=default => generated 2929 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2332] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:39 2026] DELETE /v2.0/security-groups/46a4b050-dbae-4ce5-9148-593c30826011 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:39.805 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1c9d882-88e1-48b2-b0a1-add80be51ffb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource bbc73e22-dae3-4da4-97ff-45b7556f70c1 (type: security_groups) to 1 2026-04-20 15:13:39.818 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1c9d882-88e1-48b2-b0a1-add80be51ffb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7e6c19cd-abf5-4619-9907-ce6f9dbd3102 (type: security_group_rules) to 0 2026-04-20 15:13:39.833 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1c9d882-88e1-48b2-b0a1-add80be51ffb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource dde3d5d3-e3f1-4aa5-8bf5-ac6d2559242c (type: security_group_rules) to 0 2026-04-20 15:13:39.846 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1c9d882-88e1-48b2-b0a1-add80be51ffb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e30ace7c-ec6d-4428-89f0-fdcc07da5661 (type: security_group_rules) to 0 2026-04-20 15:13:39.856 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1c9d882-88e1-48b2-b0a1-add80be51ffb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e53bb3b7-c7ee-4105-8c07-172751363d03 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1144/2333] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:39 2026] GET /v2.0/security-groups?tenant_id=08c51f0d1ec140478743023fe08daf7d&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2334] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:39 2026] DELETE /v2.0/security-groups/bbc73e22-dae3-4da4-97ff-45b7556f70c1 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:41.607 8 INFO neutron.db.ovn_revision_numbers_db [None req-223ad398-6632-4e00-a266-f4bf2776e680 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] Successfully bumped revision number for resource 8ad7ba03-a765-4518-8e32-09478128b738 (type: security_groups) to 1 2026-04-20 15:13:41.620 8 INFO neutron.db.ovn_revision_numbers_db [None req-223ad398-6632-4e00-a266-f4bf2776e680 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] Successfully bumped revision number for resource 36163a96-c1a6-4055-87e7-d0267d2ff6b4 (type: security_group_rules) to 0 2026-04-20 15:13:41.634 8 INFO neutron.db.ovn_revision_numbers_db [None req-223ad398-6632-4e00-a266-f4bf2776e680 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] Successfully bumped revision number for resource 3e03bbcc-a4ab-4c5e-b060-4edea3f66797 (type: security_group_rules) to 0 2026-04-20 15:13:41.649 8 INFO neutron.db.ovn_revision_numbers_db [None req-223ad398-6632-4e00-a266-f4bf2776e680 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] Successfully bumped revision number for resource 472980fc-e3eb-452b-acb9-ac4d03855c6c (type: security_group_rules) to 0 2026-04-20 15:13:41.662 8 INFO neutron.db.ovn_revision_numbers_db [None req-223ad398-6632-4e00-a266-f4bf2776e680 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] Successfully bumped revision number for resource b9e6bf36-1853-4e47-8401-d6e5273189da (type: security_group_rules) to 0 2026-04-20 15:13:41.742 8 INFO neutron.db.segments_db [None req-223ad398-6632-4e00-a266-f4bf2776e680 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] Added segment 8b10ba24-ff3c-4a59-bf80-addca0b889f9 of type geneve for network fa4e897b-adcd-403c-bd14-14f4fe8282cb 2026-04-20 15:13:41.875 8 INFO neutron.db.ovn_revision_numbers_db [None req-223ad398-6632-4e00-a266-f4bf2776e680 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] Successfully bumped revision number for resource fa4e897b-adcd-403c-bd14-14f4fe8282cb (type: networks) to 1 2026-04-20 15:13:42.054 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-223ad398-6632-4e00-a266-f4bf2776e680 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] No more DHCP agents 2026-04-20 15:13:42.056 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-223ad398-6632-4e00-a266-f4bf2776e680 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] Unable to schedule network fa4e897b-adcd-403c-bd14-14f4fe8282cb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:42.116 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-543d6677-4e75-4ec9-80ef-eeead870a54f - - - - - -] OVN reports status down for port: 120caf66-6672-49c7-abe2-2a263f6a049f 2026-04-20 15:13:42.139 8 INFO neutron.db.ovn_revision_numbers_db [None req-223ad398-6632-4e00-a266-f4bf2776e680 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] Successfully bumped revision number for resource 120caf66-6672-49c7-abe2-2a263f6a049f (type: ports) to 1 [pid: 8|app: 0|req: 1145/2335] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:13:41 2026] POST /v2.0/networks => generated 651 bytes in 867 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:13:42.399 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-86cd9961-2e60-46c4-a5f6-47a912e73f37 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] No more DHCP agents 2026-04-20 15:13:42.401 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-86cd9961-2e60-46c4-a5f6-47a912e73f37 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] Unable to schedule network fa4e897b-adcd-403c-bd14-14f4fe8282cb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:42.476 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6a3d9855-ed33-40fb-b743-615434d4ad1e - - - - - -] OVN reports status down for port: 22959c40-4f94-4ad7-82fe-7a1e6303ee6e 2026-04-20 15:13:42.501 7 INFO neutron.db.ovn_revision_numbers_db [None req-86cd9961-2e60-46c4-a5f6-47a912e73f37 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] Successfully bumped revision number for resource 22959c40-4f94-4ad7-82fe-7a1e6303ee6e (type: ports) to 1 [pid: 7|app: 0|req: 1191/2336] 10.0.0.154 () {34 vars in 664 bytes} [Mon Apr 20 15:13:42 2026] POST /v2.0/ports => generated 743 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2337] 10.0.0.154 () {34 vars in 666 bytes} [Mon Apr 20 15:13:42 2026] POST /v2.0/trunks => generated 409 bytes in 183 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: 1192/2338] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:13:42 2026] PUT /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2339] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:13:42 2026] GET /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2340] 10.0.0.154 () {34 vars in 760 bytes} [Mon Apr 20 15:13:42 2026] PUT /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2341] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:13:42 2026] GET /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2342] 10.0.0.154 () {34 vars in 756 bytes} [Mon Apr 20 15:13:42 2026] PUT /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2343] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:13:42 2026] GET /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2344] 10.0.0.154 () {34 vars in 778 bytes} [Mon Apr 20 15:13:42 2026] PUT /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/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: 8|app: 0|req: 1150/2345] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/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: 1196/2346] 10.0.0.154 () {34 vars in 749 bytes} [Mon Apr 20 15:13:43 2026] PUT /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/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: 1151/2347] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/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: 1197/2348] 10.0.0.154 () {32 vars in 737 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:43.172 8 INFO neutron.api.v2.resource [None req-603e0b25-974b-4b3a-9ed7-07f2ce765670 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1152/2349] 10.0.0.154 () {32 vars in 741 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2350] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:43 2026] DELETE /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2351] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:13:43.271 8 INFO neutron.api.v2.resource [None req-771ab609-4815-40a1-9507-685a136231c7 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1155/2352] 10.0.0.154 () {32 vars in 744 bytes} [Mon Apr 20 15:13:43 2026] DELETE /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2353] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:13:43 2026] DELETE /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2354] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af/tags => 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: 1158/2355] 10.0.0.154 () {32 vars in 719 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af => generated 409 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2356] 10.0.0.154 () {34 vars in 678 bytes} [Mon Apr 20 15:13:43 2026] POST /v2.0/qos/policies => generated 359 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2357] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:13:43 2026] PUT /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2358] 10.0.0.154 () {32 vars in 717 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/ports/22959c40-4f94-4ad7-82fe-7a1e6303ee6e => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2359] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2360] 10.0.0.154 () {32 vars in 722 bytes} [Mon Apr 20 15:13:43 2026] DELETE /v2.0/trunks/7ebe3915-284b-4136-96e0-8e002ee9a2af => 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: 1201/2361] 10.0.0.154 () {34 vars in 764 bytes} [Mon Apr 20 15:13:43 2026] PUT /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2362] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:13:43.615 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ce38fa0-50ef-41d0-8716-b31c135c7334 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] TaaS: Handle Delete Port: 22959c40-4f94-4ad7-82fe-7a1e6303ee6e 2026-04-20 15:13:43.618 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ce38fa0-50ef-41d0-8716-b31c135c7334 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] Tap Mirror: Handle Delete Port: 22959c40-4f94-4ad7-82fe-7a1e6303ee6e [pid: 7|app: 0|req: 1203/2363] 10.0.0.154 () {34 vars in 760 bytes} [Mon Apr 20 15:13:43 2026] PUT /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/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: 1204/2364] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2365] 10.0.0.154 () {34 vars in 782 bytes} [Mon Apr 20 15:13:43 2026] PUT /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2366] 10.0.0.154 () {32 vars in 720 bytes} [Mon Apr 20 15:13:43 2026] DELETE /v2.0/ports/22959c40-4f94-4ad7-82fe-7a1e6303ee6e => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2367] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/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: 1207/2368] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:13:43 2026] PUT /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2369] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:13:43.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-2476bd5a-9195-4546-a186-31157eb95de7 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] TaaS: Handle Delete Port: 120caf66-6672-49c7-abe2-2a263f6a049f 2026-04-20 15:13:43.873 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2476bd5a-9195-4546-a186-31157eb95de7 a8f7da289fef4c3cbdc361ff018972d0 462e339670724424aca27bc84e00646d - - default default] Tap Mirror: Handle Delete Port: 120caf66-6672-49c7-abe2-2a263f6a049f [pid: 7|app: 0|req: 1209/2370] 10.0.0.154 () {32 vars in 741 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:43.907 7 INFO neutron.api.v2.resource [None req-1f1f0486-8d77-48b1-b8e2-8afe274b11f9 63a37c8293b54902a0698c56f96a6689 f73d62926be5460d936d1a8a07a73d80 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1210/2371] 10.0.0.154 () {32 vars in 745 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/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: 1211/2372] 10.0.0.154 () {32 vars in 744 bytes} [Mon Apr 20 15:13:43 2026] DELETE /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/tags/red => 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: 1212/2373] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:13:43 2026] GET /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:13:44.033 7 INFO neutron.api.v2.resource [None req-e3781b74-474f-40e9-9dec-8554ce825dd8 63a37c8293b54902a0698c56f96a6689 f73d62926be5460d936d1a8a07a73d80 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1213/2374] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:13:43 2026] DELETE /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2375] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:13:44 2026] DELETE /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/tags => 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: 1162/2376] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:13:43 2026] DELETE /v2.0/networks/fa4e897b-adcd-403c-bd14-14f4fe8282cb => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2377] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:13:44 2026] GET /v2.0/policies/65fac147-6e6a-42d3-93f3-2d7504f91538/tags => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:13:44.192 8 INFO neutron.services.segments.plugin [-] Segment 8b10ba24-ff3c-4a59-bf80-addca0b889f9 resource provider aggregate not found [pid: 8|app: 0|req: 1163/2378] 10.0.0.154 () {32 vars in 734 bytes} [Mon Apr 20 15:13:44 2026] DELETE /v2.0/qos/policies/65fac147-6e6a-42d3-93f3-2d7504f91538 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:44.201 8 INFO neutron.services.segments.plugin [-] Segment 8b10ba24-ff3c-4a59-bf80-addca0b889f9 resource provider aggregate not found 2026-04-20 15:13:44.207 8 INFO neutron.services.segments.plugin [-] Segment 8b10ba24-ff3c-4a59-bf80-addca0b889f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b10ba24-ff3c-4a59-bf80-addca0b889f9 found for delete ", "request_id": "req-607a23f0-eac3-4a41-819f-0c01ac76cf37"}]} 2026-04-20 15:13:44.219 8 INFO neutron.services.segments.plugin [-] Segment 8b10ba24-ff3c-4a59-bf80-addca0b889f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b10ba24-ff3c-4a59-bf80-addca0b889f9 found for delete ", "request_id": "req-7ed0a580-fc80-480c-906a-ec7f924ebc68"}]} 2026-04-20 15:13:44.972 8 INFO neutron.db.ovn_revision_numbers_db [None req-c1832de8-ec6b-4338-8436-23279a958be6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c37fb78d-cd89-4be2-835e-502fa0c37bfb (type: security_groups) to 1 2026-04-20 15:13:44.983 8 INFO neutron.db.ovn_revision_numbers_db [None req-c1832de8-ec6b-4338-8436-23279a958be6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3157ec3e-ef51-4357-8c7a-7621f43ea95a (type: security_group_rules) to 0 2026-04-20 15:13:44.994 8 INFO neutron.db.ovn_revision_numbers_db [None req-c1832de8-ec6b-4338-8436-23279a958be6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 88e77c20-090c-46b1-bc3d-c951898399e4 (type: security_group_rules) to 0 2026-04-20 15:13:45.014 8 INFO neutron.db.ovn_revision_numbers_db [None req-c1832de8-ec6b-4338-8436-23279a958be6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource db1de525-58d2-4a86-9df5-b15e4da32be9 (type: security_group_rules) to 0 2026-04-20 15:13:45.018 7 INFO neutron.db.ovn_revision_numbers_db [None req-52b04839-fa4a-44ab-9850-cbf17799d522 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4a6edb0e-be59-4d8c-bfb9-26eeb04195a6 (type: security_groups) to 1 2026-04-20 15:13:45.029 7 INFO neutron.db.ovn_revision_numbers_db [None req-52b04839-fa4a-44ab-9850-cbf17799d522 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 1372bbfe-3add-4b29-86e1-085af5d7440a (type: security_group_rules) to 0 2026-04-20 15:13:45.030 8 INFO neutron.db.ovn_revision_numbers_db [None req-c1832de8-ec6b-4338-8436-23279a958be6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f6b24c7b-c569-47a2-b9c0-507a85091117 (type: security_group_rules) to 0 2026-04-20 15:13:45.042 7 INFO neutron.db.ovn_revision_numbers_db [None req-52b04839-fa4a-44ab-9850-cbf17799d522 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2f3c146f-45ea-415d-ba58-232a36b8e0a9 (type: security_group_rules) to 0 2026-04-20 15:13:45.054 7 INFO neutron.db.ovn_revision_numbers_db [None req-52b04839-fa4a-44ab-9850-cbf17799d522 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 69bc4637-a5b1-4313-a138-fbd0c9b6c6ae (type: security_group_rules) to 0 2026-04-20 15:13:45.065 7 INFO neutron.db.ovn_revision_numbers_db [None req-52b04839-fa4a-44ab-9850-cbf17799d522 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 91a59985-9198-4bd3-bf7b-e5a466603bea (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1164/2379] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:44 2026] GET /v2.0/security-groups?tenant_id=33fddd50a4cf49ab8bb5d11f6594f267&name=default => generated 2929 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2380] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:44 2026] GET /v2.0/security-groups?tenant_id=f73d62926be5460d936d1a8a07a73d80&name=default => generated 2929 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2381] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:45 2026] DELETE /v2.0/security-groups/c37fb78d-cd89-4be2-835e-502fa0c37bfb => generated 0 bytes in 212 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2382] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:45 2026] DELETE /v2.0/security-groups/4a6edb0e-be59-4d8c-bfb9-26eeb04195a6 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2383] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:45 2026] GET /v2.0/security-groups?tenant_id=462e339670724424aca27bc84e00646d&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:13:45.627 8 INFO neutron.db.ovn_revision_numbers_db [None req-e40b16f9-9022-41ed-968a-2768850f9c82 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fa175b8c-b9b5-48ea-882b-ab6f8d2d8256 (type: security_groups) to 1 2026-04-20 15:13:45.646 8 INFO neutron.db.ovn_revision_numbers_db [None req-e40b16f9-9022-41ed-968a-2768850f9c82 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 27193fe7-9da8-4837-a883-a892a23327f7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1218/2384] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:45 2026] DELETE /v2.0/security-groups/8ad7ba03-a765-4518-8e32-09478128b738 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:45.663 8 INFO neutron.db.ovn_revision_numbers_db [None req-e40b16f9-9022-41ed-968a-2768850f9c82 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 88fe9d95-5024-4ebd-b3ea-49da487ab253 (type: security_group_rules) to 0 2026-04-20 15:13:45.677 8 INFO neutron.db.ovn_revision_numbers_db [None req-e40b16f9-9022-41ed-968a-2768850f9c82 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 91c62c89-3af0-4b0b-a167-2dfd24857239 (type: security_group_rules) to 0 2026-04-20 15:13:45.689 8 INFO neutron.db.ovn_revision_numbers_db [None req-e40b16f9-9022-41ed-968a-2768850f9c82 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ae8d21a5-770f-4f12-9183-64d660e3d3cb (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1167/2385] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:45 2026] GET /v2.0/security-groups?tenant_id=97443b60aafe42f3ad41a03b97fb2228&name=default => generated 2929 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2386] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:45 2026] DELETE /v2.0/security-groups/fa175b8c-b9b5-48ea-882b-ab6f8d2d8256 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:49.104 8 INFO neutron.db.ovn_revision_numbers_db [None req-afb59fe7-8b4b-42de-be0a-cb862ad72ba6 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 769d4018-f766-4020-b86b-694d683b6a61 (type: security_groups) to 1 2026-04-20 15:13:49.115 8 INFO neutron.db.ovn_revision_numbers_db [None req-afb59fe7-8b4b-42de-be0a-cb862ad72ba6 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 06b67fd4-e509-4707-ac5a-e16c85d4c840 (type: security_group_rules) to 0 2026-04-20 15:13:49.126 8 INFO neutron.db.ovn_revision_numbers_db [None req-afb59fe7-8b4b-42de-be0a-cb862ad72ba6 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 0a9b77db-7cec-4d57-bb39-13fda9ed0265 (type: security_group_rules) to 0 2026-04-20 15:13:49.138 8 INFO neutron.db.ovn_revision_numbers_db [None req-afb59fe7-8b4b-42de-be0a-cb862ad72ba6 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 4b742d64-8a6d-4aff-9eff-3d8e79965498 (type: security_group_rules) to 0 2026-04-20 15:13:49.150 8 INFO neutron.db.ovn_revision_numbers_db [None req-afb59fe7-8b4b-42de-be0a-cb862ad72ba6 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 95bf7c89-15ca-4899-b673-a2a563bc9942 (type: security_group_rules) to 0 2026-04-20 15:13:49.234 8 INFO neutron.db.segments_db [None req-afb59fe7-8b4b-42de-be0a-cb862ad72ba6 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Added segment 454f24b3-557b-44f0-9ef3-977d9cd74c81 of type geneve for network 4e92b0ab-6adb-4067-acff-36cd8ebfbcbb 2026-04-20 15:13:49.369 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f36c49c-0122-44dc-ad28-4b07fcbf5046 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Successfully bumped revision number for resource 8895bce4-e654-4d76-b8b6-83181faa8af7 (type: security_groups) to 1 2026-04-20 15:13:49.376 8 INFO neutron.db.ovn_revision_numbers_db [None req-afb59fe7-8b4b-42de-be0a-cb862ad72ba6 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 4e92b0ab-6adb-4067-acff-36cd8ebfbcbb (type: networks) to 1 2026-04-20 15:13:49.381 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f36c49c-0122-44dc-ad28-4b07fcbf5046 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Successfully bumped revision number for resource 0d3aa46a-c3af-48e1-85cf-8cae1328d463 (type: security_group_rules) to 0 2026-04-20 15:13:49.392 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f36c49c-0122-44dc-ad28-4b07fcbf5046 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Successfully bumped revision number for resource 72a27d5f-b617-484a-ad77-b3a89a54ba60 (type: security_group_rules) to 0 2026-04-20 15:13:49.404 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f36c49c-0122-44dc-ad28-4b07fcbf5046 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Successfully bumped revision number for resource b366704e-0769-43fd-a80c-648234e5b2b2 (type: security_group_rules) to 0 2026-04-20 15:13:49.414 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f36c49c-0122-44dc-ad28-4b07fcbf5046 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Successfully bumped revision number for resource f5c01c77-2964-4491-8136-ba249b6f0aee (type: security_group_rules) to 0 2026-04-20 15:13:49.493 7 INFO neutron.db.segments_db [None req-5f36c49c-0122-44dc-ad28-4b07fcbf5046 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Added segment d9f78c8d-11c7-4ff4-b4d8-799b1d1e9678 of type geneve for network a5392951-0811-4e0a-b455-3390cadcb227 2026-04-20 15:13:49.543 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-afb59fe7-8b4b-42de-be0a-cb862ad72ba6 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:13:49.545 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-afb59fe7-8b4b-42de-be0a-cb862ad72ba6 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network 4e92b0ab-6adb-4067-acff-36cd8ebfbcbb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:49.601 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6a3d9855-ed33-40fb-b743-615434d4ad1e - - - - - -] OVN reports status down for port: 0a953230-7959-4ac5-a803-aeabce0626ba 2026-04-20 15:13:49.607 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f36c49c-0122-44dc-ad28-4b07fcbf5046 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Successfully bumped revision number for resource a5392951-0811-4e0a-b455-3390cadcb227 (type: networks) to 1 2026-04-20 15:13:49.667 8 INFO neutron.db.ovn_revision_numbers_db [None req-afb59fe7-8b4b-42de-be0a-cb862ad72ba6 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 0a953230-7959-4ac5-a803-aeabce0626ba (type: ports) to 1 [pid: 8|app: 0|req: 1169/2389] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:13:48 2026] POST /v2.0/networks => generated 644 bytes in 846 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:13:49.786 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5f36c49c-0122-44dc-ad28-4b07fcbf5046 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] No more DHCP agents 2026-04-20 15:13:49.787 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5f36c49c-0122-44dc-ad28-4b07fcbf5046 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Unable to schedule network a5392951-0811-4e0a-b455-3390cadcb227: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:49.838 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-543d6677-4e75-4ec9-80ef-eeead870a54f - - - - - -] OVN reports status down for port: e4179e7d-88c0-4657-9e47-1f791f367fde 2026-04-20 15:13:49.894 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f36c49c-0122-44dc-ad28-4b07fcbf5046 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Successfully bumped revision number for resource e4179e7d-88c0-4657-9e47-1f791f367fde (type: ports) to 1 2026-04-20 15:13:49.905 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-80b69aa6-7ffe-4135-85ad-aa705685afc3 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:13:49.906 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-80b69aa6-7ffe-4135-85ad-aa705685afc3 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network 4e92b0ab-6adb-4067-acff-36cd8ebfbcbb: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1221/2390] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:13:49 2026] POST /v2.0/networks => generated 651 bytes in 781 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:13:50.045 7 INFO neutron.db.segments_db [None req-7afb39e3-045f-45df-9142-38150670281b 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Added segment c964df3e-c651-4188-82a5-a03ba758f5f3 of type geneve for network b9b69171-f81f-473b-87b2-ba736ffb758d 2026-04-20 15:13:50.140 7 INFO neutron.db.ovn_revision_numbers_db [None req-7afb39e3-045f-45df-9142-38150670281b 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Successfully bumped revision number for resource b9b69171-f81f-473b-87b2-ba736ffb758d (type: networks) to 1 2026-04-20 15:13:50.328 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7afb39e3-045f-45df-9142-38150670281b 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] No more DHCP agents 2026-04-20 15:13:50.329 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7afb39e3-045f-45df-9142-38150670281b 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Unable to schedule network b9b69171-f81f-473b-87b2-ba736ffb758d: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:50.415 8 INFO neutron.db.ovn_revision_numbers_db [None req-114c87b4-cca1-4c11-9bfa-944e5c04fb5c - - - - - -] Successfully bumped revision number for resource 0a953230-7959-4ac5-a803-aeabce0626ba (type: ports) to 2 2026-04-20 15:13:50.423 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6a3d9855-ed33-40fb-b743-615434d4ad1e - - - - - -] OVN reports status down for port: 34725f7e-3b4e-4597-b1ee-edf7a5f5b2a7 2026-04-20 15:13:50.428 7 INFO neutron.db.ovn_revision_numbers_db [None req-7afb39e3-045f-45df-9142-38150670281b 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Successfully bumped revision number for resource 34725f7e-3b4e-4597-b1ee-edf7a5f5b2a7 (type: ports) to 1 [pid: 7|app: 0|req: 1222/2391] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:13:49 2026] POST /v2.0/networks => generated 650 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:13:50.471 8 INFO neutron.db.ovn_revision_numbers_db [None req-114c87b4-cca1-4c11-9bfa-944e5c04fb5c - - - - - -] Successfully bumped revision number for resource efcb5c74-17e7-4f25-98cf-aa5ab75c982b (type: subnets) to 0 [pid: 8|app: 0|req: 1170/2392] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:13:49 2026] POST /v2.0/subnets => generated 626 bytes in 789 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2393] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:13:50 2026] PUT /v2.0/networks/a5392951-0811-4e0a-b455-3390cadcb227/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2394] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:13:50 2026] GET /v2.0/networks/a5392951-0811-4e0a-b455-3390cadcb227/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2395] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:13:50 2026] PUT /v2.0/networks/b9b69171-f81f-473b-87b2-ba736ffb758d/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2396] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:13:50 2026] GET /v2.0/networks/b9b69171-f81f-473b-87b2-ba736ffb758d/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2397] 10.0.0.154 () {34 vars in 753 bytes} [Mon Apr 20 15:13:50 2026] PUT /v2.0/networks/b9b69171-f81f-473b-87b2-ba736ffb758d/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2398] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:13:50 2026] GET /v2.0/networks/b9b69171-f81f-473b-87b2-ba736ffb758d/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2399] 10.0.0.154 () {32 vars in 733 bytes} [Mon Apr 20 15:13:50 2026] GET /v2.0/networks/a5392951-0811-4e0a-b455-3390cadcb227/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:13:50.928 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ceb06f1a-dc34-4301-8bfd-0e3d65cf32b8 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:13:50.929 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ceb06f1a-dc34-4301-8bfd-0e3d65cf32b8 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:50.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-990094dd-f2b8-4459-b274-0d28638ccc14 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] TaaS: Handle Delete Port: e4179e7d-88c0-4657-9e47-1f791f367fde 2026-04-20 15:13:50.975 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-990094dd-f2b8-4459-b274-0d28638ccc14 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Tap Mirror: Handle Delete Port: e4179e7d-88c0-4657-9e47-1f791f367fde 2026-04-20 15:13:51.059 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-543d6677-4e75-4ec9-80ef-eeead870a54f - - - - - -] OVN reports status down for port: 11b37b77-81d9-409e-bc3f-77e3542b2119 2026-04-20 15:13:51.078 8 INFO neutron.db.ovn_revision_numbers_db [None req-ceb06f1a-dc34-4301-8bfd-0e3d65cf32b8 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 11b37b77-81d9-409e-bc3f-77e3542b2119 (type: ports) to 1 [pid: 7|app: 0|req: 1230/2400] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:13:50 2026] DELETE /v2.0/networks/a5392951-0811-4e0a-b455-3390cadcb227 => generated 0 bytes in 428 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:13:51.333 7 INFO neutron.services.segments.plugin [-] Segment d9f78c8d-11c7-4ff4-b4d8-799b1d1e9678 resource provider aggregate not found 2026-04-20 15:13:51.334 7 INFO neutron.services.segments.plugin [-] Segment d9f78c8d-11c7-4ff4-b4d8-799b1d1e9678 resource provider aggregate not found 2026-04-20 15:13:51.355 7 INFO neutron.services.segments.plugin [-] Segment d9f78c8d-11c7-4ff4-b4d8-799b1d1e9678 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9f78c8d-11c7-4ff4-b4d8-799b1d1e9678 found for delete ", "request_id": "req-759b7357-5bbb-4d37-b406-4644c30a3144"}]} 2026-04-20 15:13:51.360 7 INFO neutron.services.segments.plugin [-] Segment d9f78c8d-11c7-4ff4-b4d8-799b1d1e9678 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9f78c8d-11c7-4ff4-b4d8-799b1d1e9678 found for delete ", "request_id": "req-b349ccf1-811c-4b2a-9c03-12af1c65b561"}]} 2026-04-20 15:13:51.379 7 INFO neutron_taas.services.taas.taas_plugin [None req-d13964d1-160c-4dc5-a1f6-b085980790f9 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] TaaS: Handle Delete Port: 34725f7e-3b4e-4597-b1ee-edf7a5f5b2a7 2026-04-20 15:13:51.381 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d13964d1-160c-4dc5-a1f6-b085980790f9 280223dea22f466c81bd740dfb5eb321 6be026d07b8b4e74ad495f0560ddf76c - - default default] Tap Mirror: Handle Delete Port: 34725f7e-3b4e-4597-b1ee-edf7a5f5b2a7 [pid: 7|app: 0|req: 1231/2401] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:13:51 2026] DELETE /v2.0/networks/b9b69171-f81f-473b-87b2-ba736ffb758d => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:13:51.760 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-68662a2d-903c-427e-8ee5-cc055cd90a31 - - - - - -] Schedule LRP lrp-11b37b77-81d9-409e-bc3f-77e3542b2119 on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:13:51.818 8 INFO neutron.db.ovn_revision_numbers_db [None req-ceb06f1a-dc34-4301-8bfd-0e3d65cf32b8 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 11b37b77-81d9-409e-bc3f-77e3542b2119 (type: router_ports) to 1 2026-04-20 15:13:51.827 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-543d6677-4e75-4ec9-80ef-eeead870a54f - - - - - -] OVN reports status up for port: 11b37b77-81d9-409e-bc3f-77e3542b2119 2026-04-20 15:13:51.856 7 INFO neutron.plugins.ml2.plugin [None req-543d6677-4e75-4ec9-80ef-eeead870a54f - - - - - -] Attempt 1 to provision port 11b37b77-81d9-409e-bc3f-77e3542b2119 2026-04-20 15:13:51.904 8 INFO neutron.db.ovn_revision_numbers_db [None req-ceb06f1a-dc34-4301-8bfd-0e3d65cf32b8 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 97f594f6-1621-4256-8520-4f33c2517db9 (type: routers) to 2 [pid: 8|app: 0|req: 1171/2402] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:13:50 2026] POST /v2.0/routers => generated 935 bytes in 1430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:13:52.449 8 INFO neutron.db.ovn_revision_numbers_db [None req-3388d90e-ac57-4c7f-98ea-0d6654b9b880 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6356cfc9-9419-4370-886b-fd1f183d3820 (type: security_groups) to 1 2026-04-20 15:13:52.461 8 INFO neutron.db.ovn_revision_numbers_db [None req-3388d90e-ac57-4c7f-98ea-0d6654b9b880 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 53fc31d2-af70-4559-aa57-3d81748eeeb5 (type: security_group_rules) to 0 2026-04-20 15:13:52.462 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3701cb07-0211-4ac6-ba0d-2970a203ff60 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:13:52.463 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3701cb07-0211-4ac6-ba0d-2970a203ff60 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network 4e92b0ab-6adb-4067-acff-36cd8ebfbcbb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:52.472 8 INFO neutron.db.ovn_revision_numbers_db [None req-3388d90e-ac57-4c7f-98ea-0d6654b9b880 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6c589bdd-dcb0-4439-96a4-de6ee0c1cad3 (type: security_group_rules) to 0 2026-04-20 15:13:52.485 8 INFO neutron.db.ovn_revision_numbers_db [None req-3388d90e-ac57-4c7f-98ea-0d6654b9b880 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 8cd9bc1d-dca8-4f34-958e-bef365aefc25 (type: security_group_rules) to 0 2026-04-20 15:13:52.498 8 INFO neutron.db.ovn_revision_numbers_db [None req-3388d90e-ac57-4c7f-98ea-0d6654b9b880 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c32ed0e7-33a4-4352-a696-9c43cdc42f54 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1172/2403] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:52 2026] GET /v2.0/security-groups?tenant_id=bb57bad6717043c3b0bbd35d775c0241&name=default => generated 2929 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:13:52.578 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6a3d9855-ed33-40fb-b743-615434d4ad1e - - - - - -] OVN reports status down for port: b37b09c6-a8c9-4ab3-89df-b7968dd0bdc1 2026-04-20 15:13:52.593 7 INFO neutron.db.ovn_revision_numbers_db [None req-3701cb07-0211-4ac6-ba0d-2970a203ff60 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource b37b09c6-a8c9-4ab3-89df-b7968dd0bdc1 (type: ports) to 1 [pid: 8|app: 0|req: 1173/2404] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:52 2026] DELETE /v2.0/security-groups/6356cfc9-9419-4370-886b-fd1f183d3820 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2405] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:13:52 2026] GET /v2.0/security-groups?tenant_id=6be026d07b8b4e74ad495f0560ddf76c&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2406] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:13:52 2026] DELETE /v2.0/security-groups/8895bce4-e654-4d76-b8b6-83181faa8af7 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:13:53.244 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6a3d9855-ed33-40fb-b743-615434d4ad1e - - - - - -] OVN reports status up for port: b37b09c6-a8c9-4ab3-89df-b7968dd0bdc1 2026-04-20 15:13:53.255 8 INFO neutron.plugins.ml2.plugin [None req-6a3d9855-ed33-40fb-b743-615434d4ad1e - - - - - -] Attempt 1 to provision port b37b09c6-a8c9-4ab3-89df-b7968dd0bdc1 2026-04-20 15:13:53.303 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3701cb07-0211-4ac6-ba0d-2970a203ff60 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:13:53.305 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3701cb07-0211-4ac6-ba0d-2970a203ff60 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network 4e92b0ab-6adb-4067-acff-36cd8ebfbcbb: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:53.389 7 INFO neutron.services.segments.plugin [-] Segment c964df3e-c651-4188-82a5-a03ba758f5f3 resource provider aggregate not found 2026-04-20 15:13:53.390 7 INFO neutron.services.segments.plugin [-] Segment c964df3e-c651-4188-82a5-a03ba758f5f3 resource provider aggregate not found 2026-04-20 15:13:53.413 7 INFO neutron.services.segments.plugin [-] Segment c964df3e-c651-4188-82a5-a03ba758f5f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c964df3e-c651-4188-82a5-a03ba758f5f3 found for delete ", "request_id": "req-a2e35442-4ffc-43e4-89ae-12aeaa38a0ae"}]} 2026-04-20 15:13:53.416 7 INFO neutron.services.segments.plugin [-] Segment c964df3e-c651-4188-82a5-a03ba758f5f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c964df3e-c651-4188-82a5-a03ba758f5f3 found for delete ", "request_id": "req-3a8845d6-1796-44be-af82-27b225c1efdb"}]} 2026-04-20 15:13:53.581 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a3d9855-ed33-40fb-b743-615434d4ad1e - - - - - -] Successfully bumped revision number for resource b37b09c6-a8c9-4ab3-89df-b7968dd0bdc1 (type: ports) to 2 2026-04-20 15:13:53.678 7 INFO neutron.db.ovn_revision_numbers_db [None req-3701cb07-0211-4ac6-ba0d-2970a203ff60 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource b37b09c6-a8c9-4ab3-89df-b7968dd0bdc1 (type: router_ports) to 1 [pid: 7|app: 0|req: 1232/2407] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:13:51 2026] PUT /v2.0/routers/97f594f6-1621-4256-8520-4f33c2517db9/add_router_interface => generated 309 bytes in 1753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:13:54.347 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e9716674-fbcc-451d-b5b4-0669147ff9b8 - - - - - -] No more DHCP agents 2026-04-20 15:13:54.349 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e9716674-fbcc-451d-b5b4-0669147ff9b8 - - - - - -] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:54.502 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9716674-fbcc-451d-b5b4-0669147ff9b8 - - - - - -] Successfully bumped revision number for resource 8991299d-e66e-4201-ab74-42807eebf144 (type: ports) to 1 2026-04-20 15:13:54.754 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9716674-fbcc-451d-b5b4-0669147ff9b8 - - - - - -] Successfully bumped revision number for resource 8991299d-e66e-4201-ab74-42807eebf144 (type: ports) to 3 2026-04-20 15:13:54.816 8 INFO neutron.db.segments_db [None req-e9716674-fbcc-451d-b5b4-0669147ff9b8 - - - - - -] Added segment faf7021c-3f9c-463a-bb02-22d62f20f291 of type geneve for network 26ffa2d2-403a-4164-ad29-aaab0a44c2db 2026-04-20 15:13:54.957 8 INFO neutron.db.ovn_revision_numbers_db [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] Successfully bumped revision number for resource 26ffa2d2-403a-4164-ad29-aaab0a44c2db (type: networks) to 1 2026-04-20 15:13:55.103 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] No more DHCP agents 2026-04-20 15:13:55.104 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] Unable to schedule network 26ffa2d2-403a-4164-ad29-aaab0a44c2db: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:55.182 8 INFO neutron.db.ovn_revision_numbers_db [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] Successfully bumped revision number for resource 95aa1038-983c-4172-a139-863894548935 (type: ports) to 1 2026-04-20 15:13:55.326 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] No more DHCP agents 2026-04-20 15:13:55.328 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] Unable to schedule network 26ffa2d2-403a-4164-ad29-aaab0a44c2db: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:55.351 8 INFO neutron.db.ovn_revision_numbers_db [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] Successfully bumped revision number for resource 3f9698fa-126a-413c-bd8c-bfc1a98c6c1f (type: subnets) to 0 2026-04-20 15:13:55.802 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] No more DHCP agents 2026-04-20 15:13:55.803 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] Unable to schedule network 26ffa2d2-403a-4164-ad29-aaab0a44c2db: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:55.986 8 INFO neutron.db.ovn_revision_numbers_db [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] Successfully bumped revision number for resource 77b4375d-d138-4713-8af8-7ba413ceefae (type: ports) to 1 2026-04-20 15:13:57.167 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] No more DHCP agents 2026-04-20 15:13:57.168 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] Unable to schedule network 26ffa2d2-403a-4164-ad29-aaab0a44c2db: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:57.411 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-543d6677-4e75-4ec9-80ef-eeead870a54f - - - - - -] No hosting information found for port 11b37b77-81d9-409e-bc3f-77e3542b2119: RuntimeError: No hosting information found for port 11b37b77-81d9-409e-bc3f-77e3542b2119 2026-04-20 15:13:57.411 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-543d6677-4e75-4ec9-80ef-eeead870a54f - - - - - -] OVN reports status down for port: 95aa1038-983c-4172-a139-863894548935 2026-04-20 15:13:57.470 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-543d6677-4e75-4ec9-80ef-eeead870a54f - - - - - -] OVN reports status down for port: 77b4375d-d138-4713-8af8-7ba413ceefae 2026-04-20 15:13:57.525 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-543d6677-4e75-4ec9-80ef-eeead870a54f - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:13:57.526 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-543d6677-4e75-4ec9-80ef-eeead870a54f - - - - - -] OVN reports status up for port: 77b4375d-d138-4713-8af8-7ba413ceefae 2026-04-20 15:13:57.536 7 INFO neutron.plugins.ml2.plugin [None req-543d6677-4e75-4ec9-80ef-eeead870a54f - - - - - -] Attempt 1 to provision port 77b4375d-d138-4713-8af8-7ba413ceefae 2026-04-20 15:13:57.621 8 INFO neutron.db.ovn_revision_numbers_db [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] Successfully bumped revision number for resource 77b4375d-d138-4713-8af8-7ba413ceefae (type: router_ports) to 1 2026-04-20 15:13:57.809 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] No more DHCP agents 2026-04-20 15:13:57.810 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] Unable to schedule network 26ffa2d2-403a-4164-ad29-aaab0a44c2db: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:13:57.956 8 INFO neutron.db.ovn_revision_numbers_db [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] Successfully bumped revision number for resource 93528324-5372-474a-af1d-89c34dcc8dec (type: ports) to 1 2026-04-20 15:13:58.001 7 INFO neutron.db.ovn_revision_numbers_db [None req-543d6677-4e75-4ec9-80ef-eeead870a54f - - - - - -] Successfully bumped revision number for resource 77b4375d-d138-4713-8af8-7ba413ceefae (type: ports) to 2 2026-04-20 15:13:58.176 8 INFO neutron.db.ovn_revision_numbers_db [None req-58647519-7fd5-418e-a173-8e60edf30d91 - - - - - -] Successfully bumped revision number for resource 93528324-5372-474a-af1d-89c34dcc8dec (type: ports) to 3 [pid: 8|app: 0|req: 1176/2408] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:13:53 2026] POST /v2.0/vpn/vpnservices => generated 458 bytes in 4710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:13:58.576 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-172fca09-c75e-4c66-803a-5713a3335121 - - - - - -] No hosting information found for port b37b09c6-a8c9-4ab3-89df-b7968dd0bdc1: RuntimeError: No hosting information found for port b37b09c6-a8c9-4ab3-89df-b7968dd0bdc1 2026-04-20 15:13:58.641 8 INFO neutron.db.ovn_revision_numbers_db [None req-172fca09-c75e-4c66-803a-5713a3335121 - - - - - -] Successfully bumped revision number for resource b37b09c6-a8c9-4ab3-89df-b7968dd0bdc1 (type: router_ports) to 2 2026-04-20 15:13:58.642 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-172fca09-c75e-4c66-803a-5713a3335121 - - - - - -] OVN reports status down for port: 8991299d-e66e-4201-ab74-42807eebf144 2026-04-20 15:13:58.692 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-172fca09-c75e-4c66-803a-5713a3335121 - - - - - -] OVN reports status down for port: 93528324-5372-474a-af1d-89c34dcc8dec [pid: 7|app: 0|req: 1233/2409] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:13:58 2026] POST /v2.0/vpn/vpnservices => generated 424 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2410] 10.0.0.154 () {34 vars in 684 bytes} [Mon Apr 20 15:13:58 2026] POST /v2.0/vpn/ikepolicies => generated 404 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2411] 10.0.0.154 () {34 vars in 688 bytes} [Mon Apr 20 15:13:58 2026] POST /v2.0/vpn/ipsecpolicies => generated 411 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2412] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:13:59 2026] POST /v2.0/vpn/endpoint-groups => generated 328 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2413] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:13:59 2026] POST /v2.0/vpn/endpoint-groups => generated 319 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:13:59.786 8 INFO neutron.db.ovn_revision_numbers_db [None req-94a829c1-4fff-4de5-8232-aced38db212b f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 97f594f6-1621-4256-8520-4f33c2517db9 (type: routers) to 5 [pid: 8|app: 0|req: 1179/2414] 10.0.0.154 () {34 vars in 707 bytes} [Mon Apr 20 15:13:59 2026] POST /v2.0/vpn/ipsec-site-connections => generated 803 bytes in 661 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2415] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:13:59 2026] POST /v2.0/vpn/endpoint-groups => generated 289 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2416] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:13:59 2026] DELETE /v2.0/vpn/endpoint-groups/fc222887-ac70-45e1-822c-a7257e12af21 => 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: 1237/2417] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:13:59 2026] GET /v2.0/vpn/endpoint-groups => generated 632 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2418] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:13:59 2026] GET /v2.0/vpn/endpoint-groups => generated 632 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2419] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:14:00 2026] POST /v2.0/vpn/ikepolicies => generated 402 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2420] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:14:00 2026] GET /v2.0/vpn/ikepolicies => generated 797 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2421] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:14:00 2026] DELETE /v2.0/vpn/ikepolicies/23c14f8a-9aba-4283-a0c7-939925a53a44 => 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: 1183/2422] 10.0.0.154 () {34 vars in 689 bytes} [Mon Apr 20 15:14:00 2026] POST /v2.0/vpn/ipsecpolicies => generated 412 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2423] 10.0.0.154 () {32 vars in 667 bytes} [Mon Apr 20 15:14:00 2026] GET /v2.0/vpn/ipsecpolicies => generated 812 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2424] 10.0.0.154 () {32 vars in 744 bytes} [Mon Apr 20 15:14:00 2026] DELETE /v2.0/vpn/ipsecpolicies/7ebbd130-3bae-487e-ab2f-20192fb7f71d => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:14:00.910 7 INFO neutron.db.segments_db [None req-76c8df85-f4e7-43bc-96c1-d4a68c437601 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Added segment aaa23e0d-a1fa-4ec3-9aff-57a4a8d2b7ce of type geneve for network a451fe4e-30d9-4b3a-8b87-d6ea9d03f7d0 2026-04-20 15:14:01.045 7 INFO neutron.db.ovn_revision_numbers_db [None req-76c8df85-f4e7-43bc-96c1-d4a68c437601 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource a451fe4e-30d9-4b3a-8b87-d6ea9d03f7d0 (type: networks) to 1 2026-04-20 15:14:01.227 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-76c8df85-f4e7-43bc-96c1-d4a68c437601 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:14:01.229 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-76c8df85-f4e7-43bc-96c1-d4a68c437601 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network a451fe4e-30d9-4b3a-8b87-d6ea9d03f7d0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:01.318 7 INFO neutron.db.ovn_revision_numbers_db [None req-76c8df85-f4e7-43bc-96c1-d4a68c437601 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource c4520667-d671-41b0-9c9e-c68a80200313 (type: ports) to 1 [pid: 7|app: 0|req: 1241/2425] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:14:00 2026] POST /v2.0/networks => generated 651 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:01.545 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-81694e11-4f07-4fcc-a43b-a56e9ec98e4f f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:14:01.547 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-81694e11-4f07-4fcc-a43b-a56e9ec98e4f f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network a451fe4e-30d9-4b3a-8b87-d6ea9d03f7d0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:02.034 8 INFO neutron.db.ovn_revision_numbers_db [None req-7d9abc0e-58b7-44c0-b592-6baf51581f8e - - - - - -] Successfully bumped revision number for resource c4520667-d671-41b0-9c9e-c68a80200313 (type: ports) to 2 2026-04-20 15:14:02.073 8 INFO neutron.db.ovn_revision_numbers_db [None req-7d9abc0e-58b7-44c0-b592-6baf51581f8e - - - - - -] Successfully bumped revision number for resource 615d8b21-4b0d-4451-8041-188b6b2a176b (type: subnets) to 0 [pid: 8|app: 0|req: 1185/2428] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:14:01 2026] POST /v2.0/subnets => generated 629 bytes in 748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:02.122 7 INFO neutron.db.ovn_revision_numbers_db [None req-a168d5d6-b038-4843-9201-ff034c99f23d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 10471c9e-3f60-42bd-a73c-9a399dad4131 (type: security_groups) to 1 2026-04-20 15:14:02.138 7 INFO neutron.db.ovn_revision_numbers_db [None req-a168d5d6-b038-4843-9201-ff034c99f23d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 289462b1-17c1-4ab1-b1ef-d09fe9cd846d (type: security_group_rules) to 0 2026-04-20 15:14:02.151 7 INFO neutron.db.ovn_revision_numbers_db [None req-a168d5d6-b038-4843-9201-ff034c99f23d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 4c827218-8376-47d8-8594-02a46718e961 (type: security_group_rules) to 0 2026-04-20 15:14:02.164 7 INFO neutron.db.ovn_revision_numbers_db [None req-a168d5d6-b038-4843-9201-ff034c99f23d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 66c50adb-2e0a-405d-b12f-cbf8108969f8 (type: security_group_rules) to 0 2026-04-20 15:14:02.175 7 INFO neutron.db.ovn_revision_numbers_db [None req-a168d5d6-b038-4843-9201-ff034c99f23d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource f67b41a7-adaf-48ca-ad1b-f59fba4c96d1 (type: security_group_rules) to 0 2026-04-20 15:14:02.273 7 INFO neutron.db.segments_db [None req-a168d5d6-b038-4843-9201-ff034c99f23d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Added segment 86a41530-52af-47c7-b84d-a52156b91167 of type geneve for network f6b3d458-d386-4aec-924f-8e81d4f18baa 2026-04-20 15:14:02.400 7 INFO neutron.db.ovn_revision_numbers_db [None req-a168d5d6-b038-4843-9201-ff034c99f23d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource f6b3d458-d386-4aec-924f-8e81d4f18baa (type: networks) to 1 2026-04-20 15:14:02.581 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-490f4bba-6ae4-4c60-a237-5c83606c473a f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:14:02.582 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-490f4bba-6ae4-4c60-a237-5c83606c473a f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:02.616 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a168d5d6-b038-4843-9201-ff034c99f23d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:02.617 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a168d5d6-b038-4843-9201-ff034c99f23d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network f6b3d458-d386-4aec-924f-8e81d4f18baa: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:02.715 7 INFO neutron.db.ovn_revision_numbers_db [None req-a168d5d6-b038-4843-9201-ff034c99f23d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource ac85750e-8fe5-4ea8-823d-5b0e187a97a8 (type: ports) to 1 2026-04-20 15:14:02.716 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-172fca09-c75e-4c66-803a-5713a3335121 - - - - - -] OVN reports status down for port: b1c41cdb-5ea7-4997-9b69-d92a3b0f5739 [pid: 7|app: 0|req: 1244/2429] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:14:01 2026] POST /v2.0/networks => generated 659 bytes in 922 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:02.784 8 INFO neutron.db.ovn_revision_numbers_db [None req-490f4bba-6ae4-4c60-a237-5c83606c473a f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource b1c41cdb-5ea7-4997-9b69-d92a3b0f5739 (type: ports) to 1 2026-04-20 15:14:02.959 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-55a76758-2504-43b4-be4c-e7b25b0ddd75 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:02.960 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-55a76758-2504-43b4-be4c-e7b25b0ddd75 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network f6b3d458-d386-4aec-924f-8e81d4f18baa: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:03.406 7 INFO neutron.db.ovn_revision_numbers_db [None req-02c9101c-3c96-4cbf-b92e-2c3815f54a85 - - - - - -] Successfully bumped revision number for resource ac85750e-8fe5-4ea8-823d-5b0e187a97a8 (type: ports) to 2 2026-04-20 15:14:03.426 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-68662a2d-903c-427e-8ee5-cc055cd90a31 - - - - - -] Schedule LRP lrp-b1c41cdb-5ea7-4997-9b69-d92a3b0f5739 on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:14:03.459 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-172fca09-c75e-4c66-803a-5713a3335121 - - - - - -] OVN reports status up for port: b1c41cdb-5ea7-4997-9b69-d92a3b0f5739 2026-04-20 15:14:03.477 7 INFO neutron.db.ovn_revision_numbers_db [None req-02c9101c-3c96-4cbf-b92e-2c3815f54a85 - - - - - -] Successfully bumped revision number for resource b71b97e5-3bce-41f9-b663-2148724e2093 (type: subnets) to 0 2026-04-20 15:14:03.486 8 INFO neutron.plugins.ml2.plugin [None req-172fca09-c75e-4c66-803a-5713a3335121 - - - - - -] Attempt 1 to provision port b1c41cdb-5ea7-4997-9b69-d92a3b0f5739 [pid: 7|app: 0|req: 1245/2430] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:14:02 2026] POST /v2.0/subnets => generated 657 bytes in 748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:03.533 8 INFO neutron.db.ovn_revision_numbers_db [None req-490f4bba-6ae4-4c60-a237-5c83606c473a f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource b1c41cdb-5ea7-4997-9b69-d92a3b0f5739 (type: router_ports) to 1 [pid: 7|app: 0|req: 1246/2431] 10.0.0.154 () {32 vars in 722 bytes} [Mon Apr 20 15:14:03 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:14:03.635 8 INFO neutron.db.ovn_revision_numbers_db [None req-490f4bba-6ae4-4c60-a237-5c83606c473a f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 722069c3-a87e-4405-b1f7-0d63707d8ece (type: routers) to 2 [pid: 8|app: 0|req: 1186/2432] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:14:02 2026] POST /v2.0/routers => generated 936 bytes in 1559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:03.682 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-28202037-f85e-4385-96ff-80cdc9e6ec9d - - - - - -] No hosting information found for port 77b4375d-d138-4713-8af8-7ba413ceefae: RuntimeError: No hosting information found for port 77b4375d-d138-4713-8af8-7ba413ceefae 2026-04-20 15:14:03.822 7 INFO neutron.db.ovn_revision_numbers_db [None req-28202037-f85e-4385-96ff-80cdc9e6ec9d - - - - - -] Successfully bumped revision number for resource 77b4375d-d138-4713-8af8-7ba413ceefae (type: router_ports) to 2 2026-04-20 15:14:03.833 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d27301ed-c396-420f-943f-a66f81299bda 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:03.834 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d27301ed-c396-420f-943f-a66f81299bda 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network f6b3d458-d386-4aec-924f-8e81d4f18baa: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:03.893 7 INFO neutron.db.ovn_revision_numbers_db [None req-d27301ed-c396-420f-943f-a66f81299bda 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 83310e28-84b8-41f3-9e1c-cec8bc22e003 (type: subnets) to 0 2026-04-20 15:14:03.911 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-28202037-f85e-4385-96ff-80cdc9e6ec9d - - - - - -] OVN reports status down for port: c4520667-d671-41b0-9c9e-c68a80200313 [pid: 7|app: 0|req: 1247/2433] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:14:03 2026] POST /v2.0/subnets => generated 731 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:03.997 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-28202037-f85e-4385-96ff-80cdc9e6ec9d - - - - - -] OVN reports status down for port: ac85750e-8fe5-4ea8-823d-5b0e187a97a8 2026-04-20 15:14:04.036 7 INFO neutron.db.segments_db [None req-3cd8d14a-8649-4e81-81fb-080402f5ca0b 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Added segment 97d35164-764e-48ea-8870-ae142ee26054 of type geneve for network b88770a8-cda0-41a9-823d-cc49ef550bad 2026-04-20 15:14:04.166 7 INFO neutron.db.ovn_revision_numbers_db [None req-3cd8d14a-8649-4e81-81fb-080402f5ca0b 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource b88770a8-cda0-41a9-823d-cc49ef550bad (type: networks) to 1 2026-04-20 15:14:04.218 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d1696a11-7adb-4b24-bdd6-1c6f549bd6d2 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:14:04.219 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d1696a11-7adb-4b24-bdd6-1c6f549bd6d2 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network a451fe4e-30d9-4b3a-8b87-d6ea9d03f7d0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:04.297 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3cd8d14a-8649-4e81-81fb-080402f5ca0b 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:04.298 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3cd8d14a-8649-4e81-81fb-080402f5ca0b 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network b88770a8-cda0-41a9-823d-cc49ef550bad: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:04.325 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-28202037-f85e-4385-96ff-80cdc9e6ec9d - - - - - -] OVN reports status down for port: ebc179b3-2445-4605-8946-2d71697ea713 2026-04-20 15:14:04.347 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1696a11-7adb-4b24-bdd6-1c6f549bd6d2 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource ebc179b3-2445-4605-8946-2d71697ea713 (type: ports) to 1 2026-04-20 15:14:04.415 7 INFO neutron.db.ovn_revision_numbers_db [None req-3cd8d14a-8649-4e81-81fb-080402f5ca0b 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource cf1620ab-8a31-47c2-97b4-6f78c6a982cd (type: ports) to 1 [pid: 7|app: 0|req: 1248/2434] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:14:03 2026] POST /v2.0/networks => generated 657 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:04.684 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-956bff57-5000-4eca-9c61-4b9dd1a88795 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:04.685 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-956bff57-5000-4eca-9c61-4b9dd1a88795 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network b88770a8-cda0-41a9-823d-cc49ef550bad: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:05.108 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-28202037-f85e-4385-96ff-80cdc9e6ec9d - - - - - -] OVN reports status up for port: ebc179b3-2445-4605-8946-2d71697ea713 2026-04-20 15:14:05.190 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d1696a11-7adb-4b24-bdd6-1c6f549bd6d2 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:14:05.192 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d1696a11-7adb-4b24-bdd6-1c6f549bd6d2 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network a451fe4e-30d9-4b3a-8b87-d6ea9d03f7d0: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:05.545 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1696a11-7adb-4b24-bdd6-1c6f549bd6d2 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource ebc179b3-2445-4605-8946-2d71697ea713 (type: router_ports) to 1 [pid: 8|app: 0|req: 1187/2435] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:14:03 2026] PUT /v2.0/routers/722069c3-a87e-4405-b1f7-0d63707d8ece/add_router_interface => generated 309 bytes in 1888 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:05.914 7 INFO neutron.plugins.ml2.plugin [None req-28202037-f85e-4385-96ff-80cdc9e6ec9d - - - - - -] Attempt 1 to provision port ebc179b3-2445-4605-8946-2d71697ea713 2026-04-20 15:14:05.961 7 INFO neutron.db.ovn_revision_numbers_db [None req-721b7995-28f6-431f-8654-26294f21c248 - - - - - -] Successfully bumped revision number for resource cf1620ab-8a31-47c2-97b4-6f78c6a982cd (type: ports) to 2 2026-04-20 15:14:06.068 7 INFO neutron.db.ovn_revision_numbers_db [None req-721b7995-28f6-431f-8654-26294f21c248 - - - - - -] Successfully bumped revision number for resource 4032edbf-e7f0-4a46-8617-c4beec290e74 (type: subnets) to 0 [pid: 7|app: 0|req: 1249/2436] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:14:04 2026] POST /v2.0/subnets => generated 656 bytes in 1662 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:06.186 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-abdc1c69-67c6-47b0-abce-abe07379cc40 - - - - - -] No more DHCP agents 2026-04-20 15:14:06.187 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-abdc1c69-67c6-47b0-abce-abe07379cc40 - - - - - -] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:06.321 8 INFO neutron.db.ovn_revision_numbers_db [None req-abdc1c69-67c6-47b0-abce-abe07379cc40 - - - - - -] Successfully bumped revision number for resource efebfb08-efd7-4278-982d-79c77371fb4c (type: ports) to 1 2026-04-20 15:14:06.523 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-75ef886f-9862-4739-af31-16ef23cc00cd 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:06.526 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-75ef886f-9862-4739-af31-16ef23cc00cd 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network b88770a8-cda0-41a9-823d-cc49ef550bad: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:06.592 7 INFO neutron.db.ovn_revision_numbers_db [None req-75ef886f-9862-4739-af31-16ef23cc00cd 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource cd7a8ffe-cf19-4c09-9ce3-0c0fc9cede14 (type: subnets) to 0 2026-04-20 15:14:06.630 8 INFO neutron.db.ovn_revision_numbers_db [None req-abdc1c69-67c6-47b0-abce-abe07379cc40 - - - - - -] Successfully bumped revision number for resource efebfb08-efd7-4278-982d-79c77371fb4c (type: ports) to 3 [pid: 7|app: 0|req: 1250/2437] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:14:06 2026] POST /v2.0/subnets => generated 726 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:06.702 8 INFO neutron.db.segments_db [None req-abdc1c69-67c6-47b0-abce-abe07379cc40 - - - - - -] Added segment b377d546-9a2b-49d6-91eb-f7cd8853bba7 of type geneve for network 9be5ef35-4cf7-4bf9-8ac0-6c43c96d29a6 2026-04-20 15:14:06.753 7 INFO neutron.db.ovn_revision_numbers_db [None req-28202037-f85e-4385-96ff-80cdc9e6ec9d - - - - - -] Successfully bumped revision number for resource ebc179b3-2445-4605-8946-2d71697ea713 (type: ports) to 2 2026-04-20 15:14:06.837 7 INFO neutron.db.segments_db [None req-24ca88db-1c27-4a05-86ae-2f79342071ec 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Added segment 50ab67ca-a363-4ef5-bd71-5bff91e06468 of type geneve for network 4f720e35-0db9-4192-ab00-40f1815fdb9c 2026-04-20 15:14:06.873 8 INFO neutron.db.ovn_revision_numbers_db [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] Successfully bumped revision number for resource 9be5ef35-4cf7-4bf9-8ac0-6c43c96d29a6 (type: networks) to 1 2026-04-20 15:14:06.959 7 INFO neutron.db.ovn_revision_numbers_db [None req-24ca88db-1c27-4a05-86ae-2f79342071ec 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 4f720e35-0db9-4192-ab00-40f1815fdb9c (type: networks) to 1 2026-04-20 15:14:07.016 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] No more DHCP agents 2026-04-20 15:14:07.017 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] Unable to schedule network 9be5ef35-4cf7-4bf9-8ac0-6c43c96d29a6: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:07.091 8 INFO neutron.db.ovn_revision_numbers_db [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] Successfully bumped revision number for resource 1023ee3e-f50e-4b86-8b35-f9b637e7ad2f (type: ports) to 1 2026-04-20 15:14:07.163 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-24ca88db-1c27-4a05-86ae-2f79342071ec 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:07.164 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-24ca88db-1c27-4a05-86ae-2f79342071ec 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network 4f720e35-0db9-4192-ab00-40f1815fdb9c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:07.240 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] No more DHCP agents 2026-04-20 15:14:07.240 7 INFO neutron.db.ovn_revision_numbers_db [None req-24ca88db-1c27-4a05-86ae-2f79342071ec 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 40a386c2-689c-4553-8b4b-69fecd200481 (type: ports) to 1 2026-04-20 15:14:07.242 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] Unable to schedule network 9be5ef35-4cf7-4bf9-8ac0-6c43c96d29a6: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1251/2438] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:14:06 2026] POST /v2.0/networks => generated 657 bytes in 618 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:07.270 8 INFO neutron.db.ovn_revision_numbers_db [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] Successfully bumped revision number for resource b849cf10-4e73-425e-90f0-c9313792704a (type: subnets) to 0 2026-04-20 15:14:07.432 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e64215ec-b3cc-4886-9d03-1e8d31e26fbe 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:07.433 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e64215ec-b3cc-4886-9d03-1e8d31e26fbe 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network 4f720e35-0db9-4192-ab00-40f1815fdb9c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:07.638 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] No more DHCP agents 2026-04-20 15:14:07.639 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] Unable to schedule network 9be5ef35-4cf7-4bf9-8ac0-6c43c96d29a6: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:07.768 8 INFO neutron.db.ovn_revision_numbers_db [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] Successfully bumped revision number for resource 865686d3-b284-44a2-af20-223b1bbf63a0 (type: ports) to 1 2026-04-20 15:14:07.924 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b30915e-9780-41c3-b286-f9ff8e4e96df - - - - - -] Successfully bumped revision number for resource 40a386c2-689c-4553-8b4b-69fecd200481 (type: ports) to 2 2026-04-20 15:14:07.972 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b30915e-9780-41c3-b286-f9ff8e4e96df - - - - - -] Successfully bumped revision number for resource 0ca2c360-eb31-4971-a9bd-d5889d3fa92a (type: subnets) to 0 [pid: 7|app: 0|req: 1252/2439] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:14:07 2026] POST /v2.0/subnets => generated 656 bytes in 720 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:08.187 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-55bf87c2-b2e0-4853-888f-4c6fc4cf22dc 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:08.188 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-55bf87c2-b2e0-4853-888f-4c6fc4cf22dc 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network 4f720e35-0db9-4192-ab00-40f1815fdb9c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:08.218 7 INFO neutron.db.ovn_revision_numbers_db [None req-55bf87c2-b2e0-4853-888f-4c6fc4cf22dc 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource db9d4254-138a-40da-8f5d-26e743ac0881 (type: subnets) to 0 [pid: 7|app: 0|req: 1253/2440] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:14:07 2026] POST /v2.0/subnets => generated 730 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:08.432 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-172fca09-c75e-4c66-803a-5713a3335121 - - - - - -] No hosting information found for port b1c41cdb-5ea7-4997-9b69-d92a3b0f5739: RuntimeError: No hosting information found for port b1c41cdb-5ea7-4997-9b69-d92a3b0f5739 2026-04-20 15:14:08.433 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-172fca09-c75e-4c66-803a-5713a3335121 - - - - - -] OVN reports status down for port: cf1620ab-8a31-47c2-97b4-6f78c6a982cd 2026-04-20 15:14:08.521 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] No more DHCP agents 2026-04-20 15:14:08.525 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] Unable to schedule network 9be5ef35-4cf7-4bf9-8ac0-6c43c96d29a6: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:08.546 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-172fca09-c75e-4c66-803a-5713a3335121 - - - - - -] OVN reports status up for port: 8991299d-e66e-4201-ab74-42807eebf144 2026-04-20 15:14:08.567 8 INFO neutron.plugins.ml2.plugin [None req-172fca09-c75e-4c66-803a-5713a3335121 - - - - - -] Attempt 1 to provision port 8991299d-e66e-4201-ab74-42807eebf144 2026-04-20 15:14:08.776 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fd41f4e6-826a-420d-b1a3-b8f542948775 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:08.777 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fd41f4e6-826a-420d-b1a3-b8f542948775 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:08.938 7 INFO neutron.db.ovn_revision_numbers_db [None req-fd41f4e6-826a-420d-b1a3-b8f542948775 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 42dc1b78-7f52-40c6-a0f2-d43b8fbf5c3a (type: ports) to 1 2026-04-20 15:14:09.018 8 INFO neutron.db.ovn_revision_numbers_db [None req-172fca09-c75e-4c66-803a-5713a3335121 - - - - - -] Successfully bumped revision number for resource 8991299d-e66e-4201-ab74-42807eebf144 (type: ports) to 4 2026-04-20 15:14:09.215 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8818785f-1b45-490e-87be-2d0e567eb609 - - - - - -] OVN reports status up for port: 93528324-5372-474a-af1d-89c34dcc8dec 2026-04-20 15:14:09.237 8 INFO neutron.plugins.ml2.plugin [None req-8818785f-1b45-490e-87be-2d0e567eb609 - - - - - -] Attempt 1 to provision port 93528324-5372-474a-af1d-89c34dcc8dec 2026-04-20 15:14:09.384 8 INFO neutron.db.ovn_revision_numbers_db [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] Successfully bumped revision number for resource 865686d3-b284-44a2-af20-223b1bbf63a0 (type: router_ports) to 1 2026-04-20 15:14:09.605 8 INFO neutron.db.ovn_revision_numbers_db [None req-8818785f-1b45-490e-87be-2d0e567eb609 - - - - - -] Successfully bumped revision number for resource 93528324-5372-474a-af1d-89c34dcc8dec (type: ports) to 4 2026-04-20 15:14:09.636 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-ee8380af-feca-4908-b003-fd2be6a58c8c - - - - - -] Schedule LRP lrp-42dc1b78-7f52-40c6-a0f2-d43b8fbf5c3a on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:14:09.705 7 INFO neutron.db.ovn_revision_numbers_db [None req-fd41f4e6-826a-420d-b1a3-b8f542948775 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 42dc1b78-7f52-40c6-a0f2-d43b8fbf5c3a (type: router_ports) to 1 2026-04-20 15:14:09.776 7 INFO neutron.db.ovn_revision_numbers_db [None req-fd41f4e6-826a-420d-b1a3-b8f542948775 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 0b3098fc-79bd-41b9-9a41-a7cb7f09925a (type: routers) to 2 2026-04-20 15:14:09.780 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-4c83b6f1-aa09-4785-a62a-986c246ed0ae - - - - - -] Router 0b3098fc-79bd-41b9-9a41-a7cb7f09925a is bound to host instance [pid: 7|app: 0|req: 1254/2441] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:14:08 2026] POST /v2.0/routers => generated 944 bytes in 1568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:09.981 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] No more DHCP agents 2026-04-20 15:14:09.994 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] Unable to schedule network 9be5ef35-4cf7-4bf9-8ac0-6c43c96d29a6: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:10.019 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5c13c129-dfdb-4dc6-97ca-30f3c5f8d9c6 - - - - - -] OVN reports status down for port: efebfb08-efd7-4278-982d-79c77371fb4c 2026-04-20 15:14:10.264 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5c13c129-dfdb-4dc6-97ca-30f3c5f8d9c6 - - - - - -] OVN reports status down for port: 40a386c2-689c-4553-8b4b-69fecd200481 2026-04-20 15:14:10.383 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-35f37fee-923c-4efb-a650-5e7cd6fb1cc7 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:10.384 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-35f37fee-923c-4efb-a650-5e7cd6fb1cc7 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network f6b3d458-d386-4aec-924f-8e81d4f18baa: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:10.448 8 INFO neutron.db.ovn_revision_numbers_db [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] Successfully bumped revision number for resource ee809f56-a4f1-4c4d-87f7-d7ca9a6d0548 (type: ports) to 1 2026-04-20 15:14:10.533 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5c13c129-dfdb-4dc6-97ca-30f3c5f8d9c6 - - - - - -] OVN reports status down for port: ee809f56-a4f1-4c4d-87f7-d7ca9a6d0548 2026-04-20 15:14:10.538 7 INFO neutron.db.ovn_revision_numbers_db [None req-35f37fee-923c-4efb-a650-5e7cd6fb1cc7 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource d5113c40-fa4e-4493-bb12-bcd870248069 (type: ports) to 1 2026-04-20 15:14:11.053 8 INFO neutron.db.ovn_revision_numbers_db [None req-dd4ef1a7-19b0-4c99-9e55-100f2033c232 - - - - - -] Successfully bumped revision number for resource ee809f56-a4f1-4c4d-87f7-d7ca9a6d0548 (type: ports) to 3 2026-04-20 15:14:11.285 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-35f37fee-923c-4efb-a650-5e7cd6fb1cc7 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:11.286 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-35f37fee-923c-4efb-a650-5e7cd6fb1cc7 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network f6b3d458-d386-4aec-924f-8e81d4f18baa: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1188/2442] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:14:05 2026] POST /v2.0/vpn/vpnservices => generated 458 bytes in 5876 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2443] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:14:11 2026] GET /v2.0/vpn/vpnservices => generated 1315 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:14:11.784 7 INFO neutron.db.ovn_revision_numbers_db [None req-35f37fee-923c-4efb-a650-5e7cd6fb1cc7 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource d5113c40-fa4e-4493-bb12-bcd870248069 (type: router_ports) to 1 [pid: 7|app: 0|req: 1255/2444] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:14:09 2026] PUT /v2.0/routers/0b3098fc-79bd-41b9-9a41-a7cb7f09925a/add_router_interface => generated 309 bytes in 1966 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:11.823 8 INFO neutron.db.ovn_revision_numbers_db [None req-d81c6996-25fc-40ac-a5b2-bc4dd54c5e74 - - - - - -] Successfully bumped revision number for resource 42dc1b78-7f52-40c6-a0f2-d43b8fbf5c3a (type: ports) to 4 2026-04-20 15:14:12.041 8 INFO neutron_taas.services.taas.taas_plugin [None req-1590d23c-fe0c-4de3-b395-656b8b3798f1 66a6e533c82a4dbd911a01f9fc0c7027 5e3f03b4f69b451195bbd2c2426a0e40 - - default default] TaaS: Handle Delete Port: efebfb08-efd7-4278-982d-79c77371fb4c 2026-04-20 15:14:12.050 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1590d23c-fe0c-4de3-b395-656b8b3798f1 66a6e533c82a4dbd911a01f9fc0c7027 5e3f03b4f69b451195bbd2c2426a0e40 - - default default] Tap Mirror: Handle Delete Port: efebfb08-efd7-4278-982d-79c77371fb4c 2026-04-20 15:14:12.139 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d0b92c02-2bf0-4666-bb3d-988ad7af6596 - - - - - -] No hosting information found for port ebc179b3-2445-4605-8946-2d71697ea713: RuntimeError: No hosting information found for port ebc179b3-2445-4605-8946-2d71697ea713 2026-04-20 15:14:12.284 7 INFO neutron.db.ovn_revision_numbers_db [None req-d0b92c02-2bf0-4666-bb3d-988ad7af6596 - - - - - -] Successfully bumped revision number for resource ebc179b3-2445-4605-8946-2d71697ea713 (type: router_ports) to 2 2026-04-20 15:14:12.387 8 INFO neutron.db.ovn_revision_numbers_db [None req-d81c6996-25fc-40ac-a5b2-bc4dd54c5e74 - - - - - -] Successfully bumped revision number for resource 42dc1b78-7f52-40c6-a0f2-d43b8fbf5c3a (type: ports) to 5 2026-04-20 15:14:12.394 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d0b92c02-2bf0-4666-bb3d-988ad7af6596 - - - - - -] OVN reports status down for port: 1023ee3e-f50e-4b86-8b35-f9b637e7ad2f 2026-04-20 15:14:12.504 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d0b92c02-2bf0-4666-bb3d-988ad7af6596 - - - - - -] OVN reports status down for port: 865686d3-b284-44a2-af20-223b1bbf63a0 2026-04-20 15:14:12.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4310625-8fad-4e22-85f5-614f1760eb6b - - - - - -] TaaS: Handle Delete Port: ee809f56-a4f1-4c4d-87f7-d7ca9a6d0548 2026-04-20 15:14:12.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4310625-8fad-4e22-85f5-614f1760eb6b - - - - - -] Tap Mirror: Handle Delete Port: ee809f56-a4f1-4c4d-87f7-d7ca9a6d0548 2026-04-20 15:14:12.615 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0fe7b1ae-35d2-4c21-81b5-b295171f48ab 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:12.617 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d0b92c02-2bf0-4666-bb3d-988ad7af6596 - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:14:12.618 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d0b92c02-2bf0-4666-bb3d-988ad7af6596 - - - - - -] OVN reports status up for port: 865686d3-b284-44a2-af20-223b1bbf63a0 2026-04-20 15:14:12.619 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0fe7b1ae-35d2-4c21-81b5-b295171f48ab 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network b88770a8-cda0-41a9-823d-cc49ef550bad: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:12.633 7 INFO neutron.plugins.ml2.plugin [None req-d0b92c02-2bf0-4666-bb3d-988ad7af6596 - - - - - -] Attempt 1 to provision port 865686d3-b284-44a2-af20-223b1bbf63a0 2026-04-20 15:14:12.898 7 INFO neutron.db.ovn_revision_numbers_db [None req-0fe7b1ae-35d2-4c21-81b5-b295171f48ab 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 43e20e8a-289a-46cf-95e2-42521de9ff7f (type: ports) to 1 2026-04-20 15:14:12.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-4bb1215b-4702-4dcd-b490-b8b61bd105bf - - - - - -] TaaS: Handle Delete Port: 865686d3-b284-44a2-af20-223b1bbf63a0 2026-04-20 15:14:12.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bb1215b-4702-4dcd-b490-b8b61bd105bf - - - - - -] Tap Mirror: Handle Delete Port: 865686d3-b284-44a2-af20-223b1bbf63a0 2026-04-20 15:14:13.226 7 ERROR ovsdbapp.backend.ovs_idl.transaction [None req-d0b92c02-2bf0-4666-bb3d-988ad7af6596 - - - - - -] Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/commands.py", line 267, in run_idl port = idlutils.row_by_value(self.api.idl, 'Logical_Switch_Port', ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/idlutils.py", line 114, in row_by_value raise RowNotFound(table=table, col=column, match=match) ovsdbapp.backend.ovs_idl.idlutils.RowNotFound: Cannot find Logical_Switch_Port with name=865686d3-b284-44a2-af20-223b1bbf63a0 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/connection.py", line 121, in run txn.results.put(txn.do_commit()) ^^^^^^^^^^^^^^^ File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/transaction.py", line 92, in do_commit command.run_idl(txn) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/commands.py", line 273, in run_idl raise RuntimeError(msg) RuntimeError: Logical Switch Port 865686d3-b284-44a2-af20-223b1bbf63a0 does not exist 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers [None req-d0b92c02-2bf0-4666-bb3d-988ad7af6596 - - - - - -] Mechanism driver 'ovn' failed in update_port_postcommit: RuntimeError: Logical Switch Port 865686d3-b284-44a2-af20-223b1bbf63a0 does not exist 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/commands.py", line 267, in run_idl 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers port = idlutils.row_by_value(self.api.idl, 'Logical_Switch_Port', 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/idlutils.py", line 114, in row_by_value 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers raise RowNotFound(table=table, col=column, match=match) 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers ovsdbapp.backend.ovs_idl.idlutils.RowNotFound: Cannot find Logical_Switch_Port with name=865686d3-b284-44a2-af20-223b1bbf63a0 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers During handling of the above exception, another exception occurred: 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers Traceback (most recent call last): 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/managers.py", line 499, in _call_on_drivers 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers getattr(driver.obj, method_name)(context) 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py", line 1034, in update_port_postcommit 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers self._ovn_update_port(context.plugin_context, port, original_port, 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py", line 914, in _ovn_update_port 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers self._ovn_client.update_port(plugin_context, port, 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py", line 700, in update_port 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers with self._nb_idl.transaction(check_error=True, 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__ 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers next(self.gen) 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/impl_idl_ovn.py", line 271, in transaction 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers with super().transaction(*args, **kwargs) as t: 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__ 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers next(self.gen) 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/api.py", line 114, in transaction 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers with self.create_transaction( 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/api.py", line 71, in __exit__ 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers self.result = self.commit() 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^ 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/transaction.py", line 64, in commit 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers raise result.ex 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/connection.py", line 121, in run 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers txn.results.put(txn.do_commit()) 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers ^^^^^^^^^^^^^^^ 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/transaction.py", line 92, in do_commit 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers command.run_idl(txn) 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/commands.py", line 273, in run_idl 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers raise RuntimeError(msg) 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers RuntimeError: Logical Switch Port 865686d3-b284-44a2-af20-223b1bbf63a0 does not exist 2026-04-20 15:14:13.227 7 ERROR neutron.plugins.ml2.managers 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command [None req-d0b92c02-2bf0-4666-bb3d-988ad7af6596 - - - - - -] Error executing command (LspGetUpCommand): ovsdbapp.backend.ovs_idl.idlutils.RowNotFound: Cannot find Logical_Switch_Port with name=865686d3-b284-44a2-af20-223b1bbf63a0 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command Traceback (most recent call last): 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/command.py", line 47, in execute 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command self.run_idl(None) 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/schema/ovn_northbound/commands.py", line 681, in run_idl 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command lsp = self.api.lookup('Logical_Switch_Port', self.port) 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/__init__.py", line 184, in lookup 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command return self._lookup(table, record) 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/__init__.py", line 235, in _lookup 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command row = idlutils.row_by_value(self, rl.table, rl.column, record) 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/idlutils.py", line 114, in row_by_value 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command raise RowNotFound(table=table, col=column, match=match) 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command ovsdbapp.backend.ovs_idl.idlutils.RowNotFound: Cannot find Logical_Switch_Port with name=865686d3-b284-44a2-af20-223b1bbf63a0 2026-04-20 15:14:13.252 7 ERROR ovsdbapp.backend.ovs_idl.command 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event [None req-d0b92c02-2bf0-4666-bb3d-988ad7af6596 - - - - - -] Unexpected exception in notify_loop: ovsdbapp.backend.ovs_idl.idlutils.RowNotFound: Cannot find Logical_Switch_Port with name=865686d3-b284-44a2-af20-223b1bbf63a0 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event Traceback (most recent call last): 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/event.py", line 177, in notify_loop 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event match.run(event, row, updates) 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py", line 536, in run 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event self.driver.set_port_status_up(row.name) 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/mech_driver.py", line 1333, in set_port_status_up 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event self._ovn_client.update_lsp_host_info(admin_context, db_port) 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py", line 305, in update_lsp_host_info 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event port_up = self._nb_idl.lsp_get_up(db_port.id).execute( 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/command.py", line 47, in execute 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event self.run_idl(None) 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/schema/ovn_northbound/commands.py", line 681, in run_idl 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event lsp = self.api.lookup('Logical_Switch_Port', self.port) 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/__init__.py", line 184, in lookup 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event return self._lookup(table, record) 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/__init__.py", line 235, in _lookup 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event row = idlutils.row_by_value(self, rl.table, rl.column, record) 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/backend/ovs_idl/idlutils.py", line 114, in row_by_value 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event raise RowNotFound(table=table, col=column, match=match) 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event ovsdbapp.backend.ovs_idl.idlutils.RowNotFound: Cannot find Logical_Switch_Port with name=865686d3-b284-44a2-af20-223b1bbf63a0 2026-04-20 15:14:13.256 7 ERROR ovsdbapp.event 2026-04-20 15:14:13.260 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d0b92c02-2bf0-4666-bb3d-988ad7af6596 - - - - - -] OVN reports status down for port: 42dc1b78-7f52-40c6-a0f2-d43b8fbf5c3a 2026-04-20 15:14:13.847 8 INFO neutron_taas.services.taas.taas_plugin [None req-4bb1215b-4702-4dcd-b490-b8b61bd105bf - - - - - -] TaaS: Handle Delete Port: 1023ee3e-f50e-4b86-8b35-f9b637e7ad2f 2026-04-20 15:14:13.852 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bb1215b-4702-4dcd-b490-b8b61bd105bf - - - - - -] Tap Mirror: Handle Delete Port: 1023ee3e-f50e-4b86-8b35-f9b637e7ad2f 2026-04-20 15:14:13.906 7 INFO neutron.db.ovn_revision_numbers_db [None req-d0b92c02-2bf0-4666-bb3d-988ad7af6596 - - - - - -] Successfully bumped revision number for resource 42dc1b78-7f52-40c6-a0f2-d43b8fbf5c3a (type: ports) to 6 2026-04-20 15:14:14.051 8 INFO neutron.services.segments.plugin [-] Segment b377d546-9a2b-49d6-91eb-f7cd8853bba7 resource provider aggregate not found 2026-04-20 15:14:14.053 8 INFO neutron.services.segments.plugin [-] Segment b377d546-9a2b-49d6-91eb-f7cd8853bba7 resource provider aggregate not found 2026-04-20 15:14:14.068 8 INFO neutron.services.segments.plugin [-] Segment b377d546-9a2b-49d6-91eb-f7cd8853bba7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b377d546-9a2b-49d6-91eb-f7cd8853bba7 found for delete ", "request_id": "req-8f288d09-19a2-46ed-9677-d042214dc969"}]} 2026-04-20 15:14:14.080 8 INFO neutron.services.segments.plugin [-] Segment b377d546-9a2b-49d6-91eb-f7cd8853bba7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b377d546-9a2b-49d6-91eb-f7cd8853bba7 found for delete ", "request_id": "req-77d15e71-0c7b-4bea-9c39-ffd24eb3ed86"}]} 2026-04-20 15:14:14.105 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-66c4e97b-d729-49b1-ac2f-30716724cb79 - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:14:14.127 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-66c4e97b-d729-49b1-ac2f-30716724cb79 - - - - - -] OVN reports status up for port: 42dc1b78-7f52-40c6-a0f2-d43b8fbf5c3a [pid: 8|app: 0|req: 1190/2445] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:14:11 2026] DELETE /v2.0/vpn/vpnservices/40f2e60a-0c4d-4134-ac7d-7262d1db58a6 => generated 0 bytes in 2661 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-20 15:14:14.157 7 INFO neutron.plugins.ml2.plugin [None req-66c4e97b-d729-49b1-ac2f-30716724cb79 - - - - - -] Attempt 1 to provision port 42dc1b78-7f52-40c6-a0f2-d43b8fbf5c3a [pid: 8|app: 0|req: 1191/2446] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:14:14 2026] POST /v2.0/vpn/endpoint-groups => generated 301 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:14.245 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0fe7b1ae-35d2-4c21-81b5-b295171f48ab 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:14.250 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0fe7b1ae-35d2-4c21-81b5-b295171f48ab 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network b88770a8-cda0-41a9-823d-cc49ef550bad: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1192/2447] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:14:14 2026] POST /v2.0/vpn/endpoint-groups => generated 293 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:14.268 8 WARNING neutron.api.v2.base [None req-c311a0ee-bc5c-4421-b131-069dac061d46 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] An exception happened while processing the request body. The exception message is [Unrecognized attribute(s) 'peer_cidr'].: webob.exc.HTTPBadRequest: Unrecognized attribute(s) 'peer_cidr' 2026-04-20 15:14:14.269 8 INFO neutron.api.v2.resource [None req-c311a0ee-bc5c-4421-b131-069dac061d46 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): Unrecognized attribute(s) 'peer_cidr' [pid: 8|app: 0|req: 1193/2448] 10.0.0.154 () {34 vars in 707 bytes} [Mon Apr 20 15:14:14 2026] POST /v2.0/vpn/ipsec-site-connections => generated 110 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2449] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:14 2026] GET /v2.0/vpn/endpoint-groups => generated 1190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2450] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:14:14 2026] DELETE /v2.0/vpn/endpoint-groups/bb7f65fc-a5d2-496f-a1ee-3f58583ab087 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2451] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:14 2026] GET /v2.0/vpn/endpoint-groups => generated 915 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2452] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:14 2026] GET /v2.0/vpn/endpoint-groups => generated 915 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2453] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:14:14 2026] DELETE /v2.0/vpn/endpoint-groups/4a769dd2-fc6c-4846-a03f-cad3d62493de => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2454] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:14 2026] GET /v2.0/vpn/endpoint-groups => generated 632 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2455] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:14:14 2026] POST /v2.0/vpn/endpoint-groups => generated 301 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2456] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:14:14 2026] POST /v2.0/vpn/endpoint-groups => generated 294 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:14.550 8 INFO neutron.api.v2.resource [None req-04772c55-b7f5-404f-bbd7-d99a59cc0292 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 8|app: 0|req: 1202/2457] 10.0.0.154 () {34 vars in 707 bytes} [Mon Apr 20 15:14:14 2026] POST /v2.0/vpn/ipsec-site-connections => generated 170 bytes in 42 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2458] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:14 2026] GET /v2.0/vpn/endpoint-groups => generated 1191 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2459] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:14:14 2026] DELETE /v2.0/vpn/endpoint-groups/66271e42-d180-4743-a359-8bb842229dbd => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2460] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:14 2026] GET /v2.0/vpn/endpoint-groups => generated 915 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2461] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:14 2026] GET /v2.0/vpn/endpoint-groups => generated 915 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2462] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:14:14 2026] DELETE /v2.0/vpn/endpoint-groups/cae3508c-dd35-454f-b701-064714798001 => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2463] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:14 2026] GET /v2.0/vpn/endpoint-groups => generated 632 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:14.753 7 INFO neutron.db.ovn_revision_numbers_db [None req-66c4e97b-d729-49b1-ac2f-30716724cb79 - - - - - -] Successfully bumped revision number for resource 42dc1b78-7f52-40c6-a0f2-d43b8fbf5c3a (type: ports) to 7 [pid: 8|app: 0|req: 1209/2464] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:14:14 2026] POST /v2.0/vpn/endpoint-groups => generated 301 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:14.786 8 WARNING neutron.api.v2.base [None req-9b7e7ae6-1989-4154-9c04-38caec6e20c8 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] An exception happened while processing the request body. The exception message is [Failed to parse request. Required attribute 'peer_id' not specified].: webob.exc.HTTPBadRequest: Failed to parse request. Required attribute 'peer_id' not specified 2026-04-20 15:14:14.787 8 INFO neutron.api.v2.resource [None req-9b7e7ae6-1989-4154-9c04-38caec6e20c8 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): Failed to parse request. Required attribute 'peer_id' not specified [pid: 8|app: 0|req: 1210/2465] 10.0.0.154 () {34 vars in 707 bytes} [Mon Apr 20 15:14:14 2026] POST /v2.0/vpn/ipsec-site-connections => generated 140 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2466] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:14 2026] GET /v2.0/vpn/endpoint-groups => generated 915 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2467] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:14:14 2026] DELETE /v2.0/vpn/endpoint-groups/9d30489f-04c8-472c-a415-13387d3ef638 => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2468] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:14 2026] GET /v2.0/vpn/endpoint-groups => generated 632 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2469] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:14:14 2026] POST /v2.0/vpn/endpoint-groups => generated 294 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:14.920 8 WARNING neutron.api.v2.base [None req-01f504aa-f707-4be0-8a1e-999e50662dfc f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] An exception happened while processing the request body. The exception message is [Failed to parse request. Required attribute 'peer_id' not specified].: webob.exc.HTTPBadRequest: Failed to parse request. Required attribute 'peer_id' not specified 2026-04-20 15:14:14.921 8 INFO neutron.api.v2.resource [None req-01f504aa-f707-4be0-8a1e-999e50662dfc f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): Failed to parse request. Required attribute 'peer_id' not specified [pid: 8|app: 0|req: 1215/2470] 10.0.0.154 () {34 vars in 707 bytes} [Mon Apr 20 15:14:14 2026] POST /v2.0/vpn/ipsec-site-connections => generated 140 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-20 15:14:14.924 7 INFO neutron.db.ovn_revision_numbers_db [None req-0fe7b1ae-35d2-4c21-81b5-b295171f48ab 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 43e20e8a-289a-46cf-95e2-42521de9ff7f (type: router_ports) to 1 [pid: 8|app: 0|req: 1216/2471] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:14 2026] GET /v2.0/vpn/endpoint-groups => generated 908 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2472] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:14:11 2026] PUT /v2.0/routers/0b3098fc-79bd-41b9-9a41-a7cb7f09925a/add_router_interface => generated 309 bytes in 3150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:14.963 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-52c99171-b0e0-4b83-abe4-00687f9a753b - - - - - -] OVN reports status down for port: d5113c40-fa4e-4493-bb12-bcd870248069 [pid: 7|app: 0|req: 1257/2473] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:14:14 2026] DELETE /v2.0/vpn/endpoint-groups/8924ab06-d8cc-423a-b443-06fee182a44b => 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: 1258/2474] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:15 2026] GET /v2.0/vpn/endpoint-groups => generated 632 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:15.099 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-52c99171-b0e0-4b83-abe4-00687f9a753b - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:14:15.101 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-52c99171-b0e0-4b83-abe4-00687f9a753b - - - - - -] OVN reports status up for port: d5113c40-fa4e-4493-bb12-bcd870248069 2026-04-20 15:14:15.114 7 INFO neutron.plugins.ml2.plugin [None req-52c99171-b0e0-4b83-abe4-00687f9a753b - - - - - -] Attempt 1 to provision port d5113c40-fa4e-4493-bb12-bcd870248069 [pid: 7|app: 0|req: 1259/2475] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:14:15 2026] POST /v2.0/vpn/endpoint-groups => generated 289 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2476] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:14:15 2026] POST /v2.0/vpn/endpoint-groups => generated 302 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:15.513 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a87d1a25-9484-4f81-bba1-a211575ad76b 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:15.514 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a87d1a25-9484-4f81-bba1-a211575ad76b 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network 4f720e35-0db9-4192-ab00-40f1815fdb9c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:15.668 8 INFO neutron.db.ovn_revision_numbers_db [None req-a87d1a25-9484-4f81-bba1-a211575ad76b 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 174460de-2daf-419b-b141-5ab26d3bad79 (type: ports) to 1 2026-04-20 15:14:15.907 7 INFO neutron.db.ovn_revision_numbers_db [None req-52c99171-b0e0-4b83-abe4-00687f9a753b - - - - - -] Successfully bumped revision number for resource d5113c40-fa4e-4493-bb12-bcd870248069 (type: ports) to 2 2026-04-20 15:14:16.353 7 INFO neutron.db.ovn_revision_numbers_db [None req-79e59b2e-35bf-4eae-ac4a-5f5c38ff7a23 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 97f594f6-1621-4256-8520-4f33c2517db9 (type: routers) to 6 [pid: 7|app: 0|req: 1261/2477] 10.0.0.154 () {34 vars in 707 bytes} [Mon Apr 20 15:14:15 2026] POST /v2.0/vpn/ipsec-site-connections => generated 843 bytes in 1140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:16.591 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a87d1a25-9484-4f81-bba1-a211575ad76b 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:16.593 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a87d1a25-9484-4f81-bba1-a211575ad76b 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network 4f720e35-0db9-4192-ab00-40f1815fdb9c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:16.913 8 INFO neutron.db.ovn_revision_numbers_db [None req-a87d1a25-9484-4f81-bba1-a211575ad76b 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 174460de-2daf-419b-b141-5ab26d3bad79 (type: router_ports) to 1 [pid: 8|app: 0|req: 1217/2478] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:14:14 2026] PUT /v2.0/routers/0b3098fc-79bd-41b9-9a41-a7cb7f09925a/add_router_interface => generated 309 bytes in 1967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:17.133 8 INFO neutron.db.ovn_revision_numbers_db [None req-394cb50c-5e51-456f-8d45-eab37223d34d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 666f43b4-d330-49e5-95ad-b1f27c2ae94d (type: security_groups) to 1 2026-04-20 15:14:17.143 8 INFO neutron.db.ovn_revision_numbers_db [None req-394cb50c-5e51-456f-8d45-eab37223d34d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 59c73481-42f6-44c5-a169-daad0eb976e3 (type: security_group_rules) to 0 2026-04-20 15:14:17.156 8 INFO neutron.db.ovn_revision_numbers_db [None req-394cb50c-5e51-456f-8d45-eab37223d34d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource ab43c9f8-f699-48bc-95bc-dfe920fdecdf (type: security_group_rules) to 0 2026-04-20 15:14:17.178 7 INFO neutron.db.ovn_revision_numbers_db [None req-6278d4f0-a24e-4a9c-8f86-b8264cf99551 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 97f594f6-1621-4256-8520-4f33c2517db9 (type: routers) to 7 [pid: 8|app: 0|req: 1220/2481] 10.0.0.154 () {34 vars in 684 bytes} [Mon Apr 20 15:14:16 2026] POST /v2.0/security-groups => generated 1630 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2482] 10.0.0.154 () {32 vars in 762 bytes} [Mon Apr 20 15:14:16 2026] DELETE /v2.0/vpn/ipsec-site-connections/e9aaaa31-8635-4132-a63c-657a89fff5fa => generated 0 bytes in 808 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2483] 10.0.0.154 () {32 vars in 685 bytes} [Mon Apr 20 15:14:17 2026] GET /v2.0/vpn/ipsec-site-connections => generated 796 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:17.231 7 INFO neutron.api.v2.resource [None req-c5a21091-639a-4433-9ab1-794beb8fac3e f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1264/2484] 10.0.0.154 () {32 vars in 762 bytes} [Mon Apr 20 15:14:17 2026] DELETE /v2.0/vpn/ipsec-site-connections/e9aaaa31-8635-4132-a63c-657a89fff5fa => generated 154 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2485] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:17 2026] GET /v2.0/vpn/endpoint-groups => generated 1187 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2486] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:14:17 2026] DELETE /v2.0/vpn/endpoint-groups/aeac7d2b-5376-4dfd-b9b7-d6374f8ef973 => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2487] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:17 2026] GET /v2.0/vpn/endpoint-groups => generated 903 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2488] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:17 2026] GET /v2.0/vpn/endpoint-groups => generated 903 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:17.342 8 INFO neutron.db.ovn_revision_numbers_db [None req-c2e3626b-df83-4493-98f1-d77a0daedffb 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource d413b3b7-7047-4703-8c0b-70d6e95101d1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1269/2489] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:14:17 2026] DELETE /v2.0/vpn/endpoint-groups/d1d60900-52c2-4b1e-b817-8cf4aba60e8c => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2490] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:17 2026] GET /v2.0/vpn/endpoint-groups => generated 632 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2491] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:14:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:17.498 8 INFO neutron.db.ovn_revision_numbers_db [None req-7aeea782-af15-448c-b567-cc377a0a0ae7 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 1d515d08-c0f5-4dd1-9506-1869f548dcac (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1222/2492] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:14:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:17.661 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d22b8ed-8caa-4513-b254-20fd5b2aba83 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource ff6cb5ce-ecc3-4714-a705-f412dd14d655 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1223/2493] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:14:17 2026] POST /v2.0/security-group-rules => generated 599 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:17.877 8 INFO neutron.db.ovn_revision_numbers_db [None req-51e1595f-ebb1-48eb-9a9c-d77edf2c6bb9 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 22f9319b-e62c-42cc-a741-c599ff61383f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1224/2494] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:14:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:18.043 8 INFO neutron.db.ovn_revision_numbers_db [None req-f01ba785-a4da-440b-9fd9-fae820ac4b18 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource d2dc56e0-5a82-4bbd-81c9-1f1109b2340c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1225/2495] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:14:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:18.238 8 INFO neutron.db.ovn_revision_numbers_db [None req-58820c75-6faf-4f16-904d-b0fce7ddfa92 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 204b422a-4386-48b3-b101-7d7c24997d83 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1226/2496] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:14:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:18.462 8 INFO neutron.db.ovn_revision_numbers_db [None req-ce404492-544c-48e0-bf15-787c4d427608 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 491e070a-814e-4a69-b5e3-559c0f4e6de3 (type: security_group_rules) to 0 2026-04-20 15:14:18.474 7 INFO neutron.db.ovn_revision_numbers_db [None req-f409ad29-3a1a-4bf9-89cb-9c97d1146218 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 97f594f6-1621-4256-8520-4f33c2517db9 (type: routers) to 8 [pid: 8|app: 0|req: 1227/2497] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:14:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2498] 10.0.0.154 () {34 vars in 707 bytes} [Mon Apr 20 15:14:17 2026] POST /v2.0/vpn/ipsec-site-connections => generated 805 bytes in 1137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:18.688 8 INFO neutron.db.ovn_revision_numbers_db [None req-de5d71f4-dbdc-4104-9c78-9de6643319fd 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 8e1ba35b-05a9-4565-a1ca-efa002eb1dd9 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1228/2499] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:14:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:18.916 8 INFO neutron.db.ovn_revision_numbers_db [None req-4b4427f0-7729-4759-a5c3-a9c9bf25018d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource c90ea327-e3fc-44cf-85b6-9c0abc7c8522 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1229/2500] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:14:18 2026] POST /v2.0/security-group-rules => generated 599 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:19.038 7 INFO neutron.db.ovn_revision_numbers_db [None req-def20dce-84f5-4a68-9686-59e2073c1a39 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 97f594f6-1621-4256-8520-4f33c2517db9 (type: routers) to 9 [pid: 7|app: 0|req: 1272/2501] 10.0.0.154 () {32 vars in 762 bytes} [Mon Apr 20 15:14:18 2026] DELETE /v2.0/vpn/ipsec-site-connections/7fda47af-35de-40b0-af65-2b2a79eb5437 => generated 0 bytes in 551 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2502] 10.0.0.154 () {32 vars in 685 bytes} [Mon Apr 20 15:14:19 2026] GET /v2.0/vpn/ipsec-site-connections => generated 796 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:19.092 7 INFO neutron.api.v2.resource [None req-c044ddd4-0129-42cd-8d35-1108878d790d f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1274/2503] 10.0.0.154 () {32 vars in 762 bytes} [Mon Apr 20 15:14:19 2026] DELETE /v2.0/vpn/ipsec-site-connections/7fda47af-35de-40b0-af65-2b2a79eb5437 => generated 154 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:14:19.139 8 INFO neutron.db.ovn_revision_numbers_db [None req-92f08212-ee20-44e6-958b-eb17a99ca8c7 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource d7ff977e-0e06-4827-a8a3-cb8f8d7edc94 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1275/2504] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:14:19 2026] POST /v2.0/vpn/endpoint-groups => generated 290 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2505] 10.0.0.154 () {30 vars in 702 bytes} [Mon Apr 20 15:14:19 2026] PUT /v2.0/vpn/endpoint-groups/c2586f58-ee95-4811-b006-9e6412857e26 => generated 290 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2506] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:14:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2507] 10.0.0.154 () {32 vars in 745 bytes} [Mon Apr 20 15:14:19 2026] GET /v2.0/vpn/endpoint-groups/c2586f58-ee95-4811-b006-9e6412857e26 => generated 290 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2508] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:14:19 2026] DELETE /v2.0/vpn/endpoint-groups/c2586f58-ee95-4811-b006-9e6412857e26 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2509] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:19 2026] GET /v2.0/vpn/endpoint-groups => generated 632 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2510] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:19 2026] GET /v2.0/vpn/endpoint-groups => generated 632 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2511] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:14:19 2026] POST /v2.0/vpn/ikepolicies => generated 403 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2512] 10.0.0.154 () {30 vars in 695 bytes} [Mon Apr 20 15:14:19 2026] PUT /v2.0/vpn/ikepolicies/0c86e55c-79b6-41a6-bc0f-719397aed80f => generated 418 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2513] 10.0.0.154 () {32 vars in 737 bytes} [Mon Apr 20 15:14:19 2026] GET /v2.0/vpn/ikepolicies/0c86e55c-79b6-41a6-bc0f-719397aed80f => generated 418 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:19.359 8 INFO neutron.db.ovn_revision_numbers_db [None req-04c9d2ea-8668-40f8-98f2-e1e4a25896c1 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 02e28c87-4847-4335-ba2b-ccbad00de968 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1284/2514] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:14:19 2026] DELETE /v2.0/vpn/ikepolicies/0c86e55c-79b6-41a6-bc0f-719397aed80f => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2515] 10.0.0.154 () {34 vars in 695 bytes} [Mon Apr 20 15:14:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2516] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:14:19 2026] GET /v2.0/vpn/ikepolicies => generated 408 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2517] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:14:19 2026] GET /v2.0/vpn/ikepolicies => generated 408 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2518] 10.0.0.154 () {34 vars in 689 bytes} [Mon Apr 20 15:14:19 2026] POST /v2.0/vpn/ipsecpolicies => generated 411 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2519] 10.0.0.154 () {30 vars in 699 bytes} [Mon Apr 20 15:14:19 2026] PUT /v2.0/vpn/ipsecpolicies/694c21e9-4d4b-437d-b958-3c08be280dbb => generated 431 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2520] 10.0.0.154 () {32 vars in 744 bytes} [Mon Apr 20 15:14:19 2026] DELETE /v2.0/vpn/ipsecpolicies/694c21e9-4d4b-437d-b958-3c08be280dbb => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:14:19.565 8 INFO neutron.api.v2.resource [None req-b068d60a-01d1-4239-9125-97a7d241138a f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1234/2521] 10.0.0.154 () {32 vars in 744 bytes} [Mon Apr 20 15:14:19 2026] DELETE /v2.0/vpn/ipsecpolicies/694c21e9-4d4b-437d-b958-3c08be280dbb => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:14:19.584 7 INFO neutron.api.v2.resource [None req-963e65fa-2a9e-464b-91e3-05f072f750ce f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1288/2522] 10.0.0.154 () {32 vars in 744 bytes} [Mon Apr 20 15:14:19 2026] DELETE /v2.0/vpn/ipsecpolicies/694c21e9-4d4b-437d-b958-3c08be280dbb => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2523] 10.0.0.166 () {34 vars in 1096 bytes} [Mon Apr 20 15:14:19 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1309469226&fields=id&tenant_id=c705ce73dd74443f93ba9db4597ce035 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2524] 10.0.0.166 () {34 vars in 982 bytes} [Mon Apr 20 15:14:19 2026] GET /v2.0/networks?id=b88770a8-cda0-41a9-823d-cc49ef550bad => generated 743 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2525] 10.0.0.166 () {34 vars in 965 bytes} [Mon Apr 20 15:14:19 2026] GET /v2.0/quotas/c705ce73dd74443f93ba9db4597ce035 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2526] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:14:19 2026] GET /v2.0/ports?tenant_id=c705ce73dd74443f93ba9db4597ce035&fields=id => generated 287 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2527] 10.0.0.166 () {34 vars in 1008 bytes} [Mon Apr 20 15:14:20 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2528] 10.0.0.166 () {34 vars in 1108 bytes} [Mon Apr 20 15:14:20 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:14:20.444 8 INFO neutron.db.segments_db [None req-8ab3eec2-c80b-4f10-9f68-4fa6de28d0c1 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Added segment c3eb5715-6c07-4a39-ad3c-3d6c67623ea3 of type geneve for network 050e7986-5c40-4a2f-9ce9-fb3ae810da35 [pid: 7|app: 0|req: 1295/2529] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:14:20 2026] GET /v2.0/ports?device_id=84ca30ab-392e-4b5b-a260-d1c04ee93ccf => generated 12 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:14:20.562 8 INFO neutron.db.ovn_revision_numbers_db [None req-8ab3eec2-c80b-4f10-9f68-4fa6de28d0c1 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 050e7986-5c40-4a2f-9ce9-fb3ae810da35 (type: networks) to 1 2026-04-20 15:14:20.748 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8ab3eec2-c80b-4f10-9f68-4fa6de28d0c1 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:14:20.749 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8ab3eec2-c80b-4f10-9f68-4fa6de28d0c1 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network 050e7986-5c40-4a2f-9ce9-fb3ae810da35: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:20.791 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5c13c129-dfdb-4dc6-97ca-30f3c5f8d9c6 - - - - - -] OVN reports status down for port: fba71583-148a-494d-b5ef-5657e2dc83cd 2026-04-20 15:14:20.863 8 INFO neutron.db.ovn_revision_numbers_db [None req-8ab3eec2-c80b-4f10-9f68-4fa6de28d0c1 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource fba71583-148a-494d-b5ef-5657e2dc83cd (type: ports) to 1 [pid: 8|app: 0|req: 1235/2530] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:14:19 2026] POST /v2.0/networks => generated 651 bytes in 1338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:21.178 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-12756053-89b5-4d14-909b-c1a0e270f916 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:14:21.179 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-12756053-89b5-4d14-909b-c1a0e270f916 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network 050e7986-5c40-4a2f-9ce9-fb3ae810da35: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:21.669 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a90feb6c-0c44-464d-bbd6-9b1d01c9fd06 - - - - - -] No hosting information found for port d5113c40-fa4e-4493-bb12-bcd870248069: RuntimeError: No hosting information found for port d5113c40-fa4e-4493-bb12-bcd870248069 2026-04-20 15:14:21.672 7 INFO neutron.db.ovn_revision_numbers_db [None req-bbc952b6-13ed-437f-8318-8b96983bad45 - - - - - -] Successfully bumped revision number for resource fba71583-148a-494d-b5ef-5657e2dc83cd (type: ports) to 2 2026-04-20 15:14:21.743 7 INFO neutron.db.ovn_revision_numbers_db [None req-bbc952b6-13ed-437f-8318-8b96983bad45 - - - - - -] Successfully bumped revision number for resource fb070778-a3a5-4f4f-803a-4c883b1c60f7 (type: subnets) to 0 [pid: 7|app: 0|req: 1296/2531] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:14:20 2026] POST /v2.0/subnets => generated 629 bytes in 847 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:21.785 7 INFO neutron.db.ovn_revision_numbers_db [None req-a90feb6c-0c44-464d-bbd6-9b1d01c9fd06 - - - - - -] Successfully bumped revision number for resource d5113c40-fa4e-4493-bb12-bcd870248069 (type: router_ports) to 2 2026-04-20 15:14:21.785 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a90feb6c-0c44-464d-bbd6-9b1d01c9fd06 - - - - - -] OVN reports status down for port: 43e20e8a-289a-46cf-95e2-42521de9ff7f 2026-04-20 15:14:21.859 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a90feb6c-0c44-464d-bbd6-9b1d01c9fd06 - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:14:21.860 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a90feb6c-0c44-464d-bbd6-9b1d01c9fd06 - - - - - -] OVN reports status up for port: 43e20e8a-289a-46cf-95e2-42521de9ff7f 2026-04-20 15:14:21.872 7 INFO neutron.plugins.ml2.plugin [None req-a90feb6c-0c44-464d-bbd6-9b1d01c9fd06 - - - - - -] Attempt 1 to provision port 43e20e8a-289a-46cf-95e2-42521de9ff7f 2026-04-20 15:14:22.273 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e450b1dd-28b4-40a0-8cc1-83a7fa03ca88 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:14:22.274 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e450b1dd-28b4-40a0-8cc1-83a7fa03ca88 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:22.282 7 INFO neutron.db.ovn_revision_numbers_db [None req-a90feb6c-0c44-464d-bbd6-9b1d01c9fd06 - - - - - -] Successfully bumped revision number for resource 43e20e8a-289a-46cf-95e2-42521de9ff7f (type: ports) to 2 2026-04-20 15:14:22.432 8 INFO neutron.db.ovn_revision_numbers_db [None req-e450b1dd-28b4-40a0-8cc1-83a7fa03ca88 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource b154d405-badc-4b0e-bd4c-07ae4493b76d (type: ports) to 1 2026-04-20 15:14:23.104 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-68662a2d-903c-427e-8ee5-cc055cd90a31 - - - - - -] Schedule LRP lrp-b154d405-badc-4b0e-bd4c-07ae4493b76d on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:14:23.155 8 INFO neutron.db.ovn_revision_numbers_db [None req-e450b1dd-28b4-40a0-8cc1-83a7fa03ca88 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource b154d405-badc-4b0e-bd4c-07ae4493b76d (type: router_ports) to 1 2026-04-20 15:14:23.221 8 INFO neutron.db.ovn_revision_numbers_db [None req-e450b1dd-28b4-40a0-8cc1-83a7fa03ca88 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 093505a7-1509-4e1d-8ed3-bd4469dead8b (type: routers) to 2 [pid: 8|app: 0|req: 1236/2532] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:14:21 2026] POST /v2.0/routers => generated 936 bytes in 1458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:23.716 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0a7af2be-012a-437b-9222-c07a37b4ae5c f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:14:23.717 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0a7af2be-012a-437b-9222-c07a37b4ae5c f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network 050e7986-5c40-4a2f-9ce9-fb3ae810da35: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:23.822 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5c13c129-dfdb-4dc6-97ca-30f3c5f8d9c6 - - - - - -] OVN reports status down for port: c452a1cd-267c-4154-a5bf-6ff92342dc2f 2026-04-20 15:14:23.854 7 INFO neutron.db.ovn_revision_numbers_db [None req-0a7af2be-012a-437b-9222-c07a37b4ae5c f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource c452a1cd-267c-4154-a5bf-6ff92342dc2f (type: ports) to 1 2026-04-20 15:14:24.491 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5c13c129-dfdb-4dc6-97ca-30f3c5f8d9c6 - - - - - -] OVN reports status up for port: c452a1cd-267c-4154-a5bf-6ff92342dc2f 2026-04-20 15:14:24.510 8 INFO neutron.plugins.ml2.plugin [None req-5c13c129-dfdb-4dc6-97ca-30f3c5f8d9c6 - - - - - -] Attempt 1 to provision port c452a1cd-267c-4154-a5bf-6ff92342dc2f 2026-04-20 15:14:24.559 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0a7af2be-012a-437b-9222-c07a37b4ae5c f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:14:24.562 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0a7af2be-012a-437b-9222-c07a37b4ae5c f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network 050e7986-5c40-4a2f-9ce9-fb3ae810da35: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:24.826 8 INFO neutron.db.ovn_revision_numbers_db [None req-5c13c129-dfdb-4dc6-97ca-30f3c5f8d9c6 - - - - - -] Successfully bumped revision number for resource c452a1cd-267c-4154-a5bf-6ff92342dc2f (type: ports) to 2 2026-04-20 15:14:24.898 7 INFO neutron.db.ovn_revision_numbers_db [None req-0a7af2be-012a-437b-9222-c07a37b4ae5c f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource c452a1cd-267c-4154-a5bf-6ff92342dc2f (type: router_ports) to 1 [pid: 7|app: 0|req: 1297/2533] 10.0.0.154 () {34 vars in 783 bytes} [Mon Apr 20 15:14:23 2026] PUT /v2.0/routers/093505a7-1509-4e1d-8ed3-bd4469dead8b/add_router_interface => generated 309 bytes in 1656 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:25.497 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fb3e8704-e310-4222-b9e8-a46c6b755234 - - - - - -] No more DHCP agents 2026-04-20 15:14:25.498 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fb3e8704-e310-4222-b9e8-a46c6b755234 - - - - - -] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1298/2534] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:14:25 2026] GET /v2.0/ports?device_id=84ca30ab-392e-4b5b-a260-d1c04ee93ccf => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:14:25.631 8 INFO neutron.db.ovn_revision_numbers_db [None req-fb3e8704-e310-4222-b9e8-a46c6b755234 - - - - - -] Successfully bumped revision number for resource d30e8861-c19f-4350-9fda-9d33bfd45afb (type: ports) to 1 2026-04-20 15:14:25.888 8 INFO neutron.db.ovn_revision_numbers_db [None req-fb3e8704-e310-4222-b9e8-a46c6b755234 - - - - - -] Successfully bumped revision number for resource d30e8861-c19f-4350-9fda-9d33bfd45afb (type: ports) to 3 2026-04-20 15:14:25.946 8 INFO neutron.db.segments_db [None req-fb3e8704-e310-4222-b9e8-a46c6b755234 - - - - - -] Added segment d51bd9c9-1e0f-4f0d-a3e7-0dbdefc5b71c of type geneve for network 8741ad46-ea6d-4be4-90f8-6c4ded38c716 2026-04-20 15:14:26.062 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] Successfully bumped revision number for resource 8741ad46-ea6d-4be4-90f8-6c4ded38c716 (type: networks) to 1 2026-04-20 15:14:26.232 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] No more DHCP agents 2026-04-20 15:14:26.234 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] Unable to schedule network 8741ad46-ea6d-4be4-90f8-6c4ded38c716: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:26.332 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] Successfully bumped revision number for resource 110885c1-e8ba-4547-acec-63005a97bb50 (type: ports) to 1 2026-04-20 15:14:26.467 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] No more DHCP agents 2026-04-20 15:14:26.469 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] Unable to schedule network 8741ad46-ea6d-4be4-90f8-6c4ded38c716: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:26.492 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] Successfully bumped revision number for resource da5b56a6-6f07-4205-bc5d-ceb5a77549fc (type: subnets) to 0 2026-04-20 15:14:26.786 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a53c8a5f-58b0-433e-8f22-73aef7f6483e - - - - - -] No hosting information found for port 43e20e8a-289a-46cf-95e2-42521de9ff7f: RuntimeError: No hosting information found for port 43e20e8a-289a-46cf-95e2-42521de9ff7f 2026-04-20 15:14:26.895 7 INFO neutron.db.ovn_revision_numbers_db [None req-a53c8a5f-58b0-433e-8f22-73aef7f6483e - - - - - -] Successfully bumped revision number for resource 43e20e8a-289a-46cf-95e2-42521de9ff7f (type: router_ports) to 2 2026-04-20 15:14:26.895 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a53c8a5f-58b0-433e-8f22-73aef7f6483e - - - - - -] OVN reports status down for port: 174460de-2daf-419b-b141-5ab26d3bad79 2026-04-20 15:14:26.935 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] No more DHCP agents 2026-04-20 15:14:26.937 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] Unable to schedule network 8741ad46-ea6d-4be4-90f8-6c4ded38c716: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:26.955 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a53c8a5f-58b0-433e-8f22-73aef7f6483e - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:14:26.992 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a53c8a5f-58b0-433e-8f22-73aef7f6483e - - - - - -] OVN reports status up for port: 174460de-2daf-419b-b141-5ab26d3bad79 2026-04-20 15:14:27.000 7 INFO neutron.plugins.ml2.plugin [None req-a53c8a5f-58b0-433e-8f22-73aef7f6483e - - - - - -] Attempt 1 to provision port 174460de-2daf-419b-b141-5ab26d3bad79 2026-04-20 15:14:27.063 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] Successfully bumped revision number for resource 340536fb-380b-4ebc-a827-ac87f256a508 (type: ports) to 1 [pid: 7|app: 0|req: 1299/2535] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:14:27 2026] GET /v2.0/networks?id=b88770a8-cda0-41a9-823d-cc49ef550bad => generated 743 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2536] 199.204.45.38 () {34 vars in 1049 bytes} [Mon Apr 20 15:14:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c705ce73dd74443f93ba9db4597ce035 => generated 179 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:27.614 7 INFO neutron.db.ovn_revision_numbers_db [None req-a53c8a5f-58b0-433e-8f22-73aef7f6483e - - - - - -] Successfully bumped revision number for resource 174460de-2daf-419b-b141-5ab26d3bad79 (type: ports) to 2 2026-04-20 15:14:27.730 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] No more DHCP agents 2026-04-20 15:14:27.731 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] Unable to schedule network 8741ad46-ea6d-4be4-90f8-6c4ded38c716: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:28.006 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-fe99966d-d44d-41b7-8ca3-754734dfc776 req-06ff3759-f33d-42f4-979d-c519e180d8f9 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:28.007 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-fe99966d-d44d-41b7-8ca3-754734dfc776 req-06ff3759-f33d-42f4-979d-c519e180d8f9 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network b88770a8-cda0-41a9-823d-cc49ef550bad: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:28.168 7 INFO neutron.db.ovn_revision_numbers_db [req-fe99966d-d44d-41b7-8ca3-754734dfc776 req-06ff3759-f33d-42f4-979d-c519e180d8f9 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 409f318c-c597-46c6-b93d-5feedabca740 (type: ports) to 1 2026-04-20 15:14:28.175 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] Successfully bumped revision number for resource 340536fb-380b-4ebc-a827-ac87f256a508 (type: router_ports) to 1 [pid: 7|app: 0|req: 1301/2537] 199.204.45.38 () {38 vars in 954 bytes} [Mon Apr 20 15:14:27 2026] POST /v2.0/ports => generated 1183 bytes in 775 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-20 15:14:28.407 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] No more DHCP agents 2026-04-20 15:14:28.409 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] Unable to schedule network 8741ad46-ea6d-4be4-90f8-6c4ded38c716: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:28.523 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] Successfully bumped revision number for resource 320394ad-cd9c-409b-96b8-7912d62ce99d (type: ports) to 1 2026-04-20 15:14:28.724 7 INFO neutron.db.ovn_revision_numbers_db [req-fe99966d-d44d-41b7-8ca3-754734dfc776 req-6aa7d242-c12d-412e-bd57-2d315ee29db2 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 409f318c-c597-46c6-b93d-5feedabca740 (type: ports) to 2 2026-04-20 15:14:28.761 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c52171e-5a07-4a60-a3d8-5b28ea8f15c8 - - - - - -] Successfully bumped revision number for resource 320394ad-cd9c-409b-96b8-7912d62ce99d (type: ports) to 3 [pid: 8|app: 0|req: 1237/2538] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:14:24 2026] POST /v2.0/vpn/vpnservices => generated 458 bytes in 4033 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:28.945 7 INFO neutron.db.ovn_revision_numbers_db [req-fe99966d-d44d-41b7-8ca3-754734dfc776 req-6aa7d242-c12d-412e-bd57-2d315ee29db2 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 409f318c-c597-46c6-b93d-5feedabca740 (type: ports) to 4 [pid: 8|app: 0|req: 1238/2539] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:14:28 2026] GET /v2.0/vpn/vpnservices => generated 1307 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2540] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:14:28 2026] PUT /v2.0/ports/409f318c-c597-46c6-b93d-5feedabca740 => generated 1433 bytes in 681 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:14:29.048 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c6d4276-75fd-4009-8588-c878b4cb32bd'] response: {'name': 'network-changed', 'server_uuid': '84ca30ab-392e-4b5b-a260-d1c04ee93ccf', 'tag': '409f318c-c597-46c6-b93d-5feedabca740', 'status': 'completed', 'code': 200} 2026-04-20 15:14:29.205 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1f87903-15db-4001-8217-86dbfa42a697 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] TaaS: Handle Delete Port: d30e8861-c19f-4350-9fda-9d33bfd45afb 2026-04-20 15:14:29.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1f87903-15db-4001-8217-86dbfa42a697 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Tap Mirror: Handle Delete Port: d30e8861-c19f-4350-9fda-9d33bfd45afb 2026-04-20 15:14:29.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d635c76-3604-4e64-8af8-804cb1c19231 - - - - - -] TaaS: Handle Delete Port: 320394ad-cd9c-409b-96b8-7912d62ce99d 2026-04-20 15:14:29.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d635c76-3604-4e64-8af8-804cb1c19231 - - - - - -] Tap Mirror: Handle Delete Port: 320394ad-cd9c-409b-96b8-7912d62ce99d /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-20 15:14:29.577 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-5686bed2-56d0-49d9-b7a9-daa5bcb751c6 - - - - - -] No hosting information found for port c452a1cd-267c-4154-a5bf-6ff92342dc2f: RuntimeError: No hosting information found for port c452a1cd-267c-4154-a5bf-6ff92342dc2f [pid: 7|app: 0|req: 1303/2541] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:14:29 2026] GET /v2.0/ports?tenant_id=c705ce73dd74443f93ba9db4597ce035&device_id=84ca30ab-392e-4b5b-a260-d1c04ee93ccf => generated 1436 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2542] 199.204.45.38 () {34 vars in 1017 bytes} [Mon Apr 20 15:14:29 2026] GET /v2.0/networks?tenant_id=c705ce73dd74443f93ba9db4597ce035&shared=False => generated 2499 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:14:29.714 8 INFO neutron.db.ovn_revision_numbers_db [None req-5686bed2-56d0-49d9-b7a9-daa5bcb751c6 - - - - - -] Successfully bumped revision number for resource c452a1cd-267c-4154-a5bf-6ff92342dc2f (type: router_ports) to 2 2026-04-20 15:14:29.714 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5686bed2-56d0-49d9-b7a9-daa5bcb751c6 - - - - - -] OVN reports status down for port: 110885c1-e8ba-4547-acec-63005a97bb50 [pid: 7|app: 0|req: 1305/2543] 199.204.45.38 () {34 vars in 929 bytes} [Mon Apr 20 15:14:29 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:29.860 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5686bed2-56d0-49d9-b7a9-daa5bcb751c6 - - - - - -] OVN reports status down for port: 409f318c-c597-46c6-b93d-5feedabca740 2026-04-20 15:14:30.032 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8dc5fe7-fcd0-4e30-8f8d-b323ca092689 - - - - - -] TaaS: Handle Delete Port: 340536fb-380b-4ebc-a827-ac87f256a508 2026-04-20 15:14:30.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8dc5fe7-fcd0-4e30-8f8d-b323ca092689 - - - - - -] Tap Mirror: Handle Delete Port: 340536fb-380b-4ebc-a827-ac87f256a508 2026-04-20 15:14:30.072 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-193cce95-e261-4957-8ab1-6acab49074ac'] response: {'server_uuid': '84ca30ab-392e-4b5b-a260-d1c04ee93ccf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '409f318c-c597-46c6-b93d-5feedabca740', 'code': 200} [pid: 7|app: 0|req: 1306/2544] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:14:30 2026] GET /v2.0/ports?device_id=84ca30ab-392e-4b5b-a260-d1c04ee93ccf => generated 1198 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2545] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:14:30 2026] GET /v2.0/security-groups?id=666f43b4-d330-49e5-95ad-b1f27c2ae94d&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2546] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:14:30 2026] GET /v2.0/ports?tenant_id=c705ce73dd74443f93ba9db4597ce035&device_id=84ca30ab-392e-4b5b-a260-d1c04ee93ccf => generated 1436 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2547] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:14:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.108&port_id=409f318c-c597-46c6-b93d-5feedabca740 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2548] 199.204.45.38 () {34 vars in 1103 bytes} [Mon Apr 20 15:14:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A36d&port_id=409f318c-c597-46c6-b93d-5feedabca740 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:14:30.913 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8dc5fe7-fcd0-4e30-8f8d-b323ca092689 - - - - - -] TaaS: Handle Delete Port: 110885c1-e8ba-4547-acec-63005a97bb50 2026-04-20 15:14:30.919 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8dc5fe7-fcd0-4e30-8f8d-b323ca092689 - - - - - -] Tap Mirror: Handle Delete Port: 110885c1-e8ba-4547-acec-63005a97bb50 [pid: 7|app: 0|req: 1311/2549] 199.204.45.38 () {34 vars in 1063 bytes} [Mon Apr 20 15:14:30 2026] GET /v2.0/subnets?id=cd7a8ffe-cf19-4c09-9ce3-0c0fc9cede14&id=4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 1411 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2550] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:14:30 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&device_owner=network%3Adhcp => 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: 1313/2551] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:14:30 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&device_owner=network%3Adhcp => 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: 1314/2552] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:14:31 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:14:31.093 8 INFO neutron.services.segments.plugin [-] Segment d51bd9c9-1e0f-4f0d-a3e7-0dbdefc5b71c resource provider aggregate not found 2026-04-20 15:14:31.103 8 INFO neutron.services.segments.plugin [-] Segment d51bd9c9-1e0f-4f0d-a3e7-0dbdefc5b71c resource provider aggregate not found 2026-04-20 15:14:31.127 8 INFO neutron.services.segments.plugin [-] Segment d51bd9c9-1e0f-4f0d-a3e7-0dbdefc5b71c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d51bd9c9-1e0f-4f0d-a3e7-0dbdefc5b71c found for delete ", "request_id": "req-1960d023-7637-476d-a038-2f576d243017"}]} 2026-04-20 15:14:31.140 8 INFO neutron.services.segments.plugin [-] Segment d51bd9c9-1e0f-4f0d-a3e7-0dbdefc5b71c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d51bd9c9-1e0f-4f0d-a3e7-0dbdefc5b71c found for delete ", "request_id": "req-4810de34-7e45-41bb-880b-78e516cdec8b"}]} [pid: 7|app: 0|req: 1315/2553] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:14:31 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2554] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:14:28 2026] DELETE /v2.0/vpn/vpnservices/e680dc17-c31d-4662-8973-68c9c994c1ad => generated 0 bytes in 2198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2555] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:14:31 2026] GET /v2.0/vpn/vpnservices => generated 863 bytes in 12 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-20 15:14:31.242 8 INFO neutron.api.v2.resource [None req-a189da0c-7511-402b-b7b2-f05518c77999 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 8|app: 0|req: 1240/2556] 10.0.0.154 () {34 vars in 707 bytes} [Mon Apr 20 15:14:31 2026] POST /v2.0/vpn/ipsec-site-connections => generated 127 bytes in 56 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-20 15:14:31.305 7 INFO neutron.api.v2.resource [None req-7554cb8c-f636-4532-a1e9-4643e7ef3869 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 7|app: 0|req: 1317/2557] 10.0.0.154 () {34 vars in 707 bytes} [Mon Apr 20 15:14:31 2026] POST /v2.0/vpn/ipsec-site-connections => generated 136 bytes in 57 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-20 15:14:31.321 8 WARNING neutron.api.v2.base [None req-8d65e778-6f54-4445-bcb6-e6c76d679f81 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for dpd. Reason: '59' is not a dictionary.].: webob.exc.HTTPBadRequest: Invalid input for dpd. Reason: '59' is not a dictionary. 2026-04-20 15:14:31.322 8 INFO neutron.api.v2.resource [None req-8d65e778-6f54-4445-bcb6-e6c76d679f81 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): Invalid input for dpd. Reason: '59' is not a dictionary. [pid: 8|app: 0|req: 1241/2558] 10.0.0.154 () {34 vars in 707 bytes} [Mon Apr 20 15:14:31 2026] POST /v2.0/vpn/ipsec-site-connections => generated 129 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2559] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:14:31 2026] POST /v2.0/vpn/endpoint-groups => generated 293 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:31.420 8 INFO neutron.api.v2.resource [None req-39db00ce-b872-48bb-a2fc-5187b775164b f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 8|app: 0|req: 1242/2560] 10.0.0.154 () {34 vars in 707 bytes} [Mon Apr 20 15:14:31 2026] POST /v2.0/vpn/ipsec-site-connections => generated 149 bytes in 43 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2561] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:31 2026] GET /v2.0/vpn/endpoint-groups => generated 907 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2562] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:14:31 2026] DELETE /v2.0/vpn/endpoint-groups/3893bed4-b42b-479e-b2b8-778edfb80c7a => 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: 1320/2563] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:31 2026] GET /v2.0/vpn/endpoint-groups => generated 632 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2566] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:14:31 2026] POST /v2.0/vpn/endpoint-groups => generated 302 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:31.596 8 INFO neutron.api.v2.resource [None req-3e18754b-390c-4da8-98e1-078537091693 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 8|app: 0|req: 1245/2567] 10.0.0.154 () {34 vars in 707 bytes} [Mon Apr 20 15:14:31 2026] POST /v2.0/vpn/ipsec-site-connections => generated 148 bytes in 41 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2568] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:31 2026] GET /v2.0/vpn/endpoint-groups => generated 916 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2569] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:14:31 2026] DELETE /v2.0/vpn/endpoint-groups/efffe0e8-aa55-4d64-8106-1066e7051e80 => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2570] 10.0.0.154 () {32 vars in 671 bytes} [Mon Apr 20 15:14:31 2026] GET /v2.0/vpn/endpoint-groups => generated 632 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:31.673 8 WARNING neutron.api.v2.base [None req-2d102d1f-a1fc-4797-8553-68324ca850a7 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for peer_cidrs. Reason: '1.0.0.0/33' is not a valid IP subnet.].: webob.exc.HTTPBadRequest: Invalid input for peer_cidrs. Reason: '1.0.0.0/33' is not a valid IP subnet. 2026-04-20 15:14:31.674 8 INFO neutron.api.v2.resource [None req-2d102d1f-a1fc-4797-8553-68324ca850a7 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): Invalid input for peer_cidrs. Reason: '1.0.0.0/33' is not a valid IP subnet. [pid: 8|app: 0|req: 1247/2571] 10.0.0.154 () {34 vars in 707 bytes} [Mon Apr 20 15:14:31 2026] POST /v2.0/vpn/ipsec-site-connections => generated 149 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-20 15:14:31.779 7 INFO neutron.db.segments_db [None req-6ed33be8-25ee-4338-8f5f-b90a7b0ee2de f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Added segment ceb39e46-2719-454c-9adb-6094f5258a1e of type geneve for network 4a0f2f2b-d25a-4269-8c35-1467ca29e354 2026-04-20 15:14:31.905 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ed33be8-25ee-4338-8f5f-b90a7b0ee2de f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 4a0f2f2b-d25a-4269-8c35-1467ca29e354 (type: networks) to 1 2026-04-20 15:14:32.077 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6ed33be8-25ee-4338-8f5f-b90a7b0ee2de f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:14:32.078 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6ed33be8-25ee-4338-8f5f-b90a7b0ee2de f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network 4a0f2f2b-d25a-4269-8c35-1467ca29e354: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:32.167 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ed33be8-25ee-4338-8f5f-b90a7b0ee2de f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 1a6860eb-7ba1-45da-8187-bfa7bc24a253 (type: ports) to 1 [pid: 7|app: 0|req: 1325/2572] 10.0.0.154 () {34 vars in 670 bytes} [Mon Apr 20 15:14:31 2026] POST /v2.0/networks => generated 650 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:32.395 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e1d1cc1a-b9b8-46cf-a206-911fbf77d5c7 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:14:32.396 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e1d1cc1a-b9b8-46cf-a206-911fbf77d5c7 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network 4a0f2f2b-d25a-4269-8c35-1467ca29e354: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:32.858 8 INFO neutron.db.ovn_revision_numbers_db [None req-689713d9-cf4c-45f6-b732-8aa539d18f78 - - - - - -] Successfully bumped revision number for resource 1a6860eb-7ba1-45da-8187-bfa7bc24a253 (type: ports) to 2 2026-04-20 15:14:32.886 8 INFO neutron.db.ovn_revision_numbers_db [None req-689713d9-cf4c-45f6-b732-8aa539d18f78 - - - - - -] Successfully bumped revision number for resource 98b40108-91e3-4175-9038-6b09f0d17ee3 (type: subnets) to 0 [pid: 8|app: 0|req: 1248/2573] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:14:32 2026] POST /v2.0/subnets => generated 629 bytes in 707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:33.096 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] No hosting information found for port 174460de-2daf-419b-b141-5ab26d3bad79: RuntimeError: No hosting information found for port 174460de-2daf-419b-b141-5ab26d3bad79 2026-04-20 15:14:33.264 7 INFO neutron.db.ovn_revision_numbers_db [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] Successfully bumped revision number for resource 174460de-2daf-419b-b141-5ab26d3bad79 (type: router_ports) to 2 2026-04-20 15:14:33.334 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] OVN reports status down for port: b154d405-badc-4b0e-bd4c-07ae4493b76d 2026-04-20 15:14:33.440 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] Logical_Switch_Port %s host information not removed, the port state is up 2026-04-20 15:14:33.440 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] OVN reports status up for port: b154d405-badc-4b0e-bd4c-07ae4493b76d 2026-04-20 15:14:33.457 7 INFO neutron.plugins.ml2.plugin [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] Attempt 1 to provision port b154d405-badc-4b0e-bd4c-07ae4493b76d 2026-04-20 15:14:33.511 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-174f6ad9-f7c7-451c-b4a2-3360d7634ca7 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] No more DHCP agents 2026-04-20 15:14:33.513 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-174f6ad9-f7c7-451c-b4a2-3360d7634ca7 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:33.642 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5686bed2-56d0-49d9-b7a9-daa5bcb751c6 - - - - - -] OVN reports status down for port: 8c18401d-ee46-4cb9-b990-cc9402fae4db 2026-04-20 15:14:33.673 7 INFO neutron.db.ovn_revision_numbers_db [None req-174f6ad9-f7c7-451c-b4a2-3360d7634ca7 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 8c18401d-ee46-4cb9-b990-cc9402fae4db (type: ports) to 1 2026-04-20 15:14:33.816 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5686bed2-56d0-49d9-b7a9-daa5bcb751c6 - - - - - -] OVN reports status up for port: 409f318c-c597-46c6-b93d-5feedabca740 2026-04-20 15:14:33.834 8 INFO neutron.plugins.ml2.plugin [None req-5686bed2-56d0-49d9-b7a9-daa5bcb751c6 - - - - - -] Attempt 1 to provision port 409f318c-c597-46c6-b93d-5feedabca740 2026-04-20 15:14:33.970 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b0cc39f-6169-49b7-89db-3d72d68c2142'] response: {'server_uuid': '84ca30ab-392e-4b5b-a260-d1c04ee93ccf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '409f318c-c597-46c6-b93d-5feedabca740', 'code': 200} 2026-04-20 15:14:34.107 8 INFO neutron.db.ovn_revision_numbers_db [None req-5686bed2-56d0-49d9-b7a9-daa5bcb751c6 - - - - - -] Successfully bumped revision number for resource 409f318c-c597-46c6-b93d-5feedabca740 (type: ports) to 5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1249/2574] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:14:34 2026] GET /v2.0/subnets => generated 8751 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:14:34.456 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.commands [None req-ee8380af-feca-4908-b003-fd2be6a58c8c - - - - - -] Schedule LRP lrp-8c18401d-ee46-4cb9-b990-cc9402fae4db on gateway 718698cc-d258-4ff9-a244-4345b61173a7 with priority 1 2026-04-20 15:14:34.508 7 INFO neutron.db.ovn_revision_numbers_db [None req-174f6ad9-f7c7-451c-b4a2-3360d7634ca7 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 8c18401d-ee46-4cb9-b990-cc9402fae4db (type: router_ports) to 1 2026-04-20 15:14:34.542 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7db5ddd7-8d50-4fb2-918f-947c4ce6610a - - - - - -] OVN reports status up for port: 8c18401d-ee46-4cb9-b990-cc9402fae4db 2026-04-20 15:14:34.571 8 INFO neutron.plugins.ml2.plugin [None req-7db5ddd7-8d50-4fb2-918f-947c4ce6610a - - - - - -] Attempt 1 to provision port 8c18401d-ee46-4cb9-b990-cc9402fae4db 2026-04-20 15:14:34.581 7 INFO neutron.db.ovn_revision_numbers_db [None req-174f6ad9-f7c7-451c-b4a2-3360d7634ca7 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 95def42e-7189-46d0-9dc9-a2c15070cc18 (type: routers) to 2 [pid: 7|app: 0|req: 1326/2575] 10.0.0.154 () {34 vars in 669 bytes} [Mon Apr 20 15:14:32 2026] POST /v2.0/routers => generated 937 bytes in 1691 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:34.713 7 INFO neutron.api.v2.resource [None req-dd9e500e-cd39-41bc-9e07-14b499e3f0b4 66a6e533c82a4dbd911a01f9fc0c7027 5e3f03b4f69b451195bbd2c2426a0e40 - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 8|app: 0|req: 1250/2576] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:14:34 2026] GET /v2.0/ports => generated 29566 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2577] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:14:34 2026] POST /v2.0/vpn/vpnservices => generated 194 bytes in 108 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2578] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:14:34 2026] GET /v2.0/routers => generated 4853 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2579] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:14:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:34.884 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d3b6ffb-857f-4f0a-982f-8b5ed6dcc111 66a6e533c82a4dbd911a01f9fc0c7027 5e3f03b4f69b451195bbd2c2426a0e40 - - default default] TaaS: Handle Delete Port: 1a6860eb-7ba1-45da-8187-bfa7bc24a253 2026-04-20 15:14:34.888 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d3b6ffb-857f-4f0a-982f-8b5ed6dcc111 66a6e533c82a4dbd911a01f9fc0c7027 5e3f03b4f69b451195bbd2c2426a0e40 - - default default] Tap Mirror: Handle Delete Port: 1a6860eb-7ba1-45da-8187-bfa7bc24a253 [pid: 7|app: 0|req: 1330/2580] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:14:34 2026] GET /v2.0/security-groups => generated 31565 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2581] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:14:34 2026] GET /v2.0/subnets => generated 8751 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2582] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:14:34 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) [pid: 7|app: 0|req: 1333/2583] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:14:35 2026] GET /v2.0/floatingips => 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: 1334/2584] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:14:35 2026] GET /v2.0/networks => generated 8639 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2585] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:14:35 2026] GET /v2.0/agents => generated 1214 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2586] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:14:35 2026] GET /v2.0/network-ip-availabilities => generated 5275 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:14:35.316 8 INFO neutron.services.segments.plugin [-] Segment ceb39e46-2719-454c-9adb-6094f5258a1e resource provider aggregate not found 2026-04-20 15:14:35.327 8 INFO neutron.services.segments.plugin [-] Segment ceb39e46-2719-454c-9adb-6094f5258a1e resource provider aggregate not found 2026-04-20 15:14:35.340 8 INFO neutron.services.segments.plugin [-] Segment ceb39e46-2719-454c-9adb-6094f5258a1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceb39e46-2719-454c-9adb-6094f5258a1e found for delete ", "request_id": "req-9f1d4ee0-46ef-4dff-ac3f-5a694ff409fa"}]} 2026-04-20 15:14:35.355 8 INFO neutron.services.segments.plugin [-] Segment ceb39e46-2719-454c-9adb-6094f5258a1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceb39e46-2719-454c-9adb-6094f5258a1e found for delete ", "request_id": "req-15a34d4f-bd56-453d-b0dc-d6c494e07f50"}]} [pid: 8|app: 0|req: 1251/2587] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:14:34 2026] DELETE /v2.0/networks/4a0f2f2b-d25a-4269-8c35-1467ca29e354 => generated 0 bytes in 659 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:14:35.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-c75d6c47-1d2a-4e74-b1f5-2b316972e202 66a6e533c82a4dbd911a01f9fc0c7027 5e3f03b4f69b451195bbd2c2426a0e40 - - default default] TaaS: Handle Delete Port: 8c18401d-ee46-4cb9-b990-cc9402fae4db 2026-04-20 15:14:35.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c75d6c47-1d2a-4e74-b1f5-2b316972e202 66a6e533c82a4dbd911a01f9fc0c7027 5e3f03b4f69b451195bbd2c2426a0e40 - - default default] Tap Mirror: Handle Delete Port: 8c18401d-ee46-4cb9-b990-cc9402fae4db [pid: 8|app: 0|req: 1252/2588] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:14:35 2026] GET /v2.0/ports?device_id=84ca30ab-392e-4b5b-a260-d1c04ee93ccf => generated 1200 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2589] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:14:35 2026] GET /v2.0/security-groups?id=666f43b4-d330-49e5-95ad-b1f27c2ae94d&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2590] 10.0.0.154 () {32 vars in 818 bytes} [Mon Apr 20 15:14:35 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&mac_address=fa%3A16%3A3e%3A05%3A77%3Aef => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:14:36.036 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-58332519-d954-44c1-9412-89f93d73987d'] response: {'server_uuid': '84ca30ab-392e-4b5b-a260-d1c04ee93ccf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '409f318c-c597-46c6-b93d-5feedabca740', 'code': 200} [pid: 7|app: 0|req: 1337/2591] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:14:35 2026] DELETE /v2.0/routers/95def42e-7189-46d0-9dc9-a2c15070cc18 => generated 0 bytes in 837 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:14:36.236 7 WARNING neutron.api.v2.base [None req-49b9fc84-bab9-4260-bd8c-df07379b378c f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for description. Reason: 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for description. Reason: 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy' exceeds maximum length of 255. 2026-04-20 15:14:36.236 7 INFO neutron.api.v2.resource [None req-49b9fc84-bab9-4260-bd8c-df07379b378c f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): Invalid input for description. Reason: 'yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy' exceeds maximum length of 255. [pid: 7|app: 0|req: 1338/2592] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:14:36 2026] POST /v2.0/vpn/vpnservices => generated 401 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-20 15:14:36.246 7 WARNING neutron.api.v2.base [None req-53a7fa0d-f8fd-460e-90f3-ca215f92e221 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for name. Reason: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for name. Reason: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' exceeds maximum length of 255. 2026-04-20 15:14:36.246 7 INFO neutron.api.v2.resource [None req-53a7fa0d-f8fd-460e-90f3-ca215f92e221 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): Invalid input for name. Reason: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' exceeds maximum length of 255. [pid: 7|app: 0|req: 1339/2593] 10.0.0.154 () {34 vars in 685 bytes} [Mon Apr 20 15:14:36 2026] POST /v2.0/vpn/vpnservices => generated 394 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-20 15:14:36.283 7 INFO neutron.api.v2.resource [None req-9d84d5bf-f0b4-4c7c-8329-354fe67801b6 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 7|app: 0|req: 1340/2594] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:14:36 2026] POST /v2.0/vpn/endpoint-groups => generated 183 bytes in 32 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-20 15:14:36.308 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4c01fc14-d2ef-43c5-8a62-d23878f4ea4d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:36.310 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4c01fc14-d2ef-43c5-8a62-d23878f4ea4d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:36.322 7 INFO neutron.api.v2.resource [None req-c17512d2-f222-4f1c-83fc-19af5b3e5be0 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 7|app: 0|req: 1341/2595] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:14:36 2026] POST /v2.0/vpn/endpoint-groups => generated 160 bytes in 33 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-20 15:14:36.367 7 INFO neutron.api.v2.resource [None req-c4b5e918-97f3-470c-932c-6e9d987d2549 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] create failed (client error): The server could not comply with the request since it is either malformed or otherwise incorrect. [pid: 7|app: 0|req: 1342/2596] 10.0.0.154 () {34 vars in 693 bytes} [Mon Apr 20 15:14:36 2026] POST /v2.0/vpn/endpoint-groups => generated 154 bytes in 35 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2597] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:14:36 2026] GET /v2.0/vpn/ikepolicies => generated 408 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2598] 10.0.0.154 () {32 vars in 667 bytes} [Mon Apr 20 15:14:36 2026] GET /v2.0/vpn/ipsecpolicies => generated 415 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2599] 10.0.0.154 () {32 vars in 685 bytes} [Mon Apr 20 15:14:36 2026] GET /v2.0/vpn/ipsec-site-connections => generated 796 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2600] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:14:36 2026] GET /v2.0/vpn/vpnservices => generated 863 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2601] 10.0.0.154 () {32 vars in 745 bytes} [Mon Apr 20 15:14:36 2026] GET /v2.0/vpn/endpoint-groups/dae2a16e-e92a-4943-8dac-0eeab34eaa0b => generated 328 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2602] 10.0.0.154 () {32 vars in 745 bytes} [Mon Apr 20 15:14:36 2026] GET /v2.0/vpn/endpoint-groups/09eec37d-f754-4148-a09e-9621da9be74e => generated 319 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2603] 10.0.0.154 () {32 vars in 737 bytes} [Mon Apr 20 15:14:36 2026] GET /v2.0/vpn/ikepolicies/8c8977b5-ff12-421a-a879-5e71527f6ca5 => generated 404 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2604] 10.0.0.154 () {32 vars in 741 bytes} [Mon Apr 20 15:14:36 2026] GET /v2.0/vpn/ipsecpolicies/d21b0e49-bfcf-4979-9ac8-b30fef9e6228 => generated 411 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2605] 10.0.0.154 () {32 vars in 737 bytes} [Mon Apr 20 15:14:36 2026] GET /v2.0/vpn/vpnservices/64677e34-b97f-4840-b2ea-b0609391d550 => generated 450 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:37.167 7 INFO neutron.db.ovn_revision_numbers_db [None req-b885d302-1105-4d32-9117-3488e651431a f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 97f594f6-1621-4256-8520-4f33c2517db9 (type: routers) to 10 [pid: 7|app: 0|req: 1352/2606] 10.0.0.154 () {32 vars in 762 bytes} [Mon Apr 20 15:14:36 2026] DELETE /v2.0/vpn/ipsec-site-connections/1c15d5e5-f31a-412e-a5dc-e61c4a2e53a4 => generated 0 bytes in 688 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:14:37.251 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c01fc14-d2ef-43c5-8a62-d23878f4ea4d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 0a35f771-a9ed-4dcf-99d3-7456225a1d8a (type: floatingips) to 1 2026-04-20 15:14:37.251 8 INFO neutron.db.l3_db [None req-4c01fc14-d2ef-43c5-8a62-d23878f4ea4d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Floating IP 0a35f771-a9ed-4dcf-99d3-7456225a1d8a associated. External IP: 10.96.250.201, port: 409f318c-c597-46c6-b93d-5feedabca740. [pid: 7|app: 0|req: 1353/2607] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:14:37 2026] DELETE /v2.0/vpn/endpoint-groups/dae2a16e-e92a-4943-8dac-0eeab34eaa0b => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2608] 10.0.0.154 () {34 vars in 677 bytes} [Mon Apr 20 15:14:36 2026] POST /v2.0/floatingips => generated 855 bytes in 1250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2609] 10.0.0.154 () {32 vars in 748 bytes} [Mon Apr 20 15:14:37 2026] DELETE /v2.0/vpn/endpoint-groups/09eec37d-f754-4148-a09e-9621da9be74e => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2610] 10.0.0.154 () {32 vars in 744 bytes} [Mon Apr 20 15:14:37 2026] DELETE /v2.0/vpn/ipsecpolicies/d21b0e49-bfcf-4979-9ac8-b30fef9e6228 => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2611] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:14:37 2026] DELETE /v2.0/vpn/ikepolicies/8c8977b5-ff12-421a-a879-5e71527f6ca5 => 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: 1356/2612] 10.0.0.166 () {34 vars in 1096 bytes} [Mon Apr 20 15:14:37 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1309469226&fields=id&tenant_id=c705ce73dd74443f93ba9db4597ce035 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2613] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:14:37 2026] DELETE /v2.0/vpn/vpnservices/64677e34-b97f-4840-b2ea-b0609391d550 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2614] 10.0.0.166 () {34 vars in 982 bytes} [Mon Apr 20 15:14:37 2026] GET /v2.0/networks?id=4f720e35-0db9-4192-ab00-40f1815fdb9c => generated 743 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2615] 10.0.0.166 () {34 vars in 965 bytes} [Mon Apr 20 15:14:37 2026] GET /v2.0/quotas/c705ce73dd74443f93ba9db4597ce035 => generated 292 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:37.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-3106672f-2f9f-4086-bee8-171f44368498 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] TaaS: Handle Delete Port: 8991299d-e66e-4201-ab74-42807eebf144 2026-04-20 15:14:37.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3106672f-2f9f-4086-bee8-171f44368498 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Tap Mirror: Handle Delete Port: 8991299d-e66e-4201-ab74-42807eebf144 [pid: 7|app: 0|req: 1359/2616] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:14:37 2026] GET /v2.0/ports?tenant_id=c705ce73dd74443f93ba9db4597ce035&fields=id => generated 333 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2617] 10.0.0.166 () {34 vars in 1008 bytes} [Mon Apr 20 15:14:37 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2618] 10.0.0.166 () {34 vars in 1108 bytes} [Mon Apr 20 15:14:37 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:14:38.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-dcb0432c-97a1-4063-9ef8-b3b6301e0a93 - - - - - -] TaaS: Handle Delete Port: 93528324-5372-474a-af1d-89c34dcc8dec 2026-04-20 15:14:38.057 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcb0432c-97a1-4063-9ef8-b3b6301e0a93 - - - - - -] Tap Mirror: Handle Delete Port: 93528324-5372-474a-af1d-89c34dcc8dec [pid: 7|app: 0|req: 1362/2619] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:14:38 2026] GET /v2.0/ports?device_id=64d22e0e-12bf-43a5-bf74-ab5ff5692789 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:14:38.078 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-160de355-92c1-41fe-b006-8b16862b0c2b'] response: {'name': 'network-changed', 'server_uuid': '84ca30ab-392e-4b5b-a260-d1c04ee93ccf', 'tag': '409f318c-c597-46c6-b93d-5feedabca740', 'status': 'completed', 'code': 200} 2026-04-20 15:14:38.366 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] No hosting information found for port b154d405-badc-4b0e-bd4c-07ae4493b76d: RuntimeError: No hosting information found for port b154d405-badc-4b0e-bd4c-07ae4493b76d 2026-04-20 15:14:38.366 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] OVN reports status down for port: d30e8861-c19f-4350-9fda-9d33bfd45afb 2026-04-20 15:14:38.377 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] OVN reports status down for port: 340536fb-380b-4ebc-a827-ac87f256a508 2026-04-20 15:14:38.439 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] OVN reports status up for port: 340536fb-380b-4ebc-a827-ac87f256a508 2026-04-20 15:14:38.463 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] OVN reports status down for port: 320394ad-cd9c-409b-96b8-7912d62ce99d 2026-04-20 15:14:38.479 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] OVN reports status down for port: 1a6860eb-7ba1-45da-8187-bfa7bc24a253 2026-04-20 15:14:38.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a2cb563-b7d1-4838-8db3-ad4f0288b08e - - - - - -] TaaS: Handle Delete Port: 77b4375d-d138-4713-8af8-7ba413ceefae 2026-04-20 15:14:38.506 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a2cb563-b7d1-4838-8db3-ad4f0288b08e - - - - - -] Tap Mirror: Handle Delete Port: 77b4375d-d138-4713-8af8-7ba413ceefae /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1363/2620] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:14:38 2026] GET /v2.0/ports?tenant_id=c705ce73dd74443f93ba9db4597ce035&device_id=84ca30ab-392e-4b5b-a260-d1c04ee93ccf => generated 1438 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2621] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:14:38 2026] GET /v2.0/networks?id=b88770a8-cda0-41a9-823d-cc49ef550bad => generated 841 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2622] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:14:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.108&port_id=409f318c-c597-46c6-b93d-5feedabca740 => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2623] 199.204.45.38 () {34 vars in 1103 bytes} [Mon Apr 20 15:14:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A36d&port_id=409f318c-c597-46c6-b93d-5feedabca740 => 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: 1367/2624] 199.204.45.38 () {34 vars in 1063 bytes} [Mon Apr 20 15:14:38 2026] GET /v2.0/subnets?id=cd7a8ffe-cf19-4c09-9ce3-0c0fc9cede14&id=4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2625] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:14:38 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&device_owner=network%3Adhcp => 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: 1369/2626] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:14:38 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&device_owner=network%3Adhcp => 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: 1370/2627] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:14:38 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2628] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:14:38 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:14:39.332 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a2cb563-b7d1-4838-8db3-ad4f0288b08e - - - - - -] TaaS: Handle Delete Port: 95aa1038-983c-4172-a139-863894548935 2026-04-20 15:14:39.335 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a2cb563-b7d1-4838-8db3-ad4f0288b08e - - - - - -] Tap Mirror: Handle Delete Port: 95aa1038-983c-4172-a139-863894548935 2026-04-20 15:14:39.505 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7db5ddd7-8d50-4fb2-918f-947c4ce6610a - - - - - -] No port found with ID 8c18401d-ee46-4cb9-b990-cc9402fae4db: RuntimeError: No port found with ID 8c18401d-ee46-4cb9-b990-cc9402fae4db 2026-04-20 15:14:39.538 8 INFO neutron.services.segments.plugin [-] Segment faf7021c-3f9c-463a-bb02-22d62f20f291 resource provider aggregate not found 2026-04-20 15:14:39.546 8 INFO neutron.services.segments.plugin [-] Segment faf7021c-3f9c-463a-bb02-22d62f20f291 resource provider aggregate not found 2026-04-20 15:14:39.566 8 INFO neutron.services.segments.plugin [-] Segment faf7021c-3f9c-463a-bb02-22d62f20f291 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faf7021c-3f9c-463a-bb02-22d62f20f291 found for delete ", "request_id": "req-672489b6-8def-4c1b-bb0c-891dee542bb0"}]} 2026-04-20 15:14:39.574 8 INFO neutron.services.segments.plugin [-] Segment faf7021c-3f9c-463a-bb02-22d62f20f291 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faf7021c-3f9c-463a-bb02-22d62f20f291 found for delete ", "request_id": "req-dbd30996-179b-4093-ad52-bdc877b776d0"}]} [pid: 8|app: 0|req: 1258/2629] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:14:37 2026] DELETE /v2.0/vpn/vpnservices/902d5552-a864-4200-adea-0455e88b24c2 => generated 0 bytes in 2169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2630] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:14:39 2026] GET /v2.0/routers/97f594f6-1621-4256-8520-4f33c2517db9 => generated 942 bytes in 86 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-20 15:14:40.466 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c59cdbb-4d7e-4ccf-a02a-992730274720 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 97f594f6-1621-4256-8520-4f33c2517db9 (type: routers) to 11 [pid: 8|app: 0|req: 1259/2631] 10.0.0.154 () {34 vars in 742 bytes} [Mon Apr 20 15:14:39 2026] PUT /v2.0/routers/97f594f6-1621-4256-8520-4f33c2517db9 => generated 942 bytes in 747 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2632] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:14:40 2026] GET /v2.0/ports?device_id=97f594f6-1621-4256-8520-4f33c2517db9 => generated 946 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:40.884 8 INFO neutron_taas.services.taas.taas_plugin [None req-c67c1420-8866-4f23-8382-83e10a52e81c f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] TaaS: Handle Delete Port: b37b09c6-a8c9-4ab3-89df-b7968dd0bdc1 2026-04-20 15:14:40.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c67c1420-8866-4f23-8382-83e10a52e81c f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Tap Mirror: Handle Delete Port: b37b09c6-a8c9-4ab3-89df-b7968dd0bdc1 [pid: 8|app: 0|req: 1260/2633] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:14:40 2026] PUT /v2.0/routers/97f594f6-1621-4256-8520-4f33c2517db9/remove_router_interface => generated 309 bytes in 888 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:41.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6e30f31-d954-4fab-902a-ae86e45c617a f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] TaaS: Handle Delete Port: 11b37b77-81d9-409e-bc3f-77e3542b2119 2026-04-20 15:14:41.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6e30f31-d954-4fab-902a-ae86e45c617a f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Tap Mirror: Handle Delete Port: 11b37b77-81d9-409e-bc3f-77e3542b2119 [pid: 7|app: 0|req: 1374/2634] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:14:41 2026] DELETE /v2.0/routers/97f594f6-1621-4256-8520-4f33c2517db9 => generated 0 bytes in 781 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: 1261/2635] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:14:42 2026] GET /v2.0/routers/722069c3-a87e-4405-b1f7-0d63707d8ece => generated 942 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2636] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:14:42 2026] GET /v2.0/networks?id=4f720e35-0db9-4192-ab00-40f1815fdb9c => generated 743 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2637] 199.204.45.38 () {34 vars in 1049 bytes} [Mon Apr 20 15:14:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c705ce73dd74443f93ba9db4597ce035 => generated 179 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:42.711 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-ac081e3f-67f3-4b91-91dd-f47c55c56ae0 req-3a540cdd-b430-4b28-a6dd-11157d5f6388 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:42.712 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-ac081e3f-67f3-4b91-91dd-f47c55c56ae0 req-3a540cdd-b430-4b28-a6dd-11157d5f6388 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network 4f720e35-0db9-4192-ab00-40f1815fdb9c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:42.823 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] OVN reports status down for port: f91381e5-42f5-4284-8aed-159681259fb7 2026-04-20 15:14:42.892 7 INFO neutron.db.ovn_revision_numbers_db [req-ac081e3f-67f3-4b91-91dd-f47c55c56ae0 req-3a540cdd-b430-4b28-a6dd-11157d5f6388 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource f91381e5-42f5-4284-8aed-159681259fb7 (type: ports) to 1 2026-04-20 15:14:42.995 8 INFO neutron.db.ovn_revision_numbers_db [None req-dc96103c-bf00-434b-9ea0-3a293f6f0d6e f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 722069c3-a87e-4405-b1f7-0d63707d8ece (type: routers) to 5 [pid: 7|app: 0|req: 1377/2638] 199.204.45.38 () {38 vars in 954 bytes} [Mon Apr 20 15:14:42 2026] POST /v2.0/ports => generated 1183 bytes in 585 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2639] 10.0.0.154 () {34 vars in 742 bytes} [Mon Apr 20 15:14:42 2026] PUT /v2.0/routers/722069c3-a87e-4405-b1f7-0d63707d8ece => generated 942 bytes in 678 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: 1263/2640] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:14:43 2026] GET /v2.0/ports?device_id=722069c3-a87e-4405-b1f7-0d63707d8ece => generated 950 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:43.373 7 INFO neutron.db.ovn_revision_numbers_db [req-ac081e3f-67f3-4b91-91dd-f47c55c56ae0 req-f5765838-20d1-4898-876d-e7811499f79a 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource f91381e5-42f5-4284-8aed-159681259fb7 (type: ports) to 2 2026-04-20 15:14:43.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-78f14601-d98b-490b-aecf-7229c9c5ea06 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] TaaS: Handle Delete Port: ebc179b3-2445-4605-8946-2d71697ea713 2026-04-20 15:14:43.386 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78f14601-d98b-490b-aecf-7229c9c5ea06 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Tap Mirror: Handle Delete Port: ebc179b3-2445-4605-8946-2d71697ea713 2026-04-20 15:14:43.597 7 INFO neutron.db.ovn_revision_numbers_db [req-ac081e3f-67f3-4b91-91dd-f47c55c56ae0 req-f5765838-20d1-4898-876d-e7811499f79a 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource f91381e5-42f5-4284-8aed-159681259fb7 (type: ports) to 4 [pid: 7|app: 0|req: 1378/2641] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:14:43 2026] PUT /v2.0/ports/f91381e5-42f5-4284-8aed-159681259fb7 => generated 1433 bytes in 615 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: 1379/2642] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:14:43 2026] GET /v2.0/ports?device_id=64d22e0e-12bf-43a5-bf74-ab5ff5692789 => generated 1198 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:14:43.669 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9088a887-64d3-4a63-abdc-c3002dedc44d'] response: {'name': 'network-changed', 'server_uuid': '64d22e0e-12bf-43a5-bf74-ab5ff5692789', 'tag': 'f91381e5-42f5-4284-8aed-159681259fb7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1380/2643] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:14:43 2026] GET /v2.0/security-groups?id=666f43b4-d330-49e5-95ad-b1f27c2ae94d&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2644] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:14:43 2026] PUT /v2.0/routers/722069c3-a87e-4405-b1f7-0d63707d8ece/remove_router_interface => generated 309 bytes in 805 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-20 15:14:44.225 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e165a63-d227-4f47-b71e-5e32b8291c72 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] TaaS: Handle Delete Port: b1c41cdb-5ea7-4997-9b69-d92a3b0f5739 2026-04-20 15:14:44.228 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e165a63-d227-4f47-b71e-5e32b8291c72 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Tap Mirror: Handle Delete Port: b1c41cdb-5ea7-4997-9b69-d92a3b0f5739 [pid: 8|app: 0|req: 1265/2645] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:14:44 2026] GET /v2.0/ports?tenant_id=c705ce73dd74443f93ba9db4597ce035&device_id=64d22e0e-12bf-43a5-bf74-ab5ff5692789 => generated 1436 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2646] 199.204.45.38 () {34 vars in 1017 bytes} [Mon Apr 20 15:14:44 2026] GET /v2.0/networks?tenant_id=c705ce73dd74443f93ba9db4597ce035&shared=False => generated 2499 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2647] 199.204.45.38 () {34 vars in 929 bytes} [Mon Apr 20 15:14:44 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2648] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:14:43 2026] DELETE /v2.0/routers/722069c3-a87e-4405-b1f7-0d63707d8ece => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2649] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:14:44 2026] GET /v2.0/routers/093505a7-1509-4e1d-8ed3-bd4469dead8b => generated 942 bytes in 588 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2650] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:14:45 2026] GET /v2.0/ports?tenant_id=c705ce73dd74443f93ba9db4597ce035&device_id=64d22e0e-12bf-43a5-bf74-ab5ff5692789 => generated 1436 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2651] 199.204.45.38 () {34 vars in 1055 bytes} [Mon Apr 20 15:14:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.94&port_id=f91381e5-42f5-4284-8aed-159681259fb7 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2652] 199.204.45.38 () {34 vars in 1105 bytes} [Mon Apr 20 15:14:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A323&port_id=f91381e5-42f5-4284-8aed-159681259fb7 => 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: 1272/2653] 199.204.45.38 () {34 vars in 1063 bytes} [Mon Apr 20 15:14:45 2026] GET /v2.0/subnets?id=0ca2c360-eb31-4971-a9bd-d5889d3fa92a&id=db9d4254-138a-40da-8f5d-26e743ac0881 => generated 1415 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2654] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:14:45 2026] GET /v2.0/ports?network_id=4f720e35-0db9-4192-ab00-40f1815fdb9c&device_owner=network%3Adhcp => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2655] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:14:45 2026] GET /v2.0/ports?network_id=4f720e35-0db9-4192-ab00-40f1815fdb9c&device_owner=network%3Adhcp => 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: 1275/2656] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:14:45 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?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: 1276/2657] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:14:45 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:14:46.085 7 INFO neutron.db.ovn_revision_numbers_db [None req-bd4755a4-e19e-49b2-b93a-eaf790ba01d6 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Successfully bumped revision number for resource 093505a7-1509-4e1d-8ed3-bd4469dead8b (type: routers) to 5 [pid: 7|app: 0|req: 1382/2658] 10.0.0.154 () {34 vars in 742 bytes} [Mon Apr 20 15:14:45 2026] PUT /v2.0/routers/093505a7-1509-4e1d-8ed3-bd4469dead8b => generated 942 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2659] 10.0.0.154 () {32 vars in 736 bytes} [Mon Apr 20 15:14:46 2026] GET /v2.0/ports?device_id=093505a7-1509-4e1d-8ed3-bd4469dead8b => generated 950 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2662] 10.0.0.4 () {34 vars in 988 bytes} [Mon Apr 20 15:14:46 2026] GET /v2.0/ports?device_id=84ca30ab-392e-4b5b-a260-d1c04ee93ccf => generated 1438 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2663] 10.0.0.4 () {34 vars in 1038 bytes} [Mon Apr 20 15:14:46 2026] GET /v2.0/security-groups?id=666f43b4-d330-49e5-95ad-b1f27c2ae94d&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:47.187 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfcc4166-2fcc-439a-858a-64a06fbb1232 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] TaaS: Handle Delete Port: c452a1cd-267c-4154-a5bf-6ff92342dc2f 2026-04-20 15:14:47.192 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfcc4166-2fcc-439a-858a-64a06fbb1232 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Tap Mirror: Handle Delete Port: c452a1cd-267c-4154-a5bf-6ff92342dc2f [pid: 7|app: 0|req: 1383/2664] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:14:46 2026] PUT /v2.0/routers/093505a7-1509-4e1d-8ed3-bd4469dead8b/remove_router_interface => generated 309 bytes in 1455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:14:47.971 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fecdc0a-721d-466b-a283-6ea4d23e1c75 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] TaaS: Handle Delete Port: b154d405-badc-4b0e-bd4c-07ae4493b76d 2026-04-20 15:14:47.975 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fecdc0a-721d-466b-a283-6ea4d23e1c75 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Tap Mirror: Handle Delete Port: b154d405-badc-4b0e-bd4c-07ae4493b76d [pid: 8|app: 0|req: 1282/2665] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:14:47 2026] DELETE /v2.0/routers/093505a7-1509-4e1d-8ed3-bd4469dead8b => generated 0 bytes in 702 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-20 15:14:48.427 7 INFO neutron.api.v2.resource [None req-0a203bcb-7fc4-4ffe-93e8-382271087b23 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1384/2666] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:14:48 2026] GET /v2.0/routers/95def42e-7189-46d0-9dc9-a2c15070cc18 => generated 135 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:14:48.462 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] OVN reports status up for port: f91381e5-42f5-4284-8aed-159681259fb7 2026-04-20 15:14:48.491 7 INFO neutron.plugins.ml2.plugin [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] Attempt 1 to provision port f91381e5-42f5-4284-8aed-159681259fb7 2026-04-20 15:14:48.637 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b2810e9-61c3-4712-a1ce-f6534da8b4ac'] response: {'server_uuid': '64d22e0e-12bf-43a5-bf74-ab5ff5692789', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f91381e5-42f5-4284-8aed-159681259fb7', 'code': 200} [pid: 8|app: 0|req: 1283/2667] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:14:48 2026] DELETE /v2.0/subnets/efcb5c74-17e7-4f25-98cf-aa5ab75c982b => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:14:48.861 7 INFO neutron.db.ovn_revision_numbers_db [None req-cc639817-d91a-4b5c-b495-eea3eeaf9db8 - - - - - -] Successfully bumped revision number for resource f91381e5-42f5-4284-8aed-159681259fb7 (type: ports) to 5 [pid: 8|app: 0|req: 1284/2668] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:14:48 2026] GET /v2.0/ports?device_id=64d22e0e-12bf-43a5-bf74-ab5ff5692789 => generated 1200 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2669] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:14:48 2026] GET /v2.0/security-groups?id=666f43b4-d330-49e5-95ad-b1f27c2ae94d&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2670] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:14:48 2026] DELETE /v2.0/subnets/615d8b21-4b0d-4451-8041-188b6b2a176b => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2671] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:14:49 2026] DELETE /v2.0/subnets/fb070778-a3a5-4f4f-803a-4c883b1c60f7 => generated 0 bytes in 216 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-20 15:14:49.280 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e262e6d-e294-4f33-aec3-0eb3fc062707 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1386/2672] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:14:49 2026] DELETE /v2.0/subnets/98b40108-91e3-4175-9038-6b09f0d17ee3 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:14:49.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-304032c5-f9af-4ffe-b078-0bb066927034 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] TaaS: Handle Delete Port: 0a953230-7959-4ac5-a803-aeabce0626ba 2026-04-20 15:14:49.436 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-304032c5-f9af-4ffe-b078-0bb066927034 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Tap Mirror: Handle Delete Port: 0a953230-7959-4ac5-a803-aeabce0626ba 2026-04-20 15:14:49.633 8 INFO neutron.services.segments.plugin [-] Segment 454f24b3-557b-44f0-9ef3-977d9cd74c81 resource provider aggregate not found 2026-04-20 15:14:49.639 8 INFO neutron.services.segments.plugin [-] Segment 454f24b3-557b-44f0-9ef3-977d9cd74c81 resource provider aggregate not found 2026-04-20 15:14:49.649 8 INFO neutron.services.segments.plugin [-] Segment 454f24b3-557b-44f0-9ef3-977d9cd74c81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 454f24b3-557b-44f0-9ef3-977d9cd74c81 found for delete ", "request_id": "req-34081c47-ef17-4c6b-b185-a27bf8ff7b20"}]} 2026-04-20 15:14:49.658 8 INFO neutron.services.segments.plugin [-] Segment 454f24b3-557b-44f0-9ef3-977d9cd74c81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 454f24b3-557b-44f0-9ef3-977d9cd74c81 found for delete ", "request_id": "req-e6ea65a9-89f0-4137-9dae-306f03a77dc6"}]} [pid: 8|app: 0|req: 1287/2673] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:14:49 2026] DELETE /v2.0/networks/4e92b0ab-6adb-4067-acff-36cd8ebfbcbb => generated 0 bytes in 412 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:14:49.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa16f187-b247-4895-b1ac-dc57ced171fa f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] TaaS: Handle Delete Port: c4520667-d671-41b0-9c9e-c68a80200313 2026-04-20 15:14:49.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa16f187-b247-4895-b1ac-dc57ced171fa f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Tap Mirror: Handle Delete Port: c4520667-d671-41b0-9c9e-c68a80200313 2026-04-20 15:14:50.083 7 INFO neutron.services.segments.plugin [-] Segment aaa23e0d-a1fa-4ec3-9aff-57a4a8d2b7ce resource provider aggregate not found 2026-04-20 15:14:50.092 7 INFO neutron.services.segments.plugin [-] Segment aaa23e0d-a1fa-4ec3-9aff-57a4a8d2b7ce resource provider aggregate not found 2026-04-20 15:14:50.108 7 INFO neutron.services.segments.plugin [-] Segment aaa23e0d-a1fa-4ec3-9aff-57a4a8d2b7ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aaa23e0d-a1fa-4ec3-9aff-57a4a8d2b7ce found for delete ", "request_id": "req-57d97689-f0e8-4af8-b90e-2651f675d22f"}]} 2026-04-20 15:14:50.111 7 INFO neutron.services.segments.plugin [-] Segment aaa23e0d-a1fa-4ec3-9aff-57a4a8d2b7ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aaa23e0d-a1fa-4ec3-9aff-57a4a8d2b7ce found for delete ", "request_id": "req-45f29dc4-689a-4ee5-ae10-1911694716ad"}]} [pid: 7|app: 0|req: 1387/2674] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:14:49 2026] DELETE /v2.0/networks/a451fe4e-30d9-4b3a-8b87-d6ea9d03f7d0 => generated 0 bytes in 443 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:14:50.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-dbe28583-df56-4fa7-8a22-93ff3902d68a f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] TaaS: Handle Delete Port: fba71583-148a-494d-b5ef-5657e2dc83cd 2026-04-20 15:14:50.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbe28583-df56-4fa7-8a22-93ff3902d68a f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] Tap Mirror: Handle Delete Port: fba71583-148a-494d-b5ef-5657e2dc83cd [pid: 8|app: 0|req: 1288/2675] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:14:50 2026] DELETE /v2.0/networks/050e7986-5c40-4a2f-9ce9-fb3ae810da35 => generated 0 bytes in 466 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:14:50.643 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57855a5c-4504-4e7c-91a0-acf9c66bdb88 f3094e9addc04bc69cb1487f4d531bc0 6321879d40d9481d858c3b67ba4955e2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1388/2676] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:14:50 2026] DELETE /v2.0/networks/4a0f2f2b-d25a-4269-8c35-1467ca29e354 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:14:50.688 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-90e58607-187f-4366-a1c5-4bd7711f50e3'] response: {'server_uuid': '64d22e0e-12bf-43a5-bf74-ab5ff5692789', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f91381e5-42f5-4284-8aed-159681259fb7', 'code': 200} [pid: 8|app: 0|req: 1289/2677] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:14:51 2026] GET /v2.0/security-groups?tenant_id=6321879d40d9481d858c3b67ba4955e2&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:14:51.675 8 INFO neutron.services.segments.plugin [-] Segment c3eb5715-6c07-4a39-ad3c-3d6c67623ea3 resource provider aggregate not found 2026-04-20 15:14:51.688 8 INFO neutron.services.segments.plugin [-] Segment c3eb5715-6c07-4a39-ad3c-3d6c67623ea3 resource provider aggregate not found 2026-04-20 15:14:51.693 8 INFO neutron.services.segments.plugin [-] Segment c3eb5715-6c07-4a39-ad3c-3d6c67623ea3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3eb5715-6c07-4a39-ad3c-3d6c67623ea3 found for delete ", "request_id": "req-8d447a12-9138-493a-9d22-a4a1bd6fe075"}]} 2026-04-20 15:14:51.703 8 INFO neutron.services.segments.plugin [-] Segment c3eb5715-6c07-4a39-ad3c-3d6c67623ea3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3eb5715-6c07-4a39-ad3c-3d6c67623ea3 found for delete ", "request_id": "req-cee69dc4-fa0b-481b-863d-90bc202ab57a"}]} [pid: 7|app: 0|req: 1389/2678] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:14:51 2026] DELETE /v2.0/security-groups/769d4018-f766-4020-b86b-694d683b6a61 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:14:52.092 8 INFO neutron.db.ovn_revision_numbers_db [None req-4a441c4d-6dd1-40e4-8f7a-4445061c82c6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 7a9be668-5a11-46fb-b2cf-f8f63bdf3a32 (type: security_groups) to 1 2026-04-20 15:14:52.106 8 INFO neutron.db.ovn_revision_numbers_db [None req-4a441c4d-6dd1-40e4-8f7a-4445061c82c6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 16793128-7fcc-4793-8914-17bf55fbea81 (type: security_group_rules) to 0 2026-04-20 15:14:52.128 8 INFO neutron.db.ovn_revision_numbers_db [None req-4a441c4d-6dd1-40e4-8f7a-4445061c82c6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4876faa1-1b09-4790-a9b3-cc3ab27f9558 (type: security_group_rules) to 0 2026-04-20 15:14:52.139 8 INFO neutron.db.ovn_revision_numbers_db [None req-4a441c4d-6dd1-40e4-8f7a-4445061c82c6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource ab800ab4-32ea-4ebf-b6e5-6abdff5829bb (type: security_group_rules) to 0 2026-04-20 15:14:52.150 8 INFO neutron.db.ovn_revision_numbers_db [None req-4a441c4d-6dd1-40e4-8f7a-4445061c82c6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c9521ec9-70aa-4f69-8628-61cdedadc57f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1290/2679] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:14:51 2026] GET /v2.0/security-groups?tenant_id=5e3f03b4f69b451195bbd2c2426a0e40&name=default => generated 2929 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2680] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:14:52 2026] DELETE /v2.0/security-groups/7a9be668-5a11-46fb-b2cf-f8f63bdf3a32 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2681] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:14:54 2026] GET /v2.0/ports?device_id=64d22e0e-12bf-43a5-bf74-ab5ff5692789 => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2682] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:14:54 2026] GET /v2.0/security-groups?id=666f43b4-d330-49e5-95ad-b1f27c2ae94d&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2683] 10.0.0.154 () {32 vars in 818 bytes} [Mon Apr 20 15:14:54 2026] GET /v2.0/ports?network_id=4f720e35-0db9-4192-ab00-40f1815fdb9c&mac_address=fa%3A16%3A3e%3A2f%3A9d%3A8e => generated 1200 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:14:54.405 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6b073810-fd3e-46fa-9e1c-e7f764743b0c 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:14:54.406 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6b073810-fd3e-46fa-9e1c-e7f764743b0c 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:14:55.386 7 INFO neutron.db.ovn_revision_numbers_db [None req-6b073810-fd3e-46fa-9e1c-e7f764743b0c 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 2a4e133b-ac16-433c-b13d-17b254ba90be (type: floatingips) to 1 2026-04-20 15:14:55.386 7 INFO neutron.db.l3_db [None req-6b073810-fd3e-46fa-9e1c-e7f764743b0c 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Floating IP 2a4e133b-ac16-433c-b13d-17b254ba90be associated. External IP: 10.96.250.215, port: f91381e5-42f5-4284-8aed-159681259fb7. [pid: 7|app: 0|req: 1392/2684] 10.0.0.154 () {34 vars in 677 bytes} [Mon Apr 20 15:14:54 2026] POST /v2.0/floatingips => generated 854 bytes in 1224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:14:55.463 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2836cb97-ac2f-418f-b55e-6dd3b3c18de6'] response: {'name': 'network-changed', 'server_uuid': '64d22e0e-12bf-43a5-bf74-ab5ff5692789', 'tag': 'f91381e5-42f5-4284-8aed-159681259fb7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1293/2685] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:14:55 2026] GET /v2.0/ports?tenant_id=c705ce73dd74443f93ba9db4597ce035&device_id=64d22e0e-12bf-43a5-bf74-ab5ff5692789 => generated 1438 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1393/2686] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:14:56 2026] GET /v2.0/networks?id=4f720e35-0db9-4192-ab00-40f1815fdb9c => generated 842 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2687] 199.204.45.38 () {34 vars in 1055 bytes} [Mon Apr 20 15:14:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.94&port_id=f91381e5-42f5-4284-8aed-159681259fb7 => generated 859 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2688] 199.204.45.38 () {34 vars in 1105 bytes} [Mon Apr 20 15:14:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A323&port_id=f91381e5-42f5-4284-8aed-159681259fb7 => 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: 1295/2689] 199.204.45.38 () {34 vars in 1063 bytes} [Mon Apr 20 15:14:56 2026] GET /v2.0/subnets?id=0ca2c360-eb31-4971-a9bd-d5889d3fa92a&id=db9d4254-138a-40da-8f5d-26e743ac0881 => generated 1415 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2690] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:14:56 2026] GET /v2.0/ports?network_id=4f720e35-0db9-4192-ab00-40f1815fdb9c&device_owner=network%3Adhcp => 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: 1296/2691] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:14:56 2026] GET /v2.0/ports?network_id=4f720e35-0db9-4192-ab00-40f1815fdb9c&device_owner=network%3Adhcp => 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: 1396/2692] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:14:56 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?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: 1297/2693] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:14:56 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2696] 10.0.0.4 () {34 vars in 988 bytes} [Mon Apr 20 15:15:01 2026] GET /v2.0/ports?device_id=64d22e0e-12bf-43a5-bf74-ab5ff5692789 => generated 1438 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2697] 10.0.0.4 () {34 vars in 1038 bytes} [Mon Apr 20 15:15:01 2026] GET /v2.0/security-groups?id=666f43b4-d330-49e5-95ad-b1f27c2ae94d&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2698] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:15:04 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2699] 10.0.0.119 () {30 vars in 690 bytes} [Mon Apr 20 15:15:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2700] 10.0.0.119 () {30 vars in 692 bytes} [Mon Apr 20 15:15:06 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: 1400/2701] 10.0.0.119 () {30 vars in 668 bytes} [Mon Apr 20 15:15:06 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: 1302/2702] 10.0.0.119 () {30 vars in 704 bytes} [Mon Apr 20 15:15:06 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: 1401/2703] 10.0.0.119 () {28 vars in 439 bytes} [Mon Apr 20 15:15:06 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2704] 10.0.0.119 () {30 vars in 728 bytes} [Mon Apr 20 15:15:06 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 657 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2705] 10.0.0.119 () {30 vars in 690 bytes} [Mon Apr 20 15:15:06 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: 1304/2706] 10.0.0.119 () {30 vars in 692 bytes} [Mon Apr 20 15:15:06 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: 1403/2707] 10.0.0.119 () {30 vars in 668 bytes} [Mon Apr 20 15:15:06 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: 1305/2708] 10.0.0.119 () {30 vars in 704 bytes} [Mon Apr 20 15:15:06 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: 1404/2709] 10.0.0.119 () {30 vars in 728 bytes} [Mon Apr 20 15:15:06 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2710] 10.0.0.119 () {30 vars in 690 bytes} [Mon Apr 20 15:15:07 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: 1405/2711] 10.0.0.119 () {30 vars in 692 bytes} [Mon Apr 20 15:15: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: 1307/2712] 10.0.0.119 () {30 vars in 668 bytes} [Mon Apr 20 15:15:07 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: 1406/2713] 10.0.0.119 () {30 vars in 704 bytes} [Mon Apr 20 15:15: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: 8|app: 0|req: 1308/2714] 10.0.0.119 () {30 vars in 730 bytes} [Mon Apr 20 15:15:07 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa => generated 841 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2715] 10.0.0.119 () {30 vars in 682 bytes} [Mon Apr 20 15:15:07 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) 2026-04-20 15:15:07.575 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8dedbb74-41d7-4290-b989-b9ea28c14f77 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:15:07.576 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8dedbb74-41d7-4290-b989-b9ea28c14f77 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network f6b3d458-d386-4aec-924f-8e81d4f18baa: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:15:07.719 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7db5ddd7-8d50-4fb2-918f-947c4ce6610a - - - - - -] OVN reports status down for port: 3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 2026-04-20 15:15:07.790 8 INFO neutron.db.ovn_revision_numbers_db [None req-8dedbb74-41d7-4290-b989-b9ea28c14f77 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 (type: ports) to 1 [pid: 8|app: 0|req: 1309/2716] 10.0.0.119 () {34 vars in 704 bytes} [Mon Apr 20 15:15:07 2026] POST /v2.0/ports => generated 1128 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2717] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:15:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1310/2718] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:15:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2719] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:15:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2720] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:15:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2721] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:15:10 2026] GET /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2722] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:15:11 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: 1411/2723] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:15:11 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: 1313/2724] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:15: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: 1412/2725] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:15:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:15:11.253 8 INFO neutron.api.v2.resource [None req-6b78a35c-db35-408f-badb-0ea0611dd5b2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1314/2726] 199.204.45.38 () {30 vars in 762 bytes} [Mon Apr 20 15:15:11 2026] GET /v2.0/security-groups/lb-0cc4ca7b-848e-4a5f-9002-65ed7db5f27b => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2727] 199.204.45.38 () {30 vars in 784 bytes} [Mon Apr 20 15:15:11 2026] GET /v2.0/security-groups?name=lb-0cc4ca7b-848e-4a5f-9002-65ed7db5f27b => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:15:11.410 8 INFO neutron.db.ovn_revision_numbers_db [None req-ab6d6bea-934f-4c28-85da-4280841214da 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2a832e4d-e3ba-490c-9f69-f8bfddf1e641 (type: security_groups) to 1 2026-04-20 15:15:11.420 8 INFO neutron.db.ovn_revision_numbers_db [None req-ab6d6bea-934f-4c28-85da-4280841214da 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 71286633-b8dd-47f5-9403-cc7f2595da57 (type: security_group_rules) to 0 2026-04-20 15:15:11.430 8 INFO neutron.db.ovn_revision_numbers_db [None req-ab6d6bea-934f-4c28-85da-4280841214da 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource eff94686-bb13-4c18-949c-00c8d3980a60 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1315/2728] 199.204.45.38 () {34 vars in 735 bytes} [Mon Apr 20 15:15:11 2026] POST /v2.0/security-groups => generated 1638 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2729] 199.204.45.38 () {30 vars in 814 bytes} [Mon Apr 20 15:15:11 2026] GET /v2.0/security-group-rules?security_group_id=2a832e4d-e3ba-490c-9f69-f8bfddf1e641 => generated 1182 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:15:11.808 8 INFO neutron.db.ovn_revision_numbers_db [None req-6f355efc-a867-4fd4-b339-83ab1656d550 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 (type: ports) to 2 [pid: 8|app: 0|req: 1316/2730] 199.204.45.38 () {34 vars in 788 bytes} [Mon Apr 20 15:15:11 2026] PUT /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 1128 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2731] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:15:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1317/2732] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:15:11 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: 1416/2733] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:15:11 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: 1318/2734] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:15:11 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: 1417/2735] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:15:11 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2738] 10.0.0.166 () {34 vars in 1016 bytes} [Mon Apr 20 15:15:19 2026] GET /v2.0/security-groups?id=71f16945-2479-4cb9-b424-5ef853ba8c47&fields=id => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2739] 10.0.0.166 () {34 vars in 982 bytes} [Mon Apr 20 15:15:19 2026] GET /v2.0/networks?id=fd469b74-fbfa-440f-8042-60403453eb23 => generated 776 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2740] 10.0.0.166 () {34 vars in 965 bytes} [Mon Apr 20 15:15:19 2026] GET /v2.0/quotas/0a928c759b3b46e29aa9cc9357427c24 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2741] 10.0.0.166 () {34 vars in 1002 bytes} [Mon Apr 20 15:15:19 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&fields=id => generated 149 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2742] 10.0.0.166 () {34 vars in 1008 bytes} [Mon Apr 20 15:15:19 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2743] 10.0.0.166 () {34 vars in 1108 bytes} [Mon Apr 20 15:15:19 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2744] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:15:19 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => 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: 1323/2745] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:15:20 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => 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: 1423/2746] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:15:23 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => 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: 1324/2747] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:15:23 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => 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: 1424/2748] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:15:24 2026] GET /v2.0/networks?id=fd469b74-fbfa-440f-8042-60403453eb23 => generated 776 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2749] 199.204.45.38 () {34 vars in 1049 bytes} [Mon Apr 20 15:15:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0a928c759b3b46e29aa9cc9357427c24 => generated 343 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:15:24.538 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-f88a38f1-4eaa-4be7-b97c-5a765f90f37d req-7fae0f58-17d3-43ba-93c2-e8613d67970e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:15:24.540 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-f88a38f1-4eaa-4be7-b97c-5a765f90f37d req-7fae0f58-17d3-43ba-93c2-e8613d67970e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network fd469b74-fbfa-440f-8042-60403453eb23: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:15:24.660 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7db5ddd7-8d50-4fb2-918f-947c4ce6610a - - - - - -] OVN reports status down for port: e7a226dc-32e9-4c68-8c7e-4c7b494af458 2026-04-20 15:15:24.696 7 INFO neutron.db.ovn_revision_numbers_db [req-f88a38f1-4eaa-4be7-b97c-5a765f90f37d req-7fae0f58-17d3-43ba-93c2-e8613d67970e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e7a226dc-32e9-4c68-8c7e-4c7b494af458 (type: ports) to 1 [pid: 7|app: 0|req: 1425/2750] 199.204.45.38 () {38 vars in 954 bytes} [Mon Apr 20 15:15:24 2026] POST /v2.0/ports => generated 1078 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-20 15:15:25.134 8 INFO neutron.db.ovn_revision_numbers_db [req-f88a38f1-4eaa-4be7-b97c-5a765f90f37d req-d97a9c70-15ea-4b36-b9a7-aea35c471e62 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource e7a226dc-32e9-4c68-8c7e-4c7b494af458 (type: ports) to 2 2026-04-20 15:15:25.395 8 INFO neutron.db.ovn_revision_numbers_db [req-f88a38f1-4eaa-4be7-b97c-5a765f90f37d req-d97a9c70-15ea-4b36-b9a7-aea35c471e62 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource e7a226dc-32e9-4c68-8c7e-4c7b494af458 (type: ports) to 4 [pid: 8|app: 0|req: 1326/2751] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:15:24 2026] PUT /v2.0/ports/e7a226dc-32e9-4c68-8c7e-4c7b494af458 => generated 1208 bytes in 698 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:15:25.466 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-11526e05-173b-424d-95c4-81e78727c25d'] response: {'name': 'network-changed', 'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'tag': 'e7a226dc-32e9-4c68-8c7e-4c7b494af458', '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: 1426/2752] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:15:25 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1211 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1327/2753] 199.204.45.38 () {34 vars in 1017 bytes} [Mon Apr 20 15:15:26 2026] GET /v2.0/networks?tenant_id=0a928c759b3b46e29aa9cc9357427c24&shared=False => generated 776 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2754] 199.204.45.38 () {34 vars in 929 bytes} [Mon Apr 20 15:15:26 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2755] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:15:26 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1211 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2756] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:15:26 2026] GET /v2.0/security-groups?id=71f16945-2479-4cb9-b424-5ef853ba8c47&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2757] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:15:26 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1211 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2758] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:15:27 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1211 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2759] 199.204.45.38 () {34 vars in 1059 bytes} [Mon Apr 20 15:15:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.30&port_id=e7a226dc-32e9-4c68-8c7e-4c7b494af458 => 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: 1430/2760] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:15:27 2026] GET /v2.0/subnets?id=30880136-04d7-424c-a3c2-48c6a6b29aee => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2761] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:15:27 2026] GET /v2.0/ports?network_id=fd469b74-fbfa-440f-8042-60403453eb23&device_owner=network%3Adhcp => 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: 1431/2762] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:15:27 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?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: 1332/2763] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:15:27 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2764] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:15:29 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1211 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2765] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:15:29 2026] GET /v2.0/security-groups?id=71f16945-2479-4cb9-b424-5ef853ba8c47&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: 1433/2766] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:15:29 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1211 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2767] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:15:31 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1211 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2768] 199.204.45.38 () {34 vars in 1043 bytes} [Mon Apr 20 15:15:31 2026] GET /v2.0/security-groups?id=71f16945-2479-4cb9-b424-5ef853ba8c47&fields=id&fields=name => generated 96 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:15:31.250 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7db5ddd7-8d50-4fb2-918f-947c4ce6610a - - - - - -] OVN reports status up for port: e7a226dc-32e9-4c68-8c7e-4c7b494af458 2026-04-20 15:15:31.265 8 INFO neutron.plugins.ml2.plugin [None req-7db5ddd7-8d50-4fb2-918f-947c4ce6610a - - - - - -] Attempt 1 to provision port e7a226dc-32e9-4c68-8c7e-4c7b494af458 2026-04-20 15:15:31.375 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b7d9cb4-c1eb-4330-9a62-1c903228dd54'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e7a226dc-32e9-4c68-8c7e-4c7b494af458', 'code': 200} 2026-04-20 15:15:31.477 8 INFO neutron.db.ovn_revision_numbers_db [None req-7db5ddd7-8d50-4fb2-918f-947c4ce6610a - - - - - -] Successfully bumped revision number for resource e7a226dc-32e9-4c68-8c7e-4c7b494af458 (type: ports) to 5 [pid: 7|app: 0|req: 1436/2771] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:15:32 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1213 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1336/2772] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:15:32 2026] GET /v2.0/security-groups?id=71f16945-2479-4cb9-b424-5ef853ba8c47&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2773] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:15:32 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1213 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:15:33.424 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e11f752-9f2a-4105-ad44-5e9943e17a85'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e7a226dc-32e9-4c68-8c7e-4c7b494af458', 'code': 200} [pid: 8|app: 0|req: 1337/2774] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:15:34 2026] GET /v2.0/networks => generated 4773 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2775] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:15:34 2026] GET /v2.0/ports => generated 19728 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2776] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:15:34 2026] GET /v2.0/subnets => generated 5512 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2777] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:15:34 2026] GET /v2.0/network-ip-availabilities => generated 3189 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2778] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:15:34 2026] GET /v2.0/subnets => generated 5512 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2779] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:15:34 2026] GET /v2.0/subnetpools => 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: 1340/2780] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:15:34 2026] GET /v2.0/routers => generated 965 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2781] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:15:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2782] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:15:34 2026] GET /v2.0/floatingips => generated 1702 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2783] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:15:34 2026] GET /v2.0/security-groups => generated 30275 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2784] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:15:34 2026] GET /v2.0/agents => generated 1214 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2785] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:15:35 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1213 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2786] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:15:35 2026] GET /v2.0/security-groups?id=71f16945-2479-4cb9-b424-5ef853ba8c47&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2787] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:15:35 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1213 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2792] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:16:15 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: 1447/2793] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:16:15 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: 1347/2794] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:16:15 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: 1448/2795] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:16:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2796] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:16:15 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => 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: 1449/2797] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:16:15 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1213 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:16:16.170 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-85495de7-0da1-4685-a7fb-bd07632fb1da 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:16:16.173 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-85495de7-0da1-4685-a7fb-bd07632fb1da 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network f6b3d458-d386-4aec-924f-8e81d4f18baa: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:16:16.283 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0c75df3f-b25d-459e-8812-4d7045519af1 - - - - - -] OVN reports status down for port: d6a9194d-faab-4a3e-9867-e61c3833d23a 2026-04-20 15:16:16.330 8 INFO neutron.db.ovn_revision_numbers_db [None req-85495de7-0da1-4685-a7fb-bd07632fb1da 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d6a9194d-faab-4a3e-9867-e61c3833d23a (type: ports) to 1 [pid: 8|app: 0|req: 1349/2798] 199.204.45.38 () {34 vars in 716 bytes} [Mon Apr 20 15:16:15 2026] POST /v2.0/ports => generated 1059 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2799] 10.0.0.166 () {34 vars in 971 bytes} [Mon Apr 20 15:16:16 2026] GET /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2800] 10.0.0.166 () {34 vars in 907 bytes} [Mon Apr 20 15:16:16 2026] GET /v2.0/extensions => generated 20541 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2803] 199.204.45.38 () {34 vars in 1261 bytes} [Mon Apr 20 15:16:17 2026] GET /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2804] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:16:17 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2805] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:16:17 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2806] 199.204.45.38 () {34 vars in 974 bytes} [Mon Apr 20 15:16:18 2026] GET /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1059 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2807] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:16:18 2026] GET /v2.0/networks?id=f6b3d458-d386-4aec-924f-8e81d4f18baa => generated 844 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:16:18.676 8 INFO neutron.db.ovn_revision_numbers_db [req-7730f3a5-c468-4004-997e-771f0ad10a3e req-6ff7ad7c-f7ec-42fa-afee-f7d1e0a9f0df 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource d6a9194d-faab-4a3e-9867-e61c3833d23a (type: ports) to 2 2026-04-20 15:16:18.891 8 INFO neutron.db.ovn_revision_numbers_db [req-7730f3a5-c468-4004-997e-771f0ad10a3e req-6ff7ad7c-f7ec-42fa-afee-f7d1e0a9f0df 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource d6a9194d-faab-4a3e-9867-e61c3833d23a (type: ports) to 4 [pid: 8|app: 0|req: 1354/2808] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:16:18 2026] PUT /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1218 bytes in 666 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:16:18.964 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cdf13cdb-e35f-4bac-89ac-888577d355cd'] response: {'name': 'network-changed', 'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'tag': 'd6a9194d-faab-4a3e-9867-e61c3833d23a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1455/2809] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:16:19 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 2423 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2810] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:16:19 2026] GET /v2.0/networks?id=f6b3d458-d386-4aec-924f-8e81d4f18baa => generated 844 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2811] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:16:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.154&port_id=d6a9194d-faab-4a3e-9867-e61c3833d23a => 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: 1356/2812] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:16:19 2026] GET /v2.0/subnets?id=b71b97e5-3bce-41f9-b663-2148724e2093 => 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: 1457/2813] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:16:19 2026] GET /v2.0/ports?network_id=f6b3d458-d386-4aec-924f-8e81d4f18baa&device_owner=network%3Adhcp => 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: 1357/2814] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:16:19 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2815] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:16:19 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2816] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:16:20 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 2423 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2817] 199.204.45.38 () {34 vars in 1059 bytes} [Mon Apr 20 15:16:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.30&port_id=e7a226dc-32e9-4c68-8c7e-4c7b494af458 => 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: 1359/2818] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:16:20 2026] GET /v2.0/subnets?id=30880136-04d7-424c-a3c2-48c6a6b29aee => generated 654 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2819] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:16:20 2026] GET /v2.0/ports?network_id=fd469b74-fbfa-440f-8042-60403453eb23&device_owner=network%3Adhcp => 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: 1360/2820] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:16:20 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2821] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:16:21 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2822] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:16:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.154&port_id=d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2823] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:16:21 2026] GET /v2.0/subnets?id=b71b97e5-3bce-41f9-b663-2148724e2093 => 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: 1362/2824] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:16:21 2026] GET /v2.0/ports?network_id=f6b3d458-d386-4aec-924f-8e81d4f18baa&device_owner=network%3Adhcp => 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: 1463/2825] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:16:21 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?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: 1363/2826] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:16:21 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:16:21.868 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0c75df3f-b25d-459e-8812-4d7045519af1 - - - - - -] OVN reports status up for port: d6a9194d-faab-4a3e-9867-e61c3833d23a 2026-04-20 15:16:21.880 7 INFO neutron.plugins.ml2.plugin [None req-0c75df3f-b25d-459e-8812-4d7045519af1 - - - - - -] Attempt 1 to provision port d6a9194d-faab-4a3e-9867-e61c3833d23a 2026-04-20 15:16:22.005 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-062cfcdb-1c92-479c-9d5c-6b36a5725ab3'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd6a9194d-faab-4a3e-9867-e61c3833d23a', 'code': 200} 2026-04-20 15:16:22.138 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c75df3f-b25d-459e-8812-4d7045519af1 - - - - - -] Successfully bumped revision number for resource d6a9194d-faab-4a3e-9867-e61c3833d23a (type: ports) to 5 2026-04-20 15:16:24.054 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdefaa62-89ff-456c-996f-7507bcb33426'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd6a9194d-faab-4a3e-9867-e61c3833d23a', 'code': 200} [pid: 7|app: 0|req: 1464/2827] 10.0.0.166 () {34 vars in 971 bytes} [Mon Apr 20 15:16:25 2026] GET /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1220 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:16:25.524 8 INFO neutron.db.ovn_revision_numbers_db [None req-a09c5161-82cd-4314-955b-501c6ab914aa 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d6a9194d-faab-4a3e-9867-e61c3833d23a (type: ports) to 6 [pid: 8|app: 0|req: 1364/2828] 199.204.45.38 () {34 vars in 788 bytes} [Mon Apr 20 15:16:25 2026] PUT /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1252 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:16:25.559 7 INFO neutron.api.v2.resource [None req-4dd9ed90-71a7-447f-8e94-bb65c01c12fb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1465/2829] 199.204.45.38 () {30 vars in 762 bytes} [Mon Apr 20 15:16:25 2026] GET /v2.0/security-groups/lb-0cc4ca7b-848e-4a5f-9002-65ed7db5f27b => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:16:25.581 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8377fc30-0919-45bf-9983-0dfb5b5d3b78'] response: {'name': 'network-changed', 'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'tag': 'd6a9194d-faab-4a3e-9867-e61c3833d23a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1365/2830] 199.204.45.38 () {30 vars in 784 bytes} [Mon Apr 20 15:16:25 2026] GET /v2.0/security-groups?name=lb-0cc4ca7b-848e-4a5f-9002-65ed7db5f27b => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:16:25.938 7 INFO neutron.db.ovn_revision_numbers_db [None req-1adbc1bb-e319-4333-a253-0c97455da51b 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d6a9194d-faab-4a3e-9867-e61c3833d23a (type: ports) to 7 [pid: 7|app: 0|req: 1466/2831] 199.204.45.38 () {34 vars in 788 bytes} [Mon Apr 20 15:16:25 2026] PUT /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1290 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:16:26.091 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a4d4669-0b64-4a63-9527-a879dd053293'] response: {'name': 'network-changed', 'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'tag': 'd6a9194d-faab-4a3e-9867-e61c3833d23a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1366/2832] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 2523 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1367/2833] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:16:26 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: 1467/2834] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/networks?id=f6b3d458-d386-4aec-924f-8e81d4f18baa => generated 844 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2835] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2836] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:16:26 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: 1468/2837] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.154&port_id=d6a9194d-faab-4a3e-9867-e61c3833d23a => 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: 1370/2838] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2839] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/subnets?id=b71b97e5-3bce-41f9-b663-2148724e2093 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2840] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => 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: 1470/2841] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/ports?network_id=f6b3d458-d386-4aec-924f-8e81d4f18baa&device_owner=network%3Adhcp => 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: 1372/2842] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => 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: 1471/2843] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?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: 1373/2844] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1318 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2845] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => 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: 1472/2846] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2847] 199.204.45.38 () {30 vars in 742 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa => generated 841 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2848] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2849] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:16:26 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2850] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:16:27 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 2523 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2851] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:16:27 2026] GET /v2.0/networks?id=f6b3d458-d386-4aec-924f-8e81d4f18baa => generated 844 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2852] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:16:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.154&port_id=d6a9194d-faab-4a3e-9867-e61c3833d23a => 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: 1378/2853] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:16:27 2026] GET /v2.0/subnets?id=b71b97e5-3bce-41f9-b663-2148724e2093 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2854] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:16:27 2026] GET /v2.0/ports?network_id=f6b3d458-d386-4aec-924f-8e81d4f18baa&device_owner=network%3Adhcp => 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: 1379/2855] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:16:27 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?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: 1477/2856] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:16:27 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2859] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:16:34 2026] GET /v2.0/floatingips => generated 1702 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2860] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:16:34 2026] GET /v2.0/networks => generated 4773 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2861] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:16:34 2026] GET /v2.0/security-groups => generated 30275 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2862] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:16:34 2026] GET /v2.0/subnets => generated 5512 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2863] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:16:34 2026] GET /v2.0/routers => generated 965 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2864] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:16:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2865] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:16:34 2026] GET /v2.0/agents => generated 1214 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2866] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:16:34 2026] GET /v2.0/network-ip-availabilities => generated 3189 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2867] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:16:34 2026] GET /v2.0/subnets => generated 5512 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2868] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:16:34 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2869] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:16:34 2026] GET /v2.0/ports => generated 21038 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-20 15:16:38.910 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-07a0acb6-e2f7-481e-8c4e-b90b7858f69f 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] No more DHCP agents 2026-04-20 15:16:38.912 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-07a0acb6-e2f7-481e-8c4e-b90b7858f69f 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Unable to schedule network 3b6cb35e-6630-4592-9567-d9042fcd536e: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:16:39.696 7 INFO neutron.db.ovn_revision_numbers_db [None req-07a0acb6-e2f7-481e-8c4e-b90b7858f69f 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Successfully bumped revision number for resource 6c1eea00-41e4-44ac-ab95-9ebc945dcd18 (type: floatingips) to 1 2026-04-20 15:16:39.697 7 INFO neutron.db.l3_db [None req-07a0acb6-e2f7-481e-8c4e-b90b7858f69f 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Floating IP 6c1eea00-41e4-44ac-ab95-9ebc945dcd18 associated. External IP: 10.96.250.205, port: 3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7. [pid: 7|app: 0|req: 1484/2870] 10.0.0.154 () {34 vars in 677 bytes} [Mon Apr 20 15:16:38 2026] POST /v2.0/floatingips => generated 898 bytes in 1072 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:16:43.153 7 INFO neutron.db.ovn_revision_numbers_db [None req-583a5492-e941-4a44-b38e-b89ee1b96fc0 - - - - - -] Successfully bumped revision number for resource 3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 (type: ports) to 4 [pid: 8|app: 0|req: 1387/2871] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:16:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1485/2872] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:16:44 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: 1388/2873] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:16:44 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: 1486/2874] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:16:44 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-20 15:16:44.283 8 INFO neutron.api.v2.resource [None req-a5f74d98-42e2-4953-a098-eb65e9401a41 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1389/2875] 199.204.45.38 () {30 vars in 762 bytes} [Mon Apr 20 15:16:44 2026] GET /v2.0/security-groups/lb-0cc4ca7b-848e-4a5f-9002-65ed7db5f27b => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2876] 199.204.45.38 () {30 vars in 784 bytes} [Mon Apr 20 15:16:44 2026] GET /v2.0/security-groups?name=lb-0cc4ca7b-848e-4a5f-9002-65ed7db5f27b => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2877] 199.204.45.38 () {30 vars in 814 bytes} [Mon Apr 20 15:16:44 2026] GET /v2.0/security-group-rules?security_group_id=2a832e4d-e3ba-490c-9f69-f8bfddf1e641 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:16:44.517 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb4272c3-28a2-4933-bf79-fd5d3ce3f428 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2e4616ca-d6b8-4f9e-a81d-dbce7b4daaed (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1488/2878] 199.204.45.38 () {34 vars in 746 bytes} [Mon Apr 20 15:16:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-20 15:16:44.698 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a112f96-52a3-46cf-bca5-d69ea31843de 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b80753d5-77e2-4076-9ce1-5fd070aac4ba (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1391/2879] 199.204.45.38 () {34 vars in 746 bytes} [Mon Apr 20 15:16:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2882] 10.0.0.119 () {30 vars in 690 bytes} [Mon Apr 20 15:16:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2883] 10.0.0.119 () {30 vars in 692 bytes} [Mon Apr 20 15:16: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: 7|app: 0|req: 1491/2884] 10.0.0.119 () {30 vars in 668 bytes} [Mon Apr 20 15:16:51 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: 1394/2885] 10.0.0.119 () {30 vars in 704 bytes} [Mon Apr 20 15:16:51 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: 1492/2886] 10.0.0.119 () {28 vars in 439 bytes} [Mon Apr 20 15:16:52 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2887] 10.0.0.119 () {30 vars in 728 bytes} [Mon Apr 20 15:16:52 2026] GET /v2.0/subnets/4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 656 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2888] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:16:53 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: 1396/2889] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:16:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2890] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:16:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2891] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:16:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2892] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:16:53 2026] GET /v2.0/subnets/4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2893] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:16:53 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 2523 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2894] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:16:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2895] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:16:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2896] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:16:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2897] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:16:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:16:53.683 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-67f36c6b-fd01-430a-a5ea-2f283f06298e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:16:53.684 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-67f36c6b-fd01-430a-a5ea-2f283f06298e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network b88770a8-cda0-41a9-823d-cc49ef550bad: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:16:53.792 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-140a2f16-90ff-4426-838d-4b4d8af1bb5d - - - - - -] OVN reports status down for port: d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc 2026-04-20 15:16:53.831 7 INFO neutron.db.ovn_revision_numbers_db [None req-67f36c6b-fd01-430a-a5ea-2f283f06298e 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc (type: ports) to 1 [pid: 7|app: 0|req: 1498/2898] 199.204.45.38 () {34 vars in 716 bytes} [Mon Apr 20 15:16:53 2026] POST /v2.0/ports => generated 1328 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2899] 10.0.0.166 () {34 vars in 971 bytes} [Mon Apr 20 15:16:53 2026] GET /v2.0/ports/d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 1328 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: 1499/2900] 10.0.0.166 () {34 vars in 907 bytes} [Mon Apr 20 15:16:53 2026] GET /v2.0/extensions => generated 20541 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2901] 199.204.45.38 () {34 vars in 1261 bytes} [Mon Apr 20 15:16:55 2026] GET /v2.0/ports/d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2902] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:16:55 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?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: 1403/2903] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:16:55 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2904] 199.204.45.38 () {34 vars in 974 bytes} [Mon Apr 20 15:16:55 2026] GET /v2.0/ports/d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 1328 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2905] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:16:55 2026] GET /v2.0/networks?id=b88770a8-cda0-41a9-823d-cc49ef550bad => generated 841 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:16:56.143 7 INFO neutron.db.ovn_revision_numbers_db [req-a5a0eb33-4df7-4f60-bb28-1eae0573aadd req-ca65c66a-14f7-4049-a83f-7bd3dd3a0551 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc (type: ports) to 2 2026-04-20 15:16:56.347 7 INFO neutron.db.ovn_revision_numbers_db [req-a5a0eb33-4df7-4f60-bb28-1eae0573aadd req-ca65c66a-14f7-4049-a83f-7bd3dd3a0551 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc (type: ports) to 4 [pid: 7|app: 0|req: 1502/2906] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:16:55 2026] PUT /v2.0/ports/d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 1487 bytes in 602 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:16:56.413 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e981e79-098f-436a-a1a7-c06ef6a3503a'] response: {'name': 'network-changed', 'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'tag': 'd532dbfb-ba0e-4d06-b497-2d65bc7cf7bc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1405/2907] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:16:56 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 4002 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: 1503/2908] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:16:56 2026] GET /v2.0/networks?id=b88770a8-cda0-41a9-823d-cc49ef550bad => generated 841 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2909] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:16:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.229&port_id=d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2910] 199.204.45.38 () {34 vars in 1103 bytes} [Mon Apr 20 15:16:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A192&port_id=d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => 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: 1407/2911] 199.204.45.38 () {34 vars in 1063 bytes} [Mon Apr 20 15:16:57 2026] GET /v2.0/subnets?id=cd7a8ffe-cf19-4c09-9ce3-0c0fc9cede14&id=4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2912] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:16:57 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&device_owner=network%3Adhcp => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2913] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:16:57 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&device_owner=network%3Adhcp => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2914] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:16:57 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2915] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:16:57 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2916] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 4002 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2917] 199.204.45.38 () {34 vars in 1059 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.30&port_id=e7a226dc-32e9-4c68-8c7e-4c7b494af458 => 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: 1508/2918] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/subnets?id=30880136-04d7-424c-a3c2-48c6a6b29aee => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2919] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/ports?network_id=fd469b74-fbfa-440f-8042-60403453eb23&device_owner=network%3Adhcp => 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: 1509/2920] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?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: 1412/2921] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2922] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.154&port_id=d6a9194d-faab-4a3e-9867-e61c3833d23a => 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: 1413/2923] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/subnets?id=b71b97e5-3bce-41f9-b663-2148724e2093 => 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: 1511/2924] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/ports?network_id=f6b3d458-d386-4aec-924f-8e81d4f18baa&device_owner=network%3Adhcp => 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: 1414/2925] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?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: 1512/2926] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2927] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.229&port_id=d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => 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: 1513/2928] 199.204.45.38 () {34 vars in 1103 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A192&port_id=d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2929] 199.204.45.38 () {34 vars in 1063 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/subnets?id=cd7a8ffe-cf19-4c09-9ce3-0c0fc9cede14&id=4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2930] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&device_owner=network%3Adhcp => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2931] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&device_owner=network%3Adhcp => 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: 1515/2932] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:16:58 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2933] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:16:59 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:16:59.650 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-140a2f16-90ff-4426-838d-4b4d8af1bb5d - - - - - -] OVN reports status up for port: d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc 2026-04-20 15:16:59.662 8 INFO neutron.plugins.ml2.plugin [None req-140a2f16-90ff-4426-838d-4b4d8af1bb5d - - - - - -] Attempt 1 to provision port d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc 2026-04-20 15:16:59.799 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ffc3982-d334-454b-a210-1d21526c6f7d'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd532dbfb-ba0e-4d06-b497-2d65bc7cf7bc', 'code': 200} 2026-04-20 15:16:59.914 8 INFO neutron.db.ovn_revision_numbers_db [None req-140a2f16-90ff-4426-838d-4b4d8af1bb5d - - - - - -] Successfully bumped revision number for resource d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc (type: ports) to 5 2026-04-20 15:17:01.851 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b50aee62-7071-4832-b4ba-6c97c2b6eda5'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd532dbfb-ba0e-4d06-b497-2d65bc7cf7bc', '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: 1420/2936] 10.0.0.166 () {34 vars in 971 bytes} [Mon Apr 20 15:17:03 2026] GET /v2.0/ports/d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 1489 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2937] 199.204.45.38 () {30 vars in 742 bytes} [Mon Apr 20 15:17:03 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad => generated 838 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2938] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:03 2026] GET /v2.0/subnets/4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2939] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:03 2026] GET /v2.0/subnets/cd7a8ffe-cf19-4c09-9ce3-0c0fc9cede14 => generated 744 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2940] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:17:03 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: 1519/2941] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:17:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2942] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:17:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2943] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:17:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2944] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:03 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2945] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:03 2026] GET /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 1136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2946] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:03 2026] GET /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1318 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2947] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:03 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2948] 199.204.45.38 () {30 vars in 742 bytes} [Mon Apr 20 15:17:03 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa => generated 841 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2949] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:03 2026] GET /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 1136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2950] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:03 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => 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: 1524/2951] 10.0.0.119 () {30 vars in 690 bytes} [Mon Apr 20 15:17:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2952] 10.0.0.119 () {30 vars in 692 bytes} [Mon Apr 20 15:17:12 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: 1525/2953] 10.0.0.119 () {30 vars in 668 bytes} [Mon Apr 20 15:17:12 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: 1429/2954] 10.0.0.119 () {30 vars in 704 bytes} [Mon Apr 20 15:17:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2955] 10.0.0.119 () {28 vars in 439 bytes} [Mon Apr 20 15:17:13 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: 1430/2956] 10.0.0.119 () {30 vars in 728 bytes} [Mon Apr 20 15:17:13 2026] GET /v2.0/subnets/0ca2c360-eb31-4971-a9bd-d5889d3fa92a => generated 656 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2957] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:17:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2958] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:17:14 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: 1528/2959] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:17:14 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: 1432/2960] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:17:14 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: 1529/2961] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:14 2026] GET /v2.0/subnets/4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2962] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:14 2026] GET /v2.0/subnets/0ca2c360-eb31-4971-a9bd-d5889d3fa92a => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2963] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:17:14 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 4004 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2964] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:17:14 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: 1531/2965] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:17:14 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: 1435/2966] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:17:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2967] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:17:14 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-20 15:17:14.759 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-098097eb-3d5a-4e63-93fa-ed60deebe3ee 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] No more DHCP agents 2026-04-20 15:17:14.760 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-098097eb-3d5a-4e63-93fa-ed60deebe3ee 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Unable to schedule network 4f720e35-0db9-4192-ab00-40f1815fdb9c: no agents available; will retry on subsequent port and subnet creation events. 2026-04-20 15:17:14.874 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5f8f4264-bfae-4257-a41a-e98b23ef7aa6 - - - - - -] OVN reports status down for port: 20111e87-e3df-4d5c-b226-377591f6277f 2026-04-20 15:17:14.913 8 INFO neutron.db.ovn_revision_numbers_db [None req-098097eb-3d5a-4e63-93fa-ed60deebe3ee 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 20111e87-e3df-4d5c-b226-377591f6277f (type: ports) to 1 [pid: 8|app: 0|req: 1436/2968] 199.204.45.38 () {34 vars in 716 bytes} [Mon Apr 20 15:17:14 2026] POST /v2.0/ports => generated 1328 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2969] 10.0.0.166 () {34 vars in 971 bytes} [Mon Apr 20 15:17:14 2026] GET /v2.0/ports/20111e87-e3df-4d5c-b226-377591f6277f => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1437/2970] 199.204.45.38 () {34 vars in 1261 bytes} [Mon Apr 20 15:17:16 2026] GET /v2.0/ports/20111e87-e3df-4d5c-b226-377591f6277f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2971] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:16 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2972] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:16 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2975] 199.204.45.38 () {34 vars in 974 bytes} [Mon Apr 20 15:17:16 2026] GET /v2.0/ports/20111e87-e3df-4d5c-b226-377591f6277f => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2976] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:17:16 2026] GET /v2.0/networks?id=4f720e35-0db9-4192-ab00-40f1815fdb9c => generated 842 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:17:17.205 7 INFO neutron.db.ovn_revision_numbers_db [req-4d09b0c8-636e-4119-883e-4dd586af2926 req-6128ef84-5b47-4e39-a1f0-6b2d1ac75e76 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 20111e87-e3df-4d5c-b226-377591f6277f (type: ports) to 2 2026-04-20 15:17:17.438 7 INFO neutron.db.ovn_revision_numbers_db [req-4d09b0c8-636e-4119-883e-4dd586af2926 req-6128ef84-5b47-4e39-a1f0-6b2d1ac75e76 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 20111e87-e3df-4d5c-b226-377591f6277f (type: ports) to 4 [pid: 7|app: 0|req: 1537/2977] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:17:16 2026] PUT /v2.0/ports/20111e87-e3df-4d5c-b226-377591f6277f => generated 1487 bytes in 657 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:17:17.498 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d56007e-ab8c-4e9d-aeca-229eff0c3db7'] response: {'name': 'network-changed', 'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'tag': '20111e87-e3df-4d5c-b226-377591f6277f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1441/2978] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:17:18 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 5483 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1538/2979] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:17:18 2026] GET /v2.0/networks?id=4f720e35-0db9-4192-ab00-40f1815fdb9c => generated 842 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2980] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:17:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.135&port_id=20111e87-e3df-4d5c-b226-377591f6277f => 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: 1539/2981] 199.204.45.38 () {34 vars in 1103 bytes} [Mon Apr 20 15:17:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aac&port_id=20111e87-e3df-4d5c-b226-377591f6277f => 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: 1443/2982] 199.204.45.38 () {34 vars in 1063 bytes} [Mon Apr 20 15:17:18 2026] GET /v2.0/subnets?id=0ca2c360-eb31-4971-a9bd-d5889d3fa92a&id=db9d4254-138a-40da-8f5d-26e743ac0881 => generated 1415 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2983] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:17:18 2026] GET /v2.0/ports?network_id=4f720e35-0db9-4192-ab00-40f1815fdb9c&device_owner=network%3Adhcp => 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: 1444/2984] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:17:18 2026] GET /v2.0/ports?network_id=4f720e35-0db9-4192-ab00-40f1815fdb9c&device_owner=network%3Adhcp => 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: 1541/2985] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:18 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?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: 1445/2986] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:18 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2987] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 5483 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2988] 199.204.45.38 () {34 vars in 1059 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.30&port_id=e7a226dc-32e9-4c68-8c7e-4c7b494af458 => 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: 1543/2989] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/subnets?id=30880136-04d7-424c-a3c2-48c6a6b29aee => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2990] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/ports?network_id=fd469b74-fbfa-440f-8042-60403453eb23&device_owner=network%3Adhcp => 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: 1544/2991] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?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: 1448/2992] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2993] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.154&port_id=d6a9194d-faab-4a3e-9867-e61c3833d23a => 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: 1449/2994] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/subnets?id=b71b97e5-3bce-41f9-b663-2148724e2093 => 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: 1546/2995] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/ports?network_id=f6b3d458-d386-4aec-924f-8e81d4f18baa&device_owner=network%3Adhcp => 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: 1450/2996] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?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: 1547/2997] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2998] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.229&port_id=d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => 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: 1548/2999] 199.204.45.38 () {34 vars in 1103 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A192&port_id=d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => 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/3000] 199.204.45.38 () {34 vars in 1063 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/subnets?id=cd7a8ffe-cf19-4c09-9ce3-0c0fc9cede14&id=4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3001] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&device_owner=network%3Adhcp => 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: 1453/3002] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:17:19 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&device_owner=network%3Adhcp => 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: 1550/3003] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:20 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?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: 1454/3004] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:20 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3005] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:17:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.135&port_id=20111e87-e3df-4d5c-b226-377591f6277f => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3006] 199.204.45.38 () {34 vars in 1103 bytes} [Mon Apr 20 15:17:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aac&port_id=20111e87-e3df-4d5c-b226-377591f6277f => 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: 1552/3007] 199.204.45.38 () {34 vars in 1063 bytes} [Mon Apr 20 15:17:20 2026] GET /v2.0/subnets?id=0ca2c360-eb31-4971-a9bd-d5889d3fa92a&id=db9d4254-138a-40da-8f5d-26e743ac0881 => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3008] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:17:20 2026] GET /v2.0/ports?network_id=4f720e35-0db9-4192-ab00-40f1815fdb9c&device_owner=network%3Adhcp => 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: 1553/3009] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:17:20 2026] GET /v2.0/ports?network_id=4f720e35-0db9-4192-ab00-40f1815fdb9c&device_owner=network%3Adhcp => 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: 1457/3010] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:20 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3011] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:20 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:17:20.985 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5f8f4264-bfae-4257-a41a-e98b23ef7aa6 - - - - - -] OVN reports status up for port: 20111e87-e3df-4d5c-b226-377591f6277f 2026-04-20 15:17:20.999 7 INFO neutron.plugins.ml2.plugin [None req-5f8f4264-bfae-4257-a41a-e98b23ef7aa6 - - - - - -] Attempt 1 to provision port 20111e87-e3df-4d5c-b226-377591f6277f 2026-04-20 15:17:21.132 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0927a2d1-fdcb-405c-b055-0fadbf36a3c0'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '20111e87-e3df-4d5c-b226-377591f6277f', 'code': 200} 2026-04-20 15:17:21.265 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f8f4264-bfae-4257-a41a-e98b23ef7aa6 - - - - - -] Successfully bumped revision number for resource 20111e87-e3df-4d5c-b226-377591f6277f (type: ports) to 5 2026-04-20 15:17:23.171 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b567acdd-4fe2-4d52-b3bb-649bbad55754'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '20111e87-e3df-4d5c-b226-377591f6277f', 'code': 200} [pid: 8|app: 0|req: 1458/3012] 10.0.0.166 () {34 vars in 971 bytes} [Mon Apr 20 15:17:24 2026] GET /v2.0/ports/20111e87-e3df-4d5c-b226-377591f6277f => generated 1489 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1555/3013] 199.204.45.38 () {30 vars in 742 bytes} [Mon Apr 20 15:17:24 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c => generated 839 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3014] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:24 2026] GET /v2.0/subnets/0ca2c360-eb31-4971-a9bd-d5889d3fa92a => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3015] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:24 2026] GET /v2.0/subnets/db9d4254-138a-40da-8f5d-26e743ac0881 => generated 748 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3016] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:24 2026] GET /v2.0/ports/d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 1489 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:17:24.762 7 INFO neutron.db.ovn_revision_numbers_db [None req-7486defb-fe77-4b12-bc77-be128066d038 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc (type: ports) to 6 [pid: 7|app: 0|req: 1557/3017] 199.204.45.38 () {34 vars in 789 bytes} [Mon Apr 20 15:17:24 2026] PUT /v2.0/ports/d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 1232 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3018] 199.204.45.38 () {30 vars in 742 bytes} [Mon Apr 20 15:17:24 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad => generated 838 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1558/3019] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:24 2026] GET /v2.0/subnets/4032edbf-e7f0-4a46-8617-c4beec290e74 => 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: 1462/3020] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:17:24 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: 1559/3021] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:17:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3022] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:17:24 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: 1560/3023] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:17:25 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: 1464/3024] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:25 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => 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: 1561/3025] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:25 2026] GET /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 1136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3026] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:25 2026] GET /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1318 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3027] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:25 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:17:25.219 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0550c122-5cc5-4432-9865-191dfe381aca'] response: {'name': 'network-changed', 'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'tag': 'd532dbfb-ba0e-4d06-b497-2d65bc7cf7bc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1466/3028] 199.204.45.38 () {30 vars in 742 bytes} [Mon Apr 20 15:17:25 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa => generated 841 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3029] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:25 2026] GET /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 1136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3030] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:25 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3031] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:17:25 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 5256 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3032] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:17:25 2026] GET /v2.0/networks?id=b88770a8-cda0-41a9-823d-cc49ef550bad => generated 841 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3033] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:17:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.229&port_id=d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3034] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:17:25 2026] GET /v2.0/subnets?id=4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3035] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:17:25 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&device_owner=network%3Adhcp => 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: 1470/3036] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:26 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?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: 1567/3037] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:26 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3040] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:17:34 2026] GET /v2.0/floatingips => generated 2588 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3041] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:17:34 2026] GET /v2.0/security-groups => generated 31501 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3042] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:17:34 2026] GET /v2.0/subnets => generated 5512 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3043] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:17:34 2026] GET /v2.0/agents => generated 1214 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3044] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:17:34 2026] GET /v2.0/ports => generated 24773 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3045] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:17:34 2026] GET /v2.0/routers => generated 965 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3046] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:17:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3047] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:17:34 2026] GET /v2.0/network-ip-availabilities => generated 3189 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3048] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:17:34 2026] GET /v2.0/subnets => generated 5512 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3049] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:17:34 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) [pid: 8|app: 0|req: 1477/3050] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:17:34 2026] GET /v2.0/networks => generated 4773 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3051] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:17:37 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: 1478/3052] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:17:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3053] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:17:37 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: 1479/3054] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:17:37 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: 1576/3055] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:37 2026] GET /v2.0/subnets/4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3056] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:17:37 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 5256 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3057] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:17:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3058] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:17:38 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: 1578/3059] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:17:38 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: 1482/3060] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:17:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3061] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:38 2026] GET /v2.0/ports/20111e87-e3df-4d5c-b226-377591f6277f => generated 1489 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:17:38.698 8 INFO neutron.db.ovn_revision_numbers_db [None req-296d3909-1f62-45ba-8c99-fde9d60b843c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 20111e87-e3df-4d5c-b226-377591f6277f (type: ports) to 6 [pid: 8|app: 0|req: 1483/3062] 199.204.45.38 () {34 vars in 789 bytes} [Mon Apr 20 15:17:38 2026] PUT /v2.0/ports/20111e87-e3df-4d5c-b226-377591f6277f => generated 1232 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:17:38.755 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0233b173-e844-4a1a-9c6d-4eb047c13eb0'] response: {'name': 'network-changed', 'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'tag': '20111e87-e3df-4d5c-b226-377591f6277f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1580/3063] 199.204.45.38 () {30 vars in 742 bytes} [Mon Apr 20 15:17:38 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c => generated 839 bytes in 57 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: 1484/3064] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:38 2026] GET /v2.0/subnets/0ca2c360-eb31-4971-a9bd-d5889d3fa92a => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3065] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:38 2026] GET /v2.0/ports/20111e87-e3df-4d5c-b226-377591f6277f => generated 1260 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:17:39.264 8 INFO neutron.db.ovn_revision_numbers_db [None req-a232ff2e-0c14-483d-b782-bdd22d42b057 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 20111e87-e3df-4d5c-b226-377591f6277f (type: ports) to 7 [pid: 8|app: 0|req: 1485/3066] 199.204.45.38 () {34 vars in 788 bytes} [Mon Apr 20 15:17:38 2026] PUT /v2.0/ports/20111e87-e3df-4d5c-b226-377591f6277f => generated 1057 bytes in 387 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: 1582/3067] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:17:39 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 4852 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3068] 199.204.45.38 () {30 vars in 742 bytes} [Mon Apr 20 15:17:39 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c => generated 839 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3069] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:17:39 2026] GET /v2.0/networks?id=4f720e35-0db9-4192-ab00-40f1815fdb9c => generated 842 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3070] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:17:39 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 4852 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3071] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:39 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?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: 1488/3072] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:39 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3073] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:17:39 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 4852 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3074] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:17:40 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 4852 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:17:40.801 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-666f1126-2807-447b-a887-bb51d81b255c'] response: {'name': 'network-changed', 'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'tag': '20111e87-e3df-4d5c-b226-377591f6277f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1586/3075] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:17:41 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 4852 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3076] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:17:41 2026] GET /v2.0/networks?id=4f720e35-0db9-4192-ab00-40f1815fdb9c => generated 842 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3077] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:41 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:17:41.495 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6090cfce-da2e-40fd-bca8-59d966d4e480 - - - - - -] OVN reports status down for port: 20111e87-e3df-4d5c-b226-377591f6277f [pid: 8|app: 0|req: 1491/3078] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:41 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3079] 199.204.45.38 () {34 vars in 974 bytes} [Mon Apr 20 15:17:41 2026] GET /v2.0/ports/20111e87-e3df-4d5c-b226-377591f6277f => generated 1085 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3080] 199.204.45.38 () {34 vars in 1059 bytes} [Mon Apr 20 15:17:41 2026] GET /v2.0/ports/20111e87-e3df-4d5c-b226-377591f6277f?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) 2026-04-20 15:17:41.633 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f67c970-675e-4438-9eda-747460f86861'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '20111e87-e3df-4d5c-b226-377591f6277f', 'code': 200} [pid: 8|app: 0|req: 1493/3081] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:17:41 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 4850 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3082] 199.204.45.38 () {34 vars in 1015 bytes} [Mon Apr 20 15:17:41 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?fields=dns_domain => generated 29 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:17:41.782 7 INFO neutron.db.ovn_revision_numbers_db [None req-6090cfce-da2e-40fd-bca8-59d966d4e480 - - - - - -] Successfully bumped revision number for resource 20111e87-e3df-4d5c-b226-377591f6277f (type: ports) to 8 2026-04-20 15:17:42.048 8 INFO neutron.db.ovn_revision_numbers_db [req-0a2b659e-b7c7-4614-85b3-be1a729eee6d req-973de503-35c5-4fca-ada5-8d2dfaea393c 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource 20111e87-e3df-4d5c-b226-377591f6277f (type: ports) to 9 [pid: 8|app: 0|req: 1494/3083] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:17:41 2026] PUT /v2.0/ports/20111e87-e3df-4d5c-b226-377591f6277f => generated 917 bytes in 341 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: 1590/3084] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:17:42 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 3775 bytes in 61 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-20 15:17:42.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-0fd2d735-e986-48cd-a3be-a44af78feb39 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 20111e87-e3df-4d5c-b226-377591f6277f 2026-04-20 15:17:42.910 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fd2d735-e986-48cd-a3be-a44af78feb39 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 20111e87-e3df-4d5c-b226-377591f6277f [pid: 8|app: 0|req: 1495/3085] 199.204.45.38 () {32 vars in 758 bytes} [Mon Apr 20 15:17:42 2026] DELETE /v2.0/ports/20111e87-e3df-4d5c-b226-377591f6277f => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3086] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:17:43 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: 1496/3087] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:17:43 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: 1592/3088] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:17:43 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: 1497/3089] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:17:43 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: 1593/3090] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3091] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 1136 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3092] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1318 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3093] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3094] 199.204.45.38 () {30 vars in 742 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa => generated 841 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3095] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 1136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3096] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3097] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 3775 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:17:43.675 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-92f6ea5b-4115-47d9-9d6f-4af60d8aefc9'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '20111e87-e3df-4d5c-b226-377591f6277f', 'code': 200} [pid: 7|app: 0|req: 1597/3098] 199.204.45.38 () {34 vars in 1225 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/networks?id=fd469b74-fbfa-440f-8042-60403453eb23&id=f6b3d458-d386-4aec-924f-8e81d4f18baa&id=b88770a8-cda0-41a9-823d-cc49ef550bad&id=4f720e35-0db9-4192-ab00-40f1815fdb9c => generated 3261 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3099] 199.204.45.38 () {34 vars in 1059 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.30&port_id=e7a226dc-32e9-4c68-8c7e-4c7b494af458 => 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: 1598/3100] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/subnets?id=30880136-04d7-424c-a3c2-48c6a6b29aee => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3101] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/ports?network_id=fd469b74-fbfa-440f-8042-60403453eb23&device_owner=network%3Adhcp => 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: 1599/3102] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?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: 1504/3103] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3104] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.154&port_id=d6a9194d-faab-4a3e-9867-e61c3833d23a => 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: 1505/3105] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/subnets?id=b71b97e5-3bce-41f9-b663-2148724e2093 => generated 678 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3106] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/ports?network_id=f6b3d458-d386-4aec-924f-8e81d4f18baa&device_owner=network%3Adhcp => 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: 1506/3107] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:43 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3108] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:44 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3109] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:17:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.229&port_id=d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3110] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:17:44 2026] GET /v2.0/subnets?id=4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3111] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:17:44 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&device_owner=network%3Adhcp => 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: 1604/3112] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:44 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3113] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:44 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3116] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:17:48 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: 1606/3117] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:17:48 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: 1512/3118] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:17: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: 1607/3119] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:17:48 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: 1513/3120] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:17:48 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 3775 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3121] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:17:48 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: 1514/3122] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:17:48 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: 1609/3123] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:17:48 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: 1515/3124] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:17:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3125] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:48 2026] GET /v2.0/ports/d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 1260 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:17:49.140 8 INFO neutron.db.ovn_revision_numbers_db [None req-b13abbc1-9ba2-42f8-bb7b-dbdf6725a435 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc (type: ports) to 7 [pid: 8|app: 0|req: 1516/3126] 199.204.45.38 () {34 vars in 788 bytes} [Mon Apr 20 15:17:48 2026] PUT /v2.0/ports/d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 1057 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:17:49.196 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd943a32-398f-4c6f-8a6a-a84196b6220d'] response: {'name': 'network-changed', 'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'tag': 'd532dbfb-ba0e-4d06-b497-2d65bc7cf7bc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1611/3127] 199.204.45.38 () {30 vars in 742 bytes} [Mon Apr 20 15:17:49 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad => generated 838 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1517/3128] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:17:49 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 3600 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3129] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:17:49 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 3600 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3130] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:17:49 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 3600 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3131] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:17:49 2026] GET /v2.0/networks?id=b88770a8-cda0-41a9-823d-cc49ef550bad => generated 841 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3132] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:49 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?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: 1614/3133] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:49 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3134] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:17:50 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 3600 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:17:51.128 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f00fe5c5-c50d-4ca8-9b8f-d212b3dcd9bc - - - - - -] OVN reports status down for port: d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc [pid: 7|app: 0|req: 1615/3135] 199.204.45.38 () {34 vars in 974 bytes} [Mon Apr 20 15:17:51 2026] GET /v2.0/ports/d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 1085 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3136] 199.204.45.38 () {34 vars in 1059 bytes} [Mon Apr 20 15:17:51 2026] GET /v2.0/ports/d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:17:51.295 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ec7cb2d-63a5-4f79-975f-7ad101cba380'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd532dbfb-ba0e-4d06-b497-2d65bc7cf7bc', 'code': 200} [pid: 7|app: 0|req: 1616/3137] 199.204.45.38 () {34 vars in 1015 bytes} [Mon Apr 20 15:17:51 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=dns_domain => generated 29 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:17:51.429 8 INFO neutron.db.ovn_revision_numbers_db [None req-f00fe5c5-c50d-4ca8-9b8f-d212b3dcd9bc - - - - - -] Successfully bumped revision number for resource d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc (type: ports) to 8 [pid: 7|app: 0|req: 1617/3138] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:17:51 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 3598 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:17:51.762 8 INFO neutron.db.ovn_revision_numbers_db [req-b889bf88-3718-48e9-8217-5c070f69eb42 req-91b847df-a370-456c-9211-fe92f8b92200 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc (type: ports) to 9 [pid: 8|app: 0|req: 1522/3139] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:17:51 2026] PUT /v2.0/ports/d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 917 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3140] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:17:52 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 2523 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, ' 2026-04-20 15:17:52.754 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b7bb5ac-b25d-457a-9b83-59c533f56eaa 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc 2026-04-20 15:17:52.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b7bb5ac-b25d-457a-9b83-59c533f56eaa 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc [pid: 8|app: 0|req: 1523/3141] 199.204.45.38 () {32 vars in 758 bytes} [Mon Apr 20 15:17:52 2026] DELETE /v2.0/ports/d532dbfb-ba0e-4d06-b497-2d65bc7cf7bc => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3142] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:17:53 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: 1524/3143] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:17:53 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: 1620/3144] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3145] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3146] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3147] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 1136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3148] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1318 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3149] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3150] 199.204.45.38 () {30 vars in 742 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa => generated 841 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3151] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 1136 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3152] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 2523 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:17:53.348 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eab3096b-d0bf-4738-808c-56969d40de14'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd532dbfb-ba0e-4d06-b497-2d65bc7cf7bc', 'code': 200} [pid: 8|app: 0|req: 1529/3153] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3154] 199.204.45.38 () {34 vars in 1145 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/networks?id=fd469b74-fbfa-440f-8042-60403453eb23&id=f6b3d458-d386-4aec-924f-8e81d4f18baa&id=b88770a8-cda0-41a9-823d-cc49ef550bad => generated 2433 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3155] 199.204.45.38 () {34 vars in 1059 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.30&port_id=e7a226dc-32e9-4c68-8c7e-4c7b494af458 => 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: 1626/3156] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/subnets?id=30880136-04d7-424c-a3c2-48c6a6b29aee => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3157] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/ports?network_id=fd469b74-fbfa-440f-8042-60403453eb23&device_owner=network%3Adhcp => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3158] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3159] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3160] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.154&port_id=d6a9194d-faab-4a3e-9867-e61c3833d23a => 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: 1533/3161] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/subnets?id=b71b97e5-3bce-41f9-b663-2148724e2093 => 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: 1629/3162] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/ports?network_id=f6b3d458-d386-4aec-924f-8e81d4f18baa&device_owner=network%3Adhcp => 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: 1534/3163] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3164] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:17:53 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3167] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:18:04 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: 1536/3168] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:18:04 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: 1633/3169] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:18:04 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: 1537/3170] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:18:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:18:04.964 7 INFO neutron.api.v2.resource [None req-da000e1e-6002-47e9-94cc-11aa58eee441 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3171] 199.204.45.38 () {30 vars in 762 bytes} [Mon Apr 20 15:18:04 2026] GET /v2.0/security-groups/lb-0cc4ca7b-848e-4a5f-9002-65ed7db5f27b => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3172] 199.204.45.38 () {30 vars in 784 bytes} [Mon Apr 20 15:18:04 2026] GET /v2.0/security-groups?name=lb-0cc4ca7b-848e-4a5f-9002-65ed7db5f27b => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3173] 199.204.45.38 () {30 vars in 814 bytes} [Mon Apr 20 15:18:05 2026] GET /v2.0/security-group-rules?security_group_id=2a832e4d-e3ba-490c-9f69-f8bfddf1e641 => generated 2334 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3174] 199.204.45.38 () {32 vars in 788 bytes} [Mon Apr 20 15:18:05 2026] DELETE /v2.0/security-group-rules/2e4616ca-d6b8-4f9e-a81d-dbce7b4daaed => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3175] 199.204.45.38 () {32 vars in 788 bytes} [Mon Apr 20 15:18:05 2026] DELETE /v2.0/security-group-rules/b80753d5-77e2-4076-9ce1-5fd070aac4ba => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:08.486 8 INFO neutron_taas.services.taas.taas_plugin [None req-7de3d9d6-c7fe-4252-ba2f-5a89706661f8 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] TaaS: Handle Delete Port: 137e7a20-ced0-43fd-8669-32e4c738b5f8 2026-04-20 15:18:08.489 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7de3d9d6-c7fe-4252-ba2f-5a89706661f8 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Tap Mirror: Handle Delete Port: 137e7a20-ced0-43fd-8669-32e4c738b5f8 2026-04-20 15:18:08.719 8 INFO neutron.db.l3_db [None req-7de3d9d6-c7fe-4252-ba2f-5a89706661f8 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Floating IP 6c1eea00-41e4-44ac-ab95-9ebc945dcd18 disassociated (deleted). External IP: 10.96.250.205, port: 3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7. [pid: 8|app: 0|req: 1540/3176] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:18:08 2026] DELETE /v2.0/floatingips/6c1eea00-41e4-44ac-ab95-9ebc945dcd18 => generated 0 bytes in 428 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-20 15:18:08.778 7 INFO neutron.api.v2.resource [None req-86cd0df9-35a9-4cb9-b85d-1a83cae741e2 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3177] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:18:08 2026] GET /v2.0/floatingips/6c1eea00-41e4-44ac-ab95-9ebc945dcd18 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3178] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:18:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3179] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:18:09 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: 1542/3180] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:18:09 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: 1639/3181] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:18:09 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-20 15:18:09.448 8 INFO neutron.api.v2.resource [None req-7a5ac84c-06f4-497b-bb19-4f0a6384ba7d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1543/3182] 199.204.45.38 () {30 vars in 762 bytes} [Mon Apr 20 15:18:09 2026] GET /v2.0/security-groups/lb-0cc4ca7b-848e-4a5f-9002-65ed7db5f27b => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3183] 199.204.45.38 () {30 vars in 784 bytes} [Mon Apr 20 15:18:09 2026] GET /v2.0/security-groups?name=lb-0cc4ca7b-848e-4a5f-9002-65ed7db5f27b => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3184] 199.204.45.38 () {30 vars in 814 bytes} [Mon Apr 20 15:18:09 2026] GET /v2.0/security-group-rules?security_group_id=2a832e4d-e3ba-490c-9f69-f8bfddf1e641 => generated 1182 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3185] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:18:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3186] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:18:09 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: 1642/3187] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:18:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3188] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:18:09 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: 1643/3189] 199.204.45.38 () {30 vars in 740 bytes} [Mon Apr 20 15:18:09 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3190] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:18:09 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 2523 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3191] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:18:09 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 2523 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3192] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:18:09 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 2523 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3193] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:18:11 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 2523 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:18:11.678 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2c7ee07d-424e-4485-8777-30912fa012b8 - - - - - -] OVN reports status down for port: 3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 2026-04-20 15:18:11.688 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e0320b29-5dae-4809-b48e-860439788cfa - - - - - -] OVN reports status down for port: d6a9194d-faab-4a3e-9867-e61c3833d23a [pid: 8|app: 0|req: 1549/3194] 199.204.45.38 () {34 vars in 974 bytes} [Mon Apr 20 15:18:11 2026] GET /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1318 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3195] 199.204.45.38 () {34 vars in 1059 bytes} [Mon Apr 20 15:18:11 2026] GET /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:18:11.981 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37287067-cfbb-48a7-bca1-a54a0e19376e'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd6a9194d-faab-4a3e-9867-e61c3833d23a', 'code': 200} 2026-04-20 15:18:11.992 7 INFO neutron.db.ovn_revision_numbers_db [None req-583a5492-e941-4a44-b38e-b89ee1b96fc0 - - - - - -] Successfully bumped revision number for resource 3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 (type: ports) to 6 [pid: 8|app: 0|req: 1550/3196] 199.204.45.38 () {34 vars in 1015 bytes} [Mon Apr 20 15:18:11 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3197] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:18:12 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 2521 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:18:12.200 7 INFO neutron.db.ovn_revision_numbers_db [None req-e0320b29-5dae-4809-b48e-860439788cfa - - - - - -] Successfully bumped revision number for resource d6a9194d-faab-4a3e-9867-e61c3833d23a (type: ports) to 8 2026-04-20 15:18:12.560 7 INFO neutron.db.ovn_revision_numbers_db [req-1d26d351-0907-4940-ae35-277076a406c5 req-43c923e4-7859-42ef-a12f-f51b8f59db98 6c74a5d7e2f44c6a83a54be51874d9a3 789b576e51044b1da826f9001f0ea526 - - cd30bcfa1e8d47118b5fdf43a7569f07 cd30bcfa1e8d47118b5fdf43a7569f07] Successfully bumped revision number for resource d6a9194d-faab-4a3e-9867-e61c3833d23a (type: ports) to 9 [pid: 7|app: 0|req: 1647/3198] 199.204.45.38 () {38 vars in 1027 bytes} [Mon Apr 20 15:18:12 2026] PUT /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1150 bytes in 574 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3199] 199.204.45.38 () {30 vars in 768 bytes} [Mon Apr 20 15:18:13 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1213 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:18:13.541 7 INFO neutron.db.ovn_revision_numbers_db [None req-bfd7aedd-e8a9-452d-9123-f91572acd2e2 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d6a9194d-faab-4a3e-9867-e61c3833d23a (type: ports) to 10 [pid: 7|app: 0|req: 1648/3200] 199.204.45.38 () {34 vars in 788 bytes} [Mon Apr 20 15:18:13 2026] PUT /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1091 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3201] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:18:13 2026] GET /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 1091 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-20 15:18:13.696 7 INFO neutron.db.ovn_revision_numbers_db [None req-583a5492-e941-4a44-b38e-b89ee1b96fc0 - - - - - -] Successfully bumped revision number for resource 3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 (type: ports) to 8 2026-04-20 15:18:13.803 7 INFO neutron_taas.services.taas.taas_plugin [None req-3eac9a92-fc35-4e75-affe-8c8c02ddef1d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: d6a9194d-faab-4a3e-9867-e61c3833d23a 2026-04-20 15:18:13.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eac9a92-fc35-4e75-affe-8c8c02ddef1d 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: d6a9194d-faab-4a3e-9867-e61c3833d23a [pid: 7|app: 0|req: 1649/3202] 199.204.45.38 () {32 vars in 758 bytes} [Mon Apr 20 15:18:13 2026] DELETE /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:18:14.021 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-76b5848a-7c3c-47ec-a2ce-727ceca720ec'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd6a9194d-faab-4a3e-9867-e61c3833d23a', 'code': 200} [pid: 8|app: 0|req: 1554/3203] 199.204.45.38 () {30 vars in 702 bytes} [Mon Apr 20 15:18:14 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: 1650/3204] 199.204.45.38 () {30 vars in 704 bytes} [Mon Apr 20 15:18:14 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: 1555/3205] 199.204.45.38 () {30 vars in 680 bytes} [Mon Apr 20 15:18:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3206] 199.204.45.38 () {30 vars in 716 bytes} [Mon Apr 20 15:18:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:18:14.106 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f06dd502-e20b-4106-9ed6-04ba8ec64e97 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1556/3207] 199.204.45.38 () {32 vars in 758 bytes} [Mon Apr 20 15:18:14 2026] DELETE /v2.0/ports/d6a9194d-faab-4a3e-9867-e61c3833d23a => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3208] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:18:14 2026] GET /v2.0/ports?tenant_id=0a928c759b3b46e29aa9cc9357427c24&device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1213 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3209] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:18:14 2026] GET /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-20 15:18:14.179 8 INFO neutron.api.v2.resource [None req-a703e37c-d0a9-47bb-a618-dd418dee394c 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1558/3210] 199.204.45.38 () {30 vars in 762 bytes} [Mon Apr 20 15:18:14 2026] GET /v2.0/security-groups/lb-0cc4ca7b-848e-4a5f-9002-65ed7db5f27b => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3211] 199.204.45.38 () {34 vars in 1065 bytes} [Mon Apr 20 15:18:14 2026] GET /v2.0/networks?id=fd469b74-fbfa-440f-8042-60403453eb23&id=f6b3d458-d386-4aec-924f-8e81d4f18baa => generated 1606 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3212] 199.204.45.38 () {34 vars in 1059 bytes} [Mon Apr 20 15:18:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.30&port_id=e7a226dc-32e9-4c68-8c7e-4c7b494af458 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3213] 199.204.45.38 () {30 vars in 784 bytes} [Mon Apr 20 15:18:14 2026] GET /v2.0/security-groups?name=lb-0cc4ca7b-848e-4a5f-9002-65ed7db5f27b => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3214] 199.204.45.38 () {34 vars in 983 bytes} [Mon Apr 20 15:18:14 2026] GET /v2.0/subnets?id=30880136-04d7-424c-a3c2-48c6a6b29aee => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3215] 199.204.45.38 () {30 vars in 736 bytes} [Mon Apr 20 15:18:14 2026] GET /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3216] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:18:14 2026] GET /v2.0/ports?network_id=fd469b74-fbfa-440f-8042-60403453eb23&device_owner=network%3Adhcp => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3217] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:18:14 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?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: 1562/3218] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:18:14 2026] GET /v2.0/networks/fd469b74-fbfa-440f-8042-60403453eb23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:18:14.574 7 INFO neutron.db.ovn_revision_numbers_db [None req-b465caf8-d49c-4107-b1ec-25ac41fc69d9 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 (type: ports) to 9 [pid: 7|app: 0|req: 1657/3219] 199.204.45.38 () {34 vars in 788 bytes} [Mon Apr 20 15:18:14 2026] PUT /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 1090 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3220] 199.204.45.38 () {32 vars in 778 bytes} [Mon Apr 20 15:18:14 2026] DELETE /v2.0/security-groups/2a832e4d-e3ba-490c-9f69-f8bfddf1e641 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:14.867 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b0e0199-be83-4110-a520-0d8fa78a07b6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: 3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 2026-04-20 15:18:14.870 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b0e0199-be83-4110-a520-0d8fa78a07b6 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: 3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 [pid: 7|app: 0|req: 1658/3221] 199.204.45.38 () {32 vars in 758 bytes} [Mon Apr 20 15:18:14 2026] DELETE /v2.0/ports/3d1e435f-872f-4a1a-bc4b-cb38aaaf20f7 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:18:16.357 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2c7ee07d-424e-4485-8777-30912fa012b8 - - - - - -] OVN reports status down for port: e7a226dc-32e9-4c68-8c7e-4c7b494af458 2026-04-20 15:18:16.494 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-90749397-3521-4a59-8c8f-a9cbb9365051'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e7a226dc-32e9-4c68-8c7e-4c7b494af458', 'code': 200} 2026-04-20 15:18:16.626 8 INFO neutron.db.ovn_revision_numbers_db [None req-2c7ee07d-424e-4485-8777-30912fa012b8 - - - - - -] Successfully bumped revision number for resource e7a226dc-32e9-4c68-8c7e-4c7b494af458 (type: ports) to 6 [pid: 7|app: 0|req: 1660/3224] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:18:17 2026] GET /v2.0/ports?device_id=31ad3a96-6234-4476-a30e-8d5c3ddf7f80 => generated 1211 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-20 15:18:17.732 8 INFO neutron_taas.services.taas.taas_plugin [req-cea1081e-6864-4ede-b633-701b586c0432 req-73e3d5be-98be-463c-ab7b-893002827031 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] TaaS: Handle Delete Port: e7a226dc-32e9-4c68-8c7e-4c7b494af458 2026-04-20 15:18:17.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cea1081e-6864-4ede-b633-701b586c0432 req-73e3d5be-98be-463c-ab7b-893002827031 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Tap Mirror: Handle Delete Port: e7a226dc-32e9-4c68-8c7e-4c7b494af458 [pid: 8|app: 0|req: 1565/3225] 199.204.45.38 () {36 vars in 996 bytes} [Mon Apr 20 15:18:17 2026] DELETE /v2.0/ports/e7a226dc-32e9-4c68-8c7e-4c7b494af458 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:18:18.528 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-149843a1-c224-4628-93ea-7fdfa03c08a7'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e7a226dc-32e9-4c68-8c7e-4c7b494af458', 'code': 200} 2026-04-20 15:18:18.528 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-149843a1-c224-4628-93ea-7fdfa03c08a7'] response: {'server_uuid': '31ad3a96-6234-4476-a30e-8d5c3ddf7f80', 'name': 'network-vif-deleted', 'tag': 'e7a226dc-32e9-4c68-8c7e-4c7b494af458', 'status': 'completed', 'code': 200} 2026-04-20 15:18:19.140 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e18eef9-08dd-4de9-8274-a51605cec9d3 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] TaaS: Handle Delete Port: cd23d930-36f7-48ab-b2a0-cbb5cbcd71e3 2026-04-20 15:18:19.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e18eef9-08dd-4de9-8274-a51605cec9d3 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Tap Mirror: Handle Delete Port: cd23d930-36f7-48ab-b2a0-cbb5cbcd71e3 2026-04-20 15:18:19.360 7 INFO neutron.db.l3_db [None req-1e18eef9-08dd-4de9-8274-a51605cec9d3 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Floating IP 2a4e133b-ac16-433c-b13d-17b254ba90be disassociated (deleted). External IP: 10.96.250.215, port: f91381e5-42f5-4284-8aed-159681259fb7. [pid: 7|app: 0|req: 1661/3226] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:18:18 2026] DELETE /v2.0/floatingips/2a4e133b-ac16-433c-b13d-17b254ba90be => generated 0 bytes in 408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:19.421 8 INFO neutron.api.v2.resource [None req-864263ba-1c90-4f6a-9b9a-dfed163c538e 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3227] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:18:19 2026] GET /v2.0/floatingips/2a4e133b-ac16-433c-b13d-17b254ba90be => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:18:19.444 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a83161f-1406-4e04-b558-7ce47da4c462'] response: {'name': 'network-changed', 'server_uuid': '64d22e0e-12bf-43a5-bf74-ab5ff5692789', 'tag': 'f91381e5-42f5-4284-8aed-159681259fb7', '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: 1662/3228] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:18:19 2026] GET /v2.0/ports?device_id=64d22e0e-12bf-43a5-bf74-ab5ff5692789 => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3229] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:18:19 2026] GET /v2.0/security-groups?id=666f43b4-d330-49e5-95ad-b1f27c2ae94d&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3230] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:18:19 2026] GET /v2.0/ports?tenant_id=c705ce73dd74443f93ba9db4597ce035&device_id=64d22e0e-12bf-43a5-bf74-ab5ff5692789 => generated 1438 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3231] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:18:19 2026] GET /v2.0/networks?id=4f720e35-0db9-4192-ab00-40f1815fdb9c => generated 842 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3232] 199.204.45.38 () {34 vars in 1055 bytes} [Mon Apr 20 15:18:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.94&port_id=f91381e5-42f5-4284-8aed-159681259fb7 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3233] 199.204.45.38 () {34 vars in 1105 bytes} [Mon Apr 20 15:18:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A323&port_id=f91381e5-42f5-4284-8aed-159681259fb7 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3234] 199.204.45.38 () {34 vars in 1063 bytes} [Mon Apr 20 15:18:20 2026] GET /v2.0/subnets?id=0ca2c360-eb31-4971-a9bd-d5889d3fa92a&id=db9d4254-138a-40da-8f5d-26e743ac0881 => generated 1415 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3235] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:18:20 2026] GET /v2.0/ports?network_id=4f720e35-0db9-4192-ab00-40f1815fdb9c&device_owner=network%3Adhcp => 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: 1666/3236] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:18:20 2026] GET /v2.0/ports?network_id=4f720e35-0db9-4192-ab00-40f1815fdb9c&device_owner=network%3Adhcp => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3237] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:18:20 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?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: 1667/3238] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:18:20 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:18:20.637 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6bcf4aa9-6c62-4cd5-a39e-b123bf6ef240 - - - - - -] OVN reports status down for port: f91381e5-42f5-4284-8aed-159681259fb7 2026-04-20 15:18:20.912 7 INFO neutron.db.ovn_revision_numbers_db [None req-6bcf4aa9-6c62-4cd5-a39e-b123bf6ef240 - - - - - -] Successfully bumped revision number for resource f91381e5-42f5-4284-8aed-159681259fb7 (type: ports) to 6 2026-04-20 15:18:21.488 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d621933e-217a-41f8-b8a6-b1f974ee1326'] response: {'server_uuid': '64d22e0e-12bf-43a5-bf74-ab5ff5692789', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f91381e5-42f5-4284-8aed-159681259fb7', 'code': 200} 2026-04-20 15:18:21.488 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d621933e-217a-41f8-b8a6-b1f974ee1326'] response: {'server_uuid': '64d22e0e-12bf-43a5-bf74-ab5ff5692789', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f91381e5-42f5-4284-8aed-159681259fb7', 'code': 200} [pid: 8|app: 0|req: 1572/3239] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:18:21 2026] GET /v2.0/ports?device_id=64d22e0e-12bf-43a5-bf74-ab5ff5692789 => generated 1198 bytes in 86 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-20 15:18:22.052 7 INFO neutron_taas.services.taas.taas_plugin [req-5816c60b-e9e0-4242-ba26-943a13c06d60 req-a751ebad-d0c7-4f17-b105-dd1456ea8b20 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] TaaS: Handle Delete Port: f91381e5-42f5-4284-8aed-159681259fb7 2026-04-20 15:18:22.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5816c60b-e9e0-4242-ba26-943a13c06d60 req-a751ebad-d0c7-4f17-b105-dd1456ea8b20 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Tap Mirror: Handle Delete Port: f91381e5-42f5-4284-8aed-159681259fb7 [pid: 7|app: 0|req: 1668/3240] 199.204.45.38 () {36 vars in 996 bytes} [Mon Apr 20 15:18:21 2026] DELETE /v2.0/ports/f91381e5-42f5-4284-8aed-159681259fb7 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:18:23.526 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dcd460c5-b5b7-4812-945d-91fa4eeb0671'] response: {'server_uuid': '64d22e0e-12bf-43a5-bf74-ab5ff5692789', 'name': 'network-vif-deleted', 'tag': 'f91381e5-42f5-4284-8aed-159681259fb7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1573/3241] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:18:24 2026] GET /v2.0/ports?device_id=64d22e0e-12bf-43a5-bf74-ab5ff5692789 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:18:30.041 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f405587-00a1-45e0-9a14-bde208c501d8 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] TaaS: Handle Delete Port: ae9b7e76-19b8-428d-8900-ac8a713dc825 2026-04-20 15:18:30.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f405587-00a1-45e0-9a14-bde208c501d8 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Tap Mirror: Handle Delete Port: ae9b7e76-19b8-428d-8900-ac8a713dc825 2026-04-20 15:18:30.273 7 INFO neutron.db.l3_db [None req-4f405587-00a1-45e0-9a14-bde208c501d8 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Floating IP 0a35f771-a9ed-4dcf-99d3-7456225a1d8a disassociated (deleted). External IP: 10.96.250.201, port: 409f318c-c597-46c6-b93d-5feedabca740. [pid: 7|app: 0|req: 1669/3242] 10.0.0.154 () {32 vars in 732 bytes} [Mon Apr 20 15:18:29 2026] DELETE /v2.0/floatingips/0a35f771-a9ed-4dcf-99d3-7456225a1d8a => generated 0 bytes in 470 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:30.354 8 INFO neutron.api.v2.resource [None req-65f84443-87c5-4b3b-98fb-ace6a5a78194 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1574/3243] 10.0.0.154 () {32 vars in 729 bytes} [Mon Apr 20 15:18:30 2026] GET /v2.0/floatingips/0a35f771-a9ed-4dcf-99d3-7456225a1d8a => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:18:30.361 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5367bc6f-37b5-4e44-b848-deb99a98b928'] response: {'name': 'network-changed', 'server_uuid': '84ca30ab-392e-4b5b-a260-d1c04ee93ccf', 'tag': '409f318c-c597-46c6-b93d-5feedabca740', '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: 1670/3244] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:18:30 2026] GET /v2.0/ports?device_id=84ca30ab-392e-4b5b-a260-d1c04ee93ccf => generated 1200 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3245] 10.0.0.166 () {34 vars in 1040 bytes} [Mon Apr 20 15:18:30 2026] GET /v2.0/security-groups?id=666f43b4-d330-49e5-95ad-b1f27c2ae94d&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3246] 199.204.45.38 () {34 vars in 1079 bytes} [Mon Apr 20 15:18:30 2026] GET /v2.0/ports?tenant_id=c705ce73dd74443f93ba9db4597ce035&device_id=84ca30ab-392e-4b5b-a260-d1c04ee93ccf => generated 1438 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3247] 199.204.45.38 () {34 vars in 985 bytes} [Mon Apr 20 15:18:30 2026] GET /v2.0/networks?id=b88770a8-cda0-41a9-823d-cc49ef550bad => generated 841 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3248] 199.204.45.38 () {34 vars in 1057 bytes} [Mon Apr 20 15:18:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.108&port_id=409f318c-c597-46c6-b93d-5feedabca740 => 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: 1577/3249] 199.204.45.38 () {34 vars in 1103 bytes} [Mon Apr 20 15:18:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A36d&port_id=409f318c-c597-46c6-b93d-5feedabca740 => 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: 1673/3250] 199.204.45.38 () {34 vars in 1063 bytes} [Mon Apr 20 15:18:31 2026] GET /v2.0/subnets?id=cd7a8ffe-cf19-4c09-9ce3-0c0fc9cede14&id=4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3251] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:18:31 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&device_owner=network%3Adhcp => 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: 1674/3252] 199.204.45.38 () {34 vars in 1051 bytes} [Mon Apr 20 15:18:31 2026] GET /v2.0/ports?network_id=b88770a8-cda0-41a9-823d-cc49ef550bad&device_owner=network%3Adhcp => 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: 1579/3253] 199.204.45.38 () {34 vars in 1011 bytes} [Mon Apr 20 15:18:31 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3254] 199.204.45.38 () {34 vars in 1111 bytes} [Mon Apr 20 15:18:31 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-20 15:18:31.577 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e8aee785-b5eb-4a82-8265-a7dcbd9b1d03 - - - - - -] OVN reports status down for port: 409f318c-c597-46c6-b93d-5feedabca740 2026-04-20 15:18:31.711 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2195bb24-097e-4320-9d5c-b05f156fc868'] response: {'server_uuid': '84ca30ab-392e-4b5b-a260-d1c04ee93ccf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '409f318c-c597-46c6-b93d-5feedabca740', 'code': 200} 2026-04-20 15:18:31.818 8 INFO neutron.db.ovn_revision_numbers_db [None req-e8aee785-b5eb-4a82-8265-a7dcbd9b1d03 - - - - - -] Successfully bumped revision number for resource 409f318c-c597-46c6-b93d-5feedabca740 (type: ports) to 6 [pid: 7|app: 0|req: 1677/3257] 199.204.45.38 () {34 vars in 993 bytes} [Mon Apr 20 15:18:32 2026] GET /v2.0/ports?device_id=84ca30ab-392e-4b5b-a260-d1c04ee93ccf => generated 1198 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-20 15:18:32.997 8 INFO neutron_taas.services.taas.taas_plugin [req-74e1da8e-0cbf-4ef9-abd2-edbd2652b37a req-7e7a40ac-8bcc-4c82-bd5a-a330cf33f37a 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] TaaS: Handle Delete Port: 409f318c-c597-46c6-b93d-5feedabca740 2026-04-20 15:18:33.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-74e1da8e-0cbf-4ef9-abd2-edbd2652b37a req-7e7a40ac-8bcc-4c82-bd5a-a330cf33f37a 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Tap Mirror: Handle Delete Port: 409f318c-c597-46c6-b93d-5feedabca740 [pid: 8|app: 0|req: 1581/3258] 199.204.45.38 () {36 vars in 996 bytes} [Mon Apr 20 15:18:32 2026] DELETE /v2.0/ports/409f318c-c597-46c6-b93d-5feedabca740 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:18:33.754 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-26e6afaf-7c69-48d5-88ab-11080078b25f'] response: {'server_uuid': '84ca30ab-392e-4b5b-a260-d1c04ee93ccf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '409f318c-c597-46c6-b93d-5feedabca740', 'code': 200} 2026-04-20 15:18:33.755 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-26e6afaf-7c69-48d5-88ab-11080078b25f'] response: {'server_uuid': '84ca30ab-392e-4b5b-a260-d1c04ee93ccf', 'name': 'network-vif-deleted', 'tag': '409f318c-c597-46c6-b93d-5feedabca740', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1678/3259] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:18:34 2026] GET /v2.0/floatingips => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3260] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:18:34 2026] GET /v2.0/networks => generated 4773 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3261] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:18:34 2026] GET /v2.0/subnets => generated 5512 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3262] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:18:34 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) [pid: 7|app: 0|req: 1680/3263] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:18:34 2026] GET /v2.0/security-groups => generated 28657 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3264] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:18:34 2026] GET /v2.0/ports => generated 12564 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3265] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:18:34 2026] GET /v2.0/agents => generated 1214 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3266] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:18:34 2026] GET /v2.0/routers => generated 965 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3267] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:18:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3268] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:18:34 2026] GET /v2.0/network-ip-availabilities => generated 3189 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3269] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:18:34 2026] GET /v2.0/subnets => generated 5512 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3270] 10.0.0.166 () {34 vars in 990 bytes} [Mon Apr 20 15:18:35 2026] GET /v2.0/ports?device_id=84ca30ab-392e-4b5b-a260-d1c04ee93ccf => 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: 1684/3271] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:18:40 2026] DELETE /v2.0/security-group-rules/02e28c87-4847-4335-ba2b-ccbad00de968 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:41.022 8 INFO neutron.api.v2.resource [None req-0887d8f4-161c-4699-99fb-8928c8c3795f 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3272] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:18:41 2026] GET /v2.0/security-group-rules/02e28c87-4847-4335-ba2b-ccbad00de968 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3273] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:18:41 2026] DELETE /v2.0/security-group-rules/d7ff977e-0e06-4827-a8a3-cb8f8d7edc94 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:41.191 8 INFO neutron.api.v2.resource [None req-26dcd207-a624-4ab7-9986-e69527d19cd3 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1589/3274] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:18:41 2026] GET /v2.0/security-group-rules/d7ff977e-0e06-4827-a8a3-cb8f8d7edc94 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3275] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:18:41 2026] DELETE /v2.0/security-group-rules/c90ea327-e3fc-44cf-85b6-9c0abc7c8522 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:41.342 8 INFO neutron.api.v2.resource [None req-ce945e02-46c8-43e1-8ac5-72956f87db99 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/3276] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:18:41 2026] GET /v2.0/security-group-rules/c90ea327-e3fc-44cf-85b6-9c0abc7c8522 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3277] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:18:41 2026] DELETE /v2.0/security-group-rules/8e1ba35b-05a9-4565-a1ca-efa002eb1dd9 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:41.494 8 INFO neutron.api.v2.resource [None req-5c24e367-d1e8-457d-ac6a-1d746b64799b 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1591/3278] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:18:41 2026] GET /v2.0/security-group-rules/8e1ba35b-05a9-4565-a1ca-efa002eb1dd9 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3279] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:18:41 2026] DELETE /v2.0/security-group-rules/491e070a-814e-4a69-b5e3-559c0f4e6de3 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:41.637 8 INFO neutron.api.v2.resource [None req-ccb5ed92-d38f-4e39-93c3-fe7d918d138f 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3280] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:18:41 2026] GET /v2.0/security-group-rules/491e070a-814e-4a69-b5e3-559c0f4e6de3 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3281] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:18:41 2026] DELETE /v2.0/security-group-rules/204b422a-4386-48b3-b101-7d7c24997d83 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:41.784 8 INFO neutron.api.v2.resource [None req-39f3632c-c3f5-4208-a312-65f7197299cd 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1593/3282] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:18:41 2026] GET /v2.0/security-group-rules/204b422a-4386-48b3-b101-7d7c24997d83 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3283] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:18:41 2026] DELETE /v2.0/security-group-rules/d2dc56e0-5a82-4bbd-81c9-1f1109b2340c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:41.923 8 INFO neutron.api.v2.resource [None req-504fe01e-f945-4a36-95ea-bec7ad315951 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1594/3284] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:18:41 2026] GET /v2.0/security-group-rules/d2dc56e0-5a82-4bbd-81c9-1f1109b2340c => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3285] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:18:41 2026] DELETE /v2.0/security-group-rules/22f9319b-e62c-42cc-a741-c599ff61383f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:42.064 8 INFO neutron.api.v2.resource [None req-27caa7ca-2fb2-4d04-b67f-344e3a7dd374 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/3286] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:18:42 2026] GET /v2.0/security-group-rules/22f9319b-e62c-42cc-a741-c599ff61383f => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3287] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:18:42 2026] DELETE /v2.0/security-group-rules/ff6cb5ce-ecc3-4714-a705-f412dd14d655 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:42.204 8 INFO neutron.api.v2.resource [None req-6b938633-d184-4b98-881f-f75998d46c20 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1596/3288] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:18:42 2026] GET /v2.0/security-group-rules/ff6cb5ce-ecc3-4714-a705-f412dd14d655 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3289] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:18:42 2026] DELETE /v2.0/security-group-rules/1d515d08-c0f5-4dd1-9506-1869f548dcac => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:42.344 8 INFO neutron.api.v2.resource [None req-d12e25eb-ede6-45fd-b74b-18623da73101 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1597/3290] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:18:42 2026] GET /v2.0/security-group-rules/1d515d08-c0f5-4dd1-9506-1869f548dcac => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3291] 10.0.0.154 () {32 vars in 750 bytes} [Mon Apr 20 15:18:42 2026] DELETE /v2.0/security-group-rules/d413b3b7-7047-4703-8c0b-70d6e95101d1 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:42.470 8 INFO neutron.api.v2.resource [None req-baf16c3b-ad39-4ab3-a00f-0356c339c6bf 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1598/3292] 10.0.0.154 () {32 vars in 747 bytes} [Mon Apr 20 15:18:42 2026] GET /v2.0/security-group-rules/d413b3b7-7047-4703-8c0b-70d6e95101d1 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3293] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:18:42 2026] DELETE /v2.0/security-groups/666f43b4-d330-49e5-95ad-b1f27c2ae94d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:42.613 8 INFO neutron.api.v2.resource [None req-625ae151-900f-4383-8322-7b8189e9ff61 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1599/3294] 10.0.0.154 () {32 vars in 737 bytes} [Mon Apr 20 15:18:42 2026] GET /v2.0/security-groups/666f43b4-d330-49e5-95ad-b1f27c2ae94d => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:18:42.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb93db49-8bf6-4f89-8be6-c80212927d5f 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] TaaS: Handle Delete Port: 174460de-2daf-419b-b141-5ab26d3bad79 2026-04-20 15:18:42.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb93db49-8bf6-4f89-8be6-c80212927d5f 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Tap Mirror: Handle Delete Port: 174460de-2daf-419b-b141-5ab26d3bad79 [pid: 7|app: 0|req: 1696/3295] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:18:42 2026] PUT /v2.0/routers/0b3098fc-79bd-41b9-9a41-a7cb7f09925a/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:18:43.652 8 INFO neutron.api.v2.resource [None req-4eed65aa-9073-4b0b-a134-264ccb67c5c4 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1600/3296] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:18:43 2026] PUT /v2.0/routers/0b3098fc-79bd-41b9-9a41-a7cb7f09925a/remove_router_interface => generated 198 bytes in 116 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, ' 2026-04-20 15:18:43.944 7 INFO neutron_taas.services.taas.taas_plugin [None req-91e2a64b-8a33-45ef-95d8-83341874f006 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] TaaS: Handle Delete Port: 43e20e8a-289a-46cf-95e2-42521de9ff7f 2026-04-20 15:18:43.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91e2a64b-8a33-45ef-95d8-83341874f006 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Tap Mirror: Handle Delete Port: 43e20e8a-289a-46cf-95e2-42521de9ff7f [pid: 7|app: 0|req: 1697/3297] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:18:43 2026] PUT /v2.0/routers/0b3098fc-79bd-41b9-9a41-a7cb7f09925a/remove_router_interface => generated 309 bytes in 868 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:18:44.635 8 INFO neutron.api.v2.resource [None req-a82e4633-e642-4dd4-ba36-fca35d902d19 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3298] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:18:44 2026] PUT /v2.0/routers/0b3098fc-79bd-41b9-9a41-a7cb7f09925a/remove_router_interface => generated 198 bytes in 103 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, ' 2026-04-20 15:18:44.931 7 INFO neutron_taas.services.taas.taas_plugin [None req-8339c08e-ceba-4f53-9cca-6536a29ab0fe 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] TaaS: Handle Delete Port: d5113c40-fa4e-4493-bb12-bcd870248069 2026-04-20 15:18:44.934 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8339c08e-ceba-4f53-9cca-6536a29ab0fe 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Tap Mirror: Handle Delete Port: d5113c40-fa4e-4493-bb12-bcd870248069 [pid: 7|app: 0|req: 1698/3299] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:18:44 2026] PUT /v2.0/routers/0b3098fc-79bd-41b9-9a41-a7cb7f09925a/remove_router_interface => generated 309 bytes in 817 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-20 15:18:45.573 8 INFO neutron.api.v2.resource [None req-7de7fbbc-8e5d-4ddf-a010-5b4410bb3b23 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1602/3300] 10.0.0.154 () {34 vars in 789 bytes} [Mon Apr 20 15:18:45 2026] PUT /v2.0/routers/0b3098fc-79bd-41b9-9a41-a7cb7f09925a/remove_router_interface => generated 198 bytes in 112 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, ' 2026-04-20 15:18:45.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-55970b17-2922-48e7-9e8b-6de2f340ccb9 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] TaaS: Handle Delete Port: 42dc1b78-7f52-40c6-a0f2-d43b8fbf5c3a 2026-04-20 15:18:45.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55970b17-2922-48e7-9e8b-6de2f340ccb9 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Tap Mirror: Handle Delete Port: 42dc1b78-7f52-40c6-a0f2-d43b8fbf5c3a [pid: 7|app: 0|req: 1699/3303] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:18:45 2026] DELETE /v2.0/routers/0b3098fc-79bd-41b9-9a41-a7cb7f09925a => generated 0 bytes in 1235 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:46.846 8 INFO neutron.api.v2.resource [None req-245b96ac-8739-44c1-b7aa-56a383bb323d 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3304] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:18:46 2026] GET /v2.0/routers/0b3098fc-79bd-41b9-9a41-a7cb7f09925a => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3305] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:18:46 2026] DELETE /v2.0/subnets/db9d4254-138a-40da-8f5d-26e743ac0881 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:18:47.004 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b67ea04-fdd2-489f-85f5-96831bbd5dc1 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1606/3306] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:18:46 2026] GET /v2.0/subnets/db9d4254-138a-40da-8f5d-26e743ac0881 => 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: 1701/3307] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:18:47 2026] DELETE /v2.0/subnets/0ca2c360-eb31-4971-a9bd-d5889d3fa92a => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:18:47.227 8 INFO neutron.pecan_wsgi.hooks.translation [None req-98f44b9f-1bf2-495b-a5f3-ba7255cbf70f 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1607/3308] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:18:47 2026] GET /v2.0/subnets/0ca2c360-eb31-4971-a9bd-d5889d3fa92a => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:18:47.364 7 INFO neutron_taas.services.taas.taas_plugin [None req-23905369-f6d1-4e3f-b263-b074bac9b55b 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] TaaS: Handle Delete Port: 40a386c2-689c-4553-8b4b-69fecd200481 2026-04-20 15:18:47.368 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23905369-f6d1-4e3f-b263-b074bac9b55b 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Tap Mirror: Handle Delete Port: 40a386c2-689c-4553-8b4b-69fecd200481 2026-04-20 15:18:47.546 7 INFO neutron.services.segments.plugin [-] Segment 50ab67ca-a363-4ef5-bd71-5bff91e06468 resource provider aggregate not found 2026-04-20 15:18:47.550 7 INFO neutron.services.segments.plugin [-] Segment 50ab67ca-a363-4ef5-bd71-5bff91e06468 resource provider aggregate not found 2026-04-20 15:18:47.561 7 INFO neutron.services.segments.plugin [-] Segment 50ab67ca-a363-4ef5-bd71-5bff91e06468 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50ab67ca-a363-4ef5-bd71-5bff91e06468 found for delete ", "request_id": "req-8a7757a4-522c-4491-bc9b-33922464746b"}]} 2026-04-20 15:18:47.570 7 INFO neutron.services.segments.plugin [-] Segment 50ab67ca-a363-4ef5-bd71-5bff91e06468 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50ab67ca-a363-4ef5-bd71-5bff91e06468 found for delete ", "request_id": "req-9a8a1627-26fd-4e52-ac23-41d954f8c4f1"}]} [pid: 7|app: 0|req: 1702/3309] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:18:47 2026] DELETE /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:18:47.608 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ec8f0bf-87d3-478d-90c4-cb00ebc92fc6 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1608/3310] 10.0.0.154 () {32 vars in 723 bytes} [Mon Apr 20 15:18:47 2026] GET /v2.0/networks/4f720e35-0db9-4192-ab00-40f1815fdb9c => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3311] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:18:47 2026] DELETE /v2.0/subnets/cd7a8ffe-cf19-4c09-9ce3-0c0fc9cede14 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:18:47.772 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9110571-0136-4915-a669-6a857d744432 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3312] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:18:47 2026] GET /v2.0/subnets/cd7a8ffe-cf19-4c09-9ce3-0c0fc9cede14 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3313] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:18:47 2026] DELETE /v2.0/subnets/4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:18:47.970 8 INFO neutron.pecan_wsgi.hooks.translation [None req-573e559e-e3a9-4b54-865d-981f0ff18714 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1610/3314] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:18:47 2026] GET /v2.0/subnets/4032edbf-e7f0-4a46-8617-c4beec290e74 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:18:48.092 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b13587b-ac18-48e1-a939-15db1d619867 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] TaaS: Handle Delete Port: cf1620ab-8a31-47c2-97b4-6f78c6a982cd 2026-04-20 15:18:48.095 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b13587b-ac18-48e1-a939-15db1d619867 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Tap Mirror: Handle Delete Port: cf1620ab-8a31-47c2-97b4-6f78c6a982cd [pid: 7|app: 0|req: 1705/3315] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:18:47 2026] DELETE /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:18:48.304 8 INFO neutron.pecan_wsgi.hooks.translation [None req-767dfdd0-b67b-4633-b5ff-f27c04e7a6a1 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3316] 10.0.0.154 () {32 vars in 723 bytes} [Mon Apr 20 15:18:48 2026] GET /v2.0/networks/b88770a8-cda0-41a9-823d-cc49ef550bad => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3317] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:18:48 2026] DELETE /v2.0/subnets/83310e28-84b8-41f3-9e1c-cec8bc22e003 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:18:48.463 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a868bdd-189f-4c90-8249-c934ecae6a74 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1612/3318] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:18:48 2026] GET /v2.0/subnets/83310e28-84b8-41f3-9e1c-cec8bc22e003 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3319] 10.0.0.154 () {32 vars in 724 bytes} [Mon Apr 20 15:18:48 2026] DELETE /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:18:48.638 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e6c1b83c-21b3-4ed0-b783-994e854bfe48 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1613/3320] 10.0.0.154 () {32 vars in 721 bytes} [Mon Apr 20 15:18:48 2026] GET /v2.0/subnets/b71b97e5-3bce-41f9-b663-2148724e2093 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:18:48.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc50795c-4941-4972-9cd6-0e82f6be05ee 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] TaaS: Handle Delete Port: ac85750e-8fe5-4ea8-823d-5b0e187a97a8 2026-04-20 15:18:48.756 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc50795c-4941-4972-9cd6-0e82f6be05ee 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] Tap Mirror: Handle Delete Port: ac85750e-8fe5-4ea8-823d-5b0e187a97a8 [pid: 7|app: 0|req: 1708/3321] 10.0.0.154 () {32 vars in 726 bytes} [Mon Apr 20 15:18:48 2026] DELETE /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-20 15:18:48.965 8 INFO neutron.pecan_wsgi.hooks.translation [None req-551e2dfd-b949-447a-a2c5-9a16a128ee69 108c8521834145aeb1a7aad44c668b55 c705ce73dd74443f93ba9db4597ce035 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1614/3322] 10.0.0.154 () {32 vars in 723 bytes} [Mon Apr 20 15:18:48 2026] GET /v2.0/networks/f6b3d458-d386-4aec-924f-8e81d4f18baa => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-20 15:18:49.580 7 INFO neutron.services.segments.plugin [-] Segment 97d35164-764e-48ea-8870-ae142ee26054 resource provider aggregate not found 2026-04-20 15:18:49.588 7 INFO neutron.services.segments.plugin [-] Segment 97d35164-764e-48ea-8870-ae142ee26054 resource provider aggregate not found 2026-04-20 15:18:49.593 7 INFO neutron.services.segments.plugin [-] Segment 97d35164-764e-48ea-8870-ae142ee26054 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97d35164-764e-48ea-8870-ae142ee26054 found for delete ", "request_id": "req-655ba1ea-41d3-4504-b7aa-86473506cf6b"}]} 2026-04-20 15:18:49.608 7 INFO neutron.services.segments.plugin [-] Segment 97d35164-764e-48ea-8870-ae142ee26054 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97d35164-764e-48ea-8870-ae142ee26054 found for delete ", "request_id": "req-9d862892-d278-4248-9cb6-0ef2f9f93571"}]} 2026-04-20 15:18:49.611 7 INFO neutron.services.segments.plugin [-] Segment 86a41530-52af-47c7-b84d-a52156b91167 resource provider aggregate not found 2026-04-20 15:18:49.626 7 INFO neutron.services.segments.plugin [-] Segment 86a41530-52af-47c7-b84d-a52156b91167 resource provider aggregate not found 2026-04-20 15:18:49.629 7 INFO neutron.services.segments.plugin [-] Segment 86a41530-52af-47c7-b84d-a52156b91167 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86a41530-52af-47c7-b84d-a52156b91167 found for delete ", "request_id": "req-54277a18-7c21-4afa-ae66-751fa75fcbd5"}]} 2026-04-20 15:18:49.636 7 INFO neutron.services.segments.plugin [-] Segment 86a41530-52af-47c7-b84d-a52156b91167 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86a41530-52af-47c7-b84d-a52156b91167 found for delete ", "request_id": "req-f3e0c0c3-bab5-48bd-9269-3da9bf512b69"}]} 2026-04-20 15:18:51.113 7 INFO neutron.db.ovn_revision_numbers_db [None req-58811039-b0b7-4fc6-acaa-aa8ca67b2077 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 299d59fa-a575-4f58-ac8a-9f74a741e683 (type: security_groups) to 1 2026-04-20 15:18:51.124 7 INFO neutron.db.ovn_revision_numbers_db [None req-58811039-b0b7-4fc6-acaa-aa8ca67b2077 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 33c35083-072b-45d3-a97c-4a2c9faa7c5e (type: security_group_rules) to 0 2026-04-20 15:18:51.134 7 INFO neutron.db.ovn_revision_numbers_db [None req-58811039-b0b7-4fc6-acaa-aa8ca67b2077 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 3dcc4365-9909-484c-8f42-6931f7e9ddf1 (type: security_group_rules) to 0 2026-04-20 15:18:51.146 7 INFO neutron.db.ovn_revision_numbers_db [None req-58811039-b0b7-4fc6-acaa-aa8ca67b2077 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 58260aa0-5808-4e59-8a25-c2f734d3bd95 (type: security_group_rules) to 0 2026-04-20 15:18:51.157 7 INFO neutron.db.ovn_revision_numbers_db [None req-58811039-b0b7-4fc6-acaa-aa8ca67b2077 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d872ede6-68d8-4882-b464-28405905385c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1709/3323] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:18:50 2026] GET /v2.0/security-groups?tenant_id=5db06a3caaf14ae2b23269e8485659a2&name=default => generated 2929 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3324] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:18:51 2026] DELETE /v2.0/security-groups/299d59fa-a575-4f58-ac8a-9f74a741e683 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:51.655 7 INFO neutron.db.ovn_revision_numbers_db [None req-909eb2c7-d043-4b5d-bc98-55ed8f7c5efb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource cf6a9576-6663-438b-a5c7-d1f4aaebcf6c (type: security_groups) to 1 2026-04-20 15:18:51.669 7 INFO neutron.db.ovn_revision_numbers_db [None req-909eb2c7-d043-4b5d-bc98-55ed8f7c5efb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2c6f35cf-9158-4dc9-b185-bbf6d42f555f (type: security_group_rules) to 0 2026-04-20 15:18:51.686 7 INFO neutron.db.ovn_revision_numbers_db [None req-909eb2c7-d043-4b5d-bc98-55ed8f7c5efb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b2e73584-cc60-477a-b46f-c4ab2e30a8ad (type: security_group_rules) to 0 2026-04-20 15:18:51.698 7 INFO neutron.db.ovn_revision_numbers_db [None req-909eb2c7-d043-4b5d-bc98-55ed8f7c5efb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e0549ffb-c2e5-46c6-b53d-b2e08ee7aca2 (type: security_group_rules) to 0 2026-04-20 15:18:51.710 7 INFO neutron.db.ovn_revision_numbers_db [None req-909eb2c7-d043-4b5d-bc98-55ed8f7c5efb 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource fc907646-60b1-46c9-977b-05c3ab4fef7b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1710/3325] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:18:51 2026] GET /v2.0/security-groups?tenant_id=2eb04e9612ba4263ab682e7ebed7dd94&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3326] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:18:51 2026] DELETE /v2.0/security-groups/cf6a9576-6663-438b-a5c7-d1f4aaebcf6c => generated 0 bytes in 214 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:52.236 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab70efd9-4256-427e-8bfa-4b3c19678d55 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource c5f402ee-eddc-40b7-8e11-7f5aa11056c1 (type: security_groups) to 1 2026-04-20 15:18:52.251 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab70efd9-4256-427e-8bfa-4b3c19678d55 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 04f616cb-9e7f-4d72-b1b9-3923e0e35f63 (type: security_group_rules) to 0 2026-04-20 15:18:52.262 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab70efd9-4256-427e-8bfa-4b3c19678d55 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 25891e54-9882-4609-97d3-ebd38ecab041 (type: security_group_rules) to 0 2026-04-20 15:18:52.274 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab70efd9-4256-427e-8bfa-4b3c19678d55 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5047bf18-1412-428f-8462-f64bdbc652b8 (type: security_group_rules) to 0 2026-04-20 15:18:52.294 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab70efd9-4256-427e-8bfa-4b3c19678d55 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b8c65d6e-e0e3-49d5-80c0-a625dfd1a378 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1711/3327] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:18:52 2026] GET /v2.0/security-groups?tenant_id=9f092f5050a440aaafb0f5529e14d151&name=default => generated 2929 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3328] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:18:52 2026] DELETE /v2.0/security-groups/c5f402ee-eddc-40b7-8e11-7f5aa11056c1 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:52.913 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c1f498d-a041-4354-aadd-bdeb438fd450 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 2ac2b926-0dd2-4028-bc15-3dcfca8b70b0 (type: security_groups) to 1 2026-04-20 15:18:52.921 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c1f498d-a041-4354-aadd-bdeb438fd450 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 1143806f-97e5-4d48-8f06-1968671f4026 (type: security_group_rules) to 0 2026-04-20 15:18:52.935 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c1f498d-a041-4354-aadd-bdeb438fd450 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 5fc92c1b-50ce-40bb-b6fa-0d648e96e56c (type: security_group_rules) to 0 2026-04-20 15:18:52.947 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c1f498d-a041-4354-aadd-bdeb438fd450 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 63c55ace-1311-4338-9566-c7f76c3ead61 (type: security_group_rules) to 0 2026-04-20 15:18:52.960 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c1f498d-a041-4354-aadd-bdeb438fd450 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource a69c933f-3d5c-40a3-b10c-e24e6ce04c8f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1712/3329] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:18:52 2026] GET /v2.0/security-groups?tenant_id=02afcc33a72f4500bd7eb85698de6d21&name=default => generated 2929 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3330] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:18:53 2026] DELETE /v2.0/security-groups/2ac2b926-0dd2-4028-bc15-3dcfca8b70b0 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:53.512 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6d72be3-0f09-420b-9c2f-72af02f81863 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 4e3a9f86-9205-47f4-9519-d479b5be85e4 (type: security_groups) to 1 2026-04-20 15:18:53.526 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6d72be3-0f09-420b-9c2f-72af02f81863 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b803a813-2fab-4f54-9c76-39e569c0d9ad (type: security_group_rules) to 0 2026-04-20 15:18:53.539 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6d72be3-0f09-420b-9c2f-72af02f81863 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource d8f89cce-d13d-4b8a-97d1-0eea02df12f9 (type: security_group_rules) to 0 2026-04-20 15:18:53.551 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6d72be3-0f09-420b-9c2f-72af02f81863 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e22ae006-4f55-4a51-ba04-160c0a3d47b9 (type: security_group_rules) to 0 2026-04-20 15:18:53.567 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6d72be3-0f09-420b-9c2f-72af02f81863 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource f339f531-e221-418d-b9b1-93a46f9759c6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1713/3331] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:18:53 2026] GET /v2.0/security-groups?tenant_id=cea5650db2f04c0db8183bda542b4681&name=default => generated 2929 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3332] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:18:53 2026] DELETE /v2.0/security-groups/4e3a9f86-9205-47f4-9519-d479b5be85e4 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-20 15:18:54.178 7 INFO neutron.db.ovn_revision_numbers_db [None req-714f4063-78d4-43c9-b8cb-258ce20a28ad 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 6ad36ad5-c68b-4c81-acd7-dd43c213b6c8 (type: security_groups) to 1 2026-04-20 15:18:54.191 7 INFO neutron.db.ovn_revision_numbers_db [None req-714f4063-78d4-43c9-b8cb-258ce20a28ad 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource 0878c2fa-ce6a-4887-a60e-ca8144238137 (type: security_group_rules) to 0 2026-04-20 15:18:54.206 7 INFO neutron.db.ovn_revision_numbers_db [None req-714f4063-78d4-43c9-b8cb-258ce20a28ad 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource b1db2f3b-7b75-44cc-919f-de9284568c0c (type: security_group_rules) to 0 2026-04-20 15:18:54.217 7 INFO neutron.db.ovn_revision_numbers_db [None req-714f4063-78d4-43c9-b8cb-258ce20a28ad 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e5912942-6766-470a-91ee-2ac585646a61 (type: security_group_rules) to 0 2026-04-20 15:18:54.234 7 INFO neutron.db.ovn_revision_numbers_db [None req-714f4063-78d4-43c9-b8cb-258ce20a28ad 86590601b60b4f47bbcd3d86b2a6cba2 0a928c759b3b46e29aa9cc9357427c24 - - default default] Successfully bumped revision number for resource e686d868-fd62-45b1-9bf6-2b64fe2b5532 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1714/3333] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:18:54 2026] GET /v2.0/security-groups?tenant_id=b2832e47fe134ce996f52960d1faf5d3&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3334] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:18:54 2026] DELETE /v2.0/security-groups/6ad36ad5-c68b-4c81-acd7-dd43c213b6c8 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3335] 10.0.0.154 () {32 vars in 774 bytes} [Mon Apr 20 15:18:54 2026] GET /v2.0/security-groups?tenant_id=c705ce73dd74443f93ba9db4597ce035&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3336] 10.0.0.154 () {32 vars in 740 bytes} [Mon Apr 20 15:18:54 2026] DELETE /v2.0/security-groups/10471c9e-3f60-42bd-a73c-9a399dad4131 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3337] 10.0.0.154 () {32 vars in 649 bytes} [Mon Apr 20 15:18:57 2026] GET /v2.0/networks => generated 2288 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3338] 10.0.0.154 () {32 vars in 655 bytes} [Mon Apr 20 15:18:58 2026] GET /v2.0/floatingips => 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: 1717/3339] 10.0.0.154 () {32 vars in 647 bytes} [Mon Apr 20 15:18:58 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3340] 10.0.0.154 () {32 vars in 643 bytes} [Mon Apr 20 15:18:59 2026] GET /v2.0/ports => generated 5175 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3341] 10.0.0.154 () {32 vars in 647 bytes} [Mon Apr 20 15:18:59 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3342] 10.0.0.154 () {32 vars in 649 bytes} [Mon Apr 20 15:18:59 2026] GET /v2.0/networks => generated 2288 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1719/3343] 10.0.0.154 () {32 vars in 663 bytes} [Mon Apr 20 15:18:59 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3344] 10.0.0.154 () {32 vars in 655 bytes} [Mon Apr 20 15:18:59 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3351] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:19:34 2026] GET /v2.0/routers => generated 15 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3352] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:19:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3353] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:19:34 2026] GET /v2.0/networks => generated 2288 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3354] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:19:34 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3355] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:19:34 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3356] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:19:34 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3357] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:19:34 2026] GET /v2.0/floatingips => 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: 1726/3358] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:19:34 2026] GET /v2.0/security-groups => generated 17401 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3359] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:19:34 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3360] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:19:34 2026] GET /v2.0/agents => generated 1214 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3361] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:19:34 2026] GET /v2.0/ports => generated 5175 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3370] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:20:34 2026] GET /v2.0/networks => generated 2288 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3371] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:20:34 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3372] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:20:34 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) [pid: 7|app: 0|req: 1733/3373] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:20:34 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3374] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:20:34 2026] GET /v2.0/agents => generated 1214 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1734/3375] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:20:34 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3376] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:20:34 2026] GET /v2.0/floatingips => 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: 1735/3377] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:20:34 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3378] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:20:34 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: 1736/3379] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:20:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3380] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:20:34 2026] GET /v2.0/ports => generated 5175 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3389] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:21:34 2026] GET /v2.0/floatingips => generated 19 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1741/3390] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:21:34 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3391] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:21:34 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1742/3392] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:21:34 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3393] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:21:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1743/3394] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:21:34 2026] GET /v2.0/networks => generated 2288 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3395] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:21:34 2026] GET /v2.0/agents => generated 1214 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1744/3396] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:21:34 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3397] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:21:34 2026] GET /v2.0/ports => generated 5175 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1745/3398] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:21:34 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3399] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:21:34 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1750/3408] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:22:34 2026] GET /v2.0/networks => generated 2288 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3409] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:22:34 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1751/3410] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:22:34 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3411] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:22:34 2026] GET /v2.0/ports => generated 5175 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1752/3412] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:22:34 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3413] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:22:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1753/3414] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:22:34 2026] GET /v2.0/agents => generated 1214 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3415] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:22:34 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1754/3416] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:22:34 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3417] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:22:34 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1755/3418] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:22:34 2026] GET /v2.0/floatingips => 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: 1760/3427] 10.0.0.77 () {28 vars in 578 bytes} [Mon Apr 20 15:23:34 2026] GET /v2.0/ports => generated 5175 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3428] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:23:34 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1761/3429] 10.0.0.77 () {28 vars in 623 bytes} [Mon Apr 20 15:23:34 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3430] 10.0.0.77 () {28 vars in 598 bytes} [Mon Apr 20 15:23:34 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1762/3431] 10.0.0.77 () {28 vars in 584 bytes} [Mon Apr 20 15:23:34 2026] GET /v2.0/networks => generated 2288 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3432] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:23:34 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1763/3433] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:23:34 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) [pid: 8|app: 0|req: 1671/3434] 10.0.0.77 () {28 vars in 580 bytes} [Mon Apr 20 15:23:34 2026] GET /v2.0/agents => generated 1214 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1764/3435] 10.0.0.77 () {28 vars in 590 bytes} [Mon Apr 20 15:23:34 2026] GET /v2.0/floatingips => 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: 1672/3436] 10.0.0.77 () {28 vars in 618 bytes} [Mon Apr 20 15:23:34 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1765/3437] 10.0.0.77 () {28 vars in 582 bytes} [Mon Apr 20 15:23:34 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)