+ 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 May 4 12:06:06 2026] *** compiled with version: 13.3.0 on 30 April 2026 22:46:36 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-56f47c6b87-cpcwv 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, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7fed848fc668 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)... /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet /var/lib/openstack/lib/python3.12/site-packages/oslo_concurrency/lockutils.py:41: EventletDeprecationWarning: Eventlet is deprecated. It is currently being maintained in bugfix mode, and we strongly recommend against using it for new projects. If you are already using Eventlet, we recommend migrating to a different framework. For more detail see https://eventlet.readthedocs.io/en/latest/asyncio/migration.html import eventlet 2026-05-04 12:06:10.492 7 INFO neutron.common.config [-] Logging enabled! 2026-05-04 12:06:10.492 7 INFO neutron.common.config [-] uwsgi version 28.1.0.dev173 2026-05-04 12:06:10.617 8 INFO neutron.common.config [-] Logging enabled! 2026-05-04 12:06:10.617 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev173 2026-05-04 12:06:11.586 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-04 12:06:11.713 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-04 12:06:12.962 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-05-04 12:06:12.965 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-04 12:06:12.968 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-04 12:06:12.969 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-05-04 12:06:12.969 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-05-04 12:06:12.969 7 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-05-04 12:06:12.969 7 INFO neutron.plugins.ml2.managers [-] Project network_types: ['geneve'] 2026-05-04 12:06:12.969 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 12:06:12.977 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 12:06:12.977 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 12:06:12.977 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-05-04 12:06:13.096 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-05-04 12:06:13.098 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-04 12:06:13.102 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-04 12:06:13.102 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-05-04 12:06:13.102 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-05-04 12:06:13.103 8 WARNING oslo_config.cfg [-] Deprecated: Option "tenant_network_types" from group "ml2" is deprecated. Use option "project_network_types" from group "ml2". 2026-05-04 12:06:13.103 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['geneve'] 2026-05-04 12:06:13.103 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 12:06:13.110 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 12:06:13.110 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-04 12:06:13.111 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-05-04 12:06:13.189 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-05-04 12:06:13.190 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-05-04 12:06:13.190 7 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-05-04 12:06:13.215 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-04 12:06:13.215 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-04 12:06:13.216 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-05-04 12:06:13.216 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-05-04 12:06:13.328 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-05-04 12:06:13.329 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-05-04 12:06:13.329 8 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-05-04 12:06:13.354 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-04 12:06:13.354 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-04 12:06:13.354 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-05-04 12:06:13.354 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-05-04 12:06:14.125 8 INFO neutron.plugins.ml2.managers [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Initializing driver for type 'vlan' 2026-05-04 12:06:14.868 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] VlanTypeDriver initialization complete 2026-05-04 12:06:14.869 8 INFO neutron.plugins.ml2.managers [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-04 12:06:14.869 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-04 12:06:14.869 8 INFO neutron.plugins.ml2.managers [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Initializing extension driver 'port_security' 2026-05-04 12:06:14.869 8 INFO neutron.plugins.ml2.extensions.port_security [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-04 12:06:14.869 8 INFO neutron.plugins.ml2.managers [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Initializing extension driver 'qos' 2026-05-04 12:06:14.869 8 INFO neutron.plugins.ml2.managers [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Initializing mechanism driver 'ovn' 2026-05-04 12:06:14.869 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Starting OVNMechanismDriver 2026-05-04 12:06:14.872 8 INFO neutron.services.logapi.drivers.ovn.driver [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] OVN logging driver registered 2026-05-04 12:06:14.877 8 INFO neutron.quota [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded quota_driver: . 2026-05-04 12:06:14.878 8 INFO neutron.plugins.ml2.plugin [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Modular L2 Plugin initialization complete 2026-05-04 12:06:14.878 8 INFO neutron.plugins.ml2.managers [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-04 12:06:14.878 8 INFO neutron.plugins.ml2.managers [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-04 12:06:14.878 8 INFO neutron.plugins.ml2.managers [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Got port-security extension from driver 'port_security' 2026-05-04 12:06:14.878 8 INFO neutron.manager [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loading Plugin: qos 2026-05-04 12:06:14.890 8 INFO neutron.manager [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loading Plugin: ovn-router 2026-05-04 12:06:14.924 8 INFO neutron.services.ovn_l3.plugin [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Starting OVNL3RouterPlugin 2026-05-04 12:06:14.929 8 INFO neutron.manager [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loading Plugin: segments 2026-05-04 12:06:14.978 7 INFO neutron.plugins.ml2.managers [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Initializing driver for type 'vlan' 2026-05-04 12:06:15.025 8 INFO neutron.manager [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loading Plugin: trunk 2026-05-04 12:06:15.037 8 INFO neutron.manager [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loading Plugin: log 2026-05-04 12:06:15.039 8 INFO neutron.manager [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loading Plugin: ovn-vpnaas 2026-05-04 12:06:15.097 8 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-05-04 12:06:15.097 8 WARNING stevedore.named [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-05-04 12:06:15.131 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] VlanTypeDriver initialization complete 2026-05-04 12:06:15.131 7 INFO neutron.plugins.ml2.managers [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-04 12:06:15.131 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-04 12:06:15.131 7 INFO neutron.plugins.ml2.managers [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Initializing extension driver 'port_security' 2026-05-04 12:06:15.131 7 INFO neutron.plugins.ml2.extensions.port_security [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-04 12:06:15.132 7 INFO neutron.plugins.ml2.managers [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Initializing extension driver 'qos' 2026-05-04 12:06:15.132 7 INFO neutron.plugins.ml2.managers [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Initializing mechanism driver 'ovn' 2026-05-04 12:06:15.132 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Starting OVNMechanismDriver 2026-05-04 12:06:15.136 7 INFO neutron.services.logapi.drivers.ovn.driver [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] OVN logging driver registered 2026-05-04 12:06:15.142 8 INFO neutron_vpnaas.services.vpn.plugin [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-04 12:06:15.143 8 INFO neutron.manager [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loading Plugin: taas 2026-05-04 12:06:15.143 7 INFO neutron.quota [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded quota_driver: . 2026-05-04 12:06:15.144 7 INFO neutron.plugins.ml2.plugin [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Modular L2 Plugin initialization complete 2026-05-04 12:06:15.144 7 INFO neutron.plugins.ml2.managers [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-04 12:06:15.144 7 INFO neutron.plugins.ml2.managers [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-04 12:06:15.144 7 INFO neutron.plugins.ml2.managers [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Got port-security extension from driver 'port_security' 2026-05-04 12:06:15.145 7 INFO neutron.manager [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loading Plugin: qos 2026-05-04 12:06:15.156 7 INFO neutron.manager [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loading Plugin: ovn-router 2026-05-04 12:06:15.171 8 WARNING stevedore.named [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-04 12:06:15.176 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-04 12:06:15.177 8 INFO neutron.manager [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loading Plugin: tapmirror 2026-05-04 12:06:15.188 8 WARNING stevedore.named [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-04 12:06:15.189 7 INFO neutron.services.ovn_l3.plugin [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Starting OVNL3RouterPlugin 2026-05-04 12:06:15.189 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-04 12:06:15.189 8 INFO neutron.manager [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loading Plugin: auto_allocate 2026-05-04 12:06:15.193 7 INFO neutron.manager [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loading Plugin: segments 2026-05-04 12:06:15.194 8 INFO neutron.manager [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loading Plugin: tag 2026-05-04 12:06:15.200 8 INFO neutron.manager [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loading Plugin: timestamp 2026-05-04 12:06:15.203 8 INFO neutron.manager [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loading Plugin: network_ip_availability 2026-05-04 12:06:15.207 8 INFO neutron.manager [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loading Plugin: flavors 2026-05-04 12:06:15.210 8 INFO neutron.manager [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loading Plugin: revisions 2026-05-04 12:06:15.213 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Initializing extension manager. 2026-05-04 12:06:15.215 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: address-group 2026-05-04 12:06:15.216 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: address-scope 2026-05-04 12:06:15.216 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-05-04 12:06:15.217 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: agent 2026-05-04 12:06:15.218 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-05-04 12:06:15.219 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: allowed-address-pairs 2026-05-04 12:06:15.219 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: auto-allocated-topology 2026-05-04 12:06:15.220 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: availability_zone 2026-05-04 12:06:15.221 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-05-04 12:06:15.221 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-04 12:06:15.222 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: default-subnetpools 2026-05-04 12:06:15.223 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-04 12:06:15.224 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: dns-integration 2026-05-04 12:06:15.224 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: dns-domain-ports 2026-05-04 12:06:15.225 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-05-04 12:06:15.225 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension dvr not supported by any of loaded plugins 2026-05-04 12:06:15.226 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-04 12:06:15.226 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: empty-string-filtering 2026-05-04 12:06:15.227 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-04 12:06:15.227 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-04 12:06:15.228 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: external-net 2026-05-04 12:06:15.228 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-04 12:06:15.229 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: extraroute 2026-05-04 12:06:15.229 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: extraroute-atomic 2026-05-04 12:06:15.230 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: filter-validation 2026-05-04 12:06:15.230 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-04 12:06:15.231 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-04 12:06:15.231 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-04 12:06:15.232 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: fip-port-details 2026-05-04 12:06:15.232 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: flavors 2026-05-04 12:06:15.234 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-04 12:06:15.234 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: floatingip-pools 2026-05-04 12:06:15.235 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: ip_allocation 2026-05-04 12:06:15.235 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-05-04 12:06:15.236 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: l2_adjacency 2026-05-04 12:06:15.237 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: router 2026-05-04 12:06:15.239 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-04 12:06:15.239 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: enable-default-route-bfd 2026-05-04 12:06:15.240 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: enable-default-route-ecmp 2026-05-04 12:06:15.240 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: ext-gw-mode 2026-05-04 12:06:15.241 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: l3-ha 2026-05-04 12:06:15.241 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-04 12:06:15.242 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: external-gateway-multihoming 2026-05-04 12:06:15.242 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: l3-flavors 2026-05-04 12:06:15.243 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-04 12:06:15.244 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-05-04 12:06:15.246 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-05-04 12:06:15.247 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-04 12:06:15.248 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: logging 2026-05-04 12:06:15.249 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-04 12:06:15.250 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-04 12:06:15.250 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: multi-provider 2026-05-04 12:06:15.251 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: net-mtu 2026-05-04 12:06:15.251 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: net-mtu-writable 2026-05-04 12:06:15.252 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: network_availability_zone 2026-05-04 12:06:15.252 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-05-04 12:06:15.253 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: network-ip-availability 2026-05-04 12:06:15.254 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: network-ip-availability-details 2026-05-04 12:06:15.255 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-04 12:06:15.255 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: pagination 2026-05-04 12:06:15.256 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: port-device-profile 2026-05-04 12:06:15.256 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-04 12:06:15.257 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-04 12:06:15.257 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-04 12:06:15.258 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-05-04 12:06:15.258 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-04 12:06:15.259 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-04 12:06:15.259 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-04 12:06:15.260 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: port-resource-request 2026-05-04 12:06:15.260 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: port-resource-request-groups 2026-05-04 12:06:15.261 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-04 12:06:15.261 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: binding 2026-05-04 12:06:15.262 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: binding-extended 2026-05-04 12:06:15.263 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: port-security 2026-05-04 12:06:15.263 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: project-id 2026-05-04 12:06:15.263 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: provider 2026-05-04 12:06:15.264 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: qinq 2026-05-04 12:06:15.266 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: qos 2026-05-04 12:06:15.267 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-04 12:06:15.267 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-04 12:06:15.268 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: qos-default 2026-05-04 12:06:15.268 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: qos-fip 2026-05-04 12:06:15.269 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-04 12:06:15.269 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: qos-gateway-ip 2026-05-04 12:06:15.270 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: qos-port-network-policy 2026-05-04 12:06:15.270 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: qos-pps-minimum 2026-05-04 12:06:15.271 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-04 12:06:15.272 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: qos-pps 2026-05-04 12:06:15.272 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: qos-rule-type-details 2026-05-04 12:06:15.273 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-04 12:06:15.273 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: qos-rules-alias 2026-05-04 12:06:15.274 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: quota-check-limit 2026-05-04 12:06:15.275 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: quota-check-limit-default 2026-05-04 12:06:15.276 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: quotas 2026-05-04 12:06:15.277 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: quota_details 2026-05-04 12:06:15.279 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: rbac-policies 2026-05-04 12:06:15.279 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-05-04 12:06:15.280 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: rbac-address-scope 2026-05-04 12:06:15.280 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: rbac-security-groups 2026-05-04 12:06:15.281 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-05-04 12:06:15.282 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: revision-if-match 2026-05-04 12:06:15.282 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: standard-attr-revisions 2026-05-04 12:06:15.283 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: router_availability_zone 2026-05-04 12:06:15.283 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: router-enable-snat 2026-05-04 12:06:15.284 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-04 12:06:15.285 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: security-groups-default-rules 2026-05-04 12:06:15.286 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-04 12:06:15.286 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-05-04 12:06:15.287 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-04 12:06:15.287 7 INFO neutron.manager [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loading Plugin: trunk 2026-05-04 12:06:15.288 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-04 12:06:15.288 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-04 12:06:15.292 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: security-group 2026-05-04 12:06:15.293 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: segment 2026-05-04 12:06:15.294 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-04 12:06:15.295 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: service-type 2026-05-04 12:06:15.295 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: sorting 2026-05-04 12:06:15.296 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: standard-attr-segment 2026-05-04 12:06:15.296 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: standard-attr-description 2026-05-04 12:06:15.297 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: stateful-security-group 2026-05-04 12:06:15.297 8 WARNING neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-04 12:06:15.298 7 INFO neutron.manager [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loading Plugin: log 2026-05-04 12:06:15.298 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-05-04 12:06:15.298 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: subnet-external-network 2026-05-04 12:06:15.299 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-05-04 12:06:15.299 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-04 12:06:15.300 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: subnet-service-types 2026-05-04 12:06:15.300 7 INFO neutron.manager [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loading Plugin: ovn-vpnaas 2026-05-04 12:06:15.300 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: subnet_allocation 2026-05-04 12:06:15.301 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-04 12:06:15.302 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: tag-creation 2026-05-04 12:06:15.302 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-04 12:06:15.306 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: standard-attr-tag 2026-05-04 12:06:15.307 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-04 12:06:15.308 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: trunk 2026-05-04 12:06:15.308 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: trunk-details 2026-05-04 12:06:15.309 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-04 12:06:15.309 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-04 12:06:15.310 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: vlan-transparent 2026-05-04 12:06:15.310 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-04 12:06:15.312 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: vpn-agent-scheduler 2026-05-04 12:06:15.313 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-04 12:06:15.314 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: vpn-flavors 2026-05-04 12:06:15.315 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: vpnaas 2026-05-04 12:06:15.316 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: taas 2026-05-04 12:06:15.317 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: tap-mirror 2026-05-04 12:06:15.318 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-04 12:06:15.319 8 INFO neutron.api.extensions [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Loaded extension: taas-vlan-filter 2026-05-04 12:06:15.321 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-04 12:06:15.321 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-04 12:06:15.322 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 12:06:15.322 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-04 12:06:15.326 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-04 12:06:15.326 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-04 12:06:15.330 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-04 12:06:15.331 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-04 12:06:15.331 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-04 12:06:15.332 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.332 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 12:06:15.333 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] subnetpool is already registered 2026-05-04 12:06:15.333 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-04 12:06:15.333 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 12:06:15.334 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 12:06:15.334 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-04 12:06:15.335 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-04 12:06:15.335 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-04 12:06:15.335 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 12:06:15.336 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] ipsecpolicy is already registered 2026-05-04 12:06:15.336 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 12:06:15.336 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] ikepolicy is already registered 2026-05-04 12:06:15.337 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.337 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.338 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.338 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.338 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.338 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.338 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.339 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.339 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.339 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.339 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.339 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.339 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.339 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.339 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.340 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.342 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-04 12:06:15.342 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] router is already registered 2026-05-04 12:06:15.343 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-04 12:06:15.343 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] floatingip is already registered 2026-05-04 12:06:15.347 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-04 12:06:15.347 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] rbac_policy is already registered 2026-05-04 12:06:15.348 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-04 12:06:15.348 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] security_group is already registered 2026-05-04 12:06:15.348 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-04 12:06:15.348 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] security_group_rule is already registered 2026-05-04 12:06:15.349 8 WARNING neutron.api.api_common [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.349 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 12:06:15.349 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] subnetpool is already registered 2026-05-04 12:06:15.350 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-04 12:06:15.350 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] trunk is already registered 2026-05-04 12:06:15.350 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 12:06:15.350 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] ikepolicy is already registered 2026-05-04 12:06:15.351 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 12:06:15.351 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] ipsecpolicy is already registered 2026-05-04 12:06:15.351 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-04 12:06:15.351 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] endpoint_group is already registered 2026-05-04 12:06:15.352 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-04 12:06:15.352 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] vpnservice is already registered 2026-05-04 12:06:15.352 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-04 12:06:15.352 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] ipsec_site_connection is already registered 2026-05-04 12:06:15.353 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 12:06:15.353 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] ipsecpolicy is already registered 2026-05-04 12:06:15.353 8 INFO neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 12:06:15.353 8 WARNING neutron.quota.resource_registry [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] ikepolicy is already registered 2026-05-04 12:06:15.355 7 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-05-04 12:06:15.355 7 WARNING stevedore.named [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-05-04 12:06:15.391 8 WARNING keystonemiddleware._common.config [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-04 12:06:15.394 7 INFO neutron_vpnaas.services.vpn.plugin [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-04 12:06:15.394 7 INFO neutron.manager [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loading Plugin: taas 2026-05-04 12:06:15.397 8 WARNING oslo_config.cfg [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-04 12:06:15.415 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-05-04 12:06:15.416 7 WARNING stevedore.named [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-04 12:06:15.421 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-04 12:06:15.421 7 INFO neutron.manager [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loading Plugin: tapmirror 2026-05-04 12:06:15.428 8 INFO neutron.db.ovn_hash_ring_db [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Nodes from host "neutron-server-56f47c6b87-cpcwv" and group "mechanism_driver" removed from the Hash Ring created at 2026-05-04 12:06:15+00:00 2026-05-04 12:06:15.429 7 WARNING stevedore.named [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-04 12:06:15.430 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-04 12:06:15.430 7 INFO neutron.manager [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loading Plugin: auto_allocate 2026-05-04 12:06:15.431 8 INFO neutron.db.ovn_hash_ring_db [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Node 293f359a7a805b8896cde9fa81cdf637 from host "neutron-server-56f47c6b87-cpcwv" and group "mechanism_driver" added to the Hash Ring 2026-05-04 12:06:15.435 7 INFO neutron.manager [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loading Plugin: tag 2026-05-04 12:06:15.441 7 INFO neutron.manager [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loading Plugin: timestamp 2026-05-04 12:06:15.443 7 INFO neutron.manager [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loading Plugin: network_ip_availability 2026-05-04 12:06:15.448 7 INFO neutron.manager [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loading Plugin: flavors 2026-05-04 12:06:15.450 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Hash Ring probing thread for node 293f359a7a805b8896cde9fa81cdf637 has started 2026-05-04 12:06:15.451 7 INFO neutron.manager [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loading Plugin: revisions 2026-05-04 12:06:15.451 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-05-04 12:06:15.454 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Initializing extension manager. 2026-05-04 12:06:15.455 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: address-group 2026-05-04 12:06:15.456 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: address-scope 2026-05-04 12:06:15.457 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-05-04 12:06:15.457 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: agent 2026-05-04 12:06:15.458 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-05-04 12:06:15.459 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: allowed-address-pairs 2026-05-04 12:06:15.460 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: auto-allocated-topology 2026-05-04 12:06:15.460 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: availability_zone 2026-05-04 12:06:15.461 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-05-04 12:06:15.462 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-04 12:06:15.462 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: default-subnetpools 2026-05-04 12:06:15.463 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-04 12:06:15.464 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: dns-integration 2026-05-04 12:06:15.464 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: dns-domain-ports 2026-05-04 12:06:15.465 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-05-04 12:06:15.466 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension dvr not supported by any of loaded plugins 2026-05-04 12:06:15.466 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-04 12:06:15.467 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: empty-string-filtering 2026-05-04 12:06:15.467 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-04 12:06:15.467 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-04 12:06:15.468 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: external-net 2026-05-04 12:06:15.468 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-04 12:06:15.469 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: extraroute 2026-05-04 12:06:15.469 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: extraroute-atomic 2026-05-04 12:06:15.470 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: filter-validation 2026-05-04 12:06:15.470 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-04 12:06:15.471 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-04 12:06:15.471 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-04 12:06:15.472 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: fip-port-details 2026-05-04 12:06:15.473 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: flavors 2026-05-04 12:06:15.474 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-04 12:06:15.474 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: floatingip-pools 2026-05-04 12:06:15.475 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: ip_allocation 2026-05-04 12:06:15.475 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-05-04 12:06:15.476 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: l2_adjacency 2026-05-04 12:06:15.477 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: router 2026-05-04 12:06:15.479 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-04 12:06:15.479 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: enable-default-route-bfd 2026-05-04 12:06:15.480 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: enable-default-route-ecmp 2026-05-04 12:06:15.480 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: ext-gw-mode 2026-05-04 12:06:15.481 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: l3-ha 2026-05-04 12:06:15.481 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-04 12:06:15.482 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: external-gateway-multihoming 2026-05-04 12:06:15.482 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: l3-flavors 2026-05-04 12:06:15.482 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] tcp:10.105.27.92:6641: connecting... 2026-05-04 12:06:15.483 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] tcp:10.105.27.92:6641: connected 2026-05-04 12:06:15.483 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-04 12:06:15.484 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-05-04 12:06:15.486 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-05-04 12:06:15.487 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-04 12:06:15.488 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: logging 2026-05-04 12:06:15.489 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-04 12:06:15.489 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-04 12:06:15.490 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: multi-provider 2026-05-04 12:06:15.490 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: net-mtu 2026-05-04 12:06:15.491 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: net-mtu-writable 2026-05-04 12:06:15.491 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: network_availability_zone 2026-05-04 12:06:15.492 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-05-04 12:06:15.493 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: network-ip-availability 2026-05-04 12:06:15.493 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: network-ip-availability-details 2026-05-04 12:06:15.494 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-04 12:06:15.495 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: pagination 2026-05-04 12:06:15.495 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: port-device-profile 2026-05-04 12:06:15.496 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-04 12:06:15.496 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-04 12:06:15.497 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-04 12:06:15.497 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-05-04 12:06:15.498 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-04 12:06:15.498 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-04 12:06:15.499 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-04 12:06:15.499 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: port-resource-request 2026-05-04 12:06:15.500 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: port-resource-request-groups 2026-05-04 12:06:15.500 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-04 12:06:15.501 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: binding 2026-05-04 12:06:15.501 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: binding-extended 2026-05-04 12:06:15.502 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: port-security 2026-05-04 12:06:15.502 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: project-id 2026-05-04 12:06:15.503 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: provider 2026-05-04 12:06:15.503 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: qinq 2026-05-04 12:06:15.505 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: qos 2026-05-04 12:06:15.506 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-04 12:06:15.507 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-04 12:06:15.507 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: qos-default 2026-05-04 12:06:15.507 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: qos-fip 2026-05-04 12:06:15.508 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-04 12:06:15.508 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: qos-gateway-ip 2026-05-04 12:06:15.509 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: qos-port-network-policy 2026-05-04 12:06:15.509 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: qos-pps-minimum 2026-05-04 12:06:15.510 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-04 12:06:15.511 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: qos-pps 2026-05-04 12:06:15.511 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: qos-rule-type-details 2026-05-04 12:06:15.512 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-04 12:06:15.512 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: qos-rules-alias 2026-05-04 12:06:15.513 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: quota-check-limit 2026-05-04 12:06:15.513 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: quota-check-limit-default 2026-05-04 12:06:15.515 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: quotas 2026-05-04 12:06:15.516 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: quota_details 2026-05-04 12:06:15.518 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: rbac-policies 2026-05-04 12:06:15.518 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-05-04 12:06:15.519 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: rbac-address-scope 2026-05-04 12:06:15.519 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: rbac-security-groups 2026-05-04 12:06:15.520 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-05-04 12:06:15.520 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: revision-if-match 2026-05-04 12:06:15.521 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: standard-attr-revisions 2026-05-04 12:06:15.522 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: router_availability_zone 2026-05-04 12:06:15.522 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: router-enable-snat 2026-05-04 12:06:15.523 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-04 12:06:15.524 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: security-groups-default-rules 2026-05-04 12:06:15.525 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-04 12:06:15.525 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-05-04 12:06:15.526 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-04 12:06:15.526 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-04 12:06:15.527 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-04 12:06:15.531 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: security-group 2026-05-04 12:06:15.532 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: segment 2026-05-04 12:06:15.532 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-04 12:06:15.533 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: service-type 2026-05-04 12:06:15.534 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: sorting 2026-05-04 12:06:15.534 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: standard-attr-segment 2026-05-04 12:06:15.535 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: standard-attr-description 2026-05-04 12:06:15.535 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: stateful-security-group 2026-05-04 12:06:15.536 7 WARNING neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-04 12:06:15.536 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-05-04 12:06:15.537 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: subnet-external-network 2026-05-04 12:06:15.537 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-05-04 12:06:15.538 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-04 12:06:15.538 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: subnet-service-types 2026-05-04 12:06:15.539 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: subnet_allocation 2026-05-04 12:06:15.540 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-04 12:06:15.540 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: tag-creation 2026-05-04 12:06:15.540 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-04 12:06:15.544 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: standard-attr-tag 2026-05-04 12:06:15.545 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-04 12:06:15.546 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: trunk 2026-05-04 12:06:15.546 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: trunk-details 2026-05-04 12:06:15.547 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-04 12:06:15.547 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-04 12:06:15.548 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: vlan-transparent 2026-05-04 12:06:15.548 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-04 12:06:15.551 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: vpn-agent-scheduler 2026-05-04 12:06:15.551 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-05-04 12:06:15.552 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-04 12:06:15.552 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: vpn-flavors 2026-05-04 12:06:15.554 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: vpnaas 2026-05-04 12:06:15.555 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: taas 2026-05-04 12:06:15.556 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: tap-mirror 2026-05-04 12:06:15.557 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-04 12:06:15.557 7 INFO neutron.api.extensions [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Loaded extension: taas-vlan-filter 2026-05-04 12:06:15.560 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-04 12:06:15.560 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-04 12:06:15.560 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 12:06:15.560 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-04 12:06:15.563 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-04 12:06:15.564 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-04 12:06:15.568 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-04 12:06:15.568 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-04 12:06:15.569 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-04 12:06:15.569 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.570 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 12:06:15.570 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] subnetpool is already registered 2026-05-04 12:06:15.570 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-04 12:06:15.571 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 12:06:15.571 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 12:06:15.572 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-04 12:06:15.572 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-04 12:06:15.572 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-04 12:06:15.573 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 12:06:15.573 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] ipsecpolicy is already registered 2026-05-04 12:06:15.573 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 12:06:15.573 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] ikepolicy is already registered 2026-05-04 12:06:15.574 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.575 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.575 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.575 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.576 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.576 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.576 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.576 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.576 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.576 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.576 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.576 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] tcp:10.108.207.80:6642: connecting... 2026-05-04 12:06:15.576 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.577 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.577 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] tcp:10.108.207.80:6642: connected 2026-05-04 12:06:15.577 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.577 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.577 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class builtins.NoneType should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.580 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-04 12:06:15.580 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] router is already registered 2026-05-04 12:06:15.580 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-04 12:06:15.580 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] floatingip is already registered 2026-05-04 12:06:15.584 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-04 12:06:15.584 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] rbac_policy is already registered 2026-05-04 12:06:15.585 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-04 12:06:15.585 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] security_group is already registered 2026-05-04 12:06:15.586 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-04 12:06:15.586 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] security_group_rule is already registered 2026-05-04 12:06:15.586 7 WARNING neutron.api.api_common [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The plugin class neutron.db.servicetype_db.ServiceTypeManager should inherit from ``ServicePluginBase`` or ``NeutronDbPluginV2``. This class needs to be refactored. Please report a Launchpad bug in https://bugs.launchpad.net/neutron. 2026-05-04 12:06:15.587 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-04 12:06:15.587 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] subnetpool is already registered 2026-05-04 12:06:15.587 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-04 12:06:15.587 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] trunk is already registered 2026-05-04 12:06:15.588 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 12:06:15.588 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] ikepolicy is already registered 2026-05-04 12:06:15.588 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 12:06:15.588 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] ipsecpolicy is already registered 2026-05-04 12:06:15.589 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-04 12:06:15.589 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] endpoint_group is already registered 2026-05-04 12:06:15.589 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-04 12:06:15.589 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] vpnservice is already registered 2026-05-04 12:06:15.590 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-04 12:06:15.590 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] ipsec_site_connection is already registered 2026-05-04 12:06:15.590 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-04 12:06:15.590 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] ipsecpolicy is already registered 2026-05-04 12:06:15.591 7 INFO neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-04 12:06:15.591 7 WARNING neutron.quota.resource_registry [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] ikepolicy is already registered 2026-05-04 12:06:15.625 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] WorkerService process has finished the post initialization 2026-05-04 12:06:15.625 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-05-04 12:06:15.626 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension 2026-05-04 12:06:15.630 7 WARNING keystonemiddleware._common.config [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-04 12:06:15.637 7 WARNING oslo_config.cfg [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-04 12:06:15.647 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] tcp:10.105.27.92:6641: connecting... 2026-05-04 12:06:15.647 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] tcp:10.105.27.92:6641: connected 2026-05-04 12:06:15.656 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-05-04 12:06:15.672 7 INFO neutron.db.ovn_hash_ring_db [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Nodes from host "neutron-server-56f47c6b87-cpcwv" and group "mechanism_driver" removed from the Hash Ring created at 2026-05-04 12:06:15+00:00 2026-05-04 12:06:15.675 7 INFO neutron.db.ovn_hash_ring_db [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Node 73d8e60ebdf158c9ade8227d1c10538a from host "neutron-server-56f47c6b87-cpcwv" and group "mechanism_driver" added to the Hash Ring 2026-05-04 12:06:15.683 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Hash Ring probing thread for node 73d8e60ebdf158c9ade8227d1c10538a has started 2026-05-04 12:06:15.684 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-05-04 12:06:15.685 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] tcp:10.105.27.92:6641: connecting... 2026-05-04 12:06:15.686 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9d103333-efc7-4895-a065-fb83df769d9a - - - - - -] tcp:10.105.27.92:6641: connected WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7fed848fc668 pid: 8 (default app) 2026-05-04 12:06:15.712 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] tcp:10.105.27.92:6641: connecting... 2026-05-04 12:06:15.712 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] tcp:10.105.27.92:6641: connected 2026-05-04 12:06:15.753 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-05-04 12:06:15.780 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] tcp:10.108.207.80:6642: connecting... 2026-05-04 12:06:15.780 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] tcp:10.108.207.80:6642: connected 2026-05-04 12:06:15.811 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] WorkerService process has finished the post initialization 2026-05-04 12:06:15.833 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] tcp:10.105.27.92:6641: connecting... 2026-05-04 12:06:15.833 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] tcp:10.105.27.92:6641: connected 2026-05-04 12:06:15.869 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] tcp:10.105.27.92:6641: connecting... 2026-05-04 12:06:15.869 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-eb0a7bcd-df47-4e21-8fdd-7ea42b7d6dab - - - - - -] tcp:10.105.27.92:6641: connected WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7fed848fc668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:06:17.779 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ba70b79-f7b4-4149-ab1c-6cd508a76dfb a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.227 () {44 vars in 928 bytes} [Mon May 4 12:06:16 2026] GET /v2.0/networks/public => generated 108 bytes in 797 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: 1/4] 199.204.45.227 () {44 vars in 950 bytes} [Mon May 4 12:06:17 2026] GET /v2.0/networks?name=public => generated 15 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:06:18.665 8 INFO neutron.db.ovn_revision_numbers_db [None req-b47f5791-5c89-4c3a-a98b-b4c21ba4db71 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8cee7a3f-f1a4-4c38-b23a-b6e7637157f2 (type: security_groups) to 1 2026-05-04 12:06:18.679 8 INFO neutron.db.ovn_revision_numbers_db [None req-b47f5791-5c89-4c3a-a98b-b4c21ba4db71 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 10980b34-8aa4-465e-9b5c-d876cb2b1334 (type: security_group_rules) to 0 2026-05-04 12:06:18.690 8 INFO neutron.db.ovn_revision_numbers_db [None req-b47f5791-5c89-4c3a-a98b-b4c21ba4db71 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 44f17175-9b3e-4cc6-8cb4-408d4fa5ca05 (type: security_group_rules) to 0 2026-05-04 12:06:18.700 8 INFO neutron.db.ovn_revision_numbers_db [None req-b47f5791-5c89-4c3a-a98b-b4c21ba4db71 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 604e0527-c419-4c5a-8c76-9b7efb8fa284 (type: security_group_rules) to 0 2026-05-04 12:06:18.712 8 INFO neutron.db.ovn_revision_numbers_db [None req-b47f5791-5c89-4c3a-a98b-b4c21ba4db71 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8def9818-4731-4b47-b140-7c62da0a0e65 (type: security_group_rules) to 0 2026-05-04 12:06:18.799 8 WARNING neutron.services.revisions.revision_plugin [None req-b47f5791-5c89-4c3a-a98b-b4c21ba4db71 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Could not find related network for resource to bump revision. 2026-05-04 12:06:18.827 8 INFO neutron.db.segments_db [None req-b47f5791-5c89-4c3a-a98b-b4c21ba4db71 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Added segment ed941bb2-54ef-4caa-8228-971e17dd528a of type flat for network cf096e53-2011-4f22-83b2-dcccf16a76a3 2026-05-04 12:06:18.994 8 INFO neutron.db.ovn_revision_numbers_db [None req-b47f5791-5c89-4c3a-a98b-b4c21ba4db71 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource cf096e53-2011-4f22-83b2-dcccf16a76a3 (type: networks) to 1 2026-05-04 12:06:19.630 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b47f5791-5c89-4c3a-a98b-b4c21ba4db71 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:06:19.632 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b47f5791-5c89-4c3a-a98b-b4c21ba4db71 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:06:19.698 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: 99a67ad6-fe8c-4a98-80a3-b08542fec9e8 2026-05-04 12:06:19.698 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: 99a67ad6-fe8c-4a98-80a3-b08542fec9e8 2026-05-04 12:06:19.803 8 INFO neutron.db.ovn_revision_numbers_db [None req-b47f5791-5c89-4c3a-a98b-b4c21ba4db71 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 99a67ad6-fe8c-4a98-80a3-b08542fec9e8 (type: ports) to 1 2026-05-04 12:06:19.816 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-8c659170-dfd1-4b87-b27c-305ea0d69723 - - - - - -] Starting OVNClientQosExtension 2026-05-04 12:06:19.816 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-8c659170-dfd1-4b87-b27c-305ea0d69723 - - - - - -] Starting OVNClientPlacementExtension [pid: 8|app: 0|req: 4/5] 199.204.45.227 () {48 vars in 968 bytes} [Mon May 4 12:06:18 2026] POST /v2.0/networks => generated 744 bytes in 1733 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:06:20.954 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d34a06f0-32ec-4b81-96ec-0cfabdfe2f89 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.227 () {44 vars in 928 bytes} [Mon May 4 12:06:20 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.227 () {44 vars in 950 bytes} [Mon May 4 12:06:20 2026] GET /v2.0/networks?name=public => generated 753 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:06:21.363 8 INFO neutron.pecan_wsgi.hooks.translation [None req-371a5ff6-08bd-487e-9af7-f9ba3f211746 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.227 () {44 vars in 1035 bytes} [Mon May 4 12:06:21 2026] GET /v2.0/subnets/public-subnet?network_id=cf096e53-2011-4f22-83b2-dcccf16a76a3 => generated 113 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 4/10] 199.204.45.227 () {44 vars in 1058 bytes} [Mon May 4 12:06:21 2026] GET /v2.0/subnets?name=public-subnet&network_id=cf096e53-2011-4f22-83b2-dcccf16a76a3 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:06:21.624 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d80b2460-4073-49b6-836c-6238f60f3baa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:06:21.625 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d80b2460-4073-49b6-836c-6238f60f3baa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:06:22.142 8 INFO neutron.db.ovn_revision_numbers_db [None req-d80b2460-4073-49b6-836c-6238f60f3baa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 99a67ad6-fe8c-4a98-80a3-b08542fec9e8 (type: ports) to 2 2026-05-04 12:06:22.181 8 INFO neutron.db.ovn_revision_numbers_db [None req-d80b2460-4073-49b6-836c-6238f60f3baa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 082b70bb-7ac3-441f-aaa3-d65a41f06fdc (type: subnets) to 0 [pid: 8|app: 0|req: 7/11] 199.204.45.227 () {48 vars in 966 bytes} [Mon May 4 12:06:21 2026] POST /v2.0/subnets => generated 664 bytes in 802 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:11:11.974 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11109048-8bc2-4c23-b926-1e06862d8276 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 23/47] 199.204.45.227 () {44 vars in 938 bytes} [Mon May 4 12:11:11 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 427 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/48] 199.204.45.227 () {44 vars in 960 bytes} [Mon May 4 12:11:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:11:12.125 7 INFO neutron.db.segments_db [None req-93498667-e64d-49d4-a6a9-39e13dab2471 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Added segment 251b1d9f-87a0-4c3c-b435-37fb4e6765c5 of type geneve for network e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83 2026-05-04 12:11:12.298 7 INFO neutron.db.ovn_revision_numbers_db [None req-93498667-e64d-49d4-a6a9-39e13dab2471 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83 (type: networks) to 1 2026-05-04 12:11:12.701 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-93498667-e64d-49d4-a6a9-39e13dab2471 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:11:12.703 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-93498667-e64d-49d4-a6a9-39e13dab2471 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:11:12.766 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] OVN reports status down for port: 252b627d-34c6-4510-9bed-357ceced3460 2026-05-04 12:11:12.816 7 INFO neutron.db.ovn_revision_numbers_db [None req-93498667-e64d-49d4-a6a9-39e13dab2471 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 252b627d-34c6-4510-9bed-357ceced3460 (type: ports) to 1 [pid: 7|app: 0|req: 24/49] 199.204.45.227 () {48 vars in 967 bytes} [Mon May 4 12:11:12 2026] POST /v2.0/networks => generated 748 bytes in 826 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:11:13.731 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4297859-e223-40ca-b74c-9999ab704299 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 26/50] 199.204.45.227 () {44 vars in 938 bytes} [Mon May 4 12:11:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/51] 199.204.45.227 () {44 vars in 960 bytes} [Mon May 4 12:11:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 738 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:11:13.793 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a5f08a95-c123-4816-977c-89bce0d77d01 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 27/52] 199.204.45.227 () {44 vars in 1037 bytes} [Mon May 4 12:11:13 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/53] 199.204.45.227 () {44 vars in 1060 bytes} [Mon May 4 12:11:13 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83 => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:11:13.953 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-88ed11ff-db3a-4b30-82ab-c01e36fc0232 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:11:13.954 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-88ed11ff-db3a-4b30-82ab-c01e36fc0232 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:11:14.324 8 INFO neutron.db.ovn_revision_numbers_db [None req-88ed11ff-db3a-4b30-82ab-c01e36fc0232 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 252b627d-34c6-4510-9bed-357ceced3460 (type: ports) to 2 2026-05-04 12:11:14.347 8 INFO neutron.db.ovn_revision_numbers_db [None req-88ed11ff-db3a-4b30-82ab-c01e36fc0232 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9522e223-08b8-4827-9a8d-1bd9bb797b2e (type: subnets) to 0 [pid: 8|app: 0|req: 28/54] 199.204.45.227 () {48 vars in 966 bytes} [Mon May 4 12:11:13 2026] POST /v2.0/subnets => generated 651 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:11:15.480 7 INFO neutron.api.v2.resource [None req-1568bbf7-b26d-430b-b015-62d25ef674ca a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 27/55] 199.204.45.227 () {44 vars in 972 bytes} [Mon May 4 12:11:15 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/56] 199.204.45.227 () {44 vars in 994 bytes} [Mon May 4 12:11:15 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:11:15.676 7 INFO neutron.db.ovn_revision_numbers_db [None req-0a2b0f9f-a344-4895-99d2-379b3d9dd631 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a6c7eb0e-3f07-462b-ae7c-1dc30057d608 (type: security_groups) to 1 2026-05-04 12:11:15.695 7 INFO neutron.db.ovn_revision_numbers_db [None req-0a2b0f9f-a344-4895-99d2-379b3d9dd631 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 007294f6-9105-4b36-8a66-f2af5a4ad6ca (type: security_group_rules) to 0 2026-05-04 12:11:15.709 7 INFO neutron.db.ovn_revision_numbers_db [None req-0a2b0f9f-a344-4895-99d2-379b3d9dd631 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d47ed29f-e055-4af0-ade7-dceb01736550 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 28/57] 199.204.45.227 () {48 vars in 981 bytes} [Mon May 4 12:11:15 2026] POST /v2.0/security-groups => generated 1616 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/58] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:16 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 1616 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/59] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:16 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 1616 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/60] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:16 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 1616 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:11:17.038 7 INFO neutron.db.ovn_revision_numbers_db [None req-3911baf3-29d3-4760-8cf1-0509cb7d11e4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c031810c-d77e-4dee-8214-adbd1a522e3f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 30/61] 199.204.45.227 () {48 vars in 992 bytes} [Mon May 4 12:11:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/62] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:17 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 2230 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/63] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:17 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/64] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:17 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:11:18.099 7 INFO neutron.db.ovn_revision_numbers_db [None req-22a9c17b-27ba-423d-8f0d-19d06953b34f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 989f6a3e-999b-4641-a9a8-7caede27f14e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 32/65] 199.204.45.227 () {48 vars in 992 bytes} [Mon May 4 12:11:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/66] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:18 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/67] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:18 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/68] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:19 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:11:19.166 7 INFO neutron.db.ovn_revision_numbers_db [None req-f9ba9d7e-f4ee-44b5-afa4-cb3146531fa2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e7fdc513-ea40-4ca5-bb86-3701ab82ff5c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 34/69] 199.204.45.227 () {48 vars in 992 bytes} [Mon May 4 12:11:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/72] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:20 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 3462 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/73] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:20 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/74] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:20 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:11:20.272 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb9c629d-95e2-471d-b571-64a7a93800f2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource bdf51e5e-7a92-4c43-a3cb-a6d1e5fc1d11 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 38/75] 199.204.45.227 () {48 vars in 992 bytes} [Mon May 4 12:11:20 2026] POST /v2.0/security-group-rules => generated 603 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/76] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:21 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4078 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/77] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:21 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/78] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:21 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:11:21.400 7 INFO neutron.db.ovn_revision_numbers_db [None req-b5f47123-20c5-4052-8960-2c7e6e3ca6c5 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a95c66f9-f983-4c5f-b1a8-535da8bf699f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 40/79] 199.204.45.227 () {48 vars in 992 bytes} [Mon May 4 12:11:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/80] 199.204.45.227 () {44 vars in 988 bytes} [Mon May 4 12:11:22 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83 => generated 773 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:11:22.746 7 INFO neutron.pecan_wsgi.hooks.translation [None req-17ec127d-6d51-4125-8d1a-567b4e6ea43e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/81] 199.204.45.227 () {44 vars in 1077 bytes} [Mon May 4 12:11:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83 => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/82] 199.204.45.227 () {44 vars in 1100 bytes} [Mon May 4 12:11:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83 => 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: 42/83] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:22 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:11:23.077 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b4a8354a-f787-4349-9a94-4d91c474cf69 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:11:23.078 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b4a8354a-f787-4349-9a94-4d91c474cf69 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:11:23.169 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8c659170-dfd1-4b87-b27c-305ea0d69723 - - - - - -] OVN reports status down for port: 19648021-dc01-4122-add7-6b92e48f9127 2026-05-04 12:11:23.191 8 INFO neutron.db.ovn_revision_numbers_db [None req-b4a8354a-f787-4349-9a94-4d91c474cf69 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 19648021-dc01-4122-add7-6b92e48f9127 (type: ports) to 1 [pid: 8|app: 0|req: 42/84] 199.204.45.227 () {48 vars in 962 bytes} [Mon May 4 12:11:22 2026] POST /v2.0/ports => generated 1100 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:11:31.316 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a0ab2f6-a107-41c2-9a96-ae75996e2e06 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 43/85] 199.204.45.227 () {44 vars in 981 bytes} [Mon May 4 12:11:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 43/86] 199.204.45.227 () {44 vars in 1003 bytes} [Mon May 4 12:11:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:11:31.999 7 INFO neutron.db.ovn_revision_numbers_db [None req-e87e3921-5e61-4429-b88c-2c09e15dc222 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 19648021-dc01-4122-add7-6b92e48f9127 (type: ports) to 4 [pid: 7|app: 0|req: 44/87] 199.204.45.227 () {48 vars in 1033 bytes} [Mon May 4 12:11:31 2026] PUT /v2.0/ports/19648021-dc01-4122-add7-6b92e48f9127 => generated 1241 bytes in 636 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/88] 199.204.45.227 () {44 vars in 921 bytes} [Mon May 4 12:11:33 2026] GET /v2.0/ports => generated 3358 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:11:34.912 7 INFO neutron.api.v2.resource [None req-7f37424c-1f58-486c-872a-b438fae9bb30 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 45/89] 199.204.45.227 () {44 vars in 960 bytes} [Mon May 4 12:11:34 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 199.204.45.227 () {44 vars in 982 bytes} [Mon May 4 12:11:34 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:11:35.090 7 INFO neutron.db.ovn_revision_numbers_db [None req-3e3a0b17-9dc2-4860-acc7-a115101fa4aa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8ed7e99c-e2d2-460d-92f2-e479791d8e2c (type: security_groups) to 1 2026-05-04 12:11:35.107 7 INFO neutron.db.ovn_revision_numbers_db [None req-3e3a0b17-9dc2-4860-acc7-a115101fa4aa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 81ae974d-e6ca-4eab-ae2d-e61b8f398032 (type: security_group_rules) to 0 2026-05-04 12:11:35.120 7 INFO neutron.db.ovn_revision_numbers_db [None req-3e3a0b17-9dc2-4860-acc7-a115101fa4aa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d9162368-65a2-4797-a77a-fa246aa2d612 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 46/93] 199.204.45.227 () {48 vars in 981 bytes} [Mon May 4 12:11:34 2026] POST /v2.0/security-groups => generated 1610 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/94] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:36 2026] GET /v2.0/security-groups/8ed7e99c-e2d2-460d-92f2-e479791d8e2c => generated 1610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/95] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:36 2026] GET /v2.0/security-groups/8ed7e99c-e2d2-460d-92f2-e479791d8e2c => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:36 2026] GET /v2.0/security-groups/8ed7e99c-e2d2-460d-92f2-e479791d8e2c => generated 1610 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:11:36.256 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce434175-839c-4a6b-bc9f-57e56791d576 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9b8ca743-1a60-4718-b281-8d7d32f485e8 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 48/97] 199.204.45.227 () {48 vars in 992 bytes} [Mon May 4 12:11:36 2026] POST /v2.0/security-group-rules => generated 623 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/98] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:37 2026] GET /v2.0/security-groups/8ed7e99c-e2d2-460d-92f2-e479791d8e2c => generated 2246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/99] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:37 2026] GET /v2.0/security-groups/8ed7e99c-e2d2-460d-92f2-e479791d8e2c => generated 2246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/100] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:11:37 2026] GET /v2.0/security-groups/8ed7e99c-e2d2-460d-92f2-e479791d8e2c => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:11:37.300 7 INFO neutron.db.ovn_revision_numbers_db [None req-a9beaf22-906e-4265-b072-3f0534ef094c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ea97e7b0-4338-492b-beb9-0af3844c7860 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 50/101] 199.204.45.227 () {48 vars in 992 bytes} [Mon May 4 12:11:37 2026] POST /v2.0/security-group-rules => generated 627 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/108] 199.204.45.227 () {44 vars in 976 bytes} [Mon May 4 12:12:34 2026] GET /v2.0/quotas/763451d2b9b749abb59cf8ccfcdd1276 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 199.204.45.227 () {48 vars in 1028 bytes} [Mon May 4 12:12:35 2026] PUT /v2.0/quotas/763451d2b9b749abb59cf8ccfcdd1276 => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:14:55.068 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ffb6c600-c298-4628-a0d8-90bc9f0df471 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 65/130] 199.204.45.227 () {30 vars in 742 bytes} [Mon May 4 12:14:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 208 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 66/131] 199.204.45.227 () {30 vars in 764 bytes} [Mon May 4 12:14:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:14:56.971 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84a0ceea-6b1e-4076-8634-d2ff8b2243d3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 66/132] 199.204.45.227 () {30 vars in 742 bytes} [Mon May 4 12:14:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/133] 199.204.45.227 () {30 vars in 764 bytes} [Mon May 4 12:14:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:14:57.960 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8c659170-dfd1-4b87-b27c-305ea0d69723 - - - - - -] OVN reports status up for port: 19648021-dc01-4122-add7-6b92e48f9127 2026-05-04 12:14:57.997 7 INFO neutron.plugins.ml2.plugin [None req-8c659170-dfd1-4b87-b27c-305ea0d69723 - - - - - -] Attempt 1 to provision port 19648021-dc01-4122-add7-6b92e48f9127 2026-05-04 12:14:58.196 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c659170-dfd1-4b87-b27c-305ea0d69723 - - - - - -] Successfully bumped revision number for resource 19648021-dc01-4122-add7-6b92e48f9127 (type: ports) to 5 2026-05-04 12:20:10.410 8 INFO neutron.api.v2.resource [None req-96e2c9ad-54bf-4417-97bf-56ed722baa3e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 89/176] 199.204.45.227 () {44 vars in 1075 bytes} [Mon May 4 12:20:10 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=2b4dc835f1504985920d91d9a30892e5 => generated 139 bytes in 124 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, ' 2026-05-04 12:20:10.565 7 INFO neutron.db.ovn_revision_numbers_db [None req-9bd8ad33-bc19-4200-a4eb-55d2504208ff a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 58291405-b5cb-4c7a-8677-121a9196e1a8 (type: security_groups) to 1 2026-05-04 12:20:10.577 7 INFO neutron.db.ovn_revision_numbers_db [None req-9bd8ad33-bc19-4200-a4eb-55d2504208ff a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0cadbcad-81eb-457a-9ee8-429edcc83772 (type: security_group_rules) to 0 2026-05-04 12:20:10.587 7 INFO neutron.db.ovn_revision_numbers_db [None req-9bd8ad33-bc19-4200-a4eb-55d2504208ff a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 10c05093-f819-4807-b0bb-ff2fbe5ab73d (type: security_group_rules) to 0 2026-05-04 12:20:10.600 7 INFO neutron.db.ovn_revision_numbers_db [None req-9bd8ad33-bc19-4200-a4eb-55d2504208ff a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 34fa5291-9113-45ca-aa0e-d29e8aebde41 (type: security_group_rules) to 0 2026-05-04 12:20:10.615 7 INFO neutron.db.ovn_revision_numbers_db [None req-9bd8ad33-bc19-4200-a4eb-55d2504208ff a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c3245e81-8d1f-4a62-9250-2143ad31e175 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 88/177] 199.204.45.227 () {44 vars in 1098 bytes} [Mon May 4 12:20:10 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=2b4dc835f1504985920d91d9a30892e5 => generated 23 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:20:10.882 8 INFO neutron.db.ovn_revision_numbers_db [None req-ccca4196-378d-4c39-8bf7-1aca06a61043 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8a70fa40-b909-4701-8fdf-a3683c4b9ede (type: security_groups) to 1 2026-05-04 12:20:10.898 8 INFO neutron.db.ovn_revision_numbers_db [None req-ccca4196-378d-4c39-8bf7-1aca06a61043 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0aabe702-116d-469d-a933-db4f0c8b6b30 (type: security_group_rules) to 0 2026-05-04 12:20:10.909 8 INFO neutron.db.ovn_revision_numbers_db [None req-ccca4196-378d-4c39-8bf7-1aca06a61043 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource be29a1f7-b197-44c5-bb16-544554cdd849 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 90/178] 199.204.45.227 () {48 vars in 982 bytes} [Mon May 4 12:20:10 2026] POST /v2.0/security-groups => generated 1624 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 89/179] 199.204.45.227 () {44 vars in 1089 bytes} [Mon May 4 12:20:12 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede?project_id=2b4dc835f1504985920d91d9a30892e5 => generated 1624 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 91/180] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:20:12 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 90/181] 199.204.45.227 () {44 vars in 1089 bytes} [Mon May 4 12:20:12 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede?project_id=2b4dc835f1504985920d91d9a30892e5 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:20:12.320 8 INFO neutron.db.ovn_revision_numbers_db [None req-198fac46-9ad8-4943-a96a-601b3e8ca1e7 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 179ffbfd-7ce6-4c30-96dd-af6dbd2236bf (type: security_group_rules) to 0 [pid: 8|app: 0|req: 92/182] 199.204.45.227 () {48 vars in 992 bytes} [Mon May 4 12:20:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 91/183] 199.204.45.227 () {44 vars in 1089 bytes} [Mon May 4 12:20:13 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede?project_id=2b4dc835f1504985920d91d9a30892e5 => generated 2234 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 93/184] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:20:13 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 92/185] 199.204.45.227 () {44 vars in 1089 bytes} [Mon May 4 12:20:13 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede?project_id=2b4dc835f1504985920d91d9a30892e5 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:20:13.587 8 INFO neutron.db.ovn_revision_numbers_db [None req-daf084cc-c951-4ccb-bfe9-19837386cdd6 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f67129bb-2cdf-48a3-bc8c-f21acdedc092 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 94/186] 199.204.45.227 () {48 vars in 992 bytes} [Mon May 4 12:20:13 2026] POST /v2.0/security-group-rules => generated 599 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 93/187] 199.204.45.227 () {44 vars in 1089 bytes} [Mon May 4 12:20:14 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede?project_id=2b4dc835f1504985920d91d9a30892e5 => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 95/188] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:20:14 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 94/189] 199.204.45.227 () {44 vars in 1089 bytes} [Mon May 4 12:20:14 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede?project_id=2b4dc835f1504985920d91d9a30892e5 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:20:14.883 8 INFO neutron.db.ovn_revision_numbers_db [None req-9bef133e-0e59-4902-927f-392a044d56bd a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2f707f2a-efbc-4c43-858e-a520851c82e8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 96/190] 199.204.45.227 () {48 vars in 992 bytes} [Mon May 4 12:20:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 95/191] 199.204.45.227 () {44 vars in 1089 bytes} [Mon May 4 12:20:15 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede?project_id=2b4dc835f1504985920d91d9a30892e5 => generated 3460 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 97/192] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:20:15 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 96/193] 199.204.45.227 () {44 vars in 1089 bytes} [Mon May 4 12:20:16 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede?project_id=2b4dc835f1504985920d91d9a30892e5 => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:20:16.219 8 INFO neutron.db.ovn_revision_numbers_db [None req-df15b2c6-2994-4b2c-9b5e-9f6c873157c4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f5cb8d82-d402-40e6-975d-bb11ce080557 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 98/194] 199.204.45.227 () {48 vars in 992 bytes} [Mon May 4 12:20:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/213] 199.204.45.227 () {30 vars in 740 bytes} [Mon May 4 12:22:33 2026] GET /v2.0/networks?tenant_id=2b4dc835f1504985920d91d9a30892e5&shared=False => generated 15 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:22:33.375 7 INFO neutron.db.segments_db [None req-c7688cc0-0630-4a11-ba94-830e2ae75e21 a7b9af5925554f1bb9669a9cfc68eed6 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Added segment 7f9e35ee-6b62-478d-9d55-cdc893d75b8e of type geneve for network 5322b760-be48-41b9-a31e-f7910f85d49d 2026-05-04 12:22:33.506 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7688cc0-0630-4a11-ba94-830e2ae75e21 a7b9af5925554f1bb9669a9cfc68eed6 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 5322b760-be48-41b9-a31e-f7910f85d49d (type: networks) to 1 2026-05-04 12:22:33.662 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c7688cc0-0630-4a11-ba94-830e2ae75e21 a7b9af5925554f1bb9669a9cfc68eed6 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] No more DHCP agents 2026-05-04 12:22:33.663 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c7688cc0-0630-4a11-ba94-830e2ae75e21 a7b9af5925554f1bb9669a9cfc68eed6 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Unable to schedule network 5322b760-be48-41b9-a31e-f7910f85d49d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:22:33.706 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aad456b8-cee9-46e8-9a21-ac456e3c32f8 - - - - - -] OVN reports status down for port: 403d978f-c664-441b-aebd-8fdf5257680a 2026-05-04 12:22:33.765 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7688cc0-0630-4a11-ba94-830e2ae75e21 a7b9af5925554f1bb9669a9cfc68eed6 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 403d978f-c664-441b-aebd-8fdf5257680a (type: ports) to 1 [pid: 7|app: 0|req: 106/214] 199.204.45.227 () {34 vars in 682 bytes} [Mon May 4 12:22:33 2026] POST /v2.0/networks => generated 759 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/215] 199.204.45.227 () {30 vars in 722 bytes} [Mon May 4 12:22:33 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/216] 199.204.45.227 () {30 vars in 633 bytes} [Mon May 4 12:22:33 2026] GET /v2.0/extensions => generated 21706 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-04 12:22:34.346 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-23fc5399-b3d3-4549-9af8-f503e1cf1ddd a7b9af5925554f1bb9669a9cfc68eed6 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] No more DHCP agents 2026-05-04 12:22:34.348 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-23fc5399-b3d3-4549-9af8-f503e1cf1ddd a7b9af5925554f1bb9669a9cfc68eed6 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Unable to schedule network 5322b760-be48-41b9-a31e-f7910f85d49d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:22:34.395 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aad456b8-cee9-46e8-9a21-ac456e3c32f8 - - - - - -] OVN reports status down for port: 74d2e45f-993e-41f5-9a4f-22bedffdd54b 2026-05-04 12:22:34.421 8 INFO neutron.db.ovn_revision_numbers_db [None req-23fc5399-b3d3-4549-9af8-f503e1cf1ddd a7b9af5925554f1bb9669a9cfc68eed6 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 74d2e45f-993e-41f5-9a4f-22bedffdd54b (type: ports) to 1 2026-05-04 12:22:34.609 8 INFO neutron.db.ovn_revision_numbers_db [None req-23fc5399-b3d3-4549-9af8-f503e1cf1ddd a7b9af5925554f1bb9669a9cfc68eed6 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 74d2e45f-993e-41f5-9a4f-22bedffdd54b (type: ports) to 3 [pid: 8|app: 0|req: 110/217] 199.204.45.227 () {34 vars in 677 bytes} [Mon May 4 12:22:33 2026] POST /v2.0/ports => generated 991 bytes in 763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/218] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:22:34 2026] GET /v2.0/networks/5322b760-be48-41b9-a31e-f7910f85d49d => generated 746 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:22:35.300 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aad456b8-cee9-46e8-9a21-ac456e3c32f8 - - - - - -] OVN reports status up for port: 74d2e45f-993e-41f5-9a4f-22bedffdd54b 2026-05-04 12:22:35.311 7 INFO neutron.plugins.ml2.plugin [None req-aad456b8-cee9-46e8-9a21-ac456e3c32f8 - - - - - -] Attempt 1 to provision port 74d2e45f-993e-41f5-9a4f-22bedffdd54b 2026-05-04 12:22:35.475 7 INFO neutron.db.ovn_revision_numbers_db [None req-aad456b8-cee9-46e8-9a21-ac456e3c32f8 - - - - - -] Successfully bumped revision number for resource 74d2e45f-993e-41f5-9a4f-22bedffdd54b (type: ports) to 4 [pid: 8|app: 0|req: 112/221] 199.204.45.227 () {30 vars in 722 bytes} [Mon May 4 12:22:36 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 996 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/222] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:22:36 2026] GET /v2.0/networks/5322b760-be48-41b9-a31e-f7910f85d49d => generated 746 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/223] 199.204.45.227 () {44 vars in 976 bytes} [Mon May 4 12:22:49 2026] GET /v2.0/quotas/2b4dc835f1504985920d91d9a30892e5 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/226] 199.204.45.227 () {48 vars in 1028 bytes} [Mon May 4 12:22:50 2026] PUT /v2.0/quotas/2b4dc835f1504985920d91d9a30892e5 => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/233] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:23:35 2026] GET /v2.0/routers => generated 15 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/234] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:23:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/235] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:23:36 2026] GET /v2.0/agents => generated 1214 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/236] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:23:36 2026] GET /v2.0/floatingips => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/237] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:23:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/238] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:23:36 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/239] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:23:36 2026] GET /v2.0/subnetpools => 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: 119/240] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:23:36 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: 122/241] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:23:36 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/242] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:23:36 2026] GET /v2.0/ports => generated 5221 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/243] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:23:36 2026] GET /v2.0/networks => generated 2288 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/252] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:24:35 2026] GET /v2.0/ports => generated 5221 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/253] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:24:36 2026] GET /v2.0/subnets => generated 1308 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/254] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:24:36 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: 126/255] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:24:36 2026] GET /v2.0/networks => generated 2288 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/256] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:24:36 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: 7|app: 0|req: 127/257] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:24:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/258] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:24:36 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: 128/259] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:24:36 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: 8|app: 0|req: 132/260] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:24:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/261] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:24:36 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/262] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:24:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/271] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:25:35 2026] GET /v2.0/ports => generated 5221 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/272] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:25:36 2026] GET /v2.0/agents => generated 1214 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/273] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:25:36 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: 139/274] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:25:36 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: 136/275] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:25:36 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: 140/276] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:25:36 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: 7|app: 0|req: 137/277] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:25:36 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: 141/278] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:25:36 2026] GET /v2.0/networks => generated 2288 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/279] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:25:36 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: 142/280] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:25:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/281] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:25:36 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: 8|app: 0|req: 147/290] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:26:35 2026] GET /v2.0/networks => generated 2288 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/291] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:26:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/292] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:26:36 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: 145/293] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:26:36 2026] GET /v2.0/agents => generated 1214 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/294] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:26:36 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/295] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:26:36 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: 150/296] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:26:36 2026] GET /v2.0/ports => generated 5221 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/297] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:26:36 2026] GET /v2.0/routers => generated 15 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/298] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:26:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/299] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:26:36 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: 8|app: 0|req: 152/300] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:26:36 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: 153/309] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:27:35 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/310] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:27:35 2026] GET /v2.0/networks => generated 2288 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/311] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:27:36 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: 158/312] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:27:36 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/313] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:27:36 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: 8|app: 0|req: 159/314] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:27:36 2026] GET /v2.0/ports => generated 5221 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/315] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:27:36 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: 160/316] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:27:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/317] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:27:36 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) [pid: 8|app: 0|req: 161/318] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:27:36 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: 158/319] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:27:36 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: 166/328] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:28:35 2026] GET /v2.0/floatingips => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/329] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:28:35 2026] GET /v2.0/ports => generated 5221 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/330] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:28:36 2026] GET /v2.0/routers => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/331] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:28:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/332] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:28:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/333] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:28:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/334] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:28:36 2026] GET /v2.0/subnets => generated 1308 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/335] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:28:36 2026] GET /v2.0/agents => generated 1214 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/336] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:28:36 2026] GET /v2.0/networks => generated 2288 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/337] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:28:36 2026] GET /v2.0/subnets => generated 1308 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/338] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:28: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) [pid: 7|app: 0|req: 172/347] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:29:35 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/348] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:29:35 2026] GET /v2.0/ports => generated 5221 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/349] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:29:36 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: 8|app: 0|req: 177/350] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:29:36 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: 7|app: 0|req: 174/351] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:29:36 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: 8|app: 0|req: 178/352] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:29:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/353] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:29:36 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/354] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:29:36 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: 7|app: 0|req: 176/355] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:29:36 2026] GET /v2.0/networks => generated 2288 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/356] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:29:36 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/357] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:29:36 2026] GET /v2.0/agents => generated 1214 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/366] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:30:35 2026] GET /v2.0/floatingips => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/367] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:30:35 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: 8|app: 0|req: 186/368] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:30:35 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/369] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:30:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/370] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:30:36 2026] GET /v2.0/ports => generated 5221 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/371] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:30:36 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: 188/372] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:30:36 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: 185/373] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:30:36 2026] GET /v2.0/networks => generated 2288 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/374] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:30:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/375] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:30:36 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: 190/376] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:30:36 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: 7|app: 0|req: 191/385] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:31:35 2026] GET /v2.0/networks => generated 2288 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/386] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:31:36 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: 192/387] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:31:36 2026] GET /v2.0/agents => generated 1214 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/388] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:31:36 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/389] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:31:36 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: 197/390] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:31:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/391] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:31:36 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: 198/392] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:31:36 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: 195/393] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:31:36 2026] GET /v2.0/floatingips => 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: 199/394] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:31:36 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: 7|app: 0|req: 196/395] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:31:36 2026] GET /v2.0/ports => generated 5221 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/404] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:32:35 2026] GET /v2.0/agents => generated 1214 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/405] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:32:36 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: 202/406] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:32:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/407] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:32:36 2026] GET /v2.0/networks => generated 2288 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/408] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:32:36 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: 206/409] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:32:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/410] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:32:36 2026] GET /v2.0/ports => generated 5221 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/411] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:32:36 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: 205/412] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:32:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/413] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:32:36 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: 7|app: 0|req: 206/414] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:32:36 2026] GET /v2.0/subnetpools => 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: 213/423] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:33:35 2026] GET /v2.0/routers => generated 15 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:33:35 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: 8|app: 0|req: 214/425] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:33:36 2026] GET /v2.0/floatingips => 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: 212/426] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:33:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:33:36 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: 7|app: 0|req: 213/428] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:33:36 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: 216/429] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:33:36 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: 7|app: 0|req: 214/430] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:33:36 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: 217/431] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:33:36 2026] GET /v2.0/ports => generated 5221 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/432] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:33:36 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: 218/433] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:33:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:33:44.741 7 INFO neutron.pecan_wsgi.hooks.translation [None req-265f1e56-528e-462f-8c91-ab2f0be6290b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 216/434] 199.204.45.227 () {44 vars in 928 bytes} [Mon May 4 12:33:44 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/435] 199.204.45.227 () {44 vars in 950 bytes} [Mon May 4 12:33:44 2026] GET /v2.0/networks?name=public => generated 791 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:33:45.960 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7448ef37-e4db-4320-8788-4dfe3af35290 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 217/436] 199.204.45.227 () {44 vars in 928 bytes} [Mon May 4 12:33:45 2026] GET /v2.0/networks/public => generated 108 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/437] 199.204.45.227 () {44 vars in 950 bytes} [Mon May 4 12:33:45 2026] GET /v2.0/networks?name=public => generated 791 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:33:46.037 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4efee0b7-8633-4af8-837d-ccc62044211b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 218/438] 199.204.45.227 () {44 vars in 1035 bytes} [Mon May 4 12:33:46 2026] GET /v2.0/subnets/public-subnet?network_id=cf096e53-2011-4f22-83b2-dcccf16a76a3 => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/439] 199.204.45.227 () {44 vars in 1058 bytes} [Mon May 4 12:33:46 2026] GET /v2.0/subnets?name=public-subnet&network_id=cf096e53-2011-4f22-83b2-dcccf16a76a3 => generated 667 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:34:12.801 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7f0251e-e5f9-4d76-8bf4-c92586bb99cd a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 221/444] 199.204.45.227 () {44 vars in 938 bytes} [Mon May 4 12:34:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/445] 199.204.45.227 () {44 vars in 960 bytes} [Mon May 4 12:34:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 776 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:34:13.743 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ecfafee-b744-4c7b-b9eb-8ff93e0e8b7b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 222/446] 199.204.45.227 () {44 vars in 938 bytes} [Mon May 4 12:34:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/447] 199.204.45.227 () {44 vars in 960 bytes} [Mon May 4 12:34:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 776 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:34:13.806 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1c9a8409-3d06-4acd-8d20-5c1be76d65a5 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 223/448] 199.204.45.227 () {44 vars in 1037 bytes} [Mon May 4 12:34:13 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83 => generated 114 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/449] 199.204.45.227 () {44 vars in 1060 bytes} [Mon May 4 12:34:13 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:34:14.940 7 INFO neutron.api.v2.resource [None req-8f9b72b0-bd7a-4df5-9bc9-73b849d64003 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 224/450] 199.204.45.227 () {44 vars in 972 bytes} [Mon May 4 12:34:14 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/451] 199.204.45.227 () {44 vars in 994 bytes} [Mon May 4 12:34:14 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/452] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:15 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/453] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:16 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/454] 199.204.45.227 () {44 vars in 1012 bytes} [Mon May 4 12:34:16 2026] GET /v2.0/security-group-rules/c031810c-d77e-4dee-8214-adbd1a522e3f => 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: 229/455] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:16 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/456] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:17 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/457] 199.204.45.227 () {44 vars in 1012 bytes} [Mon May 4 12:34:17 2026] GET /v2.0/security-group-rules/989f6a3e-999b-4641-a9a8-7caede27f14e => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/458] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:17 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/459] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:17 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/460] 199.204.45.227 () {44 vars in 1012 bytes} [Mon May 4 12:34:17 2026] GET /v2.0/security-group-rules/e7fdc513-ea40-4ca5-bb86-3701ab82ff5c => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/461] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:18 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/462] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:18 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/463] 199.204.45.227 () {44 vars in 1012 bytes} [Mon May 4 12:34:18 2026] GET /v2.0/security-group-rules/bdf51e5e-7a92-4c43-a3cb-a6d1e5fc1d11 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/464] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:19 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/465] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:19 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/466] 199.204.45.227 () {44 vars in 1012 bytes} [Mon May 4 12:34:19 2026] GET /v2.0/security-group-rules/a95c66f9-f983-4c5f-b1a8-535da8bf699f => generated 603 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/469] 199.204.45.227 () {44 vars in 988 bytes} [Mon May 4 12:34:20 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83 => generated 773 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:34:20.902 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e6312a3f-679d-43bc-8a13-98aaa5f49cb4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 234/470] 199.204.45.227 () {44 vars in 1077 bytes} [Mon May 4 12:34:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/471] 199.204.45.227 () {44 vars in 1100 bytes} [Mon May 4 12:34:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/472] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:20 2026] GET /v2.0/security-groups/a6c7eb0e-3f07-462b-ae7c-1dc30057d608 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:34:28.424 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8e2b46e9-3d8b-4ae5-bf98-c7529d7c5dd6 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 238/473] 199.204.45.227 () {44 vars in 981 bytes} [Mon May 4 12:34:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/474] 199.204.45.227 () {44 vars in 1003 bytes} [Mon May 4 12:34:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1246 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/475] 199.204.45.227 () {44 vars in 921 bytes} [Mon May 4 12:34:30 2026] GET /v2.0/ports => generated 5221 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:34:31.111 7 INFO neutron.api.v2.resource [None req-fbcb5a8d-07b6-49c8-8476-6b63f4996e80 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 237/476] 199.204.45.227 () {44 vars in 960 bytes} [Mon May 4 12:34:31 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/477] 199.204.45.227 () {44 vars in 982 bytes} [Mon May 4 12:34:31 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/478] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:31 2026] GET /v2.0/security-groups/8ed7e99c-e2d2-460d-92f2-e479791d8e2c => generated 2886 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/479] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:32 2026] GET /v2.0/security-groups/8ed7e99c-e2d2-460d-92f2-e479791d8e2c => generated 2886 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/480] 199.204.45.227 () {44 vars in 1012 bytes} [Mon May 4 12:34:32 2026] GET /v2.0/security-group-rules/9b8ca743-1a60-4718-b281-8d7d32f485e8 => generated 623 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/481] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:32 2026] GET /v2.0/security-groups/8ed7e99c-e2d2-460d-92f2-e479791d8e2c => generated 2886 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/482] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:34:32 2026] GET /v2.0/security-groups/8ed7e99c-e2d2-460d-92f2-e479791d8e2c => generated 2886 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/483] 199.204.45.227 () {44 vars in 1012 bytes} [Mon May 4 12:34:33 2026] GET /v2.0/security-group-rules/ea97e7b0-4338-492b-beb9-0af3844c7860 => generated 627 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/486] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:34:35 2026] GET /v2.0/subnets => generated 1308 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/487] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:34:35 2026] GET /v2.0/agents => generated 1214 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/488] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:34:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/489] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:34:36 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: 244/490] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:34:36 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: 247/491] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:34:36 2026] GET /v2.0/floatingips => 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: 245/492] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:34:36 2026] GET /v2.0/networks => generated 2288 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/493] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:34:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/494] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:34:36 2026] GET /v2.0/ports => generated 5221 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/495] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:34:36 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: 247/496] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:34:36 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: 250/497] 199.204.45.227 () {44 vars in 976 bytes} [Mon May 4 12:34:43 2026] GET /v2.0/quotas/763451d2b9b749abb59cf8ccfcdd1276 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:35:34.712 8 INFO neutron.api.v2.resource [None req-baeac4db-d591-4805-9c20-f9b8155591d8 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 254/504] 199.204.45.227 () {44 vars in 1075 bytes} [Mon May 4 12:35:34 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=2b4dc835f1504985920d91d9a30892e5 => generated 139 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/505] 199.204.45.227 () {44 vars in 1098 bytes} [Mon May 4 12:35:34 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=2b4dc835f1504985920d91d9a30892e5 => generated 4072 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/508] 199.204.45.227 () {44 vars in 1089 bytes} [Mon May 4 12:35:35 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede?project_id=2b4dc835f1504985920d91d9a30892e5 => generated 4075 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/509] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:35:35 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/510] 199.204.45.227 () {44 vars in 1012 bytes} [Mon May 4 12:35:35 2026] GET /v2.0/security-group-rules/179ffbfd-7ce6-4c30-96dd-af6dbd2236bf => generated 597 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/511] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:35:35 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/512] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:35:35 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/513] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:35:35 2026] GET /v2.0/agents => generated 1214 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/514] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:35:36 2026] GET /v2.0/networks => generated 2288 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/515] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:35:36 2026] GET /v2.0/ports => generated 5221 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/516] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:35:36 2026] GET /v2.0/floatingips => 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: 260/517] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:35:36 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: 258/518] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:35:36 2026] GET /v2.0/routers => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/519] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:35:36 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: 7|app: 0|req: 259/520] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:35:36 2026] GET /v2.0/subnets => generated 1308 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/521] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:35:36 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: 7|app: 0|req: 260/522] 199.204.45.227 () {44 vars in 1089 bytes} [Mon May 4 12:35:36 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede?project_id=2b4dc835f1504985920d91d9a30892e5 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/523] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:35:36 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/524] 199.204.45.227 () {44 vars in 1012 bytes} [Mon May 4 12:35:36 2026] GET /v2.0/security-group-rules/f67129bb-2cdf-48a3-bc8c-f21acdedc092 => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/525] 199.204.45.227 () {44 vars in 1089 bytes} [Mon May 4 12:35:37 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede?project_id=2b4dc835f1504985920d91d9a30892e5 => generated 4075 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/526] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:35:37 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/527] 199.204.45.227 () {44 vars in 1012 bytes} [Mon May 4 12:35:37 2026] GET /v2.0/security-group-rules/2f707f2a-efbc-4c43-858e-a520851c82e8 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/528] 199.204.45.227 () {44 vars in 1089 bytes} [Mon May 4 12:35:38 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede?project_id=2b4dc835f1504985920d91d9a30892e5 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/529] 199.204.45.227 () {44 vars in 1002 bytes} [Mon May 4 12:35:38 2026] GET /v2.0/security-groups/8a70fa40-b909-4701-8fdf-a3683c4b9ede => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/530] 199.204.45.227 () {44 vars in 1012 bytes} [Mon May 4 12:35:38 2026] GET /v2.0/security-group-rules/f5cb8d82-d402-40e6-975d-bb11ce080557 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/531] 199.204.45.227 () {44 vars in 976 bytes} [Mon May 4 12:35:46 2026] GET /v2.0/quotas/2b4dc835f1504985920d91d9a30892e5 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/538] 199.204.45.227 () {44 vars in 950 bytes} [Mon May 4 12:36:34 2026] GET /v2.0/networks?name=public => generated 791 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/541] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:36:35 2026] GET /v2.0/security-groups => generated 17401 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/542] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:36:35 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/543] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:36:36 2026] GET /v2.0/agents => generated 1214 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/544] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:36:36 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: 8|app: 0|req: 275/545] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:36:36 2026] GET /v2.0/networks => generated 2288 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/546] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:36:36 2026] GET /v2.0/routers => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/547] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:36:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/548] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:36:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/549] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:36:36 2026] GET /v2.0/ports => generated 5221 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/550] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:36:36 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: 8|app: 0|req: 278/551] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:36: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) [pid: 7|app: 0|req: 276/556] 10.0.0.165 () {32 vars in 649 bytes} [Mon May 4 12:37:12 2026] GET /v2.0/networks => generated 2288 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/557] 10.0.0.165 () {32 vars in 655 bytes} [Mon May 4 12:37:14 2026] GET /v2.0/floatingips => 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: 277/558] 10.0.0.165 () {32 vars in 647 bytes} [Mon May 4 12:37:14 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/559] 10.0.0.165 () {32 vars in 643 bytes} [Mon May 4 12:37:14 2026] GET /v2.0/ports => generated 5221 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/560] 10.0.0.165 () {32 vars in 647 bytes} [Mon May 4 12:37:14 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: 283/561] 10.0.0.165 () {32 vars in 649 bytes} [Mon May 4 12:37:14 2026] GET /v2.0/networks => generated 2288 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/562] 10.0.0.165 () {32 vars in 663 bytes} [Mon May 4 12:37:14 2026] GET /v2.0/security-groups => generated 17401 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/563] 10.0.0.165 () {32 vars in 655 bytes} [Mon May 4 12:37:14 2026] GET /v2.0/subnetpools => generated 19 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:37:24.462 8 INFO neutron.db.ovn_revision_numbers_db [None req-774aaf0f-5534-458e-948f-ed32b7da2110 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2ec237f9-7dcd-45e2-9115-9109ab54c91a (type: security_groups) to 1 2026-05-04 12:37:24.475 8 INFO neutron.db.ovn_revision_numbers_db [None req-774aaf0f-5534-458e-948f-ed32b7da2110 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3dd3f451-484c-4cac-894d-b7b273c8a0f9 (type: security_group_rules) to 0 2026-05-04 12:37:24.482 7 INFO neutron.db.ovn_revision_numbers_db [None req-713860f4-d4cb-4db5-bed0-b9d8fb92354c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource cfccb664-0d5e-430b-ac06-c24e3ca77539 (type: security_groups) to 1 2026-05-04 12:37:24.486 8 INFO neutron.db.ovn_revision_numbers_db [None req-774aaf0f-5534-458e-948f-ed32b7da2110 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8f28ef95-8efb-43e8-9873-5c103f3e1c52 (type: security_group_rules) to 0 2026-05-04 12:37:24.507 8 INFO neutron.db.ovn_revision_numbers_db [None req-774aaf0f-5534-458e-948f-ed32b7da2110 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8fabe815-4aa0-4778-addc-3cf94b7fa11b (type: security_group_rules) to 0 2026-05-04 12:37:24.507 7 INFO neutron.db.ovn_revision_numbers_db [None req-713860f4-d4cb-4db5-bed0-b9d8fb92354c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 01b0bea9-e0b2-408f-9dc0-11d6dff7bd24 (type: security_group_rules) to 0 2026-05-04 12:37:24.517 8 INFO neutron.db.ovn_revision_numbers_db [None req-774aaf0f-5534-458e-948f-ed32b7da2110 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e3ef0efe-95c6-4dc9-b074-864ee81a1ed9 (type: security_group_rules) to 0 2026-05-04 12:37:24.519 7 INFO neutron.db.ovn_revision_numbers_db [None req-713860f4-d4cb-4db5-bed0-b9d8fb92354c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 60020f99-dcdf-4714-90f2-2a7a1a68013d (type: security_group_rules) to 0 2026-05-04 12:37:24.530 7 INFO neutron.db.ovn_revision_numbers_db [None req-713860f4-d4cb-4db5-bed0-b9d8fb92354c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ae652ca6-f2b4-479f-a031-8d40bfc6974f (type: security_group_rules) to 0 2026-05-04 12:37:24.542 7 INFO neutron.db.ovn_revision_numbers_db [None req-713860f4-d4cb-4db5-bed0-b9d8fb92354c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ba315732-9ee9-4114-8389-d6daaba5c537 (type: security_group_rules) to 0 2026-05-04 12:37:24.628 8 INFO neutron.db.segments_db [None req-774aaf0f-5534-458e-948f-ed32b7da2110 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Added segment c771b7d8-fd8f-4368-9d28-b3a52b3a73a7 of type geneve for network 2eb95ad3-175c-4cec-8c61-37c69454b074 2026-05-04 12:37:24.633 7 INFO neutron.db.segments_db [None req-713860f4-d4cb-4db5-bed0-b9d8fb92354c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Added segment f357e07b-b477-4a21-a4b7-a729785a9d07 of type geneve for network 4ed2907a-503b-4ab9-a79f-ce6b361c8371 2026-05-04 12:37:24.710 8 INFO neutron.db.ovn_revision_numbers_db [None req-774aaf0f-5534-458e-948f-ed32b7da2110 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2eb95ad3-175c-4cec-8c61-37c69454b074 (type: networks) to 1 2026-05-04 12:37:24.737 7 INFO neutron.db.ovn_revision_numbers_db [None req-713860f4-d4cb-4db5-bed0-b9d8fb92354c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4ed2907a-503b-4ab9-a79f-ce6b361c8371 (type: networks) to 1 2026-05-04 12:37:24.846 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-774aaf0f-5534-458e-948f-ed32b7da2110 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:24.847 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-774aaf0f-5534-458e-948f-ed32b7da2110 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 2eb95ad3-175c-4cec-8c61-37c69454b074: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:24.899 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-713860f4-d4cb-4db5-bed0-b9d8fb92354c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:24.901 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-713860f4-d4cb-4db5-bed0-b9d8fb92354c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 4ed2907a-503b-4ab9-a79f-ce6b361c8371: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:24.904 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] OVN reports status down for port: 3f4563c7-9fdf-4573-91ae-5dfc2e1ac3bd 2026-05-04 12:37:24.911 8 INFO neutron.db.ovn_revision_numbers_db [None req-774aaf0f-5534-458e-948f-ed32b7da2110 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3f4563c7-9fdf-4573-91ae-5dfc2e1ac3bd (type: ports) to 1 [pid: 8|app: 0|req: 286/566] 10.0.0.165 () {34 vars in 671 bytes} [Mon May 4 12:37:24 2026] POST /v2.0/networks => generated 792 bytes in 698 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:25.022 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] OVN reports status down for port: 58d437de-98ae-4f7a-92e4-86c4bd24cee9 2026-05-04 12:37:25.026 7 INFO neutron.db.ovn_revision_numbers_db [None req-713860f4-d4cb-4db5-bed0-b9d8fb92354c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 58d437de-98ae-4f7a-92e4-86c4bd24cee9 (type: ports) to 1 [pid: 7|app: 0|req: 281/567] 10.0.0.165 () {34 vars in 671 bytes} [Mon May 4 12:37:24 2026] POST /v2.0/networks => generated 786 bytes in 807 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:25.187 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca28b483-5680-4f5d-b21b-a89b0772db86 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0982b648-896c-48a8-9efe-6aa4c217381e (type: security_groups) to 1 2026-05-04 12:37:25.197 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca28b483-5680-4f5d-b21b-a89b0772db86 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0f8e0d82-c0ca-4467-8ff8-ec2396b46357 (type: security_group_rules) to 0 2026-05-04 12:37:25.205 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca28b483-5680-4f5d-b21b-a89b0772db86 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a2816d8a-190f-4684-99a6-56baee11c76d (type: security_group_rules) to 0 2026-05-04 12:37:25.216 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca28b483-5680-4f5d-b21b-a89b0772db86 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e9b04aa3-4300-4cf8-b560-7d258571d083 (type: security_group_rules) to 0 2026-05-04 12:37:25.224 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca28b483-5680-4f5d-b21b-a89b0772db86 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f789c077-4a01-4344-9827-6ec10872459b (type: security_group_rules) to 0 2026-05-04 12:37:25.236 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c4bcb3cf-e3be-4a6e-93d3-51e44cd95a95 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:25.238 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c4bcb3cf-e3be-4a6e-93d3-51e44cd95a95 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 2eb95ad3-175c-4cec-8c61-37c69454b074: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:25.285 8 INFO neutron.db.segments_db [None req-ca28b483-5680-4f5d-b21b-a89b0772db86 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Added segment 0163fc7b-2770-48bc-a4b9-01c8aa7479b3 of type geneve for network a6dea433-7595-43ca-be3e-ab4481e55819 2026-05-04 12:37:25.373 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca28b483-5680-4f5d-b21b-a89b0772db86 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a6dea433-7595-43ca-be3e-ab4481e55819 (type: networks) to 1 2026-05-04 12:37:25.515 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ca28b483-5680-4f5d-b21b-a89b0772db86 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:25.516 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ca28b483-5680-4f5d-b21b-a89b0772db86 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network a6dea433-7595-43ca-be3e-ab4481e55819: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:25.592 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca28b483-5680-4f5d-b21b-a89b0772db86 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e282dc26-c77b-422e-9ce3-076b0cb3a8b1 (type: ports) to 1 [pid: 8|app: 0|req: 287/568] 10.0.0.165 () {34 vars in 671 bytes} [Mon May 4 12:37:24 2026] POST /v2.0/networks => generated 790 bytes in 676 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:25.652 8 WARNING neutron.db.securitygroups_db [None req-a50224ee-d40c-4320-97db-2be6cf8b6131 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:37:25.664 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] OVN reports status down for port: e282dc26-c77b-422e-9ce3-076b0cb3a8b1 2026-05-04 12:37:25.759 8 INFO neutron.db.ovn_revision_numbers_db [None req-a50224ee-d40c-4320-97db-2be6cf8b6131 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7c498ccb-acbb-441a-a1e1-b29f99e55908 (type: security_groups) to 1 2026-05-04 12:37:25.770 8 INFO neutron.db.ovn_revision_numbers_db [None req-a50224ee-d40c-4320-97db-2be6cf8b6131 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4ecf7d08-a6c9-4dd6-83a6-69f69525c203 (type: security_group_rules) to 0 2026-05-04 12:37:25.784 8 INFO neutron.db.ovn_revision_numbers_db [None req-a50224ee-d40c-4320-97db-2be6cf8b6131 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ad267f7f-8424-4f05-9dd3-ce3e3d101d0f (type: security_group_rules) to 0 2026-05-04 12:37:25.793 8 INFO neutron.db.ovn_revision_numbers_db [None req-a50224ee-d40c-4320-97db-2be6cf8b6131 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e7ca6c82-eea0-45c4-a820-637437ec7b2c (type: security_group_rules) to 0 2026-05-04 12:37:25.803 8 INFO neutron.db.ovn_revision_numbers_db [None req-a50224ee-d40c-4320-97db-2be6cf8b6131 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ef4724da-c98f-4cc8-810d-887acc26a979 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 288/569] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:37:25 2026] GET /v2.0/security-groups?tenant_id=5b9234f36eb94e42a51f8fcb8e0146e9&name=default => generated 2921 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:37:25.955 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9dba2d81-2b46-4a0b-a1bd-5b2a0ff63bcb a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:25.956 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9dba2d81-2b46-4a0b-a1bd-5b2a0ff63bcb a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 4ed2907a-503b-4ab9-a79f-ce6b361c8371: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:25.963 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4bcb3cf-e3be-4a6e-93d3-51e44cd95a95 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3f4563c7-9fdf-4573-91ae-5dfc2e1ac3bd (type: ports) to 2 2026-05-04 12:37:26.007 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4bcb3cf-e3be-4a6e-93d3-51e44cd95a95 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9863f27b-e2d5-4063-a2c2-d849942aef0f (type: subnets) to 0 [pid: 7|app: 0|req: 282/570] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:37:25 2026] POST /v2.0/subnets => generated 698 bytes in 956 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:26.136 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a9fa2d0d-145d-48ee-b13a-69ebc165cc4c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:26.138 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a9fa2d0d-145d-48ee-b13a-69ebc165cc4c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network a6dea433-7595-43ca-be3e-ab4481e55819: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:26.375 8 INFO neutron.db.ovn_revision_numbers_db [None req-9dba2d81-2b46-4a0b-a1bd-5b2a0ff63bcb a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 58d437de-98ae-4f7a-92e4-86c4bd24cee9 (type: ports) to 2 2026-05-04 12:37:26.402 8 INFO neutron.db.ovn_revision_numbers_db [None req-9dba2d81-2b46-4a0b-a1bd-5b2a0ff63bcb a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 253027dd-5094-4749-a5fd-384c0281667b (type: subnets) to 0 [pid: 8|app: 0|req: 289/571] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:37:25 2026] POST /v2.0/subnets => generated 692 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/572] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:37:26 2026] DELETE /v2.0/security-groups/7c498ccb-acbb-441a-a1e1-b29f99e55908 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:37:26.588 7 INFO neutron.db.ovn_revision_numbers_db [None req-a9fa2d0d-145d-48ee-b13a-69ebc165cc4c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e282dc26-c77b-422e-9ce3-076b0cb3a8b1 (type: ports) to 2 2026-05-04 12:37:26.617 7 INFO neutron.db.ovn_revision_numbers_db [None req-a9fa2d0d-145d-48ee-b13a-69ebc165cc4c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 89457d26-047d-4ac7-9136-cfe2d88afef5 (type: subnets) to 0 [pid: 7|app: 0|req: 283/573] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:37:26 2026] POST /v2.0/subnets => generated 696 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:27.055 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-eef58a92-e77a-4b2c-9c51-342daa899a9f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:27.056 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eef58a92-e77a-4b2c-9c51-342daa899a9f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:27.111 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1dbe3876-e963-4cdc-9953-73687669f70a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:27.123 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1dbe3876-e963-4cdc-9953-73687669f70a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:27.137 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] OVN reports status down for port: a7daa376-d2cd-4211-a3ea-65ddea04c7e9 2026-05-04 12:37:27.176 8 INFO neutron.db.ovn_revision_numbers_db [None req-eef58a92-e77a-4b2c-9c51-342daa899a9f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a7daa376-d2cd-4211-a3ea-65ddea04c7e9 (type: ports) to 1 2026-05-04 12:37:27.261 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] OVN reports status down for port: 7ae53b09-8abf-4e20-9a37-30c98c4aebef 2026-05-04 12:37:27.314 7 INFO neutron.db.ovn_revision_numbers_db [None req-1dbe3876-e963-4cdc-9953-73687669f70a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7ae53b09-8abf-4e20-9a37-30c98c4aebef (type: ports) to 1 2026-05-04 12:37:27.543 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-eef58a92-e77a-4b2c-9c51-342daa899a9f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Starting OVNClientQosExtension 2026-05-04 12:37:27.602 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-1dbe3876-e963-4cdc-9953-73687669f70a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Starting OVNClientQosExtension 2026-05-04 12:37:27.907 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router 8f853f67-9013-4e84-860c-be5cab4f4adb is bound to host instance 2026-05-04 12:37:27.960 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] OVN reports status up for port: a7daa376-d2cd-4211-a3ea-65ddea04c7e9 2026-05-04 12:37:27.999 8 INFO neutron.plugins.ml2.plugin [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] Attempt 1 to provision port a7daa376-d2cd-4211-a3ea-65ddea04c7e9 2026-05-04 12:37:28.038 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] OVN reports status up for port: 7ae53b09-8abf-4e20-9a37-30c98c4aebef 2026-05-04 12:37:28.058 8 INFO neutron.db.ovn_revision_numbers_db [None req-eef58a92-e77a-4b2c-9c51-342daa899a9f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a7daa376-d2cd-4211-a3ea-65ddea04c7e9 (type: router_ports) to 1 2026-05-04 12:37:28.080 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router 831411fb-abd0-4ffa-88b6-638115f597a4 is bound to host instance 2026-05-04 12:37:28.096 7 INFO neutron.plugins.ml2.plugin [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] Attempt 1 to provision port 7ae53b09-8abf-4e20-9a37-30c98c4aebef 2026-05-04 12:37:28.127 7 INFO neutron.db.ovn_revision_numbers_db [None req-1dbe3876-e963-4cdc-9953-73687669f70a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7ae53b09-8abf-4e20-9a37-30c98c4aebef (type: router_ports) to 1 2026-05-04 12:37:28.235 8 INFO neutron.db.ovn_revision_numbers_db [None req-eef58a92-e77a-4b2c-9c51-342daa899a9f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8f853f67-9013-4e84-860c-be5cab4f4adb (type: routers) to 2 [pid: 8|app: 0|req: 291/574] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:37:26 2026] POST /v2.0/routers => generated 997 bytes in 1690 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:28.287 7 INFO neutron.db.ovn_revision_numbers_db [None req-1dbe3876-e963-4cdc-9953-73687669f70a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 831411fb-abd0-4ffa-88b6-638115f597a4 (type: routers) to 2 [pid: 7|app: 0|req: 284/575] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:37:26 2026] POST /v2.0/routers => generated 991 bytes in 1690 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:28.692 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a56e7b1-7baf-4282-8e0e-b3ed798e2779 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource fb583599-1795-4a3b-972f-743ea8e2b8e7 (type: security_groups) to 1 2026-05-04 12:37:28.717 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a56e7b1-7baf-4282-8e0e-b3ed798e2779 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 53035d95-e9f8-4a34-8c63-bb337bb478e5 (type: security_group_rules) to 0 2026-05-04 12:37:28.735 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a56e7b1-7baf-4282-8e0e-b3ed798e2779 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 886dc1c6-987a-4cc1-b20f-5aaccfd13578 (type: security_group_rules) to 0 2026-05-04 12:37:28.758 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a56e7b1-7baf-4282-8e0e-b3ed798e2779 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a1a71cc7-f030-47c6-8de9-852fee12cce4 (type: security_group_rules) to 0 2026-05-04 12:37:28.782 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a56e7b1-7baf-4282-8e0e-b3ed798e2779 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c35e8b55-8332-4983-9da3-bd3b540f7630 (type: security_group_rules) to 0 2026-05-04 12:37:28.882 7 INFO neutron.db.segments_db [None req-3a56e7b1-7baf-4282-8e0e-b3ed798e2779 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Added segment d66ae987-cfae-41a2-964a-b85e37659b7b of type geneve for network 441f8ee7-7b2b-4b23-894e-e414241140c2 2026-05-04 12:37:29.056 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a56e7b1-7baf-4282-8e0e-b3ed798e2779 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 441f8ee7-7b2b-4b23-894e-e414241140c2 (type: networks) to 1 2026-05-04 12:37:29.266 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8af70a16-2de1-4e1a-81cb-44cb4fda3fea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:29.275 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8af70a16-2de1-4e1a-81cb-44cb4fda3fea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:29.323 7 INFO neutron.db.ovn_revision_numbers_db [None req-e72698e5-6406-4231-87cb-c16b67a2937c - - - - - -] Successfully bumped revision number for resource 7ae53b09-8abf-4e20-9a37-30c98c4aebef (type: ports) to 4 2026-05-04 12:37:29.337 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3a56e7b1-7baf-4282-8e0e-b3ed798e2779 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:29.340 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3a56e7b1-7baf-4282-8e0e-b3ed798e2779 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 441f8ee7-7b2b-4b23-894e-e414241140c2: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:29.503 8 INFO neutron.db.ovn_revision_numbers_db [None req-8af70a16-2de1-4e1a-81cb-44cb4fda3fea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d4680d18-d5ae-447c-97ba-5b6bb3c165b2 (type: ports) to 1 2026-05-04 12:37:29.546 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a56e7b1-7baf-4282-8e0e-b3ed798e2779 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d544eebb-ee2a-4724-9ef8-1cabba639dff (type: ports) to 1 [pid: 7|app: 0|req: 285/576] 10.0.0.165 () {34 vars in 671 bytes} [Mon May 4 12:37:28 2026] POST /v2.0/networks => generated 785 bytes in 1255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:29.762 8 INFO neutron.db.ovn_revision_numbers_db [None req-6f99e64c-4474-4909-971d-f885f2acc768 - - - - - -] Successfully bumped revision number for resource a7daa376-d2cd-4211-a3ea-65ddea04c7e9 (type: ports) to 4 2026-05-04 12:37:29.937 7 INFO neutron.db.ovn_revision_numbers_db [None req-e72698e5-6406-4231-87cb-c16b67a2937c - - - - - -] Successfully bumped revision number for resource 7ae53b09-8abf-4e20-9a37-30c98c4aebef (type: ports) to 5 2026-05-04 12:37:30.177 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d770280b-753d-4b1d-a069-a408bc7b7b13 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:30.178 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d770280b-753d-4b1d-a069-a408bc7b7b13 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 2eb95ad3-175c-4cec-8c61-37c69454b074: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:30.312 7 INFO neutron.db.ovn_revision_numbers_db [None req-d770280b-753d-4b1d-a069-a408bc7b7b13 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f0381f04-f47b-4e98-a51e-0b3a0ef9add7 (type: ports) to 1 2026-05-04 12:37:30.374 8 INFO neutron.db.ovn_revision_numbers_db [None req-6f99e64c-4474-4909-971d-f885f2acc768 - - - - - -] Successfully bumped revision number for resource a7daa376-d2cd-4211-a3ea-65ddea04c7e9 (type: ports) to 5 2026-05-04 12:37:30.550 8 INFO neutron.db.ovn_revision_numbers_db [None req-8af70a16-2de1-4e1a-81cb-44cb4fda3fea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d4680d18-d5ae-447c-97ba-5b6bb3c165b2 (type: router_ports) to 1 2026-05-04 12:37:30.613 8 INFO neutron.db.ovn_revision_numbers_db [None req-8af70a16-2de1-4e1a-81cb-44cb4fda3fea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1f221da4-7f66-44e8-9e51-ccff2f50894d (type: routers) to 2 [pid: 8|app: 0|req: 292/577] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:37:28 2026] POST /v2.0/routers => generated 995 bytes in 2354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:30.768 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-e72698e5-6406-4231-87cb-c16b67a2937c - - - - - -] Router 1f221da4-7f66-44e8-9e51-ccff2f50894d is bound to host instance 2026-05-04 12:37:31.086 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1a6c13cf-6bd4-4f14-b9ac-94918196b307 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:31.087 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1a6c13cf-6bd4-4f14-b9ac-94918196b307 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 4ed2907a-503b-4ab9-a79f-ce6b361c8371: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:31.206 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a6c13cf-6bd4-4f14-b9ac-94918196b307 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource bba49b30-0cbc-4d0d-91b1-01b23101fe43 (type: ports) to 1 2026-05-04 12:37:31.265 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] OVN reports status down for port: d544eebb-ee2a-4724-9ef8-1cabba639dff 2026-05-04 12:37:31.485 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] OVN reports status down for port: d4680d18-d5ae-447c-97ba-5b6bb3c165b2 2026-05-04 12:37:31.645 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] Logical_Switch_Port d4680d18-d5ae-447c-97ba-5b6bb3c165b2 host information not removed, the port state is up 2026-05-04 12:37:31.646 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] OVN reports status down for port: f0381f04-f47b-4e98-a51e-0b3a0ef9add7 2026-05-04 12:37:31.851 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] Logical_Switch_Port f0381f04-f47b-4e98-a51e-0b3a0ef9add7 host information not removed, the port state is up 2026-05-04 12:37:31.851 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] OVN reports status up for port: d4680d18-d5ae-447c-97ba-5b6bb3c165b2 2026-05-04 12:37:31.927 7 INFO neutron.plugins.ml2.plugin [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] Attempt 1 to provision port d4680d18-d5ae-447c-97ba-5b6bb3c165b2 2026-05-04 12:37:32.001 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1a6c13cf-6bd4-4f14-b9ac-94918196b307 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:32.002 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1a6c13cf-6bd4-4f14-b9ac-94918196b307 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 4ed2907a-503b-4ab9-a79f-ce6b361c8371: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:32.120 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] OVN reports status down for port: bba49b30-0cbc-4d0d-91b1-01b23101fe43 2026-05-04 12:37:32.129 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d770280b-753d-4b1d-a069-a408bc7b7b13 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:32.134 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d770280b-753d-4b1d-a069-a408bc7b7b13 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 2eb95ad3-175c-4cec-8c61-37c69454b074: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:32.288 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] Logical_Switch_Port bba49b30-0cbc-4d0d-91b1-01b23101fe43 host information not removed, the port state is up 2026-05-04 12:37:32.289 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] OVN reports status up for port: f0381f04-f47b-4e98-a51e-0b3a0ef9add7 2026-05-04 12:37:32.323 7 INFO neutron.plugins.ml2.plugin [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] Attempt 1 to provision port f0381f04-f47b-4e98-a51e-0b3a0ef9add7 2026-05-04 12:37:32.524 8 INFO neutron.db.ovn_revision_numbers_db [None req-1a6c13cf-6bd4-4f14-b9ac-94918196b307 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource bba49b30-0cbc-4d0d-91b1-01b23101fe43 (type: router_ports) to 1 [pid: 8|app: 0|req: 293/578] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:37:30 2026] PUT /v2.0/routers/831411fb-abd0-4ffa-88b6-638115f597a4/add_router_interface => generated 310 bytes in 1899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:32.680 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-db9413f3-1d65-4f36-ac5f-4cfb39258185 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:32.682 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-db9413f3-1d65-4f36-ac5f-4cfb39258185 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 441f8ee7-7b2b-4b23-894e-e414241140c2: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:33.143 8 INFO neutron.db.ovn_revision_numbers_db [None req-db9413f3-1d65-4f36-ac5f-4cfb39258185 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d544eebb-ee2a-4724-9ef8-1cabba639dff (type: ports) to 2 2026-05-04 12:37:33.176 8 INFO neutron.db.ovn_revision_numbers_db [None req-db9413f3-1d65-4f36-ac5f-4cfb39258185 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2da3ea96-4f9e-4f8f-88a3-198918179360 (type: subnets) to 0 [pid: 8|app: 0|req: 294/579] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:37:32 2026] POST /v2.0/subnets => generated 691 bytes in 665 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:33.278 7 INFO neutron.db.ovn_revision_numbers_db [None req-339b8883-cfdb-427b-b6f6-3b1983da3573 - - - - - -] Successfully bumped revision number for resource d4680d18-d5ae-447c-97ba-5b6bb3c165b2 (type: ports) to 4 2026-05-04 12:37:33.594 7 INFO neutron.db.ovn_revision_numbers_db [None req-59849773-1889-4018-8d47-dcf8c0547f4e - - - - - -] Successfully bumped revision number for resource f0381f04-f47b-4e98-a51e-0b3a0ef9add7 (type: ports) to 2 2026-05-04 12:37:33.616 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4e614165-f49f-4827-bb6e-1a4288d76f79 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:33.617 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4e614165-f49f-4827-bb6e-1a4288d76f79 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network a6dea433-7595-43ca-be3e-ab4481e55819: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:33.794 8 INFO neutron.common.ovn.utils [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] HA Chassis Group neutron-2eb95ad3-175c-4cec-8c61-37c69454b074 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:37:33.798 8 INFO neutron.db.ovn_revision_numbers_db [None req-4e614165-f49f-4827-bb6e-1a4288d76f79 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 42993ff7-7389-4d6f-aebd-58388d75ea69 (type: ports) to 1 2026-05-04 12:37:33.973 7 INFO neutron.db.ovn_revision_numbers_db [None req-d770280b-753d-4b1d-a069-a408bc7b7b13 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f0381f04-f47b-4e98-a51e-0b3a0ef9add7 (type: router_ports) to 1 [pid: 7|app: 0|req: 286/580] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:37:29 2026] PUT /v2.0/routers/8f853f67-9013-4e84-860c-be5cab4f4adb/add_router_interface => generated 310 bytes in 4400 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:34.080 7 INFO neutron.db.ovn_revision_numbers_db [None req-339b8883-cfdb-427b-b6f6-3b1983da3573 - - - - - -] Successfully bumped revision number for resource d4680d18-d5ae-447c-97ba-5b6bb3c165b2 (type: ports) to 5 2026-05-04 12:37:34.380 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4e614165-f49f-4827-bb6e-1a4288d76f79 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:34.381 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4e614165-f49f-4827-bb6e-1a4288d76f79 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network a6dea433-7595-43ca-be3e-ab4481e55819: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:34.445 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-541e2734-73fe-4979-9f8f-d032b5e1bcca a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:34.447 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-541e2734-73fe-4979-9f8f-d032b5e1bcca a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:34.558 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] OVN reports status down for port: 214518ea-4185-4ba8-a4a5-63d5bb57b7aa 2026-05-04 12:37:34.559 7 INFO neutron.db.ovn_revision_numbers_db [None req-541e2734-73fe-4979-9f8f-d032b5e1bcca a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 214518ea-4185-4ba8-a4a5-63d5bb57b7aa (type: ports) to 1 2026-05-04 12:37:34.821 8 INFO neutron.db.ovn_revision_numbers_db [None req-4e614165-f49f-4827-bb6e-1a4288d76f79 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 42993ff7-7389-4d6f-aebd-58388d75ea69 (type: router_ports) to 1 [pid: 8|app: 0|req: 295/581] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:37:33 2026] PUT /v2.0/routers/1f221da4-7f66-44e8-9e51-ccff2f50894d/add_router_interface => generated 310 bytes in 1631 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:34.992 8 INFO neutron.db.ovn_revision_numbers_db [req-eb7b2287-3f2e-42dc-8195-1114affaadec req-8d8ceb5a-cbd2-4bf0-8754-9b90fc91db34 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] Successfully bumped revision number for resource 6a282d13-a9ee-4df5-99a2-47c660b68565 (type: security_groups) to 1 2026-05-04 12:37:35.002 8 INFO neutron.db.ovn_revision_numbers_db [req-eb7b2287-3f2e-42dc-8195-1114affaadec req-8d8ceb5a-cbd2-4bf0-8754-9b90fc91db34 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] Successfully bumped revision number for resource 2b16c808-e984-4dc4-baf0-a396d1bc9cd8 (type: security_group_rules) to 0 2026-05-04 12:37:35.017 8 INFO neutron.db.ovn_revision_numbers_db [req-eb7b2287-3f2e-42dc-8195-1114affaadec req-8d8ceb5a-cbd2-4bf0-8754-9b90fc91db34 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] Successfully bumped revision number for resource efd276d0-892b-4f91-b12c-f2186443613a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 296/582] 10.0.0.25 () {38 vars in 970 bytes} [Mon May 4 12:37:34 2026] POST /v2.0/security-groups => generated 1681 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:37:35.222 8 INFO neutron.db.ovn_revision_numbers_db [None req-873c1744-dc30-43ac-bfd9-1253e199887c bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Successfully bumped revision number for resource 9c87d618-22b4-4d73-90d8-c35a87705922 (type: security_groups) to 1 2026-05-04 12:37:35.223 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-339b8883-cfdb-427b-b6f6-3b1983da3573 - - - - - -] Router 611c6010-8b27-430f-8b74-9e502518ac53 is bound to host instance 2026-05-04 12:37:35.224 7 INFO neutron.db.ovn_revision_numbers_db [None req-541e2734-73fe-4979-9f8f-d032b5e1bcca a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 214518ea-4185-4ba8-a4a5-63d5bb57b7aa (type: router_ports) to 1 2026-05-04 12:37:35.244 8 INFO neutron.db.ovn_revision_numbers_db [None req-873c1744-dc30-43ac-bfd9-1253e199887c bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Successfully bumped revision number for resource a4458e74-05be-4f4c-8351-7bab5573aea2 (type: security_group_rules) to 0 2026-05-04 12:37:35.261 8 INFO neutron.db.ovn_revision_numbers_db [None req-873c1744-dc30-43ac-bfd9-1253e199887c bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Successfully bumped revision number for resource f7d6d64a-38e3-486b-a525-7fea79b564e0 (type: security_group_rules) to 0 2026-05-04 12:37:35.269 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] OVN reports status up for port: 214518ea-4185-4ba8-a4a5-63d5bb57b7aa 2026-05-04 12:37:35.291 8 INFO neutron.plugins.ml2.plugin [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] Attempt 1 to provision port 214518ea-4185-4ba8-a4a5-63d5bb57b7aa [pid: 8|app: 0|req: 297/583] 10.0.0.165 () {34 vars in 685 bytes} [Mon May 4 12:37:35 2026] POST /v2.0/security-groups => generated 1661 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:37:35.342 7 INFO neutron.db.ovn_revision_numbers_db [None req-541e2734-73fe-4979-9f8f-d032b5e1bcca a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 611c6010-8b27-430f-8b74-9e502518ac53 (type: routers) to 2 [pid: 7|app: 0|req: 287/586] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:37:33 2026] POST /v2.0/routers => generated 990 bytes in 1386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:35.450 8 INFO neutron.db.ovn_revision_numbers_db [req-4076a4ba-62be-4ef1-806a-f416094785b9 req-57e5ea18-09e5-4ad9-9b5e-fdae9d8305a9 35da98b3bd3b49f1a01afba239f1c1b2 1f0670d527164c1a8f89c3c33245658f - - default default] Successfully bumped revision number for resource d08835fb-3fff-4da9-87ce-aaeb5f6f6408 (type: security_groups) to 1 2026-05-04 12:37:35.470 8 INFO neutron.db.ovn_revision_numbers_db [req-4076a4ba-62be-4ef1-806a-f416094785b9 req-57e5ea18-09e5-4ad9-9b5e-fdae9d8305a9 35da98b3bd3b49f1a01afba239f1c1b2 1f0670d527164c1a8f89c3c33245658f - - default default] Successfully bumped revision number for resource 501b502a-4749-4b7f-ae6c-e3d288dd93d5 (type: security_group_rules) to 0 2026-05-04 12:37:35.490 8 INFO neutron.db.ovn_revision_numbers_db [req-4076a4ba-62be-4ef1-806a-f416094785b9 req-57e5ea18-09e5-4ad9-9b5e-fdae9d8305a9 35da98b3bd3b49f1a01afba239f1c1b2 1f0670d527164c1a8f89c3c33245658f - - default default] Successfully bumped revision number for resource 75d36cad-4564-4430-871f-843b55a1fc12 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 300/587] 10.0.0.25 () {38 vars in 970 bytes} [Mon May 4 12:37:35 2026] POST /v2.0/security-groups => generated 1684 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:37:35.587 7 INFO neutron.db.ovn_revision_numbers_db [None req-ad4eba3f-507e-409b-9790-490ace553848 bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Successfully bumped revision number for resource 0a29f5cc-9c6b-4c3f-9f48-ade51ec23f81 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 288/588] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:37:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:35.891 7 INFO neutron.db.ovn_revision_numbers_db [req-b9c1d9ca-7b74-42d0-aa5d-9f7163a4535d req-40b3e5e6-cfe5-4b22-9ccd-6d64017d7d2f 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] Successfully bumped revision number for resource 796b53f4-7742-4d8e-ae46-9b7bfb60e0d0 (type: security_groups) to 1 2026-05-04 12:37:35.910 7 INFO neutron.db.ovn_revision_numbers_db [req-b9c1d9ca-7b74-42d0-aa5d-9f7163a4535d req-40b3e5e6-cfe5-4b22-9ccd-6d64017d7d2f 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] Successfully bumped revision number for resource ba665af2-10cf-4d97-8368-e56d968ef15f (type: security_group_rules) to 0 2026-05-04 12:37:35.914 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d569e744-45ab-46ea-9ee7-b93ff36168e2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:35.916 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d569e744-45ab-46ea-9ee7-b93ff36168e2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 441f8ee7-7b2b-4b23-894e-e414241140c2: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:35.924 7 INFO neutron.db.ovn_revision_numbers_db [req-b9c1d9ca-7b74-42d0-aa5d-9f7163a4535d req-40b3e5e6-cfe5-4b22-9ccd-6d64017d7d2f 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] Successfully bumped revision number for resource f42b701a-2090-49d6-aebc-b2d773571bfe (type: security_group_rules) to 0 [pid: 7|app: 0|req: 289/589] 10.0.0.25 () {38 vars in 970 bytes} [Mon May 4 12:37:35 2026] POST /v2.0/security-groups => generated 1681 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:37:36.043 8 INFO neutron.db.ovn_revision_numbers_db [None req-d569e744-45ab-46ea-9ee7-b93ff36168e2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 676ef9f4-0097-4ac4-9e31-65304944ee01 (type: ports) to 1 [pid: 7|app: 0|req: 290/590] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:36 2026] GET /v2.0/security-groups/d08835fb-3fff-4da9-87ce-aaeb5f6f6408 => generated 1684 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:37:36.292 7 INFO neutron.db.ovn_revision_numbers_db [None req-82b012ff-72c4-47cc-8669-c2bb583b2dfc bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Successfully bumped revision number for resource 76fc9269-9f80-41af-92a8-186629007ef6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 291/591] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:37:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/592] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:37:36 2026] GET /v2.0/agents => generated 1214 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:37:36.476 7 INFO neutron.db.ovn_revision_numbers_db [None req-233cbd27-e6bc-4534-86cf-1c3b2f7c023c - - - - - -] Successfully bumped revision number for resource 214518ea-4185-4ba8-a4a5-63d5bb57b7aa (type: ports) to 4 2026-05-04 12:37:36.571 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d569e744-45ab-46ea-9ee7-b93ff36168e2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:36.572 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d569e744-45ab-46ea-9ee7-b93ff36168e2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 441f8ee7-7b2b-4b23-894e-e414241140c2: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:36.631 7 INFO neutron.db.ovn_revision_numbers_db [req-a05d17e3-8df6-4960-99d8-50fb3bf3cc3b req-c6a8e254-d68e-44e9-8281-942d56e842b8 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] Successfully bumped revision number for resource 51b858a9-7bcf-4b0a-9c87-b680d2e38442 (type: security_groups) to 1 2026-05-04 12:37:36.651 7 INFO neutron.db.ovn_revision_numbers_db [req-a05d17e3-8df6-4960-99d8-50fb3bf3cc3b req-c6a8e254-d68e-44e9-8281-942d56e842b8 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] Successfully bumped revision number for resource 96adaec3-5e3b-4df6-ae65-228233ee0a36 (type: security_group_rules) to 0 2026-05-04 12:37:36.666 7 INFO neutron.db.ovn_revision_numbers_db [req-a05d17e3-8df6-4960-99d8-50fb3bf3cc3b req-c6a8e254-d68e-44e9-8281-942d56e842b8 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] Successfully bumped revision number for resource df743d22-aa0c-4891-80cc-1b809e7629f2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 293/593] 10.0.0.25 () {38 vars in 970 bytes} [Mon May 4 12:37:36 2026] POST /v2.0/security-groups => generated 1681 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:37:36.929 8 INFO neutron.db.ovn_revision_numbers_db [None req-d569e744-45ab-46ea-9ee7-b93ff36168e2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 676ef9f4-0097-4ac4-9e31-65304944ee01 (type: router_ports) to 1 [pid: 8|app: 0|req: 301/594] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:37:35 2026] PUT /v2.0/routers/611c6010-8b27-430f-8b74-9e502518ac53/add_router_interface => generated 310 bytes in 1407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:37.002 7 INFO neutron.db.ovn_revision_numbers_db [req-edd7d38c-f876-4c2b-8211-35374d8be1be req-97334307-ead6-4308-b9f9-f4eea0908242 35da98b3bd3b49f1a01afba239f1c1b2 1f0670d527164c1a8f89c3c33245658f - - default default] Successfully bumped revision number for resource 2ebde9f7-382d-4c08-96bf-b4d43c5b2df4 (type: security_group_rules) to 0 2026-05-04 12:37:37.035 7 INFO neutron.db.ovn_revision_numbers_db [None req-233cbd27-e6bc-4534-86cf-1c3b2f7c023c - - - - - -] Successfully bumped revision number for resource 214518ea-4185-4ba8-a4a5-63d5bb57b7aa (type: ports) to 5 [pid: 7|app: 0|req: 294/595] 10.0.0.25 () {38 vars in 980 bytes} [Mon May 4 12:37:36 2026] POST /v2.0/security-group-rules => generated 614 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:37.185 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b199b94a-0745-40db-b339-5f60b6bc6179 bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] No more DHCP agents 2026-05-04 12:37:37.186 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b199b94a-0745-40db-b339-5f60b6bc6179 bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 295/596] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:37:37 2026] GET /v2.0/ports => generated 18207 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-04 12:37:37.206 7 WARNING neutron.db.securitygroups_db [req-3de690b5-84a5-4fab-a934-0f0537f1074d req-9efb66b8-bc49-4a8c-8f45-f42aa90e519a 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 296/597] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:37:37 2026] GET /v2.0/security-groups?tenant_id=bb6a9fb4edd547f28e83b3f2a0cca1c3 => generated 7904 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:37:37.347 7 INFO neutron.db.ovn_revision_numbers_db [req-9f702cc6-b3ec-41a1-a8c9-c73d79d739cf req-283b654f-0aae-4ef0-b100-a34d94b77427 35da98b3bd3b49f1a01afba239f1c1b2 1f0670d527164c1a8f89c3c33245658f - - default default] Successfully bumped revision number for resource 7e4fc8dd-ca72-43da-9df3-21ed526127df (type: security_groups) to 1 2026-05-04 12:37:37.358 7 INFO neutron.db.ovn_revision_numbers_db [req-9f702cc6-b3ec-41a1-a8c9-c73d79d739cf req-283b654f-0aae-4ef0-b100-a34d94b77427 35da98b3bd3b49f1a01afba239f1c1b2 1f0670d527164c1a8f89c3c33245658f - - default default] Successfully bumped revision number for resource 353579e7-09d1-4dbf-b71a-26f508f8fca8 (type: security_group_rules) to 0 2026-05-04 12:37:37.368 7 INFO neutron.db.ovn_revision_numbers_db [req-9f702cc6-b3ec-41a1-a8c9-c73d79d739cf req-283b654f-0aae-4ef0-b100-a34d94b77427 35da98b3bd3b49f1a01afba239f1c1b2 1f0670d527164c1a8f89c3c33245658f - - default default] Successfully bumped revision number for resource bff9620d-591f-4f83-a313-da381fa3be1e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 297/598] 10.0.0.25 () {38 vars in 970 bytes} [Mon May 4 12:37:37 2026] POST /v2.0/security-groups => generated 1684 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/599] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:37:37 2026] GET /v2.0/subnets => generated 4045 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/600] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:37 2026] GET /v2.0/security-groups/cfccb664-0d5e-430b-ac06-c24e3ca77539 => generated 2918 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/601] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:37:36 2026] POST /v2.0/floatingips => generated 552 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/602] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:37:37 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: 301/603] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:37 2026] GET /v2.0/security-groups/cfccb664-0d5e-430b-ac06-c24e3ca77539 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/604] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:37:37 2026] GET /v2.0/security-groups => generated 40802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/605] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:37 2026] GET /v2.0/security-groups/7e4fc8dd-ca72-43da-9df3-21ed526127df => generated 1684 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:37:37.586 8 INFO neutron.db.ovn_revision_numbers_db [None req-ff4a9ce6-b499-4743-ad58-f758b051b163 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] Successfully bumped revision number for resource 442bf9a1-1ec3-4aff-8c1b-dc28172c35ac (type: security_groups) to 1 2026-05-04 12:37:37.596 8 INFO neutron.db.ovn_revision_numbers_db [None req-ff4a9ce6-b499-4743-ad58-f758b051b163 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] Successfully bumped revision number for resource 4e45a49b-6442-4a4b-9766-c1c3eee7d38e (type: security_group_rules) to 0 2026-05-04 12:37:37.607 8 INFO neutron.db.ovn_revision_numbers_db [None req-ff4a9ce6-b499-4743-ad58-f758b051b163 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] Successfully bumped revision number for resource 585938ed-ac50-4f20-ab85-efabcec83846 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 304/606] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:37 2026] GET /v2.0/security-groups/6a282d13-a9ee-4df5-99a2-47c660b68565 => generated 1681 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/607] 10.0.0.165 () {34 vars in 685 bytes} [Mon May 4 12:37:37 2026] POST /v2.0/security-groups => generated 1661 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/608] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:37:37 2026] GET /v2.0/subnets => generated 4045 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:37:37.745 8 INFO neutron.db.ovn_revision_numbers_db [req-21c3cb7c-8285-49eb-8aaf-1567cd995c7a req-ff6a1511-4b92-4e44-9130-590b2a6ff554 35da98b3bd3b49f1a01afba239f1c1b2 1f0670d527164c1a8f89c3c33245658f - - default default] Successfully bumped revision number for resource d1203136-5528-4d3c-9633-72291c1bb438 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 304/609] 10.0.0.25 () {38 vars in 980 bytes} [Mon May 4 12:37:37 2026] POST /v2.0/security-group-rules => generated 614 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/610] 10.0.0.25 () {36 vars in 1012 bytes} [Mon May 4 12:37:37 2026] DELETE /v2.0/security-groups/6a282d13-a9ee-4df5-99a2-47c660b68565 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/611] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:37:37 2026] GET /v2.0/floatingips => generated 555 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/612] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:37 2026] GET /v2.0/security-groups/7e4fc8dd-ca72-43da-9df3-21ed526127df => generated 2309 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:37:37.905 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9da26d3-7326-41e5-8cc6-3bc2fed304ca 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] Successfully bumped revision number for resource 1130a1e7-f170-407f-bcdd-5f899c432af3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 309/613] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:37:37 2026] GET /v2.0/networks => generated 5497 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/614] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:37:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:37.941 8 WARNING neutron.db.securitygroups_db [req-3ef019c0-3361-445e-8ede-84e0d9506f20 req-d95b4810-0b6e-425b-a206-9ceb80b11d33 bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 306/615] 10.0.0.25 () {34 vars in 1099 bytes} [Mon May 4 12:37:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1718126330&fields=id&tenant_id=b98cf371666f4a6796abad763438040a => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:37:38.019 7 INFO neutron.db.ovn_revision_numbers_db [req-da873c9a-4fb6-4e4c-8041-6a8a1730dae9 req-1d390e6b-e170-41aa-a758-29d13e3832dd 35da98b3bd3b49f1a01afba239f1c1b2 1f0670d527164c1a8f89c3c33245658f - - default default] Successfully bumped revision number for resource 774a79cf-45f8-4ac9-aa42-8b711e534b31 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 307/616] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:37:37 2026] GET /v2.0/routers => generated 3970 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/617] 10.0.0.25 () {38 vars in 980 bytes} [Mon May 4 12:37:37 2026] POST /v2.0/security-group-rules => generated 619 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/618] 10.0.0.25 () {34 vars in 981 bytes} [Mon May 4 12:37:38 2026] GET /v2.0/networks?id=2eb95ad3-175c-4cec-8c61-37c69454b074 => generated 721 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/619] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:37:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:38.128 7 INFO neutron.api.v2.resource [req-b8b7ab06-757c-4603-9e45-87585417a4d9 req-262c86c4-e270-4972-a40b-e4cb85a0dcaa 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 313/620] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:38 2026] GET /v2.0/security-groups/6a282d13-a9ee-4df5-99a2-47c660b68565 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:37:38.134 8 INFO neutron.db.ovn_revision_numbers_db [None req-45b36bf3-f47b-45f8-bd43-7f5fcc713ed8 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] Successfully bumped revision number for resource dbe9ed2d-0ad8-4fd0-85bb-376eb5613bf3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 314/621] 10.0.0.25 () {34 vars in 964 bytes} [Mon May 4 12:37:38 2026] GET /v2.0/quotas/b98cf371666f4a6796abad763438040a => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/622] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:37:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:38.176 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-0da5656b-0633-41dd-a758-7901927d1cb4 - - - - - -] No hosting information found for port f0381f04-f47b-4e98-a51e-0b3a0ef9add7: RuntimeError: No hosting information found for port f0381f04-f47b-4e98-a51e-0b3a0ef9add7 2026-05-04 12:37:38.177 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0da5656b-0633-41dd-a758-7901927d1cb4 - - - - - -] OVN reports status up for port: bba49b30-0cbc-4d0d-91b1-01b23101fe43 [pid: 7|app: 0|req: 315/623] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:37:38 2026] GET /v2.0/network-ip-availabilities => generated 5013 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/624] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:38 2026] GET /v2.0/security-groups/7e4fc8dd-ca72-43da-9df3-21ed526127df => generated 2939 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:37:38.208 7 INFO neutron.plugins.ml2.plugin [None req-0da5656b-0633-41dd-a758-7901927d1cb4 - - - - - -] Attempt 1 to provision port bba49b30-0cbc-4d0d-91b1-01b23101fe43 [pid: 7|app: 0|req: 316/625] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:37:38 2026] GET /v2.0/ports?tenant_id=b98cf371666f4a6796abad763438040a&fields=id => generated 103 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/626] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:38 2026] GET /v2.0/security-groups/796b53f4-7742-4d8e-ae46-9b7bfb60e0d0 => generated 1681 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:37:38.391 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4472a441-defc-49f7-b5cb-1518aa26d43e 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] No more DHCP agents 2026-05-04 12:37:38.392 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4472a441-defc-49f7-b5cb-1518aa26d43e 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 318/627] 10.0.0.25 () {36 vars in 1012 bytes} [Mon May 4 12:37:38 2026] DELETE /v2.0/security-groups/796b53f4-7742-4d8e-ae46-9b7bfb60e0d0 => 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: 319/628] 10.0.0.25 () {34 vars in 1000 bytes} [Mon May 4 12:37:38 2026] GET /v2.0/security-group-rules/774a79cf-45f8-4ac9-aa42-8b711e534b31 => generated 616 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/629] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:38 2026] GET /v2.0/security-groups/7e4fc8dd-ca72-43da-9df3-21ed526127df => generated 2939 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/630] 10.0.0.25 () {34 vars in 906 bytes} [Mon May 4 12:37:38 2026] GET /v2.0/extensions => generated 21706 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-04 12:37:38.855 7 INFO neutron.db.ovn_revision_numbers_db [None req-0da5656b-0633-41dd-a758-7901927d1cb4 - - - - - -] Successfully bumped revision number for resource bba49b30-0cbc-4d0d-91b1-01b23101fe43 (type: ports) to 2 [pid: 8|app: 0|req: 310/631] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:37:38 2026] POST /v2.0/floatingips => generated 552 bytes in 716 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/632] 10.0.0.25 () {34 vars in 1007 bytes} [Mon May 4 12:37:38 2026] GET /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074?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: 312/633] 10.0.0.25 () {34 vars in 1107 bytes} [Mon May 4 12:37:38 2026] GET /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074?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-05-04 12:37:39.119 8 INFO neutron.api.v2.resource [req-83e0128b-514b-4869-ab3e-24d36c0e6f66 req-9cafa86d-f128-48a8-a4b9-9ce8a14ed068 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 313/634] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/security-groups/796b53f4-7742-4d8e-ae46-9b7bfb60e0d0 => 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: 314/635] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/636] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/security-groups/51b858a9-7bcf-4b0a-9c87-b680d2e38442 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/637] 10.0.0.25 () {36 vars in 1022 bytes} [Mon May 4 12:37:38 2026] DELETE /v2.0/security-group-rules/774a79cf-45f8-4ac9-aa42-8b711e534b31 => generated 0 bytes in 553 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/638] 10.0.0.25 () {36 vars in 1012 bytes} [Mon May 4 12:37:39 2026] DELETE /v2.0/security-groups/51b858a9-7bcf-4b0a-9c87-b680d2e38442 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:37:39.382 7 WARNING neutron.db.securitygroups_db [req-2251b5fe-1be5-4fbc-833a-0e3eea403280 req-066592ed-3a58-4dc1-ad21-bd6c2ce48f7c 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 323/639] 10.0.0.25 () {34 vars in 1099 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1896771404&fields=id&tenant_id=e6131106fc91490e9263a8bf384e81fb => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/640] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/security-groups/7e4fc8dd-ca72-43da-9df3-21ed526127df => generated 2309 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/641] 10.0.0.25 () {34 vars in 981 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/networks?id=441f8ee7-7b2b-4b23-894e-e414241140c2 => generated 714 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/642] 10.0.0.25 () {34 vars in 964 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/quotas/e6131106fc91490e9263a8bf384e81fb => 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: 318/643] 10.0.0.25 () {36 vars in 1012 bytes} [Mon May 4 12:37:39 2026] DELETE /v2.0/security-groups/7e4fc8dd-ca72-43da-9df3-21ed526127df => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/644] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/ports?tenant_id=e6131106fc91490e9263a8bf384e81fb&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:39.576 8 INFO neutron.api.v2.resource [req-095c8d63-fe4a-4ea0-bb18-2c19f555c369 req-7b34b997-51a9-4d62-a572-346ee8557f97 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 319/645] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/security-groups/51b858a9-7bcf-4b0a-9c87-b680d2e38442 => 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: 327/646] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/security-groups/d08835fb-3fff-4da9-87ce-aaeb5f6f6408 => generated 2309 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/647] 10.0.0.25 () {36 vars in 1012 bytes} [Mon May 4 12:37:39 2026] DELETE /v2.0/security-groups/d08835fb-3fff-4da9-87ce-aaeb5f6f6408 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:37:39.795 8 WARNING neutron.db.securitygroups_db [req-d8d991c2-cf44-44b0-bfa8-b7f744b34493 req-3f6356cb-e65f-4c4c-9098-1c30017324c9 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 321/648] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/security-groups?tenant_id=bb6a9fb4edd547f28e83b3f2a0cca1c3 => generated 2921 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/649] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/security-groups/cfccb664-0d5e-430b-ac06-c24e3ca77539 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/650] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/security-groups/cfccb664-0d5e-430b-ac06-c24e3ca77539 => generated 2918 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/651] 10.0.0.25 () {34 vars in 906 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/extensions => generated 21706 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-04 12:37:39.987 8 INFO neutron.api.v2.resource [req-5ee05648-a45f-4ec4-aa8c-ebe73071bf71 req-f9f1a9f5-e2f9-43fa-9cbf-b53fcd98a73b 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 325/652] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/security-groups/51b858a9-7bcf-4b0a-9c87-b680d2e38442 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/653] 10.0.0.25 () {34 vars in 1007 bytes} [Mon May 4 12:37:39 2026] GET /v2.0/networks/441f8ee7-7b2b-4b23-894e-e414241140c2?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:37:40.034 8 INFO neutron.api.v2.resource [req-da5dcbd8-5751-468a-977e-4f2cf15c1ac7 req-adbfc7c8-853e-49dc-90d2-0022389170a3 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 327/654] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:40 2026] GET /v2.0/security-groups/796b53f4-7742-4d8e-ae46-9b7bfb60e0d0 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/655] 10.0.0.25 () {34 vars in 1107 bytes} [Mon May 4 12:37:40 2026] GET /v2.0/networks/441f8ee7-7b2b-4b23-894e-e414241140c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:37:40.080 8 INFO neutron.api.v2.resource [req-bc160b29-d0b7-4398-be62-5471b3f02fa2 req-d47fc740-2c5f-4aff-ad69-74bc9f312eed 3282f2518fce4c78ae087e77d560a1a4 bb6a9fb4edd547f28e83b3f2a0cca1c3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 329/656] 10.0.0.25 () {34 vars in 990 bytes} [Mon May 4 12:37:40 2026] GET /v2.0/security-groups/6a282d13-a9ee-4df5-99a2-47c660b68565 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:37:40.154 7 INFO neutron_taas.services.taas.taas_plugin [None req-283bb938-3818-460a-a2be-b6a2b216c114 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 42993ff7-7389-4d6f-aebd-58388d75ea69 2026-05-04 12:37:40.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-283bb938-3818-460a-a2be-b6a2b216c114 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 42993ff7-7389-4d6f-aebd-58388d75ea69 2026-05-04 12:37:40.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-114fa8ec-50ef-40a3-b234-161366be4484 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: bba49b30-0cbc-4d0d-91b1-01b23101fe43 2026-05-04 12:37:40.406 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-114fa8ec-50ef-40a3-b234-161366be4484 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: bba49b30-0cbc-4d0d-91b1-01b23101fe43 [pid: 7|app: 0|req: 328/657] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:37:39 2026] PUT /v2.0/routers/1f221da4-7f66-44e8-9e51-ccff2f50894d/remove_router_interface => generated 310 bytes in 887 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 329/658] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:40 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => 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: 330/659] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:40 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:37:40.919 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc020947-6093-48e9-9663-a1d934c4cd07 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: d4680d18-d5ae-447c-97ba-5b6bb3c165b2 2026-05-04 12:37:40.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc020947-6093-48e9-9663-a1d934c4cd07 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: d4680d18-d5ae-447c-97ba-5b6bb3c165b2 [pid: 8|app: 0|req: 330/660] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:37:40 2026] PUT /v2.0/routers/831411fb-abd0-4ffa-88b6-638115f597a4/remove_router_interface => generated 310 bytes in 873 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: 331/661] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:37:40 2026] DELETE /v2.0/routers/1f221da4-7f66-44e8-9e51-ccff2f50894d => generated 0 bytes in 565 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:37:41.309 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe771b03-8ccd-4f12-bebb-2c2a83ee52f3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 7ae53b09-8abf-4e20-9a37-30c98c4aebef 2026-05-04 12:37:41.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe771b03-8ccd-4f12-bebb-2c2a83ee52f3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 7ae53b09-8abf-4e20-9a37-30c98c4aebef [pid: 7|app: 0|req: 332/662] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:37:41 2026] DELETE /v2.0/subnets/89457d26-047d-4ac7-9136-cfe2d88afef5 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:37:41.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-91701866-660f-4aa3-9193-e810641b9279 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: e282dc26-c77b-422e-9ce3-076b0cb3a8b1 2026-05-04 12:37:41.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91701866-660f-4aa3-9193-e810641b9279 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: e282dc26-c77b-422e-9ce3-076b0cb3a8b1 [pid: 8|app: 0|req: 331/663] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:37:40 2026] DELETE /v2.0/routers/831411fb-abd0-4ffa-88b6-638115f597a4 => generated 0 bytes in 727 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/664] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:37:41 2026] DELETE /v2.0/networks/a6dea433-7595-43ca-be3e-ab4481e55819 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/665] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:41 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => 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: 335/666] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:41 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => 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: 332/667] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:37:41 2026] DELETE /v2.0/subnets/253027dd-5094-4749-a5fd-384c0281667b => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:37:41.921 8 WARNING neutron.db.securitygroups_db [None req-255b1dc5-5254-40e2-92ea-48fbef5d6210 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 333/668] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:37:41 2026] GET /v2.0/security-groups?tenant_id=1f0670d527164c1a8f89c3c33245658f&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:37:41.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-c245d6b5-e364-4a69-9ca7-aa8874d630dc a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 58d437de-98ae-4f7a-92e4-86c4bd24cee9 2026-05-04 12:37:41.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c245d6b5-e364-4a69-9ca7-aa8874d630dc a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 58d437de-98ae-4f7a-92e4-86c4bd24cee9 [pid: 8|app: 0|req: 334/669] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:37:41 2026] DELETE /v2.0/security-groups/0982b648-896c-48a8-9efe-6aa4c217381e => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/670] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:37:41 2026] DELETE /v2.0/networks/4ed2907a-503b-4ab9-a79f-ce6b361c8371 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:37:42.219 7 INFO neutron.services.segments.plugin [-] Segment 0163fc7b-2770-48bc-a4b9-01c8aa7479b3 resource provider aggregate not found 2026-05-04 12:37:42.236 7 INFO neutron.services.segments.plugin [-] Segment 0163fc7b-2770-48bc-a4b9-01c8aa7479b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0163fc7b-2770-48bc-a4b9-01c8aa7479b3 found for delete ", "request_id": "req-9ad6ba4d-6839-48b1-b6f5-5ab05cabb0d1"}]} 2026-05-04 12:37:42.332 7 INFO neutron.services.segments.plugin [-] Segment 0163fc7b-2770-48bc-a4b9-01c8aa7479b3 resource provider aggregate not found 2026-05-04 12:37:42.333 8 WARNING neutron.db.securitygroups_db [None req-7fe9fecf-a680-41ce-b818-846cd6c80548 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:37:42.358 7 INFO neutron.services.segments.plugin [-] Segment 0163fc7b-2770-48bc-a4b9-01c8aa7479b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0163fc7b-2770-48bc-a4b9-01c8aa7479b3 found for delete ", "request_id": "req-7d4ba523-dbe1-456d-93a0-1cde972088ce"}]} [pid: 8|app: 0|req: 335/671] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:37:42 2026] GET /v2.0/security-groups?tenant_id=bb6a9fb4edd547f28e83b3f2a0cca1c3&name=default => generated 2921 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/672] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:37:42 2026] DELETE /v2.0/security-groups/cfccb664-0d5e-430b-ac06-c24e3ca77539 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/673] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:42 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => 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: 338/674] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:42 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => 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: 339/675] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:43 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => 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: 340/676] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:44 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => 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: 337/677] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:37:43 2026] GET /v2.0/networks?id=2eb95ad3-175c-4cec-8c61-37c69454b074 => generated 721 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/678] 199.204.45.227 () {34 vars in 911 bytes} [Mon May 4 12:37:44 2026] GET /v2.0/extensions => generated 21706 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-04 12:37:44.244 8 WARNING neutron.db.securitygroups_db [req-3ef019c0-3361-445e-8ede-84e0d9506f20 req-d990d712-9a4c-4e00-a120-bc24fa37b3da bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:37:44.257 7 INFO neutron.services.segments.plugin [-] Segment f357e07b-b477-4a21-a4b7-a729785a9d07 resource provider aggregate not found 2026-05-04 12:37:44.268 7 INFO neutron.services.segments.plugin [-] Segment f357e07b-b477-4a21-a4b7-a729785a9d07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f357e07b-b477-4a21-a4b7-a729785a9d07 found for delete ", "request_id": "req-0e797447-a0f6-44cb-8be3-fa316f21eaea"}]} [pid: 8|app: 0|req: 339/679] 199.204.45.227 () {34 vars in 1050 bytes} [Mon May 4 12:37:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b98cf371666f4a6796abad763438040a => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:44.327 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-6a84f9a5-9ab4-4e23-b124-056862ff9b9d - - - - - -] No port found with ID bba49b30-0cbc-4d0d-91b1-01b23101fe43: RuntimeError: No port found with ID bba49b30-0cbc-4d0d-91b1-01b23101fe43 2026-05-04 12:37:44.380 7 INFO neutron.services.segments.plugin [-] Segment f357e07b-b477-4a21-a4b7-a729785a9d07 resource provider aggregate not found 2026-05-04 12:37:44.404 7 INFO neutron.services.segments.plugin [-] Segment f357e07b-b477-4a21-a4b7-a729785a9d07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f357e07b-b477-4a21-a4b7-a729785a9d07 found for delete ", "request_id": "req-7ff5ed4f-d860-40d4-a747-875e49bbe460"}]} 2026-05-04 12:37:44.475 7 INFO neutron.db.ovn_revision_numbers_db [None req-0087de8c-9528-4684-a1ef-4ee4e19b9362 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d1da03b7-d23f-4daa-832b-7d9072388df4 (type: security_groups) to 1 2026-05-04 12:37:44.495 7 INFO neutron.db.ovn_revision_numbers_db [None req-0087de8c-9528-4684-a1ef-4ee4e19b9362 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 194387ea-4da1-4974-b39b-f17f808d6082 (type: security_group_rules) to 0 2026-05-04 12:37:44.502 7 INFO neutron.db.ovn_revision_numbers_db [None req-6a84f9a5-9ab4-4e23-b124-056862ff9b9d - - - - - -] Successfully bumped revision number for resource f0381f04-f47b-4e98-a51e-0b3a0ef9add7 (type: router_ports) to 2 2026-05-04 12:37:44.502 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6a84f9a5-9ab4-4e23-b124-056862ff9b9d - - - - - -] OVN reports status down for port: 42993ff7-7389-4d6f-aebd-58388d75ea69 2026-05-04 12:37:44.514 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6a84f9a5-9ab4-4e23-b124-056862ff9b9d - - - - - -] OVN reports status up for port: 42993ff7-7389-4d6f-aebd-58388d75ea69 2026-05-04 12:37:44.517 7 INFO neutron.db.ovn_revision_numbers_db [None req-0087de8c-9528-4684-a1ef-4ee4e19b9362 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2b3f2444-9f69-4364-b791-85cd0754ddd9 (type: security_group_rules) to 0 2026-05-04 12:37:44.540 7 INFO neutron.db.ovn_revision_numbers_db [None req-0087de8c-9528-4684-a1ef-4ee4e19b9362 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7b30947b-dd84-46a4-9b2b-f3575dc70a1c (type: security_group_rules) to 0 2026-05-04 12:37:44.541 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6a84f9a5-9ab4-4e23-b124-056862ff9b9d - - - - - -] OVN reports status down for port: 676ef9f4-0097-4ac4-9e31-65304944ee01 2026-05-04 12:37:44.565 7 INFO neutron.db.ovn_revision_numbers_db [None req-0087de8c-9528-4684-a1ef-4ee4e19b9362 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource bd7b67e1-46ae-464e-b134-f76487e2cce8 (type: security_group_rules) to 0 2026-05-04 12:37:44.594 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-3ef019c0-3361-445e-8ede-84e0d9506f20 req-235e3c69-1b89-492f-8e6a-a718d55a1091 bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] No more DHCP agents 2026-05-04 12:37:44.596 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-3ef019c0-3361-445e-8ede-84e0d9506f20 req-235e3c69-1b89-492f-8e6a-a718d55a1091 bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Unable to schedule network 2eb95ad3-175c-4cec-8c61-37c69454b074: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:44.631 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-6a84f9a5-9ab4-4e23-b124-056862ff9b9d - - - - - -] Logical_Switch_Port 676ef9f4-0097-4ac4-9e31-65304944ee01 host information not removed, the port state is up 2026-05-04 12:37:44.631 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6a84f9a5-9ab4-4e23-b124-056862ff9b9d - - - - - -] OVN reports status up for port: 676ef9f4-0097-4ac4-9e31-65304944ee01 2026-05-04 12:37:44.642 7 INFO neutron.plugins.ml2.plugin [None req-6a84f9a5-9ab4-4e23-b124-056862ff9b9d - - - - - -] Attempt 1 to provision port 676ef9f4-0097-4ac4-9e31-65304944ee01 2026-05-04 12:37:44.677 7 INFO neutron.db.segments_db [None req-0087de8c-9528-4684-a1ef-4ee4e19b9362 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Added segment 7fea835d-55fa-43e9-ae96-bea81b8257bf of type geneve for network 0b3366b2-c5f9-4110-bad5-31b69b37b344 2026-05-04 12:37:44.701 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] OVN reports status down for port: f48e7225-c936-4d4e-be33-959d1f219e17 2026-05-04 12:37:44.767 8 INFO neutron.db.ovn_revision_numbers_db [req-3ef019c0-3361-445e-8ede-84e0d9506f20 req-235e3c69-1b89-492f-8e6a-a718d55a1091 bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Successfully bumped revision number for resource f48e7225-c936-4d4e-be33-959d1f219e17 (type: ports) to 1 [pid: 8|app: 0|req: 340/680] 199.204.45.227 () {38 vars in 955 bytes} [Mon May 4 12:37:44 2026] POST /v2.0/ports => generated 958 bytes in 576 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:44.904 7 INFO neutron.db.ovn_revision_numbers_db [None req-0087de8c-9528-4684-a1ef-4ee4e19b9362 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0b3366b2-c5f9-4110-bad5-31b69b37b344 (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, ' [pid: 8|app: 0|req: 341/681] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:45 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => 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: 342/682] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:45 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 961 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:45.212 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0087de8c-9528-4684-a1ef-4ee4e19b9362 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:45.214 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0087de8c-9528-4684-a1ef-4ee4e19b9362 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 0b3366b2-c5f9-4110-bad5-31b69b37b344: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 343/683] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:45 2026] GET /v2.0/security-groups?id=9c87d618-22b4-4d73-90d8-c35a87705922&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-05-04 12:37:45.280 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] OVN reports status down for port: a2de7bfe-14cf-4a43-823c-651597afd000 2026-05-04 12:37:45.301 7 INFO neutron.db.ovn_revision_numbers_db [None req-6a84f9a5-9ab4-4e23-b124-056862ff9b9d - - - - - -] Successfully bumped revision number for resource 676ef9f4-0097-4ac4-9e31-65304944ee01 (type: ports) to 2 2026-05-04 12:37:45.331 7 INFO neutron.db.ovn_revision_numbers_db [None req-0087de8c-9528-4684-a1ef-4ee4e19b9362 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a2de7bfe-14cf-4a43-823c-651597afd000 (type: ports) to 1 [pid: 7|app: 0|req: 341/684] 10.0.0.165 () {34 vars in 671 bytes} [Mon May 4 12:37:44 2026] POST /v2.0/networks => generated 789 bytes in 1202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:45.522 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-46a20ab8-a067-4bd0-be9f-0748883fca96 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:45.523 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-46a20ab8-a067-4bd0-be9f-0748883fca96 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 0b3366b2-c5f9-4110-bad5-31b69b37b344: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:45.633 8 INFO neutron.db.ovn_revision_numbers_db [req-3ef019c0-3361-445e-8ede-84e0d9506f20 req-bf11fb94-10e4-4292-bda9-2700d9670449 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource f48e7225-c936-4d4e-be33-959d1f219e17 (type: ports) to 2 2026-05-04 12:37:45.826 8 INFO neutron.db.ovn_revision_numbers_db [req-3ef019c0-3361-445e-8ede-84e0d9506f20 req-bf11fb94-10e4-4292-bda9-2700d9670449 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource f48e7225-c936-4d4e-be33-959d1f219e17 (type: ports) to 4 [pid: 8|app: 0|req: 344/685] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:37:45 2026] PUT /v2.0/ports/f48e7225-c936-4d4e-be33-959d1f219e17 => generated 1231 bytes in 623 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: 345/686] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:37:45 2026] GET /v2.0/networks?id=441f8ee7-7b2b-4b23-894e-e414241140c2 => generated 714 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:45.962 7 INFO neutron.db.ovn_revision_numbers_db [None req-46a20ab8-a067-4bd0-be9f-0748883fca96 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a2de7bfe-14cf-4a43-823c-651597afd000 (type: ports) to 2 2026-05-04 12:37:45.994 8 WARNING neutron.db.securitygroups_db [None req-af4d7e60-3cae-4fb2-b085-46535d9c2de2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:37:46.015 7 INFO neutron.db.ovn_revision_numbers_db [None req-46a20ab8-a067-4bd0-be9f-0748883fca96 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1a3a2abf-6854-424b-8f7e-b0ab5e8400f1 (type: subnets) to 0 [pid: 7|app: 0|req: 342/687] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:37:45 2026] POST /v2.0/subnets => generated 695 bytes in 654 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:46.037 7 WARNING neutron.db.securitygroups_db [req-2251b5fe-1be5-4fbc-833a-0e3eea403280 req-16faaa61-82f3-4dd7-85b5-6b848cff0c8f 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 343/688] 199.204.45.227 () {34 vars in 1050 bytes} [Mon May 4 12:37:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e6131106fc91490e9263a8bf384e81fb => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:46.142 8 INFO neutron.db.ovn_revision_numbers_db [None req-af4d7e60-3cae-4fb2-b085-46535d9c2de2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3f0c505d-d15a-4a65-8c72-422f0fec74e1 (type: security_groups) to 1 2026-05-04 12:37:46.160 8 INFO neutron.db.ovn_revision_numbers_db [None req-af4d7e60-3cae-4fb2-b085-46535d9c2de2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 98df631e-8717-49af-9a83-0160c6a6823a (type: security_group_rules) to 0 2026-05-04 12:37:46.175 8 INFO neutron.db.ovn_revision_numbers_db [None req-af4d7e60-3cae-4fb2-b085-46535d9c2de2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource bcb11d3c-4ff5-48dd-b73e-f53d6aea8f43 (type: security_group_rules) to 0 2026-05-04 12:37:46.189 8 INFO neutron.db.ovn_revision_numbers_db [None req-af4d7e60-3cae-4fb2-b085-46535d9c2de2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource cdb5578e-5b51-4286-b1e4-f57e566b1b70 (type: security_group_rules) to 0 2026-05-04 12:37:46.203 8 INFO neutron.db.ovn_revision_numbers_db [None req-af4d7e60-3cae-4fb2-b085-46535d9c2de2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource fafeb31a-0048-4985-aec9-94d47d64f9b5 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 346/689] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:37:45 2026] GET /v2.0/security-groups?tenant_id=0ab1d07dabb643a9b016b4b00ed1b85b&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:37:46.329 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-976ae7de-8132-4af6-979f-6db0758f3cb1'] response: {'name': 'network-changed', 'server_uuid': 'f53ef079-6dd1-4e09-92c1-83523fdfdf36', 'tag': 'f48e7225-c936-4d4e-be33-959d1f219e17', 'status': 'completed', 'code': 200} 2026-05-04 12:37:46.471 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-2251b5fe-1be5-4fbc-833a-0e3eea403280 req-d4036d18-f7cf-4939-a8c1-bc818ce83692 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] No more DHCP agents 2026-05-04 12:37:46.472 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-2251b5fe-1be5-4fbc-833a-0e3eea403280 req-d4036d18-f7cf-4939-a8c1-bc818ce83692 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] Unable to schedule network 441f8ee7-7b2b-4b23-894e-e414241140c2: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:46.482 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a5f59264-0cbb-4cee-b747-0e01ce2f1ddf a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:46.484 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a5f59264-0cbb-4cee-b747-0e01ce2f1ddf a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:46.560 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] OVN reports status down for port: 3996eefa-117f-4f2d-9513-c4d912e2b2b4 2026-05-04 12:37:46.638 8 INFO neutron.db.ovn_revision_numbers_db [req-2251b5fe-1be5-4fbc-833a-0e3eea403280 req-d4036d18-f7cf-4939-a8c1-bc818ce83692 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] Successfully bumped revision number for resource 3996eefa-117f-4f2d-9513-c4d912e2b2b4 (type: ports) to 1 2026-05-04 12:37:46.650 7 INFO neutron.db.ovn_revision_numbers_db [None req-a5f59264-0cbb-4cee-b747-0e01ce2f1ddf a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 80bd9526-9f01-420b-bdd7-a69ab9771b5f (type: ports) to 1 2026-05-04 12:37:46.714 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] OVN reports status down for port: 80bd9526-9f01-420b-bdd7-a69ab9771b5f [pid: 8|app: 0|req: 347/690] 199.204.45.227 () {38 vars in 955 bytes} [Mon May 4 12:37:46 2026] POST /v2.0/ports => generated 958 bytes in 525 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: 348/691] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:46 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 961 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/692] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:37:46 2026] DELETE /v2.0/security-groups/3f0c505d-d15a-4a65-8c72-422f0fec74e1 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/693] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:46 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:47.297 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-6f99e64c-4474-4909-971d-f885f2acc768 - - - - - -] Router 559f0d95-9683-4dc0-b106-fe359b32b129 is bound to host instance 2026-05-04 12:37:47.308 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] OVN reports status up for port: 80bd9526-9f01-420b-bdd7-a69ab9771b5f 2026-05-04 12:37:47.330 7 INFO neutron.db.ovn_revision_numbers_db [None req-a5f59264-0cbb-4cee-b747-0e01ce2f1ddf a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 80bd9526-9f01-420b-bdd7-a69ab9771b5f (type: router_ports) to 1 2026-05-04 12:37:47.346 8 INFO neutron.plugins.ml2.plugin [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] Attempt 1 to provision port 80bd9526-9f01-420b-bdd7-a69ab9771b5f 2026-05-04 12:37:47.351 8 INFO neutron.db.ovn_revision_numbers_db [req-2251b5fe-1be5-4fbc-833a-0e3eea403280 req-69668593-985c-45d5-9a5b-c099413fbfce 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 3996eefa-117f-4f2d-9513-c4d912e2b2b4 (type: ports) to 2 2026-05-04 12:37:47.394 7 INFO neutron.db.ovn_revision_numbers_db [None req-a5f59264-0cbb-4cee-b747-0e01ce2f1ddf a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 559f0d95-9683-4dc0-b106-fe359b32b129 (type: routers) to 2 [pid: 7|app: 0|req: 344/694] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:37:46 2026] POST /v2.0/routers => generated 994 bytes in 1342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/695] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:47 2026] GET /v2.0/security-groups?id=442bf9a1-1ec3-4aff-8c1b-dc28172c35ac&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/696] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:37:47 2026] GET /v2.0/ports?tenant_id=b98cf371666f4a6796abad763438040a&device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 1234 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/697] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:47 2026] GET /v2.0/security-groups?id=9c87d618-22b4-4d73-90d8-c35a87705922&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:47.533 7 WARNING neutron.db.securitygroups_db [None req-946ed48b-3e18-450d-84d8-1847de5b04e9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:37:47.647 7 INFO neutron.db.ovn_revision_numbers_db [None req-946ed48b-3e18-450d-84d8-1847de5b04e9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5ff73a13-1cc0-493a-9c52-02476cbcd1ec (type: security_groups) to 1 2026-05-04 12:37:47.668 7 INFO neutron.db.ovn_revision_numbers_db [None req-946ed48b-3e18-450d-84d8-1847de5b04e9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1ef5488c-aefe-4790-87df-5a03327a3442 (type: security_group_rules) to 0 2026-05-04 12:37:47.679 7 INFO neutron.db.ovn_revision_numbers_db [None req-946ed48b-3e18-450d-84d8-1847de5b04e9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource b6c5268c-01f1-49dd-89eb-12afdd03d7c3 (type: security_group_rules) to 0 2026-05-04 12:37:47.692 7 INFO neutron.db.ovn_revision_numbers_db [None req-946ed48b-3e18-450d-84d8-1847de5b04e9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource fbcf7659-b312-4a1d-b3f5-20803edeceee (type: security_group_rules) to 0 2026-05-04 12:37:47.707 7 INFO neutron.db.ovn_revision_numbers_db [None req-946ed48b-3e18-450d-84d8-1847de5b04e9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource fbed644e-97dd-4754-8ac5-3a72bb7df4db (type: security_group_rules) to 0 [pid: 7|app: 0|req: 348/698] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:37:47 2026] GET /v2.0/security-groups?tenant_id=167540c8a5544f77be6d0f67f22a9c04&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:37:47.836 8 INFO neutron.db.ovn_revision_numbers_db [req-2251b5fe-1be5-4fbc-833a-0e3eea403280 req-69668593-985c-45d5-9a5b-c099413fbfce 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 3996eefa-117f-4f2d-9513-c4d912e2b2b4 (type: ports) to 4 [pid: 8|app: 0|req: 351/699] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:37:46 2026] PUT /v2.0/ports/3996eefa-117f-4f2d-9513-c4d912e2b2b4 => generated 1231 bytes in 871 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: 352/700] 199.204.45.227 () {34 vars in 1018 bytes} [Mon May 4 12:37:47 2026] GET /v2.0/networks?tenant_id=b98cf371666f4a6796abad763438040a&shared=False => generated 820 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/701] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:37:47 2026] DELETE /v2.0/security-groups/5ff73a13-1cc0-493a-9c52-02476cbcd1ec => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:37:48.228 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd524e1d-1a5a-42f9-be1d-270109e6a5b1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:48.229 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd524e1d-1a5a-42f9-be1d-270109e6a5b1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 0b3366b2-c5f9-4110-bad5-31b69b37b344: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 354/702] 199.204.45.227 () {34 vars in 930 bytes} [Mon May 4 12:37:48 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:48.383 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd524e1d-1a5a-42f9-be1d-270109e6a5b1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f5be8303-6384-47cc-9c98-4c290d52c15d (type: ports) to 1 2026-05-04 12:37:48.401 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9ab680f-1061-4f9c-b497-d1c510512309'] response: {'name': 'network-changed', 'server_uuid': '7669fad7-2c6f-4c49-b663-f415e801d8e9', 'tag': '3996eefa-117f-4f2d-9513-c4d912e2b2b4', 'status': 'completed', 'code': 200} 2026-05-04 12:37:48.498 8 INFO neutron.db.ovn_revision_numbers_db [None req-d097daea-8e04-4f99-aacc-264d5d79f8b2 - - - - - -] Successfully bumped revision number for resource 80bd9526-9f01-420b-bdd7-a69ab9771b5f (type: ports) to 4 [pid: 8|app: 0|req: 355/703] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:48 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 973 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/704] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:48 2026] GET /v2.0/security-groups?id=442bf9a1-1ec3-4aff-8c1b-dc28172c35ac&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/705] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:48 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/706] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:48 2026] GET /v2.0/security-groups?id=9c87d618-22b4-4d73-90d8-c35a87705922&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:48.848 8 INFO neutron.db.ovn_revision_numbers_db [None req-d097daea-8e04-4f99-aacc-264d5d79f8b2 - - - - - -] Successfully bumped revision number for resource 80bd9526-9f01-420b-bdd7-a69ab9771b5f (type: ports) to 5 2026-05-04 12:37:48.957 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd524e1d-1a5a-42f9-be1d-270109e6a5b1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:37:48.958 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd524e1d-1a5a-42f9-be1d-270109e6a5b1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 0b3366b2-c5f9-4110-bad5-31b69b37b344: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 359/707] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:37:48 2026] GET /v2.0/ports?tenant_id=e6131106fc91490e9263a8bf384e81fb&device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 1234 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/708] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:37:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3996eefa-117f-4f2d-9513-c4d912e2b2b4 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/709] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:37:49 2026] GET /v2.0/subnets?id=2da3ea96-4f9e-4f8f-88a3-198918179360 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/710] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:37:49 2026] GET /v2.0/ports?network_id=441f8ee7-7b2b-4b23-894e-e414241140c2&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: 8|app: 0|req: 363/711] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:37:49 2026] GET /v2.0/networks/441f8ee7-7b2b-4b23-894e-e414241140c2?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/712] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:37:49 2026] GET /v2.0/networks/441f8ee7-7b2b-4b23-894e-e414241140c2?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) [pid: 8|app: 0|req: 365/713] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:37:49 2026] GET /v2.0/ports?tenant_id=b98cf371666f4a6796abad763438040a&device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 1234 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/714] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:37:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f48e7225-c936-4d4e-be33-959d1f219e17 => 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: 367/715] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:37:49 2026] GET /v2.0/subnets?id=9863f27b-e2d5-4063-a2c2-d849942aef0f => generated 701 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:49.416 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd524e1d-1a5a-42f9-be1d-270109e6a5b1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f5be8303-6384-47cc-9c98-4c290d52c15d (type: router_ports) to 1 [pid: 7|app: 0|req: 349/716] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:37:47 2026] PUT /v2.0/routers/559f0d95-9683-4dc0-b106-fe359b32b129/add_router_interface => generated 310 bytes in 1653 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/717] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:37:49 2026] GET /v2.0/ports?network_id=2eb95ad3-175c-4cec-8c61-37c69454b074&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: 350/718] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:37:49 2026] GET /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/719] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:37:49 2026] GET /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074?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) [pid: 7|app: 0|req: 351/720] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:49 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 973 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/721] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:49 2026] GET /v2.0/security-groups?id=442bf9a1-1ec3-4aff-8c1b-dc28172c35ac&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: 370/722] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:49 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/723] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:49 2026] GET /v2.0/security-groups?id=9c87d618-22b4-4d73-90d8-c35a87705922&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: 355/726] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:37:50 2026] GET /v2.0/ports?tenant_id=e6131106fc91490e9263a8bf384e81fb&device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 1234 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/727] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:37:50 2026] GET /v2.0/networks?id=441f8ee7-7b2b-4b23-894e-e414241140c2 => generated 813 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:50.551 8 INFO neutron.common.ovn.utils [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] HA Chassis Group neutron-0b3366b2-c5f9-4110-bad5-31b69b37b344 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:37:50.592 8 INFO neutron.db.ovn_revision_numbers_db [None req-a3411f6f-5c53-4bd1-adb1-aaf5b657a445 c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] Successfully bumped revision number for resource d5a7c3a7-544d-41dc-bb5a-408af7fb9896 (type: security_groups) to 1 2026-05-04 12:37:50.602 8 INFO neutron.db.ovn_revision_numbers_db [None req-a3411f6f-5c53-4bd1-adb1-aaf5b657a445 c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] Successfully bumped revision number for resource 1e154812-1a54-4144-9459-e8903aa8384c (type: security_group_rules) to 0 2026-05-04 12:37:50.613 8 INFO neutron.db.ovn_revision_numbers_db [None req-a3411f6f-5c53-4bd1-adb1-aaf5b657a445 c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] Successfully bumped revision number for resource 7d5c71b3-2e98-4d7b-9274-7ecf63594e2a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 372/728] 10.0.0.165 () {34 vars in 685 bytes} [Mon May 4 12:37:50 2026] POST /v2.0/security-groups => generated 1661 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/729] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:37:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3996eefa-117f-4f2d-9513-c4d912e2b2b4 => generated 19 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/730] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:37:50 2026] GET /v2.0/subnets?id=2da3ea96-4f9e-4f8f-88a3-198918179360 => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/731] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:37:50 2026] GET /v2.0/ports?network_id=441f8ee7-7b2b-4b23-894e-e414241140c2&device_owner=network%3Adhcp => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:37:50.747 8 INFO neutron.db.ovn_revision_numbers_db [None req-c65be1c4-c8f4-452f-b477-ff43a0f07896 c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] Successfully bumped revision number for resource b25a0ffd-afca-4565-ac58-ce42d57b3fa0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 373/732] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:37:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/733] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:37:50 2026] GET /v2.0/networks/441f8ee7-7b2b-4b23-894e-e414241140c2?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: 361/734] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:37:50 2026] GET /v2.0/networks/441f8ee7-7b2b-4b23-894e-e414241140c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:37:50.875 8 INFO neutron.db.ovn_revision_numbers_db [None req-8fa65c9d-8d3b-4b08-8ac6-634d69d5f048 c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] Successfully bumped revision number for resource cd8d4947-6adb-48e8-a2c6-47b01f1a49da (type: security_group_rules) to 0 [pid: 8|app: 0|req: 374/735] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:37:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/736] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:50 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:51.000 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-1c904704-014a-4e9f-b3cd-aeca79565041 - - - - - -] No hosting information found for port 676ef9f4-0097-4ac4-9e31-65304944ee01: RuntimeError: No hosting information found for port 676ef9f4-0097-4ac4-9e31-65304944ee01 [pid: 8|app: 0|req: 376/737] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:50 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/738] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:51 2026] GET /v2.0/security-groups?id=442bf9a1-1ec3-4aff-8c1b-dc28172c35ac&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: 378/739] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:51 2026] GET /v2.0/security-groups?id=9c87d618-22b4-4d73-90d8-c35a87705922&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:51.085 7 INFO neutron.common.ovn.utils [None req-1c904704-014a-4e9f-b3cd-aeca79565041 - - - - - -] HA Chassis Group neutron-441f8ee7-7b2b-4b23-894e-e414241140c2 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:37:51.279 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c904704-014a-4e9f-b3cd-aeca79565041 - - - - - -] Successfully bumped revision number for resource 676ef9f4-0097-4ac4-9e31-65304944ee01 (type: router_ports) to 2 2026-05-04 12:37:51.284 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-55834ee9-2fc4-476f-92ba-8118d2f2f800 c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] No more DHCP agents 2026-05-04 12:37:51.286 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-55834ee9-2fc4-476f-92ba-8118d2f2f800 c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:37:51.491 7 INFO neutron.common.ovn.utils [None req-1c904704-014a-4e9f-b3cd-aeca79565041 - - - - - -] HA Chassis Group neutron-0b3366b2-c5f9-4110-bad5-31b69b37b344 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:37:51.495 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1c904704-014a-4e9f-b3cd-aeca79565041 - - - - - -] OVN reports status down for port: f5be8303-6384-47cc-9c98-4c290d52c15d 2026-05-04 12:37:51.636 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-1c904704-014a-4e9f-b3cd-aeca79565041 - - - - - -] Logical_Switch_Port f5be8303-6384-47cc-9c98-4c290d52c15d host information not removed, the port state is up 2026-05-04 12:37:51.636 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1c904704-014a-4e9f-b3cd-aeca79565041 - - - - - -] OVN reports status up for port: f5be8303-6384-47cc-9c98-4c290d52c15d 2026-05-04 12:37:51.656 7 INFO neutron.plugins.ml2.plugin [None req-1c904704-014a-4e9f-b3cd-aeca79565041 - - - - - -] Attempt 1 to provision port f5be8303-6384-47cc-9c98-4c290d52c15d [pid: 7|app: 0|req: 362/740] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:37:50 2026] POST /v2.0/floatingips => generated 552 bytes in 897 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:37:52.151 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c904704-014a-4e9f-b3cd-aeca79565041 - - - - - -] Successfully bumped revision number for resource f5be8303-6384-47cc-9c98-4c290d52c15d (type: ports) to 2 [pid: 8|app: 0|req: 379/741] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:52 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/742] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:52 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 973 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/743] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:52 2026] GET /v2.0/security-groups?id=442bf9a1-1ec3-4aff-8c1b-dc28172c35ac&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: 7|app: 0|req: 364/744] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:52 2026] GET /v2.0/security-groups?id=9c87d618-22b4-4d73-90d8-c35a87705922&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: 381/745] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:53 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/746] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:53 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/747] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:53 2026] GET /v2.0/security-groups?id=442bf9a1-1ec3-4aff-8c1b-dc28172c35ac&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/748] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:53 2026] GET /v2.0/security-groups?id=9c87d618-22b4-4d73-90d8-c35a87705922&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-05-04 12:37:53.931 8 WARNING neutron.db.securitygroups_db [None req-292dddd6-7c8b-4350-ae32-d37fcc114756 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:37:54.048 8 INFO neutron.db.ovn_revision_numbers_db [None req-292dddd6-7c8b-4350-ae32-d37fcc114756 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8d009d81-d30f-494c-95ee-8f1b5f72a385 (type: security_groups) to 1 2026-05-04 12:37:54.061 8 INFO neutron.db.ovn_revision_numbers_db [None req-292dddd6-7c8b-4350-ae32-d37fcc114756 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 02b31007-7f90-408d-8b27-413d83ca4d71 (type: security_group_rules) to 0 2026-05-04 12:37:54.075 8 INFO neutron.db.ovn_revision_numbers_db [None req-292dddd6-7c8b-4350-ae32-d37fcc114756 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 32255477-eb1f-4cb1-9b54-f22b8a7e98bf (type: security_group_rules) to 0 2026-05-04 12:37:54.089 8 INFO neutron.db.ovn_revision_numbers_db [None req-292dddd6-7c8b-4350-ae32-d37fcc114756 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 87a3a4a0-3cbd-48a6-8912-d542d7a1778d (type: security_group_rules) to 0 2026-05-04 12:37:54.113 8 INFO neutron.db.ovn_revision_numbers_db [None req-292dddd6-7c8b-4350-ae32-d37fcc114756 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e7f6368e-6749-4e7c-9735-353816ae7d34 (type: security_group_rules) to 0 2026-05-04 12:37:54.178 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] OVN reports status up for port: f48e7225-c936-4d4e-be33-959d1f219e17 [pid: 8|app: 0|req: 383/749] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:37:53 2026] GET /v2.0/security-groups?tenant_id=91d8e5f8cd74457881a45c9de5214f51&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:37:54.207 8 INFO neutron.plugins.ml2.plugin [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] Attempt 1 to provision port f48e7225-c936-4d4e-be33-959d1f219e17 2026-05-04 12:37:54.308 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8eccebaf-f17d-4693-a0c0-11ff6de1658e'] response: {'server_uuid': 'f53ef079-6dd1-4e09-92c1-83523fdfdf36', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f48e7225-c936-4d4e-be33-959d1f219e17', 'code': 200} [pid: 7|app: 0|req: 367/750] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:37:54 2026] DELETE /v2.0/security-groups/8d009d81-d30f-494c-95ee-8f1b5f72a385 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:37:54.449 8 INFO neutron.db.ovn_revision_numbers_db [None req-f6153da9-4a3b-4b24-836d-dc73e35feb14 - - - - - -] Successfully bumped revision number for resource f48e7225-c936-4d4e-be33-959d1f219e17 (type: ports) to 5 2026-05-04 12:37:54.485 8 WARNING neutron.db.securitygroups_db [None req-6e8ef353-1337-47ba-bc39-bff4c7231c79 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 368/751] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:54 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:54.596 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c20e3261-8d90-44c4-9cdf-51b893162bfe - - - - - -] OVN reports status up for port: 3996eefa-117f-4f2d-9513-c4d912e2b2b4 [pid: 7|app: 0|req: 369/752] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:54 2026] GET /v2.0/security-groups?id=442bf9a1-1ec3-4aff-8c1b-dc28172c35ac&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:54.625 8 INFO neutron.plugins.ml2.plugin [None req-c20e3261-8d90-44c4-9cdf-51b893162bfe - - - - - -] Attempt 1 to provision port 3996eefa-117f-4f2d-9513-c4d912e2b2b4 [pid: 7|app: 0|req: 370/753] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:54 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:54.702 8 INFO neutron.db.ovn_revision_numbers_db [None req-6e8ef353-1337-47ba-bc39-bff4c7231c79 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource eb3a8cd6-c63f-48a8-a963-2f5cb5c70bcc (type: security_groups) to 1 [pid: 7|app: 0|req: 371/754] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:54 2026] GET /v2.0/security-groups?id=9c87d618-22b4-4d73-90d8-c35a87705922&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:54.718 8 INFO neutron.db.ovn_revision_numbers_db [None req-6e8ef353-1337-47ba-bc39-bff4c7231c79 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6bbbceac-80eb-44e8-9611-a8945a36935f (type: security_group_rules) to 0 2026-05-04 12:37:54.737 8 INFO neutron.db.ovn_revision_numbers_db [None req-6e8ef353-1337-47ba-bc39-bff4c7231c79 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9a21bd25-7c0e-4c6c-9a27-88672e1981df (type: security_group_rules) to 0 2026-05-04 12:37:54.752 8 INFO neutron.db.ovn_revision_numbers_db [None req-6e8ef353-1337-47ba-bc39-bff4c7231c79 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a95bd6e0-0456-4f46-9202-5714b7ceee54 (type: security_group_rules) to 0 2026-05-04 12:37:54.772 8 INFO neutron.db.ovn_revision_numbers_db [None req-6e8ef353-1337-47ba-bc39-bff4c7231c79 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource abdfa1c7-d62d-4157-87f4-2258e228c585 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 384/755] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:37:54 2026] GET /v2.0/security-groups?tenant_id=2b3133a3e4b94b3ca691a6236c1a99ae&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:37:54.923 8 INFO neutron.db.ovn_revision_numbers_db [None req-c20e3261-8d90-44c4-9cdf-51b893162bfe - - - - - -] Successfully bumped revision number for resource 3996eefa-117f-4f2d-9513-c4d912e2b2b4 (type: ports) to 5 [pid: 7|app: 0|req: 372/756] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:37:54 2026] DELETE /v2.0/security-groups/eb3a8cd6-c63f-48a8-a963-2f5cb5c70bcc => generated 0 bytes in 212 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: 385/757] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:55 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/758] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:55 2026] GET /v2.0/security-groups?id=442bf9a1-1ec3-4aff-8c1b-dc28172c35ac&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/759] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:55 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/760] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:55 2026] GET /v2.0/security-groups?id=9c87d618-22b4-4d73-90d8-c35a87705922&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: 387/761] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:56 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:56.363 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f44ff460-8afa-4866-a5a4-b4690e36924a'] response: {'server_uuid': 'f53ef079-6dd1-4e09-92c1-83523fdfdf36', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f48e7225-c936-4d4e-be33-959d1f219e17', 'code': 200} 2026-05-04 12:37:56.363 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f44ff460-8afa-4866-a5a4-b4690e36924a'] response: {'server_uuid': '7669fad7-2c6f-4c49-b663-f415e801d8e9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3996eefa-117f-4f2d-9513-c4d912e2b2b4', 'code': 200} 2026-05-04 12:37:56.364 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f44ff460-8afa-4866-a5a4-b4690e36924a'] response: {'server_uuid': '7669fad7-2c6f-4c49-b663-f415e801d8e9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3996eefa-117f-4f2d-9513-c4d912e2b2b4', 'code': 200} 2026-05-04 12:37:56.820 7 INFO neutron.db.ovn_revision_numbers_db [None req-6b7c6dc2-01c9-4cd2-b6c7-8dd75cff83bc bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Successfully bumped revision number for resource 8be2d8ab-b0f0-4955-bbd3-7149c715bc7a (type: floatingips) to 1 [pid: 8|app: 0|req: 388/762] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:56 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:56.954 7 INFO neutron.db.ovn_revision_numbers_db [None req-6b7c6dc2-01c9-4cd2-b6c7-8dd75cff83bc bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Successfully bumped revision number for resource 8be2d8ab-b0f0-4955-bbd3-7149c715bc7a (type: floatingips) to 2 2026-05-04 12:37:56.954 7 INFO neutron.db.l3_db [None req-6b7c6dc2-01c9-4cd2-b6c7-8dd75cff83bc bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Floating IP 8be2d8ab-b0f0-4955-bbd3-7149c715bc7a associated. External IP: 10.96.250.202, port: f48e7225-c936-4d4e-be33-959d1f219e17. [pid: 8|app: 0|req: 389/763] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:56 2026] GET /v2.0/security-groups?id=442bf9a1-1ec3-4aff-8c1b-dc28172c35ac&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: 375/764] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:37:56 2026] PUT /v2.0/floatingips/8be2d8ab-b0f0-4955-bbd3-7149c715bc7a => generated 856 bytes in 905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/765] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:57 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:57.119 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-3d74fe3a-98da-46c5-8a64-4a5b5f6b8d28 - - - - - -] No hosting information found for port f5be8303-6384-47cc-9c98-4c290d52c15d: RuntimeError: No hosting information found for port f5be8303-6384-47cc-9c98-4c290d52c15d [pid: 7|app: 0|req: 376/766] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:57 2026] GET /v2.0/security-groups?id=9c87d618-22b4-4d73-90d8-c35a87705922&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:57.196 7 INFO neutron.db.ovn_revision_numbers_db [None req-3d74fe3a-98da-46c5-8a64-4a5b5f6b8d28 - - - - - -] Successfully bumped revision number for resource f5be8303-6384-47cc-9c98-4c290d52c15d (type: router_ports) to 2 2026-05-04 12:37:57.494 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a28fb0e1-b502-424e-a150-b75307bb16b7'] response: {'name': 'network-changed', 'server_uuid': 'f53ef079-6dd1-4e09-92c1-83523fdfdf36', 'tag': 'f48e7225-c936-4d4e-be33-959d1f219e17', 'status': 'completed', 'code': 200} 2026-05-04 12:37:57.550 8 WARNING neutron.db.securitygroups_db [req-e06128a0-2df5-4d64-b394-dbc45b809317 req-255bf7ef-4ca8-4c6c-a004-2d51d46d512d c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 391/767] 10.0.0.25 () {34 vars in 1099 bytes} [Mon May 4 12:37:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1987373179&fields=id&tenant_id=c3233d8c4b3c42f187010357ec77b0ea => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 377/768] 10.0.0.25 () {34 vars in 981 bytes} [Mon May 4 12:37:57 2026] GET /v2.0/networks?id=0b3366b2-c5f9-4110-bad5-31b69b37b344 => generated 718 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/769] 10.0.0.25 () {34 vars in 964 bytes} [Mon May 4 12:37:57 2026] GET /v2.0/quotas/c3233d8c4b3c42f187010357ec77b0ea => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/770] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:37:57 2026] GET /v2.0/ports?tenant_id=c3233d8c4b3c42f187010357ec77b0ea&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/771] 10.0.0.25 () {34 vars in 1007 bytes} [Mon May 4 12:37:57 2026] GET /v2.0/networks/0b3366b2-c5f9-4110-bad5-31b69b37b344?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/772] 10.0.0.25 () {34 vars in 1107 bytes} [Mon May 4 12:37:57 2026] GET /v2.0/networks/0b3366b2-c5f9-4110-bad5-31b69b37b344?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/773] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:37:58 2026] GET /v2.0/ports?tenant_id=b98cf371666f4a6796abad763438040a&device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 1236 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/774] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:37:58 2026] GET /v2.0/networks?id=2eb95ad3-175c-4cec-8c61-37c69454b074 => generated 820 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/775] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:58 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/776] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:58 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => 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: 381/777] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:37:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f48e7225-c936-4d4e-be33-959d1f219e17 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/778] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:58 2026] GET /v2.0/security-groups?id=442bf9a1-1ec3-4aff-8c1b-dc28172c35ac&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: 382/779] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:37:58 2026] GET /v2.0/subnets?id=9863f27b-e2d5-4063-a2c2-d849942aef0f => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/780] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:37:58 2026] GET /v2.0/ports?network_id=2eb95ad3-175c-4cec-8c61-37c69454b074&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: 383/781] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:37:58 2026] GET /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074?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: 399/782] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:58 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/783] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:37:58 2026] GET /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074?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) 2026-05-04 12:37:59.070 8 INFO neutron.db.ovn_revision_numbers_db [None req-cc9d4cbe-cf1a-42ec-86cc-c50bca31ad10 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] Successfully bumped revision number for resource 1af32687-c988-4212-bd46-500e8263a6d9 (type: floatingips) to 1 2026-05-04 12:37:59.198 8 INFO neutron.db.ovn_revision_numbers_db [None req-cc9d4cbe-cf1a-42ec-86cc-c50bca31ad10 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] Successfully bumped revision number for resource 1af32687-c988-4212-bd46-500e8263a6d9 (type: floatingips) to 2 2026-05-04 12:37:59.199 8 INFO neutron.db.l3_db [None req-cc9d4cbe-cf1a-42ec-86cc-c50bca31ad10 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] Floating IP 1af32687-c988-4212-bd46-500e8263a6d9 associated. External IP: 10.96.250.219, port: 3996eefa-117f-4f2d-9513-c4d912e2b2b4. [pid: 7|app: 0|req: 385/784] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:59 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => 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: 400/785] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:37:58 2026] PUT /v2.0/floatingips/1af32687-c988-4212-bd46-500e8263a6d9 => generated 856 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:37:59.292 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-66c2a455-cedf-4079-a082-1eac12957823'] response: {'name': 'network-changed', 'server_uuid': '7669fad7-2c6f-4c49-b663-f415e801d8e9', 'tag': '3996eefa-117f-4f2d-9513-c4d912e2b2b4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 386/786] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:59 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 401/787] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:59 2026] GET /v2.0/security-groups?id=442bf9a1-1ec3-4aff-8c1b-dc28172c35ac&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: 387/788] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:37:59 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/789] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:37:59 2026] GET /v2.0/security-groups?id=442bf9a1-1ec3-4aff-8c1b-dc28172c35ac&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/790] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:37:59 2026] GET /v2.0/ports?tenant_id=e6131106fc91490e9263a8bf384e81fb&device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 1236 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/791] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:37:59 2026] GET /v2.0/networks?id=441f8ee7-7b2b-4b23-894e-e414241140c2 => generated 813 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/792] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:37:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3996eefa-117f-4f2d-9513-c4d912e2b2b4 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/793] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:37:59 2026] GET /v2.0/subnets?id=2da3ea96-4f9e-4f8f-88a3-198918179360 => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/794] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:37:59 2026] GET /v2.0/ports?network_id=441f8ee7-7b2b-4b23-894e-e414241140c2&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: 405/795] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:38:00 2026] GET /v2.0/networks/441f8ee7-7b2b-4b23-894e-e414241140c2?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/796] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:38:00 2026] GET /v2.0/networks/441f8ee7-7b2b-4b23-894e-e414241140c2?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: 406/797] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:00 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:00.733 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4ff0e159-3a0b-427b-bf03-82a6dfaa371b - - - - - -] OVN reports status down for port: 3996eefa-117f-4f2d-9513-c4d912e2b2b4 [pid: 7|app: 0|req: 392/798] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:00 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/799] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:00 2026] GET /v2.0/security-groups?id=442bf9a1-1ec3-4aff-8c1b-dc28172c35ac&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:00.981 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ff0e159-3a0b-427b-bf03-82a6dfaa371b - - - - - -] Successfully bumped revision number for resource 3996eefa-117f-4f2d-9513-c4d912e2b2b4 (type: ports) to 6 2026-05-04 12:38:01.107 7 WARNING neutron.db.securitygroups_db [None req-03fcc5b2-931f-400e-9f0c-77e6afebe044 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:38:01.216 7 INFO neutron.db.ovn_revision_numbers_db [None req-03fcc5b2-931f-400e-9f0c-77e6afebe044 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9748b84d-b775-43bc-b931-f1cea9819386 (type: security_groups) to 1 2026-05-04 12:38:01.226 7 INFO neutron.db.ovn_revision_numbers_db [None req-03fcc5b2-931f-400e-9f0c-77e6afebe044 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4e2b3009-702c-40a4-87cd-92ae9e569c7c (type: security_group_rules) to 0 2026-05-04 12:38:01.236 7 INFO neutron.db.ovn_revision_numbers_db [None req-03fcc5b2-931f-400e-9f0c-77e6afebe044 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a6263913-7d00-4cf4-9b3c-de4a321c5a9e (type: security_group_rules) to 0 2026-05-04 12:38:01.246 7 INFO neutron.db.ovn_revision_numbers_db [None req-03fcc5b2-931f-400e-9f0c-77e6afebe044 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource add3c9b9-0708-4635-bd06-2a63ce99145e (type: security_group_rules) to 0 2026-05-04 12:38:01.257 7 INFO neutron.db.ovn_revision_numbers_db [None req-03fcc5b2-931f-400e-9f0c-77e6afebe044 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource bf43df20-17cf-450b-a731-1da3fc24eb7f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 393/800] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:00 2026] GET /v2.0/security-groups?tenant_id=6d697ff6f5df45a8b2f8ee2e83e25eab&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:38:01.336 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b3c393a-f9dc-42cb-8495-1999937d3612'] response: {'server_uuid': '7669fad7-2c6f-4c49-b663-f415e801d8e9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3996eefa-117f-4f2d-9513-c4d912e2b2b4', 'code': 200} 2026-05-04 12:38:01.336 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b3c393a-f9dc-42cb-8495-1999937d3612'] response: {'server_uuid': '7669fad7-2c6f-4c49-b663-f415e801d8e9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3996eefa-117f-4f2d-9513-c4d912e2b2b4', 'code': 200} [pid: 7|app: 0|req: 394/801] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:01 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => 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: 408/802] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:01 2026] DELETE /v2.0/security-groups/9748b84d-b775-43bc-b931-f1cea9819386 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:38:01.553 7 WARNING neutron.db.securitygroups_db [None req-cf73c1a1-fe19-4a2e-8a5c-7d2351937a17 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:38:01.671 7 INFO neutron.db.ovn_revision_numbers_db [None req-cf73c1a1-fe19-4a2e-8a5c-7d2351937a17 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource bff520f1-7c59-4c23-9a86-abe643948418 (type: security_groups) to 1 2026-05-04 12:38:01.683 7 INFO neutron.db.ovn_revision_numbers_db [None req-cf73c1a1-fe19-4a2e-8a5c-7d2351937a17 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2b1c9fb1-c3ae-4f8c-8688-ac99728b8d53 (type: security_group_rules) to 0 2026-05-04 12:38:01.693 7 INFO neutron.db.ovn_revision_numbers_db [None req-cf73c1a1-fe19-4a2e-8a5c-7d2351937a17 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 32e8584f-042e-454e-b0e0-50f21d60d3ef (type: security_group_rules) to 0 2026-05-04 12:38:01.703 7 INFO neutron.db.ovn_revision_numbers_db [None req-cf73c1a1-fe19-4a2e-8a5c-7d2351937a17 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource bac004ee-08ba-4432-865a-87c0426b4283 (type: security_group_rules) to 0 2026-05-04 12:38:01.713 7 INFO neutron.db.ovn_revision_numbers_db [None req-cf73c1a1-fe19-4a2e-8a5c-7d2351937a17 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f5ff9bf0-4734-4ae6-9e93-96988466d1c7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 395/803] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:01 2026] GET /v2.0/security-groups?tenant_id=d0a19988e7004bbd8ace60ce9c01afd8&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/804] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:01 2026] DELETE /v2.0/security-groups/bff520f1-7c59-4c23-9a86-abe643948418 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/805] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:38:01 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/806] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:02 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:02.096 8 INFO neutron_taas.services.taas.taas_plugin [req-bad82a0d-10cf-49d6-9241-0c6b94a41adc req-62ece77c-90b4-42b7-aacc-015ebba2d75a 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] TaaS: Handle Delete Port: 3996eefa-117f-4f2d-9513-c4d912e2b2b4 2026-05-04 12:38:02.101 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bad82a0d-10cf-49d6-9241-0c6b94a41adc req-62ece77c-90b4-42b7-aacc-015ebba2d75a 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] Tap Mirror: Handle Delete Port: 3996eefa-117f-4f2d-9513-c4d912e2b2b4 [pid: 7|app: 0|req: 398/807] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:02 2026] GET /v2.0/security-groups?id=442bf9a1-1ec3-4aff-8c1b-dc28172c35ac&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:02.302 8 INFO neutron.db.l3_db [req-bad82a0d-10cf-49d6-9241-0c6b94a41adc req-62ece77c-90b4-42b7-aacc-015ebba2d75a 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] Floating IP 1af32687-c988-4212-bd46-500e8263a6d9 disassociated. External IP: 10.96.250.219, port: 3996eefa-117f-4f2d-9513-c4d912e2b2b4. [pid: 8|app: 0|req: 410/808] 199.204.45.227 () {36 vars in 997 bytes} [Mon May 4 12:38:01 2026] DELETE /v2.0/ports/3996eefa-117f-4f2d-9513-c4d912e2b2b4 => generated 0 bytes in 471 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 399/809] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:38:02 2026] GET /v2.0/networks?id=0b3366b2-c5f9-4110-bad5-31b69b37b344 => generated 718 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:02.519 7 WARNING neutron.db.securitygroups_db [req-e06128a0-2df5-4d64-b394-dbc45b809317 req-28ea575e-b6f1-4399-a60c-cb8b6c85ed2c c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 411/810] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:02 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => 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: 400/811] 199.204.45.227 () {34 vars in 1050 bytes} [Mon May 4 12:38:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c3233d8c4b3c42f187010357ec77b0ea => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:02.803 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-e06128a0-2df5-4d64-b394-dbc45b809317 req-1ef66882-3019-4ca8-8948-25e53a06c42c c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] No more DHCP agents 2026-05-04 12:38:02.804 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-e06128a0-2df5-4d64-b394-dbc45b809317 req-1ef66882-3019-4ca8-8948-25e53a06c42c c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] Unable to schedule network 0b3366b2-c5f9-4110-bad5-31b69b37b344: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:02.896 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d2dea6b6-32f2-4f21-9c7a-855f5ba8af9b - - - - - -] OVN reports status down for port: 51efb3f0-2b65-4a23-ab82-57f85132d2bc 2026-05-04 12:38:02.961 8 INFO neutron.db.ovn_revision_numbers_db [req-e06128a0-2df5-4d64-b394-dbc45b809317 req-1ef66882-3019-4ca8-8948-25e53a06c42c c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] Successfully bumped revision number for resource 51efb3f0-2b65-4a23-ab82-57f85132d2bc (type: ports) to 1 [pid: 8|app: 0|req: 412/812] 199.204.45.227 () {38 vars in 955 bytes} [Mon May 4 12:38:02 2026] POST /v2.0/ports => generated 954 bytes in 501 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: 413/813] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:03 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:03.369 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-991fb0af-1c04-438e-93b0-0372cf65e43b'] response: {'server_uuid': '7669fad7-2c6f-4c49-b663-f415e801d8e9', 'name': 'network-vif-deleted', 'tag': '3996eefa-117f-4f2d-9513-c4d912e2b2b4', 'status': 'completed', 'code': 200} 2026-05-04 12:38:03.405 7 INFO neutron.db.ovn_revision_numbers_db [req-e06128a0-2df5-4d64-b394-dbc45b809317 req-ff4022e2-5ee8-40f8-be34-30f11b19ff55 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 51efb3f0-2b65-4a23-ab82-57f85132d2bc (type: ports) to 2 2026-05-04 12:38:03.625 7 INFO neutron.db.ovn_revision_numbers_db [req-e06128a0-2df5-4d64-b394-dbc45b809317 req-ff4022e2-5ee8-40f8-be34-30f11b19ff55 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 51efb3f0-2b65-4a23-ab82-57f85132d2bc (type: ports) to 4 [pid: 8|app: 0|req: 414/814] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:03 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/815] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:38:03 2026] PUT /v2.0/ports/51efb3f0-2b65-4a23-ab82-57f85132d2bc => generated 1227 bytes in 585 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:03.676 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-54b81278-bfae-40b7-8c89-049c8ea6533e'] response: {'name': 'network-changed', 'server_uuid': 'a592a314-88d8-48b2-8dc9-d0134b7027c9', 'tag': '51efb3f0-2b65-4a23-ab82-57f85132d2bc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 415/816] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:03 2026] GET /v2.0/security-groups?id=d5a7c3a7-544d-41dc-bb5a-408af7fb9896&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/817] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:38:04 2026] GET /v2.0/ports?tenant_id=c3233d8c4b3c42f187010357ec77b0ea&device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 1230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/818] 199.204.45.227 () {34 vars in 1018 bytes} [Mon May 4 12:38:04 2026] GET /v2.0/networks?tenant_id=c3233d8c4b3c42f187010357ec77b0ea&shared=False => generated 817 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/819] 199.204.45.227 () {34 vars in 930 bytes} [Mon May 4 12:38:04 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:38:04.337 7 WARNING neutron.db.securitygroups_db [None req-89315d79-13cd-4445-b5bc-5d977707b501 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 419/820] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:04 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:04.446 7 INFO neutron.db.ovn_revision_numbers_db [None req-89315d79-13cd-4445-b5bc-5d977707b501 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2222ec2c-9dd3-46eb-a8fa-6b8d931c7dbc (type: security_groups) to 1 2026-05-04 12:38:04.455 7 INFO neutron.db.ovn_revision_numbers_db [None req-89315d79-13cd-4445-b5bc-5d977707b501 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0c92bd6b-b18b-4b7b-98c2-9452d864bfe2 (type: security_group_rules) to 0 2026-05-04 12:38:04.463 7 INFO neutron.db.ovn_revision_numbers_db [None req-89315d79-13cd-4445-b5bc-5d977707b501 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 97a25c16-3bad-472e-b60e-d61fb41954d0 (type: security_group_rules) to 0 2026-05-04 12:38:04.472 7 INFO neutron.db.ovn_revision_numbers_db [None req-89315d79-13cd-4445-b5bc-5d977707b501 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource b54f4752-e8f5-428b-8e3c-93a92dec0f65 (type: security_group_rules) to 0 2026-05-04 12:38:04.481 7 INFO neutron.db.ovn_revision_numbers_db [None req-89315d79-13cd-4445-b5bc-5d977707b501 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e964479d-56b5-459c-8721-8fcdd1b32344 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 402/821] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:04 2026] GET /v2.0/security-groups?tenant_id=62f6b356d21e43d29e6a7bd0cc0c8507&name=default => generated 2925 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/822] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:04 2026] DELETE /v2.0/security-groups/2222ec2c-9dd3-46eb-a8fa-6b8d931c7dbc => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/823] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:04 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/824] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:04 2026] GET /v2.0/security-groups?id=d5a7c3a7-544d-41dc-bb5a-408af7fb9896&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: 423/827] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:38:05 2026] GET /v2.0/ports?tenant_id=c3233d8c4b3c42f187010357ec77b0ea&device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 1230 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/828] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:38:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=51efb3f0-2b65-4a23-ab82-57f85132d2bc => 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: 424/829] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:38:05 2026] GET /v2.0/subnets?id=1a3a2abf-6854-424b-8f7e-b0ab5e8400f1 => generated 698 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/830] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:05 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => 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: 425/831] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:38:05 2026] GET /v2.0/ports?network_id=0b3366b2-c5f9-4110-bad5-31b69b37b344&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: 407/832] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:38:05 2026] GET /v2.0/networks/0b3366b2-c5f9-4110-bad5-31b69b37b344?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: 426/833] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:38:05 2026] GET /v2.0/networks/0b3366b2-c5f9-4110-bad5-31b69b37b344?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: 408/834] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:05 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/835] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:05 2026] GET /v2.0/security-groups?id=d5a7c3a7-544d-41dc-bb5a-408af7fb9896&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: 428/836] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:06 2026] GET /v2.0/ports?device_id=7669fad7-2c6f-4c49-b663-f415e801d8e9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:06.582 7 INFO neutron.db.ovn_revision_numbers_db [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 29cce31c-0a73-4d76-86e7-bb56909e011a (type: security_groups) to 1 2026-05-04 12:38:06.593 7 INFO neutron.db.ovn_revision_numbers_db [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 1042dbbc-2576-4098-bb40-2386e19dd69e (type: security_group_rules) to 0 2026-05-04 12:38:06.605 7 INFO neutron.db.ovn_revision_numbers_db [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 2ad05768-cfac-4f57-926b-dd51e3f1e44e (type: security_group_rules) to 0 2026-05-04 12:38:06.617 7 INFO neutron.db.ovn_revision_numbers_db [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource a3cfa812-430e-463f-b914-1aa9d9bd66ff (type: security_group_rules) to 0 2026-05-04 12:38:06.628 7 INFO neutron.db.ovn_revision_numbers_db [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource fe928ce6-bd47-4c06-ba2f-f2deaae2d0d6 (type: security_group_rules) to 0 2026-05-04 12:38:06.716 7 INFO neutron.db.segments_db [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Added segment 6cb5d339-7035-4f4b-a470-bc2a49ebf9e6 of type geneve for network e303093c-8112-4b1f-97ca-adb62d6c4890 2026-05-04 12:38:06.823 7 INFO neutron.db.segments_db [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Added segment 24730eac-41a6-46c9-bb76-47686a78bd8d of type geneve for network fb34027d-ff8f-4811-8897-55c5319f1945 2026-05-04 12:38:06.928 7 INFO neutron.db.ovn_revision_numbers_db [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource e303093c-8112-4b1f-97ca-adb62d6c4890 (type: networks) to 1 [pid: 8|app: 0|req: 429/837] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:07 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/838] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:07 2026] GET /v2.0/security-groups?id=d5a7c3a7-544d-41dc-bb5a-408af7fb9896&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:07.170 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] No more DHCP agents 2026-05-04 12:38:07.172 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Unable to schedule network e303093c-8112-4b1f-97ca-adb62d6c4890: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:07.226 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3d74fe3a-98da-46c5-8a64-4a5b5f6b8d28 - - - - - -] OVN reports status down for port: 34c72f6a-7d4d-4be1-a403-f0973bb8f9f4 2026-05-04 12:38:07.292 7 INFO neutron.db.ovn_revision_numbers_db [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 34c72f6a-7d4d-4be1-a403-f0973bb8f9f4 (type: ports) to 1 2026-05-04 12:38:07.385 7 INFO neutron.db.ovn_revision_numbers_db [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource fb34027d-ff8f-4811-8897-55c5319f1945 (type: networks) to 1 2026-05-04 12:38:07.532 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] No more DHCP agents 2026-05-04 12:38:07.533 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Unable to schedule network fb34027d-ff8f-4811-8897-55c5319f1945: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:07.614 7 INFO neutron.db.ovn_revision_numbers_db [None req-8502bbcb-1f4d-4ec0-bc92-f80ab9e31fba cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 2ba95eb5-9e0e-489a-84ca-3ecd765ae5be (type: ports) to 1 2026-05-04 12:38:07.624 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d2dea6b6-32f2-4f21-9c7a-855f5ba8af9b - - - - - -] OVN reports status down for port: 2ba95eb5-9e0e-489a-84ca-3ecd765ae5be [pid: 8|app: 0|req: 431/839] 10.0.0.42 () {34 vars in 989 bytes} [Mon May 4 12:38:07 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 1236 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/840] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:06 2026] POST /v2.0/networks => generated 1321 bytes in 1359 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/841] 10.0.0.165 () {32 vars in 649 bytes} [Mon May 4 12:38:07 2026] GET /v2.0/networks => generated 1970 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/842] 10.0.0.42 () {34 vars in 1039 bytes} [Mon May 4 12:38:07 2026] GET /v2.0/security-groups?id=9c87d618-22b4-4d73-90d8-c35a87705922&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: 432/843] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:07 2026] DELETE /v2.0/security-groups/442bf9a1-1ec3-4aff-8c1b-dc28172c35ac => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:38:07.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cc8b5f9-d4de-4cb8-bcee-8657566c412b cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] TaaS: Handle Delete Port: 34c72f6a-7d4d-4be1-a403-f0973bb8f9f4 2026-05-04 12:38:07.860 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cc8b5f9-d4de-4cb8-bcee-8657566c412b cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Tap Mirror: Handle Delete Port: 34c72f6a-7d4d-4be1-a403-f0973bb8f9f4 2026-05-04 12:38:07.866 8 INFO neutron.api.v2.resource [None req-24991255-216e-458a-a773-cc4ab4a877bc 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 433/844] 10.0.0.165 () {32 vars in 737 bytes} [Mon May 4 12:38:07 2026] GET /v2.0/security-groups/442bf9a1-1ec3-4aff-8c1b-dc28172c35ac => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:38:07.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5383cae-5118-41d4-b738-3b51b649acce 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] TaaS: Handle Delete Port: 17be13bf-cd12-49b4-9617-2de6e1fb7bae 2026-05-04 12:38:07.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5383cae-5118-41d4-b738-3b51b649acce 6b883d3103b64eaf8e90555124508926 e6131106fc91490e9263a8bf384e81fb - - default default] Tap Mirror: Handle Delete Port: 17be13bf-cd12-49b4-9617-2de6e1fb7bae 2026-05-04 12:38:08.029 7 INFO neutron.services.segments.plugin [-] Segment 6cb5d339-7035-4f4b-a470-bc2a49ebf9e6 resource provider aggregate not found 2026-05-04 12:38:08.037 7 INFO neutron.services.segments.plugin [-] Segment 6cb5d339-7035-4f4b-a470-bc2a49ebf9e6 resource provider aggregate not found 2026-05-04 12:38:08.052 7 INFO neutron.services.segments.plugin [-] Segment 6cb5d339-7035-4f4b-a470-bc2a49ebf9e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cb5d339-7035-4f4b-a470-bc2a49ebf9e6 found for delete ", "request_id": "req-7029b04f-9fd2-4237-bcf1-219c63c1bd12"}]} 2026-05-04 12:38:08.053 7 INFO neutron.services.segments.plugin [-] Segment 6cb5d339-7035-4f4b-a470-bc2a49ebf9e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cb5d339-7035-4f4b-a470-bc2a49ebf9e6 found for delete ", "request_id": "req-d00c7046-4f24-45ae-b8db-89615ab7a74a"}]} [pid: 7|app: 0|req: 412/845] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:07 2026] DELETE /v2.0/networks/e303093c-8112-4b1f-97ca-adb62d6c4890 => generated 0 bytes in 368 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/846] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:38:07 2026] DELETE /v2.0/floatingips/1af32687-c988-4212-bd46-500e8263a6d9 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:38:08.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bc3c394-28e4-444d-bc59-70dfa59b9078 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] TaaS: Handle Delete Port: 2ba95eb5-9e0e-489a-84ca-3ecd765ae5be 2026-05-04 12:38:08.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bc3c394-28e4-444d-bc59-70dfa59b9078 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Tap Mirror: Handle Delete Port: 2ba95eb5-9e0e-489a-84ca-3ecd765ae5be 2026-05-04 12:38:08.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-451476a6-1789-47c1-9b6b-4b13290fe43c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 676ef9f4-0097-4ac4-9e31-65304944ee01 2026-05-04 12:38:08.403 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-451476a6-1789-47c1-9b6b-4b13290fe43c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 676ef9f4-0097-4ac4-9e31-65304944ee01 [pid: 7|app: 0|req: 413/847] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:08 2026] DELETE /v2.0/networks/fb34027d-ff8f-4811-8897-55c5319f1945 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/848] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:08 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/849] 10.0.0.165 () {32 vars in 649 bytes} [Mon May 4 12:38:08 2026] GET /v2.0/networks => generated 689 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/850] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:08 2026] GET /v2.0/security-groups?id=d5a7c3a7-544d-41dc-bb5a-408af7fb9896&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:08.645 7 INFO neutron.db.segments_db [None req-5157c682-12f2-4191-8128-82bff3b44bf4 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Added segment 11791d77-4bec-4bcc-a7c3-a7b5f032f750 of type geneve for network c8124a37-6dad-408e-adee-b4cd83f7b942 2026-05-04 12:38:08.750 7 INFO neutron.db.ovn_revision_numbers_db [None req-5157c682-12f2-4191-8128-82bff3b44bf4 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource c8124a37-6dad-408e-adee-b4cd83f7b942 (type: networks) to 1 2026-05-04 12:38:08.916 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5157c682-12f2-4191-8128-82bff3b44bf4 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] No more DHCP agents 2026-05-04 12:38:08.918 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5157c682-12f2-4191-8128-82bff3b44bf4 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Unable to schedule network c8124a37-6dad-408e-adee-b4cd83f7b942: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:08.976 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d2dea6b6-32f2-4f21-9c7a-855f5ba8af9b - - - - - -] OVN reports status down for port: ae4b5c22-eeed-4895-b588-b2a8f0899e4e 2026-05-04 12:38:09.028 7 INFO neutron.db.ovn_revision_numbers_db [None req-5157c682-12f2-4191-8128-82bff3b44bf4 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource ae4b5c22-eeed-4895-b588-b2a8f0899e4e (type: ports) to 1 [pid: 8|app: 0|req: 435/851] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:38:08 2026] PUT /v2.0/routers/611c6010-8b27-430f-8b74-9e502518ac53/remove_router_interface => generated 310 bytes in 906 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/852] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:08 2026] POST /v2.0/networks => generated 687 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:38:09.129 7 INFO neutron.db.segments_db [None req-9b26df37-7d27-4965-a11f-ed84dac2625f cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Added segment a9115f93-46d9-40c4-b49c-8effd9d88eca of type geneve for network 53a7e693-2875-41e1-ac0b-2720fee5e223 2026-05-04 12:38:09.238 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b26df37-7d27-4965-a11f-ed84dac2625f cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 53a7e693-2875-41e1-ac0b-2720fee5e223 (type: networks) to 1 2026-05-04 12:38:09.381 8 INFO neutron_taas.services.taas.taas_plugin [None req-29c7bebe-2ef2-4d67-af04-951ff43f4a3a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 214518ea-4185-4ba8-a4a5-63d5bb57b7aa 2026-05-04 12:38:09.384 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29c7bebe-2ef2-4d67-af04-951ff43f4a3a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 214518ea-4185-4ba8-a4a5-63d5bb57b7aa 2026-05-04 12:38:09.391 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9b26df37-7d27-4965-a11f-ed84dac2625f cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] No more DHCP agents 2026-05-04 12:38:09.392 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9b26df37-7d27-4965-a11f-ed84dac2625f cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Unable to schedule network 53a7e693-2875-41e1-ac0b-2720fee5e223: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:09.435 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3d74fe3a-98da-46c5-8a64-4a5b5f6b8d28 - - - - - -] OVN reports status down for port: 775305ae-7fbe-4044-acc6-0c59016cd430 2026-05-04 12:38:09.492 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b26df37-7d27-4965-a11f-ed84dac2625f cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 775305ae-7fbe-4044-acc6-0c59016cd430 (type: ports) to 1 [pid: 7|app: 0|req: 418/853] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:09 2026] POST /v2.0/networks => generated 686 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/854] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:09 2026] DELETE /v2.0/routers/611c6010-8b27-430f-8b74-9e502518ac53 => generated 0 bytes in 756 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/855] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:09 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:09.977 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8388b442-e010-43a9-b094-d622e81fbc83 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] No more DHCP agents 2026-05-04 12:38:09.978 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8388b442-e010-43a9-b094-d622e81fbc83 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Unable to schedule network c8124a37-6dad-408e-adee-b4cd83f7b942: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:10.054 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d2dea6b6-32f2-4f21-9c7a-855f5ba8af9b - - - - - -] OVN reports status down for port: 717b8d6d-c757-4c7c-8758-949ac8e69fbb [pid: 8|app: 0|req: 438/856] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:09 2026] DELETE /v2.0/subnets/2da3ea96-4f9e-4f8f-88a3-198918179360 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:10.079 7 INFO neutron.services.segments.plugin [-] Segment 24730eac-41a6-46c9-bb76-47686a78bd8d resource provider aggregate not found 2026-05-04 12:38:10.084 7 INFO neutron.services.segments.plugin [-] Segment 24730eac-41a6-46c9-bb76-47686a78bd8d resource provider aggregate not found 2026-05-04 12:38:10.096 7 INFO neutron.services.segments.plugin [-] Segment 24730eac-41a6-46c9-bb76-47686a78bd8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24730eac-41a6-46c9-bb76-47686a78bd8d found for delete ", "request_id": "req-2e39eb0a-5594-4cee-8e0f-55f8f317bf20"}]} 2026-05-04 12:38:10.097 7 INFO neutron.services.segments.plugin [-] Segment 24730eac-41a6-46c9-bb76-47686a78bd8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24730eac-41a6-46c9-bb76-47686a78bd8d found for delete ", "request_id": "req-5e1fd799-abe0-40ef-a618-4b0d0b6ec461"}]} 2026-05-04 12:38:10.110 7 INFO neutron.db.ovn_revision_numbers_db [None req-8388b442-e010-43a9-b094-d622e81fbc83 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 717b8d6d-c757-4c7c-8758-949ac8e69fbb (type: ports) to 1 [pid: 8|app: 0|req: 439/857] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:10 2026] GET /v2.0/security-groups?id=d5a7c3a7-544d-41dc-bb5a-408af7fb9896&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:10.146 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8388b442-e010-43a9-b094-d622e81fbc83 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] No more DHCP agents 2026-05-04 12:38:10.147 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8388b442-e010-43a9-b094-d622e81fbc83 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Unable to schedule network 53a7e693-2875-41e1-ac0b-2720fee5e223: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:10.231 7 INFO neutron.db.ovn_revision_numbers_db [None req-8388b442-e010-43a9-b094-d622e81fbc83 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 0f11d932-a899-457f-9e05-1c1dc061a657 (type: ports) to 1 2026-05-04 12:38:10.236 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d2dea6b6-32f2-4f21-9c7a-855f5ba8af9b - - - - - -] OVN reports status down for port: 0f11d932-a899-457f-9e05-1c1dc061a657 [pid: 7|app: 0|req: 419/858] 10.0.0.165 () {34 vars in 665 bytes} [Mon May 4 12:38:09 2026] POST /v2.0/ports => generated 1506 bytes in 762 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:38:10.298 8 INFO neutron_taas.services.taas.taas_plugin [None req-74bda0d4-16bf-4f64-a00d-dafac8229dea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: d544eebb-ee2a-4724-9ef8-1cabba639dff /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:38:10.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74bda0d4-16bf-4f64-a00d-dafac8229dea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: d544eebb-ee2a-4724-9ef8-1cabba639dff [pid: 7|app: 0|req: 420/859] 10.0.0.165 () {32 vars in 643 bytes} [Mon May 4 12:38:10 2026] GET /v2.0/ports => generated 3018 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:10.481 7 INFO neutron_taas.services.taas.taas_plugin [None req-f182d287-f1e5-4c7b-ba33-3f6255115f3c cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] TaaS: Handle Delete Port: 717b8d6d-c757-4c7c-8758-949ac8e69fbb 2026-05-04 12:38:10.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f182d287-f1e5-4c7b-ba33-3f6255115f3c cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Tap Mirror: Handle Delete Port: 717b8d6d-c757-4c7c-8758-949ac8e69fbb [pid: 8|app: 0|req: 440/860] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:10 2026] DELETE /v2.0/networks/441f8ee7-7b2b-4b23-894e-e414241140c2 => generated 0 bytes in 452 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/861] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:38:10 2026] DELETE /v2.0/ports/717b8d6d-c757-4c7c-8758-949ac8e69fbb => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:10.736 7 WARNING neutron.db.securitygroups_db [None req-0f9c4364-e3a9-468f-bac0-c5edc4e2af13 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 422/862] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:10 2026] GET /v2.0/security-groups?tenant_id=e6131106fc91490e9263a8bf384e81fb&name=default => generated 2921 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:10.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-df42a9b3-372d-4588-a8a0-df851daf0887 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] TaaS: Handle Delete Port: 0f11d932-a899-457f-9e05-1c1dc061a657 2026-05-04 12:38:10.765 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df42a9b3-372d-4588-a8a0-df851daf0887 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Tap Mirror: Handle Delete Port: 0f11d932-a899-457f-9e05-1c1dc061a657 [pid: 8|app: 0|req: 441/863] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:38:10 2026] DELETE /v2.0/ports/0f11d932-a899-457f-9e05-1c1dc061a657 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/864] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:10 2026] DELETE /v2.0/security-groups/fb583599-1795-4a3b-972f-743ea8e2b8e7 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:38:10.986 8 INFO neutron.services.segments.plugin [-] Segment d66ae987-cfae-41a2-964a-b85e37659b7b resource provider aggregate not found 2026-05-04 12:38:10.987 8 INFO neutron.services.segments.plugin [-] Segment d66ae987-cfae-41a2-964a-b85e37659b7b resource provider aggregate not found 2026-05-04 12:38:11.002 8 INFO neutron.services.segments.plugin [-] Segment d66ae987-cfae-41a2-964a-b85e37659b7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d66ae987-cfae-41a2-964a-b85e37659b7b found for delete ", "request_id": "req-f9ecbed4-2f95-493f-90cd-2e8674b5dbd0"}]} 2026-05-04 12:38:11.004 8 INFO neutron.services.segments.plugin [-] Segment d66ae987-cfae-41a2-964a-b85e37659b7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d66ae987-cfae-41a2-964a-b85e37659b7b found for delete ", "request_id": "req-6497bceb-6510-41df-af80-99f7816e85e6"}]} [pid: 8|app: 0|req: 442/865] 10.0.0.165 () {32 vars in 643 bytes} [Mon May 4 12:38:10 2026] GET /v2.0/ports => generated 1523 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:11.118 7 INFO neutron.db.segments_db [None req-39b8d649-a7a2-45a5-99d2-d954cac51200 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Added segment 787e53f1-96ab-44eb-af2f-f126465e4529 of type geneve for network 65ad627a-8ffa-44ad-a64b-272149b440d3 2026-05-04 12:38:11.257 7 INFO neutron.db.ovn_revision_numbers_db [None req-39b8d649-a7a2-45a5-99d2-d954cac51200 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 65ad627a-8ffa-44ad-a64b-272149b440d3 (type: networks) to 1 2026-05-04 12:38:11.284 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d2dea6b6-32f2-4f21-9c7a-855f5ba8af9b - - - - - -] OVN reports status up for port: 51efb3f0-2b65-4a23-ab82-57f85132d2bc [pid: 8|app: 0|req: 443/866] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:11 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 969 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:11.305 8 INFO neutron.plugins.ml2.plugin [None req-d2dea6b6-32f2-4f21-9c7a-855f5ba8af9b - - - - - -] Attempt 1 to provision port 51efb3f0-2b65-4a23-ab82-57f85132d2bc [pid: 8|app: 0|req: 444/867] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:11 2026] GET /v2.0/security-groups?id=d5a7c3a7-544d-41dc-bb5a-408af7fb9896&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:11.458 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f85cfeb0-1162-4f3f-877b-a4a6fe0291b7'] response: {'server_uuid': 'a592a314-88d8-48b2-8dc9-d0134b7027c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '51efb3f0-2b65-4a23-ab82-57f85132d2bc', 'code': 200} 2026-05-04 12:38:11.470 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-39b8d649-a7a2-45a5-99d2-d954cac51200 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] No more DHCP agents 2026-05-04 12:38:11.472 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-39b8d649-a7a2-45a5-99d2-d954cac51200 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Unable to schedule network 65ad627a-8ffa-44ad-a64b-272149b440d3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:11.557 7 INFO neutron.db.ovn_revision_numbers_db [None req-39b8d649-a7a2-45a5-99d2-d954cac51200 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource c34f11c6-a3ba-420e-96f3-e8bbf01b80da (type: ports) to 1 [pid: 7|app: 0|req: 424/868] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:11 2026] POST /v2.0/networks => generated 688 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:11.684 8 INFO neutron.db.ovn_revision_numbers_db [None req-d2dea6b6-32f2-4f21-9c7a-855f5ba8af9b - - - - - -] Successfully bumped revision number for resource 51efb3f0-2b65-4a23-ab82-57f85132d2bc (type: ports) to 5 2026-05-04 12:38:11.739 8 INFO neutron.db.segments_db [None req-ef56c9cd-50bf-4d04-baa0-6237bc9cb448 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Added segment 63a75ca1-072e-4d9a-8e50-ebc94c468045 of type geneve for network 27622c6f-280e-490b-b9f0-75d2d887e0d5 2026-05-04 12:38:11.810 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-70b371ca-18dc-4ab8-bee7-75e19d40a8a5 - - - - - -] OVN reports status down for port: c34f11c6-a3ba-420e-96f3-e8bbf01b80da 2026-05-04 12:38:11.932 8 INFO neutron.db.ovn_revision_numbers_db [None req-ef56c9cd-50bf-4d04-baa0-6237bc9cb448 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 27622c6f-280e-490b-b9f0-75d2d887e0d5 (type: networks) to 1 2026-05-04 12:38:12.123 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ef56c9cd-50bf-4d04-baa0-6237bc9cb448 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] No more DHCP agents 2026-05-04 12:38:12.125 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ef56c9cd-50bf-4d04-baa0-6237bc9cb448 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Unable to schedule network 27622c6f-280e-490b-b9f0-75d2d887e0d5: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:12.179 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-70b371ca-18dc-4ab8-bee7-75e19d40a8a5 - - - - - -] OVN reports status down for port: 11e0aa4f-00ad-4d5c-be2e-b2223a4eab8a 2026-05-04 12:38:12.265 8 INFO neutron.db.ovn_revision_numbers_db [None req-ef56c9cd-50bf-4d04-baa0-6237bc9cb448 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 11e0aa4f-00ad-4d5c-be2e-b2223a4eab8a (type: ports) to 1 [pid: 8|app: 0|req: 445/869] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:11 2026] POST /v2.0/networks => generated 687 bytes in 719 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: 446/870] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:12 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/871] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:12 2026] GET /v2.0/security-groups?id=d5a7c3a7-544d-41dc-bb5a-408af7fb9896&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:12.634 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-263f6b4d-dfbe-41f8-958a-e7c2689e7013 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] No more DHCP agents 2026-05-04 12:38:12.635 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-263f6b4d-dfbe-41f8-958a-e7c2689e7013 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Unable to schedule network 65ad627a-8ffa-44ad-a64b-272149b440d3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:13.030 8 INFO neutron.db.ovn_revision_numbers_db [None req-54e3999a-f709-4442-ba19-73032ed20cb1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 68c2c2d8-dbdb-478a-ad22-63a29b41da87 (type: security_groups) to 1 2026-05-04 12:38:13.041 8 INFO neutron.db.ovn_revision_numbers_db [None req-54e3999a-f709-4442-ba19-73032ed20cb1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 290aadc4-9043-4c8c-8bac-7517409e45f4 (type: security_group_rules) to 0 2026-05-04 12:38:13.051 8 INFO neutron.db.ovn_revision_numbers_db [None req-54e3999a-f709-4442-ba19-73032ed20cb1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4ee1a1c5-b321-4a37-b4ec-5ee89a57a4d7 (type: security_group_rules) to 0 2026-05-04 12:38:13.083 8 INFO neutron.db.ovn_revision_numbers_db [None req-54e3999a-f709-4442-ba19-73032ed20cb1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8a169508-56ac-44bf-8632-3e0e5d59c6e3 (type: security_group_rules) to 0 2026-05-04 12:38:13.087 7 INFO neutron.db.ovn_revision_numbers_db [None req-263f6b4d-dfbe-41f8-958a-e7c2689e7013 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource c34f11c6-a3ba-420e-96f3-e8bbf01b80da (type: ports) to 2 2026-05-04 12:38:13.098 8 INFO neutron.db.ovn_revision_numbers_db [None req-54e3999a-f709-4442-ba19-73032ed20cb1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource cc597838-0251-4dff-8adf-ffbae71bd72a (type: security_group_rules) to 0 2026-05-04 12:38:13.149 7 INFO neutron.db.ovn_revision_numbers_db [None req-263f6b4d-dfbe-41f8-958a-e7c2689e7013 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 89e7fb07-f000-4bef-96cc-8dfcd52f1cc1 (type: subnets) to 0 2026-05-04 12:38:13.169 8 INFO neutron.db.segments_db [None req-54e3999a-f709-4442-ba19-73032ed20cb1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Added segment 16ec076f-064f-4d2d-a3e7-3952358505b4 of type geneve for network ccf0d047-f7db-4b45-8355-1099719bed77 2026-05-04 12:38:13.188 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-263f6b4d-dfbe-41f8-958a-e7c2689e7013 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] No more DHCP agents 2026-05-04 12:38:13.190 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-263f6b4d-dfbe-41f8-958a-e7c2689e7013 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Unable to schedule network 27622c6f-280e-490b-b9f0-75d2d887e0d5: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:13.301 8 INFO neutron.db.ovn_revision_numbers_db [None req-54e3999a-f709-4442-ba19-73032ed20cb1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ccf0d047-f7db-4b45-8355-1099719bed77 (type: networks) to 1 2026-05-04 12:38:13.486 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-54e3999a-f709-4442-ba19-73032ed20cb1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:38:13.487 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-54e3999a-f709-4442-ba19-73032ed20cb1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network ccf0d047-f7db-4b45-8355-1099719bed77: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:13.502 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-338b08e7-ed94-4327-b79a-7dc7587b29c3'] response: {'server_uuid': 'a592a314-88d8-48b2-8dc9-d0134b7027c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '51efb3f0-2b65-4a23-ab82-57f85132d2bc', 'code': 200} 2026-05-04 12:38:13.545 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-70b371ca-18dc-4ab8-bee7-75e19d40a8a5 - - - - - -] OVN reports status down for port: c866e90c-9d5b-4078-be5b-7ae4c884c3e3 2026-05-04 12:38:13.619 8 INFO neutron.db.ovn_revision_numbers_db [None req-54e3999a-f709-4442-ba19-73032ed20cb1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c866e90c-9d5b-4078-be5b-7ae4c884c3e3 (type: ports) to 1 2026-05-04 12:38:13.651 7 INFO neutron.db.ovn_revision_numbers_db [None req-263f6b4d-dfbe-41f8-958a-e7c2689e7013 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 11e0aa4f-00ad-4d5c-be2e-b2223a4eab8a (type: ports) to 2 [pid: 8|app: 0|req: 448/872] 10.0.0.165 () {34 vars in 671 bytes} [Mon May 4 12:38:12 2026] POST /v2.0/networks => generated 784 bytes in 951 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:13.688 7 INFO neutron.db.ovn_revision_numbers_db [None req-263f6b4d-dfbe-41f8-958a-e7c2689e7013 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Successfully bumped revision number for resource 08875e8c-9e50-4572-81d6-b6137bda0c41 (type: subnets) to 0 [pid: 7|app: 0|req: 425/873] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:12 2026] POST /v2.0/subnets => generated 1273 bytes in 1364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/874] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:13 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/875] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:13 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/876] 10.0.0.165 () {32 vars in 647 bytes} [Mon May 4 12:38:13 2026] GET /v2.0/subnets => generated 1909 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/877] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:13 2026] GET /v2.0/security-groups?id=d5a7c3a7-544d-41dc-bb5a-408af7fb9896&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-05-04 12:38:13.928 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-99ab8200-8e42-4e82-8675-4223f2a9b016 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:38:13.929 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-99ab8200-8e42-4e82-8675-4223f2a9b016 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network ccf0d047-f7db-4b45-8355-1099719bed77: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 429/878] 10.0.0.25 () {34 vars in 970 bytes} [Mon May 4 12:38:13 2026] GET /v2.0/ports/f48e7225-c936-4d4e-be33-959d1f219e17 => generated 972 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:14.343 8 INFO neutron.db.ovn_revision_numbers_db [None req-99ab8200-8e42-4e82-8675-4223f2a9b016 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c866e90c-9d5b-4078-be5b-7ae4c884c3e3 (type: ports) to 2 2026-05-04 12:38:14.369 8 INFO neutron.db.ovn_revision_numbers_db [None req-99ab8200-8e42-4e82-8675-4223f2a9b016 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 540872b6-4b63-4d7f-b73a-2b0c2ce893c1 (type: subnets) to 0 [pid: 8|app: 0|req: 450/879] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:13 2026] POST /v2.0/subnets => generated 690 bytes in 636 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/880] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:14 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:14.746 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c2ce0807-4e57-4527-8d16-3ecae1edb188 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:38:14.747 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c2ce0807-4e57-4527-8d16-3ecae1edb188 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:14.854 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-70b371ca-18dc-4ab8-bee7-75e19d40a8a5 - - - - - -] OVN reports status down for port: 805b9c82-5e84-4f80-b615-281cd260d0ae 2026-05-04 12:38:14.908 8 INFO neutron.db.ovn_revision_numbers_db [None req-c2ce0807-4e57-4527-8d16-3ecae1edb188 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 805b9c82-5e84-4f80-b615-281cd260d0ae (type: ports) to 1 [pid: 7|app: 0|req: 430/881] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:13 2026] DELETE /v2.0/subnets/89e7fb07-f000-4bef-96cc-8dfcd52f1cc1 => generated 0 bytes in 1063 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:15.441 7 INFO neutron.db.ovn_revision_numbers_db [None req-24113c01-adf3-4c6d-93c4-5187295fd74a c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] Successfully bumped revision number for resource 81e4dc6e-f2f6-40ce-9787-e2fbdd9aef2d (type: floatingips) to 1 2026-05-04 12:38:15.525 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-70b371ca-18dc-4ab8-bee7-75e19d40a8a5 - - - - - -] OVN reports status up for port: 805b9c82-5e84-4f80-b615-281cd260d0ae 2026-05-04 12:38:15.555 8 INFO neutron.plugins.ml2.plugin [None req-70b371ca-18dc-4ab8-bee7-75e19d40a8a5 - - - - - -] Attempt 1 to provision port 805b9c82-5e84-4f80-b615-281cd260d0ae 2026-05-04 12:38:15.566 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-233cbd27-e6bc-4534-86cf-1c3b2f7c023c - - - - - -] Router 83a1685c-e848-4fad-8097-5360b5efddb9 is bound to host instance 2026-05-04 12:38:15.605 8 INFO neutron.db.ovn_revision_numbers_db [None req-c2ce0807-4e57-4527-8d16-3ecae1edb188 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 805b9c82-5e84-4f80-b615-281cd260d0ae (type: router_ports) to 1 2026-05-04 12:38:15.683 7 INFO neutron.db.ovn_revision_numbers_db [None req-24113c01-adf3-4c6d-93c4-5187295fd74a c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] Successfully bumped revision number for resource 81e4dc6e-f2f6-40ce-9787-e2fbdd9aef2d (type: floatingips) to 2 2026-05-04 12:38:15.683 7 INFO neutron.db.l3_db [None req-24113c01-adf3-4c6d-93c4-5187295fd74a c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] Floating IP 81e4dc6e-f2f6-40ce-9787-e2fbdd9aef2d associated. External IP: 10.96.250.208, port: 51efb3f0-2b65-4a23-ab82-57f85132d2bc. [pid: 7|app: 0|req: 431/882] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:38:14 2026] PUT /v2.0/floatingips/81e4dc6e-f2f6-40ce-9787-e2fbdd9aef2d => generated 855 bytes in 751 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:15.796 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37617f03-b611-43bb-867a-4413d25d95bf'] response: {'name': 'network-changed', 'server_uuid': 'a592a314-88d8-48b2-8dc9-d0134b7027c9', 'tag': '51efb3f0-2b65-4a23-ab82-57f85132d2bc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 432/883] 199.204.45.227 () {34 vars in 1000 bytes} [Mon May 4 12:38:15 2026] GET /v2.0/subnets?network_id=2eb95ad3-175c-4cec-8c61-37c69454b074 => generated 683 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/884] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:15 2026] DELETE /v2.0/subnets/08875e8c-9e50-4572-81d6-b6137bda0c41 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:16.168 8 INFO neutron.db.ovn_revision_numbers_db [None req-c2ce0807-4e57-4527-8d16-3ecae1edb188 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 83a1685c-e848-4fad-8097-5360b5efddb9 (type: routers) to 2 [pid: 8|app: 0|req: 452/885] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:14 2026] POST /v2.0/routers => generated 989 bytes in 1772 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: 434/886] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:16 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/887] 10.0.0.165 () {32 vars in 647 bytes} [Mon May 4 12:38:16 2026] GET /v2.0/subnets => generated 649 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/888] 199.204.45.227 () {34 vars in 1146 bytes} [Mon May 4 12:38:16 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36&device_owner=compute%3Anova&network_id=2eb95ad3-175c-4cec-8c61-37c69454b074 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/889] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:16 2026] GET /v2.0/security-groups?id=d5a7c3a7-544d-41dc-bb5a-408af7fb9896&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:16.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-9620053e-55c5-4f39-b8cb-bf853834b2b3 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] TaaS: Handle Delete Port: 11e0aa4f-00ad-4d5c-be2e-b2223a4eab8a 2026-05-04 12:38:16.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9620053e-55c5-4f39-b8cb-bf853834b2b3 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Tap Mirror: Handle Delete Port: 11e0aa4f-00ad-4d5c-be2e-b2223a4eab8a 2026-05-04 12:38:16.662 8 INFO neutron.services.segments.plugin [-] Segment 63a75ca1-072e-4d9a-8e50-ebc94c468045 resource provider aggregate not found 2026-05-04 12:38:16.669 8 INFO neutron.services.segments.plugin [-] Segment 63a75ca1-072e-4d9a-8e50-ebc94c468045 resource provider aggregate not found 2026-05-04 12:38:16.683 8 INFO neutron.services.segments.plugin [-] Segment 63a75ca1-072e-4d9a-8e50-ebc94c468045 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63a75ca1-072e-4d9a-8e50-ebc94c468045 found for delete ", "request_id": "req-a6d9dd30-cc80-435b-9b8f-209f84035262"}]} 2026-05-04 12:38:16.690 8 INFO neutron.services.segments.plugin [-] Segment 63a75ca1-072e-4d9a-8e50-ebc94c468045 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63a75ca1-072e-4d9a-8e50-ebc94c468045 found for delete ", "request_id": "req-e2d205c0-721b-4f3d-bcc8-8c7566eba233"}]} [pid: 8|app: 0|req: 455/890] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:16 2026] DELETE /v2.0/networks/27622c6f-280e-490b-b9f0-75d2d887e0d5 => generated 0 bytes in 419 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:17.159 7 INFO neutron.db.ovn_revision_numbers_db [None req-fd5d2592-a5e2-4dcd-b388-60849b92cbc2 - - - - - -] Successfully bumped revision number for resource 805b9c82-5e84-4f80-b615-281cd260d0ae (type: ports) to 4 2026-05-04 12:38:17.165 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a15f5a8b-a4c9-4c86-b5d0-bcd78a13af78 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:38:17.168 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a15f5a8b-a4c9-4c86-b5d0-bcd78a13af78 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network ccf0d047-f7db-4b45-8355-1099719bed77: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:17.180 8 INFO neutron.db.ovn_revision_numbers_db [req-7bfe1e29-9be8-4d03-bb69-5130ba06f9ca req-6bbe3fec-591d-4653-884f-472c68015c4a bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Successfully bumped revision number for resource f48e7225-c936-4d4e-be33-959d1f219e17 (type: ports) to 6 [pid: 8|app: 0|req: 456/891] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:38:16 2026] PUT /v2.0/ports/f48e7225-c936-4d4e-be33-959d1f219e17 => generated 1149 bytes in 478 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: 457/892] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:38:17 2026] GET /v2.0/ports?tenant_id=c3233d8c4b3c42f187010357ec77b0ea&device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 1232 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:17.231 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3d0414d-17e4-4a8f-a8fb-8d2ff0e27768'] response: {'name': 'network-changed', 'server_uuid': 'f53ef079-6dd1-4e09-92c1-83523fdfdf36', 'tag': 'f48e7225-c936-4d4e-be33-959d1f219e17', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 458/893] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:17 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:17.390 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3d74fe3a-98da-46c5-8a64-4a5b5f6b8d28 - - - - - -] OVN reports status down for port: d665260c-90c9-401b-8cfa-a44791dd7cda 2026-05-04 12:38:17.409 8 INFO neutron_taas.services.taas.taas_plugin [None req-a01ac046-00a3-44ef-b01f-55b0b14aea5e cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] TaaS: Handle Delete Port: c34f11c6-a3ba-420e-96f3-e8bbf01b80da 2026-05-04 12:38:17.413 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a01ac046-00a3-44ef-b01f-55b0b14aea5e cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Tap Mirror: Handle Delete Port: c34f11c6-a3ba-420e-96f3-e8bbf01b80da 2026-05-04 12:38:17.481 7 INFO neutron.db.ovn_revision_numbers_db [None req-a15f5a8b-a4c9-4c86-b5d0-bcd78a13af78 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d665260c-90c9-401b-8cfa-a44791dd7cda (type: ports) to 1 2026-05-04 12:38:17.619 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-70b371ca-18dc-4ab8-bee7-75e19d40a8a5 - - - - - -] OVN reports status down for port: 51efb3f0-2b65-4a23-ab82-57f85132d2bc [pid: 8|app: 0|req: 459/894] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:17 2026] DELETE /v2.0/networks/65ad627a-8ffa-44ad-a64b-272149b440d3 => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/895] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:38:17 2026] GET /v2.0/networks?id=0b3366b2-c5f9-4110-bad5-31b69b37b344 => generated 817 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/896] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:17 2026] GET /v2.0/security-groups?id=d5a7c3a7-544d-41dc-bb5a-408af7fb9896&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:17.892 7 INFO neutron.db.ovn_revision_numbers_db [None req-fd5d2592-a5e2-4dcd-b388-60849b92cbc2 - - - - - -] Successfully bumped revision number for resource 805b9c82-5e84-4f80-b615-281cd260d0ae (type: ports) to 5 2026-05-04 12:38:18.040 8 INFO neutron_taas.services.taas.taas_plugin [None req-07c8f000-9563-4492-bca4-55cc4802f6c3 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] TaaS: Handle Delete Port: 775305ae-7fbe-4044-acc6-0c59016cd430 2026-05-04 12:38:18.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07c8f000-9563-4492-bca4-55cc4802f6c3 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Tap Mirror: Handle Delete Port: 775305ae-7fbe-4044-acc6-0c59016cd430 2026-05-04 12:38:18.060 8 INFO neutron.db.ovn_revision_numbers_db [None req-70b371ca-18dc-4ab8-bee7-75e19d40a8a5 - - - - - -] Successfully bumped revision number for resource 51efb3f0-2b65-4a23-ab82-57f85132d2bc (type: ports) to 6 [pid: 8|app: 0|req: 462/897] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:17 2026] DELETE /v2.0/networks/53a7e693-2875-41e1-ac0b-2720fee5e223 => generated 0 bytes in 467 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 463/898] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:38:18 2026] GET /v2.0/ports?tenant_id=b98cf371666f4a6796abad763438040a&device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/899] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:38:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=51efb3f0-2b65-4a23-ab82-57f85132d2bc => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:18.420 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3d74fe3a-98da-46c5-8a64-4a5b5f6b8d28 - - - - - -] OVN reports status up for port: d665260c-90c9-401b-8cfa-a44791dd7cda 2026-05-04 12:38:18.448 7 INFO neutron.plugins.ml2.plugin [None req-3d74fe3a-98da-46c5-8a64-4a5b5f6b8d28 - - - - - -] Attempt 1 to provision port d665260c-90c9-401b-8cfa-a44791dd7cda 2026-05-04 12:38:18.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c8a5cd4-3647-4b44-b44e-edf0b4afe8d0 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] TaaS: Handle Delete Port: ae4b5c22-eeed-4895-b588-b2a8f0899e4e 2026-05-04 12:38:18.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c8a5cd4-3647-4b44-b44e-edf0b4afe8d0 cb82e14c0c1b4d2ebe2641b230f57fb4 abe7259c276946c79327ada7c85d9edc - - default default] Tap Mirror: Handle Delete Port: ae4b5c22-eeed-4895-b588-b2a8f0899e4e 2026-05-04 12:38:18.570 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a15f5a8b-a4c9-4c86-b5d0-bcd78a13af78 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:38:18.574 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a15f5a8b-a4c9-4c86-b5d0-bcd78a13af78 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network ccf0d047-f7db-4b45-8355-1099719bed77: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:18.700 8 INFO neutron.services.segments.plugin [-] Segment 787e53f1-96ab-44eb-af2f-f126465e4529 resource provider aggregate not found 2026-05-04 12:38:18.707 8 INFO neutron.services.segments.plugin [-] Segment 787e53f1-96ab-44eb-af2f-f126465e4529 resource provider aggregate not found 2026-05-04 12:38:18.720 8 INFO neutron.services.segments.plugin [-] Segment 787e53f1-96ab-44eb-af2f-f126465e4529 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 787e53f1-96ab-44eb-af2f-f126465e4529 found for delete ", "request_id": "req-8e3e485b-4a4e-4d79-a921-f2e56b7fd102"}]} [pid: 8|app: 0|req: 465/900] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:18 2026] DELETE /v2.0/networks/c8124a37-6dad-408e-adee-b4cd83f7b942 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:18.726 8 INFO neutron.services.segments.plugin [-] Segment 787e53f1-96ab-44eb-af2f-f126465e4529 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 787e53f1-96ab-44eb-af2f-f126465e4529 found for delete ", "request_id": "req-d16f5ea6-8dee-4cde-a09e-0934e396175e"}]} 2026-05-04 12:38:18.736 8 INFO neutron.services.segments.plugin [-] Segment a9115f93-46d9-40c4-b49c-8effd9d88eca resource provider aggregate not found 2026-05-04 12:38:18.740 8 INFO neutron.services.segments.plugin [-] Segment a9115f93-46d9-40c4-b49c-8effd9d88eca resource provider aggregate not found 2026-05-04 12:38:18.755 8 INFO neutron.services.segments.plugin [-] Segment a9115f93-46d9-40c4-b49c-8effd9d88eca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9115f93-46d9-40c4-b49c-8effd9d88eca found for delete ", "request_id": "req-55754005-8cb3-4527-8cd2-080c319832ae"}]} 2026-05-04 12:38:18.759 8 INFO neutron.services.segments.plugin [-] Segment a9115f93-46d9-40c4-b49c-8effd9d88eca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9115f93-46d9-40c4-b49c-8effd9d88eca found for delete ", "request_id": "req-f5ee2a01-a406-4fed-aab7-4da23c1e3f40"}]} 2026-05-04 12:38:18.775 8 INFO neutron.services.segments.plugin [-] Segment 11791d77-4bec-4bcc-a7c3-a7b5f032f750 resource provider aggregate not found 2026-05-04 12:38:18.783 8 INFO neutron.services.segments.plugin [-] Segment 11791d77-4bec-4bcc-a7c3-a7b5f032f750 resource provider aggregate not found 2026-05-04 12:38:18.794 8 INFO neutron.services.segments.plugin [-] Segment 11791d77-4bec-4bcc-a7c3-a7b5f032f750 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11791d77-4bec-4bcc-a7c3-a7b5f032f750 found for delete ", "request_id": "req-8b32dede-a302-4b05-9ab9-77bdd9301988"}]} 2026-05-04 12:38:18.795 8 INFO neutron.services.segments.plugin [-] Segment 11791d77-4bec-4bcc-a7c3-a7b5f032f750 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11791d77-4bec-4bcc-a7c3-a7b5f032f750 found for delete ", "request_id": "req-e6d7df32-b2f5-4a3d-b313-412423956a0a"}]} [pid: 8|app: 0|req: 466/901] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:38:18 2026] GET /v2.0/networks?id=2eb95ad3-175c-4cec-8c61-37c69454b074 => generated 820 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/902] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:38:18 2026] GET /v2.0/subnets?id=1a3a2abf-6854-424b-8f7e-b0ab5e8400f1 => generated 698 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/903] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:38:18 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/904] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:38:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f48e7225-c936-4d4e-be33-959d1f219e17 => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/905] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:38:18 2026] GET /v2.0/ports?network_id=0b3366b2-c5f9-4110-bad5-31b69b37b344&device_owner=network%3Adhcp => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:19.057 8 INFO neutron_taas.services.taas.taas_plugin [req-fcd0c127-2196-449d-8c43-b3e85006fb4b req-546f0f6f-5ed7-4c09-90fb-09d62230cb1e c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] TaaS: Handle Delete Port: 51efb3f0-2b65-4a23-ab82-57f85132d2bc 2026-05-04 12:38:19.060 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fcd0c127-2196-449d-8c43-b3e85006fb4b req-546f0f6f-5ed7-4c09-90fb-09d62230cb1e c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] Tap Mirror: Handle Delete Port: 51efb3f0-2b65-4a23-ab82-57f85132d2bc 2026-05-04 12:38:19.224 7 INFO neutron.db.ovn_revision_numbers_db [None req-3d74fe3a-98da-46c5-8a64-4a5b5f6b8d28 - - - - - -] Successfully bumped revision number for resource d665260c-90c9-401b-8cfa-a44791dd7cda (type: ports) to 2 2026-05-04 12:38:19.258 8 INFO neutron.db.l3_db [req-fcd0c127-2196-449d-8c43-b3e85006fb4b req-546f0f6f-5ed7-4c09-90fb-09d62230cb1e c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] Floating IP 81e4dc6e-f2f6-40ce-9787-e2fbdd9aef2d disassociated. External IP: 10.96.250.208, port: 51efb3f0-2b65-4a23-ab82-57f85132d2bc. 2026-05-04 12:38:19.274 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dcb07f48-0584-4ab8-a3f5-31006483f54b'] response: {'server_uuid': 'a592a314-88d8-48b2-8dc9-d0134b7027c9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '51efb3f0-2b65-4a23-ab82-57f85132d2bc', 'code': 200} 2026-05-04 12:38:19.274 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dcb07f48-0584-4ab8-a3f5-31006483f54b'] response: {'server_uuid': 'a592a314-88d8-48b2-8dc9-d0134b7027c9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '51efb3f0-2b65-4a23-ab82-57f85132d2bc', 'code': 200} [pid: 8|app: 0|req: 471/906] 199.204.45.227 () {36 vars in 997 bytes} [Mon May 4 12:38:18 2026] DELETE /v2.0/ports/51efb3f0-2b65-4a23-ab82-57f85132d2bc => generated 0 bytes in 496 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 472/907] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:19 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => 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: 473/908] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:38:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f48e7225-c936-4d4e-be33-959d1f219e17 => 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: 474/909] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:38:19 2026] GET /v2.0/networks/0b3366b2-c5f9-4110-bad5-31b69b37b344?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:19.515 7 INFO neutron.db.ovn_revision_numbers_db [None req-a15f5a8b-a4c9-4c86-b5d0-bcd78a13af78 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d665260c-90c9-401b-8cfa-a44791dd7cda (type: router_ports) to 1 [pid: 7|app: 0|req: 436/910] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:38:16 2026] PUT /v2.0/routers/83a1685c-e848-4fad-8097-5360b5efddb9/add_router_interface => generated 310 bytes in 3252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/911] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:38:19 2026] GET /v2.0/subnets?id=9863f27b-e2d5-4063-a2c2-d849942aef0f => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/912] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:38:19 2026] GET /v2.0/networks/0b3366b2-c5f9-4110-bad5-31b69b37b344?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-05-04 12:38:19.581 8 WARNING neutron.db.securitygroups_db [None req-3de1d696-32ca-465b-8208-52ffc1875868 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 475/913] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:19 2026] GET /v2.0/security-groups?tenant_id=abe7259c276946c79327ada7c85d9edc&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/914] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:38:19 2026] GET /v2.0/ports?network_id=2eb95ad3-175c-4cec-8c61-37c69454b074&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: 440/915] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:38:19 2026] GET /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074?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: 441/916] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:38:19 2026] GET /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/917] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:19 2026] DELETE /v2.0/security-groups/29cce31c-0a73-4d76-86e7-bb56909e011a => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:38:20.178 7 INFO neutron.db.ovn_revision_numbers_db [None req-0991f3f2-0cea-46d5-bae8-38f1496581c4 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] Successfully bumped revision number for resource eea7e222-fd64-4ebc-9fcb-54b564e618aa (type: security_groups) to 1 2026-05-04 12:38:20.189 7 INFO neutron.db.ovn_revision_numbers_db [None req-0991f3f2-0cea-46d5-bae8-38f1496581c4 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] Successfully bumped revision number for resource fcdb5342-0ee2-4f4d-8134-64ba2fb5865f (type: security_group_rules) to 0 2026-05-04 12:38:20.199 7 INFO neutron.db.ovn_revision_numbers_db [None req-0991f3f2-0cea-46d5-bae8-38f1496581c4 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] Successfully bumped revision number for resource ffe80437-2dd7-4566-9c8d-34c56cd2d356 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 443/920] 10.0.0.165 () {34 vars in 685 bytes} [Mon May 4 12:38:20 2026] POST /v2.0/security-groups => generated 1660 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:38:20.354 8 INFO neutron.db.ovn_revision_numbers_db [None req-8ad2b42b-71b0-4570-840b-daa1bf7ee9ef efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] Successfully bumped revision number for resource 26da2057-147e-43e2-9ffe-c96c318f481c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 478/921] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:38:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/922] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:20 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 1152 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:20.525 7 INFO neutron.db.ovn_revision_numbers_db [None req-45830f26-f899-4c54-9827-9ef2fbdd9841 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] Successfully bumped revision number for resource a2da87d4-1c30-441b-a687-9c474cc5c9ac (type: security_group_rules) to 0 [pid: 8|app: 0|req: 480/923] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:20 2026] GET /v2.0/security-groups?id=9c87d618-22b4-4d73-90d8-c35a87705922&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/924] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:38:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/925] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:20 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/926] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:38:20 2026] GET /v2.0/ports?tenant_id=b98cf371666f4a6796abad763438040a&device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 1413 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:20.797 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f507d09c-734c-48c3-8c77-68c51621c431 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] No more DHCP agents 2026-05-04 12:38:20.798 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f507d09c-734c-48c3-8c77-68c51621c431 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 483/927] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:38:20 2026] GET /v2.0/networks?id=2eb95ad3-175c-4cec-8c61-37c69454b074 => generated 820 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/928] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:38:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f48e7225-c936-4d4e-be33-959d1f219e17 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/929] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:38:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f48e7225-c936-4d4e-be33-959d1f219e17 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/930] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:38:20 2026] GET /v2.0/subnets?id=9863f27b-e2d5-4063-a2c2-d849942aef0f => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/931] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:38:20 2026] GET /v2.0/ports?network_id=2eb95ad3-175c-4cec-8c61-37c69454b074&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: 8|app: 0|req: 488/932] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:38:20 2026] GET /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/933] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:38:21 2026] GET /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074?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: 445/934] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:38:20 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-05-04 12:38:21.308 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-23efce81-94eb-4a08-bff9-389026544e33'] response: {'server_uuid': 'a592a314-88d8-48b2-8dc9-d0134b7027c9', 'name': 'network-vif-deleted', 'tag': '51efb3f0-2b65-4a23-ab82-57f85132d2bc', 'status': 'completed', 'code': 200} 2026-05-04 12:38:21.535 7 WARNING neutron.db.securitygroups_db [req-9e97e99d-045e-4e20-8144-51f74a773262 req-b838cb73-5a1d-4401-ba45-23682ce11674 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 446/935] 10.0.0.25 () {34 vars in 1099 bytes} [Mon May 4 12:38:21 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1863798763&fields=id&tenant_id=5177f5c8064640dea3c4e56f96add64d => generated 69 bytes in 32 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.25 () {34 vars in 981 bytes} [Mon May 4 12:38:21 2026] GET /v2.0/networks?id=ccf0d047-f7db-4b45-8355-1099719bed77 => generated 713 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/937] 199.204.45.227 () {34 vars in 1118 bytes} [Mon May 4 12:38:21 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1152 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/938] 10.0.0.25 () {34 vars in 964 bytes} [Mon May 4 12:38:21 2026] GET /v2.0/quotas/5177f5c8064640dea3c4e56f96add64d => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/939] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:21 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:21.772 8 INFO neutron.db.ovn_revision_numbers_db [None req-67a595b1-6820-4862-86a8-124f3342207c 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource 4a96bbd6-4fba-4a24-ad26-6698f81fe77d (type: security_groups) to 1 2026-05-04 12:38:21.785 8 INFO neutron.db.ovn_revision_numbers_db [None req-67a595b1-6820-4862-86a8-124f3342207c 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource 3d373e28-148a-42a4-b078-bc2ebb46fe13 (type: security_group_rules) to 0 2026-05-04 12:38:21.797 8 INFO neutron.db.ovn_revision_numbers_db [None req-67a595b1-6820-4862-86a8-124f3342207c 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource 526ca537-998c-4d88-8c33-21e6170624a1 (type: security_group_rules) to 0 2026-05-04 12:38:21.811 8 INFO neutron.db.ovn_revision_numbers_db [None req-67a595b1-6820-4862-86a8-124f3342207c 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource 709692e0-35d6-4e43-aebf-db87bd002b91 (type: security_group_rules) to 0 2026-05-04 12:38:21.821 8 INFO neutron.db.ovn_revision_numbers_db [None req-67a595b1-6820-4862-86a8-124f3342207c 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource aa312564-407d-479d-81ee-ea3fbce99089 (type: security_group_rules) to 0 2026-05-04 12:38:21.899 8 INFO neutron.db.segments_db [None req-67a595b1-6820-4862-86a8-124f3342207c 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Added segment 6383643f-eecd-44f5-a93b-1d95159d9cdc of type geneve for network c87ee249-0e3c-4996-aecf-8fe7858aa951 2026-05-04 12:38:22.010 8 INFO neutron.db.ovn_revision_numbers_db [None req-67a595b1-6820-4862-86a8-124f3342207c 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource c87ee249-0e3c-4996-aecf-8fe7858aa951 (type: networks) to 1 2026-05-04 12:38:22.183 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-67a595b1-6820-4862-86a8-124f3342207c 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] No more DHCP agents 2026-05-04 12:38:22.184 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-67a595b1-6820-4862-86a8-124f3342207c 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Unable to schedule network c87ee249-0e3c-4996-aecf-8fe7858aa951: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:22.233 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a81b9ba6-949c-431b-bdc6-3d9847a711eb - - - - - -] OVN reports status down for port: 655e6b8f-0c85-481b-bd86-0bb2fee486c1 2026-05-04 12:38:22.282 7 INFO neutron.db.ovn_revision_numbers_db [req-39e7d43f-6378-4f0b-b154-2e27a7b9fbfb req-6eefb018-95f2-47e4-8238-86d2025486ab bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Successfully bumped revision number for resource f48e7225-c936-4d4e-be33-959d1f219e17 (type: ports) to 7 2026-05-04 12:38:22.297 8 INFO neutron.db.ovn_revision_numbers_db [None req-67a595b1-6820-4862-86a8-124f3342207c 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource 655e6b8f-0c85-481b-bd86-0bb2fee486c1 (type: ports) to 1 [pid: 7|app: 0|req: 451/940] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:38:21 2026] PUT /v2.0/ports/f48e7225-c936-4d4e-be33-959d1f219e17 => generated 972 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:38:22.329 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b65ae742-28a9-4ce3-b9c8-e1c53a2a5530'] response: {'name': 'network-changed', 'server_uuid': 'f53ef079-6dd1-4e09-92c1-83523fdfdf36', 'tag': 'f48e7225-c936-4d4e-be33-959d1f219e17', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 490/941] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:21 2026] POST /v2.0/networks => generated 687 bytes in 896 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/942] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:38:22 2026] GET /v2.0/ports?tenant_id=5177f5c8064640dea3c4e56f96add64d&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/943] 10.0.0.25 () {34 vars in 1007 bytes} [Mon May 4 12:38:22 2026] GET /v2.0/networks/ccf0d047-f7db-4b45-8355-1099719bed77?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/944] 10.0.0.25 () {34 vars in 1107 bytes} [Mon May 4 12:38:22 2026] GET /v2.0/networks/ccf0d047-f7db-4b45-8355-1099719bed77?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:22.550 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-22bdc74c-f9b3-4eda-846b-7724d72b44e4 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] No more DHCP agents 2026-05-04 12:38:22.551 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-22bdc74c-f9b3-4eda-846b-7724d72b44e4 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Unable to schedule network c87ee249-0e3c-4996-aecf-8fe7858aa951: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 455/945] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:22 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:22.607 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a81b9ba6-949c-431b-bdc6-3d9847a711eb - - - - - -] OVN reports status down for port: 461cfcf1-40e0-4c2b-9cc2-ec81877224d1 2026-05-04 12:38:22.670 8 INFO neutron.db.ovn_revision_numbers_db [None req-22bdc74c-f9b3-4eda-846b-7724d72b44e4 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource 461cfcf1-40e0-4c2b-9cc2-ec81877224d1 (type: ports) to 1 [pid: 8|app: 0|req: 491/946] 10.0.0.165 () {34 vars in 665 bytes} [Mon May 4 12:38:22 2026] POST /v2.0/ports => generated 779 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, ' 2026-05-04 12:38:22.835 7 INFO neutron.db.segments_db [None req-771c2cd8-6634-4b88-800a-de3b5236dcf3 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Added segment 0ac3f30f-7064-4962-a913-9766cfaf7550 of type geneve for network d47de564-b39a-444b-938c-91f7f7f0368f [pid: 8|app: 0|req: 492/947] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:38:22 2026] GET /v2.0/ports?tenant_id=b98cf371666f4a6796abad763438040a&device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 1236 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/948] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:22 2026] GET /v2.0/ports?device_id=a592a314-88d8-48b2-8dc9-d0134b7027c9 => 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: 494/949] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:38:22 2026] GET /v2.0/networks?id=2eb95ad3-175c-4cec-8c61-37c69454b074 => generated 820 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:22.945 7 INFO neutron.db.ovn_revision_numbers_db [None req-771c2cd8-6634-4b88-800a-de3b5236dcf3 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource d47de564-b39a-444b-938c-91f7f7f0368f (type: networks) to 1 [pid: 8|app: 0|req: 495/950] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:38:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f48e7225-c936-4d4e-be33-959d1f219e17 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/951] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:38:22 2026] GET /v2.0/subnets?id=9863f27b-e2d5-4063-a2c2-d849942aef0f => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/952] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:38:22 2026] GET /v2.0/ports?network_id=2eb95ad3-175c-4cec-8c61-37c69454b074&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: 498/953] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:38:23 2026] GET /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/954] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:38:23 2026] GET /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074?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-05-04 12:38:23.103 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-771c2cd8-6634-4b88-800a-de3b5236dcf3 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] No more DHCP agents 2026-05-04 12:38:23.104 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-771c2cd8-6634-4b88-800a-de3b5236dcf3 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Unable to schedule network d47de564-b39a-444b-938c-91f7f7f0368f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:23.155 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a81b9ba6-949c-431b-bdc6-3d9847a711eb - - - - - -] OVN reports status down for port: ab444db9-59aa-49e8-a7f0-668886014afa 2026-05-04 12:38:23.176 7 INFO neutron.db.ovn_revision_numbers_db [None req-771c2cd8-6634-4b88-800a-de3b5236dcf3 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource ab444db9-59aa-49e8-a7f0-668886014afa (type: ports) to 1 [pid: 7|app: 0|req: 456/955] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:22 2026] POST /v2.0/networks => generated 673 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:23.394 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-25c6fde5-528a-485f-b20c-e3e61891e760 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] No more DHCP agents 2026-05-04 12:38:23.396 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-25c6fde5-528a-485f-b20c-e3e61891e760 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Unable to schedule network d47de564-b39a-444b-938c-91f7f7f0368f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:23.420 8 INFO neutron.db.ovn_revision_numbers_db [None req-25c6fde5-528a-485f-b20c-e3e61891e760 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource 533e4cf8-c846-489c-90e6-4bee900545e4 (type: subnets) to 0 [pid: 8|app: 0|req: 500/956] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:23 2026] POST /v2.0/subnets => generated 646 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/957] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:23 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:23.687 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ad363af2-6c96-48e1-955a-d292dd2a90a6 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] No more DHCP agents 2026-05-04 12:38:23.689 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ad363af2-6c96-48e1-955a-d292dd2a90a6 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Unable to schedule network d47de564-b39a-444b-938c-91f7f7f0368f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:23.851 7 INFO neutron.db.ovn_revision_numbers_db [None req-ad363af2-6c96-48e1-955a-d292dd2a90a6 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource 6183ff08-1a25-4d41-8149-dcb0e6a97006 (type: ports) to 1 [pid: 7|app: 0|req: 457/958] 10.0.0.165 () {34 vars in 665 bytes} [Mon May 4 12:38:23 2026] POST /v2.0/ports => generated 966 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:38:24.003 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7b77841d-0b72-4499-9760-2d79de899b4c - - - - - -] No hosting information found for port d665260c-90c9-401b-8cfa-a44791dd7cda: RuntimeError: No hosting information found for port d665260c-90c9-401b-8cfa-a44791dd7cda 2026-05-04 12:38:24.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-1b494c6f-b495-46b2-bf9c-ab7a99c394e5 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] TaaS: Handle Delete Port: 6183ff08-1a25-4d41-8149-dcb0e6a97006 2026-05-04 12:38:24.030 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b494c6f-b495-46b2-bf9c-ab7a99c394e5 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Tap Mirror: Handle Delete Port: 6183ff08-1a25-4d41-8149-dcb0e6a97006 2026-05-04 12:38:24.047 7 INFO neutron.common.ovn.utils [None req-7b77841d-0b72-4499-9760-2d79de899b4c - - - - - -] HA Chassis Group neutron-ccf0d047-f7db-4b45-8355-1099719bed77 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c [pid: 7|app: 0|req: 458/959] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:23 2026] DELETE /v2.0/security-groups/d5a7c3a7-544d-41dc-bb5a-408af7fb9896 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:38:24.173 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b77841d-0b72-4499-9760-2d79de899b4c - - - - - -] Successfully bumped revision number for resource d665260c-90c9-401b-8cfa-a44791dd7cda (type: router_ports) to 2 2026-05-04 12:38:24.174 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7b77841d-0b72-4499-9760-2d79de899b4c - - - - - -] OVN reports status down for port: 6183ff08-1a25-4d41-8149-dcb0e6a97006 [pid: 8|app: 0|req: 502/960] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:38:23 2026] DELETE /v2.0/ports/6183ff08-1a25-4d41-8149-dcb0e6a97006 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/961] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:38:24 2026] GET /v2.0/ports?tenant_id=b98cf371666f4a6796abad763438040a&device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 1236 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:24.217 8 INFO neutron.api.v2.resource [None req-aa986e97-8f46-43a0-b772-6e1191d10b5f c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 504/962] 10.0.0.165 () {32 vars in 737 bytes} [Mon May 4 12:38:24 2026] GET /v2.0/security-groups/d5a7c3a7-544d-41dc-bb5a-408af7fb9896 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/963] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:24 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:24.231 8 INFO neutron.pecan_wsgi.hooks.translation [None req-385d4e58-2f31-4470-91be-d50dc45c3015 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 505/964] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:38:24 2026] DELETE /v2.0/ports/6183ff08-1a25-4d41-8149-dcb0e6a97006 => 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: 460/965] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:38:24 2026] GET /v2.0/networks?id=2eb95ad3-175c-4cec-8c61-37c69454b074 => generated 820 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/966] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:24 2026] GET /v2.0/security-groups?id=9c87d618-22b4-4d73-90d8-c35a87705922&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:24.311 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d9ec6c36-78a9-4f40-b232-f0142893c35e 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 462/967] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:24 2026] GET /v2.0/ports/6183ff08-1a25-4d41-8149-dcb0e6a97006 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/968] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:38:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=f48e7225-c936-4d4e-be33-959d1f219e17 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:24.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-8cd0c387-8a2b-4346-b0d9-bbd274bcde92 c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] TaaS: Handle Delete Port: dea482cd-dd76-4eb0-a8be-55587d74f513 2026-05-04 12:38:24.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cd0c387-8a2b-4346-b0d9-bbd274bcde92 c7d36c9bf0de456fa2e0ea228e874354 c3233d8c4b3c42f187010357ec77b0ea - - default default] Tap Mirror: Handle Delete Port: dea482cd-dd76-4eb0-a8be-55587d74f513 [pid: 7|app: 0|req: 464/969] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:24 2026] DELETE /v2.0/subnets/533e4cf8-c846-489c-90e6-4bee900545e4 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/970] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:38:24 2026] DELETE /v2.0/floatingips/81e4dc6e-f2f6-40ce-9787-e2fbdd9aef2d => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/971] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:38:24 2026] GET /v2.0/subnets?id=9863f27b-e2d5-4063-a2c2-d849942aef0f => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:24.582 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc9d98fa-966d-45ff-a027-24c57e8e2381 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] TaaS: Handle Delete Port: ab444db9-59aa-49e8-a7f0-668886014afa 2026-05-04 12:38:24.584 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc9d98fa-966d-45ff-a027-24c57e8e2381 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Tap Mirror: Handle Delete Port: ab444db9-59aa-49e8-a7f0-668886014afa 2026-05-04 12:38:24.765 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cd42832-998b-4ce2-8d8c-61eeb99f9183 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: f5be8303-6384-47cc-9c98-4c290d52c15d 2026-05-04 12:38:24.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cd42832-998b-4ce2-8d8c-61eeb99f9183 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: f5be8303-6384-47cc-9c98-4c290d52c15d 2026-05-04 12:38:24.787 8 INFO neutron.services.segments.plugin [-] Segment 0ac3f30f-7064-4962-a913-9766cfaf7550 resource provider aggregate not found 2026-05-04 12:38:24.793 8 INFO neutron.services.segments.plugin [-] Segment 0ac3f30f-7064-4962-a913-9766cfaf7550 resource provider aggregate not found 2026-05-04 12:38:24.806 8 INFO neutron.services.segments.plugin [-] Segment 0ac3f30f-7064-4962-a913-9766cfaf7550 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ac3f30f-7064-4962-a913-9766cfaf7550 found for delete ", "request_id": "req-c1c00ad7-b674-4221-804e-255547b0a32b"}]} 2026-05-04 12:38:24.811 8 INFO neutron.services.segments.plugin [-] Segment 0ac3f30f-7064-4962-a913-9766cfaf7550 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ac3f30f-7064-4962-a913-9766cfaf7550 found for delete ", "request_id": "req-cf559c71-84e0-4089-985a-e67a7760456c"}]} [pid: 8|app: 0|req: 507/972] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:24 2026] DELETE /v2.0/networks/d47de564-b39a-444b-938c-91f7f7f0368f => 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: 508/973] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:38:24 2026] GET /v2.0/ports?network_id=2eb95ad3-175c-4cec-8c61-37c69454b074&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: 8|app: 0|req: 509/974] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:24 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:24.961 8 INFO neutron.db.segments_db [None req-a6b23970-e41f-4aaa-80f1-c9ed03b9e97f 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Added segment 83d8ef3d-74b2-4f5b-82d9-1f8da68b2088 of type geneve for network c80f14f1-84ea-4fb0-be6b-0dbb606a6c58 2026-05-04 12:38:25.049 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a81b9ba6-949c-431b-bdc6-3d9847a711eb - - - - - -] OVN reports status down for port: f48e7225-c936-4d4e-be33-959d1f219e17 2026-05-04 12:38:25.178 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6b23970-e41f-4aaa-80f1-c9ed03b9e97f 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource c80f14f1-84ea-4fb0-be6b-0dbb606a6c58 (type: networks) to 1 2026-05-04 12:38:25.241 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-811c1820-9fe8-4e97-9d2d-8946db561933'] response: {'server_uuid': 'f53ef079-6dd1-4e09-92c1-83523fdfdf36', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f48e7225-c936-4d4e-be33-959d1f219e17', 'code': 200} [pid: 7|app: 0|req: 466/975] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:38:24 2026] PUT /v2.0/routers/559f0d95-9683-4dc0-b106-fe359b32b129/remove_router_interface => generated 310 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:38:25.461 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a6b23970-e41f-4aaa-80f1-c9ed03b9e97f 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] No more DHCP agents 2026-05-04 12:38:25.463 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a6b23970-e41f-4aaa-80f1-c9ed03b9e97f 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Unable to schedule network c80f14f1-84ea-4fb0-be6b-0dbb606a6c58: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 467/976] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:38:25 2026] GET /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074?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: 468/977] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:25 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:25.529 8 INFO neutron.db.ovn_revision_numbers_db [None req-a81b9ba6-949c-431b-bdc6-3d9847a711eb - - - - - -] Successfully bumped revision number for resource f48e7225-c936-4d4e-be33-959d1f219e17 (type: ports) to 8 2026-05-04 12:38:25.557 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7b77841d-0b72-4499-9760-2d79de899b4c - - - - - -] OVN reports status down for port: f41db4f3-71f0-42a7-8020-d4c1d46ec3e4 2026-05-04 12:38:25.593 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6b23970-e41f-4aaa-80f1-c9ed03b9e97f 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource f41db4f3-71f0-42a7-8020-d4c1d46ec3e4 (type: ports) to 1 [pid: 8|app: 0|req: 510/978] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:24 2026] POST /v2.0/networks => generated 673 bytes in 750 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: 511/979] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:38:25 2026] GET /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074?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) [pid: 8|app: 0|req: 512/980] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:25 2026] GET /v2.0/security-groups?id=9c87d618-22b4-4d73-90d8-c35a87705922&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:25.861 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-496f2561-0fdb-4cde-a77d-9b87da6435a9 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] No more DHCP agents 2026-05-04 12:38:25.862 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-496f2561-0fdb-4cde-a77d-9b87da6435a9 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Unable to schedule network c80f14f1-84ea-4fb0-be6b-0dbb606a6c58: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:25.892 8 INFO neutron.db.ovn_revision_numbers_db [None req-496f2561-0fdb-4cde-a77d-9b87da6435a9 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource fe91a92b-e10d-4452-a8c2-d30180bd82e1 (type: subnets) to 0 [pid: 8|app: 0|req: 513/981] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:25 2026] POST /v2.0/subnets => generated 646 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:25.917 7 INFO neutron_taas.services.taas.taas_plugin [None req-a06d9528-ec79-4dfb-8da2-9f43b32d1ede a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 80bd9526-9f01-420b-bdd7-a69ab9771b5f 2026-05-04 12:38:25.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a06d9528-ec79-4dfb-8da2-9f43b32d1ede a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 80bd9526-9f01-420b-bdd7-a69ab9771b5f 2026-05-04 12:38:26.198 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1cc17a1c-a669-439e-aff8-298becbd8a2f 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] No more DHCP agents 2026-05-04 12:38:26.199 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1cc17a1c-a669-439e-aff8-298becbd8a2f 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Unable to schedule network c80f14f1-84ea-4fb0-be6b-0dbb606a6c58: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 469/982] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:25 2026] DELETE /v2.0/routers/559f0d95-9683-4dc0-b106-fe359b32b129 => generated 0 bytes in 768 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/983] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:26 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:26.323 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] OVN reports status down for port: 052ce87c-ce62-46f4-ac1b-1c81adf175bf [pid: 7|app: 0|req: 471/984] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:38:26 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:26.375 8 INFO neutron.db.ovn_revision_numbers_db [None req-1cc17a1c-a669-439e-aff8-298becbd8a2f 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource 052ce87c-ce62-46f4-ac1b-1c81adf175bf (type: ports) to 1 [pid: 8|app: 0|req: 514/985] 10.0.0.165 () {34 vars in 665 bytes} [Mon May 4 12:38:25 2026] POST /v2.0/ports => generated 927 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/986] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:26 2026] DELETE /v2.0/subnets/1a3a2abf-6854-424b-8f7e-b0ab5e8400f1 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:26.574 8 INFO neutron_taas.services.taas.taas_plugin [req-25b09daa-d7b2-4f88-96a8-dd1e1e9a1161 req-6d661cd3-b471-4498-aaae-9f628dd77cfa bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] TaaS: Handle Delete Port: f48e7225-c936-4d4e-be33-959d1f219e17 2026-05-04 12:38:26.576 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-25b09daa-d7b2-4f88-96a8-dd1e1e9a1161 req-6d661cd3-b471-4498-aaae-9f628dd77cfa bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Tap Mirror: Handle Delete Port: f48e7225-c936-4d4e-be33-959d1f219e17 2026-05-04 12:38:26.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1ae3383-aec0-433f-b72b-db42dc274d9a 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] TaaS: Handle Delete Port: 052ce87c-ce62-46f4-ac1b-1c81adf175bf 2026-05-04 12:38:26.631 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1ae3383-aec0-433f-b72b-db42dc274d9a 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Tap Mirror: Handle Delete Port: 052ce87c-ce62-46f4-ac1b-1c81adf175bf 2026-05-04 12:38:26.723 8 INFO neutron.db.l3_db [req-25b09daa-d7b2-4f88-96a8-dd1e1e9a1161 req-6d661cd3-b471-4498-aaae-9f628dd77cfa bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Floating IP 8be2d8ab-b0f0-4955-bbd3-7149c715bc7a disassociated. External IP: 10.96.250.202, port: f48e7225-c936-4d4e-be33-959d1f219e17. [pid: 7|app: 0|req: 473/987] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:38:26 2026] DELETE /v2.0/ports/052ce87c-ce62-46f4-ac1b-1c81adf175bf => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 515/988] 199.204.45.227 () {36 vars in 997 bytes} [Mon May 4 12:38:26 2026] DELETE /v2.0/ports/f48e7225-c936-4d4e-be33-959d1f219e17 => generated 0 bytes in 463 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:26.890 8 INFO neutron.pecan_wsgi.hooks.translation [None req-890b19fe-bc22-416a-a7c1-94d5c8842121 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 516/989] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:26 2026] GET /v2.0/ports/052ce87c-ce62-46f4-ac1b-1c81adf175bf => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:38:26.906 7 INFO neutron_taas.services.taas.taas_plugin [None req-6db7877e-9b08-4c70-a9ec-9601e3b2daee a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: a2de7bfe-14cf-4a43-823c-651597afd000 2026-05-04 12:38:26.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6db7877e-9b08-4c70-a9ec-9601e3b2daee a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: a2de7bfe-14cf-4a43-823c-651597afd000 [pid: 8|app: 0|req: 517/990] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:26 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/991] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:26 2026] DELETE /v2.0/subnets/fe91a92b-e10d-4452-a8c2-d30180bd82e1 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:27.097 7 INFO neutron.services.segments.plugin [-] Segment 7fea835d-55fa-43e9-ae96-bea81b8257bf resource provider aggregate not found 2026-05-04 12:38:27.102 7 INFO neutron.services.segments.plugin [-] Segment 7fea835d-55fa-43e9-ae96-bea81b8257bf resource provider aggregate not found 2026-05-04 12:38:27.118 7 INFO neutron.services.segments.plugin [-] Segment 7fea835d-55fa-43e9-ae96-bea81b8257bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fea835d-55fa-43e9-ae96-bea81b8257bf found for delete ", "request_id": "req-7c057cc1-655e-43a1-9407-dd8e59565b5c"}]} [pid: 8|app: 0|req: 519/992] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:38:27 2026] GET /v2.0/networks?id=ccf0d047-f7db-4b45-8355-1099719bed77 => generated 713 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:27.132 7 INFO neutron.services.segments.plugin [-] Segment 7fea835d-55fa-43e9-ae96-bea81b8257bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fea835d-55fa-43e9-ae96-bea81b8257bf found for delete ", "request_id": "req-bd1d7bb3-0637-4897-870d-fb0e1aaf191a"}]} [pid: 7|app: 0|req: 474/993] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:26 2026] DELETE /v2.0/networks/0b3366b2-c5f9-4110-bad5-31b69b37b344 => generated 0 bytes in 395 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:27.166 7 WARNING neutron.db.securitygroups_db [req-9e97e99d-045e-4e20-8144-51f74a773262 req-7393f62e-8e00-4f50-abdf-4bf658019dd7 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 475/994] 199.204.45.227 () {34 vars in 1050 bytes} [Mon May 4 12:38:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5177f5c8064640dea3c4e56f96add64d => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:27.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-003d5c28-b806-413d-a4fb-bafbc00a8a03 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] TaaS: Handle Delete Port: f41db4f3-71f0-42a7-8020-d4c1d46ec3e4 2026-05-04 12:38:27.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-003d5c28-b806-413d-a4fb-bafbc00a8a03 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Tap Mirror: Handle Delete Port: f41db4f3-71f0-42a7-8020-d4c1d46ec3e4 2026-05-04 12:38:27.281 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6fd5b468-3f7b-4ea1-8237-daa3c4101467'] response: {'server_uuid': 'f53ef079-6dd1-4e09-92c1-83523fdfdf36', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f48e7225-c936-4d4e-be33-959d1f219e17', 'code': 200} 2026-05-04 12:38:27.282 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6fd5b468-3f7b-4ea1-8237-daa3c4101467'] response: {'server_uuid': 'f53ef079-6dd1-4e09-92c1-83523fdfdf36', 'name': 'network-vif-deleted', 'tag': 'f48e7225-c936-4d4e-be33-959d1f219e17', 'status': 'completed', 'code': 200} 2026-05-04 12:38:27.441 8 INFO neutron.services.segments.plugin [-] Segment 83d8ef3d-74b2-4f5b-82d9-1f8da68b2088 resource provider aggregate not found 2026-05-04 12:38:27.445 8 INFO neutron.services.segments.plugin [-] Segment 83d8ef3d-74b2-4f5b-82d9-1f8da68b2088 resource provider aggregate not found 2026-05-04 12:38:27.466 8 INFO neutron.services.segments.plugin [-] Segment 83d8ef3d-74b2-4f5b-82d9-1f8da68b2088 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83d8ef3d-74b2-4f5b-82d9-1f8da68b2088 found for delete ", "request_id": "req-f78f96aa-20d1-4664-8d7e-8021d2f62181"}]} 2026-05-04 12:38:27.473 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-9e97e99d-045e-4e20-8144-51f74a773262 req-c90c0481-44d9-4047-8c03-011a9f3f2db5 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] No more DHCP agents 2026-05-04 12:38:27.474 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-9e97e99d-045e-4e20-8144-51f74a773262 req-c90c0481-44d9-4047-8c03-011a9f3f2db5 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] Unable to schedule network ccf0d047-f7db-4b45-8355-1099719bed77: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:27.479 8 INFO neutron.services.segments.plugin [-] Segment 83d8ef3d-74b2-4f5b-82d9-1f8da68b2088 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83d8ef3d-74b2-4f5b-82d9-1f8da68b2088 found for delete ", "request_id": "req-8c496cc5-c98b-4f3c-ac48-eb22aeacf9c8"}]} [pid: 8|app: 0|req: 520/995] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:27 2026] DELETE /v2.0/networks/c80f14f1-84ea-4fb0-be6b-0dbb606a6c58 => generated 0 bytes in 381 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:27.516 8 WARNING neutron.db.securitygroups_db [None req-de9cfbbc-3c59-4340-beed-bd580963a426 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 521/996] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:27 2026] GET /v2.0/security-groups?tenant_id=c3233d8c4b3c42f187010357ec77b0ea&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:27.618 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7b77841d-0b72-4499-9760-2d79de899b4c - - - - - -] OVN reports status down for port: 0f817bd7-7842-4040-a464-2d364a54520c [pid: 8|app: 0|req: 522/997] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:27 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 957 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:27.692 7 INFO neutron.db.ovn_revision_numbers_db [req-9e97e99d-045e-4e20-8144-51f74a773262 req-c90c0481-44d9-4047-8c03-011a9f3f2db5 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] Successfully bumped revision number for resource 0f817bd7-7842-4040-a464-2d364a54520c (type: ports) to 1 [pid: 7|app: 0|req: 476/998] 199.204.45.227 () {38 vars in 955 bytes} [Mon May 4 12:38:27 2026] POST /v2.0/ports => generated 954 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:38:27.853 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-57621552-4d39-4c9b-88da-ca66f33e413c 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] No more DHCP agents 2026-05-04 12:38:27.856 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-57621552-4d39-4c9b-88da-ca66f33e413c 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Unable to schedule network c87ee249-0e3c-4996-aecf-8fe7858aa951: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:27.910 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] OVN reports status down for port: a59f6b4f-56d4-4889-85d1-db3b5c0eb473 2026-05-04 12:38:27.976 8 INFO neutron.db.ovn_revision_numbers_db [None req-57621552-4d39-4c9b-88da-ca66f33e413c 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource a59f6b4f-56d4-4889-85d1-db3b5c0eb473 (type: ports) to 1 [pid: 7|app: 0|req: 477/999] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:27 2026] DELETE /v2.0/security-groups/d1da03b7-d23f-4daa-832b-7d9072388df4 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1000] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:28 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&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: 523/1001] 10.0.0.165 () {34 vars in 665 bytes} [Mon May 4 12:38:27 2026] POST /v2.0/ports => generated 779 bytes in 424 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: 524/1002] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:28 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:28.291 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] OVN reports status down for port: a59f6b4f-56d4-4889-85d1-db3b5c0eb473 2026-05-04 12:38:28.339 8 INFO neutron.db.ovn_revision_numbers_db [None req-5a8f28fe-d4c9-4d35-b63a-46cd0f27bce5 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Successfully bumped revision number for resource a59f6b4f-56d4-4889-85d1-db3b5c0eb473 (type: ports) to 2 [pid: 8|app: 0|req: 525/1003] 10.0.0.165 () {34 vars in 737 bytes} [Mon May 4 12:38:28 2026] PUT /v2.0/ports/a59f6b4f-56d4-4889-85d1-db3b5c0eb473 => generated 752 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:38:28.420 7 INFO neutron.db.ovn_revision_numbers_db [req-9e97e99d-045e-4e20-8144-51f74a773262 req-57d8c00d-6c83-4695-83ed-839ada8f3447 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 0f817bd7-7842-4040-a464-2d364a54520c (type: ports) to 2 2026-05-04 12:38:28.497 8 INFO neutron_taas.services.taas.taas_plugin [None req-93a2fdcc-f779-4dd4-b4f5-7beb65ab14ce 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] TaaS: Handle Delete Port: a59f6b4f-56d4-4889-85d1-db3b5c0eb473 2026-05-04 12:38:28.501 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93a2fdcc-f779-4dd4-b4f5-7beb65ab14ce 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Tap Mirror: Handle Delete Port: a59f6b4f-56d4-4889-85d1-db3b5c0eb473 [pid: 8|app: 0|req: 526/1004] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:38:28 2026] DELETE /v2.0/ports/a59f6b4f-56d4-4889-85d1-db3b5c0eb473 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:28.654 7 INFO neutron.db.ovn_revision_numbers_db [req-9e97e99d-045e-4e20-8144-51f74a773262 req-57d8c00d-6c83-4695-83ed-839ada8f3447 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 0f817bd7-7842-4040-a464-2d364a54520c (type: ports) to 4 [pid: 8|app: 0|req: 527/1005] 10.0.0.165 () {32 vars in 643 bytes} [Mon May 4 12:38:28 2026] GET /v2.0/ports => generated 1538 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1006] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:38:28 2026] PUT /v2.0/ports/0f817bd7-7842-4040-a464-2d364a54520c => generated 1227 bytes in 614 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:28.698 8 INFO neutron.pecan_wsgi.hooks.translation [None req-16e1b3b5-ae12-40ad-8ab0-a98065bca842 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 528/1007] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:28 2026] GET /v2.0/ports/a59f6b4f-56d4-4889-85d1-db3b5c0eb473 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:38:28.715 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aed7ed54-eb6d-483a-8d48-03c54d5d6915'] response: {'name': 'network-changed', 'server_uuid': 'f3980028-efe8-4a45-b9d6-7e1ca41eed79', 'tag': '0f817bd7-7842-4040-a464-2d364a54520c', '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: 480/1008] 10.0.0.165 () {32 vars in 643 bytes} [Mon May 4 12:38:28 2026] GET /v2.0/ports => generated 1538 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1009] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:28 2026] GET /v2.0/ports/461cfcf1-40e0-4c2b-9cc2-ec81877224d1 => generated 779 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:28.852 7 INFO neutron.pecan_wsgi.hooks.translation [None req-da5eb97e-8ed5-48a5-8e90-127e66d1fcec 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 481/1010] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:38:28 2026] DELETE /v2.0/ports/052ce87c-ce62-46f4-ac1b-1c81adf175bf => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:38:28.876 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5b5ffe9-4ac0-4c20-94ae-403ee71ab137 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 530/1011] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:28 2026] DELETE /v2.0/subnets/fe91a92b-e10d-4452-a8c2-d30180bd82e1 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:38:28.897 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57ee745a-453e-40ef-9a7b-8747c93c4dd1 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 482/1012] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:28 2026] DELETE /v2.0/subnets/533e4cf8-c846-489c-90e6-4bee900545e4 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:38:29.063 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6489e96-249a-43a8-ab67-0e2c4f3826e1 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] TaaS: Handle Delete Port: 461cfcf1-40e0-4c2b-9cc2-ec81877224d1 2026-05-04 12:38:29.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6489e96-249a-43a8-ab67-0e2c4f3826e1 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Tap Mirror: Handle Delete Port: 461cfcf1-40e0-4c2b-9cc2-ec81877224d1 [pid: 7|app: 0|req: 483/1013] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:29 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1014] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:38:28 2026] DELETE /v2.0/ports/461cfcf1-40e0-4c2b-9cc2-ec81877224d1 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1015] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:29 2026] GET /v2.0/ports?device_id=f53ef079-6dd1-4e09-92c1-83523fdfdf36 => 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: 532/1016] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:29 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1017] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:38:29 2026] GET /v2.0/ports?tenant_id=5177f5c8064640dea3c4e56f96add64d&device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 1230 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1018] 199.204.45.227 () {34 vars in 1018 bytes} [Mon May 4 12:38:29 2026] GET /v2.0/networks?tenant_id=5177f5c8064640dea3c4e56f96add64d&shared=False => generated 812 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:29.303 7 INFO neutron_taas.services.taas.taas_plugin [None req-652587e9-0485-422e-8f1e-2b6c324049dd 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] TaaS: Handle Delete Port: 655e6b8f-0c85-481b-bd86-0bb2fee486c1 2026-05-04 12:38:29.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-652587e9-0485-422e-8f1e-2b6c324049dd 67169a7876474622ade981ec4ddf4d60 320724ed14bd4717b1d9d9779a23eec9 - - default default] Tap Mirror: Handle Delete Port: 655e6b8f-0c85-481b-bd86-0bb2fee486c1 [pid: 8|app: 0|req: 535/1019] 199.204.45.227 () {34 vars in 930 bytes} [Mon May 4 12:38:29 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:29.473 7 INFO neutron.services.segments.plugin [-] Segment 6383643f-eecd-44f5-a93b-1d95159d9cdc resource provider aggregate not found 2026-05-04 12:38:29.477 7 INFO neutron.services.segments.plugin [-] Segment 6383643f-eecd-44f5-a93b-1d95159d9cdc resource provider aggregate not found 2026-05-04 12:38:29.493 7 INFO neutron.services.segments.plugin [-] Segment 6383643f-eecd-44f5-a93b-1d95159d9cdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6383643f-eecd-44f5-a93b-1d95159d9cdc found for delete ", "request_id": "req-8a93f4de-8208-4eff-9455-5faf989149df"}]} 2026-05-04 12:38:29.506 7 INFO neutron.services.segments.plugin [-] Segment 6383643f-eecd-44f5-a93b-1d95159d9cdc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6383643f-eecd-44f5-a93b-1d95159d9cdc found for delete ", "request_id": "req-e82b79d2-5bd3-4776-8fe7-71dee463605c"}]} [pid: 7|app: 0|req: 485/1020] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:29 2026] DELETE /v2.0/networks/c87ee249-0e3c-4996-aecf-8fe7858aa951 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:29.980 8 INFO neutron.db.ovn_revision_numbers_db [None req-5202dc1b-d6f5-46d5-94c9-253667d6c680 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c1cd071b-e712-43f4-828f-dc0c2680701c (type: security_groups) to 1 2026-05-04 12:38:29.991 8 INFO neutron.db.ovn_revision_numbers_db [None req-5202dc1b-d6f5-46d5-94c9-253667d6c680 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5fff2621-be14-4051-9930-eb0c88815d1f (type: security_group_rules) to 0 2026-05-04 12:38:30.003 8 INFO neutron.db.ovn_revision_numbers_db [None req-5202dc1b-d6f5-46d5-94c9-253667d6c680 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7a4137ad-3057-4523-a567-4933b2ab3521 (type: security_group_rules) to 0 2026-05-04 12:38:30.013 8 INFO neutron.db.ovn_revision_numbers_db [None req-5202dc1b-d6f5-46d5-94c9-253667d6c680 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource accfa5e1-59da-4501-98f1-c7ef7850cb9f (type: security_group_rules) to 0 2026-05-04 12:38:30.023 8 INFO neutron.db.ovn_revision_numbers_db [None req-5202dc1b-d6f5-46d5-94c9-253667d6c680 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e5df7dc3-e774-468b-8e88-e9f6e597ef76 (type: security_group_rules) to 0 2026-05-04 12:38:30.062 7 WARNING neutron.db.securitygroups_db [None req-31f68834-41ab-4ed8-be3d-fca0ae5f1557 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:38:30.079 8 INFO neutron.db.segments_db [None req-5202dc1b-d6f5-46d5-94c9-253667d6c680 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Added segment f0f17127-1f0f-4c58-b900-0444a1a2a7fd of type geneve for network e89d7658-9d8a-4b2e-8b4f-1fb095c77808 [pid: 7|app: 0|req: 486/1021] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:29 2026] GET /v2.0/security-groups?tenant_id=320724ed14bd4717b1d9d9779a23eec9&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:30.162 8 INFO neutron.db.ovn_revision_numbers_db [None req-5202dc1b-d6f5-46d5-94c9-253667d6c680 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e89d7658-9d8a-4b2e-8b4f-1fb095c77808 (type: networks) to 1 [pid: 7|app: 0|req: 487/1022] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:30 2026] DELETE /v2.0/security-groups/4a96bbd6-4fba-4a24-ad26-6698f81fe77d => generated 0 bytes in 188 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:38:30.327 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5202dc1b-d6f5-46d5-94c9-253667d6c680 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:38:30.329 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5202dc1b-d6f5-46d5-94c9-253667d6c680 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network e89d7658-9d8a-4b2e-8b4f-1fb095c77808: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:30.382 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] OVN reports status down for port: c7b72b61-2d80-4d30-ad8d-f646a5ab5c7f 2026-05-04 12:38:30.434 8 INFO neutron.db.ovn_revision_numbers_db [None req-5202dc1b-d6f5-46d5-94c9-253667d6c680 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c7b72b61-2d80-4d30-ad8d-f646a5ab5c7f (type: ports) to 1 [pid: 7|app: 0|req: 488/1023] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:30 2026] DELETE /v2.0/security-groups/9c87d618-22b4-4d73-90d8-c35a87705922 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1024] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:30 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1025] 10.0.0.165 () {34 vars in 671 bytes} [Mon May 4 12:38:29 2026] POST /v2.0/networks => generated 779 bytes in 857 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:30.513 8 INFO neutron.api.v2.resource [None req-51d88b68-f365-4a0e-a65d-de735eda6b8b bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 537/1026] 10.0.0.165 () {32 vars in 737 bytes} [Mon May 4 12:38:30 2026] GET /v2.0/security-groups/9c87d618-22b4-4d73-90d8-c35a87705922 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1027] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:38:30 2026] GET /v2.0/ports?tenant_id=5177f5c8064640dea3c4e56f96add64d&device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 1230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1028] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:30 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:30.647 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f5488453-35fa-4dde-be2c-081cfcd477a9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:38:30.648 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f5488453-35fa-4dde-be2c-081cfcd477a9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network e89d7658-9d8a-4b2e-8b4f-1fb095c77808: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:30.667 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1223533-0e46-4936-a452-141044a81dc5 bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] TaaS: Handle Delete Port: 598a188c-0ba2-41fa-86f3-56cce4aade94 2026-05-04 12:38:30.670 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1223533-0e46-4936-a452-141044a81dc5 bdc8bf69c9d0484d955207cb59094a2e b98cf371666f4a6796abad763438040a - - default default] Tap Mirror: Handle Delete Port: 598a188c-0ba2-41fa-86f3-56cce4aade94 [pid: 7|app: 0|req: 492/1029] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:38:30 2026] DELETE /v2.0/floatingips/8be2d8ab-b0f0-4955-bbd3-7149c715bc7a => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1030] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:38:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=0f817bd7-7842-4040-a464-2d364a54520c => 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: 494/1031] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:38:30 2026] GET /v2.0/subnets?id=540872b6-4b63-4d7f-b73a-2b0c2ce893c1 => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1032] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:38:30 2026] GET /v2.0/ports?network_id=ccf0d047-f7db-4b45-8355-1099719bed77&device_owner=network%3Adhcp => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:31.169 8 INFO neutron.db.ovn_revision_numbers_db [None req-f5488453-35fa-4dde-be2c-081cfcd477a9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c7b72b61-2d80-4d30-ad8d-f646a5ab5c7f (type: ports) to 2 2026-05-04 12:38:31.201 8 INFO neutron.db.ovn_revision_numbers_db [None req-f5488453-35fa-4dde-be2c-081cfcd477a9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7330f1cd-da4c-4d65-882a-c4cc26a0770c (type: subnets) to 0 [pid: 8|app: 0|req: 538/1033] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:30 2026] POST /v2.0/subnets => generated 685 bytes in 702 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1034] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:38:31 2026] GET /v2.0/networks/ccf0d047-f7db-4b45-8355-1099719bed77?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:31.271 7 INFO neutron_taas.services.taas.taas_plugin [None req-dcd31414-eeb1-41f7-a22c-d7c5e5604513 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: f0381f04-f47b-4e98-a51e-0b3a0ef9add7 2026-05-04 12:38:31.273 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcd31414-eeb1-41f7-a22c-d7c5e5604513 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: f0381f04-f47b-4e98-a51e-0b3a0ef9add7 2026-05-04 12:38:31.674 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-86e187e6-7486-4a10-b364-395682898a56 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:38:31.675 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-86e187e6-7486-4a10-b364-395682898a56 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:31.783 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] OVN reports status down for port: d8807d7f-3e0f-4bf7-bd54-0babcc6f0e8f 2026-05-04 12:38:31.835 8 INFO neutron.db.ovn_revision_numbers_db [None req-86e187e6-7486-4a10-b364-395682898a56 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d8807d7f-3e0f-4bf7-bd54-0babcc6f0e8f (type: ports) to 1 [pid: 7|app: 0|req: 496/1035] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:38:30 2026] PUT /v2.0/routers/8f853f67-9013-4e84-860c-be5cab4f4adb/remove_router_interface => generated 310 bytes in 973 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: 497/1036] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:38:31 2026] GET /v2.0/networks/ccf0d047-f7db-4b45-8355-1099719bed77?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: 498/1037] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:31 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:32.287 7 INFO neutron_taas.services.taas.taas_plugin [None req-72a6e9c1-5ab3-4512-ab09-eb870a1045aa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: a7daa376-d2cd-4211-a3ea-65ddea04c7e9 2026-05-04 12:38:32.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72a6e9c1-5ab3-4512-ab09-eb870a1045aa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: a7daa376-d2cd-4211-a3ea-65ddea04c7e9 2026-05-04 12:38:32.438 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d097daea-8e04-4f99-aacc-264d5d79f8b2 - - - - - -] Router e5c77ac9-d183-4b71-845e-b25393e4741e is bound to host instance 2026-05-04 12:38:32.550 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] OVN reports status up for port: d8807d7f-3e0f-4bf7-bd54-0babcc6f0e8f 2026-05-04 12:38:32.585 8 INFO neutron.plugins.ml2.plugin [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] Attempt 1 to provision port d8807d7f-3e0f-4bf7-bd54-0babcc6f0e8f 2026-05-04 12:38:32.630 8 INFO neutron.db.ovn_revision_numbers_db [None req-86e187e6-7486-4a10-b364-395682898a56 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d8807d7f-3e0f-4bf7-bd54-0babcc6f0e8f (type: router_ports) to 1 [pid: 7|app: 0|req: 499/1038] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:31 2026] DELETE /v2.0/routers/8f853f67-9013-4e84-860c-be5cab4f4adb => generated 0 bytes in 704 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:38:32.807 8 INFO neutron.db.ovn_revision_numbers_db [None req-86e187e6-7486-4a10-b364-395682898a56 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e5c77ac9-d183-4b71-845e-b25393e4741e (type: routers) to 2 [pid: 8|app: 0|req: 540/1039] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:31 2026] POST /v2.0/routers => generated 984 bytes in 1577 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1040] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:32 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:32.974 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab394a52-7dee-4e4c-8a57-3474a208c61f b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource b559c8b4-4797-4f08-a144-660e4935de9c (type: security_groups) to 1 2026-05-04 12:38:32.983 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab394a52-7dee-4e4c-8a57-3474a208c61f b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource 11a0ce11-8e62-4a7f-a47b-98280dffb7de (type: security_group_rules) to 0 2026-05-04 12:38:32.998 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab394a52-7dee-4e4c-8a57-3474a208c61f b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource 22f77c4d-0f59-4bc1-b58f-9c7ea648387e (type: security_group_rules) to 0 2026-05-04 12:38:33.008 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab394a52-7dee-4e4c-8a57-3474a208c61f b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource 78f8ebed-430e-48df-a471-b2c36dc6466e (type: security_group_rules) to 0 2026-05-04 12:38:33.019 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab394a52-7dee-4e4c-8a57-3474a208c61f b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource def78cde-428b-45fe-9103-bd1c9f5367c6 (type: security_group_rules) to 0 2026-05-04 12:38:33.077 7 INFO neutron.db.segments_db [None req-ab394a52-7dee-4e4c-8a57-3474a208c61f b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Added segment cabedb01-dc9b-4c00-9b7f-7405f7802e89 of type geneve for network 019320a4-4b6a-49d0-a4d9-6f3e9d3a53af 2026-05-04 12:38:33.174 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab394a52-7dee-4e4c-8a57-3474a208c61f b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource 019320a4-4b6a-49d0-a4d9-6f3e9d3a53af (type: networks) to 1 [pid: 8|app: 0|req: 542/1041] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:32 2026] DELETE /v2.0/subnets/9863f27b-e2d5-4063-a2c2-d849942aef0f => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:33.307 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ab394a52-7dee-4e4c-8a57-3474a208c61f b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] No more DHCP agents 2026-05-04 12:38:33.309 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ab394a52-7dee-4e4c-8a57-3474a208c61f b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Unable to schedule network 019320a4-4b6a-49d0-a4d9-6f3e9d3a53af: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:33.384 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab394a52-7dee-4e4c-8a57-3474a208c61f b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource 1648b13e-0f32-4e93-93be-dbb0da939b6e (type: ports) to 1 [pid: 7|app: 0|req: 500/1042] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:32 2026] POST /v2.0/networks => generated 682 bytes in 714 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:33.525 7 INFO neutron_taas.services.taas.taas_plugin [None req-21b19ac7-bbca-4aec-913e-42fd2a2b8476 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 3f4563c7-9fdf-4573-91ae-5dfc2e1ac3bd 2026-05-04 12:38:33.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21b19ac7-bbca-4aec-913e-42fd2a2b8476 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 3f4563c7-9fdf-4573-91ae-5dfc2e1ac3bd 2026-05-04 12:38:33.712 7 INFO neutron.services.segments.plugin [-] Segment c771b7d8-fd8f-4368-9d28-b3a52b3a73a7 resource provider aggregate not found 2026-05-04 12:38:33.719 7 INFO neutron.services.segments.plugin [-] Segment c771b7d8-fd8f-4368-9d28-b3a52b3a73a7 resource provider aggregate not found 2026-05-04 12:38:33.731 7 INFO neutron.services.segments.plugin [-] Segment c771b7d8-fd8f-4368-9d28-b3a52b3a73a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c771b7d8-fd8f-4368-9d28-b3a52b3a73a7 found for delete ", "request_id": "req-9f86314f-ab2e-4761-874c-f0ea7bd5e1cb"}]} 2026-05-04 12:38:33.746 7 INFO neutron.services.segments.plugin [-] Segment c771b7d8-fd8f-4368-9d28-b3a52b3a73a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c771b7d8-fd8f-4368-9d28-b3a52b3a73a7 found for delete ", "request_id": "req-a6a665db-c1cf-4084-a7bb-6b2eddbebdb2"}]} [pid: 7|app: 0|req: 501/1043] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:33 2026] DELETE /v2.0/networks/2eb95ad3-175c-4cec-8c61-37c69454b074 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:33.991 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-35a7e964-0a2e-4118-b6ae-4e179cb80d77 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] No more DHCP agents 2026-05-04 12:38:33.993 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-35a7e964-0a2e-4118-b6ae-4e179cb80d77 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Unable to schedule network 019320a4-4b6a-49d0-a4d9-6f3e9d3a53af: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:34.051 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7b77841d-0b72-4499-9760-2d79de899b4c - - - - - -] OVN reports status down for port: e1667888-f6c6-439f-ae0a-55f4de39f52f 2026-05-04 12:38:34.129 8 INFO neutron.db.ovn_revision_numbers_db [None req-bded9f2a-2137-40b2-9d2c-d146d3705471 - - - - - -] Successfully bumped revision number for resource d8807d7f-3e0f-4bf7-bd54-0babcc6f0e8f (type: ports) to 4 2026-05-04 12:38:34.131 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9fd97867-fb79-4372-a19f-2ae5cfb4fc33 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:38:34.132 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9fd97867-fb79-4372-a19f-2ae5cfb4fc33 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network e89d7658-9d8a-4b2e-8b4f-1fb095c77808: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:34.147 7 INFO neutron.db.ovn_revision_numbers_db [None req-35a7e964-0a2e-4118-b6ae-4e179cb80d77 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource e1667888-f6c6-439f-ae0a-55f4de39f52f (type: ports) to 1 [pid: 7|app: 0|req: 502/1044] 10.0.0.165 () {34 vars in 665 bytes} [Mon May 4 12:38:33 2026] POST /v2.0/ports => generated 774 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:38:34.242 7 WARNING neutron.db.securitygroups_db [None req-b2157cc3-584d-4fa2-aa63-4abe30918563 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 503/1045] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:34 2026] GET /v2.0/security-groups?tenant_id=b98cf371666f4a6796abad763438040a&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:34.338 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7b77841d-0b72-4499-9760-2d79de899b4c - - - - - -] OVN reports status down for port: ef0b4ce0-e254-405e-b54a-9fe9d2a86f4f 2026-05-04 12:38:34.372 8 INFO neutron.db.ovn_revision_numbers_db [None req-9fd97867-fb79-4372-a19f-2ae5cfb4fc33 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ef0b4ce0-e254-405e-b54a-9fe9d2a86f4f (type: ports) to 1 [pid: 7|app: 0|req: 504/1046] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:34 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 969 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:34.494 7 INFO neutron.db.segments_db [None req-864399bb-7dca-4b7c-882a-7f2b128f1337 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Added segment dbb6484c-055f-4f80-98b4-7226aba5ee5d of type geneve for network 63d6c625-d4d6-4c04-acc2-74e79b78a568 2026-05-04 12:38:34.591 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7b77841d-0b72-4499-9760-2d79de899b4c - - - - - -] OVN reports status up for port: 0f817bd7-7842-4040-a464-2d364a54520c 2026-05-04 12:38:34.631 7 INFO neutron.plugins.ml2.plugin [None req-7b77841d-0b72-4499-9760-2d79de899b4c - - - - - -] Attempt 1 to provision port 0f817bd7-7842-4040-a464-2d364a54520c 2026-05-04 12:38:34.645 7 INFO neutron.db.ovn_revision_numbers_db [None req-864399bb-7dca-4b7c-882a-7f2b128f1337 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource 63d6c625-d4d6-4c04-acc2-74e79b78a568 (type: networks) to 1 2026-05-04 12:38:34.788 8 INFO neutron.db.ovn_revision_numbers_db [None req-bded9f2a-2137-40b2-9d2c-d146d3705471 - - - - - -] Successfully bumped revision number for resource d8807d7f-3e0f-4bf7-bd54-0babcc6f0e8f (type: ports) to 5 2026-05-04 12:38:34.846 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-30859924-398a-4814-ae8b-528af0f102e6'] response: {'server_uuid': 'f3980028-efe8-4a45-b9d6-7e1ca41eed79', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0f817bd7-7842-4040-a464-2d364a54520c', 'code': 200} 2026-05-04 12:38:34.941 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-864399bb-7dca-4b7c-882a-7f2b128f1337 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] No more DHCP agents 2026-05-04 12:38:34.946 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-864399bb-7dca-4b7c-882a-7f2b128f1337 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Unable to schedule network 63d6c625-d4d6-4c04-acc2-74e79b78a568: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:35.101 7 INFO neutron.db.ovn_revision_numbers_db [None req-864399bb-7dca-4b7c-882a-7f2b128f1337 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource a31ebdbf-54fc-4976-a105-b1549ffdb653 (type: ports) to 1 2026-05-04 12:38:35.115 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b77841d-0b72-4499-9760-2d79de899b4c - - - - - -] Successfully bumped revision number for resource 0f817bd7-7842-4040-a464-2d364a54520c (type: ports) to 5 [pid: 7|app: 0|req: 505/1047] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:34 2026] POST /v2.0/networks => generated 670 bytes in 763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:35.231 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-35e4d91b-1ede-4674-8532-a123ed2b1ef9 - - - - - -] OVN reports status down for port: a31ebdbf-54fc-4976-a105-b1549ffdb653 2026-05-04 12:38:35.283 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] OVN reports status down for port: 1648b13e-0f32-4e93-93be-dbb0da939b6e 2026-05-04 12:38:35.375 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-35e4d91b-1ede-4674-8532-a123ed2b1ef9 - - - - - -] OVN reports status up for port: ef0b4ce0-e254-405e-b54a-9fe9d2a86f4f 2026-05-04 12:38:35.393 7 INFO neutron.plugins.ml2.plugin [None req-35e4d91b-1ede-4674-8532-a123ed2b1ef9 - - - - - -] Attempt 1 to provision port ef0b4ce0-e254-405e-b54a-9fe9d2a86f4f [pid: 7|app: 0|req: 506/1048] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:35 2026] DELETE /v2.0/security-groups/2ec237f9-7dcd-45e2-9115-9109ab54c91a => generated 0 bytes in 308 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-05-04 12:38:35.460 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9fd97867-fb79-4372-a19f-2ae5cfb4fc33 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:38:35.463 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9fd97867-fb79-4372-a19f-2ae5cfb4fc33 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network e89d7658-9d8a-4b2e-8b4f-1fb095c77808: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 507/1049] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:35 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:35.828 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6915857d-5bb5-4969-82a4-1b61d7b88ece b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] No more DHCP agents 2026-05-04 12:38:35.832 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6915857d-5bb5-4969-82a4-1b61d7b88ece b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Unable to schedule network 63d6c625-d4d6-4c04-acc2-74e79b78a568: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:35.922 8 INFO neutron.db.ovn_revision_numbers_db [None req-9fd97867-fb79-4372-a19f-2ae5cfb4fc33 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ef0b4ce0-e254-405e-b54a-9fe9d2a86f4f (type: router_ports) to 1 [pid: 8|app: 0|req: 543/1052] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:38:33 2026] PUT /v2.0/routers/e5c77ac9-d183-4b71-845e-b25393e4741e/add_router_interface => generated 310 bytes in 2653 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:35.947 8 INFO neutron.common.ovn.utils [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] HA Chassis Group neutron-e89d7658-9d8a-4b2e-8b4f-1fb095c77808 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c [pid: 8|app: 0|req: 544/1053] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:38:35 2026] GET /v2.0/networks => generated 5419 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1054] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:38:36 2026] GET /v2.0/subnets => generated 3297 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:36.228 7 INFO neutron.db.ovn_revision_numbers_db [None req-35e4d91b-1ede-4674-8532-a123ed2b1ef9 - - - - - -] Successfully bumped revision number for resource ef0b4ce0-e254-405e-b54a-9fe9d2a86f4f (type: ports) to 2 [pid: 8|app: 0|req: 546/1055] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:38:36 2026] GET /v2.0/security-groups => generated 28978 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1056] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:38:36 2026] GET /v2.0/routers => generated 1978 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1057] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:38:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1058] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:38:36 2026] GET /v2.0/network-ip-availabilities => generated 4559 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1059] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:38:36 2026] GET /v2.0/subnets => generated 3297 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1060] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:38:36 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: 552/1061] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:38:36 2026] GET /v2.0/floatingips => generated 555 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:36.550 7 INFO neutron.db.ovn_revision_numbers_db [None req-6915857d-5bb5-4969-82a4-1b61d7b88ece b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource a31ebdbf-54fc-4976-a105-b1549ffdb653 (type: ports) to 2 [pid: 8|app: 0|req: 553/1062] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:38:36 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-05-04 12:38:36.601 7 INFO neutron.db.ovn_revision_numbers_db [None req-6915857d-5bb5-4969-82a4-1b61d7b88ece b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource 36d99452-5484-4177-8d20-97357a038bf7 (type: subnets) to 0 [pid: 7|app: 0|req: 510/1063] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:35 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: 7|app: 0|req: 511/1064] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:36 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1065] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:38:36 2026] GET /v2.0/ports => generated 16745 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1066] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:36 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:36.832 8 INFO neutron.db.ovn_revision_numbers_db [None req-36aca751-f231-48a6-a102-a69e3552af2d 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] Successfully bumped revision number for resource 99c2c126-56da-4df9-b1a0-125f4795cab1 (type: security_groups) to 1 2026-05-04 12:38:36.848 8 INFO neutron.db.ovn_revision_numbers_db [None req-36aca751-f231-48a6-a102-a69e3552af2d 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] Successfully bumped revision number for resource 54754a86-a502-489b-91d0-971333eb9522 (type: security_group_rules) to 0 2026-05-04 12:38:36.862 8 INFO neutron.db.ovn_revision_numbers_db [None req-36aca751-f231-48a6-a102-a69e3552af2d 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] Successfully bumped revision number for resource 59ec3745-389c-40c6-b5b9-26e98d25ebd1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 556/1067] 10.0.0.165 () {34 vars in 685 bytes} [Mon May 4 12:38:36 2026] POST /v2.0/security-groups => generated 1657 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1068] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:36 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:37.133 8 INFO neutron.db.ovn_revision_numbers_db [None req-41568b59-db77-46c4-a198-ae18c11ee1d4 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] Successfully bumped revision number for resource 78eb835f-d830-441f-a7ba-1b8fbf0e3b50 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 558/1069] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:38:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:37.218 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-175a96ad-45d7-4838-a3e5-3c49e07f9f7e'] response: {'server_uuid': 'f3980028-efe8-4a45-b9d6-7e1ca41eed79', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0f817bd7-7842-4040-a464-2d364a54520c', 'code': 200} 2026-05-04 12:38:37.340 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3c7dc2eb-68c9-4e57-bc67-72f24262887e b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] No more DHCP agents 2026-05-04 12:38:37.342 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3c7dc2eb-68c9-4e57-bc67-72f24262887e b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Unable to schedule network 63d6c625-d4d6-4c04-acc2-74e79b78a568: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:37.482 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] OVN reports status down for port: 175824a5-cddd-4300-8f3f-c244ef1d9395 2026-05-04 12:38:37.511 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c7dc2eb-68c9-4e57-bc67-72f24262887e b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource 175824a5-cddd-4300-8f3f-c244ef1d9395 (type: ports) to 1 [pid: 7|app: 0|req: 512/1070] 10.0.0.165 () {34 vars in 665 bytes} [Mon May 4 12:38:36 2026] POST /v2.0/ports => generated 949 bytes in 879 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:38:37.626 7 INFO neutron.db.ovn_revision_numbers_db [None req-f962d9df-64d1-4836-8cce-5ab9069f2162 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] Successfully bumped revision number for resource e172da1d-e0f1-424b-859a-d0be2d7e5f98 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 513/1071] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:38:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:37.770 8 INFO neutron.db.ovn_revision_numbers_db [None req-c56f2552-da23-4470-acbd-3b656662d2f8 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] Successfully bumped revision number for resource 3eb4e428-f12f-4b2e-9b40-970727d8f10a (type: floatingips) to 1 2026-05-04 12:38:37.781 7 INFO neutron_taas.services.taas.taas_plugin [None req-9245c9cc-e03b-4a08-8d7d-9e2a3feff204 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] TaaS: Handle Delete Port: 175824a5-cddd-4300-8f3f-c244ef1d9395 2026-05-04 12:38:37.784 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9245c9cc-e03b-4a08-8d7d-9e2a3feff204 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Tap Mirror: Handle Delete Port: 175824a5-cddd-4300-8f3f-c244ef1d9395 2026-05-04 12:38:37.870 8 INFO neutron.db.ovn_revision_numbers_db [None req-c56f2552-da23-4470-acbd-3b656662d2f8 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] Successfully bumped revision number for resource 3eb4e428-f12f-4b2e-9b40-970727d8f10a (type: floatingips) to 2 2026-05-04 12:38:37.870 8 INFO neutron.db.l3_db [None req-c56f2552-da23-4470-acbd-3b656662d2f8 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] Floating IP 3eb4e428-f12f-4b2e-9b40-970727d8f10a associated. External IP: 10.96.250.219, port: 0f817bd7-7842-4040-a464-2d364a54520c. [pid: 8|app: 0|req: 559/1072] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:38:37 2026] PUT /v2.0/floatingips/3eb4e428-f12f-4b2e-9b40-970727d8f10a => generated 855 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-05-04 12:38:37.947 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bca852c9-324d-48f7-8c3e-c353f90515a0'] response: {'name': 'network-changed', 'server_uuid': 'f3980028-efe8-4a45-b9d6-7e1ca41eed79', 'tag': '0f817bd7-7842-4040-a464-2d364a54520c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 514/1073] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:38:37 2026] DELETE /v2.0/ports/175824a5-cddd-4300-8f3f-c244ef1d9395 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:37.971 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b6232e8e-df6f-4d69-a9b5-70f8afd69f1d b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 515/1074] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:38:37 2026] DELETE /v2.0/ports/175824a5-cddd-4300-8f3f-c244ef1d9395 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:38:37.996 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e825378-d909-4a89-8967-bd02530835d2 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 516/1075] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:37 2026] GET /v2.0/ports/175824a5-cddd-4300-8f3f-c244ef1d9395 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1076] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:38 2026] DELETE /v2.0/subnets/36d99452-5484-4177-8d20-97357a038bf7 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:38.150 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-371ff919-01b8-465b-9abb-19b6208e2234 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] No more DHCP agents 2026-05-04 12:38:38.152 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-371ff919-01b8-465b-9abb-19b6208e2234 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:38.264 7 INFO neutron_taas.services.taas.taas_plugin [None req-681539b4-4131-47a6-a7c1-8653251b52a2 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] TaaS: Handle Delete Port: a31ebdbf-54fc-4976-a105-b1549ffdb653 2026-05-04 12:38:38.266 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-681539b4-4131-47a6-a7c1-8653251b52a2 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Tap Mirror: Handle Delete Port: a31ebdbf-54fc-4976-a105-b1549ffdb653 [pid: 8|app: 0|req: 560/1077] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:38:37 2026] POST /v2.0/floatingips => generated 552 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:38.432 7 INFO neutron.services.segments.plugin [-] Segment dbb6484c-055f-4f80-98b4-7226aba5ee5d resource provider aggregate not found 2026-05-04 12:38:38.437 7 INFO neutron.services.segments.plugin [-] Segment dbb6484c-055f-4f80-98b4-7226aba5ee5d resource provider aggregate not found 2026-05-04 12:38:38.456 7 INFO neutron.services.segments.plugin [-] Segment dbb6484c-055f-4f80-98b4-7226aba5ee5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbb6484c-055f-4f80-98b4-7226aba5ee5d found for delete ", "request_id": "req-5ed8f833-fb91-4d12-91fb-fad064fccca8"}]} 2026-05-04 12:38:38.460 7 INFO neutron.services.segments.plugin [-] Segment dbb6484c-055f-4f80-98b4-7226aba5ee5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbb6484c-055f-4f80-98b4-7226aba5ee5d found for delete ", "request_id": "req-a5f3baa2-39d1-4937-9f85-08b238b9dfa8"}]} [pid: 7|app: 0|req: 518/1078] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:38 2026] DELETE /v2.0/networks/63d6c625-d4d6-4c04-acc2-74e79b78a568 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1079] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:38:38 2026] GET /v2.0/ports?tenant_id=5177f5c8064640dea3c4e56f96add64d&device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 1232 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1080] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:38:38 2026] GET /v2.0/networks?id=ccf0d047-f7db-4b45-8355-1099719bed77 => generated 812 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:38.575 7 INFO neutron.db.segments_db [None req-02695a1a-1a02-43d3-9390-062293c75313 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Added segment 613fd1b2-eaab-4009-9e58-80a199355672 of type geneve for network 7d4dcbab-8725-4ad1-9d4a-e2d930f66845 [pid: 8|app: 0|req: 563/1081] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:38:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=0f817bd7-7842-4040-a464-2d364a54520c => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1082] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:38:38 2026] GET /v2.0/subnets?id=540872b6-4b63-4d7f-b73a-2b0c2ce893c1 => generated 693 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1083] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:38:38 2026] GET /v2.0/ports?network_id=ccf0d047-f7db-4b45-8355-1099719bed77&device_owner=network%3Adhcp => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:38.707 7 INFO neutron.db.ovn_revision_numbers_db [None req-02695a1a-1a02-43d3-9390-062293c75313 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource 7d4dcbab-8725-4ad1-9d4a-e2d930f66845 (type: networks) to 1 [pid: 8|app: 0|req: 566/1084] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:38:38 2026] GET /v2.0/networks/ccf0d047-f7db-4b45-8355-1099719bed77?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: 567/1085] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:38:38 2026] GET /v2.0/networks/ccf0d047-f7db-4b45-8355-1099719bed77?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-05-04 12:38:38.849 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-02695a1a-1a02-43d3-9390-062293c75313 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] No more DHCP agents 2026-05-04 12:38:38.850 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-02695a1a-1a02-43d3-9390-062293c75313 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Unable to schedule network 7d4dcbab-8725-4ad1-9d4a-e2d930f66845: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:38.915 7 INFO neutron.db.ovn_revision_numbers_db [None req-02695a1a-1a02-43d3-9390-062293c75313 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource 6595e52d-4d2e-4928-87bb-cf0983f57834 (type: ports) to 1 [pid: 7|app: 0|req: 519/1086] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:38 2026] POST /v2.0/networks => generated 670 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:39.109 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-eb2c035f-af50-4668-a55a-fc93725ed59c b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] No more DHCP agents 2026-05-04 12:38:39.110 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eb2c035f-af50-4668-a55a-fc93725ed59c b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Unable to schedule network 7d4dcbab-8725-4ad1-9d4a-e2d930f66845: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:39.477 8 INFO neutron.db.ovn_revision_numbers_db [None req-eb2c035f-af50-4668-a55a-fc93725ed59c b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource 6595e52d-4d2e-4928-87bb-cf0983f57834 (type: ports) to 2 2026-05-04 12:38:39.498 8 INFO neutron.db.ovn_revision_numbers_db [None req-eb2c035f-af50-4668-a55a-fc93725ed59c b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource 9a676dcb-ffa4-4f7f-9b2c-f5554b4b6b6a (type: subnets) to 0 [pid: 8|app: 0|req: 568/1087] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:38 2026] POST /v2.0/subnets => generated 626 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:39.682 8 WARNING neutron.db.securitygroups_db [None req-30239332-3f64-458b-9cd9-fe3c96300f61 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:38:39.786 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-eb908f89-c6ec-45e5-b17f-570654cd8530 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] No more DHCP agents 2026-05-04 12:38:39.787 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eb908f89-c6ec-45e5-b17f-570654cd8530 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Unable to schedule network 7d4dcbab-8725-4ad1-9d4a-e2d930f66845: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:39.822 8 INFO neutron.db.ovn_revision_numbers_db [None req-30239332-3f64-458b-9cd9-fe3c96300f61 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 73ed0f1b-527e-4174-8411-59854b54bbfa (type: security_groups) to 1 2026-05-04 12:38:39.838 8 INFO neutron.db.ovn_revision_numbers_db [None req-30239332-3f64-458b-9cd9-fe3c96300f61 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 13218cc9-3f6d-473c-b099-f4fb33dd84f7 (type: security_group_rules) to 0 2026-05-04 12:38:39.849 8 INFO neutron.db.ovn_revision_numbers_db [None req-30239332-3f64-458b-9cd9-fe3c96300f61 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1ca13fd0-ec48-400e-b9a0-b7511cb85fd5 (type: security_group_rules) to 0 2026-05-04 12:38:39.867 8 INFO neutron.db.ovn_revision_numbers_db [None req-30239332-3f64-458b-9cd9-fe3c96300f61 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 942751ad-bff9-4a0e-8816-b8836f53183f (type: security_group_rules) to 0 2026-05-04 12:38:39.880 8 INFO neutron.db.ovn_revision_numbers_db [None req-30239332-3f64-458b-9cd9-fe3c96300f61 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource dd276766-e735-4fd6-bede-56303eca9e6b (type: security_group_rules) to 0 2026-05-04 12:38:39.919 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] OVN reports status down for port: b737d815-cf39-4cb6-b721-549781c22bb0 2026-05-04 12:38:39.930 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb908f89-c6ec-45e5-b17f-570654cd8530 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource b737d815-cf39-4cb6-b721-549781c22bb0 (type: ports) to 1 [pid: 8|app: 0|req: 569/1088] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:39 2026] GET /v2.0/security-groups?tenant_id=4bdcc8e5aa234afd86dadf6b697048c6&name=default => generated 2925 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1089] 10.0.0.165 () {34 vars in 665 bytes} [Mon May 4 12:38:39 2026] POST /v2.0/ports => generated 916 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:40.119 7 INFO neutron_taas.services.taas.taas_plugin [None req-ab90b04f-eac1-4064-9331-a592a361bdfd b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] TaaS: Handle Delete Port: b737d815-cf39-4cb6-b721-549781c22bb0 2026-05-04 12:38:40.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab90b04f-eac1-4064-9331-a592a361bdfd b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Tap Mirror: Handle Delete Port: b737d815-cf39-4cb6-b721-549781c22bb0 [pid: 8|app: 0|req: 570/1090] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:39 2026] DELETE /v2.0/security-groups/73ed0f1b-527e-4174-8411-59854b54bbfa => generated 0 bytes in 188 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1091] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:38:39 2026] DELETE /v2.0/ports/b737d815-cf39-4cb6-b721-549781c22bb0 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:40.281 7 WARNING neutron.db.securitygroups_db [None req-ad76e834-69e3-424e-ac7e-cd981be14f5f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:38:40.283 8 INFO neutron.pecan_wsgi.hooks.translation [None req-681f5f15-d55c-4493-8367-79bcf4be17ef b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 571/1092] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:40 2026] GET /v2.0/ports/b737d815-cf39-4cb6-b721-549781c22bb0 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:38:40.440 7 INFO neutron.db.ovn_revision_numbers_db [None req-ad76e834-69e3-424e-ac7e-cd981be14f5f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 37794038-b5b7-4e1c-92e2-57783196f3de (type: security_groups) to 1 2026-05-04 12:38:40.469 7 INFO neutron.db.ovn_revision_numbers_db [None req-ad76e834-69e3-424e-ac7e-cd981be14f5f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8716c026-2018-4858-8668-c1260af0fbeb (type: security_group_rules) to 0 2026-05-04 12:38:40.484 7 INFO neutron.db.ovn_revision_numbers_db [None req-ad76e834-69e3-424e-ac7e-cd981be14f5f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a1c30f22-ce75-4946-9133-224995b74b1f (type: security_group_rules) to 0 2026-05-04 12:38:40.495 7 INFO neutron.db.ovn_revision_numbers_db [None req-ad76e834-69e3-424e-ac7e-cd981be14f5f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ad748309-19cf-43c4-99cd-48162da489a9 (type: security_group_rules) to 0 2026-05-04 12:38:40.508 7 INFO neutron.db.ovn_revision_numbers_db [None req-ad76e834-69e3-424e-ac7e-cd981be14f5f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource fcbf0f10-a8b2-4943-9efe-3068766f664c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 572/1093] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:40 2026] DELETE /v2.0/subnets/9a676dcb-ffa4-4f7f-9b2c-f5554b4b6b6a => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1094] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:40 2026] GET /v2.0/security-groups?tenant_id=15c0c589dceb4be2afe6081c6d5e0e63&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:40.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb543836-b4b8-4e87-a0f6-ee0c4a9a2594 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] TaaS: Handle Delete Port: 6595e52d-4d2e-4928-87bb-cf0983f57834 2026-05-04 12:38:40.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb543836-b4b8-4e87-a0f6-ee0c4a9a2594 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Tap Mirror: Handle Delete Port: 6595e52d-4d2e-4928-87bb-cf0983f57834 [pid: 7|app: 0|req: 523/1095] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:40 2026] DELETE /v2.0/security-groups/37794038-b5b7-4e1c-92e2-57783196f3de => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:38:40.731 7 WARNING neutron.db.securitygroups_db [req-f6aec686-46cb-4887-8851-cf7016e2d780 req-e95f2dad-ee3a-4d44-bf39-b41307844580 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 524/1096] 10.0.0.25 () {34 vars in 1095 bytes} [Mon May 4 12:38:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--68477288&fields=id&tenant_id=5cf1901efc0c4828a6e4af36493432c9 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:40.826 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-b4db4dc9-ec64-4d1c-9abe-cb72ddf316e9 - - - - - -] No hosting information found for port ef0b4ce0-e254-405e-b54a-9fe9d2a86f4f: RuntimeError: No hosting information found for port ef0b4ce0-e254-405e-b54a-9fe9d2a86f4f 2026-05-04 12:38:40.847 8 INFO neutron.services.segments.plugin [-] Segment 613fd1b2-eaab-4009-9e58-80a199355672 resource provider aggregate not found 2026-05-04 12:38:40.848 8 INFO neutron.services.segments.plugin [-] Segment 613fd1b2-eaab-4009-9e58-80a199355672 resource provider aggregate not found [pid: 7|app: 0|req: 525/1097] 10.0.0.25 () {34 vars in 981 bytes} [Mon May 4 12:38:40 2026] GET /v2.0/networks?id=e89d7658-9d8a-4b2e-8b4f-1fb095c77808 => generated 708 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:40.868 8 INFO neutron.services.segments.plugin [-] Segment 613fd1b2-eaab-4009-9e58-80a199355672 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 613fd1b2-eaab-4009-9e58-80a199355672 found for delete ", "request_id": "req-09036a8b-be6f-475c-bbc8-296778c79d7c"}]} 2026-05-04 12:38:40.871 8 INFO neutron.services.segments.plugin [-] Segment 613fd1b2-eaab-4009-9e58-80a199355672 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 613fd1b2-eaab-4009-9e58-80a199355672 found for delete ", "request_id": "req-c81d87df-8af0-4508-9fb7-d0b596c3a9a3"}]} [pid: 7|app: 0|req: 526/1098] 10.0.0.25 () {34 vars in 964 bytes} [Mon May 4 12:38:40 2026] GET /v2.0/quotas/5cf1901efc0c4828a6e4af36493432c9 => generated 292 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1099] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:40 2026] DELETE /v2.0/networks/7d4dcbab-8725-4ad1-9d4a-e2d930f66845 => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:40.947 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4db4dc9-ec64-4d1c-9abe-cb72ddf316e9 - - - - - -] Successfully bumped revision number for resource ef0b4ce0-e254-405e-b54a-9fe9d2a86f4f (type: router_ports) to 2 2026-05-04 12:38:41.008 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b4db4dc9-ec64-4d1c-9abe-cb72ddf316e9 - - - - - -] OVN reports status down for port: 6595e52d-4d2e-4928-87bb-cf0983f57834 [pid: 7|app: 0|req: 527/1100] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:38:40 2026] GET /v2.0/ports?tenant_id=5cf1901efc0c4828a6e4af36493432c9&fields=id => generated 103 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1101] 10.0.0.25 () {34 vars in 1007 bytes} [Mon May 4 12:38:41 2026] GET /v2.0/networks/e89d7658-9d8a-4b2e-8b4f-1fb095c77808?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: 529/1102] 10.0.0.25 () {34 vars in 1107 bytes} [Mon May 4 12:38:41 2026] GET /v2.0/networks/e89d7658-9d8a-4b2e-8b4f-1fb095c77808?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:41.110 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d3ae6c6b-50ff-480b-b122-ca694560ee55 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] No more DHCP agents 2026-05-04 12:38:41.111 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d3ae6c6b-50ff-480b-b122-ca694560ee55 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Unable to schedule network 019320a4-4b6a-49d0-a4d9-6f3e9d3a53af: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:41.164 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b4db4dc9-ec64-4d1c-9abe-cb72ddf316e9 - - - - - -] OVN reports status down for port: e1a018b6-f498-4d2d-98f5-f6fb4db21460 2026-05-04 12:38:41.223 8 INFO neutron.db.ovn_revision_numbers_db [None req-d3ae6c6b-50ff-480b-b122-ca694560ee55 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource e1a018b6-f498-4d2d-98f5-f6fb4db21460 (type: ports) to 1 [pid: 8|app: 0|req: 574/1103] 10.0.0.165 () {34 vars in 665 bytes} [Mon May 4 12:38:40 2026] POST /v2.0/ports => generated 775 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 575/1104] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:41 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:41.482 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b4db4dc9-ec64-4d1c-9abe-cb72ddf316e9 - - - - - -] OVN reports status down for port: e1a018b6-f498-4d2d-98f5-f6fb4db21460 2026-05-04 12:38:41.523 7 INFO neutron.db.ovn_revision_numbers_db [None req-f471cd5c-1204-4a15-975d-fd36c6407943 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Successfully bumped revision number for resource e1a018b6-f498-4d2d-98f5-f6fb4db21460 (type: ports) to 2 [pid: 7|app: 0|req: 530/1105] 10.0.0.165 () {34 vars in 737 bytes} [Mon May 4 12:38:41 2026] PUT /v2.0/ports/e1a018b6-f498-4d2d-98f5-f6fb4db21460 => generated 752 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:41.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-51667042-7ffc-4286-92d1-f67574f83269 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] TaaS: Handle Delete Port: e1a018b6-f498-4d2d-98f5-f6fb4db21460 2026-05-04 12:38:41.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51667042-7ffc-4286-92d1-f67574f83269 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Tap Mirror: Handle Delete Port: e1a018b6-f498-4d2d-98f5-f6fb4db21460 [pid: 8|app: 0|req: 576/1106] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:38:41 2026] DELETE /v2.0/ports/e1a018b6-f498-4d2d-98f5-f6fb4db21460 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 531/1107] 10.0.0.165 () {32 vars in 643 bytes} [Mon May 4 12:38:41 2026] GET /v2.0/ports => generated 1533 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:41.850 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dee14032-d222-48fb-a642-47d68d11ede0 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 577/1108] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:41 2026] GET /v2.0/ports/e1a018b6-f498-4d2d-98f5-f6fb4db21460 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1109] 10.0.0.165 () {32 vars in 643 bytes} [Mon May 4 12:38:41 2026] GET /v2.0/ports => generated 1533 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1110] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:41 2026] GET /v2.0/ports/e1667888-f6c6-439f-ae0a-55f4de39f52f => generated 774 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:41.963 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cbb33ee8-3a62-41df-b1cc-459599296d87 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 533/1111] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:38:41 2026] DELETE /v2.0/ports/b737d815-cf39-4cb6-b721-549781c22bb0 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:38:41.981 8 INFO neutron.pecan_wsgi.hooks.translation [None req-30da122b-da6e-47a9-a677-e719cacb6913 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 579/1112] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:41 2026] DELETE /v2.0/subnets/9a676dcb-ffa4-4f7f-9b2c-f5554b4b6b6a => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:38:42.000 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cfedc5b7-028d-4d5b-9f6b-faf5e5807471 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 534/1113] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:41 2026] DELETE /v2.0/subnets/36d99452-5484-4177-8d20-97357a038bf7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:38:42.118 8 INFO neutron_taas.services.taas.taas_plugin [None req-97a0cb8e-c31e-4168-937f-7440a069402f b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] TaaS: Handle Delete Port: e1667888-f6c6-439f-ae0a-55f4de39f52f 2026-05-04 12:38:42.121 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97a0cb8e-c31e-4168-937f-7440a069402f b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Tap Mirror: Handle Delete Port: e1667888-f6c6-439f-ae0a-55f4de39f52f [pid: 8|app: 0|req: 580/1114] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:38:42 2026] DELETE /v2.0/ports/e1667888-f6c6-439f-ae0a-55f4de39f52f => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:42.326 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6c4d154-31cb-408d-8d5f-8958f1d81887 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] TaaS: Handle Delete Port: 1648b13e-0f32-4e93-93be-dbb0da939b6e 2026-05-04 12:38:42.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6c4d154-31cb-408d-8d5f-8958f1d81887 b085872411344c1c9d3d0085c83d958a 10cdb870f76447858033afbabd1b1107 - - default default] Tap Mirror: Handle Delete Port: 1648b13e-0f32-4e93-93be-dbb0da939b6e [pid: 8|app: 0|req: 581/1115] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:42 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:42.485 7 INFO neutron.services.segments.plugin [-] Segment cabedb01-dc9b-4c00-9b7f-7405f7802e89 resource provider aggregate not found 2026-05-04 12:38:42.490 7 INFO neutron.services.segments.plugin [-] Segment cabedb01-dc9b-4c00-9b7f-7405f7802e89 resource provider aggregate not found 2026-05-04 12:38:42.504 7 INFO neutron.services.segments.plugin [-] Segment cabedb01-dc9b-4c00-9b7f-7405f7802e89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cabedb01-dc9b-4c00-9b7f-7405f7802e89 found for delete ", "request_id": "req-dfd3c9e3-c792-4a9b-ba5d-775971f4b9c7"}]} 2026-05-04 12:38:42.512 7 INFO neutron.services.segments.plugin [-] Segment cabedb01-dc9b-4c00-9b7f-7405f7802e89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cabedb01-dc9b-4c00-9b7f-7405f7802e89 found for delete ", "request_id": "req-76209092-4fa3-4b6f-84ce-45bec70d2dfd"}]} [pid: 7|app: 0|req: 535/1116] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:42 2026] DELETE /v2.0/networks/019320a4-4b6a-49d0-a4d9-6f3e9d3a53af => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:43.122 8 WARNING neutron.db.securitygroups_db [None req-9c2bd4a5-8fe8-4982-841b-83ef03723486 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 582/1117] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:42 2026] GET /v2.0/security-groups?tenant_id=10cdb870f76447858033afbabd1b1107&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1118] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:43 2026] DELETE /v2.0/security-groups/b559c8b4-4797-4f08-a144-660e4935de9c => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1119] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:43 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:44.408 7 WARNING neutron.db.securitygroups_db [None req-38873de1-a839-45b6-be40-e430bacfbe2e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:38:44.499 7 INFO neutron.db.ovn_revision_numbers_db [None req-38873de1-a839-45b6-be40-e430bacfbe2e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3aa5ec36-bc4d-4969-b476-47408d85a00c (type: security_groups) to 1 2026-05-04 12:38:44.510 7 INFO neutron.db.ovn_revision_numbers_db [None req-38873de1-a839-45b6-be40-e430bacfbe2e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4982f453-3e0a-4eea-8722-980c51de2baa (type: security_group_rules) to 0 2026-05-04 12:38:44.521 7 INFO neutron.db.ovn_revision_numbers_db [None req-38873de1-a839-45b6-be40-e430bacfbe2e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7c4aaff4-39b2-4881-a80b-989e8d001e16 (type: security_group_rules) to 0 2026-05-04 12:38:44.538 7 INFO neutron.db.ovn_revision_numbers_db [None req-38873de1-a839-45b6-be40-e430bacfbe2e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource db6ad844-087b-4a0a-bb1d-9f493e631ae8 (type: security_group_rules) to 0 2026-05-04 12:38:44.550 7 INFO neutron.db.ovn_revision_numbers_db [None req-38873de1-a839-45b6-be40-e430bacfbe2e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e4cd5162-e632-4f53-a19d-97dc4210da0c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 584/1120] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:44 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => 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: 537/1121] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:44 2026] GET /v2.0/security-groups?tenant_id=07ecede237c544a0b9a63dc45b9dd236&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1122] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:44 2026] DELETE /v2.0/security-groups/3aa5ec36-bc4d-4969-b476-47408d85a00c => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:38:44.881 7 WARNING neutron.db.securitygroups_db [None req-d9d90ea2-bb12-47f6-81de-754cf6a2f9c3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:38:44.983 7 INFO neutron.db.ovn_revision_numbers_db [None req-d9d90ea2-bb12-47f6-81de-754cf6a2f9c3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4d774f21-66f2-415c-8d0b-6d3e88cda23f (type: security_groups) to 1 2026-05-04 12:38:44.994 7 INFO neutron.db.ovn_revision_numbers_db [None req-d9d90ea2-bb12-47f6-81de-754cf6a2f9c3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0c05451f-ff23-4309-ae48-bb3fccbe5b92 (type: security_group_rules) to 0 2026-05-04 12:38:45.005 7 INFO neutron.db.ovn_revision_numbers_db [None req-d9d90ea2-bb12-47f6-81de-754cf6a2f9c3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 194d165e-d3b8-4656-94ec-aa2f79ffe4ca (type: security_group_rules) to 0 2026-05-04 12:38:45.016 7 INFO neutron.db.ovn_revision_numbers_db [None req-d9d90ea2-bb12-47f6-81de-754cf6a2f9c3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7a078961-7c5a-49b7-ab4e-5c1a63deedda (type: security_group_rules) to 0 2026-05-04 12:38:45.026 7 INFO neutron.db.ovn_revision_numbers_db [None req-d9d90ea2-bb12-47f6-81de-754cf6a2f9c3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource cec7acbc-3e83-496f-b858-2cd46aa4999e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 538/1123] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:44 2026] GET /v2.0/security-groups?tenant_id=c234a56d8e9444548411157ce2f3d3f6&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1124] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:45 2026] DELETE /v2.0/security-groups/4d774f21-66f2-415c-8d0b-6d3e88cda23f => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:38:45.228 8 INFO neutron.db.ovn_revision_numbers_db [None req-7da113e9-34f7-4198-a1c3-0a233f22b781 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 95192e95-5464-468e-9f07-274eb4872fca (type: security_groups) to 1 2026-05-04 12:38:45.240 8 INFO neutron.db.ovn_revision_numbers_db [None req-7da113e9-34f7-4198-a1c3-0a233f22b781 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 58b22a69-c8b8-4524-afca-de958acfcb1e (type: security_group_rules) to 0 2026-05-04 12:38:45.253 8 INFO neutron.db.ovn_revision_numbers_db [None req-7da113e9-34f7-4198-a1c3-0a233f22b781 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 79f590b4-77c9-4117-919d-18d2ca7b8a14 (type: security_group_rules) to 0 2026-05-04 12:38:45.265 8 INFO neutron.db.ovn_revision_numbers_db [None req-7da113e9-34f7-4198-a1c3-0a233f22b781 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource bd2bb0f8-202b-43ea-8af7-0ad87c0451ea (type: security_group_rules) to 0 2026-05-04 12:38:45.276 8 INFO neutron.db.ovn_revision_numbers_db [None req-7da113e9-34f7-4198-a1c3-0a233f22b781 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource ec9d3ad4-58d1-478e-8bc5-e2f417edc689 (type: security_group_rules) to 0 2026-05-04 12:38:45.350 8 INFO neutron.db.segments_db [None req-7da113e9-34f7-4198-a1c3-0a233f22b781 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Added segment 4fe39ed6-41f2-40b3-9048-342b7bf3f343 of type geneve for network 01a590f1-3963-4050-bad1-ec5e4555e839 2026-05-04 12:38:45.477 8 INFO neutron.db.ovn_revision_numbers_db [None req-7da113e9-34f7-4198-a1c3-0a233f22b781 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 01a590f1-3963-4050-bad1-ec5e4555e839 (type: networks) to 1 [pid: 7|app: 0|req: 540/1125] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:38:45 2026] GET /v2.0/networks?id=e89d7658-9d8a-4b2e-8b4f-1fb095c77808 => generated 708 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:45.613 7 WARNING neutron.db.securitygroups_db [req-f6aec686-46cb-4887-8851-cf7016e2d780 req-b0e60404-1f13-401b-9a85-86ad6dca3f11 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 541/1126] 199.204.45.227 () {34 vars in 1050 bytes} [Mon May 4 12:38:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5cf1901efc0c4828a6e4af36493432c9 => generated 179 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:45.655 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7da113e9-34f7-4198-a1c3-0a233f22b781 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:38:45.656 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7da113e9-34f7-4198-a1c3-0a233f22b781 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network 01a590f1-3963-4050-bad1-ec5e4555e839: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:45.699 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] OVN reports status down for port: 5ba15e62-9d69-4b23-8b53-b7fd9a5cb4a2 2026-05-04 12:38:45.752 8 INFO neutron.db.ovn_revision_numbers_db [None req-7da113e9-34f7-4198-a1c3-0a233f22b781 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 5ba15e62-9d69-4b23-8b53-b7fd9a5cb4a2 (type: ports) to 1 [pid: 8|app: 0|req: 586/1127] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:45 2026] POST /v2.0/networks => generated 667 bytes in 784 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1128] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:45 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:45.897 8 INFO neutron.db.segments_db [None req-dd487e36-02f5-48f4-8531-dbe0c3899c36 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Added segment 93111975-a889-4733-ae79-98727f055bcd of type geneve for network 87be6722-d8e0-4d3f-b96a-15e0182bc1dc 2026-05-04 12:38:45.908 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-f6aec686-46cb-4887-8851-cf7016e2d780 req-2cacf14b-9b89-44f9-ac06-0dfba83b70ff 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] No more DHCP agents 2026-05-04 12:38:45.909 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-f6aec686-46cb-4887-8851-cf7016e2d780 req-2cacf14b-9b89-44f9-ac06-0dfba83b70ff 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] Unable to schedule network e89d7658-9d8a-4b2e-8b4f-1fb095c77808: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:46.012 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b4db4dc9-ec64-4d1c-9abe-cb72ddf316e9 - - - - - -] OVN reports status down for port: f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce 2026-05-04 12:38:46.023 8 INFO neutron.db.ovn_revision_numbers_db [None req-dd487e36-02f5-48f4-8531-dbe0c3899c36 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 87be6722-d8e0-4d3f-b96a-15e0182bc1dc (type: networks) to 1 2026-05-04 12:38:46.068 7 INFO neutron.db.ovn_revision_numbers_db [req-f6aec686-46cb-4887-8851-cf7016e2d780 req-2cacf14b-9b89-44f9-ac06-0dfba83b70ff 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] Successfully bumped revision number for resource f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce (type: ports) to 1 [pid: 7|app: 0|req: 542/1129] 199.204.45.227 () {38 vars in 955 bytes} [Mon May 4 12:38:45 2026] POST /v2.0/ports => generated 954 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:38:46.189 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd487e36-02f5-48f4-8531-dbe0c3899c36 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:38:46.190 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd487e36-02f5-48f4-8531-dbe0c3899c36 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network 87be6722-d8e0-4d3f-b96a-15e0182bc1dc: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:46.235 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] OVN reports status down for port: c8f1958d-8f15-455e-8e1b-d648b4e7cf97 2026-05-04 12:38:46.290 8 INFO neutron.db.ovn_revision_numbers_db [None req-dd487e36-02f5-48f4-8531-dbe0c3899c36 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource c8f1958d-8f15-455e-8e1b-d648b4e7cf97 (type: ports) to 1 [pid: 8|app: 0|req: 588/1130] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:45 2026] POST /v2.0/networks => generated 667 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:46.487 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6ff11b86-9cf0-4a72-a6af-9527ac55846f 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:38:46.488 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6ff11b86-9cf0-4a72-a6af-9527ac55846f 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network 01a590f1-3963-4050-bad1-ec5e4555e839: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:46.562 7 INFO neutron.db.ovn_revision_numbers_db [req-f6aec686-46cb-4887-8851-cf7016e2d780 req-31400441-e22b-439e-a212-e0183c38682e 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce (type: ports) to 2 2026-05-04 12:38:46.762 7 INFO neutron.db.ovn_revision_numbers_db [req-f6aec686-46cb-4887-8851-cf7016e2d780 req-31400441-e22b-439e-a212-e0183c38682e 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce (type: ports) to 4 [pid: 7|app: 0|req: 543/1131] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:38:46 2026] PUT /v2.0/ports/f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce => generated 1227 bytes in 621 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:46.817 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff86ca3d-03c6-4f5a-8bd8-e807375b9738'] response: {'name': 'network-changed', 'server_uuid': '602ce9af-c885-4f79-86f5-cb9ff625b101', 'tag': 'f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce', 'status': 'completed', 'code': 200} 2026-05-04 12:38:46.875 8 INFO neutron.db.ovn_revision_numbers_db [None req-6ff11b86-9cf0-4a72-a6af-9527ac55846f 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 5ba15e62-9d69-4b23-8b53-b7fd9a5cb4a2 (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, ' 2026-05-04 12:38:46.905 8 INFO neutron.db.ovn_revision_numbers_db [None req-6ff11b86-9cf0-4a72-a6af-9527ac55846f 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 94bcdf87-0df0-4d67-aeda-8cb4d01829e2 (type: subnets) to 0 [pid: 7|app: 0|req: 544/1132] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:46 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1133] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:46 2026] POST /v2.0/subnets => generated 626 bytes in 595 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1134] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:46 2026] GET /v2.0/security-groups?id=99c2c126-56da-4df9-b1a0-125f4795cab1&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:47.156 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-67fe47e4-748d-4ccd-9be5-bc81e5f34341 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:38:47.158 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-67fe47e4-748d-4ccd-9be5-bc81e5f34341 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network 87be6722-d8e0-4d3f-b96a-15e0182bc1dc: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 546/1135] 10.0.0.42 () {34 vars in 989 bytes} [Mon May 4 12:38:47 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 1232 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1136] 10.0.0.42 () {34 vars in 1039 bytes} [Mon May 4 12:38:47 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1137] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:38:47 2026] GET /v2.0/ports?tenant_id=5cf1901efc0c4828a6e4af36493432c9&device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 1230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1138] 199.204.45.227 () {34 vars in 1018 bytes} [Mon May 4 12:38:47 2026] GET /v2.0/networks?tenant_id=5cf1901efc0c4828a6e4af36493432c9&shared=False => generated 807 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1139] 199.204.45.227 () {34 vars in 930 bytes} [Mon May 4 12:38:47 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:47.759 7 WARNING neutron.db.securitygroups_db [None req-2a8a1097-c07b-4a78-9b10-eddcdf863fc9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:38:47.760 8 INFO neutron.db.ovn_revision_numbers_db [None req-67fe47e4-748d-4ccd-9be5-bc81e5f34341 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource c8f1958d-8f15-455e-8e1b-d648b4e7cf97 (type: ports) to 2 2026-05-04 12:38:47.805 8 INFO neutron.db.ovn_revision_numbers_db [None req-67fe47e4-748d-4ccd-9be5-bc81e5f34341 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 54030294-f19b-4353-b530-1f184e9af538 (type: subnets) to 0 [pid: 8|app: 0|req: 590/1140] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:46 2026] POST /v2.0/subnets => generated 626 bytes in 897 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:47.894 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a8a1097-c07b-4a78-9b10-eddcdf863fc9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1c795f86-072e-4ae3-bb47-a9681e838ebf (type: security_groups) to 1 2026-05-04 12:38:47.905 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a8a1097-c07b-4a78-9b10-eddcdf863fc9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1d3e94f9-0b62-4085-b56f-16f6173d17db (type: security_group_rules) to 0 2026-05-04 12:38:47.916 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a8a1097-c07b-4a78-9b10-eddcdf863fc9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource b5fd9a5f-87c4-47a2-9acc-6caf18ab3274 (type: security_group_rules) to 0 2026-05-04 12:38:47.950 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a8a1097-c07b-4a78-9b10-eddcdf863fc9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c903194a-5a56-40ed-a514-3eb75a6487f0 (type: security_group_rules) to 0 2026-05-04 12:38:47.955 8 INFO neutron.db.ovn_revision_numbers_db [None req-66ec32a9-3e2f-482d-a2d5-41d218d466dc 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 2c5aa76a-bfea-4f4f-8fcc-cde4c7b58a90 (type: routers) to 1 2026-05-04 12:38:47.963 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a8a1097-c07b-4a78-9b10-eddcdf863fc9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ff6731b2-dbeb-4aca-9ab1-ae4c1d98a0c7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 591/1141] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:47 2026] POST /v2.0/routers => generated 623 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1142] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:47 2026] GET /v2.0/security-groups?tenant_id=356b082318dd449896ca5ec20624d8e3&name=default => generated 2925 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1143] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:48 2026] DELETE /v2.0/security-groups/1c795f86-072e-4ae3-bb47-a9681e838ebf => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1144] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:48 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => 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: 554/1145] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:48 2026] GET /v2.0/security-groups?id=99c2c126-56da-4df9-b1a0-125f4795cab1&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1146] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:38:48 2026] GET /v2.0/ports?tenant_id=5cf1901efc0c4828a6e4af36493432c9&device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 1230 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1147] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:38:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce => 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: 557/1148] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:38:48 2026] GET /v2.0/subnets?id=7330f1cd-da4c-4d65-882a-c4cc26a0770c => generated 688 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1149] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:38:48 2026] GET /v2.0/ports?network_id=e89d7658-9d8a-4b2e-8b4f-1fb095c77808&device_owner=network%3Adhcp => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:48.690 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7bc01993-fb61-4a0c-a126-b62039425355 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:38:48.691 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7bc01993-fb61-4a0c-a126-b62039425355 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network 01a590f1-3963-4050-bad1-ec5e4555e839: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 559/1150] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:38:48 2026] GET /v2.0/networks/e89d7658-9d8a-4b2e-8b4f-1fb095c77808?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: 560/1151] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:38:48 2026] GET /v2.0/networks/e89d7658-9d8a-4b2e-8b4f-1fb095c77808?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) 2026-05-04 12:38:48.777 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] OVN reports status down for port: d8c4adaa-814d-46bf-b8cd-aae00502cde0 2026-05-04 12:38:48.814 8 INFO neutron.db.ovn_revision_numbers_db [None req-7bc01993-fb61-4a0c-a126-b62039425355 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource d8c4adaa-814d-46bf-b8cd-aae00502cde0 (type: ports) to 1 2026-05-04 12:38:49.273 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] OVN reports status up for port: d8c4adaa-814d-46bf-b8cd-aae00502cde0 2026-05-04 12:38:49.305 8 INFO neutron.plugins.ml2.plugin [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] Attempt 1 to provision port d8c4adaa-814d-46bf-b8cd-aae00502cde0 [pid: 7|app: 0|req: 561/1152] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:49 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1153] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:49 2026] GET /v2.0/security-groups?id=99c2c126-56da-4df9-b1a0-125f4795cab1&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:49.388 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7bc01993-fb61-4a0c-a126-b62039425355 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:38:49.390 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7bc01993-fb61-4a0c-a126-b62039425355 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network 01a590f1-3963-4050-bad1-ec5e4555e839: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:49.741 8 INFO neutron.db.ovn_revision_numbers_db [None req-7bc01993-fb61-4a0c-a126-b62039425355 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource d8c4adaa-814d-46bf-b8cd-aae00502cde0 (type: router_ports) to 1 [pid: 8|app: 0|req: 592/1154] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:38:47 2026] PUT /v2.0/routers/2c5aa76a-bfea-4f4f-8fcc-cde4c7b58a90/add_router_interface => generated 310 bytes in 1779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:49.842 8 INFO neutron.db.ovn_revision_numbers_db [None req-d88e56c9-745c-4ffa-adc3-011d5ed4c16b - - - - - -] Successfully bumped revision number for resource d8c4adaa-814d-46bf-b8cd-aae00502cde0 (type: ports) to 2 [pid: 7|app: 0|req: 563/1155] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:49 2026] GET /v2.0/ports/d8c4adaa-814d-46bf-b8cd-aae00502cde0 => generated 943 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:50.109 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e0f6208-4cd1-4d4a-a55f-4cbaf4225d20 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Successfully bumped revision number for resource 877f322e-b02f-401a-8ae3-49cb0e4d7fe5 (type: security_groups) to 1 2026-05-04 12:38:50.119 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e0f6208-4cd1-4d4a-a55f-4cbaf4225d20 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Successfully bumped revision number for resource 11f07f27-5723-4445-b012-4dbf5c8a3783 (type: security_group_rules) to 0 2026-05-04 12:38:50.130 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e0f6208-4cd1-4d4a-a55f-4cbaf4225d20 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Successfully bumped revision number for resource 7b852737-eab1-413e-913d-7eb26734d63c (type: security_group_rules) to 0 2026-05-04 12:38:50.140 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e0f6208-4cd1-4d4a-a55f-4cbaf4225d20 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Successfully bumped revision number for resource ba26a151-245e-4756-970d-be32cbc08ebb (type: security_group_rules) to 0 2026-05-04 12:38:50.151 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e0f6208-4cd1-4d4a-a55f-4cbaf4225d20 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Successfully bumped revision number for resource d544213c-9d6f-427f-9fde-93b351357fd6 (type: security_group_rules) to 0 2026-05-04 12:38:50.217 8 INFO neutron.db.segments_db [None req-7e0f6208-4cd1-4d4a-a55f-4cbaf4225d20 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Added segment 4d908261-cbd2-4ea8-86f8-4e99f7cb456b of type geneve for network 0be9d4ba-75c5-4778-b765-96b05b6c238d 2026-05-04 12:38:50.309 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-62abca84-9ed2-4853-9249-e65b064a7e2d 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:38:50.310 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-62abca84-9ed2-4853-9249-e65b064a7e2d 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network 87be6722-d8e0-4d3f-b96a-15e0182bc1dc: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:50.317 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e0f6208-4cd1-4d4a-a55f-4cbaf4225d20 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Successfully bumped revision number for resource 0be9d4ba-75c5-4778-b765-96b05b6c238d (type: networks) to 1 2026-05-04 12:38:50.449 7 INFO neutron.db.ovn_revision_numbers_db [None req-62abca84-9ed2-4853-9249-e65b064a7e2d 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 69580884-6239-430d-987c-cd2f4c16f4a5 (type: ports) to 1 2026-05-04 12:38:50.464 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7e0f6208-4cd1-4d4a-a55f-4cbaf4225d20 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] No more DHCP agents 2026-05-04 12:38:50.465 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7e0f6208-4cd1-4d4a-a55f-4cbaf4225d20 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Unable to schedule network 0be9d4ba-75c5-4778-b765-96b05b6c238d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:50.539 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e0f6208-4cd1-4d4a-a55f-4cbaf4225d20 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Successfully bumped revision number for resource b549f26f-dfb7-44c5-ae0c-7b27b1878725 (type: ports) to 1 [pid: 8|app: 0|req: 593/1156] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:49 2026] POST /v2.0/networks => generated 685 bytes in 713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1159] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:50 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1160] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:50 2026] GET /v2.0/security-groups?id=99c2c126-56da-4df9-b1a0-125f4795cab1&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:51.000 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-62abca84-9ed2-4853-9249-e65b064a7e2d 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:38:51.001 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-62abca84-9ed2-4853-9249-e65b064a7e2d 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network 87be6722-d8e0-4d3f-b96a-15e0182bc1dc: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:51.204 7 INFO neutron.db.ovn_revision_numbers_db [None req-62abca84-9ed2-4853-9249-e65b064a7e2d 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 69580884-6239-430d-987c-cd2f4c16f4a5 (type: router_ports) to 1 [pid: 7|app: 0|req: 564/1161] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:38:49 2026] PUT /v2.0/routers/2c5aa76a-bfea-4f4f-8fcc-cde4c7b58a90/add_router_interface => generated 310 bytes in 1359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:51.231 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-23a6356e-ea67-48c2-9b04-40750ced34d9 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] No more DHCP agents 2026-05-04 12:38:51.235 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-23a6356e-ea67-48c2-9b04-40750ced34d9 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Unable to schedule network 0be9d4ba-75c5-4778-b765-96b05b6c238d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:51.262 8 INFO neutron.db.ovn_revision_numbers_db [None req-23a6356e-ea67-48c2-9b04-40750ced34d9 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Successfully bumped revision number for resource 88d9bd76-f6a9-410b-906e-2c1a3909716d (type: subnets) to 0 [pid: 8|app: 0|req: 598/1162] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:51 2026] POST /v2.0/subnets => generated 673 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1163] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:51 2026] GET /v2.0/ports/69580884-6239-430d-987c-cd2f4c16f4a5 => generated 941 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1164] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:51 2026] GET /v2.0/ports/69580884-6239-430d-987c-cd2f4c16f4a5 => generated 941 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:51.375 7 INFO neutron.db.segments_db [None req-c01556b0-28b3-4ac9-a793-7e02a9da5a8e 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Added segment f9b9bbbe-3eb7-48cb-bbb3-ea7ea37f8595 of type geneve for network e03465bf-65b1-42f9-8240-2db5fa5df8c4 2026-05-04 12:38:51.405 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b4db4dc9-ec64-4d1c-9abe-cb72ddf316e9 - - - - - -] OVN reports status up for port: f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce 2026-05-04 12:38:51.433 7 INFO neutron.plugins.ml2.plugin [None req-b4db4dc9-ec64-4d1c-9abe-cb72ddf316e9 - - - - - -] Attempt 1 to provision port f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce 2026-05-04 12:38:51.592 7 INFO neutron.db.ovn_revision_numbers_db [None req-c01556b0-28b3-4ac9-a793-7e02a9da5a8e 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Successfully bumped revision number for resource e03465bf-65b1-42f9-8240-2db5fa5df8c4 (type: networks) to 1 2026-05-04 12:38:51.630 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3f8f87e-351a-4581-9461-c9dfa1e06a1b'] response: {'server_uuid': '602ce9af-c885-4f79-86f5-cb9ff625b101', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce', 'code': 200} [pid: 8|app: 0|req: 600/1165] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:51 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1166] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:51 2026] GET /v2.0/security-groups?id=99c2c126-56da-4df9-b1a0-125f4795cab1&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:51.883 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c01556b0-28b3-4ac9-a793-7e02a9da5a8e 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] No more DHCP agents 2026-05-04 12:38:51.884 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c01556b0-28b3-4ac9-a793-7e02a9da5a8e 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Unable to schedule network e03465bf-65b1-42f9-8240-2db5fa5df8c4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:51.889 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4db4dc9-ec64-4d1c-9abe-cb72ddf316e9 - - - - - -] Successfully bumped revision number for resource f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce (type: ports) to 5 2026-05-04 12:38:52.004 7 INFO neutron.db.ovn_revision_numbers_db [None req-c01556b0-28b3-4ac9-a793-7e02a9da5a8e 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Successfully bumped revision number for resource c402c96a-7f31-4a10-a477-b4e716155857 (type: ports) to 1 [pid: 7|app: 0|req: 566/1167] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:51 2026] POST /v2.0/networks => generated 683 bytes in 762 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:52.178 8 INFO neutron.db.ovn_revision_numbers_db [None req-de8fa871-623c-4cf8-92c1-15bfdf0b9fdd 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Successfully bumped revision number for resource e03465bf-65b1-42f9-8240-2db5fa5df8c4 (type: networks) to 2 [pid: 8|app: 0|req: 602/1168] 10.0.0.165 () {34 vars in 743 bytes} [Mon May 4 12:38:52 2026] PUT /v2.0/networks/e03465bf-65b1-42f9-8240-2db5fa5df8c4 => generated 636 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:38:52.355 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f65d9068-af30-4dd3-8d33-a2079d63b1a1 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] No more DHCP agents 2026-05-04 12:38:52.356 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f65d9068-af30-4dd3-8d33-a2079d63b1a1 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Unable to schedule network e03465bf-65b1-42f9-8240-2db5fa5df8c4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:52.390 7 INFO neutron.db.ovn_revision_numbers_db [None req-f65d9068-af30-4dd3-8d33-a2079d63b1a1 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Successfully bumped revision number for resource f9d767c9-bd24-4291-8b35-85d63b708226 (type: subnets) to 0 [pid: 7|app: 0|req: 567/1169] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:52 2026] POST /v2.0/subnets => generated 646 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1170] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:52 2026] GET /v2.0/ports/69580884-6239-430d-987c-cd2f4c16f4a5 => generated 941 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:52.923 7 INFO neutron.db.ovn_revision_numbers_db [None req-82a6505e-9d74-4377-b224-de9e47a71064 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Successfully bumped revision number for resource c402c96a-7f31-4a10-a477-b4e716155857 (type: ports) to 2 [pid: 8|app: 0|req: 604/1171] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:52 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:52.956 7 INFO neutron.db.ovn_revision_numbers_db [None req-82a6505e-9d74-4377-b224-de9e47a71064 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Successfully bumped revision number for resource f9d767c9-bd24-4291-8b35-85d63b708226 (type: subnets) to 1 [pid: 7|app: 0|req: 568/1172] 10.0.0.165 () {34 vars in 741 bytes} [Mon May 4 12:38:52 2026] PUT /v2.0/subnets/f9d767c9-bd24-4291-8b35-85d63b708226 => generated 656 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1173] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:52 2026] GET /v2.0/security-groups?id=99c2c126-56da-4df9-b1a0-125f4795cab1&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:53.111 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4dce236-e521-42ab-95ed-fe8e35d83706 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] TaaS: Handle Delete Port: c402c96a-7f31-4a10-a477-b4e716155857 2026-05-04 12:38:53.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4dce236-e521-42ab-95ed-fe8e35d83706 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Tap Mirror: Handle Delete Port: c402c96a-7f31-4a10-a477-b4e716155857 2026-05-04 12:38:53.343 7 INFO neutron.services.segments.plugin [-] Segment f9b9bbbe-3eb7-48cb-bbb3-ea7ea37f8595 resource provider aggregate not found 2026-05-04 12:38:53.344 7 INFO neutron.services.segments.plugin [-] Segment f9b9bbbe-3eb7-48cb-bbb3-ea7ea37f8595 resource provider aggregate not found 2026-05-04 12:38:53.362 7 INFO neutron.services.segments.plugin [-] Segment f9b9bbbe-3eb7-48cb-bbb3-ea7ea37f8595 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9b9bbbe-3eb7-48cb-bbb3-ea7ea37f8595 found for delete ", "request_id": "req-5d7d2db2-6fbf-4ab9-b219-111d0716ddcb"}]} 2026-05-04 12:38:53.366 7 INFO neutron.services.segments.plugin [-] Segment f9b9bbbe-3eb7-48cb-bbb3-ea7ea37f8595 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9b9bbbe-3eb7-48cb-bbb3-ea7ea37f8595 found for delete ", "request_id": "req-67d0bd2d-1762-4088-bf98-0d433d6dec08"}]} [pid: 7|app: 0|req: 569/1174] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:52 2026] DELETE /v2.0/networks/e03465bf-65b1-42f9-8240-2db5fa5df8c4 => generated 0 bytes in 432 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:53.414 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17d7e17b-0ab6-4865-96f3-b795222aaa94 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 606/1175] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:53 2026] DELETE /v2.0/networks/e03465bf-65b1-42f9-8240-2db5fa5df8c4 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1176] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:53 2026] GET /v2.0/ports/69580884-6239-430d-987c-cd2f4c16f4a5 => generated 941 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1177] 10.0.0.165 () {32 vars in 694 bytes} [Mon May 4 12:38:53 2026] GET /v2.0/networks?router%3Aexternal=True => generated 689 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1178] 10.0.0.165 () {32 vars in 742 bytes} [Mon May 4 12:38:53 2026] GET /v2.0/subnets?network_id=cf096e53-2011-4f22-83b2-dcccf16a76a3 => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1179] 10.0.0.165 () {32 vars in 653 bytes} [Mon May 4 12:38:53 2026] GET /v2.0/extensions => generated 21706 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1180] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:53 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1181] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:53 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1182] 10.0.0.165 () {32 vars in 649 bytes} [Mon May 4 12:38:53 2026] GET /v2.0/networks => generated 1388 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1183] 10.0.0.165 () {32 vars in 647 bytes} [Mon May 4 12:38:53 2026] GET /v2.0/subnets => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:38:53.688 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b86a053-ffb2-438a-b64c-e34bb0e9bede'] response: {'server_uuid': '602ce9af-c885-4f79-86f5-cb9ff625b101', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce', 'code': 200} [pid: 8|app: 0|req: 611/1184] 10.0.0.165 () {32 vars in 723 bytes} [Mon May 4 12:38:53 2026] GET /v2.0/networks/0be9d4ba-75c5-4778-b765-96b05b6c238d => generated 710 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1185] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:53 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => 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: 612/1186] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:38:53 2026] GET /v2.0/subnets/88d9bd76-f6a9-410b-906e-2c1a3909716d => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1187] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:53 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:53.762 8 INFO neutron.pecan_wsgi.hooks.translation [None req-05a197eb-bda9-42d0-9a21-d4887b6aa092 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 613/1188] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:53 2026] DELETE /v2.0/subnets/f9d767c9-bd24-4291-8b35-85d63b708226 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:38:53.783 7 INFO neutron.pecan_wsgi.hooks.translation [None req-916083c3-bb01-4eb8-bb48-7c64c7d5652a 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 576/1189] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:53 2026] DELETE /v2.0/networks/e03465bf-65b1-42f9-8240-2db5fa5df8c4 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1190] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:53 2026] DELETE /v2.0/subnets/88d9bd76-f6a9-410b-906e-2c1a3909716d => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:54.047 7 INFO neutron_taas.services.taas.taas_plugin [None req-88218dc6-3650-4877-ae77-605ac98a2d31 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] TaaS: Handle Delete Port: b549f26f-dfb7-44c5-ae0c-7b27b1878725 2026-05-04 12:38:54.051 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88218dc6-3650-4877-ae77-605ac98a2d31 0930746753c54a68aa4fc92b53621bf4 736a4accbdd64ed0aa066a1a64048947 - - default default] Tap Mirror: Handle Delete Port: b549f26f-dfb7-44c5-ae0c-7b27b1878725 [pid: 8|app: 0|req: 615/1191] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:54 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1192] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:54 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1193] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:54 2026] GET /v2.0/security-groups?id=99c2c126-56da-4df9-b1a0-125f4795cab1&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1194] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:54 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&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: 577/1195] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:53 2026] DELETE /v2.0/networks/0be9d4ba-75c5-4778-b765-96b05b6c238d => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1196] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:54 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1197] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:54 2026] GET /v2.0/ports/69580884-6239-430d-987c-cd2f4c16f4a5 => generated 941 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:54.558 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d8dd253c-734a-4ca3-b1ac-346f9582ed6f - - - - - -] No hosting information found for port d8c4adaa-814d-46bf-b8cd-aae00502cde0: RuntimeError: No hosting information found for port d8c4adaa-814d-46bf-b8cd-aae00502cde0 2026-05-04 12:38:54.670 8 INFO neutron.db.ovn_revision_numbers_db [None req-d8dd253c-734a-4ca3-b1ac-346f9582ed6f - - - - - -] Successfully bumped revision number for resource d8c4adaa-814d-46bf-b8cd-aae00502cde0 (type: router_ports) to 2 2026-05-04 12:38:54.709 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8dd253c-734a-4ca3-b1ac-346f9582ed6f - - - - - -] OVN reports status down for port: 69580884-6239-430d-987c-cd2f4c16f4a5 2026-05-04 12:38:54.776 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d8dd253c-734a-4ca3-b1ac-346f9582ed6f - - - - - -] Logical_Switch_Port 69580884-6239-430d-987c-cd2f4c16f4a5 host information not removed, the port state is up 2026-05-04 12:38:54.777 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8dd253c-734a-4ca3-b1ac-346f9582ed6f - - - - - -] OVN reports status down for port: b549f26f-dfb7-44c5-ae0c-7b27b1878725 2026-05-04 12:38:54.786 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8dd253c-734a-4ca3-b1ac-346f9582ed6f - - - - - -] OVN reports status up for port: 69580884-6239-430d-987c-cd2f4c16f4a5 2026-05-04 12:38:54.796 8 INFO neutron.plugins.ml2.plugin [None req-d8dd253c-734a-4ca3-b1ac-346f9582ed6f - - - - - -] Attempt 1 to provision port 69580884-6239-430d-987c-cd2f4c16f4a5 2026-05-04 12:38:54.818 7 INFO neutron.db.ovn_revision_numbers_db [None req-ba40175b-5771-4cf3-b9a4-17672542205b 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] Successfully bumped revision number for resource cf614f7e-f207-4cce-ac14-f92fb95c4c9d (type: floatingips) to 1 2026-05-04 12:38:54.876 8 WARNING neutron.db.securitygroups_db [None req-33e8a196-b28b-47b4-86d4-8a77223af83c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:38:54.932 7 INFO neutron.db.ovn_revision_numbers_db [None req-ba40175b-5771-4cf3-b9a4-17672542205b 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] Successfully bumped revision number for resource cf614f7e-f207-4cce-ac14-f92fb95c4c9d (type: floatingips) to 2 2026-05-04 12:38:54.932 7 INFO neutron.db.l3_db [None req-ba40175b-5771-4cf3-b9a4-17672542205b 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] Floating IP cf614f7e-f207-4cce-ac14-f92fb95c4c9d associated. External IP: 10.96.250.206, port: f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce. [pid: 8|app: 0|req: 621/1198] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:38:54 2026] GET /v2.0/security-groups?tenant_id=736a4accbdd64ed0aa066a1a64048947&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1199] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:38:54 2026] PUT /v2.0/floatingips/cf614f7e-f207-4cce-ac14-f92fb95c4c9d => generated 855 bytes in 606 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1200] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:55 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => 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: 580/1201] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:55 2026] GET /v2.0/security-groups?id=99c2c126-56da-4df9-b1a0-125f4795cab1&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: 622/1202] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:38:54 2026] DELETE /v2.0/security-groups/877f322e-b02f-401a-8ae3-49cb0e4d7fe5 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:38:55.329 8 INFO neutron.db.ovn_revision_numbers_db [None req-d8dd253c-734a-4ca3-b1ac-346f9582ed6f - - - - - -] Successfully bumped revision number for resource 69580884-6239-430d-987c-cd2f4c16f4a5 (type: ports) to 2 2026-05-04 12:38:55.385 7 INFO neutron.services.segments.plugin [-] Segment 4d908261-cbd2-4ea8-86f8-4e99f7cb456b resource provider aggregate not found 2026-05-04 12:38:55.391 7 INFO neutron.services.segments.plugin [-] Segment 4d908261-cbd2-4ea8-86f8-4e99f7cb456b resource provider aggregate not found [pid: 7|app: 0|req: 581/1203] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:55 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:55.406 7 INFO neutron.services.segments.plugin [-] Segment 4d908261-cbd2-4ea8-86f8-4e99f7cb456b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d908261-cbd2-4ea8-86f8-4e99f7cb456b found for delete ", "request_id": "req-ee23ed25-982e-4726-889f-07ce8b709155"}]} 2026-05-04 12:38:55.408 7 INFO neutron.services.segments.plugin [-] Segment 4d908261-cbd2-4ea8-86f8-4e99f7cb456b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d908261-cbd2-4ea8-86f8-4e99f7cb456b found for delete ", "request_id": "req-39f0f608-0a3b-43fe-be04-7d6395a68d79"}]} [pid: 8|app: 0|req: 623/1204] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:55 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1205] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:55 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&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: 624/1206] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:55 2026] GET /v2.0/security-groups?id=99c2c126-56da-4df9-b1a0-125f4795cab1&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1207] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:55 2026] GET /v2.0/ports/69580884-6239-430d-987c-cd2f4c16f4a5 => generated 943 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1208] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:38:55 2026] GET /v2.0/ports?tenant_id=5177f5c8064640dea3c4e56f96add64d&device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 1232 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1209] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:38:55 2026] GET /v2.0/networks?id=ccf0d047-f7db-4b45-8355-1099719bed77 => generated 812 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:55.726 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0185909-8779-4cf0-8766-272f3ff38362'] response: {'name': 'network-changed', 'server_uuid': '602ce9af-c885-4f79-86f5-cb9ff625b101', 'tag': 'f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 586/1210] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:38:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=0f817bd7-7842-4040-a464-2d364a54520c => 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: 587/1211] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:38:55 2026] GET /v2.0/subnets?id=540872b6-4b63-4d7f-b73a-2b0c2ce893c1 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:55.793 8 INFO neutron_taas.services.taas.taas_plugin [None req-a40a2bed-9f1d-4885-bab4-b82dca1d7a8b 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] TaaS: Handle Delete Port: 69580884-6239-430d-987c-cd2f4c16f4a5 [pid: 7|app: 0|req: 588/1212] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:38:55 2026] GET /v2.0/ports?network_id=ccf0d047-f7db-4b45-8355-1099719bed77&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-05-04 12:38:55.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a40a2bed-9f1d-4885-bab4-b82dca1d7a8b 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Tap Mirror: Handle Delete Port: 69580884-6239-430d-987c-cd2f4c16f4a5 [pid: 7|app: 0|req: 589/1213] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:38:55 2026] GET /v2.0/networks/ccf0d047-f7db-4b45-8355-1099719bed77?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: 590/1214] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:38:55 2026] GET /v2.0/networks/ccf0d047-f7db-4b45-8355-1099719bed77?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1215] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:38:55 2026] PUT /v2.0/routers/2c5aa76a-bfea-4f4f-8fcc-cde4c7b58a90/remove_router_interface => generated 310 bytes in 605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1216] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:38:56 2026] GET /v2.0/ports/d8c4adaa-814d-46bf-b8cd-aae00502cde0 => generated 943 bytes in 70 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: 592/1217] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:38:56 2026] GET /v2.0/ports?tenant_id=5cf1901efc0c4828a6e4af36493432c9&device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 1232 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1218] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:38:56 2026] GET /v2.0/networks?id=e89d7658-9d8a-4b2e-8b4f-1fb095c77808 => generated 807 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1219] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:38:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce => generated 860 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1220] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:38:56 2026] GET /v2.0/subnets?id=7330f1cd-da4c-4d65-882a-c4cc26a0770c => generated 688 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1221] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:38:56 2026] GET /v2.0/ports?network_id=e89d7658-9d8a-4b2e-8b4f-1fb095c77808&device_owner=network%3Adhcp => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:56.483 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c2a6991c-eea2-41f3-874c-89f03323cfe4 - - - - - -] OVN reports status down for port: f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce 2026-05-04 12:38:56.521 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc040576-32b3-409d-acd7-af28f584addb 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] TaaS: Handle Delete Port: d8c4adaa-814d-46bf-b8cd-aae00502cde0 2026-05-04 12:38:56.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc040576-32b3-409d-acd7-af28f584addb 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Tap Mirror: Handle Delete Port: d8c4adaa-814d-46bf-b8cd-aae00502cde0 [pid: 7|app: 0|req: 597/1222] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:38:56 2026] GET /v2.0/networks/e89d7658-9d8a-4b2e-8b4f-1fb095c77808?fields=segments => generated 14 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1223] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:56 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1224] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:56 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => 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: 600/1225] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:38:56 2026] GET /v2.0/networks/e89d7658-9d8a-4b2e-8b4f-1fb095c77808?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1226] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:56 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&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: 626/1227] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:38:56 2026] PUT /v2.0/routers/2c5aa76a-bfea-4f4f-8fcc-cde4c7b58a90/remove_router_interface => generated 310 bytes in 620 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1228] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:56 2026] GET /v2.0/security-groups?id=99c2c126-56da-4df9-b1a0-125f4795cab1&fields=id&fields=name => generated 112 bytes in 46 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: 627/1229] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:38:56 2026] GET /v2.0/ports?device_id=2c5aa76a-bfea-4f4f-8fcc-cde4c7b58a90 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:56.929 7 INFO neutron.db.ovn_revision_numbers_db [None req-c2a6991c-eea2-41f3-874c-89f03323cfe4 - - - - - -] Successfully bumped revision number for resource f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce (type: ports) to 6 [pid: 7|app: 0|req: 603/1230] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:56 2026] DELETE /v2.0/routers/2c5aa76a-bfea-4f4f-8fcc-cde4c7b58a90 => generated 0 bytes in 248 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-05-04 12:38:57.242 8 INFO neutron.db.ovn_revision_numbers_db [None req-0fe982d5-426a-41b1-8a6d-a9164d36970f a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource ab92e5f2-0a6f-4160-83a1-8fa74f5c1a86 (type: security_groups) to 1 2026-05-04 12:38:57.254 8 INFO neutron.db.ovn_revision_numbers_db [None req-0fe982d5-426a-41b1-8a6d-a9164d36970f a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource 11a334b8-5b2c-478c-aab3-26bf5a1c476e (type: security_group_rules) to 0 2026-05-04 12:38:57.264 8 INFO neutron.db.ovn_revision_numbers_db [None req-0fe982d5-426a-41b1-8a6d-a9164d36970f a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource 43a84927-d4dd-456e-a1b7-9233fcf4ecb9 (type: security_group_rules) to 0 2026-05-04 12:38:57.296 8 INFO neutron.db.ovn_revision_numbers_db [None req-0fe982d5-426a-41b1-8a6d-a9164d36970f a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource aee9ee9d-3105-4366-b573-daa52ef722c8 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 604/1231] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:57 2026] DELETE /v2.0/subnets/54030294-f19b-4353-b530-1f184e9af538 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:57.309 8 INFO neutron.db.ovn_revision_numbers_db [None req-0fe982d5-426a-41b1-8a6d-a9164d36970f a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource f6cb7bb5-0eb0-4245-b64a-b97683838a31 (type: security_group_rules) to 0 2026-05-04 12:38:57.398 8 INFO neutron.db.segments_db [None req-0fe982d5-426a-41b1-8a6d-a9164d36970f a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Added segment b2f1f573-8940-478f-88ff-4babb0198806 of type geneve for network 8a32ef02-3456-43e6-80ce-ac7c5451654a [pid: 7|app: 0|req: 605/1232] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:38:57 2026] DELETE /v2.0/subnets/94bcdf87-0df0-4d67-aeda-8cb4d01829e2 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:57.530 8 INFO neutron.db.ovn_revision_numbers_db [None req-0fe982d5-426a-41b1-8a6d-a9164d36970f a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource 8a32ef02-3456-43e6-80ce-ac7c5451654a (type: networks) to 1 2026-05-04 12:38:57.584 7 INFO neutron_taas.services.taas.taas_plugin [None req-df871002-b5df-4af0-ac9e-97b15c2a121a 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] TaaS: Handle Delete Port: c8f1958d-8f15-455e-8e1b-d648b4e7cf97 2026-05-04 12:38:57.586 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df871002-b5df-4af0-ac9e-97b15c2a121a 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Tap Mirror: Handle Delete Port: c8f1958d-8f15-455e-8e1b-d648b4e7cf97 2026-05-04 12:38:57.692 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0fe982d5-426a-41b1-8a6d-a9164d36970f a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] No more DHCP agents 2026-05-04 12:38:57.693 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0fe982d5-426a-41b1-8a6d-a9164d36970f a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Unable to schedule network 8a32ef02-3456-43e6-80ce-ac7c5451654a: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:57.757 7 INFO neutron.services.segments.plugin [-] Segment 93111975-a889-4733-ae79-98727f055bcd resource provider aggregate not found 2026-05-04 12:38:57.763 7 INFO neutron.services.segments.plugin [-] Segment 93111975-a889-4733-ae79-98727f055bcd resource provider aggregate not found 2026-05-04 12:38:57.781 7 INFO neutron.services.segments.plugin [-] Segment 93111975-a889-4733-ae79-98727f055bcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93111975-a889-4733-ae79-98727f055bcd found for delete ", "request_id": "req-8f36aec1-9b33-4428-9162-69fa9e2fffff"}]} 2026-05-04 12:38:57.785 7 INFO neutron.services.segments.plugin [-] Segment 93111975-a889-4733-ae79-98727f055bcd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93111975-a889-4733-ae79-98727f055bcd found for delete ", "request_id": "req-d70c43d7-9669-4844-81b2-2db8aa36ef40"}]} 2026-05-04 12:38:57.789 8 INFO neutron.db.ovn_revision_numbers_db [None req-0fe982d5-426a-41b1-8a6d-a9164d36970f a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource ebcb6f83-db1d-4986-9360-67f7fbb36bae (type: ports) to 1 2026-05-04 12:38:57.792 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a3ef1e6-0c58-4afc-82c1-99ed31d1b569'] response: {'server_uuid': '602ce9af-c885-4f79-86f5-cb9ff625b101', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce', 'code': 200} 2026-05-04 12:38:57.793 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a3ef1e6-0c58-4afc-82c1-99ed31d1b569'] response: {'server_uuid': '602ce9af-c885-4f79-86f5-cb9ff625b101', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce', 'code': 200} [pid: 7|app: 0|req: 606/1233] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:57 2026] DELETE /v2.0/networks/87be6722-d8e0-4d3f-b96a-15e0182bc1dc => 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: 628/1234] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:56 2026] POST /v2.0/networks => generated 681 bytes in 883 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1235] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:38:57 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:57.972 8 INFO neutron_taas.services.taas.taas_plugin [None req-155589f6-a114-4e2a-bd0d-04a68b5ebab2 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] TaaS: Handle Delete Port: 5ba15e62-9d69-4b23-8b53-b7fd9a5cb4a2 2026-05-04 12:38:57.975 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-155589f6-a114-4e2a-bd0d-04a68b5ebab2 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Tap Mirror: Handle Delete Port: 5ba15e62-9d69-4b23-8b53-b7fd9a5cb4a2 2026-05-04 12:38:58.060 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cdec5d62-cdc9-422b-b652-712ca620189a - - - - - -] OVN reports status down for port: 0f817bd7-7842-4040-a464-2d364a54520c 2026-05-04 12:38:58.124 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cfbd77ea-3234-4220-b863-403b01a40379 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] No more DHCP agents 2026-05-04 12:38:58.127 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cfbd77ea-3234-4220-b863-403b01a40379 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Unable to schedule network 8a32ef02-3456-43e6-80ce-ac7c5451654a: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:58.222 8 INFO neutron.services.segments.plugin [-] Segment 4fe39ed6-41f2-40b3-9048-342b7bf3f343 resource provider aggregate not found 2026-05-04 12:38:58.229 8 INFO neutron.services.segments.plugin [-] Segment 4fe39ed6-41f2-40b3-9048-342b7bf3f343 resource provider aggregate not found 2026-05-04 12:38:58.250 8 INFO neutron.services.segments.plugin [-] Segment 4fe39ed6-41f2-40b3-9048-342b7bf3f343 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fe39ed6-41f2-40b3-9048-342b7bf3f343 found for delete ", "request_id": "req-ead7db0a-d1f4-47f8-b315-57a0cd30ac06"}]} 2026-05-04 12:38:58.252 8 INFO neutron.services.segments.plugin [-] Segment 4fe39ed6-41f2-40b3-9048-342b7bf3f343 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fe39ed6-41f2-40b3-9048-342b7bf3f343 found for delete ", "request_id": "req-d925a95d-3034-4fa9-89b6-1fde88cc4fd3"}]} [pid: 8|app: 0|req: 629/1236] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:38:57 2026] DELETE /v2.0/networks/01a590f1-3963-4050-bad1-ec5e4555e839 => generated 0 bytes in 460 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:58.433 8 INFO neutron_taas.services.taas.taas_plugin [req-1e1617ed-ffc6-4afc-813a-057c97e291f2 req-4c98d64b-76c7-4a83-bf01-a3a0a6875586 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] TaaS: Handle Delete Port: f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce 2026-05-04 12:38:58.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1e1617ed-ffc6-4afc-813a-057c97e291f2 req-4c98d64b-76c7-4a83-bf01-a3a0a6875586 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] Tap Mirror: Handle Delete Port: f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce 2026-05-04 12:38:58.495 7 INFO neutron.db.ovn_revision_numbers_db [None req-cdec5d62-cdc9-422b-b652-712ca620189a - - - - - -] Successfully bumped revision number for resource 0f817bd7-7842-4040-a464-2d364a54520c (type: ports) to 6 2026-05-04 12:38:58.587 8 INFO neutron.db.l3_db [req-1e1617ed-ffc6-4afc-813a-057c97e291f2 req-4c98d64b-76c7-4a83-bf01-a3a0a6875586 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] Floating IP cf614f7e-f207-4cce-ac14-f92fb95c4c9d disassociated. External IP: 10.96.250.206, port: f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce. [pid: 8|app: 0|req: 630/1237] 199.204.45.227 () {36 vars in 997 bytes} [Mon May 4 12:38:58 2026] DELETE /v2.0/ports/f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce => generated 0 bytes in 415 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:38:58.755 7 INFO neutron.db.ovn_revision_numbers_db [None req-cfbd77ea-3234-4220-b863-403b01a40379 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource ebcb6f83-db1d-4986-9360-67f7fbb36bae (type: ports) to 2 [pid: 8|app: 0|req: 631/1238] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:58 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1239] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:58 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:38:58.779 7 INFO neutron.db.ovn_revision_numbers_db [None req-cfbd77ea-3234-4220-b863-403b01a40379 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource 878f55f1-7c88-4307-99bc-783ae42217cb (type: subnets) to 0 [pid: 7|app: 0|req: 608/1240] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:57 2026] POST /v2.0/subnets => generated 641 bytes in 928 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:38:58.809 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3274bae-7148-4fc8-89c3-9ec666c743bf'] response: {'server_uuid': '602ce9af-c885-4f79-86f5-cb9ff625b101', 'name': 'network-vif-deleted', 'tag': 'f71ae1d3-fa3c-431f-a91a-32f8ecf1cbce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 609/1241] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:38:58 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:58.863 8 INFO neutron.db.segments_db [None req-76e7748c-769c-4e2c-b3f1-710640ae086c 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Added segment 38de5fca-a0b4-4852-bcc9-01909f2cae13 of type geneve for network 6dec5c26-9508-4f53-bd7e-5a2e36deb9de 2026-05-04 12:38:58.898 7 INFO neutron.db.segments_db [None req-4258fcbe-18f8-44b5-88d2-919ae6a64fc2 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Added segment ee6f01fa-dd33-4f1f-92d5-c486184a738b of type geneve for network 5d697f43-75a8-4446-ba85-0565f331b1a3 2026-05-04 12:38:58.964 8 INFO neutron.db.ovn_revision_numbers_db [None req-76e7748c-769c-4e2c-b3f1-710640ae086c 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 6dec5c26-9508-4f53-bd7e-5a2e36deb9de (type: networks) to 1 2026-05-04 12:38:59.004 7 INFO neutron.db.ovn_revision_numbers_db [None req-4258fcbe-18f8-44b5-88d2-919ae6a64fc2 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource 5d697f43-75a8-4446-ba85-0565f331b1a3 (type: networks) to 1 2026-05-04 12:38:59.094 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-76e7748c-769c-4e2c-b3f1-710640ae086c 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:38:59.096 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-76e7748c-769c-4e2c-b3f1-710640ae086c 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network 6dec5c26-9508-4f53-bd7e-5a2e36deb9de: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:59.172 8 INFO neutron.db.ovn_revision_numbers_db [None req-76e7748c-769c-4e2c-b3f1-710640ae086c 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource c24d3d4c-cb74-42f2-80a2-eb0c9d4b12d2 (type: ports) to 1 2026-05-04 12:38:59.176 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4258fcbe-18f8-44b5-88d2-919ae6a64fc2 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] No more DHCP agents 2026-05-04 12:38:59.177 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4258fcbe-18f8-44b5-88d2-919ae6a64fc2 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Unable to schedule network 5d697f43-75a8-4446-ba85-0565f331b1a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 633/1242] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:58 2026] POST /v2.0/networks => generated 668 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:59.225 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e872a9ae-8d08-4178-b57c-c1c736d2223e - - - - - -] OVN reports status down for port: db1fea9a-5d4e-446b-bef6-e813f3220e95 2026-05-04 12:38:59.282 7 INFO neutron.db.ovn_revision_numbers_db [None req-4258fcbe-18f8-44b5-88d2-919ae6a64fc2 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource db1fea9a-5d4e-446b-bef6-e813f3220e95 (type: ports) to 1 [pid: 7|app: 0|req: 610/1243] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:38:58 2026] POST /v2.0/networks => generated 681 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:38:59.372 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c6b3faf2-e2c9-4798-aa70-7aaecc9f81bf 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:38:59.373 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c6b3faf2-e2c9-4798-aa70-7aaecc9f81bf 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network 6dec5c26-9508-4f53-bd7e-5a2e36deb9de: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:59.442 7 INFO neutron.db.ovn_revision_numbers_db [None req-0a080681-84f7-4a49-98b8-a9cb7ca3f5fc a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource 5d697f43-75a8-4446-ba85-0565f331b1a3 (type: networks) to 2 [pid: 7|app: 0|req: 611/1244] 10.0.0.165 () {34 vars in 743 bytes} [Mon May 4 12:38:59 2026] PUT /v2.0/networks/5d697f43-75a8-4446-ba85-0565f331b1a3 => generated 636 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:38:59.611 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0c392623-b2e7-447c-94b7-c96e5e3d8292 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] No more DHCP agents 2026-05-04 12:38:59.612 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0c392623-b2e7-447c-94b7-c96e5e3d8292 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Unable to schedule network 5d697f43-75a8-4446-ba85-0565f331b1a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:38:59.804 8 INFO neutron.db.ovn_revision_numbers_db [None req-c6b3faf2-e2c9-4798-aa70-7aaecc9f81bf 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource c24d3d4c-cb74-42f2-80a2-eb0c9d4b12d2 (type: ports) to 2 2026-05-04 12:38:59.830 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b99f4097-143f-4aa4-9090-475b58837f25'] response: {'server_uuid': 'f3980028-efe8-4a45-b9d6-7e1ca41eed79', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0f817bd7-7842-4040-a464-2d364a54520c', 'code': 200} 2026-05-04 12:38:59.830 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b99f4097-143f-4aa4-9090-475b58837f25'] response: {'server_uuid': 'f3980028-efe8-4a45-b9d6-7e1ca41eed79', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0f817bd7-7842-4040-a464-2d364a54520c', 'code': 200} 2026-05-04 12:38:59.843 8 INFO neutron.db.ovn_revision_numbers_db [None req-c6b3faf2-e2c9-4798-aa70-7aaecc9f81bf 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource ef328dab-42bc-4756-b513-aa9a17ac3b21 (type: subnets) to 0 [pid: 8|app: 0|req: 634/1245] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:59 2026] POST /v2.0/subnets => generated 626 bytes in 667 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1246] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:38:59 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:00.012 8 INFO neutron.db.ovn_revision_numbers_db [None req-c279280d-af0d-4eff-8d3a-da3a488035e2 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 0518f453-b384-43e5-bc13-b12d0f85739b (type: routers) to 1 [pid: 8|app: 0|req: 636/1247] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:59 2026] POST /v2.0/routers => generated 624 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:00.076 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c392623-b2e7-447c-94b7-c96e5e3d8292 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource db1fea9a-5d4e-446b-bef6-e813f3220e95 (type: ports) to 2 2026-05-04 12:39:00.108 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c392623-b2e7-447c-94b7-c96e5e3d8292 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource eee81487-3cb9-4d60-9b7d-6892a78da5f1 (type: subnets) to 0 [pid: 8|app: 0|req: 637/1248] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:00 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1249] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:38:59 2026] POST /v2.0/subnets => generated 626 bytes in 672 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1250] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:00 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:00.393 7 INFO neutron.db.ovn_revision_numbers_db [None req-bf0676d5-18e3-4502-b7ea-118a72b62b2f a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Successfully bumped revision number for resource eee81487-3cb9-4d60-9b7d-6892a78da5f1 (type: subnets) to 1 [pid: 7|app: 0|req: 614/1251] 10.0.0.165 () {34 vars in 741 bytes} [Mon May 4 12:39:00 2026] PUT /v2.0/subnets/eee81487-3cb9-4d60-9b7d-6892a78da5f1 => generated 636 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:00.400 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-456d5a02-5eb6-44fe-b801-713ebaf34609 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:39:00.402 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-456d5a02-5eb6-44fe-b801-713ebaf34609 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network 6dec5c26-9508-4f53-bd7e-5a2e36deb9de: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:00.537 8 INFO neutron.db.ovn_revision_numbers_db [None req-456d5a02-5eb6-44fe-b801-713ebaf34609 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 4d415ad9-6009-40a6-8ef5-619ff1c9e529 (type: ports) to 1 2026-05-04 12:39:00.549 7 INFO neutron_taas.services.taas.taas_plugin [None req-4af41f89-eb67-40f3-af28-7b07708a977d a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] TaaS: Handle Delete Port: db1fea9a-5d4e-446b-bef6-e813f3220e95 2026-05-04 12:39:00.552 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4af41f89-eb67-40f3-af28-7b07708a977d a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Tap Mirror: Handle Delete Port: db1fea9a-5d4e-446b-bef6-e813f3220e95 [pid: 8|app: 0|req: 638/1252] 10.0.0.165 () {34 vars in 665 bytes} [Mon May 4 12:39:00 2026] POST /v2.0/ports => generated 948 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:39:00.834 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-1bbae6d6-507c-4f13-8ed3-d4e1ec356d67 - - - - - -] No port found with ID 69580884-6239-430d-987c-cd2f4c16f4a5: RuntimeError: No port found with ID 69580884-6239-430d-987c-cd2f4c16f4a5 2026-05-04 12:39:00.846 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1bbae6d6-507c-4f13-8ed3-d4e1ec356d67 - - - - - -] OVN reports status down for port: c402c96a-7f31-4a10-a477-b4e716155857 2026-05-04 12:39:00.848 7 INFO neutron.services.segments.plugin [-] Segment ee6f01fa-dd33-4f1f-92d5-c486184a738b resource provider aggregate not found 2026-05-04 12:39:00.858 7 INFO neutron.services.segments.plugin [-] Segment ee6f01fa-dd33-4f1f-92d5-c486184a738b resource provider aggregate not found 2026-05-04 12:39:00.873 7 INFO neutron.services.segments.plugin [-] Segment ee6f01fa-dd33-4f1f-92d5-c486184a738b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee6f01fa-dd33-4f1f-92d5-c486184a738b found for delete ", "request_id": "req-6bfcac20-d094-4e0d-a794-38a521c61a00"}]} 2026-05-04 12:39:00.880 7 INFO neutron.services.segments.plugin [-] Segment ee6f01fa-dd33-4f1f-92d5-c486184a738b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee6f01fa-dd33-4f1f-92d5-c486184a738b found for delete ", "request_id": "req-ea75edb8-f388-4c2d-9e6f-9deae8a05a58"}]} [pid: 7|app: 0|req: 615/1253] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:00 2026] DELETE /v2.0/networks/5d697f43-75a8-4446-ba85-0565f331b1a3 => generated 0 bytes in 495 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:00.906 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1bbae6d6-507c-4f13-8ed3-d4e1ec356d67 - - - - - -] OVN reports status down for port: ebcb6f83-db1d-4986-9360-67f7fbb36bae 2026-05-04 12:39:00.912 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e2fc4b4-f3f7-4660-9119-eb6b25bd7009 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 616/1254] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:00 2026] DELETE /v2.0/networks/5d697f43-75a8-4446-ba85-0565f331b1a3 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1255] 10.0.0.165 () {32 vars in 694 bytes} [Mon May 4 12:39:00 2026] GET /v2.0/networks?router%3Aexternal=True => generated 689 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1256] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:00 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1257] 10.0.0.165 () {32 vars in 742 bytes} [Mon May 4 12:39:00 2026] GET /v2.0/subnets?network_id=cf096e53-2011-4f22-83b2-dcccf16a76a3 => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:01.032 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1bbae6d6-507c-4f13-8ed3-d4e1ec356d67 - - - - - -] OVN reports status down for port: c24d3d4c-cb74-42f2-80a2-eb0c9d4b12d2 [pid: 7|app: 0|req: 620/1258] 10.0.0.165 () {32 vars in 653 bytes} [Mon May 4 12:39:01 2026] GET /v2.0/extensions => generated 21706 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-04 12:39:01.090 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e872a9ae-8d08-4178-b57c-c1c736d2223e - - - - - -] OVN reports status up for port: 0f817bd7-7842-4040-a464-2d364a54520c [pid: 7|app: 0|req: 621/1259] 10.0.0.165 () {32 vars in 649 bytes} [Mon May 4 12:39:01 2026] GET /v2.0/networks => generated 1384 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:01.118 7 INFO neutron.plugins.ml2.plugin [None req-e872a9ae-8d08-4178-b57c-c1c736d2223e - - - - - -] Attempt 1 to provision port 0f817bd7-7842-4040-a464-2d364a54520c [pid: 7|app: 0|req: 622/1260] 10.0.0.165 () {32 vars in 647 bytes} [Mon May 4 12:39:01 2026] GET /v2.0/subnets => generated 1280 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:01.245 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1bbae6d6-507c-4f13-8ed3-d4e1ec356d67 - - - - - -] OVN reports status down for port: 4d415ad9-6009-40a6-8ef5-619ff1c9e529 2026-05-04 12:39:01.290 8 INFO neutron.db.ovn_revision_numbers_db [None req-c762deb4-b38b-40a8-b2f8-3c6bf5086341 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 4d415ad9-6009-40a6-8ef5-619ff1c9e529 (type: ports) to 2 [pid: 7|app: 0|req: 623/1261] 10.0.0.165 () {32 vars in 723 bytes} [Mon May 4 12:39:01 2026] GET /v2.0/networks/8a32ef02-3456-43e6-80ce-ac7c5451654a => generated 706 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:01.351 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-1bbae6d6-507c-4f13-8ed3-d4e1ec356d67 - - - - - -] Logical_Switch_Port 4d415ad9-6009-40a6-8ef5-619ff1c9e529 host information not removed, the port state is up 2026-05-04 12:39:01.352 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1bbae6d6-507c-4f13-8ed3-d4e1ec356d67 - - - - - -] OVN reports status up for port: 4d415ad9-6009-40a6-8ef5-619ff1c9e529 2026-05-04 12:39:01.383 8 INFO neutron.plugins.ml2.plugin [None req-1bbae6d6-507c-4f13-8ed3-d4e1ec356d67 - - - - - -] Attempt 1 to provision port 4d415ad9-6009-40a6-8ef5-619ff1c9e529 [pid: 7|app: 0|req: 624/1262] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:01 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 971 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1263] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:39:01 2026] GET /v2.0/subnets/878f55f1-7c88-4307-99bc-783ae42217cb => generated 641 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1264] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:01 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:01.591 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c32cb3bd-016e-4c67-9c7d-cc45b54303cf a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 627/1265] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:01 2026] DELETE /v2.0/subnets/eee81487-3cb9-4d60-9b7d-6892a78da5f1 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:01.630 7 INFO neutron.db.ovn_revision_numbers_db [None req-e872a9ae-8d08-4178-b57c-c1c736d2223e - - - - - -] Successfully bumped revision number for resource 0f817bd7-7842-4040-a464-2d364a54520c (type: ports) to 7 2026-05-04 12:39:01.635 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c8a6bf4a-9c32-4c48-96ec-3ad5db545d43 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 628/1266] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:01 2026] DELETE /v2.0/networks/5d697f43-75a8-4446-ba85-0565f331b1a3 => generated 138 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:01.882 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec480284-1f02-4817-aba6-7cf05256352d'] response: {'server_uuid': 'f3980028-efe8-4a45-b9d6-7e1ca41eed79', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0f817bd7-7842-4040-a464-2d364a54520c', 'code': 200} 2026-05-04 12:39:01.882 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec480284-1f02-4817-aba6-7cf05256352d'] response: {'server_uuid': 'f3980028-efe8-4a45-b9d6-7e1ca41eed79', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0f817bd7-7842-4040-a464-2d364a54520c', 'code': 200} [pid: 7|app: 0|req: 629/1267] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:01 2026] DELETE /v2.0/subnets/878f55f1-7c88-4307-99bc-783ae42217cb => generated 0 bytes in 266 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-05-04 12:39:01.957 8 INFO neutron.db.ovn_revision_numbers_db [None req-1bbae6d6-507c-4f13-8ed3-d4e1ec356d67 - - - - - -] Successfully bumped revision number for resource 4d415ad9-6009-40a6-8ef5-619ff1c9e529 (type: ports) to 3 2026-05-04 12:39:02.072 7 INFO neutron_taas.services.taas.taas_plugin [None req-5adff11f-034e-436a-b9ab-e51387608bb2 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] TaaS: Handle Delete Port: ebcb6f83-db1d-4986-9360-67f7fbb36bae 2026-05-04 12:39:02.074 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5adff11f-034e-436a-b9ab-e51387608bb2 a23e7b1f82d042fea01abcdf2678a083 abacd57577a24a118e1937750326714b - - default default] Tap Mirror: Handle Delete Port: ebcb6f83-db1d-4986-9360-67f7fbb36bae [pid: 7|app: 0|req: 630/1268] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:01 2026] DELETE /v2.0/networks/8a32ef02-3456-43e6-80ce-ac7c5451654a => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1269] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:02 2026] GET /v2.0/ports?device_id=602ce9af-c885-4f79-86f5-cb9ff625b101 => 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: 632/1270] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:02 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1271] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:02 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:02.742 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c762deb4-b38b-40a8-b2f8-3c6bf5086341 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:39:02.744 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c762deb4-b38b-40a8-b2f8-3c6bf5086341 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network 6dec5c26-9508-4f53-bd7e-5a2e36deb9de: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:02.900 7 INFO neutron.services.segments.plugin [-] Segment b2f1f573-8940-478f-88ff-4babb0198806 resource provider aggregate not found 2026-05-04 12:39:02.905 7 INFO neutron.services.segments.plugin [-] Segment b2f1f573-8940-478f-88ff-4babb0198806 resource provider aggregate not found 2026-05-04 12:39:02.922 7 INFO neutron.services.segments.plugin [-] Segment b2f1f573-8940-478f-88ff-4babb0198806 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2f1f573-8940-478f-88ff-4babb0198806 found for delete ", "request_id": "req-9fa72ea6-e081-4dfd-b786-999a8ed36a36"}]} 2026-05-04 12:39:02.922 7 INFO neutron.services.segments.plugin [-] Segment b2f1f573-8940-478f-88ff-4babb0198806 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2f1f573-8940-478f-88ff-4babb0198806 found for delete ", "request_id": "req-1b7b3f1c-3c46-4de2-8caa-6624fe87729d"}]} 2026-05-04 12:39:02.977 8 INFO neutron.db.ovn_revision_numbers_db [None req-c762deb4-b38b-40a8-b2f8-3c6bf5086341 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 4d415ad9-6009-40a6-8ef5-619ff1c9e529 (type: router_ports) to 3 [pid: 8|app: 0|req: 639/1272] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:39:00 2026] PUT /v2.0/routers/0518f453-b384-43e5-bc13-b12d0f85739b/add_router_interface => generated 310 bytes in 2414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:02.985 7 WARNING neutron.db.securitygroups_db [None req-8717707a-8cba-4dd2-abbd-048f09f983d5 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 634/1273] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:02 2026] GET /v2.0/security-groups?tenant_id=abacd57577a24a118e1937750326714b&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1274] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:02 2026] GET /v2.0/ports/4d415ad9-6009-40a6-8ef5-619ff1c9e529 => generated 1010 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1275] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:03 2026] DELETE /v2.0/security-groups/ab92e5f2-0a6f-4160-83a1-8fa74f5c1a86 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:03.326 8 INFO neutron_taas.services.taas.taas_plugin [None req-26fa6951-8878-4356-84c8-c6c5af329065 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] TaaS: Handle Delete Port: 4d415ad9-6009-40a6-8ef5-619ff1c9e529 2026-05-04 12:39:03.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26fa6951-8878-4356-84c8-c6c5af329065 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Tap Mirror: Handle Delete Port: 4d415ad9-6009-40a6-8ef5-619ff1c9e529 [pid: 7|app: 0|req: 636/1276] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:03 2026] DELETE /v2.0/security-groups/99c2c126-56da-4df9-b1a0-125f4795cab1 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:03.599 7 INFO neutron.api.v2.resource [None req-4a575520-0540-41ca-8578-46e8a92b48cb 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 637/1277] 10.0.0.165 () {32 vars in 737 bytes} [Mon May 4 12:39:03 2026] GET /v2.0/security-groups/99c2c126-56da-4df9-b1a0-125f4795cab1 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1278] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:39:03 2026] PUT /v2.0/routers/0518f453-b384-43e5-bc13-b12d0f85739b/remove_router_interface => generated 310 bytes in 603 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:39:03.675 8 INFO neutron.api.v2.resource [None req-6607f460-df3e-4d85-9d5f-b0f6d0c31044 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 642/1279] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:39:03 2026] PUT /v2.0/routers/0518f453-b384-43e5-bc13-b12d0f85739b/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: 643/1280] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:03 2026] GET /v2.0/ports?device_id=0518f453-b384-43e5-bc13-b12d0f85739b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:03.717 7 INFO neutron_taas.services.taas.taas_plugin [None req-6cde35f5-009c-4347-9b0a-2c7a9853002b 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] TaaS: Handle Delete Port: aeaedac2-d0ad-40fa-9a82-635e7bdd7992 2026-05-04 12:39:03.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cde35f5-009c-4347-9b0a-2c7a9853002b 89515955f9af488f8ff0a5c4d8cd9209 5cf1901efc0c4828a6e4af36493432c9 - - default default] Tap Mirror: Handle Delete Port: aeaedac2-d0ad-40fa-9a82-635e7bdd7992 [pid: 7|app: 0|req: 638/1281] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:39:03 2026] DELETE /v2.0/floatingips/cf614f7e-f207-4cce-ac14-f92fb95c4c9d => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1282] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:03 2026] DELETE /v2.0/routers/0518f453-b384-43e5-bc13-b12d0f85739b => generated 0 bytes in 191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1283] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:03 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1284] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:03 2026] DELETE /v2.0/subnets/ef328dab-42bc-4756-b513-aa9a17ac3b21 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1285] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:04 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&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-05-04 12:39:04.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-b65947af-5bc2-49e6-b906-132c7c95bc28 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: ef0b4ce0-e254-405e-b54a-9fe9d2a86f4f 2026-05-04 12:39:04.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b65947af-5bc2-49e6-b906-132c7c95bc28 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: ef0b4ce0-e254-405e-b54a-9fe9d2a86f4f 2026-05-04 12:39:04.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-2708ffd3-b462-495c-be9f-596d08006513 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] TaaS: Handle Delete Port: c24d3d4c-cb74-42f2-80a2-eb0c9d4b12d2 2026-05-04 12:39:04.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2708ffd3-b462-495c-be9f-596d08006513 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Tap Mirror: Handle Delete Port: c24d3d4c-cb74-42f2-80a2-eb0c9d4b12d2 [pid: 7|app: 0|req: 642/1286] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:04 2026] DELETE /v2.0/networks/6dec5c26-9508-4f53-bd7e-5a2e36deb9de => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:04.555 7 INFO neutron.db.segments_db [None req-04bcd312-a91f-4916-bb91-56692792acf7 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Added segment 6abd2b68-be62-4db0-bbb2-745c5211954a of type geneve for network ddc10f3d-f473-404a-a7de-6f3243c497b8 2026-05-04 12:39:04.672 7 INFO neutron.db.ovn_revision_numbers_db [None req-04bcd312-a91f-4916-bb91-56692792acf7 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource ddc10f3d-f473-404a-a7de-6f3243c497b8 (type: networks) to 1 [pid: 8|app: 0|req: 645/1287] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:39:03 2026] PUT /v2.0/routers/e5c77ac9-d183-4b71-845e-b25393e4741e/remove_router_interface => generated 310 bytes in 916 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:39:04.859 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-04bcd312-a91f-4916-bb91-56692792acf7 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:39:04.860 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-04bcd312-a91f-4916-bb91-56692792acf7 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network ddc10f3d-f473-404a-a7de-6f3243c497b8: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:04.912 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-be0c392d-d494-4c94-a855-601e05f9803a - - - - - -] OVN reports status down for port: eaba6a03-55b3-415f-95f1-c5371f5da867 2026-05-04 12:39:04.957 7 INFO neutron.services.segments.plugin [-] Segment 38de5fca-a0b4-4852-bcc9-01909f2cae13 resource provider aggregate not found 2026-05-04 12:39:04.969 7 INFO neutron.services.segments.plugin [-] Segment 38de5fca-a0b4-4852-bcc9-01909f2cae13 resource provider aggregate not found 2026-05-04 12:39:04.983 7 INFO neutron.services.segments.plugin [-] Segment 38de5fca-a0b4-4852-bcc9-01909f2cae13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38de5fca-a0b4-4852-bcc9-01909f2cae13 found for delete ", "request_id": "req-ccc0eb1a-d4d1-4589-aa58-c5b70db8f969"}]} 2026-05-04 12:39:04.994 7 INFO neutron.services.segments.plugin [-] Segment 38de5fca-a0b4-4852-bcc9-01909f2cae13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38de5fca-a0b4-4852-bcc9-01909f2cae13 found for delete ", "request_id": "req-dff1b9c9-127d-4aa1-8f47-8b8a4771135d"}]} 2026-05-04 12:39:05.001 7 INFO neutron.db.ovn_revision_numbers_db [None req-04bcd312-a91f-4916-bb91-56692792acf7 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource eaba6a03-55b3-415f-95f1-c5371f5da867 (type: ports) to 1 [pid: 7|app: 0|req: 643/1288] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:39:04 2026] POST /v2.0/networks => generated 668 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:05.150 8 INFO neutron_taas.services.taas.taas_plugin [None req-82b4d14f-ec96-474f-a792-588763ac94f7 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: d8807d7f-3e0f-4bf7-bd54-0babcc6f0e8f 2026-05-04 12:39:05.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82b4d14f-ec96-474f-a792-588763ac94f7 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: d8807d7f-3e0f-4bf7-bd54-0babcc6f0e8f 2026-05-04 12:39:05.245 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-72b78b75-bcb5-4cf7-9404-962097e7c356 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:39:05.246 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-72b78b75-bcb5-4cf7-9404-962097e7c356 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network ddc10f3d-f473-404a-a7de-6f3243c497b8: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 646/1291] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:04 2026] DELETE /v2.0/routers/e5c77ac9-d183-4b71-845e-b25393e4741e => generated 0 bytes in 727 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:05.731 7 INFO neutron.db.ovn_revision_numbers_db [None req-72b78b75-bcb5-4cf7-9404-962097e7c356 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource eaba6a03-55b3-415f-95f1-c5371f5da867 (type: ports) to 2 2026-05-04 12:39:05.761 7 INFO neutron.db.ovn_revision_numbers_db [None req-72b78b75-bcb5-4cf7-9404-962097e7c356 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 44668ba4-afd3-4f54-8675-dec3e424b66c (type: subnets) to 0 [pid: 7|app: 0|req: 646/1292] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:05 2026] POST /v2.0/subnets => generated 626 bytes in 745 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:05.793 8 INFO neutron.db.ovn_revision_numbers_db [None req-9270d07a-616e-438a-8901-45586f9d7c4b 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource e53e389b-2310-43f1-ab4b-9f29434ab556 (type: security_groups) to 1 2026-05-04 12:39:05.801 8 INFO neutron.db.ovn_revision_numbers_db [None req-9270d07a-616e-438a-8901-45586f9d7c4b 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 57a5505a-c609-424e-ba30-01bd46df2908 (type: security_group_rules) to 0 2026-05-04 12:39:05.811 8 INFO neutron.db.ovn_revision_numbers_db [None req-9270d07a-616e-438a-8901-45586f9d7c4b 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource a090bece-38e6-4364-bd0f-83e165c7b185 (type: security_group_rules) to 0 2026-05-04 12:39:05.823 8 INFO neutron.db.ovn_revision_numbers_db [None req-9270d07a-616e-438a-8901-45586f9d7c4b 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource c49a3271-9d81-48ed-b31f-fdcc34880515 (type: security_group_rules) to 0 2026-05-04 12:39:05.833 8 INFO neutron.db.ovn_revision_numbers_db [None req-9270d07a-616e-438a-8901-45586f9d7c4b 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource d902872e-9846-42de-b34e-ce4bec217806 (type: security_group_rules) to 0 2026-05-04 12:39:05.902 8 INFO neutron.db.segments_db [None req-9270d07a-616e-438a-8901-45586f9d7c4b 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Added segment ca16edea-8ca0-4d23-8a09-f57d0d91909a of type geneve for network 052bef94-1f2d-4c75-b19e-cd55994a26ce [pid: 7|app: 0|req: 647/1293] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:05 2026] DELETE /v2.0/subnets/7330f1cd-da4c-4d65-882a-c4cc26a0770c => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:06.016 8 INFO neutron.db.ovn_revision_numbers_db [None req-9270d07a-616e-438a-8901-45586f9d7c4b 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 052bef94-1f2d-4c75-b19e-cd55994a26ce (type: networks) to 1 2026-05-04 12:39:06.073 7 INFO neutron.db.ovn_revision_numbers_db [None req-2877e468-6f7c-4df8-a153-ce33bb8bee52 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 754926a3-20e6-48ee-aaff-dfd7c593fa73 (type: routers) to 1 [pid: 7|app: 0|req: 648/1294] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:05 2026] POST /v2.0/routers => generated 623 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:06.164 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9270d07a-616e-438a-8901-45586f9d7c4b 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:06.165 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9270d07a-616e-438a-8901-45586f9d7c4b 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network 052bef94-1f2d-4c75-b19e-cd55994a26ce: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:06.187 7 INFO neutron_taas.services.taas.taas_plugin [None req-771217ac-3257-4380-a0a9-c9253aa8102d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: c7b72b61-2d80-4d30-ad8d-f646a5ab5c7f 2026-05-04 12:39:06.190 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-771217ac-3257-4380-a0a9-c9253aa8102d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: c7b72b61-2d80-4d30-ad8d-f646a5ab5c7f 2026-05-04 12:39:06.246 8 INFO neutron.db.ovn_revision_numbers_db [None req-9270d07a-616e-438a-8901-45586f9d7c4b 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 02683dfe-dd4c-4391-864e-9808e231a56c (type: ports) to 1 [pid: 8|app: 0|req: 647/1295] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:39:05 2026] POST /v2.0/networks => generated 672 bytes in 721 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1296] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:06 2026] DELETE /v2.0/networks/e89d7658-9d8a-4b2e-8b4f-1fb095c77808 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:06.462 7 INFO neutron.db.segments_db [None req-9818e7d2-fd26-47a3-ac7d-e2c749610709 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Added segment dcc00951-a6ac-4168-a66b-1bb5319c7a3a of type geneve for network 1cd3c220-5cbd-43b6-8258-a1548a153383 2026-05-04 12:39:06.571 7 INFO neutron.db.ovn_revision_numbers_db [None req-9818e7d2-fd26-47a3-ac7d-e2c749610709 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 1cd3c220-5cbd-43b6-8258-a1548a153383 (type: networks) to 1 2026-05-04 12:39:06.593 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-433bf45e-4963-4715-9230-29bf70739b7f 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:39:06.594 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-433bf45e-4963-4715-9230-29bf70739b7f 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network ddc10f3d-f473-404a-a7de-6f3243c497b8: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:06.720 8 INFO neutron.db.ovn_revision_numbers_db [None req-433bf45e-4963-4715-9230-29bf70739b7f 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 2bc12991-935a-41be-af66-9045b72aaa5d (type: ports) to 1 2026-05-04 12:39:06.724 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-be0c392d-d494-4c94-a855-601e05f9803a - - - - - -] OVN reports status down for port: 2bc12991-935a-41be-af66-9045b72aaa5d 2026-05-04 12:39:06.804 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9818e7d2-fd26-47a3-ac7d-e2c749610709 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:06.807 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9818e7d2-fd26-47a3-ac7d-e2c749610709 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network 1cd3c220-5cbd-43b6-8258-a1548a153383: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:06.865 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-be0c392d-d494-4c94-a855-601e05f9803a - - - - - -] OVN reports status down for port: 00dfea38-8757-4f60-b799-c4af9bebce12 2026-05-04 12:39:06.924 7 INFO neutron.db.ovn_revision_numbers_db [None req-9818e7d2-fd26-47a3-ac7d-e2c749610709 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 00dfea38-8757-4f60-b799-c4af9bebce12 (type: ports) to 1 [pid: 7|app: 0|req: 650/1297] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:39:06 2026] POST /v2.0/networks => generated 670 bytes in 587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:06.980 7 WARNING neutron.db.securitygroups_db [None req-6204d8ae-20cb-45d7-848b-32d14a065241 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:07.008 7 INFO neutron.services.segments.plugin [-] Segment f0f17127-1f0f-4c58-b900-0444a1a2a7fd resource provider aggregate not found 2026-05-04 12:39:07.019 7 INFO neutron.services.segments.plugin [-] Segment f0f17127-1f0f-4c58-b900-0444a1a2a7fd resource provider aggregate not found 2026-05-04 12:39:07.025 7 INFO neutron.services.segments.plugin [-] Segment f0f17127-1f0f-4c58-b900-0444a1a2a7fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0f17127-1f0f-4c58-b900-0444a1a2a7fd found for delete ", "request_id": "req-5c7fd191-611d-4cc8-8736-fb215a90aa1b"}]} [pid: 7|app: 0|req: 651/1298] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:06 2026] GET /v2.0/security-groups?tenant_id=5cf1901efc0c4828a6e4af36493432c9&name=default => generated 2925 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:07.042 7 INFO neutron.services.segments.plugin [-] Segment f0f17127-1f0f-4c58-b900-0444a1a2a7fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0f17127-1f0f-4c58-b900-0444a1a2a7fd found for delete ", "request_id": "req-0849eb27-ee24-4059-a429-d8cbf91eaf1d"}]} 2026-05-04 12:39:07.205 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-be0c392d-d494-4c94-a855-601e05f9803a - - - - - -] OVN reports status up for port: 2bc12991-935a-41be-af66-9045b72aaa5d 2026-05-04 12:39:07.218 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4d0a4324-82a2-406e-915b-8aca2c779957 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:07.222 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4d0a4324-82a2-406e-915b-8aca2c779957 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network 052bef94-1f2d-4c75-b19e-cd55994a26ce: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:07.225 7 INFO neutron.plugins.ml2.plugin [None req-be0c392d-d494-4c94-a855-601e05f9803a - - - - - -] Attempt 1 to provision port 2bc12991-935a-41be-af66-9045b72aaa5d 2026-05-04 12:39:07.281 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-433bf45e-4963-4715-9230-29bf70739b7f 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:39:07.282 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-433bf45e-4963-4715-9230-29bf70739b7f 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network ddc10f3d-f473-404a-a7de-6f3243c497b8: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:07.286 7 INFO neutron.db.ovn_revision_numbers_db [None req-4d0a4324-82a2-406e-915b-8aca2c779957 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 486b5148-e3af-4ec4-bb1d-94001448df4c (type: subnets) to 0 [pid: 7|app: 0|req: 652/1299] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:07 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:07.449 8 INFO neutron.db.ovn_revision_numbers_db [None req-433bf45e-4963-4715-9230-29bf70739b7f 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 2bc12991-935a-41be-af66-9045b72aaa5d (type: router_ports) to 1 [pid: 8|app: 0|req: 648/1300] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:39:06 2026] PUT /v2.0/routers/754926a3-20e6-48ee-aaff-dfd7c593fa73/add_router_interface => generated 310 bytes in 1188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:07.617 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-820d4513-9462-41cd-aa14-098e94c29f1e 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:07.618 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-820d4513-9462-41cd-aa14-098e94c29f1e 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network 1cd3c220-5cbd-43b6-8258-a1548a153383: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:07.639 8 INFO neutron.db.ovn_revision_numbers_db [None req-820d4513-9462-41cd-aa14-098e94c29f1e 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource ef68f713-c4db-49eb-b61d-9d60924db088 (type: subnets) to 0 [pid: 8|app: 0|req: 649/1301] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:07 2026] POST /v2.0/subnets => generated 655 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1302] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:07 2026] GET /v2.0/ports/2bc12991-935a-41be-af66-9045b72aaa5d => generated 943 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1303] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:07 2026] DELETE /v2.0/security-groups/c1cd071b-e712-43f4-828f-dc0c2680701c => generated 0 bytes in 430 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:07.802 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-c7b2fd1e-86ab-4850-8847-4a0634bc3b57 - - - - - -] No port found with ID 4d415ad9-6009-40a6-8ef5-619ff1c9e529: RuntimeError: No port found with ID 4d415ad9-6009-40a6-8ef5-619ff1c9e529 2026-05-04 12:39:07.814 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c7b2fd1e-86ab-4850-8847-4a0634bc3b57 - - - - - -] OVN reports status down for port: 02683dfe-dd4c-4391-864e-9808e231a56c [pid: 7|app: 0|req: 654/1304] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:07 2026] GET /v2.0/ports/2bc12991-935a-41be-af66-9045b72aaa5d => generated 943 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:07.902 8 INFO neutron.db.ovn_revision_numbers_db [None req-058ed22c-b4e0-4210-b976-aa90d7678b3e 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource d13cc2ee-b96a-4f61-8480-edfe0c1dc6b5 (type: routers) to 1 [pid: 8|app: 0|req: 651/1305] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:07 2026] POST /v2.0/routers => generated 627 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:07.954 7 INFO neutron.db.ovn_revision_numbers_db [None req-be0c392d-d494-4c94-a855-601e05f9803a - - - - - -] Successfully bumped revision number for resource 2bc12991-935a-41be-af66-9045b72aaa5d (type: ports) to 2 2026-05-04 12:39:08.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-5608f6bb-9ae2-465d-aea3-a941b48fb655 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] TaaS: Handle Delete Port: 2bc12991-935a-41be-af66-9045b72aaa5d 2026-05-04 12:39:08.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5608f6bb-9ae2-465d-aea3-a941b48fb655 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Tap Mirror: Handle Delete Port: 2bc12991-935a-41be-af66-9045b72aaa5d 2026-05-04 12:39:08.283 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d6230108-fdbd-4422-809b-ad53e9e313c5 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:08.284 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d6230108-fdbd-4422-809b-ad53e9e313c5 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network 052bef94-1f2d-4c75-b19e-cd55994a26ce: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:08.390 8 INFO neutron.db.ovn_revision_numbers_db [None req-d6230108-fdbd-4422-809b-ad53e9e313c5 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 4db859ad-bf73-4977-a177-6ff8d5a65285 (type: ports) to 1 [pid: 7|app: 0|req: 655/1306] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:39:07 2026] PUT /v2.0/routers/754926a3-20e6-48ee-aaff-dfd7c593fa73/remove_router_interface => generated 310 bytes in 719 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: 656/1307] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:08 2026] GET /v2.0/ports?device_id=754926a3-20e6-48ee-aaff-dfd7c593fa73 => 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: 657/1308] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:08 2026] DELETE /v2.0/routers/754926a3-20e6-48ee-aaff-dfd7c593fa73 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:08.875 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d6230108-fdbd-4422-809b-ad53e9e313c5 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:08.876 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d6230108-fdbd-4422-809b-ad53e9e313c5 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network 052bef94-1f2d-4c75-b19e-cd55994a26ce: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 658/1309] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:08 2026] DELETE /v2.0/subnets/44668ba4-afd3-4f54-8675-dec3e424b66c => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:09.062 8 INFO neutron.db.ovn_revision_numbers_db [None req-d6230108-fdbd-4422-809b-ad53e9e313c5 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 4db859ad-bf73-4977-a177-6ff8d5a65285 (type: router_ports) to 1 [pid: 8|app: 0|req: 652/1310] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:39:07 2026] PUT /v2.0/routers/d13cc2ee-b96a-4f61-8480-edfe0c1dc6b5/add_router_interface => generated 310 bytes in 1132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1311] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:09 2026] GET /v2.0/ports/4db859ad-bf73-4977-a177-6ff8d5a65285 => generated 945 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:09.176 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfa088ec-d499-4b7b-829a-4032122636ce 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] TaaS: Handle Delete Port: eaba6a03-55b3-415f-95f1-c5371f5da867 2026-05-04 12:39:09.179 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfa088ec-d499-4b7b-829a-4032122636ce 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Tap Mirror: Handle Delete Port: eaba6a03-55b3-415f-95f1-c5371f5da867 2026-05-04 12:39:09.355 7 INFO neutron.services.segments.plugin [-] Segment 6abd2b68-be62-4db0-bbb2-745c5211954a resource provider aggregate not found 2026-05-04 12:39:09.363 7 INFO neutron.services.segments.plugin [-] Segment 6abd2b68-be62-4db0-bbb2-745c5211954a resource provider aggregate not found 2026-05-04 12:39:09.368 7 INFO neutron.services.segments.plugin [-] Segment 6abd2b68-be62-4db0-bbb2-745c5211954a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6abd2b68-be62-4db0-bbb2-745c5211954a found for delete ", "request_id": "req-67a87f50-2299-4838-b6ad-300a084b0173"}]} 2026-05-04 12:39:09.384 7 INFO neutron.services.segments.plugin [-] Segment 6abd2b68-be62-4db0-bbb2-745c5211954a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6abd2b68-be62-4db0-bbb2-745c5211954a found for delete ", "request_id": "req-db46de32-370d-496e-901a-8af4d250b192"}]} [pid: 7|app: 0|req: 659/1312] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:08 2026] DELETE /v2.0/networks/ddc10f3d-f473-404a-a7de-6f3243c497b8 => generated 0 bytes in 436 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:09.550 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d6eb8fa6-4f94-482f-9af3-7d29bb075eba 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:09.551 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d6eb8fa6-4f94-482f-9af3-7d29bb075eba 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network 1cd3c220-5cbd-43b6-8258-a1548a153383: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:09.645 8 INFO neutron.db.ovn_revision_numbers_db [None req-d6eb8fa6-4f94-482f-9af3-7d29bb075eba 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 6bd740f5-066e-4013-9089-5868c9669538 (type: ports) to 1 2026-05-04 12:39:09.874 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-739f9afb-c588-49d8-9f65-e6b52a084748 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] No more DHCP agents 2026-05-04 12:39:09.876 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-739f9afb-c588-49d8-9f65-e6b52a084748 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:10.012 7 INFO neutron.db.ovn_revision_numbers_db [None req-739f9afb-c588-49d8-9f65-e6b52a084748 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 4bc4c1c1-03b4-4778-8ec3-c42089fdfc83 (type: ports) to 1 2026-05-04 12:39:10.024 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c7b2fd1e-86ab-4850-8847-4a0634bc3b57 - - - - - -] OVN reports status down for port: 4bc4c1c1-03b4-4778-8ec3-c42089fdfc83 2026-05-04 12:39:10.810 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d6eb8fa6-4f94-482f-9af3-7d29bb075eba 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:10.812 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d6eb8fa6-4f94-482f-9af3-7d29bb075eba 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network 1cd3c220-5cbd-43b6-8258-a1548a153383: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:11.006 8 INFO neutron.db.ovn_revision_numbers_db [None req-d6eb8fa6-4f94-482f-9af3-7d29bb075eba 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 6bd740f5-066e-4013-9089-5868c9669538 (type: router_ports) to 1 [pid: 8|app: 0|req: 654/1313] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:39:09 2026] PUT /v2.0/routers/d13cc2ee-b96a-4f61-8480-edfe0c1dc6b5/add_router_interface => generated 310 bytes in 1865 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:11.160 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c7b2fd1e-86ab-4850-8847-4a0634bc3b57 - - - - - -] OVN reports status up for port: 4bc4c1c1-03b4-4778-8ec3-c42089fdfc83 2026-05-04 12:39:11.170 7 INFO neutron.db.ovn_revision_numbers_db [None req-739f9afb-c588-49d8-9f65-e6b52a084748 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource 4bc4c1c1-03b4-4778-8ec3-c42089fdfc83 (type: router_ports) to 1 2026-05-04 12:39:11.191 8 INFO neutron.plugins.ml2.plugin [None req-c7b2fd1e-86ab-4850-8847-4a0634bc3b57 - - - - - -] Attempt 1 to provision port 4bc4c1c1-03b4-4778-8ec3-c42089fdfc83 2026-05-04 12:39:11.240 7 INFO neutron.db.ovn_revision_numbers_db [None req-739f9afb-c588-49d8-9f65-e6b52a084748 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource e4c972f6-3495-4f1d-9ac7-3f15383f2b66 (type: routers) to 2 [pid: 7|app: 0|req: 660/1314] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:09 2026] POST /v2.0/routers => generated 968 bytes in 1826 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1315] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:11 2026] GET /v2.0/ports/6bd740f5-066e-4013-9089-5868c9669538 => generated 953 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:11.355 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e18184f-acb2-492d-9fd2-761f14f81075 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource cbfcb45e-0329-476c-acc7-687d01427a30 (type: security_groups) to 1 2026-05-04 12:39:11.365 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e18184f-acb2-492d-9fd2-761f14f81075 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2f36e96c-bd1e-4a74-986c-a99b41c6943a (type: security_group_rules) to 0 2026-05-04 12:39:11.376 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e18184f-acb2-492d-9fd2-761f14f81075 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6b2399ba-c736-42a1-a12b-295f0215ae15 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 662/1316] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:39:11 2026] GET /v2.0/routers/e4c972f6-3495-4f1d-9ac7-3f15383f2b66 => generated 974 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:11.386 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e18184f-acb2-492d-9fd2-761f14f81075 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 79b9aedc-68e2-4d6b-8416-e24ceed27f94 (type: security_group_rules) to 0 2026-05-04 12:39:11.397 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e18184f-acb2-492d-9fd2-761f14f81075 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e2efe395-549f-40d9-97cd-7a7e7c56031c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 663/1317] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:11 2026] GET /v2.0/ports/6bd740f5-066e-4013-9089-5868c9669538 => generated 953 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:11.462 8 INFO neutron.db.segments_db [None req-3e18184f-acb2-492d-9fd2-761f14f81075 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Added segment c1ea94d5-bd69-4b23-8285-da8ea88f6c92 of type geneve for network 33cf567a-b15e-4dd4-a2de-c0fafee88a6f [pid: 7|app: 0|req: 664/1318] 10.0.0.165 () {32 vars in 647 bytes} [Mon May 4 12:39:11 2026] GET /v2.0/routers => generated 977 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:11.555 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e18184f-acb2-492d-9fd2-761f14f81075 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 33cf567a-b15e-4dd4-a2de-c0fafee88a6f (type: networks) to 1 2026-05-04 12:39:11.667 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3e18184f-acb2-492d-9fd2-761f14f81075 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:39:11.668 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3e18184f-acb2-492d-9fd2-761f14f81075 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 33cf567a-b15e-4dd4-a2de-c0fafee88a6f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:11.738 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e18184f-acb2-492d-9fd2-761f14f81075 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c6897aee-9249-45b4-af08-5f977915c57a (type: ports) to 1 [pid: 8|app: 0|req: 655/1319] 10.0.0.165 () {34 vars in 671 bytes} [Mon May 4 12:39:11 2026] POST /v2.0/networks => generated 784 bytes in 748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:11.864 7 INFO neutron.db.ovn_revision_numbers_db [None req-67c96c4f-cf6a-4bf2-824d-088968b76749 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Successfully bumped revision number for resource e4c972f6-3495-4f1d-9ac7-3f15383f2b66 (type: routers) to 3 [pid: 7|app: 0|req: 665/1320] 10.0.0.165 () {34 vars in 741 bytes} [Mon May 4 12:39:11 2026] PUT /v2.0/routers/e4c972f6-3495-4f1d-9ac7-3f15383f2b66 => generated 981 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:11.889 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b450788a-a879-4665-8783-7eb54b639a14 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:39:11.890 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b450788a-a879-4665-8783-7eb54b639a14 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 33cf567a-b15e-4dd4-a2de-c0fafee88a6f: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 666/1321] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:39:11 2026] GET /v2.0/routers/e4c972f6-3495-4f1d-9ac7-3f15383f2b66 => generated 981 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1322] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:11 2026] GET /v2.0/ports?device_id=e4c972f6-3495-4f1d-9ac7-3f15383f2b66 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:12.258 7 INFO neutron_taas.services.taas.taas_plugin [None req-881e045d-2030-4ea1-ba7e-cd7afdf0f276 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] TaaS: Handle Delete Port: 4bc4c1c1-03b4-4778-8ec3-c42089fdfc83 2026-05-04 12:39:12.260 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-881e045d-2030-4ea1-ba7e-cd7afdf0f276 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] Tap Mirror: Handle Delete Port: 4bc4c1c1-03b4-4778-8ec3-c42089fdfc83 2026-05-04 12:39:12.338 8 INFO neutron.db.ovn_revision_numbers_db [None req-b450788a-a879-4665-8783-7eb54b639a14 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c6897aee-9249-45b4-af08-5f977915c57a (type: ports) to 2 2026-05-04 12:39:12.364 8 INFO neutron.db.ovn_revision_numbers_db [None req-b450788a-a879-4665-8783-7eb54b639a14 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0b7c4daf-8eeb-453e-8994-9b46ec802e65 (type: subnets) to 0 [pid: 8|app: 0|req: 656/1323] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:11 2026] POST /v2.0/subnets => generated 691 bytes in 622 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1324] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:12 2026] DELETE /v2.0/routers/e4c972f6-3495-4f1d-9ac7-3f15383f2b66 => generated 0 bytes in 599 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1325] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:12 2026] GET /v2.0/ports/6bd740f5-066e-4013-9089-5868c9669538 => generated 953 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1326] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:12 2026] GET /v2.0/ports?device_id=e4c972f6-3495-4f1d-9ac7-3f15383f2b66 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:12.668 7 INFO neutron.api.v2.resource [None req-10229da3-4145-4a06-84d1-1f900baf9532 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 671/1327] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:12 2026] DELETE /v2.0/routers/e4c972f6-3495-4f1d-9ac7-3f15383f2b66 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1328] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:12 2026] GET /v2.0/ports?device_id=754926a3-20e6-48ee-aaff-dfd7c593fa73 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:12.702 7 INFO neutron.api.v2.resource [None req-4d9d6e81-43e8-4dae-87e8-4874e786ba0b 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 673/1329] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:12 2026] DELETE /v2.0/routers/754926a3-20e6-48ee-aaff-dfd7c593fa73 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:12.713 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9fcc6ec6-3014-4681-aa6e-8ad5d2ef6b5e 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 674/1330] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:12 2026] DELETE /v2.0/subnets/44668ba4-afd3-4f54-8675-dec3e424b66c => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1331] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:12 2026] GET /v2.0/ports?device_id=0518f453-b384-43e5-bc13-b12d0f85739b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:12.752 7 INFO neutron.api.v2.resource [None req-3d250249-cc8a-4b64-a937-c7c3f76d8221 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 676/1332] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:12 2026] DELETE /v2.0/routers/0518f453-b384-43e5-bc13-b12d0f85739b => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:12.766 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9151bf03-baf0-49ff-89b1-ab2c830a5255 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 677/1333] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:12 2026] DELETE /v2.0/subnets/ef328dab-42bc-4756-b513-aa9a17ac3b21 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:12.776 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-73983e67-2de1-4f92-a2f6-1c442c207553 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:39:12.778 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-73983e67-2de1-4f92-a2f6-1c442c207553 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 678/1334] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:12 2026] GET /v2.0/ports?device_id=2c5aa76a-bfea-4f4f-8fcc-cde4c7b58a90 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:12.801 7 INFO neutron.api.v2.resource [None req-363891d4-9970-4936-b689-30a58625f078 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 679/1335] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:12 2026] DELETE /v2.0/routers/2c5aa76a-bfea-4f4f-8fcc-cde4c7b58a90 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:12.814 7 INFO neutron.pecan_wsgi.hooks.translation [None req-368c953b-f143-4299-af04-824636051212 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 680/1336] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:12 2026] DELETE /v2.0/subnets/54030294-f19b-4353-b530-1f184e9af538 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:12.828 7 INFO neutron.pecan_wsgi.hooks.translation [None req-876335f8-a8fc-4ec4-84e1-bebb8cb5e29a 3f6814b798a344348454cba4adfc7adb d976661faa8d491aa3fcb10263aa8d63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 681/1337] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:12 2026] DELETE /v2.0/subnets/94bcdf87-0df0-4d67-aeda-8cb4d01829e2 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:12.917 8 INFO neutron.db.ovn_revision_numbers_db [None req-73983e67-2de1-4f92-a2f6-1c442c207553 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1ed4c7d7-e2f4-47df-a3ab-5e2f9bcf2ce7 (type: ports) to 1 2026-05-04 12:39:13.030 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-91a29f8d-9947-43c7-984f-92ec38e0ee4c - - - - - -] No port found with ID 2bc12991-935a-41be-af66-9045b72aaa5d: RuntimeError: No port found with ID 2bc12991-935a-41be-af66-9045b72aaa5d 2026-05-04 12:39:13.047 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-91a29f8d-9947-43c7-984f-92ec38e0ee4c - - - - - -] OVN reports status down for port: 4db859ad-bf73-4977-a177-6ff8d5a65285 2026-05-04 12:39:13.101 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-91a29f8d-9947-43c7-984f-92ec38e0ee4c - - - - - -] Logical_Switch_Port 4db859ad-bf73-4977-a177-6ff8d5a65285 host information not removed, the port state is up 2026-05-04 12:39:13.101 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-91a29f8d-9947-43c7-984f-92ec38e0ee4c - - - - - -] OVN reports status up for port: 4db859ad-bf73-4977-a177-6ff8d5a65285 2026-05-04 12:39:13.112 7 INFO neutron.plugins.ml2.plugin [None req-91a29f8d-9947-43c7-984f-92ec38e0ee4c - - - - - -] Attempt 1 to provision port 4db859ad-bf73-4977-a177-6ff8d5a65285 2026-05-04 12:39:13.354 7 WARNING neutron.db.securitygroups_db [None req-95b68dbd-61ff-453c-9fa4-037dca663e8a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 682/1338] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:13 2026] GET /v2.0/security-groups?tenant_id=d976661faa8d491aa3fcb10263aa8d63&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:13.562 8 INFO neutron.db.ovn_revision_numbers_db [None req-73983e67-2de1-4f92-a2f6-1c442c207553 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1ed4c7d7-e2f4-47df-a3ab-5e2f9bcf2ce7 (type: router_ports) to 1 2026-05-04 12:39:13.573 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-fd5d2592-a5e2-4dcd-b388-60849b92cbc2 - - - - - -] Router 43599d6d-83c7-4652-9bad-5e243d2c4757 is bound to host instance 2026-05-04 12:39:13.622 8 INFO neutron.db.ovn_revision_numbers_db [None req-73983e67-2de1-4f92-a2f6-1c442c207553 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 43599d6d-83c7-4652-9bad-5e243d2c4757 (type: routers) to 2 [pid: 8|app: 0|req: 657/1339] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:12 2026] POST /v2.0/routers => generated 990 bytes in 1246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1340] 10.0.0.42 () {34 vars in 989 bytes} [Mon May 4 12:39:13 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 1232 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:13.670 7 INFO neutron.db.ovn_revision_numbers_db [None req-91a29f8d-9947-43c7-984f-92ec38e0ee4c - - - - - -] Successfully bumped revision number for resource 4db859ad-bf73-4977-a177-6ff8d5a65285 (type: ports) to 2 [pid: 7|app: 0|req: 683/1341] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:13 2026] DELETE /v2.0/security-groups/95192e95-5464-468e-9f07-274eb4872fca => 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: 684/1342] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:13 2026] GET /v2.0/ports/6bd740f5-066e-4013-9089-5868c9669538 => generated 953 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1343] 10.0.0.42 () {34 vars in 1039 bytes} [Mon May 4 12:39:13 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:14.059 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b99ffdbd-4065-4027-b03d-09cf16cc14f3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:39:14.060 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b99ffdbd-4065-4027-b03d-09cf16cc14f3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 33cf567a-b15e-4dd4-a2de-c0fafee88a6f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:14.240 8 INFO neutron.db.ovn_revision_numbers_db [None req-b99ffdbd-4065-4027-b03d-09cf16cc14f3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 873dcb82-3618-4910-b08b-9f0dd3b601e2 (type: ports) to 1 2026-05-04 12:39:14.564 7 INFO neutron.db.ovn_revision_numbers_db [None req-e97943a8-cb1c-4cce-8463-2cb4f1c09943 - - - - - -] Successfully bumped revision number for resource 1ed4c7d7-e2f4-47df-a3ab-5e2f9bcf2ce7 (type: ports) to 4 2026-05-04 12:39:14.877 7 INFO neutron.db.ovn_revision_numbers_db [None req-e97943a8-cb1c-4cce-8463-2cb4f1c09943 - - - - - -] Successfully bumped revision number for resource 1ed4c7d7-e2f4-47df-a3ab-5e2f9bcf2ce7 (type: ports) to 5 2026-05-04 12:39:14.917 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b99ffdbd-4065-4027-b03d-09cf16cc14f3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:39:14.918 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b99ffdbd-4065-4027-b03d-09cf16cc14f3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 33cf567a-b15e-4dd4-a2de-c0fafee88a6f: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 686/1344] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:14 2026] GET /v2.0/ports/6bd740f5-066e-4013-9089-5868c9669538 => generated 953 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:15.381 8 INFO neutron.db.ovn_revision_numbers_db [None req-b99ffdbd-4065-4027-b03d-09cf16cc14f3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 873dcb82-3618-4910-b08b-9f0dd3b601e2 (type: router_ports) to 1 [pid: 8|app: 0|req: 659/1345] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:39:13 2026] PUT /v2.0/routers/43599d6d-83c7-4652-9bad-5e243d2c4757/add_router_interface => generated 310 bytes in 1719 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1346] 10.0.0.165 () {32 vars in 623 bytes} [Mon May 4 12:39:15 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1347] 10.0.0.165 () {32 vars in 633 bytes} [Mon May 4 12:39:15 2026] GET /v2.0/ => generated 632 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1348] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:15 2026] GET /v2.0/ports/6bd740f5-066e-4013-9089-5868c9669538 => generated 953 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:16.162 8 WARNING neutron.db.securitygroups_db [None req-402c12c4-d5ce-482a-8d8a-480b47159914 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:16.277 8 INFO neutron.db.ovn_revision_numbers_db [None req-402c12c4-d5ce-482a-8d8a-480b47159914 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 71144526-f4b4-46aa-9285-5558e342d2a6 (type: security_groups) to 1 2026-05-04 12:39:16.291 8 INFO neutron.db.ovn_revision_numbers_db [None req-402c12c4-d5ce-482a-8d8a-480b47159914 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 32960179-25df-4e2e-91ba-73ce3fbe83f4 (type: security_group_rules) to 0 2026-05-04 12:39:16.302 8 INFO neutron.db.ovn_revision_numbers_db [None req-402c12c4-d5ce-482a-8d8a-480b47159914 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource cc781e4c-0c2f-42c1-82ad-f8650892ed7f (type: security_group_rules) to 0 2026-05-04 12:39:16.314 8 INFO neutron.db.ovn_revision_numbers_db [None req-402c12c4-d5ce-482a-8d8a-480b47159914 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d218992a-c357-449c-805e-7dbd4ca80faa (type: security_group_rules) to 0 2026-05-04 12:39:16.325 8 INFO neutron.db.ovn_revision_numbers_db [None req-402c12c4-d5ce-482a-8d8a-480b47159914 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f1c8be63-3e8c-47c7-9c7a-db6b8477393b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 689/1349] 10.0.0.25 () {34 vars in 981 bytes} [Mon May 4 12:39:16 2026] GET /v2.0/networks?id=33cf567a-b15e-4dd4-a2de-c0fafee88a6f => generated 714 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1350] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:16 2026] GET /v2.0/security-groups?tenant_id=eec09b3c68b24f61b5255d9324afcc8b&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1351] 10.0.0.25 () {34 vars in 964 bytes} [Mon May 4 12:39:16 2026] GET /v2.0/quotas/a60a1915b013402f924296326c9e960d => 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: 691/1352] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:39:16 2026] GET /v2.0/ports?tenant_id=a60a1915b013402f924296326c9e960d&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1353] 10.0.0.25 () {34 vars in 1007 bytes} [Mon May 4 12:39:16 2026] GET /v2.0/networks/33cf567a-b15e-4dd4-a2de-c0fafee88a6f?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1354] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:16 2026] DELETE /v2.0/security-groups/71144526-f4b4-46aa-9285-5558e342d2a6 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1355] 10.0.0.25 () {34 vars in 1107 bytes} [Mon May 4 12:39:16 2026] GET /v2.0/networks/33cf567a-b15e-4dd4-a2de-c0fafee88a6f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1356] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:16 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:16.911 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-c7b2fd1e-86ab-4850-8847-4a0634bc3b57 - - - - - -] No port found with ID 4bc4c1c1-03b4-4778-8ec3-c42089fdfc83: RuntimeError: No port found with ID 4bc4c1c1-03b4-4778-8ec3-c42089fdfc83 2026-05-04 12:39:16.912 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c7b2fd1e-86ab-4850-8847-4a0634bc3b57 - - - - - -] OVN reports status down for port: 1ed4c7d7-e2f4-47df-a3ab-5e2f9bcf2ce7 [pid: 7|app: 0|req: 694/1357] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:17 2026] GET /v2.0/ports/6bd740f5-066e-4013-9089-5868c9669538 => generated 953 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:17.191 8 INFO neutron.db.ovn_revision_numbers_db [None req-c7b2fd1e-86ab-4850-8847-4a0634bc3b57 - - - - - -] Successfully bumped revision number for resource 1ed4c7d7-e2f4-47df-a3ab-5e2f9bcf2ce7 (type: ports) to 6 2026-05-04 12:39:17.275 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-9b2a3376-0631-4c77-a195-da4caae55012 - - - - - -] Logical_Switch_Port 1ed4c7d7-e2f4-47df-a3ab-5e2f9bcf2ce7 host information not removed, the port state is up 2026-05-04 12:39:17.275 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9b2a3376-0631-4c77-a195-da4caae55012 - - - - - -] OVN reports status up for port: 1ed4c7d7-e2f4-47df-a3ab-5e2f9bcf2ce7 2026-05-04 12:39:17.287 8 INFO neutron.plugins.ml2.plugin [None req-9b2a3376-0631-4c77-a195-da4caae55012 - - - - - -] Attempt 1 to provision port 1ed4c7d7-e2f4-47df-a3ab-5e2f9bcf2ce7 2026-05-04 12:39:17.613 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b2a3376-0631-4c77-a195-da4caae55012 - - - - - -] Successfully bumped revision number for resource 1ed4c7d7-e2f4-47df-a3ab-5e2f9bcf2ce7 (type: ports) to 7 2026-05-04 12:39:17.698 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1c687e8a-b694-462a-980b-3bad8d987e5f - - - - - -] OVN reports status down for port: 873dcb82-3618-4910-b08b-9f0dd3b601e2 [pid: 8|app: 0|req: 664/1358] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:17 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:17.792 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-1c687e8a-b694-462a-980b-3bad8d987e5f - - - - - -] Logical_Switch_Port 873dcb82-3618-4910-b08b-9f0dd3b601e2 host information not removed, the port state is up 2026-05-04 12:39:17.793 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1c687e8a-b694-462a-980b-3bad8d987e5f - - - - - -] OVN reports status up for port: 873dcb82-3618-4910-b08b-9f0dd3b601e2 2026-05-04 12:39:17.804 8 INFO neutron.plugins.ml2.plugin [None req-1c687e8a-b694-462a-980b-3bad8d987e5f - - - - - -] Attempt 1 to provision port 873dcb82-3618-4910-b08b-9f0dd3b601e2 2026-05-04 12:39:18.200 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c687e8a-b694-462a-980b-3bad8d987e5f - - - - - -] Successfully bumped revision number for resource 873dcb82-3618-4910-b08b-9f0dd3b601e2 (type: ports) to 2 [pid: 7|app: 0|req: 695/1359] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:18 2026] GET /v2.0/ports/6bd740f5-066e-4013-9089-5868c9669538 => generated 953 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:18.796 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-778613a0-48dc-4872-bed4-68b43352537f - - - - - -] No hosting information found for port 4db859ad-bf73-4977-a177-6ff8d5a65285: RuntimeError: No hosting information found for port 4db859ad-bf73-4977-a177-6ff8d5a65285 [pid: 8|app: 0|req: 665/1360] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:18 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:18.887 7 INFO neutron.db.ovn_revision_numbers_db [None req-778613a0-48dc-4872-bed4-68b43352537f - - - - - -] Successfully bumped revision number for resource 4db859ad-bf73-4977-a177-6ff8d5a65285 (type: router_ports) to 2 2026-05-04 12:39:18.888 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-778613a0-48dc-4872-bed4-68b43352537f - - - - - -] OVN reports status down for port: 6bd740f5-066e-4013-9089-5868c9669538 2026-05-04 12:39:18.951 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-778613a0-48dc-4872-bed4-68b43352537f - - - - - -] Logical_Switch_Port 6bd740f5-066e-4013-9089-5868c9669538 host information not removed, the port state is up 2026-05-04 12:39:18.951 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-778613a0-48dc-4872-bed4-68b43352537f - - - - - -] OVN reports status up for port: 6bd740f5-066e-4013-9089-5868c9669538 2026-05-04 12:39:18.962 7 INFO neutron.plugins.ml2.plugin [None req-778613a0-48dc-4872-bed4-68b43352537f - - - - - -] Attempt 1 to provision port 6bd740f5-066e-4013-9089-5868c9669538 [pid: 7|app: 0|req: 696/1361] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:19 2026] GET /v2.0/ports/6bd740f5-066e-4013-9089-5868c9669538 => generated 955 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:19.367 7 INFO neutron.db.ovn_revision_numbers_db [None req-778613a0-48dc-4872-bed4-68b43352537f - - - - - -] Successfully bumped revision number for resource 6bd740f5-066e-4013-9089-5868c9669538 (type: ports) to 2 2026-05-04 12:39:19.564 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b94dd68-05b0-45c9-9404-e481a2c11583 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] TaaS: Handle Delete Port: 6bd740f5-066e-4013-9089-5868c9669538 2026-05-04 12:39:19.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b94dd68-05b0-45c9-9404-e481a2c11583 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Tap Mirror: Handle Delete Port: 6bd740f5-066e-4013-9089-5868c9669538 [pid: 7|app: 0|req: 697/1362] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:19 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1363] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:19 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1364] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:39:19 2026] PUT /v2.0/routers/d13cc2ee-b96a-4f61-8480-edfe0c1dc6b5/remove_router_interface => generated 310 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1365] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:19 2026] GET /v2.0/ports/4db859ad-bf73-4977-a177-6ff8d5a65285 => generated 947 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:39:19.978 8 WARNING neutron.db.securitygroups_db [None req-0a040322-7388-4804-a9e9-492bd961e5ea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:20.094 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a040322-7388-4804-a9e9-492bd961e5ea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8d4046bc-9a96-41a1-817d-a06f90127411 (type: security_groups) to 1 2026-05-04 12:39:20.106 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a040322-7388-4804-a9e9-492bd961e5ea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2ba59cce-06e5-4b86-a7bb-97cc0f70eb0e (type: security_group_rules) to 0 2026-05-04 12:39:20.117 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a040322-7388-4804-a9e9-492bd961e5ea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3ac959bc-3511-4166-ad40-1ea306261b22 (type: security_group_rules) to 0 2026-05-04 12:39:20.130 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a040322-7388-4804-a9e9-492bd961e5ea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3f6be114-6b3e-451b-9680-5ad56ccd0d1e (type: security_group_rules) to 0 2026-05-04 12:39:20.142 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a040322-7388-4804-a9e9-492bd961e5ea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f529e4f6-b38d-4cb0-b434-428f2ea0366c (type: security_group_rules) to 0 2026-05-04 12:39:20.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2e0b9ea-ec6e-492f-a8e3-4f574e509e71 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] TaaS: Handle Delete Port: 4db859ad-bf73-4977-a177-6ff8d5a65285 2026-05-04 12:39:20.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2e0b9ea-ec6e-492f-a8e3-4f574e509e71 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Tap Mirror: Handle Delete Port: 4db859ad-bf73-4977-a177-6ff8d5a65285 [pid: 8|app: 0|req: 667/1366] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:19 2026] GET /v2.0/security-groups?tenant_id=0510398cabcb486ebef4092b11ffda8b&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1367] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:20 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1368] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:20 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => 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: 700/1371] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:39:19 2026] PUT /v2.0/routers/d13cc2ee-b96a-4f61-8480-edfe0c1dc6b5/remove_router_interface => generated 310 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1372] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:20 2026] DELETE /v2.0/security-groups/8d4046bc-9a96-41a1-817d-a06f90127411 => generated 0 bytes in 170 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: 701/1373] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:20 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1374] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:20 2026] GET /v2.0/ports?device_id=d13cc2ee-b96a-4f61-8480-edfe0c1dc6b5 => 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: 702/1375] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:20 2026] DELETE /v2.0/routers/d13cc2ee-b96a-4f61-8480-edfe0c1dc6b5 => 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: 674/1376] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:20 2026] DELETE /v2.0/subnets/ef68f713-c4db-49eb-b61d-9d60924db088 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1377] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:20 2026] DELETE /v2.0/subnets/486b5148-e3af-4ec4-bb1d-94001448df4c => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1378] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:39:20 2026] GET /v2.0/networks?id=33cf567a-b15e-4dd4-a2de-c0fafee88a6f => generated 714 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:21.102 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3dbc43d-3f55-4885-99f1-7b492ab763ae 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] TaaS: Handle Delete Port: 00dfea38-8757-4f60-b799-c4af9bebce12 2026-05-04 12:39:21.104 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3dbc43d-3f55-4885-99f1-7b492ab763ae 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Tap Mirror: Handle Delete Port: 00dfea38-8757-4f60-b799-c4af9bebce12 2026-05-04 12:39:21.266 8 INFO neutron.services.segments.plugin [-] Segment dcc00951-a6ac-4168-a66b-1bb5319c7a3a resource provider aggregate not found 2026-05-04 12:39:21.272 8 INFO neutron.services.segments.plugin [-] Segment dcc00951-a6ac-4168-a66b-1bb5319c7a3a resource provider aggregate not found 2026-05-04 12:39:21.286 8 INFO neutron.services.segments.plugin [-] Segment dcc00951-a6ac-4168-a66b-1bb5319c7a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcc00951-a6ac-4168-a66b-1bb5319c7a3a found for delete ", "request_id": "req-be3a27e8-6cf1-439e-9538-06268dd79a6f"}]} 2026-05-04 12:39:21.295 8 INFO neutron.services.segments.plugin [-] Segment dcc00951-a6ac-4168-a66b-1bb5319c7a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcc00951-a6ac-4168-a66b-1bb5319c7a3a found for delete ", "request_id": "req-ab73b575-fd04-4bf5-be3b-e30de2d07f5e"}]} [pid: 8|app: 0|req: 675/1379] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:20 2026] DELETE /v2.0/networks/1cd3c220-5cbd-43b6-8258-a1548a153383 => generated 0 bytes in 423 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:21.445 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-1696d4bd-761f-4544-96a6-01b120bd356e req-983b0b7b-d6a8-488e-82c7-a92db6e2cb89 eafc77bcd3d944b1afbdf757fd7a9fab a60a1915b013402f924296326c9e960d - - default default] No more DHCP agents 2026-05-04 12:39:21.447 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-1696d4bd-761f-4544-96a6-01b120bd356e req-983b0b7b-d6a8-488e-82c7-a92db6e2cb89 eafc77bcd3d944b1afbdf757fd7a9fab a60a1915b013402f924296326c9e960d - - default default] Unable to schedule network 33cf567a-b15e-4dd4-a2de-c0fafee88a6f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:21.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a773fda-c546-4a9c-9694-d26d97aa8bf4 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] TaaS: Handle Delete Port: 02683dfe-dd4c-4391-864e-9808e231a56c 2026-05-04 12:39:21.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a773fda-c546-4a9c-9694-d26d97aa8bf4 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Tap Mirror: Handle Delete Port: 02683dfe-dd4c-4391-864e-9808e231a56c 2026-05-04 12:39:21.636 7 INFO neutron.db.ovn_revision_numbers_db [req-1696d4bd-761f-4544-96a6-01b120bd356e req-983b0b7b-d6a8-488e-82c7-a92db6e2cb89 eafc77bcd3d944b1afbdf757fd7a9fab a60a1915b013402f924296326c9e960d - - default default] Successfully bumped revision number for resource 5f36e98b-63f7-4010-a4ec-972c050b7170 (type: ports) to 1 [pid: 8|app: 0|req: 676/1380] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:21 2026] DELETE /v2.0/networks/052bef94-1f2d-4c75-b19e-cd55994a26ce => 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: 705/1381] 199.204.45.227 () {38 vars in 955 bytes} [Mon May 4 12:39:21 2026] POST /v2.0/ports => generated 958 bytes in 675 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: 706/1382] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:21 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1383] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:21 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 961 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:21.819 7 INFO neutron.db.segments_db [None req-7885541e-a56d-45bd-83b0-5b4f37d717a5 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Added segment ef135721-76ce-4cc6-820c-2506f4fd0bd9 of type geneve for network f98730c6-649e-4c1a-befe-8961358e105c 2026-05-04 12:39:21.923 7 INFO neutron.db.ovn_revision_numbers_db [None req-7885541e-a56d-45bd-83b0-5b4f37d717a5 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource f98730c6-649e-4c1a-befe-8961358e105c (type: networks) to 1 2026-05-04 12:39:22.112 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7885541e-a56d-45bd-83b0-5b4f37d717a5 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:22.113 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7885541e-a56d-45bd-83b0-5b4f37d717a5 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network f98730c6-649e-4c1a-befe-8961358e105c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:22.129 8 INFO neutron.db.ovn_revision_numbers_db [req-1696d4bd-761f-4544-96a6-01b120bd356e req-220bcafa-bd76-41e9-8e25-61d01df6797e 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 5f36e98b-63f7-4010-a4ec-972c050b7170 (type: ports) to 2 2026-05-04 12:39:22.200 7 INFO neutron.db.ovn_revision_numbers_db [None req-7885541e-a56d-45bd-83b0-5b4f37d717a5 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 21eaacc6-43b0-48b1-b1f4-bbbd2ca3730b (type: ports) to 1 [pid: 7|app: 0|req: 707/1384] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:39:21 2026] POST /v2.0/networks => generated 671 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1385] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:22 2026] GET /v2.0/security-groups?id=eea7e222-fd64-4ebc-9fcb-54b564e618aa&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1386] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:22 2026] GET /v2.0/security-groups?id=cbfcb45e-0329-476c-acc7-687d01427a30&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1387] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:39:22 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:22.390 8 INFO neutron.db.ovn_revision_numbers_db [req-1696d4bd-761f-4544-96a6-01b120bd356e req-220bcafa-bd76-41e9-8e25-61d01df6797e 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 5f36e98b-63f7-4010-a4ec-972c050b7170 (type: ports) to 4 [pid: 8|app: 0|req: 678/1388] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:39:21 2026] PUT /v2.0/ports/5f36e98b-63f7-4010-a4ec-972c050b7170 => generated 1231 bytes in 644 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:39:22.441 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-669fa754-ba57-4628-92f4-6e3a21c78a77'] response: {'name': 'network-changed', 'server_uuid': 'ab4ae98d-33c5-48a9-9516-80149212df04', 'tag': '5f36e98b-63f7-4010-a4ec-972c050b7170', 'status': 'completed', 'code': 200} 2026-05-04 12:39:22.497 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-359dffb5-4a82-4f49-b2c7-c55b2ec682dc 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:22.498 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-359dffb5-4a82-4f49-b2c7-c55b2ec682dc 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network f98730c6-649e-4c1a-befe-8961358e105c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:22.533 7 INFO neutron.db.ovn_revision_numbers_db [None req-359dffb5-4a82-4f49-b2c7-c55b2ec682dc 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource b06b7c23-4a07-4234-8557-8742756bfe6f (type: subnets) to 0 2026-05-04 12:39:22.537 8 INFO neutron_taas.services.taas.taas_plugin [req-cfadcd33-3ada-4ccd-917d-bb00e7c7637f req-2c30cc49-1972-4438-9c92-669404619813 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] TaaS: Handle Delete Port: 0f817bd7-7842-4040-a464-2d364a54520c 2026-05-04 12:39:22.543 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cfadcd33-3ada-4ccd-917d-bb00e7c7637f req-2c30cc49-1972-4438-9c92-669404619813 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] Tap Mirror: Handle Delete Port: 0f817bd7-7842-4040-a464-2d364a54520c [pid: 7|app: 0|req: 711/1389] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:22 2026] POST /v2.0/subnets => generated 646 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:22.663 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d025213-41a3-4c70-8760-67561be60653 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource a75c772a-0432-4274-8edb-77260d99b123 (type: routers) to 1 [pid: 7|app: 0|req: 712/1390] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:22 2026] POST /v2.0/routers => generated 627 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:22.725 8 INFO neutron.db.l3_db [req-cfadcd33-3ada-4ccd-917d-bb00e7c7637f req-2c30cc49-1972-4438-9c92-669404619813 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] Floating IP 3eb4e428-f12f-4b2e-9b40-970727d8f10a disassociated. External IP: 10.96.250.219, port: 0f817bd7-7842-4040-a464-2d364a54520c. [pid: 8|app: 0|req: 679/1391] 199.204.45.227 () {36 vars in 997 bytes} [Mon May 4 12:39:22 2026] DELETE /v2.0/ports/0f817bd7-7842-4040-a464-2d364a54520c => generated 0 bytes in 416 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:22.984 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-df9be800-c2c9-42ef-90c3-d490373c9191 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:22.985 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-df9be800-c2c9-42ef-90c3-d490373c9191 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network f98730c6-649e-4c1a-befe-8961358e105c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 680/1392] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:39:22 2026] GET /v2.0/ports?tenant_id=a60a1915b013402f924296326c9e960d&device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 1234 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1393] 199.204.45.227 () {34 vars in 1018 bytes} [Mon May 4 12:39:23 2026] GET /v2.0/networks?tenant_id=a60a1915b013402f924296326c9e960d&shared=False => generated 812 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1394] 199.204.45.227 () {34 vars in 930 bytes} [Mon May 4 12:39:23 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:23.125 7 INFO neutron.db.ovn_revision_numbers_db [None req-df9be800-c2c9-42ef-90c3-d490373c9191 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource dd769099-0352-4300-ac36-ea3160c94a33 (type: ports) to 1 [pid: 7|app: 0|req: 713/1395] 10.0.0.165 () {34 vars in 665 bytes} [Mon May 4 12:39:22 2026] POST /v2.0/ports => generated 964 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:23.304 8 INFO neutron.services.segments.plugin [-] Segment ca16edea-8ca0-4d23-8a09-f57d0d91909a resource provider aggregate not found 2026-05-04 12:39:23.313 8 INFO neutron.services.segments.plugin [-] Segment ca16edea-8ca0-4d23-8a09-f57d0d91909a resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:39:23.326 8 INFO neutron.services.segments.plugin [-] Segment ca16edea-8ca0-4d23-8a09-f57d0d91909a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca16edea-8ca0-4d23-8a09-f57d0d91909a found for delete ", "request_id": "req-f8bb84dc-9e1d-44fc-a30a-e86aba8a2205"}]} 2026-05-04 12:39:23.326 8 INFO neutron.services.segments.plugin [-] Segment ca16edea-8ca0-4d23-8a09-f57d0d91909a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca16edea-8ca0-4d23-8a09-f57d0d91909a found for delete ", "request_id": "req-d11132b8-a4a0-45a7-a07a-aa6d52b5e96b"}]} [pid: 7|app: 0|req: 714/1396] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:23 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => 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: 715/1397] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:23 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1398] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:23 2026] GET /v2.0/security-groups?id=cbfcb45e-0329-476c-acc7-687d01427a30&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:23.436 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] No hosting information found for port 873dcb82-3618-4910-b08b-9f0dd3b601e2: RuntimeError: No hosting information found for port 873dcb82-3618-4910-b08b-9f0dd3b601e2 2026-05-04 12:39:23.514 8 INFO neutron.common.ovn.utils [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] HA Chassis Group neutron-33cf567a-b15e-4dd4-a2de-c0fafee88a6f synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:39:23.682 8 INFO neutron.db.ovn_revision_numbers_db [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] Successfully bumped revision number for resource 873dcb82-3618-4910-b08b-9f0dd3b601e2 (type: router_ports) to 2 2026-05-04 12:39:23.781 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] OVN reports status down for port: 21eaacc6-43b0-48b1-b1f4-bbbd2ca3730b 2026-05-04 12:39:23.783 8 INFO neutron.db.ovn_revision_numbers_db [None req-ab1f5b0b-ac26-4f69-974f-0d6df9a768db 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource dd769099-0352-4300-ac36-ea3160c94a33 (type: ports) to 2 [pid: 7|app: 0|req: 717/1399] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:39:24 2026] GET /v2.0/ports?tenant_id=a60a1915b013402f924296326c9e960d&device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 1234 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1400] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:39:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5f36e98b-63f7-4010-a4ec-972c050b7170 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1401] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:39:24 2026] GET /v2.0/subnets?id=0b7c4daf-8eeb-453e-8994-9b46ec802e65 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1402] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:39:24 2026] GET /v2.0/ports?network_id=33cf567a-b15e-4dd4-a2de-c0fafee88a6f&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: 721/1403] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:39:24 2026] GET /v2.0/networks/33cf567a-b15e-4dd4-a2de-c0fafee88a6f?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: 722/1404] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:39:24 2026] GET /v2.0/networks/33cf567a-b15e-4dd4-a2de-c0fafee88a6f?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-05-04 12:39:24.371 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-1438e146-c945-4f89-bf40-953c475e0a03 - - - - - -] No port found with ID 6bd740f5-066e-4013-9089-5868c9669538: RuntimeError: No port found with ID 6bd740f5-066e-4013-9089-5868c9669538 2026-05-04 12:39:24.382 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1438e146-c945-4f89-bf40-953c475e0a03 - - - - - -] OVN reports status down for port: c6897aee-9249-45b4-af08-5f977915c57a 2026-05-04 12:39:24.438 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ab1f5b0b-ac26-4f69-974f-0d6df9a768db 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:24.440 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ab1f5b0b-ac26-4f69-974f-0d6df9a768db 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network f98730c6-649e-4c1a-befe-8961358e105c: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 723/1405] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:24 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:24.493 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8128fee1-cc0f-4c1e-b7e4-345e012ba262'] response: {'server_uuid': 'f3980028-efe8-4a45-b9d6-7e1ca41eed79', 'name': 'network-vif-deleted', 'tag': '0f817bd7-7842-4040-a464-2d364a54520c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 724/1406] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:24 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:24.574 7 INFO neutron.common.ovn.utils [None req-1438e146-c945-4f89-bf40-953c475e0a03 - - - - - -] HA Chassis Group neutron-33cf567a-b15e-4dd4-a2de-c0fafee88a6f synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:39:24.589 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1438e146-c945-4f89-bf40-953c475e0a03 - - - - - -] OVN reports status down for port: 0f817bd7-7842-4040-a464-2d364a54520c 2026-05-04 12:39:24.630 8 INFO neutron.db.ovn_revision_numbers_db [None req-ab1f5b0b-ac26-4f69-974f-0d6df9a768db 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource dd769099-0352-4300-ac36-ea3160c94a33 (type: router_ports) to 2 2026-05-04 12:39:24.634 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1438e146-c945-4f89-bf40-953c475e0a03 - - - - - -] OVN reports status down for port: 5f36e98b-63f7-4010-a4ec-972c050b7170 [pid: 8|app: 0|req: 683/1407] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:39:23 2026] PUT /v2.0/routers/a75c772a-0432-4274-8edb-77260d99b123/add_router_interface => generated 310 bytes in 1478 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: 725/1408] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:24 2026] GET /v2.0/security-groups?id=cbfcb45e-0329-476c-acc7-687d01427a30&fields=id&fields=name => generated 88 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1409] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:24 2026] GET /v2.0/ports/dd769099-0352-4300-ac36-ea3160c94a33 => generated 1024 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:24.787 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1438e146-c945-4f89-bf40-953c475e0a03 - - - - - -] OVN reports status down for port: dd769099-0352-4300-ac36-ea3160c94a33 2026-05-04 12:39:24.865 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-11b2dba2-7d0f-41ed-aac6-e2bcf29e7c61'] response: {'server_uuid': 'ab4ae98d-33c5-48a9-9516-80149212df04', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5f36e98b-63f7-4010-a4ec-972c050b7170', 'code': 200} 2026-05-04 12:39:24.969 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-1438e146-c945-4f89-bf40-953c475e0a03 - - - - - -] Logical_Switch_Port dd769099-0352-4300-ac36-ea3160c94a33 host information not removed, the port state is up 2026-05-04 12:39:24.969 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1438e146-c945-4f89-bf40-953c475e0a03 - - - - - -] OVN reports status up for port: dd769099-0352-4300-ac36-ea3160c94a33 2026-05-04 12:39:24.986 7 INFO neutron.plugins.ml2.plugin [None req-1438e146-c945-4f89-bf40-953c475e0a03 - - - - - -] Attempt 1 to provision port dd769099-0352-4300-ac36-ea3160c94a33 2026-05-04 12:39:25.236 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e15f34f-db0c-44f6-82a5-b944be09acf3 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] TaaS: Handle Delete Port: dd769099-0352-4300-ac36-ea3160c94a33 2026-05-04 12:39:25.241 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e15f34f-db0c-44f6-82a5-b944be09acf3 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Tap Mirror: Handle Delete Port: dd769099-0352-4300-ac36-ea3160c94a33 [pid: 8|app: 0|req: 685/1410] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:25 2026] GET /v2.0/ports?device_id=f3980028-efe8-4a45-b9d6-7e1ca41eed79 => 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: 726/1411] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:39:24 2026] PUT /v2.0/routers/a75c772a-0432-4274-8edb-77260d99b123/remove_router_interface => generated 310 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:39:25.760 8 INFO neutron.api.v2.resource [None req-a1cc8d99-edac-412b-941c-52fffa9feb13 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 686/1412] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:39:25 2026] PUT /v2.0/routers/a75c772a-0432-4274-8edb-77260d99b123/remove_router_interface => generated 197 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1413] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:25 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1414] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:25 2026] GET /v2.0/ports?device_id=a75c772a-0432-4274-8edb-77260d99b123 => 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: 728/1415] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:25 2026] GET /v2.0/security-groups?id=cbfcb45e-0329-476c-acc7-687d01427a30&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1416] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:25 2026] DELETE /v2.0/routers/a75c772a-0432-4274-8edb-77260d99b123 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1417] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:25 2026] DELETE /v2.0/subnets/b06b7c23-4a07-4234-8557-8742756bfe6f => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:26.220 8 INFO neutron_taas.services.taas.taas_plugin [None req-58ef7284-f49c-40e8-84b3-60a3d63b170b 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] TaaS: Handle Delete Port: 21eaacc6-43b0-48b1-b1f4-bbbd2ca3730b 2026-05-04 12:39:26.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58ef7284-f49c-40e8-84b3-60a3d63b170b 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Tap Mirror: Handle Delete Port: 21eaacc6-43b0-48b1-b1f4-bbbd2ca3730b 2026-05-04 12:39:26.411 8 INFO neutron.services.segments.plugin [-] Segment ef135721-76ce-4cc6-820c-2506f4fd0bd9 resource provider aggregate not found 2026-05-04 12:39:26.420 8 INFO neutron.services.segments.plugin [-] Segment ef135721-76ce-4cc6-820c-2506f4fd0bd9 resource provider aggregate not found 2026-05-04 12:39:26.431 8 INFO neutron.services.segments.plugin [-] Segment ef135721-76ce-4cc6-820c-2506f4fd0bd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef135721-76ce-4cc6-820c-2506f4fd0bd9 found for delete ", "request_id": "req-ecd9dc33-8583-405b-9a53-16bce7a2df91"}]} 2026-05-04 12:39:26.447 8 INFO neutron.services.segments.plugin [-] Segment ef135721-76ce-4cc6-820c-2506f4fd0bd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef135721-76ce-4cc6-820c-2506f4fd0bd9 found for delete ", "request_id": "req-9322935c-aaff-4d8a-9e8f-e6e9f69e3620"}]} [pid: 8|app: 0|req: 689/1418] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:26 2026] DELETE /v2.0/networks/f98730c6-649e-4c1a-befe-8961358e105c => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:26.569 7 INFO neutron.db.segments_db [None req-b180cefe-3405-42c6-a730-8df3693cd32c 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Added segment fb32049a-c8c9-48a3-8d46-2316377edd85 of type geneve for network 00d1836b-157a-4854-9278-1ddb6f25e486 2026-05-04 12:39:26.690 7 INFO neutron.db.ovn_revision_numbers_db [None req-b180cefe-3405-42c6-a730-8df3693cd32c 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 00d1836b-157a-4854-9278-1ddb6f25e486 (type: networks) to 1 [pid: 8|app: 0|req: 690/1419] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:26 2026] DELETE /v2.0/security-groups/eea7e222-fd64-4ebc-9fcb-54b564e618aa => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:26.801 8 INFO neutron.api.v2.resource [None req-4e97361b-17c0-4387-9b90-8977fe45b636 efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 691/1420] 10.0.0.165 () {32 vars in 737 bytes} [Mon May 4 12:39:26 2026] GET /v2.0/security-groups/eea7e222-fd64-4ebc-9fcb-54b564e618aa => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:26.860 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b180cefe-3405-42c6-a730-8df3693cd32c 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:26.861 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b180cefe-3405-42c6-a730-8df3693cd32c 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network 00d1836b-157a-4854-9278-1ddb6f25e486: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:26.925 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] OVN reports status down for port: 7f7d0b43-0e21-452b-935f-ea7b119fd438 2026-05-04 12:39:26.938 7 INFO neutron.db.ovn_revision_numbers_db [None req-b180cefe-3405-42c6-a730-8df3693cd32c 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 7f7d0b43-0e21-452b-935f-ea7b119fd438 (type: ports) to 1 [pid: 7|app: 0|req: 730/1421] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:39:26 2026] POST /v2.0/networks => generated 671 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:26.998 8 INFO neutron_taas.services.taas.taas_plugin [None req-c28cf540-3061-44a7-92ad-5ec8543ff41a efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] TaaS: Handle Delete Port: e0bf9a03-a7d9-4ea2-83c0-46b1be96cd3f 2026-05-04 12:39:27.000 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8b28b82f-ad30-4af7-990a-86ed33baad03 - - - - - -] OVN reports status up for port: 5f36e98b-63f7-4010-a4ec-972c050b7170 2026-05-04 12:39:27.006 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c28cf540-3061-44a7-92ad-5ec8543ff41a efb4d651ada1409db30bff7ba2e5538f 5177f5c8064640dea3c4e56f96add64d - - default default] Tap Mirror: Handle Delete Port: e0bf9a03-a7d9-4ea2-83c0-46b1be96cd3f 2026-05-04 12:39:27.026 7 INFO neutron.plugins.ml2.plugin [None req-8b28b82f-ad30-4af7-990a-86ed33baad03 - - - - - -] Attempt 1 to provision port 5f36e98b-63f7-4010-a4ec-972c050b7170 [pid: 7|app: 0|req: 731/1422] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:26 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 973 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1423] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:39:26 2026] DELETE /v2.0/floatingips/3eb4e428-f12f-4b2e-9b40-970727d8f10a => generated 0 bytes in 395 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:27.238 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-24fcddbc-3f2e-4a23-bd99-50c99746d8fb'] response: {'server_uuid': 'ab4ae98d-33c5-48a9-9516-80149212df04', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5f36e98b-63f7-4010-a4ec-972c050b7170', 'code': 200} [pid: 8|app: 0|req: 693/1424] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:27 2026] GET /v2.0/security-groups?id=cbfcb45e-0329-476c-acc7-687d01427a30&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:27.416 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0ba893c6-8dca-4f67-97b7-dfabf1d9c572 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:27.418 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0ba893c6-8dca-4f67-97b7-dfabf1d9c572 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network 00d1836b-157a-4854-9278-1ddb6f25e486: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:27.464 7 INFO neutron.db.ovn_revision_numbers_db [None req-0ba893c6-8dca-4f67-97b7-dfabf1d9c572 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 911c538e-6c15-4539-b406-d8dc72f2805d (type: subnets) to 0 2026-05-04 12:39:27.468 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b28b82f-ad30-4af7-990a-86ed33baad03 - - - - - -] Successfully bumped revision number for resource 5f36e98b-63f7-4010-a4ec-972c050b7170 (type: ports) to 5 [pid: 7|app: 0|req: 732/1425] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:27 2026] POST /v2.0/subnets => generated 646 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:27.518 8 INFO neutron_taas.services.taas.taas_plugin [None req-27f024eb-2ea9-4577-9ba7-f5bcb5d4abcc a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: d665260c-90c9-401b-8cfa-a44791dd7cda 2026-05-04 12:39:27.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27f024eb-2ea9-4577-9ba7-f5bcb5d4abcc a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: d665260c-90c9-401b-8cfa-a44791dd7cda 2026-05-04 12:39:27.646 7 INFO neutron.db.ovn_revision_numbers_db [None req-20032d03-fe33-4060-9ad6-a7c896b07828 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource 531cd99b-e156-4310-8f8b-ae74f3c251ed (type: routers) to 1 [pid: 7|app: 0|req: 733/1426] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:27 2026] POST /v2.0/routers => generated 627 bytes in 170 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: 694/1427] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:39:27 2026] PUT /v2.0/routers/83a1685c-e848-4fad-8097-5360b5efddb9/remove_router_interface => generated 310 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:39:28.110 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-31e66606-1ae9-4327-9d7b-bb140568e701 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:28.112 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-31e66606-1ae9-4327-9d7b-bb140568e701 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network 00d1836b-157a-4854-9278-1ddb6f25e486: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:28.194 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5f9ace55-4500-495e-89fe-92d527589e79 - - - - - -] OVN reports status down for port: e6dd8945-44a0-4b5a-a154-8c215b00b15a 2026-05-04 12:39:28.253 7 INFO neutron.db.ovn_revision_numbers_db [None req-31e66606-1ae9-4327-9d7b-bb140568e701 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource e6dd8945-44a0-4b5a-a154-8c215b00b15a (type: ports) to 1 2026-05-04 12:39:28.412 8 INFO neutron_taas.services.taas.taas_plugin [None req-aea39c1a-4745-4481-9180-2d93ac014273 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 805b9c82-5e84-4f80-b615-281cd260d0ae 2026-05-04 12:39:28.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aea39c1a-4745-4481-9180-2d93ac014273 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 805b9c82-5e84-4f80-b615-281cd260d0ae 2026-05-04 12:39:28.769 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5f9ace55-4500-495e-89fe-92d527589e79 - - - - - -] OVN reports status up for port: e6dd8945-44a0-4b5a-a154-8c215b00b15a 2026-05-04 12:39:28.792 7 INFO neutron.plugins.ml2.plugin [None req-5f9ace55-4500-495e-89fe-92d527589e79 - - - - - -] Attempt 1 to provision port e6dd8945-44a0-4b5a-a154-8c215b00b15a [pid: 8|app: 0|req: 695/1428] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:28 2026] DELETE /v2.0/routers/83a1685c-e848-4fad-8097-5360b5efddb9 => generated 0 bytes in 784 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:28.962 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-31e66606-1ae9-4327-9d7b-bb140568e701 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:28.965 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-31e66606-1ae9-4327-9d7b-bb140568e701 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network 00d1836b-157a-4854-9278-1ddb6f25e486: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 696/1429] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:28 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1430] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:28 2026] DELETE /v2.0/subnets/540872b6-4b63-4d7f-b73a-2b0c2ce893c1 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1431] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:29 2026] GET /v2.0/security-groups?id=cbfcb45e-0329-476c-acc7-687d01427a30&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:29.273 8 INFO neutron_taas.services.taas.taas_plugin [None req-98bf9568-2edb-4c8e-80ce-8c77f05ea66c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: c866e90c-9d5b-4078-be5b-7ae4c884c3e3 2026-05-04 12:39:29.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98bf9568-2edb-4c8e-80ce-8c77f05ea66c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: c866e90c-9d5b-4078-be5b-7ae4c884c3e3 2026-05-04 12:39:29.287 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b7a78a2-1765-4393-a795-4a09262947bc'] response: {'server_uuid': 'ab4ae98d-33c5-48a9-9516-80149212df04', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5f36e98b-63f7-4010-a4ec-972c050b7170', 'code': 200} 2026-05-04 12:39:29.376 7 INFO neutron.db.ovn_revision_numbers_db [None req-31e66606-1ae9-4327-9d7b-bb140568e701 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource e6dd8945-44a0-4b5a-a154-8c215b00b15a (type: router_ports) to 1 [pid: 7|app: 0|req: 734/1432] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:39:27 2026] PUT /v2.0/routers/531cd99b-e156-4310-8f8b-ae74f3c251ed/add_router_interface => generated 310 bytes in 1720 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:29.459 8 INFO neutron.services.segments.plugin [-] Segment 16ec076f-064f-4d2d-a3e7-3952358505b4 resource provider aggregate not found 2026-05-04 12:39:29.463 8 INFO neutron.services.segments.plugin [-] Segment 16ec076f-064f-4d2d-a3e7-3952358505b4 resource provider aggregate not found 2026-05-04 12:39:29.476 8 INFO neutron.services.segments.plugin [-] Segment 16ec076f-064f-4d2d-a3e7-3952358505b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16ec076f-064f-4d2d-a3e7-3952358505b4 found for delete ", "request_id": "req-f1918d14-0384-4ff1-8c94-2a991a712ca9"}]} [pid: 7|app: 0|req: 735/1433] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:29 2026] GET /v2.0/ports/e6dd8945-44a0-4b5a-a154-8c215b00b15a => generated 947 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:29.489 8 INFO neutron.services.segments.plugin [-] Segment 16ec076f-064f-4d2d-a3e7-3952358505b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16ec076f-064f-4d2d-a3e7-3952358505b4 found for delete ", "request_id": "req-7e4eee77-64d3-4c7f-bbe6-ba79e71c2e71"}]} [pid: 8|app: 0|req: 699/1434] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:29 2026] DELETE /v2.0/networks/ccf0d047-f7db-4b45-8355-1099719bed77 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1435] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:39:29 2026] GET /v2.0/ports/e6dd8945-44a0-4b5a-a154-8c215b00b15a => generated 947 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:29.574 7 INFO neutron.db.ovn_revision_numbers_db [None req-5f9ace55-4500-495e-89fe-92d527589e79 - - - - - -] Successfully bumped revision number for resource e6dd8945-44a0-4b5a-a154-8c215b00b15a (type: ports) to 2 2026-05-04 12:39:29.734 7 WARNING neutron.db.securitygroups_db [None req-1a221e2f-16db-480e-b550-5abc7ae5f402 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 737/1436] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:29 2026] GET /v2.0/security-groups?tenant_id=5177f5c8064640dea3c4e56f96add64d&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:29.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce83222f-7dd7-4e37-8b51-58ffac8baf2c 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] TaaS: Handle Delete Port: e6dd8945-44a0-4b5a-a154-8c215b00b15a 2026-05-04 12:39:29.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce83222f-7dd7-4e37-8b51-58ffac8baf2c 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Tap Mirror: Handle Delete Port: e6dd8945-44a0-4b5a-a154-8c215b00b15a [pid: 7|app: 0|req: 738/1437] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:29 2026] DELETE /v2.0/security-groups/68c2c2d8-dbdb-478a-ad22-63a29b41da87 => 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: 700/1438] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:39:29 2026] PUT /v2.0/routers/531cd99b-e156-4310-8f8b-ae74f3c251ed/remove_router_interface => generated 310 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1439] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:30 2026] GET /v2.0/ports?device_id=531cd99b-e156-4310-8f8b-ae74f3c251ed => generated 12 bytes in 21 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: 701/1440] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:30 2026] DELETE /v2.0/routers/531cd99b-e156-4310-8f8b-ae74f3c251ed => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1441] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:30 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:30.361 7 WARNING neutron.db.securitygroups_db [None req-3b4a4909-b9e9-419d-b4a9-a868934affd1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 703/1442] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:30 2026] DELETE /v2.0/subnets/911c538e-6c15-4539-b406-d8dc72f2805d => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1443] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:30 2026] GET /v2.0/security-groups?id=cbfcb45e-0329-476c-acc7-687d01427a30&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:30.492 7 INFO neutron.db.ovn_revision_numbers_db [None req-3b4a4909-b9e9-419d-b4a9-a868934affd1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource db0aff58-78ee-4e0f-be21-bb4cf331c6bf (type: security_groups) to 1 2026-05-04 12:39:30.509 7 INFO neutron.db.ovn_revision_numbers_db [None req-3b4a4909-b9e9-419d-b4a9-a868934affd1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3d78fb22-acde-400a-90c9-1784c72a3408 (type: security_group_rules) to 0 2026-05-04 12:39:30.539 7 INFO neutron.db.ovn_revision_numbers_db [None req-3b4a4909-b9e9-419d-b4a9-a868934affd1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6b150180-58f5-492f-a280-e2d5e4a78511 (type: security_group_rules) to 0 2026-05-04 12:39:30.555 7 INFO neutron.db.ovn_revision_numbers_db [None req-3b4a4909-b9e9-419d-b4a9-a868934affd1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c202c783-0625-47de-a2ca-26434a1a526d (type: security_group_rules) to 0 2026-05-04 12:39:30.573 7 INFO neutron.db.ovn_revision_numbers_db [None req-3b4a4909-b9e9-419d-b4a9-a868934affd1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e10172be-1fa6-4964-9220-b1a5e83b6c63 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 740/1444] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:30 2026] GET /v2.0/security-groups?tenant_id=1baea26dc6044dab87b984e0b3bc108f&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:30.624 8 INFO neutron_taas.services.taas.taas_plugin [None req-50a5209e-5f28-478c-b8a8-92e2f03cda6f 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] TaaS: Handle Delete Port: 7f7d0b43-0e21-452b-935f-ea7b119fd438 2026-05-04 12:39:30.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50a5209e-5f28-478c-b8a8-92e2f03cda6f 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Tap Mirror: Handle Delete Port: 7f7d0b43-0e21-452b-935f-ea7b119fd438 [pid: 7|app: 0|req: 741/1445] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:30 2026] DELETE /v2.0/security-groups/db0aff58-78ee-4e0f-be21-bb4cf331c6bf => 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: 705/1446] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:30 2026] DELETE /v2.0/networks/00d1836b-157a-4854-9278-1ddb6f25e486 => 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: 742/1447] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:30 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1448] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:30 2026] GET /v2.0/security-groups?id=cbfcb45e-0329-476c-acc7-687d01427a30&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-05-04 12:39:31.349 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-645025ad-772d-44d9-900b-6366a3958e62 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] No more DHCP agents 2026-05-04 12:39:31.350 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-645025ad-772d-44d9-900b-6366a3958e62 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:31.498 8 INFO neutron.services.segments.plugin [-] Segment fb32049a-c8c9-48a3-8d46-2316377edd85 resource provider aggregate not found 2026-05-04 12:39:31.505 8 INFO neutron.db.ovn_revision_numbers_db [None req-645025ad-772d-44d9-900b-6366a3958e62 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource d48bac96-4a39-4a38-aa84-af7308afc45d (type: ports) to 1 2026-05-04 12:39:31.510 8 INFO neutron.services.segments.plugin [-] Segment fb32049a-c8c9-48a3-8d46-2316377edd85 resource provider aggregate not found 2026-05-04 12:39:31.527 8 INFO neutron.services.segments.plugin [-] Segment fb32049a-c8c9-48a3-8d46-2316377edd85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb32049a-c8c9-48a3-8d46-2316377edd85 found for delete ", "request_id": "req-966791fa-9660-430c-8598-bf8b5efade70"}]} 2026-05-04 12:39:31.528 8 INFO neutron.services.segments.plugin [-] Segment fb32049a-c8c9-48a3-8d46-2316377edd85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb32049a-c8c9-48a3-8d46-2316377edd85 found for delete ", "request_id": "req-ee4841e9-305e-4506-a4d9-fc12ac00cb29"}]} [pid: 7|app: 0|req: 744/1449] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:31 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1450] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:39:32 2026] GET /v2.0/security-groups?id=cbfcb45e-0329-476c-acc7-687d01427a30&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-05-04 12:39:32.144 8 INFO neutron.db.ovn_revision_numbers_db [None req-645025ad-772d-44d9-900b-6366a3958e62 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource d48bac96-4a39-4a38-aa84-af7308afc45d (type: router_ports) to 1 2026-05-04 12:39:32.205 8 INFO neutron.db.ovn_revision_numbers_db [None req-645025ad-772d-44d9-900b-6366a3958e62 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource bee9338e-ab01-4155-bfa3-5de35a973299 (type: routers) to 2 [pid: 8|app: 0|req: 706/1451] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:30 2026] POST /v2.0/routers => generated 973 bytes in 1342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1452] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:39:32 2026] GET /v2.0/routers/bee9338e-ab01-4155-bfa3-5de35a973299 => generated 979 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1453] 10.0.0.165 () {32 vars in 647 bytes} [Mon May 4 12:39:32 2026] GET /v2.0/routers => generated 982 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:32.788 7 INFO neutron.db.ovn_revision_numbers_db [None req-df56253e-3231-482e-9f12-1412b9cc5807 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Successfully bumped revision number for resource bee9338e-ab01-4155-bfa3-5de35a973299 (type: routers) to 3 [pid: 7|app: 0|req: 747/1454] 10.0.0.165 () {34 vars in 741 bytes} [Mon May 4 12:39:32 2026] PUT /v2.0/routers/bee9338e-ab01-4155-bfa3-5de35a973299 => generated 986 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1455] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:39:32 2026] GET /v2.0/routers/bee9338e-ab01-4155-bfa3-5de35a973299 => generated 986 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1456] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:32 2026] GET /v2.0/ports?device_id=bee9338e-ab01-4155-bfa3-5de35a973299 => 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: 749/1457] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:39:33 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:33.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-a02fbf94-85ac-408a-b67c-89e4d71a657d 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] TaaS: Handle Delete Port: d48bac96-4a39-4a38-aa84-af7308afc45d 2026-05-04 12:39:33.138 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a02fbf94-85ac-408a-b67c-89e4d71a657d 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] Tap Mirror: Handle Delete Port: d48bac96-4a39-4a38-aa84-af7308afc45d 2026-05-04 12:39:33.233 7 INFO neutron_taas.services.taas.taas_plugin [req-76b52467-aa71-4c03-bf0b-afabf31e35e5 req-1102085c-7e40-413d-8722-88ee58d4961d eafc77bcd3d944b1afbdf757fd7a9fab a60a1915b013402f924296326c9e960d - - default default] TaaS: Handle Delete Port: 5f36e98b-63f7-4010-a4ec-972c050b7170 2026-05-04 12:39:33.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-76b52467-aa71-4c03-bf0b-afabf31e35e5 req-1102085c-7e40-413d-8722-88ee58d4961d eafc77bcd3d944b1afbdf757fd7a9fab a60a1915b013402f924296326c9e960d - - default default] Tap Mirror: Handle Delete Port: 5f36e98b-63f7-4010-a4ec-972c050b7170 [pid: 7|app: 0|req: 750/1458] 199.204.45.227 () {36 vars in 997 bytes} [Mon May 4 12:39:33 2026] DELETE /v2.0/ports/5f36e98b-63f7-4010-a4ec-972c050b7170 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1459] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:33 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:33.406 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce583111-31ba-449a-b239-af7135686b96'] response: {'server_uuid': 'ab4ae98d-33c5-48a9-9516-80149212df04', 'name': 'network-vif-deleted', 'tag': '5f36e98b-63f7-4010-a4ec-972c050b7170', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 709/1460] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:32 2026] DELETE /v2.0/routers/bee9338e-ab01-4155-bfa3-5de35a973299 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1461] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:33 2026] GET /v2.0/ports?device_id=bee9338e-ab01-4155-bfa3-5de35a973299 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:33.587 8 INFO neutron.api.v2.resource [None req-413f74f8-842b-474b-aeb8-cf87498e62b4 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 710/1462] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:33 2026] DELETE /v2.0/routers/bee9338e-ab01-4155-bfa3-5de35a973299 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1463] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:33 2026] GET /v2.0/ports?device_id=531cd99b-e156-4310-8f8b-ae74f3c251ed => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:33.632 8 INFO neutron.api.v2.resource [None req-201b3d0b-2434-4251-a291-f58c87356e20 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 711/1464] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:33 2026] DELETE /v2.0/routers/531cd99b-e156-4310-8f8b-ae74f3c251ed => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:33.651 7 INFO neutron.pecan_wsgi.hooks.translation [None req-367658b4-99c3-4394-9292-b84de4169f08 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 754/1465] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:33 2026] DELETE /v2.0/subnets/911c538e-6c15-4539-b406-d8dc72f2805d => 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: 712/1466] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:33 2026] GET /v2.0/ports?device_id=a75c772a-0432-4274-8edb-77260d99b123 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:33.698 7 INFO neutron.api.v2.resource [None req-c3cd1eb4-6819-4b38-aec5-be327d0160df 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 755/1467] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:33 2026] DELETE /v2.0/routers/a75c772a-0432-4274-8edb-77260d99b123 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:33.714 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed74d5e8-25b0-4f8e-bb44-ff4f6c8fa85d 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 713/1468] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:33 2026] DELETE /v2.0/subnets/b06b7c23-4a07-4234-8557-8742756bfe6f => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1469] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:39:33 2026] GET /v2.0/ports?device_id=d13cc2ee-b96a-4f61-8480-edfe0c1dc6b5 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:33.764 8 INFO neutron.api.v2.resource [None req-ea900676-e059-46cf-9a0d-e5c765d722a3 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 714/1470] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:33 2026] DELETE /v2.0/routers/d13cc2ee-b96a-4f61-8480-edfe0c1dc6b5 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:33.786 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66dcb84b-9caa-4509-a228-c97a4125dc3b 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 757/1471] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:33 2026] DELETE /v2.0/subnets/ef68f713-c4db-49eb-b61d-9d60924db088 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:33.810 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c276e9c-d9ae-4eea-a476-7e564e583f2b 33112488715d4b5b99eee05fab8639a7 5772f70f78e74b298140ef1a0dffe48f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 715/1472] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:33 2026] DELETE /v2.0/subnets/486b5148-e3af-4ec4-bb1d-94001448df4c => 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: 758/1473] 10.0.0.131 () {32 vars in 802 bytes} [Mon May 4 12:39:34 2026] GET /v2.0/extensions => generated 21706 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1474] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:34 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:34.529 8 WARNING neutron.db.securitygroups_db [None req-825c9bdf-00fd-4cb8-88f5-4214643e5a18 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 716/1475] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:34 2026] GET /v2.0/security-groups?tenant_id=5772f70f78e74b298140ef1a0dffe48f&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1476] 10.0.0.131 () {32 vars in 863 bytes} [Mon May 4 12:39:34 2026] GET /v2.0/quotas/c1b92dc0be284d7788c9d4edc3b4a388/details => generated 847 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1477] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:34 2026] DELETE /v2.0/security-groups/e53e389b-2310-43f1-ab4b-9f29434ab556 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:35.061 8 WARNING neutron.db.securitygroups_db [None req-ccab8edf-4a18-45cb-98ee-997ffcc19fc0 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:35.161 8 INFO neutron.db.ovn_revision_numbers_db [None req-ccab8edf-4a18-45cb-98ee-997ffcc19fc0 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4bd38151-5694-496c-8eee-8cc4b6338e41 (type: security_groups) to 1 2026-05-04 12:39:35.175 8 INFO neutron.db.ovn_revision_numbers_db [None req-ccab8edf-4a18-45cb-98ee-997ffcc19fc0 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6549b35d-af92-4395-8529-419ea0b9116d (type: security_group_rules) to 0 2026-05-04 12:39:35.186 8 INFO neutron.db.ovn_revision_numbers_db [None req-ccab8edf-4a18-45cb-98ee-997ffcc19fc0 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8d253a81-158b-4a37-8881-7af98b25e904 (type: security_group_rules) to 0 2026-05-04 12:39:35.197 8 INFO neutron.db.ovn_revision_numbers_db [None req-ccab8edf-4a18-45cb-98ee-997ffcc19fc0 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e31b680e-6410-43b8-90a2-398d84f409e6 (type: security_group_rules) to 0 2026-05-04 12:39:35.207 8 INFO neutron.db.ovn_revision_numbers_db [None req-ccab8edf-4a18-45cb-98ee-997ffcc19fc0 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f872dc4b-f0b4-4fd5-8f1e-da9ccb6116b7 (type: security_group_rules) to 0 2026-05-04 12:39:35.221 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] No port found with ID e6dd8945-44a0-4b5a-a154-8c215b00b15a: RuntimeError: No port found with ID e6dd8945-44a0-4b5a-a154-8c215b00b15a [pid: 8|app: 0|req: 718/1480] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:34 2026] GET /v2.0/security-groups?tenant_id=70a8a98a7e2d47d88a058aee799b5f9d&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:35.247 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: d48bac96-4a39-4a38-aa84-af7308afc45d 2026-05-04 12:39:35.258 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: 5f36e98b-63f7-4010-a4ec-972c050b7170 2026-05-04 12:39:35.273 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status up for port: d48bac96-4a39-4a38-aa84-af7308afc45d [pid: 7|app: 0|req: 763/1481] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:35 2026] DELETE /v2.0/security-groups/4bd38151-5694-496c-8eee-8cc4b6338e41 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:35.555 8 WARNING neutron.db.securitygroups_db [None req-0e9b7b6c-8b44-48b3-ad34-f873b8f2ebd2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 764/1482] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:39:35 2026] GET /v2.0/ports?device_id=ab4ae98d-33c5-48a9-9516-80149212df04 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:35.670 8 INFO neutron.db.ovn_revision_numbers_db [None req-0e9b7b6c-8b44-48b3-ad34-f873b8f2ebd2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource bbabbb5f-9303-4d38-8280-17e59a32801d (type: security_groups) to 1 2026-05-04 12:39:35.686 8 INFO neutron.db.ovn_revision_numbers_db [None req-0e9b7b6c-8b44-48b3-ad34-f873b8f2ebd2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 30cc62ff-1f1c-41f8-97b3-997d486cf932 (type: security_group_rules) to 0 2026-05-04 12:39:35.698 8 INFO neutron.db.ovn_revision_numbers_db [None req-0e9b7b6c-8b44-48b3-ad34-f873b8f2ebd2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5b970480-6c94-4b7b-9df8-ed514083b737 (type: security_group_rules) to 0 2026-05-04 12:39:35.709 8 INFO neutron.db.ovn_revision_numbers_db [None req-0e9b7b6c-8b44-48b3-ad34-f873b8f2ebd2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c9a9fd06-7d58-4cc6-be3e-fcc976af6bae (type: security_group_rules) to 0 2026-05-04 12:39:35.720 8 INFO neutron.db.ovn_revision_numbers_db [None req-0e9b7b6c-8b44-48b3-ad34-f873b8f2ebd2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource fd08d07f-d798-47e1-ac90-2e3df849457e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 719/1483] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:35 2026] GET /v2.0/security-groups?tenant_id=e14aae5ea2564144a2b8a5f539ca6608&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1484] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:35 2026] DELETE /v2.0/security-groups/bbabbb5f-9303-4d38-8280-17e59a32801d => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1485] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:39:35 2026] GET /v2.0/subnets => generated 1989 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1486] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:39:36 2026] GET /v2.0/routers => generated 999 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1487] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:39:36 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: 767/1488] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:39:36 2026] GET /v2.0/floatingips => 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: 722/1489] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:39:36 2026] GET /v2.0/subnets => generated 1989 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1490] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:39:36 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: 723/1491] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:39:36 2026] GET /v2.0/networks => generated 3086 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1492] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:39:36 2026] GET /v2.0/ports => generated 8469 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1493] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:39:36 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: 770/1494] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:39:36 2026] GET /v2.0/network-ip-availabilities => generated 2647 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1495] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:39:36 2026] GET /v2.0/security-groups => generated 20305 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-04 12:39:36.722 7 INFO neutron.db.ovn_revision_numbers_db [None req-724fdc9d-0fef-473f-b387-6c910bff9485 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource c6b0659f-f1ae-4852-bc6a-5b15909b4f44 (type: security_groups) to 1 2026-05-04 12:39:36.733 7 INFO neutron.db.ovn_revision_numbers_db [None req-724fdc9d-0fef-473f-b387-6c910bff9485 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource 7b8081b8-ea2c-4260-838a-e0e9ce4abdfc (type: security_group_rules) to 0 2026-05-04 12:39:36.741 7 INFO neutron.db.ovn_revision_numbers_db [None req-724fdc9d-0fef-473f-b387-6c910bff9485 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource 97de6263-f5e0-4f8c-b89c-5535d5e0fe45 (type: security_group_rules) to 0 2026-05-04 12:39:36.749 7 INFO neutron.db.ovn_revision_numbers_db [None req-724fdc9d-0fef-473f-b387-6c910bff9485 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource d9ac6074-291f-477b-9989-ec6987f2f87e (type: security_group_rules) to 0 2026-05-04 12:39:36.759 7 INFO neutron.db.ovn_revision_numbers_db [None req-724fdc9d-0fef-473f-b387-6c910bff9485 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource da98353c-00e1-4ebd-81ae-381ee4b815d5 (type: security_group_rules) to 0 2026-05-04 12:39:36.838 7 INFO neutron.db.ovn_revision_numbers_db [None req-724fdc9d-0fef-473f-b387-6c910bff9485 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource c1a10849-1daf-46e2-8d2c-82e5fdfaf7fd (type: security_groups) to 1 2026-05-04 12:39:36.846 7 INFO neutron.db.ovn_revision_numbers_db [None req-724fdc9d-0fef-473f-b387-6c910bff9485 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource 88596e40-df36-4ed7-ac3c-73e07dfe4a3f (type: security_group_rules) to 0 2026-05-04 12:39:36.858 7 INFO neutron.db.ovn_revision_numbers_db [None req-724fdc9d-0fef-473f-b387-6c910bff9485 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource aa7aff9b-b854-4a26-aede-fdaa37c79cb0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 771/1496] 10.0.0.165 () {34 vars in 684 bytes} [Mon May 4 12:39:36 2026] POST /v2.0/security-groups => generated 1624 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1497] 10.0.0.165 () {32 vars in 663 bytes} [Mon May 4 12:39:36 2026] GET /v2.0/security-groups => generated 4529 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:36.957 8 INFO neutron_taas.services.taas.taas_plugin [None req-c384b3a9-ba64-459c-bbf0-d498888ce20a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 873dcb82-3618-4910-b08b-9f0dd3b601e2 2026-05-04 12:39:36.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c384b3a9-ba64-459c-bbf0-d498888ce20a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 873dcb82-3618-4910-b08b-9f0dd3b601e2 2026-05-04 12:39:36.993 7 INFO neutron.db.ovn_revision_numbers_db [None req-581f3e37-2a1f-4ddb-8b5c-898cc8ee78b0 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource c1a10849-1daf-46e2-8d2c-82e5fdfaf7fd (type: security_groups) to 2 [pid: 7|app: 0|req: 773/1498] 10.0.0.165 () {34 vars in 758 bytes} [Mon May 4 12:39:36 2026] PUT /v2.0/security-groups/c1a10849-1daf-46e2-8d2c-82e5fdfaf7fd => generated 1664 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1499] 10.0.0.165 () {32 vars in 737 bytes} [Mon May 4 12:39:37 2026] GET /v2.0/security-groups/c1a10849-1daf-46e2-8d2c-82e5fdfaf7fd => generated 1664 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1500] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:37 2026] DELETE /v2.0/security-groups/c1a10849-1daf-46e2-8d2c-82e5fdfaf7fd => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1501] 10.0.0.165 () {32 vars in 663 bytes} [Mon May 4 12:39:37 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-05-04 12:39:37.194 7 INFO neutron.api.v2.resource [None req-c6ded540-d579-4056-b99b-41f6b7c21882 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 777/1502] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:37 2026] DELETE /v2.0/security-groups/c1a10849-1daf-46e2-8d2c-82e5fdfaf7fd => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:37.280 7 INFO neutron.db.ovn_revision_numbers_db [None req-55a7533f-b493-4a87-900b-2fd886061d42 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource 7b6b36d5-0aed-4f01-9322-a7699058ed93 (type: security_groups) to 1 2026-05-04 12:39:37.290 7 INFO neutron.db.ovn_revision_numbers_db [None req-55a7533f-b493-4a87-900b-2fd886061d42 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource 2d7f959f-59f5-4a8d-a38d-177856d2cd94 (type: security_group_rules) to 0 2026-05-04 12:39:37.300 7 INFO neutron.db.ovn_revision_numbers_db [None req-55a7533f-b493-4a87-900b-2fd886061d42 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource d1af57e0-764b-4a4d-8c45-7a756b0057d4 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 778/1503] 10.0.0.165 () {34 vars in 684 bytes} [Mon May 4 12:39:37 2026] POST /v2.0/security-groups => generated 1625 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:39:37.449 7 INFO neutron.db.ovn_revision_numbers_db [None req-ebc17058-a3cb-40a5-8b59-e17c7894ae3f 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource b8282e63-c35c-40bb-bcf7-db560e54bdf8 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 779/1504] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:39:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1505] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:39:37 2026] GET /v2.0/security-group-rules/b8282e63-c35c-40bb-bcf7-db560e54bdf8 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1506] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:39:36 2026] PUT /v2.0/routers/43599d6d-83c7-4652-9bad-5e243d2c4757/remove_router_interface => generated 310 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1507] 10.0.0.165 () {32 vars in 673 bytes} [Mon May 4 12:39:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 782/1508] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:39:37 2026] DELETE /v2.0/security-group-rules/b8282e63-c35c-40bb-bcf7-db560e54bdf8 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1509] 10.0.0.165 () {32 vars in 673 bytes} [Mon May 4 12:39:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1510] 10.0.0.131 () {32 vars in 802 bytes} [Mon May 4 12:39:37 2026] GET /v2.0/extensions => generated 21706 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-04 12:39:37.777 7 INFO neutron.db.ovn_revision_numbers_db [None req-52110a01-d861-4dc9-af5e-ba14d27fbbaa 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource 2ea55944-e32b-426f-bf76-7778ee975dcf (type: security_group_rules) to 0 [pid: 7|app: 0|req: 785/1511] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:39:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1512] 10.0.0.131 () {32 vars in 863 bytes} [Mon May 4 12:39:37 2026] GET /v2.0/quotas/c1b92dc0be284d7788c9d4edc3b4a388/details => generated 847 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1513] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:39:37 2026] GET /v2.0/security-group-rules/2ea55944-e32b-426f-bf76-7778ee975dcf => generated 601 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1514] 10.0.0.165 () {32 vars in 673 bytes} [Mon May 4 12:39:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1515] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:39:37 2026] DELETE /v2.0/security-group-rules/2ea55944-e32b-426f-bf76-7778ee975dcf => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1516] 10.0.0.165 () {32 vars in 673 bytes} [Mon May 4 12:39:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:38.101 7 INFO neutron.db.securitygroups_db [None req-a356fa31-8d16-46a0-8f77-76388f184de5 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Project 36be6c616cfa48ebaf8ab8c9824e3b19 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-04 12:39:38.175 7 INFO neutron.db.ovn_revision_numbers_db [None req-a356fa31-8d16-46a0-8f77-76388f184de5 3143bfac9b7d4c04abe7a305987113e9 36be6c616cfa48ebaf8ab8c9824e3b19 - - default default] Successfully bumped revision number for resource 54c3d119-b57a-46b0-abe3-d3c9a1d37198 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 791/1517] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:39:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1518] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:39:38 2026] GET /v2.0/security-group-rules/54c3d119-b57a-46b0-abe3-d3c9a1d37198 => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1519] 10.0.0.165 () {32 vars in 673 bytes} [Mon May 4 12:39:38 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:38.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-87616252-a2b7-418c-bafe-831ba8010d62 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 1ed4c7d7-e2f4-47df-a3ab-5e2f9bcf2ce7 2026-05-04 12:39:38.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87616252-a2b7-418c-bafe-831ba8010d62 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 1ed4c7d7-e2f4-47df-a3ab-5e2f9bcf2ce7 [pid: 7|app: 0|req: 794/1520] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:39:38 2026] DELETE /v2.0/security-group-rules/54c3d119-b57a-46b0-abe3-d3c9a1d37198 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1521] 10.0.0.165 () {32 vars in 673 bytes} [Mon May 4 12:39:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1522] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:38 2026] DELETE /v2.0/security-groups/7b6b36d5-0aed-4f01-9322-a7699058ed93 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1523] 10.0.0.165 () {32 vars in 663 bytes} [Mon May 4 12:39:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1524] 10.0.0.165 () {32 vars in 663 bytes} [Mon May 4 12:39:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1525] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:37 2026] DELETE /v2.0/routers/43599d6d-83c7-4652-9bad-5e243d2c4757 => generated 0 bytes in 1103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1526] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:38 2026] DELETE /v2.0/subnets/0b7c4daf-8eeb-453e-8994-9b46ec802e65 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:38.886 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4082966-422b-454b-82f1-cc43b5b02978 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: c6897aee-9249-45b4-af08-5f977915c57a 2026-05-04 12:39:38.888 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4082966-422b-454b-82f1-cc43b5b02978 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: c6897aee-9249-45b4-af08-5f977915c57a 2026-05-04 12:39:39.067 8 INFO neutron.services.segments.plugin [-] Segment c1ea94d5-bd69-4b23-8285-da8ea88f6c92 resource provider aggregate not found 2026-05-04 12:39:39.069 8 INFO neutron.services.segments.plugin [-] Segment c1ea94d5-bd69-4b23-8285-da8ea88f6c92 resource provider aggregate not found 2026-05-04 12:39:39.093 8 INFO neutron.services.segments.plugin [-] Segment c1ea94d5-bd69-4b23-8285-da8ea88f6c92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1ea94d5-bd69-4b23-8285-da8ea88f6c92 found for delete ", "request_id": "req-8a758183-6162-45d9-a537-31cd709565c1"}]} 2026-05-04 12:39:39.098 8 INFO neutron.services.segments.plugin [-] Segment c1ea94d5-bd69-4b23-8285-da8ea88f6c92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1ea94d5-bd69-4b23-8285-da8ea88f6c92 found for delete ", "request_id": "req-0a96ec82-e407-4768-8e0a-5975eed820a8"}]} [pid: 8|app: 0|req: 728/1527] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:38 2026] DELETE /v2.0/networks/33cf567a-b15e-4dd4-a2de-c0fafee88a6f => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:39.153 7 WARNING keystonemiddleware.audit [None req-6a18e5e7-5f7f-4c43-acf5-775592ba3cfb a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Skipping service tempest-service-1012157765 as it have no endpoints. 2026-05-04 12:39:39.156 7 WARNING neutron.db.securitygroups_db [None req-5bec4442-9272-418c-8dec-f3744fe9ba52 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 800/1528] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:39 2026] GET /v2.0/security-groups?tenant_id=36be6c616cfa48ebaf8ab8c9824e3b19&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:39.185 8 WARNING keystonemiddleware.audit [None req-f4082966-422b-454b-82f1-cc43b5b02978 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Skipping service tempest-service-1012157765 as it have no endpoints. 2026-05-04 12:39:39.211 7 WARNING neutron.db.securitygroups_db [None req-d6b8f2c9-61d3-4ba3-8e8c-d1ffdf466ccc a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 801/1529] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:39 2026] GET /v2.0/security-groups?tenant_id=a60a1915b013402f924296326c9e960d&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1530] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:39 2026] DELETE /v2.0/security-groups/c6b0659f-f1ae-4852-bc6a-5b15909b4f44 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1531] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:39 2026] DELETE /v2.0/security-groups/cbfcb45e-0329-476c-acc7-687d01427a30 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:40.762 8 WARNING neutron.db.securitygroups_db [None req-6c47d7b5-5242-4d90-90d7-9be01bc3759d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:40.855 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c47d7b5-5242-4d90-90d7-9be01bc3759d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4e22cbb4-85fe-416f-919e-638a7fab0c37 (type: security_groups) to 1 2026-05-04 12:39:40.865 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c47d7b5-5242-4d90-90d7-9be01bc3759d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 27edf192-f719-463d-bbc4-4e13f044f367 (type: security_group_rules) to 0 2026-05-04 12:39:40.880 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c47d7b5-5242-4d90-90d7-9be01bc3759d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 38e17501-c20f-4b6b-833c-4b1423c6cd99 (type: security_group_rules) to 0 2026-05-04 12:39:40.890 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c47d7b5-5242-4d90-90d7-9be01bc3759d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 47964485-f3d4-4d24-a433-33400850aa1d (type: security_group_rules) to 0 2026-05-04 12:39:40.900 8 INFO neutron.db.ovn_revision_numbers_db [None req-6c47d7b5-5242-4d90-90d7-9be01bc3759d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource bde4c2a7-293c-4ea8-80ed-fda728ac4702 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 730/1532] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:40 2026] GET /v2.0/security-groups?tenant_id=9132c1a20bc54439b83068e1e1cbfb57&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:41.000 7 WARNING neutron.db.securitygroups_db [None req-b33b1d46-8e97-4abf-bf1a-e2c64a1c8f1c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 731/1533] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:40 2026] DELETE /v2.0/security-groups/4e22cbb4-85fe-416f-919e-638a7fab0c37 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:41.183 8 WARNING neutron.db.securitygroups_db [None req-aad0a129-517d-4780-8c16-9c4e46b22b21 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:41.185 7 INFO neutron.db.ovn_revision_numbers_db [None req-b33b1d46-8e97-4abf-bf1a-e2c64a1c8f1c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7496e667-f777-4380-a78b-a54ae50ec4f1 (type: security_groups) to 1 2026-05-04 12:39:41.205 7 INFO neutron.db.ovn_revision_numbers_db [None req-b33b1d46-8e97-4abf-bf1a-e2c64a1c8f1c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 31d015a5-d48f-444c-82fc-ee66d346ab80 (type: security_group_rules) to 0 2026-05-04 12:39:41.228 7 INFO neutron.db.ovn_revision_numbers_db [None req-b33b1d46-8e97-4abf-bf1a-e2c64a1c8f1c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3a6bf4e0-a876-46ac-a352-afd28bb7516e (type: security_group_rules) to 0 2026-05-04 12:39:41.252 7 INFO neutron.db.ovn_revision_numbers_db [None req-b33b1d46-8e97-4abf-bf1a-e2c64a1c8f1c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3d175147-b5f5-4514-8345-feeb5aa075be (type: security_group_rules) to 0 2026-05-04 12:39:41.271 7 INFO neutron.db.ovn_revision_numbers_db [None req-b33b1d46-8e97-4abf-bf1a-e2c64a1c8f1c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ad69c6c1-386f-494b-bd6a-bf34b1d98ee4 (type: security_group_rules) to 0 2026-05-04 12:39:41.303 8 INFO neutron.db.ovn_revision_numbers_db [None req-aad0a129-517d-4780-8c16-9c4e46b22b21 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f8f1a1d4-4c64-4f9e-bddb-c019f528dd28 (type: security_groups) to 1 2026-05-04 12:39:41.312 8 INFO neutron.db.ovn_revision_numbers_db [None req-aad0a129-517d-4780-8c16-9c4e46b22b21 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 43976ff1-3436-405b-b610-43fff673ed6e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 803/1534] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:40 2026] GET /v2.0/security-groups?tenant_id=c1b92dc0be284d7788c9d4edc3b4a388&name=default => generated 2925 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:41.325 8 INFO neutron.db.ovn_revision_numbers_db [None req-aad0a129-517d-4780-8c16-9c4e46b22b21 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4ae35295-d69e-4581-873f-cfcb7b67180d (type: security_group_rules) to 0 2026-05-04 12:39:41.338 8 INFO neutron.db.ovn_revision_numbers_db [None req-aad0a129-517d-4780-8c16-9c4e46b22b21 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 567c46fc-6bdc-474c-a1a2-14be1c9c6db1 (type: security_group_rules) to 0 2026-05-04 12:39:41.347 8 INFO neutron.db.ovn_revision_numbers_db [None req-aad0a129-517d-4780-8c16-9c4e46b22b21 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 98ecf4c1-603d-4388-ae6a-cf75a42ad3e8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 732/1535] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:41 2026] GET /v2.0/security-groups?tenant_id=e7c19e3e9b3c49c193e0a395c698c458&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1536] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:41 2026] DELETE /v2.0/security-groups/7496e667-f777-4380-a78b-a54ae50ec4f1 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1537] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:41 2026] DELETE /v2.0/security-groups/f8f1a1d4-4c64-4f9e-bddb-c019f528dd28 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:41.685 8 INFO neutron.db.ovn_revision_numbers_db [None req-fdda4c05-762a-4767-a268-68a591fe132c 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource 859310c9-fa77-4f3e-a613-0f0442f9f274 (type: security_groups) to 1 2026-05-04 12:39:41.697 8 INFO neutron.db.ovn_revision_numbers_db [None req-fdda4c05-762a-4767-a268-68a591fe132c 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource 366c38d4-bc7f-44e7-994f-2f8d06d9682c (type: security_group_rules) to 0 2026-05-04 12:39:41.710 8 INFO neutron.db.ovn_revision_numbers_db [None req-fdda4c05-762a-4767-a268-68a591fe132c 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource 4d189f42-1b64-4392-987e-060f3c185e06 (type: security_group_rules) to 0 2026-05-04 12:39:41.720 8 INFO neutron.db.ovn_revision_numbers_db [None req-fdda4c05-762a-4767-a268-68a591fe132c 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource 9873ab87-4075-4462-a993-de0648151206 (type: security_group_rules) to 0 2026-05-04 12:39:41.734 8 INFO neutron.db.ovn_revision_numbers_db [None req-fdda4c05-762a-4767-a268-68a591fe132c 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource 98be9496-f428-4de4-a41b-c5bd467bee5d (type: security_group_rules) to 0 2026-05-04 12:39:41.839 8 INFO neutron.db.ovn_revision_numbers_db [None req-fdda4c05-762a-4767-a268-68a591fe132c 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource eb26f69e-283a-410e-b54b-0f277fdcaa70 (type: security_groups) to 1 2026-05-04 12:39:41.849 8 INFO neutron.db.ovn_revision_numbers_db [None req-fdda4c05-762a-4767-a268-68a591fe132c 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource 1ba2e35f-9442-441e-848f-880131a9b2a5 (type: security_group_rules) to 0 2026-05-04 12:39:41.859 8 INFO neutron.db.ovn_revision_numbers_db [None req-fdda4c05-762a-4767-a268-68a591fe132c 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource c735bc16-a96f-4dd0-ae90-65ecdaf7d339 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 733/1538] 10.0.0.165 () {34 vars in 684 bytes} [Mon May 4 12:39:41 2026] POST /v2.0/security-groups => generated 1625 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1539] 10.0.0.165 () {32 vars in 663 bytes} [Mon May 4 12:39:41 2026] GET /v2.0/security-groups => generated 4530 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:41.982 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f0c79bd-60c4-4e94-9aa9-e8d7dc70be86 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource eb26f69e-283a-410e-b54b-0f277fdcaa70 (type: security_groups) to 2 [pid: 8|app: 0|req: 734/1540] 10.0.0.165 () {34 vars in 758 bytes} [Mon May 4 12:39:41 2026] PUT /v2.0/security-groups/eb26f69e-283a-410e-b54b-0f277fdcaa70 => generated 1663 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1541] 10.0.0.165 () {32 vars in 737 bytes} [Mon May 4 12:39:42 2026] GET /v2.0/security-groups/eb26f69e-283a-410e-b54b-0f277fdcaa70 => generated 1663 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1542] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:42 2026] DELETE /v2.0/security-groups/eb26f69e-283a-410e-b54b-0f277fdcaa70 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1543] 10.0.0.165 () {32 vars in 663 bytes} [Mon May 4 12:39:42 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:42.217 8 INFO neutron.api.v2.resource [None req-661477f4-091a-42b3-84bf-e16b9ee57d98 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 736/1544] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:42 2026] DELETE /v2.0/security-groups/eb26f69e-283a-410e-b54b-0f277fdcaa70 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:39:42.304 7 WARNING neutron.db.securitygroups_db [None req-c6076a29-0972-4bfc-912e-911aafc78716 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:42.310 8 INFO neutron.db.ovn_revision_numbers_db [None req-6e6c135f-c0c4-4692-9e1c-69aa95119567 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource d9336f96-2771-45d4-8e54-23ca1c6c4878 (type: security_groups) to 1 2026-05-04 12:39:42.324 8 INFO neutron.db.ovn_revision_numbers_db [None req-6e6c135f-c0c4-4692-9e1c-69aa95119567 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource 1d268145-51e5-442f-a121-7f09047690a0 (type: security_group_rules) to 0 2026-05-04 12:39:42.332 8 INFO neutron.db.ovn_revision_numbers_db [None req-6e6c135f-c0c4-4692-9e1c-69aa95119567 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource 501a725a-24d8-45d3-a556-88665eb859e3 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 737/1545] 10.0.0.165 () {34 vars in 684 bytes} [Mon May 4 12:39:42 2026] POST /v2.0/security-groups => generated 1624 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:39:42.436 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6076a29-0972-4bfc-912e-911aafc78716 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ee80c48f-d5be-4fe6-843b-ab31e15c4a33 (type: security_groups) to 1 2026-05-04 12:39:42.448 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6076a29-0972-4bfc-912e-911aafc78716 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 07926684-d720-4300-b786-34668bf93419 (type: security_group_rules) to 0 2026-05-04 12:39:42.461 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6076a29-0972-4bfc-912e-911aafc78716 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 69e4cd9a-9368-445b-8484-8b56c8de2bb5 (type: security_group_rules) to 0 2026-05-04 12:39:42.473 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6076a29-0972-4bfc-912e-911aafc78716 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c0390043-8df7-42f9-958d-e82fe5794af5 (type: security_group_rules) to 0 2026-05-04 12:39:42.480 8 INFO neutron.db.ovn_revision_numbers_db [None req-b4c7d898-58a4-413b-b038-41e184c69dcd 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource 40087bbf-062d-4b0e-892d-9e4672a2318c (type: security_group_rules) to 0 2026-05-04 12:39:42.484 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6076a29-0972-4bfc-912e-911aafc78716 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource dda67f7c-c52a-461b-a247-d97e17639ccd (type: security_group_rules) to 0 [pid: 8|app: 0|req: 738/1546] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:39:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1547] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:42 2026] GET /v2.0/security-groups?tenant_id=7b737cc92ddb4b9ebc2adf510745949b&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1548] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:39:42 2026] GET /v2.0/security-group-rules/40087bbf-062d-4b0e-892d-9e4672a2318c => 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: 740/1549] 10.0.0.165 () {32 vars in 673 bytes} [Mon May 4 12:39:42 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1550] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:42 2026] DELETE /v2.0/security-groups/ee80c48f-d5be-4fe6-843b-ab31e15c4a33 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1551] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:39:42 2026] DELETE /v2.0/security-group-rules/40087bbf-062d-4b0e-892d-9e4672a2318c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1552] 10.0.0.165 () {32 vars in 673 bytes} [Mon May 4 12:39:42 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:42.871 8 INFO neutron.db.ovn_revision_numbers_db [None req-b502245f-259b-4c07-b4bf-cf268b83092e 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource 765b521b-eb9f-409e-9dd7-21fc02beba2e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 742/1553] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:39:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1554] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:39:42 2026] GET /v2.0/security-group-rules/765b521b-eb9f-409e-9dd7-21fc02beba2e => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1555] 10.0.0.165 () {32 vars in 673 bytes} [Mon May 4 12:39:42 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1556] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:39:42 2026] DELETE /v2.0/security-group-rules/765b521b-eb9f-409e-9dd7-21fc02beba2e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1557] 10.0.0.165 () {32 vars in 673 bytes} [Mon May 4 12:39:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:43.237 7 INFO neutron.db.ovn_revision_numbers_db [None req-dccfb4e7-b5bb-4db6-a69d-0b472ae95db6 0f73b1e37be44f5191f0e3628ce48921 c195c13aab1848a5993b6cb39ee5fa8a - - default default] Successfully bumped revision number for resource 0ea14960-aef9-4901-b599-8291708d9979 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 814/1558] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:39:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1559] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:39:43 2026] GET /v2.0/security-group-rules/0ea14960-aef9-4901-b599-8291708d9979 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1560] 10.0.0.165 () {32 vars in 673 bytes} [Mon May 4 12:39:43 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1561] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:39:43 2026] DELETE /v2.0/security-group-rules/0ea14960-aef9-4901-b599-8291708d9979 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1562] 10.0.0.165 () {32 vars in 673 bytes} [Mon May 4 12:39:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1563] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:43 2026] DELETE /v2.0/security-groups/d9336f96-2771-45d4-8e54-23ca1c6c4878 => 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: 817/1564] 10.0.0.165 () {32 vars in 663 bytes} [Mon May 4 12:39:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1565] 10.0.0.165 () {32 vars in 663 bytes} [Mon May 4 12:39:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:44.190 7 WARNING neutron.db.securitygroups_db [None req-1929ce74-815f-41b0-b012-165cde00be7e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 818/1566] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:44 2026] GET /v2.0/security-groups?tenant_id=c195c13aab1848a5993b6cb39ee5fa8a&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1567] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:44 2026] DELETE /v2.0/security-groups/859310c9-fa77-4f3e-a613-0f0442f9f274 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:44.702 7 INFO neutron.db.ovn_revision_numbers_db [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource 21800ab2-9168-491d-981e-d9ea4a8ad914 (type: security_groups) to 1 2026-05-04 12:39:44.714 7 INFO neutron.db.ovn_revision_numbers_db [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource 6b1411ba-e357-4a78-a077-c0990e2012b6 (type: security_group_rules) to 0 2026-05-04 12:39:44.724 7 INFO neutron.db.ovn_revision_numbers_db [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource 9674c4d1-2aab-473b-a0e9-b28b90282809 (type: security_group_rules) to 0 2026-05-04 12:39:44.735 7 INFO neutron.db.ovn_revision_numbers_db [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource acd80529-9ccb-491b-afd8-ebfc89b07ac3 (type: security_group_rules) to 0 2026-05-04 12:39:44.746 7 INFO neutron.db.ovn_revision_numbers_db [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource cc436c2a-df05-4447-b2d2-1433c6eda797 (type: security_group_rules) to 0 2026-05-04 12:39:44.828 7 INFO neutron.db.segments_db [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Added segment 56a99b62-f4f5-4405-a274-a0a8415573e9 of type geneve for network 85fee5bf-0fb8-4760-adcf-7a2890185cbb 2026-05-04 12:39:44.927 7 INFO neutron.db.segments_db [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Added segment 54271585-98b4-4091-b12b-a362c41aff1a of type geneve for network d66a7fa4-2f1b-49eb-a527-0e88457caf6c 2026-05-04 12:39:45.028 7 INFO neutron.db.ovn_revision_numbers_db [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource 85fee5bf-0fb8-4760-adcf-7a2890185cbb (type: networks) to 1 2026-05-04 12:39:45.172 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] No more DHCP agents 2026-05-04 12:39:45.174 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Unable to schedule network 85fee5bf-0fb8-4760-adcf-7a2890185cbb: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:45.217 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: f15e4558-fc1e-4e78-8225-9152ccb2d668 2026-05-04 12:39:45.274 7 INFO neutron.db.ovn_revision_numbers_db [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource f15e4558-fc1e-4e78-8225-9152ccb2d668 (type: ports) to 1 2026-05-04 12:39:45.362 7 INFO neutron.db.ovn_revision_numbers_db [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource d66a7fa4-2f1b-49eb-a527-0e88457caf6c (type: networks) to 1 2026-05-04 12:39:45.502 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] No more DHCP agents 2026-05-04 12:39:45.503 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Unable to schedule network d66a7fa4-2f1b-49eb-a527-0e88457caf6c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:45.555 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] OVN reports status down for port: cc3765ae-6a32-417e-80b4-124c8cd45253 2026-05-04 12:39:45.575 7 INFO neutron.db.ovn_revision_numbers_db [None req-795de66e-483c-4673-a6fa-c4fb48651e0c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource cc3765ae-6a32-417e-80b4-124c8cd45253 (type: ports) to 1 [pid: 7|app: 0|req: 819/1568] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:39:44 2026] POST /v2.0/networks => generated 1320 bytes in 1191 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1569] 10.0.0.165 () {32 vars in 649 bytes} [Mon May 4 12:39:45 2026] GET /v2.0/networks => generated 1969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:45.778 7 INFO neutron_taas.services.taas.taas_plugin [None req-10a3a707-4241-4c69-a42f-240f8a8a567c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] TaaS: Handle Delete Port: f15e4558-fc1e-4e78-8225-9152ccb2d668 2026-05-04 12:39:45.781 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10a3a707-4241-4c69-a42f-240f8a8a567c f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Tap Mirror: Handle Delete Port: f15e4558-fc1e-4e78-8225-9152ccb2d668 2026-05-04 12:39:45.964 7 INFO neutron.services.segments.plugin [-] Segment 56a99b62-f4f5-4405-a274-a0a8415573e9 resource provider aggregate not found 2026-05-04 12:39:45.969 7 INFO neutron.services.segments.plugin [-] Segment 56a99b62-f4f5-4405-a274-a0a8415573e9 resource provider aggregate not found 2026-05-04 12:39:45.992 7 INFO neutron.services.segments.plugin [-] Segment 56a99b62-f4f5-4405-a274-a0a8415573e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56a99b62-f4f5-4405-a274-a0a8415573e9 found for delete ", "request_id": "req-ea0da84d-7e64-44bc-b438-c3936063275b"}]} 2026-05-04 12:39:46.005 7 INFO neutron.services.segments.plugin [-] Segment 56a99b62-f4f5-4405-a274-a0a8415573e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56a99b62-f4f5-4405-a274-a0a8415573e9 found for delete ", "request_id": "req-5dd15e6b-05e0-4915-9840-7029aac3fcdb"}]} [pid: 7|app: 0|req: 820/1570] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:45 2026] DELETE /v2.0/networks/85fee5bf-0fb8-4760-adcf-7a2890185cbb => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:46.142 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d850a16-648b-47f3-9e45-92a616ce3867 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource 282dee08-7244-473d-a9ee-b6a6c57f949e (type: security_groups) to 1 2026-05-04 12:39:46.154 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d850a16-648b-47f3-9e45-92a616ce3867 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource 2e7841d7-2f2c-4e30-bd78-20e43eea4515 (type: security_group_rules) to 0 2026-05-04 12:39:46.168 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d850a16-648b-47f3-9e45-92a616ce3867 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource 5193ae76-e2fc-49e4-a332-35774f210fda (type: security_group_rules) to 0 2026-05-04 12:39:46.186 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d850a16-648b-47f3-9e45-92a616ce3867 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource 8bada2bf-04db-452d-87bb-c3d8cfea79aa (type: security_group_rules) to 0 2026-05-04 12:39:46.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-987df467-183a-4738-9d54-e9b0f86b07ec f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] TaaS: Handle Delete Port: cc3765ae-6a32-417e-80b4-124c8cd45253 2026-05-04 12:39:46.197 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d850a16-648b-47f3-9e45-92a616ce3867 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource fd053c75-313d-4f85-843a-cd041cb215b1 (type: security_group_rules) to 0 2026-05-04 12:39:46.198 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-987df467-183a-4738-9d54-e9b0f86b07ec f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Tap Mirror: Handle Delete Port: cc3765ae-6a32-417e-80b4-124c8cd45253 2026-05-04 12:39:46.309 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d850a16-648b-47f3-9e45-92a616ce3867 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource 0050e6e6-2968-47e8-933e-04e355e35ded (type: security_groups) to 1 2026-05-04 12:39:46.334 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d850a16-648b-47f3-9e45-92a616ce3867 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource 328cad41-0361-499e-ba06-2377205b2b31 (type: security_group_rules) to 0 2026-05-04 12:39:46.349 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d850a16-648b-47f3-9e45-92a616ce3867 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource 6f4d4d3f-cf8b-4869-97c3-69601e4939f3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 821/1571] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:46 2026] DELETE /v2.0/networks/d66a7fa4-2f1b-49eb-a527-0e88457caf6c => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1572] 10.0.0.165 () {34 vars in 684 bytes} [Mon May 4 12:39:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 666 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1573] 10.0.0.165 () {32 vars in 649 bytes} [Mon May 4 12:39:46 2026] GET /v2.0/networks => generated 689 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:46.498 7 INFO neutron.db.segments_db [None req-faeeba69-79ca-400f-8b03-4d1255f4a4b9 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Added segment 10ee4283-49cf-483e-8a58-71bfaf948c96 of type geneve for network 59ed0821-8181-44fb-8f55-24573732b424 2026-05-04 12:39:46.504 8 INFO neutron.db.ovn_revision_numbers_db [None req-b3e42c37-a5b1-432b-81fd-8d9c7acb101e ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource e619950c-bc22-494e-ad1d-59fc1d2c7180 (type: security_groups) to 1 2026-05-04 12:39:46.516 8 INFO neutron.db.ovn_revision_numbers_db [None req-b3e42c37-a5b1-432b-81fd-8d9c7acb101e ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource 51056750-f5fd-42ab-8779-af8ce7f8e4fa (type: security_group_rules) to 0 2026-05-04 12:39:46.526 8 INFO neutron.db.ovn_revision_numbers_db [None req-b3e42c37-a5b1-432b-81fd-8d9c7acb101e ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource e5ff3961-0112-4854-b5e8-f363300f934e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 752/1574] 10.0.0.165 () {34 vars in 684 bytes} [Mon May 4 12:39:46 2026] POST /v2.0/security-groups => generated 1601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:39:46.584 7 INFO neutron.db.ovn_revision_numbers_db [None req-faeeba69-79ca-400f-8b03-4d1255f4a4b9 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource 59ed0821-8181-44fb-8f55-24573732b424 (type: networks) to 1 2026-05-04 12:39:46.649 8 INFO neutron.db.ovn_revision_numbers_db [None req-1faa89c4-a2d8-447a-8929-8d9b70315330 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource b5eb8bd5-8d4a-4f07-a679-66014ace700b (type: security_groups) to 1 2026-05-04 12:39:46.660 8 INFO neutron.db.ovn_revision_numbers_db [None req-1faa89c4-a2d8-447a-8929-8d9b70315330 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource de2296b8-3df0-42ed-9ab6-4d4ec2fc58d7 (type: security_group_rules) to 0 2026-05-04 12:39:46.670 8 INFO neutron.db.ovn_revision_numbers_db [None req-1faa89c4-a2d8-447a-8929-8d9b70315330 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource e8179453-bf17-409e-91c0-a026d4e9a702 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 753/1575] 10.0.0.165 () {34 vars in 684 bytes} [Mon May 4 12:39:46 2026] POST /v2.0/security-groups => generated 1601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:39:46.752 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-faeeba69-79ca-400f-8b03-4d1255f4a4b9 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] No more DHCP agents 2026-05-04 12:39:46.753 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-faeeba69-79ca-400f-8b03-4d1255f4a4b9 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Unable to schedule network 59ed0821-8181-44fb-8f55-24573732b424: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:46.794 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: 1dcb8e3a-d612-415d-a834-b0d62887c0e2 2026-05-04 12:39:46.830 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e56afd6-2368-40c8-978e-330d563e6657 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource f3690630-3e40-4635-a401-3aeeea6830a3 (type: security_groups) to 1 2026-05-04 12:39:46.845 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e56afd6-2368-40c8-978e-330d563e6657 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource e41088c0-74c1-4c48-a244-1276129fb257 (type: security_group_rules) to 0 2026-05-04 12:39:46.857 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e56afd6-2368-40c8-978e-330d563e6657 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource ef1c8740-4292-4402-82ed-b30c73a33e0f (type: security_group_rules) to 0 2026-05-04 12:39:46.860 7 INFO neutron.db.ovn_revision_numbers_db [None req-faeeba69-79ca-400f-8b03-4d1255f4a4b9 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource 1dcb8e3a-d612-415d-a834-b0d62887c0e2 (type: ports) to 1 [pid: 8|app: 0|req: 754/1576] 10.0.0.165 () {34 vars in 684 bytes} [Mon May 4 12:39:46 2026] POST /v2.0/security-groups => generated 1601 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1577] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:39:46 2026] POST /v2.0/networks => generated 692 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:47.002 7 INFO neutron.db.segments_db [None req-0b0f2ed4-4aab-4f92-96c9-83d3f989c2b8 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Added segment 02a230c9-456a-4adc-8cdd-a2c0897748d2 of type geneve for network 2442dd1c-ff29-4f99-bec1-5edccf84657a 2026-05-04 12:39:47.010 8 INFO neutron.db.ovn_revision_numbers_db [None req-4a6a729b-4f26-4f50-bd1d-52a25faa2f63 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource ec51de23-b8d1-471c-b02b-eec88244957a (type: security_groups) to 1 2026-05-04 12:39:47.021 8 INFO neutron.db.ovn_revision_numbers_db [None req-4a6a729b-4f26-4f50-bd1d-52a25faa2f63 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource 0fcb98e0-9efd-42f3-b361-5861cba624eb (type: security_group_rules) to 0 2026-05-04 12:39:47.031 8 INFO neutron.db.ovn_revision_numbers_db [None req-4a6a729b-4f26-4f50-bd1d-52a25faa2f63 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] Successfully bumped revision number for resource 18c0e683-9bac-4e19-bd70-e86e7401ef8c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 755/1578] 10.0.0.165 () {34 vars in 684 bytes} [Mon May 4 12:39:46 2026] POST /v2.0/security-groups => generated 1601 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:39:47.098 8 WARNING tagging [None req-a19efc33-e9dc-4590-b87c-56278c7ef683 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:47.120 7 INFO neutron.db.ovn_revision_numbers_db [None req-0b0f2ed4-4aab-4f92-96c9-83d3f989c2b8 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource 2442dd1c-ff29-4f99-bec1-5edccf84657a (type: networks) to 1 [pid: 8|app: 0|req: 756/1579] 10.0.0.165 () {34 vars in 767 bytes} [Mon May 4 12:39:47 2026] PUT /v2.0/security-groups/0050e6e6-2968-47e8-933e-04e355e35ded/tags => generated 17 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:47.166 8 WARNING tagging [None req-5d4d30f2-14f0-4cc7-9e9f-cacdd13f0989 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 757/1580] 10.0.0.165 () {34 vars in 767 bytes} [Mon May 4 12:39:47 2026] PUT /v2.0/security-groups/e619950c-bc22-494e-ad1d-59fc1d2c7180/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:47.213 8 WARNING tagging [None req-bf2db33c-90e1-434f-903d-dcea8e245c55 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 758/1581] 10.0.0.165 () {34 vars in 767 bytes} [Mon May 4 12:39:47 2026] PUT /v2.0/security-groups/b5eb8bd5-8d4a-4f07-a679-66014ace700b/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:47.282 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0b0f2ed4-4aab-4f92-96c9-83d3f989c2b8 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] No more DHCP agents 2026-05-04 12:39:47.284 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0b0f2ed4-4aab-4f92-96c9-83d3f989c2b8 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Unable to schedule network 2442dd1c-ff29-4f99-bec1-5edccf84657a: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:47.285 8 WARNING tagging [None req-bf7621c8-d9c1-4996-812b-2a3a99a98250 ba21f79bfb1146a9810b4ac46dacaa29 ba42753ef197497bbe5ca26246d81635 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 759/1582] 10.0.0.165 () {34 vars in 767 bytes} [Mon May 4 12:39:47 2026] PUT /v2.0/security-groups/f3690630-3e40-4635-a401-3aeeea6830a3/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:39:47.334 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: c53788ff-c674-4dde-997b-668af9a1e7d5 [pid: 8|app: 0|req: 760/1583] 10.0.0.165 () {32 vars in 680 bytes} [Mon May 4 12:39:47 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:47.397 7 INFO neutron.db.ovn_revision_numbers_db [None req-0b0f2ed4-4aab-4f92-96c9-83d3f989c2b8 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource c53788ff-c674-4dde-997b-668af9a1e7d5 (type: ports) to 1 [pid: 7|app: 0|req: 824/1584] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:39:46 2026] POST /v2.0/networks => generated 692 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1585] 10.0.0.165 () {32 vars in 694 bytes} [Mon May 4 12:39:47 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1586] 10.0.0.165 () {32 vars in 690 bytes} [Mon May 4 12:39:47 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1587] 10.0.0.165 () {32 vars in 702 bytes} [Mon May 4 12:39:47 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1588] 10.0.0.165 () {32 vars in 688 bytes} [Mon May 4 12:39:47 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1589] 10.0.0.165 () {32 vars in 702 bytes} [Mon May 4 12:39:47 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1590] 10.0.0.165 () {32 vars in 698 bytes} [Mon May 4 12:39:47 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1591] 10.0.0.165 () {32 vars in 710 bytes} [Mon May 4 12:39:47 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) 2026-05-04 12:39:47.754 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1209f5ff-d796-49ab-a8c2-413506bfcc53 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] No more DHCP agents 2026-05-04 12:39:47.755 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1209f5ff-d796-49ab-a8c2-413506bfcc53 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Unable to schedule network 59ed0821-8181-44fb-8f55-24573732b424: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:47.798 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: 4ce10432-a627-45be-9e80-e2aeac15155a 2026-05-04 12:39:47.850 7 INFO neutron.db.ovn_revision_numbers_db [None req-1209f5ff-d796-49ab-a8c2-413506bfcc53 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource 4ce10432-a627-45be-9e80-e2aeac15155a (type: ports) to 1 [pid: 8|app: 0|req: 768/1592] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:47 2026] DELETE /v2.0/security-groups/0050e6e6-2968-47e8-933e-04e355e35ded => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:47.920 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1209f5ff-d796-49ab-a8c2-413506bfcc53 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] No more DHCP agents 2026-05-04 12:39:47.921 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1209f5ff-d796-49ab-a8c2-413506bfcc53 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Unable to schedule network 2442dd1c-ff29-4f99-bec1-5edccf84657a: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:47.966 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] OVN reports status down for port: efc5bf2f-291e-4e32-ae25-ae6705c87501 2026-05-04 12:39:47.992 7 INFO neutron.db.ovn_revision_numbers_db [None req-1209f5ff-d796-49ab-a8c2-413506bfcc53 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource efc5bf2f-291e-4e32-ae25-ae6705c87501 (type: ports) to 1 [pid: 8|app: 0|req: 769/1593] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:47 2026] DELETE /v2.0/security-groups/e619950c-bc22-494e-ad1d-59fc1d2c7180 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:48.018 7 INFO neutron.services.segments.plugin [-] Segment 54271585-98b4-4091-b12b-a362c41aff1a resource provider aggregate not found 2026-05-04 12:39:48.034 7 INFO neutron.services.segments.plugin [-] Segment 54271585-98b4-4091-b12b-a362c41aff1a resource provider aggregate not found 2026-05-04 12:39:48.041 7 INFO neutron.services.segments.plugin [-] Segment 54271585-98b4-4091-b12b-a362c41aff1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54271585-98b4-4091-b12b-a362c41aff1a found for delete ", "request_id": "req-267bccd2-1b70-46c5-b8a4-5129f03777a9"}]} 2026-05-04 12:39:48.050 7 INFO neutron.services.segments.plugin [-] Segment 54271585-98b4-4091-b12b-a362c41aff1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54271585-98b4-4091-b12b-a362c41aff1a found for delete ", "request_id": "req-2a56c3d0-b082-4b91-82ff-f41f1bac3ef5"}]} [pid: 7|app: 0|req: 825/1594] 10.0.0.165 () {34 vars in 665 bytes} [Mon May 4 12:39:47 2026] POST /v2.0/ports => generated 1506 bytes in 654 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: 826/1595] 10.0.0.165 () {32 vars in 643 bytes} [Mon May 4 12:39:48 2026] GET /v2.0/ports => generated 3018 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1596] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:48 2026] DELETE /v2.0/security-groups/b5eb8bd5-8d4a-4f07-a679-66014ace700b => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:48.249 8 WARNING neutron.db.securitygroups_db [None req-5f13070a-c486-41a2-abf7-e8c1b3d06cae a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:48.266 7 WARNING neutron.db.securitygroups_db [None req-e98d564d-eb32-4b62-9fba-853f58bf377a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:48.361 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f13070a-c486-41a2-abf7-e8c1b3d06cae a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 977fa8e7-6ee8-4667-8908-ed395da069a7 (type: security_groups) to 1 2026-05-04 12:39:48.361 7 INFO neutron.db.ovn_revision_numbers_db [None req-e98d564d-eb32-4b62-9fba-853f58bf377a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 47e2501b-4a7f-4712-8d7e-a2bd3183143a (type: security_groups) to 1 2026-05-04 12:39:48.370 7 INFO neutron.db.ovn_revision_numbers_db [None req-e98d564d-eb32-4b62-9fba-853f58bf377a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3cd35d43-7e07-4eee-952c-5724280bc75e (type: security_group_rules) to 0 2026-05-04 12:39:48.371 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f13070a-c486-41a2-abf7-e8c1b3d06cae a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1e833a8b-f269-4e7e-abc0-889d0118b5df (type: security_group_rules) to 0 2026-05-04 12:39:48.379 7 INFO neutron.db.ovn_revision_numbers_db [None req-e98d564d-eb32-4b62-9fba-853f58bf377a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 858a3b4c-5343-406b-8a43-c16d7b93db6e (type: security_group_rules) to 0 2026-05-04 12:39:48.381 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f13070a-c486-41a2-abf7-e8c1b3d06cae a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 28a6489f-5aa3-42fb-82ca-9003100e7f4a (type: security_group_rules) to 0 2026-05-04 12:39:48.388 7 INFO neutron.db.ovn_revision_numbers_db [None req-e98d564d-eb32-4b62-9fba-853f58bf377a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9916492f-62dd-40a8-870f-69d3c67b612c (type: security_group_rules) to 0 2026-05-04 12:39:48.393 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f13070a-c486-41a2-abf7-e8c1b3d06cae a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8b874c5a-31f0-475b-952d-ba6c8e3ddfe7 (type: security_group_rules) to 0 2026-05-04 12:39:48.399 7 INFO neutron.db.ovn_revision_numbers_db [None req-e98d564d-eb32-4b62-9fba-853f58bf377a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ec2b5b88-05e7-4972-b36d-59085f29ecb2 (type: security_group_rules) to 0 2026-05-04 12:39:48.403 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f13070a-c486-41a2-abf7-e8c1b3d06cae a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource de86cf4f-dc11-454c-b03e-b1b1cb2f09e1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 827/1597] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:48 2026] GET /v2.0/security-groups?tenant_id=8231f6e141924b9bbb884796663fb2d2&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1598] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:48 2026] GET /v2.0/security-groups?tenant_id=bac412638dd54770aa1308bf0447ca63&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:48.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-696d6562-72e9-43a0-818c-ad4e74f54eae f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] TaaS: Handle Delete Port: 4ce10432-a627-45be-9e80-e2aeac15155a 2026-05-04 12:39:48.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-696d6562-72e9-43a0-818c-ad4e74f54eae f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Tap Mirror: Handle Delete Port: 4ce10432-a627-45be-9e80-e2aeac15155a [pid: 8|app: 0|req: 772/1599] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:48 2026] DELETE /v2.0/security-groups/f3690630-3e40-4635-a401-3aeeea6830a3 => 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: 828/1600] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:39:48 2026] DELETE /v2.0/ports/4ce10432-a627-45be-9e80-e2aeac15155a => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1601] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:48 2026] DELETE /v2.0/security-groups/47e2501b-4a7f-4712-8d7e-a2bd3183143a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1602] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:48 2026] DELETE /v2.0/security-groups/977fa8e7-6ee8-4667-8908-ed395da069a7 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1603] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:48 2026] DELETE /v2.0/security-groups/ec51de23-b8d1-471c-b02b-eec88244957a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:48.797 8 WARNING neutron.db.securitygroups_db [None req-9ee3a6f6-93f7-4913-b7d6-29843f453a69 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:48.850 7 INFO neutron_taas.services.taas.taas_plugin [None req-409e39fc-77d0-43dd-92c3-24ecf03b397a f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] TaaS: Handle Delete Port: efc5bf2f-291e-4e32-ae25-ae6705c87501 2026-05-04 12:39:48.852 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-409e39fc-77d0-43dd-92c3-24ecf03b397a f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Tap Mirror: Handle Delete Port: efc5bf2f-291e-4e32-ae25-ae6705c87501 2026-05-04 12:39:48.933 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ee3a6f6-93f7-4913-b7d6-29843f453a69 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a76e2379-5808-4b3e-8574-34736ed0489c (type: security_groups) to 1 [pid: 7|app: 0|req: 830/1604] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:39:48 2026] DELETE /v2.0/ports/efc5bf2f-291e-4e32-ae25-ae6705c87501 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:48.946 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ee3a6f6-93f7-4913-b7d6-29843f453a69 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1116130f-11e4-49e1-b789-eaf5d94f2089 (type: security_group_rules) to 0 2026-05-04 12:39:48.959 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ee3a6f6-93f7-4913-b7d6-29843f453a69 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 66b2fd9f-0f8a-46ea-b341-61bf96479f26 (type: security_group_rules) to 0 2026-05-04 12:39:48.970 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ee3a6f6-93f7-4913-b7d6-29843f453a69 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e7f6c0f6-35d1-4fe8-a70e-609b00107e3d (type: security_group_rules) to 0 2026-05-04 12:39:48.981 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ee3a6f6-93f7-4913-b7d6-29843f453a69 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e8a3fcdb-b35a-4845-bf22-f6b4fbc8bd6e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 831/1605] 10.0.0.165 () {32 vars in 643 bytes} [Mon May 4 12:39:48 2026] GET /v2.0/ports => generated 1523 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1606] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:48 2026] GET /v2.0/security-groups?tenant_id=5da80b73c4154c568146dcb9f09878a6&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:49.092 7 INFO neutron.db.segments_db [None req-3219cc3d-9816-4929-b1de-1057de9e820e f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Added segment 4e2a7dbf-1d83-4aba-a151-ddb3fd562905 of type geneve for network 8c5150a6-5907-4f26-8715-6554fba33965 2026-05-04 12:39:49.196 7 INFO neutron.db.ovn_revision_numbers_db [None req-3219cc3d-9816-4929-b1de-1057de9e820e f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource 8c5150a6-5907-4f26-8715-6554fba33965 (type: networks) to 1 [pid: 8|app: 0|req: 776/1607] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:49 2026] DELETE /v2.0/security-groups/a76e2379-5808-4b3e-8574-34736ed0489c => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:49.739 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3219cc3d-9816-4929-b1de-1057de9e820e f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] No more DHCP agents 2026-05-04 12:39:49.739 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3219cc3d-9816-4929-b1de-1057de9e820e f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Unable to schedule network 8c5150a6-5907-4f26-8715-6554fba33965: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:49.786 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: d6cabf9e-81e0-4e10-947b-49da7c2ab882 2026-05-04 12:39:49.787 8 WARNING neutron.db.securitygroups_db [None req-fc489ca5-b3b7-46d7-bf35-820723036e8c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:49.839 7 INFO neutron.db.ovn_revision_numbers_db [None req-3219cc3d-9816-4929-b1de-1057de9e820e f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource d6cabf9e-81e0-4e10-947b-49da7c2ab882 (type: ports) to 1 [pid: 7|app: 0|req: 832/1608] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:39:49 2026] POST /v2.0/networks => generated 692 bytes in 888 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:49.903 8 INFO neutron.db.ovn_revision_numbers_db [None req-fc489ca5-b3b7-46d7-bf35-820723036e8c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9fc0929d-d4c8-4900-b376-c08b7e8f52c4 (type: security_groups) to 1 2026-05-04 12:39:49.916 8 INFO neutron.db.ovn_revision_numbers_db [None req-fc489ca5-b3b7-46d7-bf35-820723036e8c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6573cb7f-7c0e-4293-87b3-66f202045cc5 (type: security_group_rules) to 0 2026-05-04 12:39:49.927 8 INFO neutron.db.ovn_revision_numbers_db [None req-fc489ca5-b3b7-46d7-bf35-820723036e8c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 92e1ed99-8b36-499e-9d6e-09695ca5d085 (type: security_group_rules) to 0 2026-05-04 12:39:49.936 8 INFO neutron.db.ovn_revision_numbers_db [None req-fc489ca5-b3b7-46d7-bf35-820723036e8c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ec045650-8426-40df-8a14-6d419994c35e (type: security_group_rules) to 0 2026-05-04 12:39:49.947 8 INFO neutron.db.ovn_revision_numbers_db [None req-fc489ca5-b3b7-46d7-bf35-820723036e8c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f7149307-aaf5-45dc-b09a-0c4b4ea9d49c (type: security_group_rules) to 0 2026-05-04 12:39:49.980 7 INFO neutron.db.segments_db [None req-eb326fe2-1a66-466e-a9bc-c3f2cb885d2d f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Added segment 3c87c759-6453-48d3-8fa9-3800182a3769 of type geneve for network cd71ddbf-082c-4c9a-8461-005f8b8a4e37 [pid: 8|app: 0|req: 777/1609] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:49 2026] GET /v2.0/security-groups?tenant_id=810382fef44b4fe68ad2a397ac23eef7&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:50.090 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb326fe2-1a66-466e-a9bc-c3f2cb885d2d f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource cd71ddbf-082c-4c9a-8461-005f8b8a4e37 (type: networks) to 1 [pid: 8|app: 0|req: 778/1610] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:49 2026] DELETE /v2.0/security-groups/9fc0929d-d4c8-4900-b376-c08b7e8f52c4 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:50.241 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-eb326fe2-1a66-466e-a9bc-c3f2cb885d2d f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] No more DHCP agents 2026-05-04 12:39:50.242 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eb326fe2-1a66-466e-a9bc-c3f2cb885d2d f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Unable to schedule network cd71ddbf-082c-4c9a-8461-005f8b8a4e37: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:50.279 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] OVN reports status down for port: 90359bde-356f-48a1-8517-87c3916d2bff 2026-05-04 12:39:50.305 8 WARNING neutron.db.securitygroups_db [None req-223fc4c4-164c-411f-b95d-c87955d01ed3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:50.313 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb326fe2-1a66-466e-a9bc-c3f2cb885d2d f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource 90359bde-356f-48a1-8517-87c3916d2bff (type: ports) to 1 [pid: 7|app: 0|req: 833/1613] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:39:49 2026] POST /v2.0/networks => generated 691 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1614] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:50 2026] GET /v2.0/security-groups?tenant_id=ba42753ef197497bbe5ca26246d81635&name=default => generated 2925 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1615] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:50 2026] DELETE /v2.0/security-groups/282dee08-7244-473d-a9ee-b6a6c57f949e => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:50.636 8 WARNING neutron.db.securitygroups_db [None req-d13edc6b-55e0-4247-88d7-572a42e2b458 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:50.750 8 INFO neutron.db.ovn_revision_numbers_db [None req-d13edc6b-55e0-4247-88d7-572a42e2b458 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5da1ece6-6cc3-40f1-a928-6564d12485c2 (type: security_groups) to 1 2026-05-04 12:39:50.762 8 INFO neutron.db.ovn_revision_numbers_db [None req-d13edc6b-55e0-4247-88d7-572a42e2b458 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d032e5e7-77f9-4337-88b5-eb7928d122a7 (type: security_group_rules) to 0 2026-05-04 12:39:50.774 8 INFO neutron.db.ovn_revision_numbers_db [None req-d13edc6b-55e0-4247-88d7-572a42e2b458 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d8bbe258-1a00-4269-8010-6fc24c79f165 (type: security_group_rules) to 0 2026-05-04 12:39:50.785 8 INFO neutron.db.ovn_revision_numbers_db [None req-d13edc6b-55e0-4247-88d7-572a42e2b458 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f569cba9-9e00-44e7-b168-14f25888d5a6 (type: security_group_rules) to 0 2026-05-04 12:39:50.797 8 INFO neutron.db.ovn_revision_numbers_db [None req-d13edc6b-55e0-4247-88d7-572a42e2b458 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f71174d7-fd7a-43e3-a0da-a978bc73b6f8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 782/1616] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:50 2026] GET /v2.0/security-groups?tenant_id=24d99e2d95bc42a792da96dc6222b906&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1617] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:50 2026] DELETE /v2.0/security-groups/5da1ece6-6cc3-40f1-a928-6564d12485c2 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:51.242 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a203e6d4-6b50-4a1d-8a1f-4b7b378654a9 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] No more DHCP agents 2026-05-04 12:39:51.243 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a203e6d4-6b50-4a1d-8a1f-4b7b378654a9 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Unable to schedule network 8c5150a6-5907-4f26-8715-6554fba33965: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:51.269 8 INFO neutron.db.ovn_revision_numbers_db [None req-a203e6d4-6b50-4a1d-8a1f-4b7b378654a9 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource 29c8f75b-eb15-4556-a8be-f860c0034b40 (type: subnets) to 0 2026-05-04 12:39:51.296 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a203e6d4-6b50-4a1d-8a1f-4b7b378654a9 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] No more DHCP agents 2026-05-04 12:39:51.297 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a203e6d4-6b50-4a1d-8a1f-4b7b378654a9 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Unable to schedule network cd71ddbf-082c-4c9a-8461-005f8b8a4e37: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:51.333 8 INFO neutron.db.ovn_revision_numbers_db [None req-a203e6d4-6b50-4a1d-8a1f-4b7b378654a9 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Successfully bumped revision number for resource 59d6a7e3-447b-4cea-a5c7-283d08aca391 (type: subnets) to 0 [pid: 8|app: 0|req: 783/1618] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:50 2026] POST /v2.0/subnets => generated 1324 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1619] 10.0.0.165 () {32 vars in 647 bytes} [Mon May 4 12:39:51 2026] GET /v2.0/subnets => generated 1960 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1620] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:51 2026] DELETE /v2.0/subnets/29c8f75b-eb15-4556-a8be-f860c0034b40 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1621] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:39:51 2026] DELETE /v2.0/subnets/59d6a7e3-447b-4cea-a5c7-283d08aca391 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1622] 10.0.0.165 () {32 vars in 647 bytes} [Mon May 4 12:39:51 2026] GET /v2.0/subnets => generated 649 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:39:51.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bd8e109-183a-446b-b5fd-598f76b6e5f2 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] TaaS: Handle Delete Port: 90359bde-356f-48a1-8517-87c3916d2bff 2026-05-04 12:39:51.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bd8e109-183a-446b-b5fd-598f76b6e5f2 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Tap Mirror: Handle Delete Port: 90359bde-356f-48a1-8517-87c3916d2bff 2026-05-04 12:39:52.056 7 INFO neutron.services.segments.plugin [-] Segment 3c87c759-6453-48d3-8fa9-3800182a3769 resource provider aggregate not found 2026-05-04 12:39:52.063 7 INFO neutron.services.segments.plugin [-] Segment 3c87c759-6453-48d3-8fa9-3800182a3769 resource provider aggregate not found 2026-05-04 12:39:52.082 7 INFO neutron.services.segments.plugin [-] Segment 3c87c759-6453-48d3-8fa9-3800182a3769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c87c759-6453-48d3-8fa9-3800182a3769 found for delete ", "request_id": "req-32547af9-99e5-4ec8-b241-079aef81196d"}]} 2026-05-04 12:39:52.086 7 INFO neutron.services.segments.plugin [-] Segment 3c87c759-6453-48d3-8fa9-3800182a3769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c87c759-6453-48d3-8fa9-3800182a3769 found for delete ", "request_id": "req-bef3cdeb-558e-4e60-af0c-d7251c4208e6"}]} [pid: 7|app: 0|req: 838/1623] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:51 2026] DELETE /v2.0/networks/cd71ddbf-082c-4c9a-8461-005f8b8a4e37 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:52.238 7 WARNING neutron.db.securitygroups_db [None req-6d0b5e92-9a89-4c75-89cc-60643e8119b2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:52.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-0355c8c4-4695-4790-be9c-8971a6c34e8a f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] TaaS: Handle Delete Port: d6cabf9e-81e0-4e10-947b-49da7c2ab882 2026-05-04 12:39:52.267 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0355c8c4-4695-4790-be9c-8971a6c34e8a f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Tap Mirror: Handle Delete Port: d6cabf9e-81e0-4e10-947b-49da7c2ab882 2026-05-04 12:39:52.382 7 INFO neutron.db.ovn_revision_numbers_db [None req-6d0b5e92-9a89-4c75-89cc-60643e8119b2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3d3a1ce3-4f7b-40a5-97b2-9475e2b96d0c (type: security_groups) to 1 2026-05-04 12:39:52.415 7 INFO neutron.db.ovn_revision_numbers_db [None req-6d0b5e92-9a89-4c75-89cc-60643e8119b2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 72007d2c-ec7a-40b0-a2df-5eeea1b9635c (type: security_group_rules) to 0 2026-05-04 12:39:52.427 7 INFO neutron.db.ovn_revision_numbers_db [None req-6d0b5e92-9a89-4c75-89cc-60643e8119b2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 823081a2-ad15-431b-9300-f6bb5c465533 (type: security_group_rules) to 0 2026-05-04 12:39:52.440 7 INFO neutron.db.ovn_revision_numbers_db [None req-6d0b5e92-9a89-4c75-89cc-60643e8119b2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c327c280-d92b-4385-9539-de8bc2e6225c (type: security_group_rules) to 0 2026-05-04 12:39:52.454 7 INFO neutron.db.ovn_revision_numbers_db [None req-6d0b5e92-9a89-4c75-89cc-60643e8119b2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ffbfa220-381b-4bda-b548-0513bfccb0c5 (type: security_group_rules) to 0 2026-05-04 12:39:52.461 8 INFO neutron.services.segments.plugin [-] Segment 4e2a7dbf-1d83-4aba-a151-ddb3fd562905 resource provider aggregate not found 2026-05-04 12:39:52.471 8 INFO neutron.services.segments.plugin [-] Segment 4e2a7dbf-1d83-4aba-a151-ddb3fd562905 resource provider aggregate not found 2026-05-04 12:39:52.474 8 INFO neutron.services.segments.plugin [-] Segment 4e2a7dbf-1d83-4aba-a151-ddb3fd562905 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e2a7dbf-1d83-4aba-a151-ddb3fd562905 found for delete ", "request_id": "req-2e63416c-831b-4a69-878b-bbad07c74bb0"}]} 2026-05-04 12:39:52.485 8 INFO neutron.services.segments.plugin [-] Segment 4e2a7dbf-1d83-4aba-a151-ddb3fd562905 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e2a7dbf-1d83-4aba-a151-ddb3fd562905 found for delete ", "request_id": "req-afbe490d-b6a2-413a-8c65-f50ed6dbdcdc"}]} [pid: 7|app: 0|req: 839/1624] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:52 2026] GET /v2.0/security-groups?tenant_id=7919d2e619784e45beee7a5a2cc8765a&name=default => generated 2925 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1625] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:52 2026] DELETE /v2.0/networks/8c5150a6-5907-4f26-8715-6554fba33965 => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:52.614 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a1c2f65-9de4-494d-aa43-13c029f7e388 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] TaaS: Handle Delete Port: c53788ff-c674-4dde-997b-668af9a1e7d5 2026-05-04 12:39:52.617 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a1c2f65-9de4-494d-aa43-13c029f7e388 f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Tap Mirror: Handle Delete Port: c53788ff-c674-4dde-997b-668af9a1e7d5 [pid: 7|app: 0|req: 840/1626] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:52 2026] DELETE /v2.0/security-groups/3d3a1ce3-4f7b-40a5-97b2-9475e2b96d0c => generated 0 bytes in 235 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1627] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:52 2026] DELETE /v2.0/networks/2442dd1c-ff29-4f99-bec1-5edccf84657a => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:39:52.865 7 WARNING neutron.db.securitygroups_db [None req-3195b60c-0e3c-4084-9c30-1405052e647e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:52.947 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8c8ed25-962f-439f-9b05-c4bba3a0557a f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] TaaS: Handle Delete Port: 1dcb8e3a-d612-415d-a834-b0d62887c0e2 2026-05-04 12:39:52.949 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8c8ed25-962f-439f-9b05-c4bba3a0557a f7fb6e31726a407aab475665cd8a9d1c 1e3c6b5427f94b2ca861dabfb048642b - - default default] Tap Mirror: Handle Delete Port: 1dcb8e3a-d612-415d-a834-b0d62887c0e2 2026-05-04 12:39:52.977 7 INFO neutron.db.ovn_revision_numbers_db [None req-3195b60c-0e3c-4084-9c30-1405052e647e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7b3f3e9a-e70b-47f3-8f52-881ab400f52c (type: security_groups) to 1 2026-05-04 12:39:52.992 7 INFO neutron.db.ovn_revision_numbers_db [None req-3195b60c-0e3c-4084-9c30-1405052e647e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 216d9dea-c80b-470d-9a3a-e6691dd27203 (type: security_group_rules) to 0 2026-05-04 12:39:53.003 7 INFO neutron.db.ovn_revision_numbers_db [None req-3195b60c-0e3c-4084-9c30-1405052e647e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2be8d431-8bf1-439b-a2ea-e55aaacc55fd (type: security_group_rules) to 0 2026-05-04 12:39:53.014 7 INFO neutron.db.ovn_revision_numbers_db [None req-3195b60c-0e3c-4084-9c30-1405052e647e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 56573662-0cce-466c-b6f0-a7d8f75ed097 (type: security_group_rules) to 0 2026-05-04 12:39:53.024 7 INFO neutron.db.ovn_revision_numbers_db [None req-3195b60c-0e3c-4084-9c30-1405052e647e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c5436ed9-a0c8-4f9a-a278-ae1b180ff2bb (type: security_group_rules) to 0 [pid: 7|app: 0|req: 841/1628] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:52 2026] GET /v2.0/security-groups?tenant_id=572ee78100d94da6a856375dc2962646&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: 788/1629] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:39:52 2026] DELETE /v2.0/networks/59ed0821-8181-44fb-8f55-24573732b424 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1630] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:53 2026] DELETE /v2.0/security-groups/7b3f3e9a-e70b-47f3-8f52-881ab400f52c => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:53.399 8 WARNING neutron.db.securitygroups_db [None req-31e3dacf-6c9c-4259-a601-e788609caa91 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:53.517 8 INFO neutron.db.ovn_revision_numbers_db [None req-31e3dacf-6c9c-4259-a601-e788609caa91 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 06cb668d-251e-49bd-b4af-df2fdd7162a3 (type: security_groups) to 1 2026-05-04 12:39:53.526 8 INFO neutron.db.ovn_revision_numbers_db [None req-31e3dacf-6c9c-4259-a601-e788609caa91 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 15a7f5e5-b470-46b5-95fd-dedf2bfad097 (type: security_group_rules) to 0 2026-05-04 12:39:53.537 8 INFO neutron.db.ovn_revision_numbers_db [None req-31e3dacf-6c9c-4259-a601-e788609caa91 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 71fb86a8-eb9c-4bdc-95af-7be089857588 (type: security_group_rules) to 0 2026-05-04 12:39:53.547 8 INFO neutron.db.ovn_revision_numbers_db [None req-31e3dacf-6c9c-4259-a601-e788609caa91 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 741b77b3-4ffd-4004-8d3b-52acc07eef1a (type: security_group_rules) to 0 2026-05-04 12:39:53.559 8 INFO neutron.db.ovn_revision_numbers_db [None req-31e3dacf-6c9c-4259-a601-e788609caa91 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9d006284-6870-49b8-8a9f-81ae05845283 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 789/1631] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:53 2026] GET /v2.0/security-groups?tenant_id=17dbb8c0d05d46b4bc54d102ef4cdf24&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:53.718 7 WARNING neutron.db.securitygroups_db [None req-e3008fe0-9e00-433f-bca7-264cb18b8555 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 843/1632] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:53 2026] GET /v2.0/security-groups?tenant_id=1e3c6b5427f94b2ca861dabfb048642b&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1633] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:53 2026] DELETE /v2.0/security-groups/06cb668d-251e-49bd-b4af-df2fdd7162a3 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1634] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:53 2026] DELETE /v2.0/security-groups/21800ab2-9168-491d-981e-d9ea4a8ad914 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:54.495 8 INFO neutron.services.segments.plugin [-] Segment 02a230c9-456a-4adc-8cdd-a2c0897748d2 resource provider aggregate not found 2026-05-04 12:39:54.514 8 INFO neutron.services.segments.plugin [-] Segment 02a230c9-456a-4adc-8cdd-a2c0897748d2 resource provider aggregate not found 2026-05-04 12:39:54.520 8 INFO neutron.services.segments.plugin [-] Segment 02a230c9-456a-4adc-8cdd-a2c0897748d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02a230c9-456a-4adc-8cdd-a2c0897748d2 found for delete ", "request_id": "req-1b056ee9-0129-43e6-81db-5d8c08f68f72"}]} 2026-05-04 12:39:54.531 8 INFO neutron.services.segments.plugin [-] Segment 02a230c9-456a-4adc-8cdd-a2c0897748d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02a230c9-456a-4adc-8cdd-a2c0897748d2 found for delete ", "request_id": "req-7477c8e7-1914-4af3-b672-9df11013fcbe"}]} 2026-05-04 12:39:54.538 8 INFO neutron.services.segments.plugin [-] Segment 10ee4283-49cf-483e-8a58-71bfaf948c96 resource provider aggregate not found 2026-05-04 12:39:54.544 8 INFO neutron.services.segments.plugin [-] Segment 10ee4283-49cf-483e-8a58-71bfaf948c96 resource provider aggregate not found 2026-05-04 12:39:54.551 8 INFO neutron.services.segments.plugin [-] Segment 10ee4283-49cf-483e-8a58-71bfaf948c96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10ee4283-49cf-483e-8a58-71bfaf948c96 found for delete ", "request_id": "req-dee04712-b354-49c7-9718-71d88dd8724b"}]} 2026-05-04 12:39:54.554 8 INFO neutron.services.segments.plugin [-] Segment 10ee4283-49cf-483e-8a58-71bfaf948c96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10ee4283-49cf-483e-8a58-71bfaf948c96 found for delete ", "request_id": "req-303a6e61-5dc3-456f-b6c9-ea0a6350d63a"}]} 2026-05-04 12:39:54.963 8 WARNING neutron.db.securitygroups_db [None req-9ef6564f-26ac-453f-8b6d-08ee75ee4130 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:55.080 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ef6564f-26ac-453f-8b6d-08ee75ee4130 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d25fbab7-ba0e-43f9-b858-6e1df4d9863d (type: security_groups) to 1 2026-05-04 12:39:55.098 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ef6564f-26ac-453f-8b6d-08ee75ee4130 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 19235b5d-2d7e-42b4-a8ac-6a617ad3aa23 (type: security_group_rules) to 0 2026-05-04 12:39:55.108 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ef6564f-26ac-453f-8b6d-08ee75ee4130 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 193db542-d735-4846-a3e8-2cb82169083e (type: security_group_rules) to 0 2026-05-04 12:39:55.128 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ef6564f-26ac-453f-8b6d-08ee75ee4130 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5bcf3085-6831-4c18-840b-ec34ca8c68e0 (type: security_group_rules) to 0 2026-05-04 12:39:55.140 8 INFO neutron.db.ovn_revision_numbers_db [None req-9ef6564f-26ac-453f-8b6d-08ee75ee4130 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c131347b-cebd-4e37-83ef-cc2c9b17013f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 791/1635] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:54 2026] GET /v2.0/security-groups?tenant_id=d6e48be8eb65452eade9f63979d7846e&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1636] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:55 2026] DELETE /v2.0/security-groups/d25fbab7-ba0e-43f9-b858-6e1df4d9863d => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:55.506 8 INFO neutron.db.ovn_revision_numbers_db [None req-48e8ec2a-8d32-4be6-ac67-3638d9676024 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource 7b6fb4ca-5820-479d-9c26-2ba238e930da (type: security_groups) to 1 2026-05-04 12:39:55.517 8 INFO neutron.db.ovn_revision_numbers_db [None req-48e8ec2a-8d32-4be6-ac67-3638d9676024 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource 1afab14f-080c-4098-88a4-44282d559118 (type: security_group_rules) to 0 2026-05-04 12:39:55.527 8 INFO neutron.db.ovn_revision_numbers_db [None req-48e8ec2a-8d32-4be6-ac67-3638d9676024 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource ac62db78-e69b-4cba-8bf2-2c98d429f559 (type: security_group_rules) to 0 2026-05-04 12:39:55.539 8 INFO neutron.db.ovn_revision_numbers_db [None req-48e8ec2a-8d32-4be6-ac67-3638d9676024 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource dd1a7fba-5da1-4a6f-b09f-cd5971db6af8 (type: security_group_rules) to 0 2026-05-04 12:39:55.550 8 INFO neutron.db.ovn_revision_numbers_db [None req-48e8ec2a-8d32-4be6-ac67-3638d9676024 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource ec32cc32-bcbe-4e79-8028-c3e5f960e1aa (type: security_group_rules) to 0 2026-05-04 12:39:55.628 8 INFO neutron.db.segments_db [None req-48e8ec2a-8d32-4be6-ac67-3638d9676024 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Added segment 1b60d9ee-d266-40b9-bfbb-b182c201e3f3 of type geneve for network cc8f619c-82a3-45a1-bfad-592beb180466 2026-05-04 12:39:55.721 8 INFO neutron.db.ovn_revision_numbers_db [None req-48e8ec2a-8d32-4be6-ac67-3638d9676024 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource cc8f619c-82a3-45a1-bfad-592beb180466 (type: networks) to 1 2026-05-04 12:39:55.883 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-48e8ec2a-8d32-4be6-ac67-3638d9676024 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] No more DHCP agents 2026-05-04 12:39:55.885 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-48e8ec2a-8d32-4be6-ac67-3638d9676024 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Unable to schedule network cc8f619c-82a3-45a1-bfad-592beb180466: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:55.947 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] OVN reports status down for port: ab13adb6-d234-4bf0-8076-858ed2a85e27 2026-05-04 12:39:55.999 8 INFO neutron.db.ovn_revision_numbers_db [None req-48e8ec2a-8d32-4be6-ac67-3638d9676024 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource ab13adb6-d234-4bf0-8076-858ed2a85e27 (type: ports) to 1 [pid: 8|app: 0|req: 792/1637] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:39:55 2026] POST /v2.0/networks => generated 670 bytes in 763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:56.199 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2d894a52-35b0-4c96-99f5-1b959cc2884c 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] No more DHCP agents 2026-05-04 12:39:56.200 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2d894a52-35b0-4c96-99f5-1b959cc2884c 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Unable to schedule network cc8f619c-82a3-45a1-bfad-592beb180466: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:56.687 7 INFO neutron.db.ovn_revision_numbers_db [None req-2d894a52-35b0-4c96-99f5-1b959cc2884c 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource ab13adb6-d234-4bf0-8076-858ed2a85e27 (type: ports) to 2 2026-05-04 12:39:56.714 7 INFO neutron.db.ovn_revision_numbers_db [None req-2d894a52-35b0-4c96-99f5-1b959cc2884c 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource 8334dc78-b708-4507-ac5a-4523739e9700 (type: subnets) to 0 [pid: 7|app: 0|req: 846/1638] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:56 2026] POST /v2.0/subnets => generated 626 bytes in 695 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:56.821 8 INFO neutron.db.segments_db [None req-356bdf17-9d96-4540-a191-e0426280049b 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Added segment 2f1add19-70ef-48eb-86d9-9808190598f7 of type geneve for network d3b733d7-5608-438d-8b81-b818a458b103 2026-05-04 12:39:56.916 8 INFO neutron.db.ovn_revision_numbers_db [None req-356bdf17-9d96-4540-a191-e0426280049b 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource d3b733d7-5608-438d-8b81-b818a458b103 (type: networks) to 1 2026-05-04 12:39:57.085 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-356bdf17-9d96-4540-a191-e0426280049b 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] No more DHCP agents 2026-05-04 12:39:57.087 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-356bdf17-9d96-4540-a191-e0426280049b 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Unable to schedule network d3b733d7-5608-438d-8b81-b818a458b103: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:57.142 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: b694f624-48da-46ee-b625-d1dfd2de593d 2026-05-04 12:39:57.161 8 INFO neutron.db.ovn_revision_numbers_db [None req-356bdf17-9d96-4540-a191-e0426280049b 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource b694f624-48da-46ee-b625-d1dfd2de593d (type: ports) to 1 [pid: 8|app: 0|req: 793/1639] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:39:56 2026] POST /v2.0/networks => generated 669 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:57.434 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d9119717-3f5b-4e1f-b484-1a379450aa28 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] No more DHCP agents 2026-05-04 12:39:57.435 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d9119717-3f5b-4e1f-b484-1a379450aa28 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Unable to schedule network d3b733d7-5608-438d-8b81-b818a458b103: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:57.906 7 INFO neutron.db.ovn_revision_numbers_db [None req-d9119717-3f5b-4e1f-b484-1a379450aa28 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource b694f624-48da-46ee-b625-d1dfd2de593d (type: ports) to 2 2026-05-04 12:39:57.946 7 INFO neutron.db.ovn_revision_numbers_db [None req-d9119717-3f5b-4e1f-b484-1a379450aa28 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource 77e7f854-b14e-41ac-8b8b-5b7813e9394b (type: subnets) to 0 [pid: 7|app: 0|req: 847/1640] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:57 2026] POST /v2.0/subnets => generated 629 bytes in 772 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:58.067 8 INFO neutron.db.segments_db [None req-939104cf-cb1a-45db-8e47-1576b1a6f821 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Added segment 398b6c21-1a9b-43ea-aaae-a68461b7cf31 of type geneve for network de064a33-c72f-4bc7-b3e1-aad69ee3dc08 2026-05-04 12:39:58.170 8 INFO neutron.db.ovn_revision_numbers_db [None req-939104cf-cb1a-45db-8e47-1576b1a6f821 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource de064a33-c72f-4bc7-b3e1-aad69ee3dc08 (type: networks) to 1 2026-05-04 12:39:58.315 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-939104cf-cb1a-45db-8e47-1576b1a6f821 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] No more DHCP agents 2026-05-04 12:39:58.317 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-939104cf-cb1a-45db-8e47-1576b1a6f821 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Unable to schedule network de064a33-c72f-4bc7-b3e1-aad69ee3dc08: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:58.341 7 WARNING neutron.db.securitygroups_db [None req-0c6fd555-c35c-4a18-8f00-d30011863583 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:58.390 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: 3fe11aff-1d35-44e9-b5cc-b577c6836dac 2026-05-04 12:39:58.437 8 INFO neutron.db.ovn_revision_numbers_db [None req-939104cf-cb1a-45db-8e47-1576b1a6f821 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource 3fe11aff-1d35-44e9-b5cc-b577c6836dac (type: ports) to 1 [pid: 8|app: 0|req: 794/1641] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:39:57 2026] POST /v2.0/networks => generated 670 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:58.548 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c6fd555-c35c-4a18-8f00-d30011863583 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a6f2a640-d984-431a-8c40-c7ff7c0680af (type: security_groups) to 1 2026-05-04 12:39:58.574 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c6fd555-c35c-4a18-8f00-d30011863583 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 07fdd24f-4cc4-401f-9103-a8ef778a6eac (type: security_group_rules) to 0 2026-05-04 12:39:58.590 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c6fd555-c35c-4a18-8f00-d30011863583 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0e9e9990-1259-4c2e-a664-5560003c5a9c (type: security_group_rules) to 0 2026-05-04 12:39:58.600 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c6fd555-c35c-4a18-8f00-d30011863583 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a07dd6d6-3c9c-4f73-890c-78dc640a8c6d (type: security_group_rules) to 0 2026-05-04 12:39:58.612 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c6fd555-c35c-4a18-8f00-d30011863583 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d0f48efb-0a38-4db2-9964-21b050066a6a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 848/1642] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:58 2026] GET /v2.0/security-groups?tenant_id=3082d1915da949f8956dbdcd7a42ad83&name=default => generated 2925 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:58.711 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dc9cbab4-c23a-4e2e-bce8-b726ce063c8b 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] No more DHCP agents 2026-05-04 12:39:58.713 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dc9cbab4-c23a-4e2e-bce8-b726ce063c8b 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Unable to schedule network de064a33-c72f-4bc7-b3e1-aad69ee3dc08: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:39:58.972 7 INFO neutron.db.ovn_revision_numbers_db [None req-09330aab-0f49-47cd-8902-31c0a9f6ddd1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 443522a8-c307-4300-8fb3-05c2bd6c4d43 (type: security_groups) to 1 2026-05-04 12:39:58.988 7 INFO neutron.db.ovn_revision_numbers_db [None req-09330aab-0f49-47cd-8902-31c0a9f6ddd1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 28a64f9f-6275-403c-aa75-79451c1115e6 (type: security_group_rules) to 0 2026-05-04 12:39:59.003 7 INFO neutron.db.ovn_revision_numbers_db [None req-09330aab-0f49-47cd-8902-31c0a9f6ddd1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 449c3eb8-3f88-4742-9288-d56950ac1b12 (type: security_group_rules) to 0 2026-05-04 12:39:59.017 7 INFO neutron.db.ovn_revision_numbers_db [None req-09330aab-0f49-47cd-8902-31c0a9f6ddd1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 757b4d44-f236-47b4-b06b-4b9de25781db (type: security_group_rules) to 0 2026-05-04 12:39:59.031 7 INFO neutron.db.ovn_revision_numbers_db [None req-09330aab-0f49-47cd-8902-31c0a9f6ddd1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 797b3155-b529-45c8-a2e9-7cbd76039e32 (type: security_group_rules) to 0 2026-05-04 12:39:59.143 7 INFO neutron.db.segments_db [None req-09330aab-0f49-47cd-8902-31c0a9f6ddd1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Added segment f0bb307e-c288-4e77-9c8a-855172e4ddfe of type geneve for network 05d32a42-ebb1-47f5-9fff-5690c44c7797 2026-05-04 12:39:59.236 8 INFO neutron.db.ovn_revision_numbers_db [None req-dc9cbab4-c23a-4e2e-bce8-b726ce063c8b 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource 3fe11aff-1d35-44e9-b5cc-b577c6836dac (type: ports) to 2 2026-05-04 12:39:59.264 7 INFO neutron.db.ovn_revision_numbers_db [None req-09330aab-0f49-47cd-8902-31c0a9f6ddd1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 05d32a42-ebb1-47f5-9fff-5690c44c7797 (type: networks) to 1 2026-05-04 12:39:59.283 8 INFO neutron.db.ovn_revision_numbers_db [None req-dc9cbab4-c23a-4e2e-bce8-b726ce063c8b 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource 00ba23cf-2a87-48de-b5ad-ed03054909d4 (type: subnets) to 0 [pid: 8|app: 0|req: 795/1643] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:58 2026] POST /v2.0/subnets => generated 629 bytes in 831 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:59.442 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-09330aab-0f49-47cd-8902-31c0a9f6ddd1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] No more DHCP agents 2026-05-04 12:39:59.444 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-09330aab-0f49-47cd-8902-31c0a9f6ddd1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Unable to schedule network 05d32a42-ebb1-47f5-9fff-5690c44c7797: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 796/1644] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:39:59 2026] DELETE /v2.0/security-groups/a6f2a640-d984-431a-8c40-c7ff7c0680af => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:39:59.517 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: 41af60b6-bd4b-4b22-ad6e-d4d44172dab2 2026-05-04 12:39:59.540 8 WARNING neutron.db.securitygroups_db [None req-e9245c40-d386-4bda-a9cc-32f496387f3d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:39:59.606 7 INFO neutron.db.ovn_revision_numbers_db [None req-09330aab-0f49-47cd-8902-31c0a9f6ddd1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 41af60b6-bd4b-4b22-ad6e-d4d44172dab2 (type: ports) to 1 2026-05-04 12:39:59.658 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9245c40-d386-4bda-a9cc-32f496387f3d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9ec0edd4-9e2b-46d5-ba33-bf234afd1694 (type: security_groups) to 1 2026-05-04 12:39:59.671 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9245c40-d386-4bda-a9cc-32f496387f3d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4e877785-57a5-4788-87eb-a6a684b3ca98 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 849/1645] 10.0.0.165 () {34 vars in 671 bytes} [Mon May 4 12:39:58 2026] POST /v2.0/networks => generated 670 bytes in 1025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:39:59.686 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9245c40-d386-4bda-a9cc-32f496387f3d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7a6112a6-1d4d-42bd-923f-43be8befdd2b (type: security_group_rules) to 0 2026-05-04 12:39:59.704 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9245c40-d386-4bda-a9cc-32f496387f3d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a3d51238-6471-42a9-992e-6ec1d0cead17 (type: security_group_rules) to 0 2026-05-04 12:39:59.714 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9245c40-d386-4bda-a9cc-32f496387f3d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ebb6bdc2-9bee-48fd-9519-20afbf6f3603 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 797/1646] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:39:59 2026] GET /v2.0/security-groups?tenant_id=053425b64e964a14937666301a8585d8&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:39:59.775 7 INFO neutron.db.segments_db [None req-ba46c553-3a46-4377-892e-3c9b7f764f7c 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Added segment 805e7342-1d02-4f00-be3e-fb0376465b86 of type geneve for network 556dd456-e8ed-4675-aba3-e74ff7f9f43e 2026-05-04 12:39:59.897 7 INFO neutron.db.ovn_revision_numbers_db [None req-ba46c553-3a46-4377-892e-3c9b7f764f7c 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource 556dd456-e8ed-4675-aba3-e74ff7f9f43e (type: networks) to 1 2026-05-04 12:40:00.059 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ba46c553-3a46-4377-892e-3c9b7f764f7c 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] No more DHCP agents 2026-05-04 12:40:00.061 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ba46c553-3a46-4377-892e-3c9b7f764f7c 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Unable to schedule network 556dd456-e8ed-4675-aba3-e74ff7f9f43e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:00.116 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: ed364b07-66ea-4de9-b074-9c3a8a25f655 2026-05-04 12:40:00.161 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fb0e8691-3cfa-4bad-aeb4-f93414aa8795 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] No more DHCP agents 2026-05-04 12:40:00.163 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fb0e8691-3cfa-4bad-aeb4-f93414aa8795 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:00.170 7 INFO neutron.db.ovn_revision_numbers_db [None req-ba46c553-3a46-4377-892e-3c9b7f764f7c 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource ed364b07-66ea-4de9-b074-9c3a8a25f655 (type: ports) to 1 [pid: 7|app: 0|req: 850/1647] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:39:59 2026] POST /v2.0/networks => generated 670 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:00.316 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] OVN reports status down for port: e4feaf23-7a34-45dd-a2e7-edad9b7e66f2 2026-05-04 12:40:00.371 8 INFO neutron.db.ovn_revision_numbers_db [None req-fb0e8691-3cfa-4bad-aeb4-f93414aa8795 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource e4feaf23-7a34-45dd-a2e7-edad9b7e66f2 (type: ports) to 1 [pid: 7|app: 0|req: 851/1648] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:00 2026] DELETE /v2.0/security-groups/9ec0edd4-9e2b-46d5-ba33-bf234afd1694 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:00.625 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8113e1ea-2e1c-4f74-8b21-439087488b6a 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] No more DHCP agents 2026-05-04 12:40:00.628 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8113e1ea-2e1c-4f74-8b21-439087488b6a 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Unable to schedule network 556dd456-e8ed-4675-aba3-e74ff7f9f43e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:01.062 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] OVN reports status up for port: e4feaf23-7a34-45dd-a2e7-edad9b7e66f2 2026-05-04 12:40:01.072 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-bded9f2a-2137-40b2-9d2c-d146d3705471 - - - - - -] Router d673a0f8-c5f1-4c89-99a5-184e91044335 is bound to host instance 2026-05-04 12:40:01.129 8 INFO neutron.plugins.ml2.plugin [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] Attempt 1 to provision port e4feaf23-7a34-45dd-a2e7-edad9b7e66f2 2026-05-04 12:40:01.179 7 INFO neutron.db.ovn_revision_numbers_db [None req-8113e1ea-2e1c-4f74-8b21-439087488b6a 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource ed364b07-66ea-4de9-b074-9c3a8a25f655 (type: ports) to 2 2026-05-04 12:40:01.187 8 INFO neutron.db.ovn_revision_numbers_db [None req-fb0e8691-3cfa-4bad-aeb4-f93414aa8795 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource e4feaf23-7a34-45dd-a2e7-edad9b7e66f2 (type: router_ports) to 1 2026-05-04 12:40:01.224 7 INFO neutron.db.ovn_revision_numbers_db [None req-8113e1ea-2e1c-4f74-8b21-439087488b6a 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource 5ad08ba3-2b7b-49e4-ab06-c24fad0c2cdb (type: subnets) to 0 [pid: 7|app: 0|req: 852/1649] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:00 2026] POST /v2.0/subnets => generated 629 bytes in 823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:01.241 7 WARNING neutron.db.securitygroups_db [None req-cd9d1497-72ee-43a9-bb9a-83c69d7437aa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:01.341 8 INFO neutron.db.ovn_revision_numbers_db [None req-fb0e8691-3cfa-4bad-aeb4-f93414aa8795 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource d673a0f8-c5f1-4c89-99a5-184e91044335 (type: routers) to 2 [pid: 8|app: 0|req: 798/1650] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:39:59 2026] POST /v2.0/routers => generated 976 bytes in 1620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:01.389 7 INFO neutron.db.ovn_revision_numbers_db [None req-cd9d1497-72ee-43a9-bb9a-83c69d7437aa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5885c00d-32fb-446c-8219-fffc9aa7751b (type: security_groups) to 1 2026-05-04 12:40:01.403 7 INFO neutron.db.ovn_revision_numbers_db [None req-cd9d1497-72ee-43a9-bb9a-83c69d7437aa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 143aa0e0-a953-4d0b-bcb5-e4033c479ac8 (type: security_group_rules) to 0 2026-05-04 12:40:01.414 7 INFO neutron.db.ovn_revision_numbers_db [None req-cd9d1497-72ee-43a9-bb9a-83c69d7437aa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2ff1ff10-5140-479d-899b-cb01699a4d60 (type: security_group_rules) to 0 2026-05-04 12:40:01.434 7 INFO neutron.db.ovn_revision_numbers_db [None req-cd9d1497-72ee-43a9-bb9a-83c69d7437aa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 40f6ed1a-d6d0-48cf-bcd9-eced9b01ef2b (type: security_group_rules) to 0 2026-05-04 12:40:01.465 7 INFO neutron.db.ovn_revision_numbers_db [None req-cd9d1497-72ee-43a9-bb9a-83c69d7437aa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9539c137-5b5a-4289-a484-ad8de22e0a4b (type: security_group_rules) to 0 2026-05-04 12:40:01.478 8 INFO neutron.db.segments_db [None req-e2a71662-db76-46ae-a977-9b8498d080f2 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Added segment 9aa1e651-8125-4314-b07e-85ca6778bb5a of type geneve for network 4d5c1d82-a6e5-4ebf-89f3-ed042fbb798b [pid: 7|app: 0|req: 853/1651] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:01 2026] GET /v2.0/security-groups?tenant_id=d35c1189837747fb82dc9b915201302f&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:40:01.660 8 INFO neutron.db.ovn_revision_numbers_db [None req-e2a71662-db76-46ae-a977-9b8498d080f2 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource 4d5c1d82-a6e5-4ebf-89f3-ed042fbb798b (type: networks) to 1 [pid: 7|app: 0|req: 854/1652] 10.0.0.165 () {32 vars in 776 bytes} [Mon May 4 12:40:01 2026] GET /v2.0/subnets?project_id=9d5151ff7b8c4a2da862286b5a862cd2&cidr=10.100.0.0%2F28 => generated 14 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:01.910 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e2a71662-db76-46ae-a977-9b8498d080f2 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] No more DHCP agents 2026-05-04 12:40:01.911 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e2a71662-db76-46ae-a977-9b8498d080f2 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Unable to schedule network 4d5c1d82-a6e5-4ebf-89f3-ed042fbb798b: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 855/1653] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:01 2026] DELETE /v2.0/security-groups/5885c00d-32fb-446c-8219-fffc9aa7751b => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:02.047 7 WARNING neutron.db.securitygroups_db [None req-6172159c-a31a-4b89-9933-8bb8d4231d3b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:02.082 8 INFO neutron.db.ovn_revision_numbers_db [None req-e2a71662-db76-46ae-a977-9b8498d080f2 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource bd63d1cc-343f-4ef4-85d8-3e59c534dccb (type: ports) to 1 [pid: 8|app: 0|req: 799/1654] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:40:01 2026] POST /v2.0/networks => generated 669 bytes in 777 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:02.208 7 INFO neutron.db.ovn_revision_numbers_db [None req-6172159c-a31a-4b89-9933-8bb8d4231d3b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6d5f549c-c1e0-4b53-a3b7-da46a44eec94 (type: security_groups) to 1 2026-05-04 12:40:02.219 7 INFO neutron.db.ovn_revision_numbers_db [None req-6172159c-a31a-4b89-9933-8bb8d4231d3b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 106181e5-8e2e-4ba0-9316-67cece1e450e (type: security_group_rules) to 0 2026-05-04 12:40:02.230 7 INFO neutron.db.ovn_revision_numbers_db [None req-6172159c-a31a-4b89-9933-8bb8d4231d3b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 13e61f13-46d5-4fbf-8e4f-edf833268a8a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 800/1655] 10.0.0.165 () {32 vars in 694 bytes} [Mon May 4 12:40:02 2026] GET /v2.0/networks?router%3Aexternal=True => generated 791 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:02.241 7 INFO neutron.db.ovn_revision_numbers_db [None req-6172159c-a31a-4b89-9933-8bb8d4231d3b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ba1370f7-e3ca-4902-a6f0-af6c7b9e97b7 (type: security_group_rules) to 0 2026-05-04 12:40:02.263 7 INFO neutron.db.ovn_revision_numbers_db [None req-6172159c-a31a-4b89-9933-8bb8d4231d3b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f647d40b-0135-4714-b08e-dc8ddbac53d5 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 856/1656] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:02 2026] GET /v2.0/security-groups?tenant_id=afb44920085846dd83c2b769f5b85f5c&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1657] 10.0.0.165 () {32 vars in 784 bytes} [Mon May 4 12:40:02 2026] GET /v2.0/subnets?network_id=cf096e53-2011-4f22-83b2-dcccf16a76a3&cidr=10.100.0.0%2F28 => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1658] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:02 2026] DELETE /v2.0/security-groups/6d5f549c-c1e0-4b53-a3b7-da46a44eec94 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:02.607 8 INFO neutron.db.ovn_revision_numbers_db [None req-827849f9-c6ad-4d28-a464-0ce9a7f25f6c - - - - - -] Successfully bumped revision number for resource e4feaf23-7a34-45dd-a2e7-edad9b7e66f2 (type: ports) to 4 2026-05-04 12:40:02.639 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-425bcb39-f69d-4f1c-8184-7714447d073b 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] No more DHCP agents 2026-05-04 12:40:02.641 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-425bcb39-f69d-4f1c-8184-7714447d073b 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Unable to schedule network 4d5c1d82-a6e5-4ebf-89f3-ed042fbb798b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:02.725 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-75f354b8-c2ac-429e-95cc-8522b4c0fdbd c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] No more DHCP agents 2026-05-04 12:40:02.727 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-75f354b8-c2ac-429e-95cc-8522b4c0fdbd c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Unable to schedule network 05d32a42-ebb1-47f5-9fff-5690c44c7797: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:03.228 7 INFO neutron.db.ovn_revision_numbers_db [None req-75f354b8-c2ac-429e-95cc-8522b4c0fdbd c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 41af60b6-bd4b-4b22-ad6e-d4d44172dab2 (type: ports) to 2 2026-05-04 12:40:03.246 8 INFO neutron.db.ovn_revision_numbers_db [None req-827849f9-c6ad-4d28-a464-0ce9a7f25f6c - - - - - -] Successfully bumped revision number for resource e4feaf23-7a34-45dd-a2e7-edad9b7e66f2 (type: ports) to 5 2026-05-04 12:40:03.286 7 INFO neutron.db.ovn_revision_numbers_db [None req-75f354b8-c2ac-429e-95cc-8522b4c0fdbd c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 4dadbba9-9a59-49dd-a4e5-a67fb3c8d80d (type: subnets) to 0 [pid: 7|app: 0|req: 859/1659] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:02 2026] POST /v2.0/subnets => generated 657 bytes in 786 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:03.454 8 INFO neutron.db.ovn_revision_numbers_db [None req-425bcb39-f69d-4f1c-8184-7714447d073b 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource bd63d1cc-343f-4ef4-85d8-3e59c534dccb (type: ports) to 2 2026-05-04 12:40:03.483 8 INFO neutron.db.ovn_revision_numbers_db [None req-425bcb39-f69d-4f1c-8184-7714447d073b 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Successfully bumped revision number for resource 564e43e7-1c74-4829-8a72-c1b987b4a1fa (type: subnets) to 0 [pid: 8|app: 0|req: 801/1660] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:02 2026] POST /v2.0/subnets => generated 629 bytes in 1261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1661] 10.0.0.165 () {34 vars in 751 bytes} [Mon May 4 12:40:03 2026] PUT /v2.0/subnets/8334dc78-b708-4507-ac5a-4523739e9700/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: 803/1662] 10.0.0.165 () {34 vars in 751 bytes} [Mon May 4 12:40:03 2026] PUT /v2.0/subnets/77e7f854-b14e-41ac-8b8b-5b7813e9394b/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: 804/1663] 10.0.0.165 () {34 vars in 751 bytes} [Mon May 4 12:40:03 2026] PUT /v2.0/subnets/00ba23cf-2a87-48de-b5ad-ed03054909d4/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:03.739 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] OVN reports status down for port: bd63d1cc-343f-4ef4-85d8-3e59c534dccb 2026-05-04 12:40:03.771 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6d39d8e0-6d4e-4454-9c55-f9782f2e380d c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] No more DHCP agents 2026-05-04 12:40:03.772 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6d39d8e0-6d4e-4454-9c55-f9782f2e380d c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Unable to schedule network 05d32a42-ebb1-47f5-9fff-5690c44c7797: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 805/1664] 10.0.0.165 () {34 vars in 751 bytes} [Mon May 4 12:40:03 2026] PUT /v2.0/subnets/5ad08ba3-2b7b-49e4-ab06-c24fad0c2cdb/tags => generated 19 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1665] 10.0.0.165 () {32 vars in 664 bytes} [Mon May 4 12:40:03 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:40:03.911 7 INFO neutron.db.ovn_revision_numbers_db [None req-6d39d8e0-6d4e-4454-9c55-f9782f2e380d c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 5bb82b41-48d5-433c-9704-7ac518fc9bdd (type: ports) to 1 2026-05-04 12:40:03.931 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] OVN reports status down for port: 5bb82b41-48d5-433c-9704-7ac518fc9bdd [pid: 8|app: 0|req: 807/1666] 10.0.0.165 () {32 vars in 678 bytes} [Mon May 4 12:40:03 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1667] 10.0.0.165 () {32 vars in 674 bytes} [Mon May 4 12:40:03 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1668] 10.0.0.165 () {32 vars in 686 bytes} [Mon May 4 12:40:04 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1669] 10.0.0.165 () {32 vars in 672 bytes} [Mon May 4 12:40:04 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1670] 10.0.0.165 () {32 vars in 686 bytes} [Mon May 4 12:40:04 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1671] 10.0.0.165 () {32 vars in 653 bytes} [Mon May 4 12:40:04 2026] GET /v2.0/extensions => generated 21706 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1672] 10.0.0.165 () {32 vars in 682 bytes} [Mon May 4 12:40:04 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1673] 10.0.0.165 () {32 vars in 681 bytes} [Mon May 4 12:40:04 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1674] 10.0.0.165 () {32 vars in 694 bytes} [Mon May 4 12:40:04 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1675] 10.0.0.165 () {32 vars in 681 bytes} [Mon May 4 12:40:04 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1676] 10.0.0.165 () {32 vars in 665 bytes} [Mon May 4 12:40:04 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1677] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:40:04 2026] DELETE /v2.0/subnets/8334dc78-b708-4507-ac5a-4523739e9700 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1678] 10.0.0.165 () {32 vars in 697 bytes} [Mon May 4 12:40:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1679] 10.0.0.165 () {32 vars in 701 bytes} [Mon May 4 12:40: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) 2026-05-04 12:40:04.647 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] OVN reports status up for port: 5bb82b41-48d5-433c-9704-7ac518fc9bdd 2026-05-04 12:40:04.666 8 INFO neutron.plugins.ml2.plugin [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] Attempt 1 to provision port 5bb82b41-48d5-433c-9704-7ac518fc9bdd 2026-05-04 12:40:04.700 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6d39d8e0-6d4e-4454-9c55-f9782f2e380d c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] No more DHCP agents 2026-05-04 12:40:04.701 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6d39d8e0-6d4e-4454-9c55-f9782f2e380d c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Unable to schedule network 05d32a42-ebb1-47f5-9fff-5690c44c7797: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 821/1680] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:40:04 2026] DELETE /v2.0/subnets/77e7f854-b14e-41ac-8b8b-5b7813e9394b => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1681] 10.0.0.165 () {32 vars in 689 bytes} [Mon May 4 12:40:04 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:05.114 7 INFO neutron.db.ovn_revision_numbers_db [None req-6d39d8e0-6d4e-4454-9c55-f9782f2e380d c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 5bb82b41-48d5-433c-9704-7ac518fc9bdd (type: router_ports) to 1 [pid: 7|app: 0|req: 860/1682] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:40:03 2026] PUT /v2.0/routers/d673a0f8-c5f1-4c89-99a5-184e91044335/add_router_interface => generated 310 bytes in 1813 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1683] 10.0.0.165 () {32 vars in 693 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1686] 10.0.0.165 () {32 vars in 649 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/networks => generated 6868 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1687] 10.0.0.165 () {32 vars in 695 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1688] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:40:04 2026] DELETE /v2.0/subnets/00ba23cf-2a87-48de-b5ad-ed03054909d4 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1689] 10.0.0.165 () {32 vars in 685 bytes} [Mon May 4 12:40:05 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: 866/1690] 10.0.0.165 () {32 vars in 647 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/subnets => generated 3254 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1691] 10.0.0.165 () {32 vars in 647 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/routers => generated 997 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1692] 10.0.0.165 () {32 vars in 687 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1693] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/extensions/dns-integration-domain-keywords => generated 283 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1694] 10.0.0.165 () {32 vars in 699 bytes} [Mon May 4 12:40:05 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: 871/1695] 10.0.0.165 () {32 vars in 679 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1696] 10.0.0.165 () {32 vars in 683 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1697] 10.0.0.165 () {32 vars in 675 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1698] 10.0.0.165 () {32 vars in 689 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1699] 10.0.0.165 () {32 vars in 689 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/extensions/filter-validation => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:05.509 8 INFO neutron.db.ovn_revision_numbers_db [None req-75145580-9722-4c38-83cd-fc06950ec106 - - - - - -] Successfully bumped revision number for resource 5bb82b41-48d5-433c-9704-7ac518fc9bdd (type: ports) to 2 2026-05-04 12:40:05.526 7 INFO neutron.db.ovn_revision_numbers_db [None req-9920a0c5-4821-4730-aed4-ae2f3657ae65 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource feb577e0-304d-4de6-810d-9226ab307a81 (type: security_groups) to 1 2026-05-04 12:40:05.539 7 INFO neutron.db.ovn_revision_numbers_db [None req-9920a0c5-4821-4730-aed4-ae2f3657ae65 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource b430c659-8ede-4bfd-a05c-ad919a766d91 (type: security_group_rules) to 0 2026-05-04 12:40:05.552 7 INFO neutron.db.ovn_revision_numbers_db [None req-9920a0c5-4821-4730-aed4-ae2f3657ae65 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource c51a4fb7-4c50-4a04-ab0b-3d9015007d53 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 825/1700] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:40:05 2026] DELETE /v2.0/subnets/5ad08ba3-2b7b-49e4-ab06-c24fad0c2cdb => 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: 826/1701] 10.0.0.165 () {32 vars in 723 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1702] 10.0.0.165 () {34 vars in 685 bytes} [Mon May 4 12:40:05 2026] POST /v2.0/security-groups => generated 1673 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1703] 10.0.0.165 () {32 vars in 687 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:05.697 7 INFO neutron.db.ovn_revision_numbers_db [None req-f6571539-39eb-4320-b24d-d606ecfddc39 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource fc6e9a51-9055-4b40-9ac0-92759c9a4ac6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 878/1704] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1705] 10.0.0.165 () {32 vars in 669 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1706] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:40:05 2026] DELETE /v2.0/subnets/564e43e7-1c74-4829-8a72-c1b987b4a1fa => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1707] 10.0.0.165 () {32 vars in 687 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:05.843 7 INFO neutron.db.ovn_revision_numbers_db [None req-92957570-d32e-4c6b-a178-0f2cb1e5c479 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource cbc8f317-020d-4f0e-a13c-d7e1b849e0ee (type: security_group_rules) to 0 [pid: 7|app: 0|req: 880/1708] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:05 2026] POST /v2.0/security-group-rules => generated 596 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1709] 10.0.0.165 () {32 vars in 681 bytes} [Mon May 4 12:40:05 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:05.893 8 INFO neutron_taas.services.taas.taas_plugin [None req-362b73e0-ddb9-48c3-baaf-9dc51e290a36 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] TaaS: Handle Delete Port: ab13adb6-d234-4bf0-8076-858ed2a85e27 2026-05-04 12:40:05.896 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-362b73e0-ddb9-48c3-baaf-9dc51e290a36 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Tap Mirror: Handle Delete Port: ab13adb6-d234-4bf0-8076-858ed2a85e27 2026-05-04 12:40:06.000 7 INFO neutron.db.ovn_revision_numbers_db [None req-aad5a62e-9e66-4f8b-bb23-7dc0379fcea3 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 9b1e6ec0-70fc-4c4d-a71b-b694e9e3c0ed (type: security_group_rules) to 0 [pid: 7|app: 0|req: 882/1710] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1711] 10.0.0.165 () {32 vars in 679 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:06.102 8 INFO neutron.services.segments.plugin [-] Segment 1b60d9ee-d266-40b9-bfbb-b182c201e3f3 resource provider aggregate not found 2026-05-04 12:40:06.110 8 INFO neutron.services.segments.plugin [-] Segment 1b60d9ee-d266-40b9-bfbb-b182c201e3f3 resource provider aggregate not found 2026-05-04 12:40:06.122 8 INFO neutron.services.segments.plugin [-] Segment 1b60d9ee-d266-40b9-bfbb-b182c201e3f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b60d9ee-d266-40b9-bfbb-b182c201e3f3 found for delete ", "request_id": "req-e224fcd0-3ba3-498f-9bfe-ceabff10ed75"}]} 2026-05-04 12:40:06.128 8 INFO neutron.services.segments.plugin [-] Segment 1b60d9ee-d266-40b9-bfbb-b182c201e3f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b60d9ee-d266-40b9-bfbb-b182c201e3f3 found for delete ", "request_id": "req-9127b4c2-edb2-4339-ad06-778a0fb69a81"}]} 2026-05-04 12:40:06.162 7 INFO neutron.db.ovn_revision_numbers_db [None req-66cfc0e1-f849-4a25-aaa0-32adb8945514 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource c89a0bc2-3a17-46ea-9d90-7b2154fd6f65 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 829/1712] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:40:05 2026] DELETE /v2.0/networks/cc8f619c-82a3-45a1-bfad-592beb180466 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1713] 10.0.0.165 () {32 vars in 667 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1714] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1715] 10.0.0.165 () {32 vars in 703 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/enable-default-route-bfd => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:06.233 7 INFO neutron.db.securitygroups_db [None req-1a7063da-7243-448a-b39d-d6a0303f9cec c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Project 9d5151ff7b8c4a2da862286b5a862cd2 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-04 12:40:06.284 8 INFO neutron_taas.services.taas.taas_plugin [None req-362619b3-9638-4d94-a43d-4ea9210f65b5 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] TaaS: Handle Delete Port: b694f624-48da-46ee-b625-d1dfd2de593d 2026-05-04 12:40:06.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-362619b3-9638-4d94-a43d-4ea9210f65b5 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Tap Mirror: Handle Delete Port: b694f624-48da-46ee-b625-d1dfd2de593d 2026-05-04 12:40:06.317 7 INFO neutron.db.ovn_revision_numbers_db [None req-1a7063da-7243-448a-b39d-d6a0303f9cec c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource a94525f7-8f54-480c-8c71-638a3cb7114c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 886/1716] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:06 2026] POST /v2.0/security-group-rules => generated 607 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1717] 10.0.0.165 () {32 vars in 705 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/enable-default-route-ecmp => generated 215 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:06.406 7 INFO neutron.db.securitygroups_db [None req-c55df4dd-6e78-4487-b949-9062e02e573a c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Project 9d5151ff7b8c4a2da862286b5a862cd2 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-04 12:40:06.497 7 INFO neutron.db.ovn_revision_numbers_db [None req-c55df4dd-6e78-4487-b949-9062e02e573a c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 6c0c939d-aebd-400f-b44b-9ba373ca9d31 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 831/1718] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:40:06 2026] DELETE /v2.0/networks/d3b733d7-5608-438d-8b81-b818a458b103 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1719] 10.0.0.165 () {32 vars in 677 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1720] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:06 2026] POST /v2.0/security-group-rules => generated 606 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1721] 10.0.0.165 () {32 vars in 665 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/l3-ha => 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: 890/1722] 10.0.0.165 () {32 vars in 711 bytes} [Mon May 4 12:40:06 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: 7|app: 0|req: 891/1723] 10.0.0.165 () {32 vars in 675 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/l3-flavors => 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: 892/1724] 10.0.0.165 () {32 vars in 669 bytes} [Mon May 4 12:40:06 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: 7|app: 0|req: 893/1725] 10.0.0.165 () {32 vars in 683 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1726] 10.0.0.165 () {32 vars in 669 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1727] 10.0.0.165 () {32 vars in 687 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1728] 10.0.0.165 () {32 vars in 705 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1729] 10.0.0.165 () {32 vars in 701 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1730] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/network-ip-availability-details => generated 260 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1731] 10.0.0.165 () {32 vars in 675 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1732] 10.0.0.165 () {32 vars in 693 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1733] 10.0.0.165 () {32 vars in 709 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1734] 10.0.0.165 () {32 vars in 705 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1735] 10.0.0.165 () {32 vars in 719 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1736] 10.0.0.165 () {32 vars in 697 bytes} [Mon May 4 12:40:06 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: 905/1737] 10.0.0.165 () {32 vars in 711 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:06.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a33dc92-d5fb-46eb-9c7a-3d0beea172b4 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] TaaS: Handle Delete Port: 3fe11aff-1d35-44e9-b5cc-b577c6836dac [pid: 7|app: 0|req: 906/1738] 10.0.0.165 () {32 vars in 669 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:06.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a33dc92-d5fb-46eb-9c7a-3d0beea172b4 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Tap Mirror: Handle Delete Port: 3fe11aff-1d35-44e9-b5cc-b577c6836dac [pid: 7|app: 0|req: 907/1739] 10.0.0.165 () {32 vars in 687 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1740] 10.0.0.165 () {32 vars in 681 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1741] 10.0.0.165 () {32 vars in 675 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1742] 10.0.0.165 () {32 vars in 671 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1743] 10.0.0.165 () {32 vars in 663 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/qinq => generated 272 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1744] 10.0.0.165 () {32 vars in 661 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1745] 10.0.0.165 () {32 vars in 699 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1746] 10.0.0.165 () {32 vars in 699 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1747] 10.0.0.165 () {32 vars in 677 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1748] 10.0.0.165 () {32 vars in 669 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1749] 10.0.0.165 () {32 vars in 683 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1750] 10.0.0.165 () {32 vars in 701 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1751] 10.0.0.165 () {32 vars in 685 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1752] 10.0.0.165 () {32 vars in 707 bytes} [Mon May 4 12:40:06 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: 921/1753] 10.0.0.165 () {32 vars in 669 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1754] 10.0.0.165 () {32 vars in 697 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1755] 10.0.0.165 () {32 vars in 695 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1756] 10.0.0.165 () {32 vars in 685 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1757] 10.0.0.165 () {32 vars in 689 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1758] 10.0.0.165 () {32 vars in 705 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1759] 10.0.0.165 () {32 vars in 667 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1760] 10.0.0.165 () {32 vars in 681 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1761] 10.0.0.165 () {32 vars in 681 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/rbac-policies => 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: 930/1762] 10.0.0.165 () {32 vars in 691 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1763] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:40:06 2026] DELETE /v2.0/networks/de064a33-c72f-4bc7-b3e1-aad69ee3dc08 => generated 0 bytes in 406 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1764] 10.0.0.165 () {32 vars in 695 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:07.057 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc09470a-c715-4294-8207-589bc4bf00a7 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] TaaS: Handle Delete Port: ed364b07-66ea-4de9-b074-9c3a8a25f655 2026-05-04 12:40:07.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc09470a-c715-4294-8207-589bc4bf00a7 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Tap Mirror: Handle Delete Port: ed364b07-66ea-4de9-b074-9c3a8a25f655 [pid: 7|app: 0|req: 931/1765] 10.0.0.165 () {32 vars in 649 bytes} [Mon May 4 12:40:06 2026] GET /v2.0/networks => generated 1373 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1766] 10.0.0.165 () {32 vars in 689 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1767] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:40:06 2026] DELETE /v2.0/networks/556dd456-e8ed-4675-aba3-e74ff7f9f43e => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1768] 10.0.0.165 () {32 vars in 701 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1769] 10.0.0.165 () {32 vars in 703 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1770] 10.0.0.165 () {32 vars in 691 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/router-enable-snat => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1771] 10.0.0.165 () {32 vars in 713 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1772] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1773] 10.0.0.165 () {32 vars in 727 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1774] 10.0.0.165 () {32 vars in 741 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1775] 10.0.0.165 () {32 vars in 719 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1776] 10.0.0.165 () {32 vars in 683 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1777] 10.0.0.165 () {32 vars in 669 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/segment => generated 145 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:07.296 8 WARNING neutron.db.securitygroups_db [req-ae57f69a-cf03-4a3d-b59a-f10c7608c905 req-e1575559-f089-4642-a0c0-175b9dc4c50c c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 845/1778] 10.0.0.25 () {34 vars in 1097 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-866147362&fields=id&tenant_id=9d5151ff7b8c4a2da862286b5a862cd2 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1779] 10.0.0.165 () {32 vars in 719 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:07.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-b834ecc2-b91c-43ed-8c82-d38cdae8ef3d 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] TaaS: Handle Delete Port: bd63d1cc-343f-4ef4-85d8-3e59c534dccb 2026-05-04 12:40:07.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b834ecc2-b91c-43ed-8c82-d38cdae8ef3d 17ce66d6fe8f4a129d5de57cfe0a03f8 8f3e272cef684b338d37853b41f2a004 - - default default] Tap Mirror: Handle Delete Port: bd63d1cc-343f-4ef4-85d8-3e59c534dccb 2026-05-04 12:40:07.402 8 WARNING neutron.db.securitygroups_db [None req-8aa81fc7-fe47-40c2-8c93-e26501149428 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:07.540 7 INFO neutron.services.segments.plugin [-] Segment 9aa1e651-8125-4314-b07e-85ca6778bb5a resource provider aggregate not found 2026-05-04 12:40:07.543 7 INFO neutron.services.segments.plugin [-] Segment 9aa1e651-8125-4314-b07e-85ca6778bb5a resource provider aggregate not found 2026-05-04 12:40:07.560 8 INFO neutron.db.ovn_revision_numbers_db [None req-8aa81fc7-fe47-40c2-8c93-e26501149428 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 776a09d1-222f-4ad1-92da-250ad84e4226 (type: security_groups) to 1 2026-05-04 12:40:07.566 7 INFO neutron.services.segments.plugin [-] Segment 9aa1e651-8125-4314-b07e-85ca6778bb5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9aa1e651-8125-4314-b07e-85ca6778bb5a found for delete ", "request_id": "req-13767253-abd6-4424-8cc2-a1eea87cdb3d"}]} 2026-05-04 12:40:07.568 7 INFO neutron.services.segments.plugin [-] Segment 9aa1e651-8125-4314-b07e-85ca6778bb5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9aa1e651-8125-4314-b07e-85ca6778bb5a found for delete ", "request_id": "req-cc98494c-dfab-4162-9bb0-913853a271c8"}]} 2026-05-04 12:40:07.581 8 INFO neutron.db.ovn_revision_numbers_db [None req-8aa81fc7-fe47-40c2-8c93-e26501149428 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5f522022-98e8-465b-b032-f85efe9b60df (type: security_group_rules) to 0 [pid: 7|app: 0|req: 934/1780] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:40:07 2026] DELETE /v2.0/networks/4d5c1d82-a6e5-4ebf-89f3-ed042fbb798b => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1781] 10.0.0.165 () {32 vars in 679 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:07.601 8 INFO neutron.db.ovn_revision_numbers_db [None req-8aa81fc7-fe47-40c2-8c93-e26501149428 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 609cf30a-5c0e-46e7-b064-a28d0934ec25 (type: security_group_rules) to 0 2026-05-04 12:40:07.611 8 INFO neutron.db.ovn_revision_numbers_db [None req-8aa81fc7-fe47-40c2-8c93-e26501149428 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource cf2966cf-cb67-41c9-8756-23b87d3ed8a0 (type: security_group_rules) to 0 2026-05-04 12:40:07.623 8 INFO neutron.db.ovn_revision_numbers_db [None req-8aa81fc7-fe47-40c2-8c93-e26501149428 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource dd90e1fe-4001-452e-b937-2615a3e64598 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 936/1782] 10.0.0.25 () {34 vars in 981 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/networks?id=05d32a42-ebb1-47f5-9fff-5690c44c7797 => generated 698 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1783] 10.0.0.165 () {32 vars in 669 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1784] 10.0.0.25 () {34 vars in 964 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/quotas/9d5151ff7b8c4a2da862286b5a862cd2 => 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: 939/1785] 10.0.0.165 () {32 vars in 697 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1786] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/security-groups?tenant_id=65468682410c477f83f6e30f47c0dcd5&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1787] 10.0.0.165 () {32 vars in 705 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1788] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/ports?tenant_id=9d5151ff7b8c4a2da862286b5a862cd2&fields=id => generated 103 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1789] 10.0.0.165 () {32 vars in 701 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1790] 10.0.0.165 () {32 vars in 709 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/subnet-dns-publish-fixed-ip => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1791] 10.0.0.25 () {34 vars in 1007 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1792] 10.0.0.165 () {32 vars in 701 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1793] 10.0.0.25 () {34 vars in 1107 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797?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: 7|app: 0|req: 946/1794] 10.0.0.165 () {32 vars in 705 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1795] 10.0.0.165 () {32 vars in 695 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1796] 10.0.0.165 () {32 vars in 689 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1797] 10.0.0.165 () {32 vars in 697 bytes} [Mon May 4 12:40:07 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: 950/1798] 10.0.0.165 () {32 vars in 679 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1799] 10.0.0.165 () {32 vars in 689 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1800] 10.0.0.165 () {32 vars in 701 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1801] 10.0.0.165 () {32 vars in 665 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1802] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:07 2026] DELETE /v2.0/security-groups/776a09d1-222f-4ad1-92da-250ad84e4226 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1803] 10.0.0.165 () {32 vars in 681 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1804] 10.0.0.165 () {32 vars in 687 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/vlan-transparent => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1805] 10.0.0.165 () {32 vars in 677 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1806] 10.0.0.165 () {32 vars in 693 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/vpn-agent-scheduler => generated 199 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1807] 10.0.0.165 () {32 vars in 693 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1808] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => 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: 853/1809] 10.0.0.165 () {32 vars in 677 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1810] 10.0.0.165 () {32 vars in 667 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1811] 10.0.0.165 () {32 vars in 663 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1812] 10.0.0.165 () {32 vars in 675 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1813] 10.0.0.165 () {32 vars in 705 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/tap-mirror-both-direction => generated 265 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1814] 10.0.0.165 () {32 vars in 687 bytes} [Mon May 4 12:40:07 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:08.027 8 WARNING neutron.db.securitygroups_db [None req-116bd96c-318c-41d0-8630-db2853749bc5 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:08.142 8 INFO neutron.services.segments.plugin [-] Segment 2f1add19-70ef-48eb-86d9-9808190598f7 resource provider aggregate not found 2026-05-04 12:40:08.152 8 INFO neutron.services.segments.plugin [-] Segment 2f1add19-70ef-48eb-86d9-9808190598f7 resource provider aggregate not found 2026-05-04 12:40:08.161 8 INFO neutron.services.segments.plugin [-] Segment 2f1add19-70ef-48eb-86d9-9808190598f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f1add19-70ef-48eb-86d9-9808190598f7 found for delete ", "request_id": "req-1b7d785d-db49-4ca6-9d1c-393653a970d6"}]} 2026-05-04 12:40:08.175 8 INFO neutron.services.segments.plugin [-] Segment 398b6c21-1a9b-43ea-aaae-a68461b7cf31 resource provider aggregate not found 2026-05-04 12:40:08.183 8 INFO neutron.services.segments.plugin [-] Segment 2f1add19-70ef-48eb-86d9-9808190598f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f1add19-70ef-48eb-86d9-9808190598f7 found for delete ", "request_id": "req-4f66d973-17df-406e-870b-a8f450a29666"}]} 2026-05-04 12:40:08.197 8 INFO neutron.services.segments.plugin [-] Segment 398b6c21-1a9b-43ea-aaae-a68461b7cf31 resource provider aggregate not found 2026-05-04 12:40:08.203 8 INFO neutron.services.segments.plugin [-] Segment 398b6c21-1a9b-43ea-aaae-a68461b7cf31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 398b6c21-1a9b-43ea-aaae-a68461b7cf31 found for delete ", "request_id": "req-e6c392c0-15a4-4731-a0c3-d5dfb0bb455e"}]} 2026-05-04 12:40:08.224 8 INFO neutron.services.segments.plugin [-] Segment 398b6c21-1a9b-43ea-aaae-a68461b7cf31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 398b6c21-1a9b-43ea-aaae-a68461b7cf31 found for delete ", "request_id": "req-35e89a51-b72d-45af-87a9-d38c08c211d1"}]} 2026-05-04 12:40:08.239 8 INFO neutron.services.segments.plugin [-] Segment 805e7342-1d02-4f00-be3e-fb0376465b86 resource provider aggregate not found 2026-05-04 12:40:08.249 8 INFO neutron.db.ovn_revision_numbers_db [None req-116bd96c-318c-41d0-8630-db2853749bc5 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d9f6b681-cdbe-48b9-9a87-d6934bff5167 (type: security_groups) to 1 2026-05-04 12:40:08.250 8 INFO neutron.services.segments.plugin [-] Segment 805e7342-1d02-4f00-be3e-fb0376465b86 resource provider aggregate not found 2026-05-04 12:40:08.262 8 INFO neutron.services.segments.plugin [-] Segment 805e7342-1d02-4f00-be3e-fb0376465b86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 805e7342-1d02-4f00-be3e-fb0376465b86 found for delete ", "request_id": "req-cbf66722-52ae-493b-9555-103317ac8ba6"}]} 2026-05-04 12:40:08.272 8 INFO neutron.services.segments.plugin [-] Segment 805e7342-1d02-4f00-be3e-fb0376465b86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 805e7342-1d02-4f00-be3e-fb0376465b86 found for delete ", "request_id": "req-5a0921ec-396a-426c-a525-49c7540cc742"}]} 2026-05-04 12:40:08.276 8 INFO neutron.db.ovn_revision_numbers_db [None req-116bd96c-318c-41d0-8630-db2853749bc5 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0eb11a33-89bd-4621-be3b-62f55d6f7d78 (type: security_group_rules) to 0 2026-05-04 12:40:08.302 8 INFO neutron.db.ovn_revision_numbers_db [None req-116bd96c-318c-41d0-8630-db2853749bc5 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 62ab7e84-ccef-4d3c-9d89-1157027ef211 (type: security_group_rules) to 0 2026-05-04 12:40:08.314 8 INFO neutron.db.ovn_revision_numbers_db [None req-116bd96c-318c-41d0-8630-db2853749bc5 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7e65a747-9bb0-407e-b0d1-44b155022a9c (type: security_group_rules) to 0 2026-05-04 12:40:08.327 8 INFO neutron.db.ovn_revision_numbers_db [None req-116bd96c-318c-41d0-8630-db2853749bc5 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c7414e0f-ee3d-4241-a08d-5758f6ebf163 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 856/1815] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:08 2026] GET /v2.0/security-groups?tenant_id=deed0f37d5dc4feaa1ded3956ebe610a&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:40:08.538 8 WARNING neutron.db.securitygroups_db [None req-2e10296f-5c5c-4dbc-bd4b-05d8903230a7 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 960/1816] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:08 2026] DELETE /v2.0/security-groups/d9f6b681-cdbe-48b9-9a87-d6934bff5167 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:08.605 7 WARNING neutron.db.securitygroups_db [None req-8642886d-a95b-4cda-8f22-2f25a278256d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:08.660 8 INFO neutron.db.ovn_revision_numbers_db [None req-2e10296f-5c5c-4dbc-bd4b-05d8903230a7 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 87f806bd-53bd-4f95-9ef5-ee3e8dc685fd (type: security_groups) to 1 2026-05-04 12:40:08.669 8 INFO neutron.db.ovn_revision_numbers_db [None req-2e10296f-5c5c-4dbc-bd4b-05d8903230a7 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2390c5d4-0498-49cf-ab69-7d49489f8e49 (type: security_group_rules) to 0 2026-05-04 12:40:08.681 8 INFO neutron.db.ovn_revision_numbers_db [None req-2e10296f-5c5c-4dbc-bd4b-05d8903230a7 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 28e26936-7fc6-4091-929f-bac4c96e0878 (type: security_group_rules) to 0 2026-05-04 12:40:08.690 8 INFO neutron.db.ovn_revision_numbers_db [None req-2e10296f-5c5c-4dbc-bd4b-05d8903230a7 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4b5934d9-a7e0-4977-8bd5-6c079f74b80b (type: security_group_rules) to 0 2026-05-04 12:40:08.697 8 INFO neutron.db.ovn_revision_numbers_db [None req-2e10296f-5c5c-4dbc-bd4b-05d8903230a7 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 558bb510-a270-4ca0-8a40-dae76d23b79b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 857/1817] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:08 2026] GET /v2.0/security-groups?tenant_id=d70af19a7ab64054bbab0b528c3ded4f&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:40:08.744 7 INFO neutron.db.ovn_revision_numbers_db [None req-8642886d-a95b-4cda-8f22-2f25a278256d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e74f56bf-7987-40ad-9f0d-6bd4f8d261ac (type: security_groups) to 1 2026-05-04 12:40:08.760 7 INFO neutron.db.ovn_revision_numbers_db [None req-8642886d-a95b-4cda-8f22-2f25a278256d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5998e443-3c64-4c66-95ba-e118148b99f1 (type: security_group_rules) to 0 2026-05-04 12:40:08.771 7 INFO neutron.db.ovn_revision_numbers_db [None req-8642886d-a95b-4cda-8f22-2f25a278256d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 845fce5f-e7b0-4454-822f-6424c1d524ba (type: security_group_rules) to 0 2026-05-04 12:40:08.781 7 INFO neutron.db.ovn_revision_numbers_db [None req-8642886d-a95b-4cda-8f22-2f25a278256d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource b1f8fa90-0338-4c02-9d7a-59ae4ab959a1 (type: security_group_rules) to 0 2026-05-04 12:40:08.792 7 INFO neutron.db.ovn_revision_numbers_db [None req-8642886d-a95b-4cda-8f22-2f25a278256d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource cda14e97-499a-4cd7-9590-6299fd8f64ba (type: security_group_rules) to 0 [pid: 7|app: 0|req: 961/1818] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:08 2026] GET /v2.0/security-groups?tenant_id=9a6ff60f023f47d6a2e5d9236755dcc8&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1819] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:08 2026] DELETE /v2.0/security-groups/87f806bd-53bd-4f95-9ef5-ee3e8dc685fd => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1820] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:08 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => 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: 962/1821] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:08 2026] DELETE /v2.0/security-groups/e74f56bf-7987-40ad-9f0d-6bd4f8d261ac => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:09.070 8 WARNING neutron.db.securitygroups_db [None req-52508a02-4f97-4b3d-84cd-8cf5d859d944 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:09.210 8 INFO neutron.db.ovn_revision_numbers_db [None req-52508a02-4f97-4b3d-84cd-8cf5d859d944 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 41a09eab-d0c0-4ca3-aa10-c2510a1fe30d (type: security_groups) to 1 2026-05-04 12:40:09.220 8 INFO neutron.db.ovn_revision_numbers_db [None req-52508a02-4f97-4b3d-84cd-8cf5d859d944 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5d212dab-e99c-486d-8536-e643694d103c (type: security_group_rules) to 0 2026-05-04 12:40:09.230 8 INFO neutron.db.ovn_revision_numbers_db [None req-52508a02-4f97-4b3d-84cd-8cf5d859d944 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9c28732d-7cf1-4922-bae4-4cbf73a8d2f9 (type: security_group_rules) to 0 2026-05-04 12:40:09.245 8 INFO neutron.db.ovn_revision_numbers_db [None req-52508a02-4f97-4b3d-84cd-8cf5d859d944 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a5b50bd2-d5dc-4840-8668-8bcccc9404c6 (type: security_group_rules) to 0 2026-05-04 12:40:09.257 8 INFO neutron.db.ovn_revision_numbers_db [None req-52508a02-4f97-4b3d-84cd-8cf5d859d944 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d27b3c61-46b6-41ae-951e-c389a2d3f359 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 860/1822] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:09 2026] GET /v2.0/security-groups?tenant_id=19539d25772d4293a999dfaca5383c1d&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1823] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:09 2026] DELETE /v2.0/security-groups/41a09eab-d0c0-4ca3-aa10-c2510a1fe30d => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:09.633 8 WARNING neutron.db.securitygroups_db [None req-f7cf066f-a465-4f94-a3a6-4039684d96ac a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 861/1824] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:09 2026] GET /v2.0/security-groups?tenant_id=8f3e272cef684b338d37853b41f2a004&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1825] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:09 2026] DELETE /v2.0/security-groups/7b6fb4ca-5820-479d-9c26-2ba238e930da => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1826] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:10 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:10.394 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] No hosting information found for port 5bb82b41-48d5-433c-9704-7ac518fc9bdd: RuntimeError: No hosting information found for port 5bb82b41-48d5-433c-9704-7ac518fc9bdd 2026-05-04 12:40:10.431 8 INFO neutron.common.ovn.utils [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] HA Chassis Group neutron-05d32a42-ebb1-47f5-9fff-5690c44c7797 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:40:10.572 8 INFO neutron.db.ovn_revision_numbers_db [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] Successfully bumped revision number for resource 5bb82b41-48d5-433c-9704-7ac518fc9bdd (type: router_ports) to 2 2026-05-04 12:40:10.620 7 INFO neutron.db.ovn_revision_numbers_db [None req-d5d57c59-dd7a-43f1-a6eb-1f9de5c472be a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8c94580a-e2c5-42ab-adfa-f0ed20011cc2 (type: security_groups) to 1 2026-05-04 12:40:10.634 7 INFO neutron.db.ovn_revision_numbers_db [None req-d5d57c59-dd7a-43f1-a6eb-1f9de5c472be a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0e357b51-6c95-426d-a7a2-4848c27d9670 (type: security_group_rules) to 0 2026-05-04 12:40:10.647 7 INFO neutron.db.ovn_revision_numbers_db [None req-d5d57c59-dd7a-43f1-a6eb-1f9de5c472be a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2b59ace6-b9cc-46dd-bf8e-3004ae0584a4 (type: security_group_rules) to 0 2026-05-04 12:40:10.658 7 INFO neutron.db.ovn_revision_numbers_db [None req-d5d57c59-dd7a-43f1-a6eb-1f9de5c472be a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4e70b8f5-f309-4abe-92f0-9d08c39e2980 (type: security_group_rules) to 0 2026-05-04 12:40:10.670 7 INFO neutron.db.ovn_revision_numbers_db [None req-d5d57c59-dd7a-43f1-a6eb-1f9de5c472be a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 63883186-41ce-493d-9e28-134397dbbf39 (type: security_group_rules) to 0 2026-05-04 12:40:10.749 7 INFO neutron.db.segments_db [None req-d5d57c59-dd7a-43f1-a6eb-1f9de5c472be a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Added segment 0104328a-637a-4816-ad0e-a4d0de9ae06b of type geneve for network 21390179-6d80-4fda-aea2-1b4579d3b083 2026-05-04 12:40:10.851 7 INFO neutron.db.ovn_revision_numbers_db [None req-d5d57c59-dd7a-43f1-a6eb-1f9de5c472be a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 21390179-6d80-4fda-aea2-1b4579d3b083 (type: networks) to 1 2026-05-04 12:40:11.006 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d5d57c59-dd7a-43f1-a6eb-1f9de5c472be a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:11.008 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d5d57c59-dd7a-43f1-a6eb-1f9de5c472be a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 21390179-6d80-4fda-aea2-1b4579d3b083: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:11.077 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] OVN reports status down for port: 2bc4295f-9d8c-4c86-936b-5955ad960fdc 2026-05-04 12:40:11.110 7 INFO neutron.db.ovn_revision_numbers_db [None req-d5d57c59-dd7a-43f1-a6eb-1f9de5c472be a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2bc4295f-9d8c-4c86-936b-5955ad960fdc (type: ports) to 1 [pid: 7|app: 0|req: 965/1827] 10.0.0.165 () {34 vars in 671 bytes} [Mon May 4 12:40:10 2026] POST /v2.0/networks => generated 781 bytes in 805 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:11.153 8 INFO neutron.db.ovn_revision_numbers_db [None req-68139d15-fa68-4508-8e1b-a6480d169546 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource d95ea82e-314d-443b-a4ae-8ff7310abe24 (type: security_groups) to 1 2026-05-04 12:40:11.166 8 INFO neutron.db.ovn_revision_numbers_db [None req-68139d15-fa68-4508-8e1b-a6480d169546 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource 7d4350db-11c5-4cfe-861b-24f01ec41ace (type: security_group_rules) to 0 2026-05-04 12:40:11.189 8 INFO neutron.db.ovn_revision_numbers_db [None req-68139d15-fa68-4508-8e1b-a6480d169546 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource 8a373f29-6d9f-4b64-9cd6-1b99bce0e5d9 (type: security_group_rules) to 0 2026-05-04 12:40:11.204 8 INFO neutron.db.ovn_revision_numbers_db [None req-68139d15-fa68-4508-8e1b-a6480d169546 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource 9a1037f0-845f-4971-ba29-7c6d831293db (type: security_group_rules) to 0 2026-05-04 12:40:11.216 8 INFO neutron.db.ovn_revision_numbers_db [None req-68139d15-fa68-4508-8e1b-a6480d169546 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource caf78596-d54d-4371-9ef3-73eceb3b2536 (type: security_group_rules) to 0 2026-05-04 12:40:11.291 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fb3034d5-699d-47de-955f-5ea851dfaecd a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:11.292 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fb3034d5-699d-47de-955f-5ea851dfaecd a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 21390179-6d80-4fda-aea2-1b4579d3b083: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:11.297 8 INFO neutron.db.segments_db [None req-68139d15-fa68-4508-8e1b-a6480d169546 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Added segment eb5d4d22-9b04-429a-b123-ffbe09c02826 of type geneve for network cc947de5-a263-4428-80a3-73bc8c4d4319 2026-05-04 12:40:11.455 8 INFO neutron.db.ovn_revision_numbers_db [None req-68139d15-fa68-4508-8e1b-a6480d169546 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource cc947de5-a263-4428-80a3-73bc8c4d4319 (type: networks) to 1 2026-05-04 12:40:11.595 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-68139d15-fa68-4508-8e1b-a6480d169546 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] No more DHCP agents 2026-05-04 12:40:11.596 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-68139d15-fa68-4508-8e1b-a6480d169546 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Unable to schedule network cc947de5-a263-4428-80a3-73bc8c4d4319: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:11.661 8 INFO neutron.db.ovn_revision_numbers_db [None req-68139d15-fa68-4508-8e1b-a6480d169546 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource 728252d4-9a06-440c-b1f7-5a061e052b67 (type: ports) to 1 2026-05-04 12:40:11.661 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: 728252d4-9a06-440c-b1f7-5a061e052b67 [pid: 8|app: 0|req: 863/1828] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:40:10 2026] POST /v2.0/networks => generated 688 bytes in 875 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1829] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:11 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:11.819 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb3034d5-699d-47de-955f-5ea851dfaecd a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2bc4295f-9d8c-4c86-936b-5955ad960fdc (type: ports) to 2 2026-05-04 12:40:11.849 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb3034d5-699d-47de-955f-5ea851dfaecd a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4cb6eb66-ddef-4ae5-b3ea-523707dfd966 (type: subnets) to 0 [pid: 7|app: 0|req: 966/1830] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:11 2026] POST /v2.0/subnets => generated 687 bytes in 714 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:11.885 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-96a1c751-5e59-41e4-9c45-43b053bca734 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] No more DHCP agents 2026-05-04 12:40:11.887 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-96a1c751-5e59-41e4-9c45-43b053bca734 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Unable to schedule network cc947de5-a263-4428-80a3-73bc8c4d4319: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:11.907 8 INFO neutron.db.ovn_revision_numbers_db [None req-96a1c751-5e59-41e4-9c45-43b053bca734 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource 9cfde411-e4a8-474e-a5a2-b8202c4972cf (type: subnets) to 0 [pid: 8|app: 0|req: 865/1831] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:11 2026] POST /v2.0/subnets => generated 627 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:12.239 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c7d2e3a7-ed86-4bfd-a7a9-c374037914b0 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:12.240 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c7d2e3a7-ed86-4bfd-a7a9-c374037914b0 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:12.329 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cb7968de-0041-4c6d-b4b1-15c5c0e8c744 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] No more DHCP agents 2026-05-04 12:40:12.343 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cb7968de-0041-4c6d-b4b1-15c5c0e8c744 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:12.349 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: edc12a71-3b3f-48f4-a476-49f3cef24190 2026-05-04 12:40:12.399 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7d2e3a7-ed86-4bfd-a7a9-c374037914b0 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource edc12a71-3b3f-48f4-a476-49f3cef24190 (type: ports) to 1 2026-05-04 12:40:12.462 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] OVN reports status down for port: f6f756ae-377f-4f1e-9d88-94676a598348 2026-05-04 12:40:12.519 8 INFO neutron.db.ovn_revision_numbers_db [None req-cb7968de-0041-4c6d-b4b1-15c5c0e8c744 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource f6f756ae-377f-4f1e-9d88-94676a598348 (type: ports) to 1 2026-05-04 12:40:12.992 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-e97943a8-cb1c-4cce-8463-2cb4f1c09943 - - - - - -] Router 12862037-1fcd-49a4-a7f1-9e2045a3902b is bound to host instance 2026-05-04 12:40:13.003 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status up for port: edc12a71-3b3f-48f4-a476-49f3cef24190 2026-05-04 12:40:13.048 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] OVN reports status up for port: f6f756ae-377f-4f1e-9d88-94676a598348 2026-05-04 12:40:13.059 7 INFO neutron.plugins.ml2.plugin [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] Attempt 1 to provision port edc12a71-3b3f-48f4-a476-49f3cef24190 2026-05-04 12:40:13.068 8 INFO neutron.plugins.ml2.plugin [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] Attempt 1 to provision port f6f756ae-377f-4f1e-9d88-94676a598348 2026-05-04 12:40:13.092 8 INFO neutron.db.ovn_revision_numbers_db [None req-cb7968de-0041-4c6d-b4b1-15c5c0e8c744 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource f6f756ae-377f-4f1e-9d88-94676a598348 (type: router_ports) to 1 2026-05-04 12:40:13.093 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7d2e3a7-ed86-4bfd-a7a9-c374037914b0 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource edc12a71-3b3f-48f4-a476-49f3cef24190 (type: router_ports) to 1 2026-05-04 12:40:13.199 8 INFO neutron.db.ovn_revision_numbers_db [None req-cb7968de-0041-4c6d-b4b1-15c5c0e8c744 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource a843d5d5-ad75-40ae-ab96-4347472c1216 (type: routers) to 2 [pid: 8|app: 0|req: 866/1832] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:11 2026] POST /v2.0/routers => generated 974 bytes in 1291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1833] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:40:13 2026] GET /v2.0/networks?id=05d32a42-ebb1-47f5-9fff-5690c44c7797 => generated 698 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1834] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:13 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:13.315 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7d2e3a7-ed86-4bfd-a7a9-c374037914b0 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 12862037-1fcd-49a4-a7f1-9e2045a3902b (type: routers) to 2 [pid: 7|app: 0|req: 967/1835] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:11 2026] POST /v2.0/routers => generated 986 bytes in 1476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:13.357 7 WARNING neutron.db.securitygroups_db [req-ae57f69a-cf03-4a3d-b59a-f10c7608c905 req-85344ea8-23b1-4bcc-9bd5-f30966f4a9b6 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 968/1836] 199.204.45.227 () {34 vars in 1050 bytes} [Mon May 4 12:40:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9d5151ff7b8c4a2da862286b5a862cd2 => generated 180 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:13.776 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1bc72af1-25a3-4355-88eb-2c4011ba79b1 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] No more DHCP agents 2026-05-04 12:40:13.777 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1bc72af1-25a3-4355-88eb-2c4011ba79b1 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Unable to schedule network cc947de5-a263-4428-80a3-73bc8c4d4319: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:13.923 8 INFO neutron.db.ovn_revision_numbers_db [None req-1bc72af1-25a3-4355-88eb-2c4011ba79b1 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource 8aea5010-7814-41d7-9bad-28900587c7d3 (type: ports) to 1 2026-05-04 12:40:14.191 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-aaf5f5bf-ad65-4986-b11e-fc5b51d017a4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:14.195 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-aaf5f5bf-ad65-4986-b11e-fc5b51d017a4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 21390179-6d80-4fda-aea2-1b4579d3b083: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:14.493 7 INFO neutron.db.ovn_revision_numbers_db [None req-aaf5f5bf-ad65-4986-b11e-fc5b51d017a4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource df84f52d-7d55-4aae-9a14-c2a8fddbc08a (type: ports) to 1 2026-05-04 12:40:14.570 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1bc72af1-25a3-4355-88eb-2c4011ba79b1 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] No more DHCP agents 2026-05-04 12:40:14.571 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1bc72af1-25a3-4355-88eb-2c4011ba79b1 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Unable to schedule network cc947de5-a263-4428-80a3-73bc8c4d4319: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:14.702 7 INFO neutron.db.ovn_revision_numbers_db [None req-74cf3a8e-9cd7-4dec-8053-d3500bd0dc32 - - - - - -] Successfully bumped revision number for resource edc12a71-3b3f-48f4-a476-49f3cef24190 (type: ports) to 4 2026-05-04 12:40:14.890 8 INFO neutron.db.ovn_revision_numbers_db [None req-1bc72af1-25a3-4355-88eb-2c4011ba79b1 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource 8aea5010-7814-41d7-9bad-28900587c7d3 (type: router_ports) to 1 [pid: 8|app: 0|req: 869/1837] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:40:13 2026] PUT /v2.0/routers/a843d5d5-ad75-40ae-ab96-4347472c1216/add_router_interface => generated 310 bytes in 1607 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:15.442 7 INFO neutron.db.ovn_revision_numbers_db [None req-74cf3a8e-9cd7-4dec-8053-d3500bd0dc32 - - - - - -] Successfully bumped revision number for resource edc12a71-3b3f-48f4-a476-49f3cef24190 (type: ports) to 5 2026-05-04 12:40:15.558 7 INFO neutron.common.ovn.utils [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] HA Chassis Group neutron-cc947de5-a263-4428-80a3-73bc8c4d4319 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:40:15.599 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: 8aea5010-7814-41d7-9bad-28900587c7d3 2026-05-04 12:40:15.715 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-ae57f69a-cf03-4a3d-b59a-f10c7608c905 req-1482cb43-e903-4f08-8f56-c2f440dd63b7 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] No more DHCP agents 2026-05-04 12:40:15.716 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-ae57f69a-cf03-4a3d-b59a-f10c7608c905 req-1482cb43-e903-4f08-8f56-c2f440dd63b7 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Unable to schedule network 05d32a42-ebb1-47f5-9fff-5690c44c7797: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:15.717 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] Logical_Switch_Port 8aea5010-7814-41d7-9bad-28900587c7d3 host information not removed, the port state is up 2026-05-04 12:40:15.718 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status down for port: df84f52d-7d55-4aae-9a14-c2a8fddbc08a 2026-05-04 12:40:15.868 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-aaf5f5bf-ad65-4986-b11e-fc5b51d017a4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:15.870 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] Logical_Switch_Port df84f52d-7d55-4aae-9a14-c2a8fddbc08a host information not removed, the port state is up 2026-05-04 12:40:15.871 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-aaf5f5bf-ad65-4986-b11e-fc5b51d017a4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 21390179-6d80-4fda-aea2-1b4579d3b083: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:15.871 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] OVN reports status up for port: 8aea5010-7814-41d7-9bad-28900587c7d3 2026-05-04 12:40:15.888 8 INFO neutron.db.ovn_revision_numbers_db [req-ae57f69a-cf03-4a3d-b59a-f10c7608c905 req-1482cb43-e903-4f08-8f56-c2f440dd63b7 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd (type: ports) to 1 2026-05-04 12:40:15.896 7 INFO neutron.plugins.ml2.plugin [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] Attempt 1 to provision port 8aea5010-7814-41d7-9bad-28900587c7d3 [pid: 8|app: 0|req: 870/1838] 199.204.45.227 () {38 vars in 955 bytes} [Mon May 4 12:40:14 2026] POST /v2.0/ports => generated 954 bytes in 1049 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: 871/1839] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:40:15 2026] POST /v2.0/subnetpools => generated 516 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1840] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:16 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 957 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:16.400 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-197fa3cc-75d3-4502-bc5e-cd2666a09df8 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] No more DHCP agents 2026-05-04 12:40:16.401 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-197fa3cc-75d3-4502-bc5e-cd2666a09df8 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Unable to schedule network cc947de5-a263-4428-80a3-73bc8c4d4319: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:16.540 8 INFO neutron.db.ovn_revision_numbers_db [None req-197fa3cc-75d3-4502-bc5e-cd2666a09df8 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource be509637-4493-4ccb-bc97-a9615a74d776 (type: ports) to 1 [pid: 8|app: 0|req: 873/1841] 10.0.0.165 () {34 vars in 665 bytes} [Mon May 4 12:40:16 2026] POST /v2.0/ports => generated 954 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:40:16.656 7 INFO neutron.db.ovn_revision_numbers_db [None req-e235fcd9-7f9e-4b94-a467-fca2c7652111 - - - - - -] Successfully bumped revision number for resource 8aea5010-7814-41d7-9bad-28900587c7d3 (type: ports) to 2 2026-05-04 12:40:16.753 7 INFO neutron.db.ovn_revision_numbers_db [None req-aaf5f5bf-ad65-4986-b11e-fc5b51d017a4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource df84f52d-7d55-4aae-9a14-c2a8fddbc08a (type: router_ports) to 1 [pid: 7|app: 0|req: 969/1842] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:40:13 2026] PUT /v2.0/routers/12862037-1fcd-49a4-a7f1-9e2045a3902b/add_router_interface => generated 310 bytes in 3352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1843] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:40:16 2026] POST /v2.0/subnetpools => generated 516 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1844] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:16 2026] GET /v2.0/security-groups?id=feb577e0-304d-4de6-810d-9226ab307a81&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-05-04 12:40:16.961 8 INFO neutron.db.ovn_revision_numbers_db [req-ae57f69a-cf03-4a3d-b59a-f10c7608c905 req-b7f968c2-3c2d-42f3-bfb7-893bb04b1fca 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd (type: ports) to 2 2026-05-04 12:40:17.171 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6bc9eee5-c468-4900-b0fd-fb7cffb45eaf b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] No more DHCP agents 2026-05-04 12:40:17.173 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6bc9eee5-c468-4900-b0fd-fb7cffb45eaf b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Unable to schedule network cc947de5-a263-4428-80a3-73bc8c4d4319: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:17.180 8 INFO neutron.db.ovn_revision_numbers_db [req-ae57f69a-cf03-4a3d-b59a-f10c7608c905 req-b7f968c2-3c2d-42f3-bfb7-893bb04b1fca 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd (type: ports) to 4 [pid: 8|app: 0|req: 874/1845] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:40:16 2026] PUT /v2.0/ports/71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd => generated 1227 bytes in 639 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:40:17.235 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5651755-485c-4cf4-90fe-71e789c44048'] response: {'name': 'network-changed', 'server_uuid': '4632c3a7-4b47-486b-9a8d-92f7958f563d', 'tag': '71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 875/1846] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:40:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1847] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:40:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:17.370 7 INFO neutron.db.ovn_revision_numbers_db [None req-6bc9eee5-c468-4900-b0fd-fb7cffb45eaf b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource a76f8f39-a1a7-4e34-aeb8-759d4a2c4613 (type: ports) to 1 [pid: 8|app: 0|req: 877/1848] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:40:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1849] 10.0.0.165 () {34 vars in 665 bytes} [Mon May 4 12:40:16 2026] POST /v2.0/ports => generated 954 bytes in 565 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: 878/1850] 10.0.0.165 () {34 vars in 759 bytes} [Mon May 4 12:40:17 2026] PUT /v2.0/subnetpools/a2ce3a86-c28a-4bb9-a821-97e831f0297d/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1851] 10.0.0.165 () {34 vars in 759 bytes} [Mon May 4 12:40:17 2026] PUT /v2.0/subnetpools/03dd73c6-f8f5-43f1-a39e-6a456d00a94b/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1852] 10.0.0.165 () {34 vars in 759 bytes} [Mon May 4 12:40:17 2026] PUT /v2.0/subnetpools/31360165-86e0-4cb5-82e8-cf6bd2e5500a/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1853] 10.0.0.165 () {34 vars in 759 bytes} [Mon May 4 12:40:17 2026] PUT /v2.0/subnetpools/6f7a1b40-c265-40cf-a6b8-923bd91f1fcd/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:17.684 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a28d90ad-09be-4aee-918f-c1e19b1138a3 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] No more DHCP agents 2026-05-04 12:40:17.685 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a28d90ad-09be-4aee-918f-c1e19b1138a3 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 882/1854] 10.0.0.165 () {32 vars in 672 bytes} [Mon May 4 12:40:17 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1855] 10.0.0.165 () {32 vars in 686 bytes} [Mon May 4 12:40:17 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1856] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:40:17 2026] GET /v2.0/ports?tenant_id=9d5151ff7b8c4a2da862286b5a862cd2&device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 1230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1857] 10.0.0.165 () {32 vars in 682 bytes} [Mon May 4 12:40:17 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1858] 199.204.45.227 () {34 vars in 1018 bytes} [Mon May 4 12:40:17 2026] GET /v2.0/networks?tenant_id=9d5151ff7b8c4a2da862286b5a862cd2&shared=False => generated 797 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1859] 10.0.0.165 () {32 vars in 694 bytes} [Mon May 4 12:40:17 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1860] 199.204.45.227 () {34 vars in 930 bytes} [Mon May 4 12:40:17 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1861] 10.0.0.165 () {32 vars in 680 bytes} [Mon May 4 12:40:17 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1862] 10.0.0.165 () {32 vars in 694 bytes} [Mon May 4 12:40:17 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1863] 10.0.0.165 () {32 vars in 690 bytes} [Mon May 4 12:40:17 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: 8|app: 0|req: 892/1864] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:17 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1865] 10.0.0.165 () {32 vars in 702 bytes} [Mon May 4 12:40:18 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1866] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:18 2026] GET /v2.0/security-groups?id=feb577e0-304d-4de6-810d-9226ab307a81&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: 895/1867] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:40:18 2026] DELETE /v2.0/subnetpools/a2ce3a86-c28a-4bb9-a821-97e831f0297d => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1868] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:40:18 2026] DELETE /v2.0/subnetpools/03dd73c6-f8f5-43f1-a39e-6a456d00a94b => 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: 897/1869] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:40:18 2026] DELETE /v2.0/subnetpools/31360165-86e0-4cb5-82e8-cf6bd2e5500a => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1870] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:40:18 2026] DELETE /v2.0/subnetpools/6f7a1b40-c265-40cf-a6b8-923bd91f1fcd => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1871] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:40:18 2026] DELETE /v2.0/subnetpools/4c0f29ba-c3cc-49d4-aba4-bc76f2819c35 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:18.426 7 INFO neutron.db.ovn_revision_numbers_db [None req-a28d90ad-09be-4aee-918f-c1e19b1138a3 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource 2b307cdf-73ce-449e-b8f5-16fe09bc84bb (type: floatingips) to 1 2026-05-04 12:40:18.426 7 INFO neutron.db.l3_db [None req-a28d90ad-09be-4aee-918f-c1e19b1138a3 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Floating IP 2b307cdf-73ce-449e-b8f5-16fe09bc84bb associated. External IP: 10.96.250.214, port: a76f8f39-a1a7-4e34-aeb8-759d4a2c4613. [pid: 7|app: 0|req: 973/1872] 10.0.0.165 () {34 vars in 677 bytes} [Mon May 4 12:40:17 2026] POST /v2.0/floatingips => generated 841 bytes in 1015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:18.618 8 INFO neutron.db.ovn_revision_numbers_db [None req-6eb9bbee-dd61-4fb2-9505-397a0e0e272c b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource 2b307cdf-73ce-449e-b8f5-16fe09bc84bb (type: floatingips) to 2 2026-05-04 12:40:18.633 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] No hosting information found for port f6f756ae-377f-4f1e-9d88-94676a598348: RuntimeError: No hosting information found for port f6f756ae-377f-4f1e-9d88-94676a598348 2026-05-04 12:40:18.686 8 INFO neutron.common.ovn.utils [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] HA Chassis Group neutron-cc947de5-a263-4428-80a3-73bc8c4d4319 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:40:18.687 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] OVN reports status down for port: 71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd 2026-05-04 12:40:18.689 8 INFO neutron.db.l3_db [None req-6eb9bbee-dd61-4fb2-9505-397a0e0e272c b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Floating IP 2b307cdf-73ce-449e-b8f5-16fe09bc84bb disassociated. External IP: 10.96.250.214, port: a76f8f39-a1a7-4e34-aeb8-759d4a2c4613. [pid: 8|app: 0|req: 900/1873] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:40:18 2026] PUT /v2.0/floatingips/2b307cdf-73ce-449e-b8f5-16fe09bc84bb => generated 554 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:18.774 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] OVN reports status down for port: be509637-4493-4ccb-bc97-a9615a74d776 2026-05-04 12:40:18.855 7 INFO neutron_taas.services.taas.taas_plugin [None req-38f3829d-5f6f-4216-836c-574e6b5bef91 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] TaaS: Handle Delete Port: e7d2c18b-c9d6-409a-8b90-e08210be3b65 2026-05-04 12:40:18.858 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38f3829d-5f6f-4216-836c-574e6b5bef91 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Tap Mirror: Handle Delete Port: e7d2c18b-c9d6-409a-8b90-e08210be3b65 2026-05-04 12:40:18.869 8 INFO neutron.common.ovn.utils [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] HA Chassis Group neutron-21390179-6d80-4fda-aea2-1b4579d3b083 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c [pid: 8|app: 0|req: 901/1874] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:40:18 2026] GET /v2.0/ports?tenant_id=9d5151ff7b8c4a2da862286b5a862cd2&device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 1230 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1875] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:40:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd => 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: 903/1876] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:40:18 2026] GET /v2.0/subnets?id=4dadbba9-9a59-49dd-a4e5-a67fb3c8d80d => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1877] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:40:18 2026] DELETE /v2.0/floatingips/2b307cdf-73ce-449e-b8f5-16fe09bc84bb => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1878] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:40:19 2026] GET /v2.0/ports?network_id=05d32a42-ebb1-47f5-9fff-5690c44c7797&device_owner=network%3Adhcp => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:19.162 7 WARNING neutron.db.securitygroups_db [None req-f190bc38-f25c-4e61-8e16-6c893863af28 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:19.253 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-47b1c688-c754-4bfb-bbc9-f2ca36ccafc0 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] No more DHCP agents 2026-05-04 12:40:19.255 7 INFO neutron.db.ovn_revision_numbers_db [None req-f190bc38-f25c-4e61-8e16-6c893863af28 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6d2ad2d9-36a6-4d42-a0e8-fe310465fa77 (type: security_groups) to 1 2026-05-04 12:40:19.256 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-47b1c688-c754-4bfb-bbc9-f2ca36ccafc0 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:19.267 7 INFO neutron.db.ovn_revision_numbers_db [None req-f190bc38-f25c-4e61-8e16-6c893863af28 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1069bb5a-da65-4c39-879f-1a1355c1a441 (type: security_group_rules) to 0 2026-05-04 12:40:19.279 7 INFO neutron.db.ovn_revision_numbers_db [None req-f190bc38-f25c-4e61-8e16-6c893863af28 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2428f860-e2c8-4d50-a5c9-e7023b53c641 (type: security_group_rules) to 0 2026-05-04 12:40:19.289 7 INFO neutron.db.ovn_revision_numbers_db [None req-f190bc38-f25c-4e61-8e16-6c893863af28 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource b6fe2510-b89d-4263-9034-70efdd878968 (type: security_group_rules) to 0 2026-05-04 12:40:19.299 7 INFO neutron.db.ovn_revision_numbers_db [None req-f190bc38-f25c-4e61-8e16-6c893863af28 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource dbd8a66b-88e5-4ba6-ad4f-aaed80c4b01a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 975/1879] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:19 2026] GET /v2.0/security-groups?tenant_id=41a2086d76f44b6b8ae621812e552bd4&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1880] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:40:19 2026] GET /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797?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: 977/1881] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:19 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1882] 10.0.0.25 () {34 vars in 981 bytes} [Mon May 4 12:40:19 2026] GET /v2.0/networks?id=21390179-6d80-4fda-aea2-1b4579d3b083 => generated 710 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1883] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:19 2026] DELETE /v2.0/security-groups/6d2ad2d9-36a6-4d42-a0e8-fe310465fa77 => 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: 980/1884] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:40:19 2026] GET /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1885] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:19 2026] GET /v2.0/security-groups?id=feb577e0-304d-4de6-810d-9226ab307a81&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1886] 10.0.0.25 () {34 vars in 964 bytes} [Mon May 4 12:40:19 2026] GET /v2.0/quotas/323e2774007e4edaa04aeec330bf2161 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:19.765 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81d75142-d789-4e2a-a839-ebc3f2c0a763'] response: {'server_uuid': '4632c3a7-4b47-486b-9a8d-92f7958f563d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd', 'code': 200} [pid: 7|app: 0|req: 983/1887] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:40:19 2026] GET /v2.0/ports?tenant_id=323e2774007e4edaa04aeec330bf2161&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:19.848 7 WARNING neutron.db.securitygroups_db [None req-582e2b07-8bbb-4abc-be52-af67003e3c0b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:19.981 7 INFO neutron.db.ovn_revision_numbers_db [None req-582e2b07-8bbb-4abc-be52-af67003e3c0b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1ec4177c-cd18-4e32-9dbc-35810f6488d3 (type: security_groups) to 1 2026-05-04 12:40:19.992 7 INFO neutron.db.ovn_revision_numbers_db [None req-582e2b07-8bbb-4abc-be52-af67003e3c0b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4cd0d2d0-1a8a-4282-a314-2b7c435ad247 (type: security_group_rules) to 0 2026-05-04 12:40:20.003 7 INFO neutron.db.ovn_revision_numbers_db [None req-582e2b07-8bbb-4abc-be52-af67003e3c0b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 999376fd-67ef-45b6-b8b8-93debef423de (type: security_group_rules) to 0 2026-05-04 12:40:20.014 7 INFO neutron.db.ovn_revision_numbers_db [None req-582e2b07-8bbb-4abc-be52-af67003e3c0b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9f5fbe7c-bcbe-47f5-be2a-85d22af66561 (type: security_group_rules) to 0 2026-05-04 12:40:20.024 7 INFO neutron.db.ovn_revision_numbers_db [None req-582e2b07-8bbb-4abc-be52-af67003e3c0b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a4e03ff8-c079-4e28-89de-230d65732630 (type: security_group_rules) to 0 2026-05-04 12:40:20.034 8 INFO neutron.db.ovn_revision_numbers_db [None req-47b1c688-c754-4bfb-bbc9-f2ca36ccafc0 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource 43c15c21-5c8a-4ff5-9f31-e56fe8f30216 (type: floatingips) to 1 2026-05-04 12:40:20.034 8 INFO neutron.db.l3_db [None req-47b1c688-c754-4bfb-bbc9-f2ca36ccafc0 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Floating IP 43c15c21-5c8a-4ff5-9f31-e56fe8f30216 associated. External IP: 10.96.250.206, port: be509637-4493-4ccb-bc97-a9615a74d776. [pid: 7|app: 0|req: 984/1888] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:19 2026] GET /v2.0/security-groups?tenant_id=25987f330aa44931abbcb0fc008fcaa9&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1889] 10.0.0.165 () {34 vars in 677 bytes} [Mon May 4 12:40:19 2026] POST /v2.0/floatingips => generated 841 bytes in 1050 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: 985/1892] 10.0.0.25 () {34 vars in 1007 bytes} [Mon May 4 12:40:20 2026] GET /v2.0/networks/21390179-6d80-4fda-aea2-1b4579d3b083?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: 986/1893] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:40:20 2026] GET /v2.0/floatingips/43c15c21-5c8a-4ff5-9f31-e56fe8f30216 => generated 843 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1894] 10.0.0.25 () {34 vars in 1107 bytes} [Mon May 4 12:40:20 2026] GET /v2.0/networks/21390179-6d80-4fda-aea2-1b4579d3b083?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1895] 10.0.0.165 () {32 vars in 655 bytes} [Mon May 4 12:40:20 2026] GET /v2.0/floatingips => generated 846 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1896] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:20 2026] DELETE /v2.0/security-groups/1ec4177c-cd18-4e32-9dbc-35810f6488d3 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1897] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:20 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:20.392 8 WARNING neutron.db.securitygroups_db [None req-3214cb4a-9b49-47dc-9bb5-6b57fe7ff559 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:20.507 8 INFO neutron.db.ovn_revision_numbers_db [None req-3214cb4a-9b49-47dc-9bb5-6b57fe7ff559 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6d5f0fb7-3140-4626-a953-83591af4c6e1 (type: security_groups) to 1 2026-05-04 12:40:20.520 8 INFO neutron.db.ovn_revision_numbers_db [None req-3214cb4a-9b49-47dc-9bb5-6b57fe7ff559 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 23d8544d-ccbb-4be6-8e7f-0ed8c20c19fa (type: security_group_rules) to 0 2026-05-04 12:40:20.531 8 INFO neutron.db.ovn_revision_numbers_db [None req-3214cb4a-9b49-47dc-9bb5-6b57fe7ff559 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 24ba7adb-52c8-48c0-a23a-d879abcec94d (type: security_group_rules) to 0 2026-05-04 12:40:20.541 8 INFO neutron.db.ovn_revision_numbers_db [None req-3214cb4a-9b49-47dc-9bb5-6b57fe7ff559 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7b7d8400-c8f6-403a-9cfc-1f0ea31d58dc (type: security_group_rules) to 0 2026-05-04 12:40:20.551 8 INFO neutron.db.ovn_revision_numbers_db [None req-3214cb4a-9b49-47dc-9bb5-6b57fe7ff559 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ea396e87-5c76-493f-989c-b3de477a4ec1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 910/1898] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:20 2026] GET /v2.0/security-groups?tenant_id=ebcf550908644317b8a9e5b7faddea42&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:40:20.685 7 INFO neutron.db.ovn_revision_numbers_db [None req-8d1e96e0-a72c-4079-8617-d79f12a67cb2 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource 43c15c21-5c8a-4ff5-9f31-e56fe8f30216 (type: floatingips) to 2 2026-05-04 12:40:20.783 7 INFO neutron.db.l3_db [None req-8d1e96e0-a72c-4079-8617-d79f12a67cb2 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Floating IP 43c15c21-5c8a-4ff5-9f31-e56fe8f30216 associated. External IP: 10.96.250.206, port: be509637-4493-4ccb-bc97-a9615a74d776. [pid: 8|app: 0|req: 911/1899] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:20 2026] DELETE /v2.0/security-groups/6d5f0fb7-3140-4626-a953-83591af4c6e1 => generated 0 bytes in 242 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: 989/1900] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:40:20 2026] PUT /v2.0/floatingips/43c15c21-5c8a-4ff5-9f31-e56fe8f30216 => generated 843 bytes in 597 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1901] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:20 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => 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: 913/1902] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:20 2026] GET /v2.0/security-groups?id=feb577e0-304d-4de6-810d-9226ab307a81&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-05-04 12:40:21.013 7 INFO neutron.db.ovn_revision_numbers_db [None req-b1886051-1d59-424d-9ee0-ad97d280fcc8 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Successfully bumped revision number for resource 43c15c21-5c8a-4ff5-9f31-e56fe8f30216 (type: floatingips) to 3 2026-05-04 12:40:21.075 7 INFO neutron.db.l3_db [None req-b1886051-1d59-424d-9ee0-ad97d280fcc8 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Floating IP 43c15c21-5c8a-4ff5-9f31-e56fe8f30216 disassociated. External IP: 10.96.250.206, port: a76f8f39-a1a7-4e34-aeb8-759d4a2c4613. [pid: 7|app: 0|req: 990/1903] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:40:20 2026] PUT /v2.0/floatingips/43c15c21-5c8a-4ff5-9f31-e56fe8f30216 => generated 554 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:40:21.226 8 INFO neutron_taas.services.taas.taas_plugin [None req-91a5e719-d9e7-42b9-a175-5841ba0e7a41 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] TaaS: Handle Delete Port: 45f08a60-52ac-4ef5-becd-7721a2bbf578 2026-05-04 12:40:21.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91a5e719-d9e7-42b9-a175-5841ba0e7a41 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Tap Mirror: Handle Delete Port: 45f08a60-52ac-4ef5-becd-7721a2bbf578 [pid: 8|app: 0|req: 914/1904] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:40:21 2026] DELETE /v2.0/floatingips/43c15c21-5c8a-4ff5-9f31-e56fe8f30216 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1905] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:21 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:21.408 8 INFO neutron.api.v2.resource [None req-71cf43c9-6155-4391-9b61-97b6d2a02457 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 915/1906] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:40:21 2026] DELETE /v2.0/floatingips/43c15c21-5c8a-4ff5-9f31-e56fe8f30216 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:40:21.541 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b60504b-0c7f-451a-aba9-034be17bd4bf b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] TaaS: Handle Delete Port: a76f8f39-a1a7-4e34-aeb8-759d4a2c4613 2026-05-04 12:40:21.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b60504b-0c7f-451a-aba9-034be17bd4bf b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Tap Mirror: Handle Delete Port: a76f8f39-a1a7-4e34-aeb8-759d4a2c4613 [pid: 7|app: 0|req: 992/1907] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:40:21 2026] DELETE /v2.0/ports/a76f8f39-a1a7-4e34-aeb8-759d4a2c4613 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:40:21.860 8 INFO neutron_taas.services.taas.taas_plugin [None req-90e512dc-0bab-4ffc-8b3c-839987926d07 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] TaaS: Handle Delete Port: be509637-4493-4ccb-bc97-a9615a74d776 2026-05-04 12:40:21.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90e512dc-0bab-4ffc-8b3c-839987926d07 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Tap Mirror: Handle Delete Port: be509637-4493-4ccb-bc97-a9615a74d776 [pid: 8|app: 0|req: 916/1908] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:40:21 2026] DELETE /v2.0/ports/be509637-4493-4ccb-bc97-a9615a74d776 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1909] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:21 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1910] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:40:22 2026] GET /v2.0/ports?device_id=a843d5d5-ad75-40ae-ab96-4347472c1216 => generated 946 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1911] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:22 2026] GET /v2.0/security-groups?id=feb577e0-304d-4de6-810d-9226ab307a81&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-05-04 12:40:22.359 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] OVN reports status up for port: 71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd 2026-05-04 12:40:22.376 8 INFO neutron.plugins.ml2.plugin [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] Attempt 1 to provision port 71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd 2026-05-04 12:40:22.393 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d2bcdb1a-ceb4-44be-92de-961d9530a3d2 - - - - - -] No hosting information found for port 8aea5010-7814-41d7-9bad-28900587c7d3: RuntimeError: No hosting information found for port 8aea5010-7814-41d7-9bad-28900587c7d3 2026-05-04 12:40:22.472 7 INFO neutron.db.ovn_revision_numbers_db [None req-d2bcdb1a-ceb4-44be-92de-961d9530a3d2 - - - - - -] Successfully bumped revision number for resource 8aea5010-7814-41d7-9bad-28900587c7d3 (type: router_ports) to 2 2026-05-04 12:40:22.472 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d2bcdb1a-ceb4-44be-92de-961d9530a3d2 - - - - - -] OVN reports status up for port: df84f52d-7d55-4aae-9a14-c2a8fddbc08a [pid: 7|app: 0|req: 995/1912] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:22 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:22.502 7 INFO neutron.plugins.ml2.plugin [None req-d2bcdb1a-ceb4-44be-92de-961d9530a3d2 - - - - - -] Attempt 1 to provision port df84f52d-7d55-4aae-9a14-c2a8fddbc08a 2026-05-04 12:40:22.543 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d8f4a1f-a245-4e3f-9685-207cf8859a92 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] TaaS: Handle Delete Port: 8aea5010-7814-41d7-9bad-28900587c7d3 2026-05-04 12:40:22.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d8f4a1f-a245-4e3f-9685-207cf8859a92 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Tap Mirror: Handle Delete Port: 8aea5010-7814-41d7-9bad-28900587c7d3 2026-05-04 12:40:22.569 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-027608b3-6d40-4ffc-a1d5-13e5c37cabc3'] response: {'server_uuid': '4632c3a7-4b47-486b-9a8d-92f7958f563d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd', 'code': 200} 2026-05-04 12:40:22.802 8 INFO neutron.db.ovn_revision_numbers_db [None req-79da57ff-086c-4f85-adf7-588e92c83b56 - - - - - -] Successfully bumped revision number for resource 71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd (type: ports) to 5 2026-05-04 12:40:23.006 7 INFO neutron.db.ovn_revision_numbers_db [None req-d2bcdb1a-ceb4-44be-92de-961d9530a3d2 - - - - - -] Successfully bumped revision number for resource df84f52d-7d55-4aae-9a14-c2a8fddbc08a (type: ports) to 2 [pid: 8|app: 0|req: 918/1914] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:40:22 2026] PUT /v2.0/routers/a843d5d5-ad75-40ae-ab96-4347472c1216/remove_router_interface => generated 310 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1914] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:23 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 997/1915] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:23 2026] GET /v2.0/security-groups?id=feb577e0-304d-4de6-810d-9226ab307a81&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:23.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa72e0a1-4589-4363-8753-d4ce676d8973 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] TaaS: Handle Delete Port: f6f756ae-377f-4f1e-9d88-94676a598348 2026-05-04 12:40:23.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa72e0a1-4589-4363-8753-d4ce676d8973 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Tap Mirror: Handle Delete Port: f6f756ae-377f-4f1e-9d88-94676a598348 [pid: 7|app: 0|req: 998/1916] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:23 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => 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: 919/1917] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:40:23 2026] DELETE /v2.0/routers/a843d5d5-ad75-40ae-ab96-4347472c1216 => generated 0 bytes in 752 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1918] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:40:23 2026] DELETE /v2.0/subnets/9cfde411-e4a8-474e-a5a2-b8202c4972cf => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:40:24.276 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd5a3de3-189e-41bf-8ff1-1c99250ae0e7 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] TaaS: Handle Delete Port: 728252d4-9a06-440c-b1f7-5a061e052b67 2026-05-04 12:40:24.279 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd5a3de3-189e-41bf-8ff1-1c99250ae0e7 b380c66280d741c0a0304ddd55ad1054 d9e42d534fb34b5d91a29627e5e9e1a2 - - default default] Tap Mirror: Handle Delete Port: 728252d4-9a06-440c-b1f7-5a061e052b67 2026-05-04 12:40:24.413 8 INFO neutron.db.ovn_revision_numbers_db [None req-11e5fb97-e931-4255-8d6e-95226c9089f9 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] Successfully bumped revision number for resource f1fc8c99-7d0d-451b-a027-75fec97e360c (type: security_groups) to 1 2026-05-04 12:40:24.424 8 INFO neutron.db.ovn_revision_numbers_db [None req-11e5fb97-e931-4255-8d6e-95226c9089f9 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] Successfully bumped revision number for resource 5a8c9c2d-cfab-41aa-bd1e-a6206e362cca (type: security_group_rules) to 0 2026-05-04 12:40:24.438 8 INFO neutron.db.ovn_revision_numbers_db [None req-11e5fb97-e931-4255-8d6e-95226c9089f9 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] Successfully bumped revision number for resource 74e49c53-34ad-471c-a6a0-01b32ddfa133 (type: security_group_rules) to 0 2026-05-04 12:40:24.448 8 INFO neutron.db.ovn_revision_numbers_db [None req-11e5fb97-e931-4255-8d6e-95226c9089f9 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] Successfully bumped revision number for resource aea2f144-6065-4bbe-bc66-28222fcd328e (type: security_group_rules) to 0 2026-05-04 12:40:24.458 8 INFO neutron.db.ovn_revision_numbers_db [None req-11e5fb97-e931-4255-8d6e-95226c9089f9 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] Successfully bumped revision number for resource e0b3991d-702a-4bff-b6d1-18d97cf66337 (type: security_group_rules) to 0 2026-05-04 12:40:24.489 7 INFO neutron.services.segments.plugin [-] Segment eb5d4d22-9b04-429a-b123-ffbe09c02826 resource provider aggregate not found 2026-05-04 12:40:24.491 7 INFO neutron.services.segments.plugin [-] Segment eb5d4d22-9b04-429a-b123-ffbe09c02826 resource provider aggregate not found 2026-05-04 12:40:24.514 7 INFO neutron.services.segments.plugin [-] Segment eb5d4d22-9b04-429a-b123-ffbe09c02826 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb5d4d22-9b04-429a-b123-ffbe09c02826 found for delete ", "request_id": "req-2e2217ac-3a4c-4684-9cc6-a0ee3fcd1148"}]} 2026-05-04 12:40:24.516 7 INFO neutron.services.segments.plugin [-] Segment eb5d4d22-9b04-429a-b123-ffbe09c02826 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eb5d4d22-9b04-429a-b123-ffbe09c02826 found for delete ", "request_id": "req-2b1c8819-6eda-4307-b1cc-58eb2345ce52"}]} 2026-05-04 12:40:24.566 8 INFO neutron.db.segments_db [None req-11e5fb97-e931-4255-8d6e-95226c9089f9 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] Added segment ab89e891-775f-48c3-af90-433884a805a5 of type geneve for network c3595916-c8d6-4275-9980-8b72408d2c44 [pid: 7|app: 0|req: 1000/1919] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:40:24 2026] DELETE /v2.0/networks/cc947de5-a263-4428-80a3-73bc8c4d4319 => generated 0 bytes in 454 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:40:24.605 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-306283b1-a58b-4314-845e-81b1f36ed6d2'] response: {'server_uuid': '4632c3a7-4b47-486b-9a8d-92f7958f563d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd', 'code': 200} [pid: 7|app: 0|req: 1001/1920] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:24 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:24.674 8 INFO neutron.db.ovn_revision_numbers_db [None req-11e5fb97-e931-4255-8d6e-95226c9089f9 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] Successfully bumped revision number for resource c3595916-c8d6-4275-9980-8b72408d2c44 (type: networks) to 1 [pid: 7|app: 0|req: 1002/1921] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:40:24 2026] GET /v2.0/networks?id=21390179-6d80-4fda-aea2-1b4579d3b083 => generated 710 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1922] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:24 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => 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: 1004/1923] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:24 2026] GET /v2.0/security-groups?id=feb577e0-304d-4de6-810d-9226ab307a81&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-05-04 12:40:24.856 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-11e5fb97-e931-4255-8d6e-95226c9089f9 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] No more DHCP agents 2026-05-04 12:40:24.859 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-11e5fb97-e931-4255-8d6e-95226c9089f9 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] Unable to schedule network c3595916-c8d6-4275-9980-8b72408d2c44: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:24.909 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] OVN reports status down for port: c78d5d06-e3a6-43cc-a508-181c5159f9ab 2026-05-04 12:40:24.958 8 INFO neutron.db.ovn_revision_numbers_db [None req-11e5fb97-e931-4255-8d6e-95226c9089f9 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] Successfully bumped revision number for resource c78d5d06-e3a6-43cc-a508-181c5159f9ab (type: ports) to 1 [pid: 8|app: 0|req: 920/1924] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:40:24 2026] POST /v2.0/networks => generated 669 bytes in 917 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:25.044 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-a5b15376-11e5-4c12-989a-1f30a29c63e0 req-ba5d3ab0-7c35-41e7-a4e1-02cf7dea3e20 204199bf50a64012bef0ede25ab2d542 323e2774007e4edaa04aeec330bf2161 - - default default] No more DHCP agents 2026-05-04 12:40:25.045 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-a5b15376-11e5-4c12-989a-1f30a29c63e0 req-ba5d3ab0-7c35-41e7-a4e1-02cf7dea3e20 204199bf50a64012bef0ede25ab2d542 323e2774007e4edaa04aeec330bf2161 - - default default] Unable to schedule network 21390179-6d80-4fda-aea2-1b4579d3b083: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 921/1925] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:24 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:25.186 7 INFO neutron.db.ovn_revision_numbers_db [req-a5b15376-11e5-4c12-989a-1f30a29c63e0 req-ba5d3ab0-7c35-41e7-a4e1-02cf7dea3e20 204199bf50a64012bef0ede25ab2d542 323e2774007e4edaa04aeec330bf2161 - - default default] Successfully bumped revision number for resource c51a21d0-8f19-456c-9286-e4566188ce76 (type: ports) to 1 [pid: 7|app: 0|req: 1005/1926] 199.204.45.227 () {38 vars in 955 bytes} [Mon May 4 12:40:24 2026] POST /v2.0/ports => generated 954 bytes in 488 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: 1006/1927] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:25 2026] GET /v2.0/security-groups?id=feb577e0-304d-4de6-810d-9226ab307a81&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:25.330 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3f12c40c-d462-46e1-a62b-fc4874e6bcca 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] No more DHCP agents 2026-05-04 12:40:25.331 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3f12c40c-d462-46e1-a62b-fc4874e6bcca 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] Unable to schedule network c3595916-c8d6-4275-9980-8b72408d2c44: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:25.410 8 INFO neutron.db.ovn_revision_numbers_db [None req-3f12c40c-d462-46e1-a62b-fc4874e6bcca 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] Successfully bumped revision number for resource 0d775eb3-a466-4979-ac51-4a974a83e544 (type: ports) to 1 2026-05-04 12:40:25.420 7 WARNING neutron.db.securitygroups_db [None req-52850df8-a079-443e-a484-6e298ea44a32 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 922/1928] 10.0.0.165 () {34 vars in 664 bytes} [Mon May 4 12:40:25 2026] POST /v2.0/ports => generated 743 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:40:25.792 8 INFO neutron.db.ovn_revision_numbers_db [req-a5b15376-11e5-4c12-989a-1f30a29c63e0 req-178f1f57-4345-4471-848c-b1035998869c 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource c51a21d0-8f19-456c-9286-e4566188ce76 (type: ports) to 2 [pid: 7|app: 0|req: 1007/1929] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:25 2026] GET /v2.0/security-groups?tenant_id=d9e42d534fb34b5d91a29627e5e9e1a2&name=default => generated 2925 bytes in 591 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1930] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:40:25 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 1232 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:40:26.026 8 INFO neutron.db.ovn_revision_numbers_db [req-a5b15376-11e5-4c12-989a-1f30a29c63e0 req-178f1f57-4345-4471-848c-b1035998869c 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource c51a21d0-8f19-456c-9286-e4566188ce76 (type: ports) to 4 [pid: 8|app: 0|req: 923/1931] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:40:25 2026] PUT /v2.0/ports/c51a21d0-8f19-456c-9286-e4566188ce76 => generated 1227 bytes in 590 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: 924/1932] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:26 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1933] 10.0.0.165 () {34 vars in 666 bytes} [Mon May 4 12:40:25 2026] POST /v2.0/trunks => generated 409 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1934] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:26 2026] DELETE /v2.0/security-groups/d95ea82e-314d-443b-a4ae-8ff7310abe24 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1935] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:26 2026] GET /v2.0/security-groups?id=8c94580a-e2c5-42ab-adfa-f0ed20011cc2&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:26.323 8 WARNING tagging [None req-c2084a7b-0ab3-4707-b4c5-e826df376172 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 927/1936] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:40:26 2026] PUT /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:26.361 8 WARNING tagging [None req-8fc52b61-6e15-4dd9-a3e1-b8ae9893687d 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 928/1937] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:40:26 2026] GET /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:26.387 8 WARNING tagging [None req-712ed2e1-a304-4134-abd7-be12b090cb42 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:26.410 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-49c33c9d-90c4-4a90-b746-ab222221b412 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] No more DHCP agents 2026-05-04 12:40:26.411 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-49c33c9d-90c4-4a90-b746-ab222221b412 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 929/1938] 10.0.0.165 () {34 vars in 760 bytes} [Mon May 4 12:40:26 2026] PUT /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:40:26.465 8 WARNING tagging [None req-b9f0dee7-839c-4e82-bf4e-e739a919cb39 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 930/1939] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:40:26 2026] GET /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:26.487 8 WARNING tagging [None req-eb2adb5b-9223-40e5-ab3f-696fed934684 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 931/1940] 10.0.0.165 () {34 vars in 756 bytes} [Mon May 4 12:40:26 2026] PUT /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:40:26.521 8 WARNING tagging [None req-14308205-0a67-45f2-a66e-111accb338b8 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 932/1941] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:40:26 2026] GET /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:26.549 8 WARNING tagging [None req-fa2edb6d-1b75-4ef3-a186-279a981e73d3 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 933/1942] 10.0.0.165 () {34 vars in 778 bytes} [Mon May 4 12:40:26 2026] PUT /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:40:26.598 8 WARNING tagging [None req-8ce856d6-c00d-409b-8d86-c8ef1dcaf89a 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 934/1943] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:40:26 2026] GET /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:26.625 8 WARNING tagging [None req-6a6688cc-aa72-4c46-8a04-403b16d17fbc 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 935/1944] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:40:26 2026] PUT /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:26.663 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-427f7198-52b1-4e2f-873f-93bf569ea4ef'] response: {'name': 'network-changed', 'server_uuid': '0e4e5d61-312c-49ae-89e5-a5e7273bd491', 'tag': 'c51a21d0-8f19-456c-9286-e4566188ce76', 'status': 'completed', 'code': 200} 2026-05-04 12:40:26.669 8 WARNING tagging [None req-970bda8e-cedd-4c86-bee7-e8a771b20416 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 936/1945] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:40:26 2026] GET /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:26.691 8 WARNING tagging [None req-18e37b4a-8bc9-442c-8b9e-1158a6c6dcef 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 937/1946] 10.0.0.165 () {32 vars in 737 bytes} [Mon May 4 12:40:26 2026] GET /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags/red => generated 0 bytes in 16 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:26.717 8 WARNING tagging [None req-b4596147-dfef-4563-ae84-0d6ae3c38ee6 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:26.725 8 INFO neutron.api.v2.resource [None req-b4596147-dfef-4563-ae84-0d6ae3c38ee6 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 938/1947] 10.0.0.165 () {32 vars in 741 bytes} [Mon May 4 12:40:26 2026] GET /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:40:26.743 8 WARNING tagging [None req-8c19ae5d-7948-4817-aac2-1ca53888d8b3 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 939/1948] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:26 2026] DELETE /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:26.782 8 WARNING tagging [None req-b08cecce-2c78-404f-8425-16e5440e4ace 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 940/1949] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:40:26 2026] GET /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:26.808 8 WARNING tagging [None req-1f018f6f-ed0f-4c4b-88aa-acfb0ec16bd5 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:26.818 8 INFO neutron.api.v2.resource [None req-1f018f6f-ed0f-4c4b-88aa-acfb0ec16bd5 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 941/1950] 10.0.0.165 () {32 vars in 744 bytes} [Mon May 4 12:40:26 2026] DELETE /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:40:26.835 8 WARNING tagging [None req-c7af097e-c682-4d47-94e0-1afdde2db313 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 942/1951] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:40:26 2026] DELETE /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:26.873 8 WARNING tagging [None req-12175328-9348-44bd-bcf5-55d1a6024364 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 943/1952] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:40:26 2026] GET /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6/tags => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1953] 10.0.0.165 () {32 vars in 719 bytes} [Mon May 4 12:40:26 2026] GET /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6 => generated 409 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1954] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:40:26 2026] GET /v2.0/ports/0d775eb3-a466-4979-ac51-4a974a83e544 => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1955] 10.0.0.165 () {32 vars in 722 bytes} [Mon May 4 12:40:26 2026] DELETE /v2.0/trunks/42b7e9fd-784f-4882-bf8e-5b6840f195e6 => generated 0 bytes in 88 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: 947/1956] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:40:27 2026] GET /v2.0/ports?tenant_id=323e2774007e4edaa04aeec330bf2161&device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 1230 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:40:27.246 7 INFO neutron.db.ovn_revision_numbers_db [None req-49c33c9d-90c4-4a90-b746-ab222221b412 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 3b5e9bc5-3301-47da-8dd2-aa0b17d9e592 (type: floatingips) to 1 2026-05-04 12:40:27.246 8 INFO neutron_taas.services.taas.taas_plugin [None req-e071f0f8-af04-4740-8faa-c65388a38fef 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] TaaS: Handle Delete Port: 0d775eb3-a466-4979-ac51-4a974a83e544 2026-05-04 12:40:27.247 7 INFO neutron.db.l3_db [None req-49c33c9d-90c4-4a90-b746-ab222221b412 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Floating IP 3b5e9bc5-3301-47da-8dd2-aa0b17d9e592 associated. External IP: 10.96.250.217, port: 71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd. 2026-05-04 12:40:27.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e071f0f8-af04-4740-8faa-c65388a38fef 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] Tap Mirror: Handle Delete Port: 0d775eb3-a466-4979-ac51-4a974a83e544 [pid: 7|app: 0|req: 1010/1957] 10.0.0.165 () {34 vars in 677 bytes} [Mon May 4 12:40:26 2026] POST /v2.0/floatingips => generated 855 bytes in 1125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1958] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:40:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c51a21d0-8f19-456c-9286-e4566188ce76 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:27.331 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70ad81e8-6342-41b2-90fa-e391ba60eb45'] response: {'name': 'network-changed', 'server_uuid': '4632c3a7-4b47-486b-9a8d-92f7958f563d', 'tag': '71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1012/1959] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:40:27 2026] GET /v2.0/floatingips/3b5e9bc5-3301-47da-8dd2-aa0b17d9e592 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1960] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:40:27 2026] DELETE /v2.0/ports/0d775eb3-a466-4979-ac51-4a974a83e544 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1961] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:40:27 2026] GET /v2.0/subnets?id=4cb6eb66-ddef-4ae5-b3ea-523707dfd966 => generated 690 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1962] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:27 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1963] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:40:27 2026] GET /v2.0/ports?network_id=21390179-6d80-4fda-aea2-1b4579d3b083&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: 951/1964] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:27 2026] GET /v2.0/security-groups?id=8c94580a-e2c5-42ab-adfa-f0ed20011cc2&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1965] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:40:27 2026] GET /v2.0/networks/21390179-6d80-4fda-aea2-1b4579d3b083?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:27.526 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b3b764e-707e-442e-87fa-1521a27ca9a5 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] TaaS: Handle Delete Port: c78d5d06-e3a6-43cc-a508-181c5159f9ab 2026-05-04 12:40:27.528 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b3b764e-707e-442e-87fa-1521a27ca9a5 97e814d73e654b44a22e215fea078be5 e53701c8744f4b96a3b2f88160c5e398 - - default default] Tap Mirror: Handle Delete Port: c78d5d06-e3a6-43cc-a508-181c5159f9ab [pid: 8|app: 0|req: 953/1966] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:40:27 2026] GET /v2.0/networks/21390179-6d80-4fda-aea2-1b4579d3b083?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-05-04 12:40:27.739 7 INFO neutron.services.segments.plugin [-] Segment ab89e891-775f-48c3-af90-433884a805a5 resource provider aggregate not found 2026-05-04 12:40:27.740 7 INFO neutron.services.segments.plugin [-] Segment ab89e891-775f-48c3-af90-433884a805a5 resource provider aggregate not found 2026-05-04 12:40:27.772 7 INFO neutron.services.segments.plugin [-] Segment ab89e891-775f-48c3-af90-433884a805a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab89e891-775f-48c3-af90-433884a805a5 found for delete ", "request_id": "req-3ba9e1d3-da55-49e3-9fd4-149ecfb26bb7"}]} 2026-05-04 12:40:27.773 7 INFO neutron.services.segments.plugin [-] Segment ab89e891-775f-48c3-af90-433884a805a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab89e891-775f-48c3-af90-433884a805a5 found for delete ", "request_id": "req-a5dceb07-96a5-4a5f-9f1c-3874fa204512"}]} [pid: 7|app: 0|req: 1014/1967] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:40:27 2026] DELETE /v2.0/networks/c3595916-c8d6-4275-9980-8b72408d2c44 => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1968] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:40:27 2026] GET /v2.0/ports?tenant_id=9d5151ff7b8c4a2da862286b5a862cd2&device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 1232 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1969] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:40:27 2026] GET /v2.0/networks?id=05d32a42-ebb1-47f5-9fff-5690c44c7797 => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:27.966 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-59bbfff3-3f2f-4153-b888-a8d7f0555041 - - - - - -] No hosting information found for port df84f52d-7d55-4aae-9a14-c2a8fddbc08a: RuntimeError: No hosting information found for port df84f52d-7d55-4aae-9a14-c2a8fddbc08a [pid: 8|app: 0|req: 955/1970] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:40:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1971] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:40:27 2026] GET /v2.0/subnets?id=4dadbba9-9a59-49dd-a4e5-a67fb3c8d80d => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:28.049 7 INFO neutron.db.ovn_revision_numbers_db [None req-59bbfff3-3f2f-4153-b888-a8d7f0555041 - - - - - -] Successfully bumped revision number for resource df84f52d-7d55-4aae-9a14-c2a8fddbc08a (type: router_ports) to 2 2026-05-04 12:40:28.050 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59bbfff3-3f2f-4153-b888-a8d7f0555041 - - - - - -] OVN reports status down for port: a76f8f39-a1a7-4e34-aeb8-759d4a2c4613 [pid: 8|app: 0|req: 957/1972] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/ports?network_id=05d32a42-ebb1-47f5-9fff-5690c44c7797&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: 958/1973] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797?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: 959/1974] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797?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-05-04 12:40:28.157 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59bbfff3-3f2f-4153-b888-a8d7f0555041 - - - - - -] OVN reports status down for port: c51a21d0-8f19-456c-9286-e4566188ce76 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:40:28.260 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59bbfff3-3f2f-4153-b888-a8d7f0555041 - - - - - -] OVN reports status down for port: 0d775eb3-a466-4979-ac51-4a974a83e544 [pid: 7|app: 0|req: 1016/1975] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:40:27 2026] POST /v2.0/subnetpools => generated 548 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1976] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/subnetpools/c6a0ed44-2aa9-45c1-bebb-8a5bc1b4c81d => generated 548 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1977] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:40:28 2026] PUT /v2.0/subnetpools/c6a0ed44-2aa9-45c1-bebb-8a5bc1b4c81d => generated 500 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1978] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:40:28 2026] DELETE /v2.0/subnetpools/c6a0ed44-2aa9-45c1-bebb-8a5bc1b4c81d => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:28.440 7 INFO neutron.api.v2.resource [None req-ef574cda-1f97-4bc7-a49b-3aa7e07fb90a 4944e17f41a64a828ab2721aa16fbca7 0e77860c6e584a8e9df145ce8783bbef - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1018/1979] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/subnetpools/c6a0ed44-2aa9-45c1-bebb-8a5bc1b4c81d => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:40:28.457 8 INFO neutron.api.v2.resource [None req-4ab94d02-4d8d-489a-b8b0-4a1dbf11d30b 4944e17f41a64a828ab2721aa16fbca7 0e77860c6e584a8e9df145ce8783bbef - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 962/1980] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:40:28 2026] DELETE /v2.0/subnetpools/c6a0ed44-2aa9-45c1-bebb-8a5bc1b4c81d => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:40:28.530 7 WARNING neutron.db.securitygroups_db [None req-f399f259-8d93-4bd6-a8eb-a6b97e79f02a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1019/1981] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/security-groups?tenant_id=e53701c8744f4b96a3b2f88160c5e398&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1982] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1983] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/ports?tenant_id=323e2774007e4edaa04aeec330bf2161&device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 1230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1984] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/security-groups?id=8c94580a-e2c5-42ab-adfa-f0ed20011cc2&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: 966/1985] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/networks?id=21390179-6d80-4fda-aea2-1b4579d3b083 => generated 809 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1986] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=c51a21d0-8f19-456c-9286-e4566188ce76 => 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: 1020/1987] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:28 2026] DELETE /v2.0/security-groups/f1fc8c99-7d0d-451b-a027-75fec97e360c => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1988] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/subnets?id=4cb6eb66-ddef-4ae5-b3ea-523707dfd966 => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1989] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/ports?network_id=21390179-6d80-4fda-aea2-1b4579d3b083&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: 969/1990] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/networks/21390179-6d80-4fda-aea2-1b4579d3b083?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1991] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/networks/21390179-6d80-4fda-aea2-1b4579d3b083?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-05-04 12:40:28.902 8 WARNING neutron.db.securitygroups_db [None req-69710f8f-34e2-4e9e-800b-06b8c2939649 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:28.997 7 WARNING neutron.db.securitygroups_db [None req-88581092-8193-4c55-aab7-dda55312445c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:29.027 8 INFO neutron.db.ovn_revision_numbers_db [None req-69710f8f-34e2-4e9e-800b-06b8c2939649 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d119659c-c365-47d5-9772-52020538019e (type: security_groups) to 1 2026-05-04 12:40:29.040 8 INFO neutron.db.ovn_revision_numbers_db [None req-69710f8f-34e2-4e9e-800b-06b8c2939649 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0375e365-4f6d-4df3-ad9b-56ea89751ace (type: security_group_rules) to 0 2026-05-04 12:40:29.050 8 INFO neutron.db.ovn_revision_numbers_db [None req-69710f8f-34e2-4e9e-800b-06b8c2939649 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 71263625-031b-4ab1-8567-8af136124e2e (type: security_group_rules) to 0 2026-05-04 12:40:29.066 8 INFO neutron.db.ovn_revision_numbers_db [None req-69710f8f-34e2-4e9e-800b-06b8c2939649 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e8ecc54b-046e-4d86-89e1-860318dd5261 (type: security_group_rules) to 0 2026-05-04 12:40:29.077 8 INFO neutron.db.ovn_revision_numbers_db [None req-69710f8f-34e2-4e9e-800b-06b8c2939649 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource efef62ea-27a6-4d65-a033-278ef4d017af (type: security_group_rules) to 0 [pid: 8|app: 0|req: 971/1992] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/security-groups?tenant_id=09b5818427d141cfae68a3e3c4e9e847&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:40:29.134 7 INFO neutron.db.ovn_revision_numbers_db [None req-88581092-8193-4c55-aab7-dda55312445c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4243f52a-25b0-4308-800e-abd61d1fdbc9 (type: security_groups) to 1 2026-05-04 12:40:29.144 7 INFO neutron.db.ovn_revision_numbers_db [None req-88581092-8193-4c55-aab7-dda55312445c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 126eecf8-7356-4c95-b123-1fb272ecb264 (type: security_group_rules) to 0 2026-05-04 12:40:29.155 7 INFO neutron.db.ovn_revision_numbers_db [None req-88581092-8193-4c55-aab7-dda55312445c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4db97a87-0593-4087-bc4c-ae338b695079 (type: security_group_rules) to 0 2026-05-04 12:40:29.167 7 INFO neutron.db.ovn_revision_numbers_db [None req-88581092-8193-4c55-aab7-dda55312445c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5e695859-99dd-44de-803b-796c5c89517a (type: security_group_rules) to 0 2026-05-04 12:40:29.177 7 INFO neutron.db.ovn_revision_numbers_db [None req-88581092-8193-4c55-aab7-dda55312445c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6d568318-9198-4713-b1e3-e39aa8a6adb3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1022/1993] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:28 2026] GET /v2.0/security-groups?tenant_id=0e77860c6e584a8e9df145ce8783bbef&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1994] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:29 2026] DELETE /v2.0/security-groups/d119659c-c365-47d5-9772-52020538019e => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:29.371 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5305dd6-a693-40c3-82cf-b9f63807ff30'] response: {'server_uuid': '0e4e5d61-312c-49ae-89e5-a5e7273bd491', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c51a21d0-8f19-456c-9286-e4566188ce76', 'code': 200} [pid: 7|app: 0|req: 1023/1995] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:29 2026] DELETE /v2.0/security-groups/4243f52a-25b0-4308-800e-abd61d1fdbc9 => 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: 973/1996] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:29 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => 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: 1024/1997] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:29 2026] GET /v2.0/security-groups?id=8c94580a-e2c5-42ab-adfa-f0ed20011cc2&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:30.209 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-59bbfff3-3f2f-4153-b888-a8d7f0555041 - - - - - -] OVN reports status up for port: c51a21d0-8f19-456c-9286-e4566188ce76 2026-05-04 12:40:30.228 7 INFO neutron.plugins.ml2.plugin [None req-59bbfff3-3f2f-4153-b888-a8d7f0555041 - - - - - -] Attempt 1 to provision port c51a21d0-8f19-456c-9286-e4566188ce76 2026-05-04 12:40:30.467 7 INFO neutron.db.ovn_revision_numbers_db [None req-59bbfff3-3f2f-4153-b888-a8d7f0555041 - - - - - -] Successfully bumped revision number for resource c51a21d0-8f19-456c-9286-e4566188ce76 (type: ports) to 5 [pid: 8|app: 0|req: 974/1998] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:30 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1025/1999] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:30 2026] GET /v2.0/security-groups?id=8c94580a-e2c5-42ab-adfa-f0ed20011cc2&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:31.419 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-46f784bf-4373-42fd-8389-d1b6e1ce656d'] response: {'server_uuid': '0e4e5d61-312c-49ae-89e5-a5e7273bd491', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c51a21d0-8f19-456c-9286-e4566188ce76', 'code': 200} 2026-05-04 12:40:31.419 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-46f784bf-4373-42fd-8389-d1b6e1ce656d'] response: {'server_uuid': '0e4e5d61-312c-49ae-89e5-a5e7273bd491', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c51a21d0-8f19-456c-9286-e4566188ce76', 'code': 200} [pid: 8|app: 0|req: 975/2000] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:32 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2001] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:32 2026] GET /v2.0/security-groups?id=8c94580a-e2c5-42ab-adfa-f0ed20011cc2&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:32.964 8 INFO neutron.db.ovn_revision_numbers_db [None req-010abff8-be21-45bd-adf2-4d25359f8950 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource 852b9b07-721b-454a-8a2a-7d65fc9cb413 (type: security_groups) to 1 2026-05-04 12:40:32.975 8 INFO neutron.db.ovn_revision_numbers_db [None req-010abff8-be21-45bd-adf2-4d25359f8950 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource 4d590f61-89ee-4ef2-bb3b-c7bf2a244603 (type: security_group_rules) to 0 2026-05-04 12:40:32.986 8 INFO neutron.db.ovn_revision_numbers_db [None req-010abff8-be21-45bd-adf2-4d25359f8950 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource 543a5535-3951-420f-819e-dbda6894aba5 (type: security_group_rules) to 0 2026-05-04 12:40:33.000 8 INFO neutron.db.ovn_revision_numbers_db [None req-010abff8-be21-45bd-adf2-4d25359f8950 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource 80f124ce-6294-4940-8355-6ec6abb3bdbc (type: security_group_rules) to 0 2026-05-04 12:40:33.010 8 INFO neutron.db.ovn_revision_numbers_db [None req-010abff8-be21-45bd-adf2-4d25359f8950 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource f85d854e-f27c-479d-93c0-f201dff6269e (type: security_group_rules) to 0 2026-05-04 12:40:33.084 8 INFO neutron.db.segments_db [None req-010abff8-be21-45bd-adf2-4d25359f8950 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Added segment 2e314a0f-e669-4433-b4c1-4a7fcc00bbb2 of type geneve for network 3e4bb620-7842-4134-b04f-e470c8e8f62d 2026-05-04 12:40:33.195 8 INFO neutron.db.ovn_revision_numbers_db [None req-010abff8-be21-45bd-adf2-4d25359f8950 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource 3e4bb620-7842-4134-b04f-e470c8e8f62d (type: networks) to 1 [pid: 7|app: 0|req: 1027/2002] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:33 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => 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: 1028/2003] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:33 2026] GET /v2.0/security-groups?id=8c94580a-e2c5-42ab-adfa-f0ed20011cc2&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:33.381 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-010abff8-be21-45bd-adf2-4d25359f8950 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] No more DHCP agents 2026-05-04 12:40:33.383 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-010abff8-be21-45bd-adf2-4d25359f8950 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Unable to schedule network 3e4bb620-7842-4134-b04f-e470c8e8f62d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:33.439 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-73579395-b2ef-4e7b-8556-db7e5c7fd8a5 - - - - - -] OVN reports status down for port: 88ce63c2-9022-4c7f-a572-75717c7f3aec 2026-05-04 12:40:33.463 8 INFO neutron.db.ovn_revision_numbers_db [None req-010abff8-be21-45bd-adf2-4d25359f8950 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource 88ce63c2-9022-4c7f-a572-75717c7f3aec (type: ports) to 1 [pid: 8|app: 0|req: 976/2004] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:40:32 2026] POST /v2.0/networks => generated 665 bytes in 840 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:33.715 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fb90ce31-e1e0-4e12-aed7-8661c88baec5 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] No more DHCP agents 2026-05-04 12:40:33.717 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fb90ce31-e1e0-4e12-aed7-8661c88baec5 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Unable to schedule network 3e4bb620-7842-4134-b04f-e470c8e8f62d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:34.144 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb90ce31-e1e0-4e12-aed7-8661c88baec5 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource 88ce63c2-9022-4c7f-a572-75717c7f3aec (type: ports) to 2 2026-05-04 12:40:34.181 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb90ce31-e1e0-4e12-aed7-8661c88baec5 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource c0b16121-2df3-498b-a552-54125a8ce9d5 (type: subnets) to 0 [pid: 7|app: 0|req: 1029/2005] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:33 2026] POST /v2.0/subnets => generated 626 bytes in 699 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:34.619 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-592ad1ed-48cb-4ea0-8db5-33e0affb08cb 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] No more DHCP agents 2026-05-04 12:40:34.621 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-592ad1ed-48cb-4ea0-8db5-33e0affb08cb 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:34.760 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] OVN reports status down for port: 9b02a977-f2cc-44da-88f7-d2eb39857636 [pid: 7|app: 0|req: 1030/2006] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:34 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:34.808 8 INFO neutron.db.ovn_revision_numbers_db [None req-592ad1ed-48cb-4ea0-8db5-33e0affb08cb 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource 9b02a977-f2cc-44da-88f7-d2eb39857636 (type: ports) to 1 [pid: 7|app: 0|req: 1031/2007] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:34 2026] GET /v2.0/security-groups?id=8c94580a-e2c5-42ab-adfa-f0ed20011cc2&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2008] 10.0.0.42 () {34 vars in 989 bytes} [Mon May 4 12:40:35 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 1232 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2011] 10.0.0.42 () {34 vars in 1039 bytes} [Mon May 4 12:40:35 2026] GET /v2.0/security-groups?id=feb577e0-304d-4de6-810d-9226ab307a81&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:35.456 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] OVN reports status up for port: 9b02a977-f2cc-44da-88f7-d2eb39857636 2026-05-04 12:40:35.488 8 INFO neutron.plugins.ml2.plugin [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] Attempt 1 to provision port 9b02a977-f2cc-44da-88f7-d2eb39857636 2026-05-04 12:40:35.504 8 INFO neutron.db.ovn_revision_numbers_db [None req-592ad1ed-48cb-4ea0-8db5-33e0affb08cb 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource 9b02a977-f2cc-44da-88f7-d2eb39857636 (type: router_ports) to 1 2026-05-04 12:40:35.620 8 INFO neutron.db.ovn_revision_numbers_db [None req-592ad1ed-48cb-4ea0-8db5-33e0affb08cb 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource ed973c79-36a4-4ad2-8333-8865c6d92f4b (type: routers) to 2 [pid: 8|app: 0|req: 977/2012] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:34 2026] POST /v2.0/routers => generated 956 bytes in 1437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:35.802 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-73579395-b2ef-4e7b-8556-db7e5c7fd8a5 - - - - - -] OVN reports status down for port: c51a21d0-8f19-456c-9286-e4566188ce76 [pid: 8|app: 0|req: 978/2013] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:35 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => 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: 979/2014] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:35 2026] GET /v2.0/security-groups?id=8c94580a-e2c5-42ab-adfa-f0ed20011cc2&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:36.055 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-66413336-b8dc-4e87-b44c-5eaa339a7d77'] response: {'server_uuid': '0e4e5d61-312c-49ae-89e5-a5e7273bd491', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c51a21d0-8f19-456c-9286-e4566188ce76', 'code': 200} [pid: 8|app: 0|req: 980/2015] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:40:36 2026] GET /v2.0/subnets => generated 3284 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2016] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:40:36 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: 982/2017] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:40:36 2026] GET /v2.0/security-groups => generated 31453 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2018] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:40:36 2026] GET /v2.0/agents => generated 1214 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2019] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:40:36 2026] GET /v2.0/networks => generated 4644 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2020] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:40:36 2026] GET /v2.0/subnets => generated 3284 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:40:36.304 7 INFO neutron.db.ovn_revision_numbers_db [None req-73579395-b2ef-4e7b-8556-db7e5c7fd8a5 - - - - - -] Successfully bumped revision number for resource c51a21d0-8f19-456c-9286-e4566188ce76 (type: ports) to 6 [pid: 8|app: 0|req: 986/2021] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:40:36 2026] GET /v2.0/ports => generated 17201 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-04 12:40:36.406 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c7ec1372-8586-411d-8e68-6d4308769d2a 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] No more DHCP agents 2026-05-04 12:40:36.407 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c7ec1372-8586-411d-8e68-6d4308769d2a 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Unable to schedule network 3e4bb620-7842-4134-b04f-e470c8e8f62d: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 987/2022] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:40:36 2026] GET /v2.0/routers => generated 2943 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2023] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:40:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2024] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:40:36 2026] GET /v2.0/network-ip-availabilities => generated 4099 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2025] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:40:36 2026] GET /v2.0/floatingips => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:36.547 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b34b96b4-5c0d-4c6a-abd9-bb133bac5a28 - - - - - -] OVN reports status down for port: e9260842-3ed3-4e7f-bfd4-32aecb8dcec9 [pid: 8|app: 0|req: 991/2026] 10.0.0.165 () {32 vars in 826 bytes} [Mon May 4 12:40:36 2026] GET /v2.0/ports?project_id=9d5151ff7b8c4a2da862286b5a862cd2&network_id=05d32a42-ebb1-47f5-9fff-5690c44c7797 => generated 3338 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:40:36.615 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7ec1372-8586-411d-8e68-6d4308769d2a 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource e9260842-3ed3-4e7f-bfd4-32aecb8dcec9 (type: ports) to 1 [pid: 8|app: 0|req: 992/2027] 10.0.0.165 () {32 vars in 742 bytes} [Mon May 4 12:40:36 2026] GET /v2.0/subnets?network_id=cf096e53-2011-4f22-83b2-dcccf16a76a3 => generated 667 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:37.089 8 INFO neutron.db.ovn_revision_numbers_db [None req-a12c666b-a8e6-43d0-83b6-0825e9f5b535 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 3b5e9bc5-3301-47da-8dd2-aa0b17d9e592 (type: floatingips) to 2 2026-05-04 12:40:37.127 8 INFO neutron.db.l3_db [None req-a12c666b-a8e6-43d0-83b6-0825e9f5b535 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Floating IP 3b5e9bc5-3301-47da-8dd2-aa0b17d9e592 disassociated. External IP: 10.96.250.217, port: 71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd. [pid: 8|app: 0|req: 993/2028] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:40:36 2026] PUT /v2.0/floatingips/3b5e9bc5-3301-47da-8dd2-aa0b17d9e592 => generated 554 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:37.195 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5be2caf2-9b0b-4a72-87df-850f1e9f80d3'] response: {'name': 'network-changed', 'server_uuid': '4632c3a7-4b47-486b-9a8d-92f7958f563d', 'tag': '71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 994/2029] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:40:37 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 969 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2030] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:37 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2031] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:40:37 2026] GET /v2.0/floatingips/3b5e9bc5-3301-47da-8dd2-aa0b17d9e592 => generated 552 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:37.291 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b34b96b4-5c0d-4c6a-abd9-bb133bac5a28 - - - - - -] OVN reports status up for port: e9260842-3ed3-4e7f-bfd4-32aecb8dcec9 2026-05-04 12:40:37.327 7 INFO neutron.plugins.ml2.plugin [None req-b34b96b4-5c0d-4c6a-abd9-bb133bac5a28 - - - - - -] Attempt 1 to provision port e9260842-3ed3-4e7f-bfd4-32aecb8dcec9 2026-05-04 12:40:37.406 8 INFO neutron_taas.services.taas.taas_plugin [req-5a8be7d5-0d76-4f00-aeb7-aa2e95029cd6 req-55cff372-6f8e-4200-bbcf-9f16c3418867 204199bf50a64012bef0ede25ab2d542 323e2774007e4edaa04aeec330bf2161 - - default default] TaaS: Handle Delete Port: c51a21d0-8f19-456c-9286-e4566188ce76 2026-05-04 12:40:37.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5a8be7d5-0d76-4f00-aeb7-aa2e95029cd6 req-55cff372-6f8e-4200-bbcf-9f16c3418867 204199bf50a64012bef0ede25ab2d542 323e2774007e4edaa04aeec330bf2161 - - default default] Tap Mirror: Handle Delete Port: c51a21d0-8f19-456c-9286-e4566188ce76 2026-05-04 12:40:37.492 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c7ec1372-8586-411d-8e68-6d4308769d2a 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] No more DHCP agents 2026-05-04 12:40:37.498 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c7ec1372-8586-411d-8e68-6d4308769d2a 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Unable to schedule network 3e4bb620-7842-4134-b04f-e470c8e8f62d: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 997/2032] 199.204.45.227 () {36 vars in 997 bytes} [Mon May 4 12:40:37 2026] DELETE /v2.0/ports/c51a21d0-8f19-456c-9286-e4566188ce76 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2033] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:37 2026] GET /v2.0/security-groups?id=8c94580a-e2c5-42ab-adfa-f0ed20011cc2&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2034] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:40:37 2026] GET /v2.0/ports?tenant_id=9d5151ff7b8c4a2da862286b5a862cd2&device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 1232 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2035] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:40:37 2026] GET /v2.0/networks?id=05d32a42-ebb1-47f5-9fff-5690c44c7797 => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2036] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:40:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd => 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: 1002/2037] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:40:37 2026] GET /v2.0/subnets?id=4dadbba9-9a59-49dd-a4e5-a67fb3c8d80d => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2038] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:40:37 2026] GET /v2.0/ports?network_id=05d32a42-ebb1-47f5-9fff-5690c44c7797&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: 1004/2039] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:40:37 2026] GET /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2040] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:40:37 2026] GET /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:38.030 7 INFO neutron.db.ovn_revision_numbers_db [None req-b34b96b4-5c0d-4c6a-abd9-bb133bac5a28 - - - - - -] Successfully bumped revision number for resource e9260842-3ed3-4e7f-bfd4-32aecb8dcec9 (type: ports) to 2 2026-05-04 12:40:38.143 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-718aa236-6d5c-4fad-b2d5-5a9fa94e5144'] response: {'server_uuid': '0e4e5d61-312c-49ae-89e5-a5e7273bd491', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c51a21d0-8f19-456c-9286-e4566188ce76', 'code': 200} 2026-05-04 12:40:38.255 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7ec1372-8586-411d-8e68-6d4308769d2a 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource e9260842-3ed3-4e7f-bfd4-32aecb8dcec9 (type: router_ports) to 1 [pid: 7|app: 0|req: 1036/2041] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:40:35 2026] PUT /v2.0/routers/ed973c79-36a4-4ad2-8333-8865c6d92f4b/add_router_interface => generated 310 bytes in 2618 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:40:38.431 7 INFO neutron.db.ovn_revision_numbers_db [None req-cffcbb6c-fc2b-4724-8e36-66e98bf14852 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 1bbce945-544f-4551-a745-1f76300b6b1f (type: security_groups) to 1 2026-05-04 12:40:38.444 7 INFO neutron.db.ovn_revision_numbers_db [None req-cffcbb6c-fc2b-4724-8e36-66e98bf14852 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource ae621e0a-6c26-4f07-9eea-50c9d7b9422e (type: security_group_rules) to 0 2026-05-04 12:40:38.457 7 INFO neutron.db.ovn_revision_numbers_db [None req-cffcbb6c-fc2b-4724-8e36-66e98bf14852 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource cf72a972-4be5-4900-ab3d-49b18c7a301a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1037/2042] 10.0.0.165 () {34 vars in 685 bytes} [Mon May 4 12:40:38 2026] POST /v2.0/security-groups => generated 1675 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:40:38.622 7 INFO neutron.db.ovn_revision_numbers_db [None req-a1e6dd4a-a536-47ab-b73f-dd6859cc5fdf c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 4e9565bd-7767-4fc3-8cc6-e37035663ede (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1038/2043] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2044] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:38 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:38.800 7 INFO neutron.db.ovn_revision_numbers_db [None req-c8a870d3-04e4-429f-802f-23eeb2913501 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource aa39499f-8745-4de5-80a2-c1ffd02a9056 (type: security_group_rules) to 0 2026-05-04 12:40:38.827 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-23ddfa4f-ee92-43c8-9e44-05d06240ec81 - - - - - -] No more DHCP agents 2026-05-04 12:40:38.828 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-23ddfa4f-ee92-43c8-9e44-05d06240ec81 - - - - - -] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1040/2045] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:38 2026] POST /v2.0/security-group-rules => generated 596 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:38.940 7 INFO neutron.db.ovn_revision_numbers_db [None req-68898eb2-38d6-4581-a92f-77f0b5f41420 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource bd70cc52-8e76-4dd4-8b88-7cd64aa13598 (type: security_group_rules) to 0 2026-05-04 12:40:38.945 8 INFO neutron.db.ovn_revision_numbers_db [None req-23ddfa4f-ee92-43c8-9e44-05d06240ec81 - - - - - -] Successfully bumped revision number for resource dc4584c1-1be4-458b-97e3-5fce2d21f3a7 (type: ports) to 1 [pid: 7|app: 0|req: 1041/2046] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:39.065 7 INFO neutron.db.ovn_revision_numbers_db [None req-cf7b16cf-0587-4eb0-8c6a-43a07e57c644 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource d747b090-ab1a-4889-97e7-84336d3bd42c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1042/2047] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:39.132 7 INFO neutron.db.securitygroups_db [None req-820804d0-7fdc-46bb-8edf-7a62d6016d6e c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Project 9d5151ff7b8c4a2da862286b5a862cd2 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-04 12:40:39.181 8 INFO neutron.db.ovn_revision_numbers_db [None req-23ddfa4f-ee92-43c8-9e44-05d06240ec81 - - - - - -] Successfully bumped revision number for resource dc4584c1-1be4-458b-97e3-5fce2d21f3a7 (type: ports) to 3 2026-05-04 12:40:39.215 7 INFO neutron.db.ovn_revision_numbers_db [None req-820804d0-7fdc-46bb-8edf-7a62d6016d6e c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource b2f962f0-2a5f-43c1-bd90-cfdaac5c863e (type: security_group_rules) to 0 2026-05-04 12:40:39.228 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-00f75a69-b6f1-4b4f-9f8b-e20deafe8077'] response: {'server_uuid': '0e4e5d61-312c-49ae-89e5-a5e7273bd491', 'name': 'network-vif-deleted', 'tag': 'c51a21d0-8f19-456c-9286-e4566188ce76', 'status': 'completed', 'code': 200} 2026-05-04 12:40:39.240 8 INFO neutron.db.segments_db [None req-23ddfa4f-ee92-43c8-9e44-05d06240ec81 - - - - - -] Added segment a1d7a3e0-9d77-414c-824f-1d0066d66c46 of type geneve for network d91d8086-5625-4025-8886-cbaeaacd9075 [pid: 7|app: 0|req: 1043/2048] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:39.274 7 INFO neutron.db.securitygroups_db [None req-b912b1fb-e830-4c27-b6c4-f9d2bd951ea2 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Project 9d5151ff7b8c4a2da862286b5a862cd2 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-04 12:40:39.358 8 INFO neutron.db.ovn_revision_numbers_db [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] Successfully bumped revision number for resource d91d8086-5625-4025-8886-cbaeaacd9075 (type: networks) to 1 2026-05-04 12:40:39.366 7 INFO neutron.db.ovn_revision_numbers_db [None req-b912b1fb-e830-4c27-b6c4-f9d2bd951ea2 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource effae862-1fa9-407d-a214-ab6e050300a0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1044/2049] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:39.494 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] No more DHCP agents 2026-05-04 12:40:39.495 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] Unable to schedule network d91d8086-5625-4025-8886-cbaeaacd9075: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:39.562 8 INFO neutron.db.ovn_revision_numbers_db [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] Successfully bumped revision number for resource 16951f02-0da0-46ac-b750-984f9cb6dca6 (type: ports) to 1 2026-05-04 12:40:39.670 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] No more DHCP agents 2026-05-04 12:40:39.672 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] Unable to schedule network d91d8086-5625-4025-8886-cbaeaacd9075: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:39.697 8 INFO neutron.db.ovn_revision_numbers_db [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] Successfully bumped revision number for resource 41d6aaf8-3c41-4fcf-b09f-c721579d2881 (type: subnets) to 0 [pid: 7|app: 0|req: 1045/2050] 10.0.0.165 () {32 vars in 649 bytes} [Mon May 4 12:40:39 2026] GET /v2.0/networks => generated 1373 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2051] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:39 2026] GET /v2.0/ports?device_id=0e4e5d61-312c-49ae-89e5-a5e7273bd491 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:39.933 7 WARNING neutron.db.securitygroups_db [req-52a4b96c-1839-4c26-96f0-d10788fff63d req-a600ea89-e9a4-43fd-bfa8-5a2f95b77fbc c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1047/2052] 10.0.0.25 () {34 vars in 1099 bytes} [Mon May 4 12:40:39 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2125711105&fields=id&tenant_id=9d5151ff7b8c4a2da862286b5a862cd2 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2053] 10.0.0.25 () {34 vars in 981 bytes} [Mon May 4 12:40:39 2026] GET /v2.0/networks?id=05d32a42-ebb1-47f5-9fff-5690c44c7797 => generated 698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:40.023 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] No more DHCP agents [pid: 7|app: 0|req: 1049/2054] 10.0.0.25 () {34 vars in 964 bytes} [Mon May 4 12:40:40 2026] GET /v2.0/quotas/9d5151ff7b8c4a2da862286b5a862cd2 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:40.024 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] Unable to schedule network d91d8086-5625-4025-8886-cbaeaacd9075: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1050/2055] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:40:40 2026] GET /v2.0/ports?tenant_id=9d5151ff7b8c4a2da862286b5a862cd2&fields=id => generated 149 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:40.144 8 INFO neutron.db.ovn_revision_numbers_db [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] Successfully bumped revision number for resource 010af668-209b-4ae1-a6e6-7c66a784cf4a (type: ports) to 1 [pid: 7|app: 0|req: 1051/2056] 10.0.0.25 () {34 vars in 1007 bytes} [Mon May 4 12:40:40 2026] GET /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2057] 10.0.0.25 () {34 vars in 1107 bytes} [Mon May 4 12:40:40 2026] GET /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797?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) [pid: 7|app: 0|req: 1053/2058] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:40 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:40.465 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] No hosting information found for port 9b02a977-f2cc-44da-88f7-d2eb39857636: RuntimeError: No hosting information found for port 9b02a977-f2cc-44da-88f7-d2eb39857636 2026-05-04 12:40:40.569 8 INFO neutron.common.ovn.utils [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] HA Chassis Group neutron-3e4bb620-7842-4134-b04f-e470c8e8f62d synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:40:40.808 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] No more DHCP agents 2026-05-04 12:40:40.808 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] Unable to schedule network d91d8086-5625-4025-8886-cbaeaacd9075: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:41.231 8 INFO neutron.db.ovn_revision_numbers_db [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] Successfully bumped revision number for resource 010af668-209b-4ae1-a6e6-7c66a784cf4a (type: router_ports) to 1 2026-05-04 12:40:41.404 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] No more DHCP agents 2026-05-04 12:40:41.405 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] Unable to schedule network d91d8086-5625-4025-8886-cbaeaacd9075: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1054/2059] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:41 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:41.522 8 INFO neutron.db.ovn_revision_numbers_db [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] Successfully bumped revision number for resource 5aab9cf3-f541-42fc-b05f-a302cdfd7c4d (type: ports) to 1 2026-05-04 12:40:41.753 8 INFO neutron.db.ovn_revision_numbers_db [None req-f88c9d08-3132-41ec-bae8-ee47d116b737 - - - - - -] Successfully bumped revision number for resource 5aab9cf3-f541-42fc-b05f-a302cdfd7c4d (type: ports) to 3 [pid: 8|app: 0|req: 1006/2060] 10.0.0.165 () {34 vars in 685 bytes} [Mon May 4 12:40:38 2026] POST /v2.0/vpn/vpnservices => generated 458 bytes in 3692 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:40:42.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4a82948-b1a3-404f-95bf-60551da67fdb a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: df84f52d-7d55-4aae-9a14-c2a8fddbc08a 2026-05-04 12:40:42.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4a82948-b1a3-404f-95bf-60551da67fdb a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: df84f52d-7d55-4aae-9a14-c2a8fddbc08a [pid: 7|app: 0|req: 1055/2061] 10.0.0.165 () {34 vars in 685 bytes} [Mon May 4 12:40:41 2026] POST /v2.0/vpn/vpnservices => generated 423 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:42.534 7 WARNING neutron.db.securitygroups_db [None req-8ea8c3cc-17c4-40ae-8099-e8af50cd2f5b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:42.603 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-3d52d03a-8194-4184-af8d-8827336e117d - - - - - -] No hosting information found for port e9260842-3ed3-4e7f-bfd4-32aecb8dcec9: RuntimeError: No hosting information found for port e9260842-3ed3-4e7f-bfd4-32aecb8dcec9 2026-05-04 12:40:42.684 7 INFO neutron.db.ovn_revision_numbers_db [None req-8ea8c3cc-17c4-40ae-8099-e8af50cd2f5b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d3396d1c-c1c1-4ff6-bbb3-a4a283b2a6a1 (type: security_groups) to 1 2026-05-04 12:40:42.709 7 INFO neutron.db.ovn_revision_numbers_db [None req-8ea8c3cc-17c4-40ae-8099-e8af50cd2f5b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource b5a33506-7af3-4b7e-a99a-39290edfded0 (type: security_group_rules) to 0 2026-05-04 12:40:42.720 7 INFO neutron.db.ovn_revision_numbers_db [None req-3d52d03a-8194-4184-af8d-8827336e117d - - - - - -] Successfully bumped revision number for resource e9260842-3ed3-4e7f-bfd4-32aecb8dcec9 (type: router_ports) to 2 2026-05-04 12:40:42.721 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3d52d03a-8194-4184-af8d-8827336e117d - - - - - -] OVN reports status down for port: dc4584c1-1be4-458b-97e3-5fce2d21f3a7 2026-05-04 12:40:42.725 7 INFO neutron.db.ovn_revision_numbers_db [None req-8ea8c3cc-17c4-40ae-8099-e8af50cd2f5b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d36c70ce-84ae-4047-b257-f16bac5d91a3 (type: security_group_rules) to 0 2026-05-04 12:40:42.745 7 INFO neutron.db.ovn_revision_numbers_db [None req-8ea8c3cc-17c4-40ae-8099-e8af50cd2f5b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e478066d-790c-4b96-94bc-3eb44e27ce1a (type: security_group_rules) to 0 2026-05-04 12:40:42.766 7 INFO neutron.db.ovn_revision_numbers_db [None req-8ea8c3cc-17c4-40ae-8099-e8af50cd2f5b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e4c1a7ca-68a1-4095-a007-140340f248a8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1007/2062] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:40:42 2026] PUT /v2.0/routers/12862037-1fcd-49a4-a7f1-9e2045a3902b/remove_router_interface => generated 310 bytes in 655 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource [None req-20b1a7a2-6aa2-417d-a6f3-03eb5e91ba01 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] create failed: No details.: oslo_db.exception.DBDataError: (pymysql.err.DataError) (1265, "Data truncated for column 'auth_algorithm' at row 1") [SQL: INSERT INTO ikepolicies (name, description, auth_algorithm, encryption_algorithm, phase1_negotiation_mode, lifetime_units, lifetime_value, ike_version, pfs, id, project_id) VALUES (%(name)s, %(description)s, %(auth_algorithm)s, %(encryption_algorithm)s, %(phase1_negotiation_mode)s, %(lifetime_units)s, %(lifetime_value)s, %(ike_version)s, %(pfs)s, %(id)s, %(project_id)s)] [parameters: {'name': 'tempest-ike-policy--1397546731', 'description': '', 'auth_algorithm': 'sha1', 'encryption_algorithm': 'aes-128', 'phase1_negotiation_mode': 'main', 'lifetime_units': 'seconds', 'lifetime_value': 3600, 'ike_version': 'v1', 'pfs': 'group5', 'id': 'ccfa77eb-3659-4d0a-bf1b-7e7982511587', 'project_id': '82b05f307c5f40dfbbf6ab2a7102c87c'}] (Background on this error at: https://sqlalche.me/e/20/9h9h) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource Traceback (most recent call last): 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource self.dialect.do_execute( 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/default.py", line 952, in do_execute 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource cursor.execute(statement, parameters) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 153, in execute 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource result = self._query(query) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 322, in _query 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource conn.query(q) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 575, in query 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 826, in _read_query_result 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource result.read() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 1203, in read 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource first_packet = self.connection._read_packet() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 782, in _read_packet 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource packet.raise_for_error() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/protocol.py", line 219, in raise_for_error 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource err.raise_mysql_exception(self._data) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/err.py", line 150, in raise_mysql_exception 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource raise errorclass(errno, errval) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource pymysql.err.DataError: (1265, "Data truncated for column 'auth_algorithm' at row 1") 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource The above exception was the direct cause of the following exception: 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource Traceback (most recent call last): 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 96, in resource 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource result = method(request=request, **args) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 442, in create 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource return self._create(request, body, **kwargs) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception(): 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource raise self.value 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource return f(*args, **kwargs) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception() as ectxt: 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource raise self.value 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource return f(*args, **kwargs) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception(): 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource raise self.value 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource return f(*dup_args, **dup_kwargs) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 563, in _create 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource obj = do_create(body) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 543, in do_create 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception(): 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource raise self.value 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 539, in do_create 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource return obj_creator(request.context, **kwargs) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron_vpnaas/db/vpn/vpn_db.py", line 325, in create_ikepolicy 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource with db_api.CONTEXT_WRITER.using(context): 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource next(self.gen) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1175, in _transaction_scope 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource with current._produce_block( 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource next(self.gen) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 837, in _session 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception(): 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource raise self.value 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 835, in _session 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource self._end_session_transaction(self.session) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 748, in _end_session_transaction 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource session.commit() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 2030, in commit 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource trans.commit(_to_root=True) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "", line 2, in commit 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/state_changes.py", line 137, in _go 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ret_value = fn(self, *arg, **kw) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 1311, in commit 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource self._prepare_impl() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "", line 2, in _prepare_impl 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/state_changes.py", line 137, in _go 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ret_value = fn(self, *arg, **kw) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 1274, in _prepare_impl 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource self.session.dispatch.before_commit(self.session) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/event/attr.py", line 387, in __call__ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource fn(*args, **kw) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 307, in _load_one_to_manys 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource session.flush() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4331, in flush 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource self._flush(objects) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4466, in _flush 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource with util.safe_reraise(): 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/util/langhelpers.py", line 121, in __exit__ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource raise exc_value.with_traceback(exc_tb) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4427, in _flush 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource flush_context.execute() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource rec.execute(self) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource util.preloaded.orm_persistence.save_obj( 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/persistence.py", line 93, in save_obj 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource _emit_insert_statements( 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/persistence.py", line 1048, in _emit_insert_statements 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource result = connection.execute( 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1419, in execute 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource return meth( 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/sql/elements.py", line 527, in _execute_on_connection 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource return connection._execute_clauseelement( 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1641, in _execute_clauseelement 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ret = self._execute_context( 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource return self._exec_single_context( 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource self._handle_dbapi_exception( 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 2360, in _handle_dbapi_exception 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource raise newraise.with_traceback(exc_info[2]) from e 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource self.dialect.do_execute( 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/default.py", line 952, in do_execute 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource cursor.execute(statement, parameters) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 153, in execute 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource result = self._query(query) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 322, in _query 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource conn.query(q) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 575, in query 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 826, in _read_query_result 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource result.read() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 1203, in read 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource first_packet = self.connection._read_packet() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 782, in _read_packet 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource packet.raise_for_error() 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/protocol.py", line 219, in raise_for_error 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource err.raise_mysql_exception(self._data) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/err.py", line 150, in raise_mysql_exception 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource raise errorclass(errno, errval) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource oslo_db.exception.DBDataError: (pymysql.err.DataError) (1265, "Data truncated for column 'auth_algorithm' at row 1") 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource [SQL: INSERT INTO ikepolicies (name, description, auth_algorithm, encryption_algorithm, phase1_negotiation_mode, lifetime_units, lifetime_value, ike_version, pfs, id, project_id) VALUES (%(name)s, %(description)s, %(auth_algorithm)s, %(encryption_algorithm)s, %(phase1_negotiation_mode)s, %(lifetime_units)s, %(lifetime_value)s, %(ike_version)s, %(pfs)s, %(id)s, %(project_id)s)] 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource [parameters: {'name': 'tempest-ike-policy--1397546731', 'description': '', 'auth_algorithm': 'sha1', 'encryption_algorithm': 'aes-128', 'phase1_negotiation_mode': 'main', 'lifetime_units': 'seconds', 'lifetime_value': 3600, 'ike_version': 'v1', 'pfs': 'group5', 'id': 'ccfa77eb-3659-4d0a-bf1b-7e7982511587', 'project_id': '82b05f307c5f40dfbbf6ab2a7102c87c'}] 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource (Background on this error at: https://sqlalche.me/e/20/9h9h) 2026-05-04 12:40:42.795 8 ERROR neutron.api.v2.resource [pid: 8|app: 0|req: 1008/2063] 10.0.0.165 () {34 vars in 684 bytes} [Mon May 4 12:40:42 2026] POST /v2.0/vpn/ikepolicies => generated 150 bytes in 40 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) 2026-05-04 12:40:42.817 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3d52d03a-8194-4184-af8d-8827336e117d - - - - - -] OVN reports status down for port: 16951f02-0da0-46ac-b750-984f9cb6dca6 [pid: 7|app: 0|req: 1056/2064] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:42 2026] GET /v2.0/security-groups?tenant_id=62b290dd0be74534ad1027c3960ead5f&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2065] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:42 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => 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: 1010/2066] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:42 2026] DELETE /v2.0/vpn/vpnservices/592bdb87-e49d-4dd0-b4fb-189c18965507 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:42.926 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3d52d03a-8194-4184-af8d-8827336e117d - - - - - -] OVN reports status down for port: 010af668-209b-4ae1-a6e6-7c66a784cf4a [pid: 8|app: 0|req: 1011/2067] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:42 2026] DELETE /v2.0/security-groups/d3396d1c-c1c1-4ff6-bbb3-a4a283b2a6a1 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:43.042 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-3d52d03a-8194-4184-af8d-8827336e117d - - - - - -] Logical_Switch_Port 010af668-209b-4ae1-a6e6-7c66a784cf4a host information not removed, the port state is up 2026-05-04 12:40:43.042 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3d52d03a-8194-4184-af8d-8827336e117d - - - - - -] OVN reports status up for port: 010af668-209b-4ae1-a6e6-7c66a784cf4a 2026-05-04 12:40:43.060 7 INFO neutron.plugins.ml2.plugin [None req-3d52d03a-8194-4184-af8d-8827336e117d - - - - - -] Attempt 1 to provision port 010af668-209b-4ae1-a6e6-7c66a784cf4a 2026-05-04 12:40:43.338 7 INFO neutron_taas.services.taas.taas_plugin [None req-3004183a-7d06-4557-b170-34fca49c22c5 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: edc12a71-3b3f-48f4-a476-49f3cef24190 2026-05-04 12:40:43.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3004183a-7d06-4557-b170-34fca49c22c5 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: edc12a71-3b3f-48f4-a476-49f3cef24190 2026-05-04 12:40:43.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8598acf-5a2e-42cd-8080-e7e682e2975a 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] TaaS: Handle Delete Port: dc4584c1-1be4-458b-97e3-5fce2d21f3a7 2026-05-04 12:40:43.655 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8598acf-5a2e-42cd-8080-e7e682e2975a 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Tap Mirror: Handle Delete Port: dc4584c1-1be4-458b-97e3-5fce2d21f3a7 2026-05-04 12:40:43.748 7 INFO neutron.db.ovn_revision_numbers_db [None req-3d52d03a-8194-4184-af8d-8827336e117d - - - - - -] Successfully bumped revision number for resource 010af668-209b-4ae1-a6e6-7c66a784cf4a (type: ports) to 2 2026-05-04 12:40:43.860 8 INFO neutron_taas.services.taas.taas_plugin [None req-926e113b-0be2-4668-8ce2-ddfe528283fa - - - - - -] TaaS: Handle Delete Port: 5aab9cf3-f541-42fc-b05f-a302cdfd7c4d 2026-05-04 12:40:43.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-926e113b-0be2-4668-8ce2-ddfe528283fa - - - - - -] Tap Mirror: Handle Delete Port: 5aab9cf3-f541-42fc-b05f-a302cdfd7c4d [pid: 7|app: 0|req: 1057/2068] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:40:42 2026] DELETE /v2.0/routers/12862037-1fcd-49a4-a7f1-9e2045a3902b => generated 0 bytes in 1300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2069] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:44 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:40:44.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-859299c1-5fb9-4a7b-a88b-9715eed70db7 - - - - - -] TaaS: Handle Delete Port: 010af668-209b-4ae1-a6e6-7c66a784cf4a 2026-05-04 12:40:44.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-859299c1-5fb9-4a7b-a88b-9715eed70db7 - - - - - -] Tap Mirror: Handle Delete Port: 010af668-209b-4ae1-a6e6-7c66a784cf4a [pid: 7|app: 0|req: 1059/2070] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:40:44 2026] DELETE /v2.0/subnets/4cb6eb66-ddef-4ae5-b3ea-523707dfd966 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:40:44.417 7 INFO neutron_taas.services.taas.taas_plugin [None req-cbaebf79-5a27-4d27-8264-dc1915cdb927 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 2bc4295f-9d8c-4c86-936b-5955ad960fdc 2026-05-04 12:40:44.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cbaebf79-5a27-4d27-8264-dc1915cdb927 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 2bc4295f-9d8c-4c86-936b-5955ad960fdc 2026-05-04 12:40:44.583 7 INFO neutron.services.segments.plugin [-] Segment 0104328a-637a-4816-ad0e-a4d0de9ae06b resource provider aggregate not found 2026-05-04 12:40:44.585 7 INFO neutron.services.segments.plugin [-] Segment 0104328a-637a-4816-ad0e-a4d0de9ae06b resource provider aggregate not found 2026-05-04 12:40:44.605 7 INFO neutron.services.segments.plugin [-] Segment 0104328a-637a-4816-ad0e-a4d0de9ae06b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0104328a-637a-4816-ad0e-a4d0de9ae06b found for delete ", "request_id": "req-23df1128-c111-4dd1-897c-8fe57dbc34fe"}]} 2026-05-04 12:40:44.611 7 INFO neutron.services.segments.plugin [-] Segment 0104328a-637a-4816-ad0e-a4d0de9ae06b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0104328a-637a-4816-ad0e-a4d0de9ae06b found for delete ", "request_id": "req-a47861b9-4937-4908-9887-6cbbaab820bb"}]} [pid: 7|app: 0|req: 1060/2071] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:40:44 2026] DELETE /v2.0/networks/21390179-6d80-4fda-aea2-1b4579d3b083 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2072] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:40:44 2026] GET /v2.0/networks?id=05d32a42-ebb1-47f5-9fff-5690c44c7797 => generated 698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:44.853 8 INFO neutron_taas.services.taas.taas_plugin [None req-859299c1-5fb9-4a7b-a88b-9715eed70db7 - - - - - -] TaaS: Handle Delete Port: 16951f02-0da0-46ac-b750-984f9cb6dca6 2026-05-04 12:40:44.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-859299c1-5fb9-4a7b-a88b-9715eed70db7 - - - - - -] Tap Mirror: Handle Delete Port: 16951f02-0da0-46ac-b750-984f9cb6dca6 2026-05-04 12:40:44.976 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4f500a3-e812-4a54-9460-126e6702007d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5702d747-afc6-42e1-b6b7-27de4bf7b5b3 (type: security_groups) to 1 2026-05-04 12:40:44.986 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4f500a3-e812-4a54-9460-126e6702007d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7869be32-664b-4c39-934c-c876ae5fb8e4 (type: security_group_rules) to 0 2026-05-04 12:40:44.997 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4f500a3-e812-4a54-9460-126e6702007d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8579c0cc-3be2-48a4-ba4c-a493e0ff5ab9 (type: security_group_rules) to 0 2026-05-04 12:40:45.007 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4f500a3-e812-4a54-9460-126e6702007d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c90381f0-cc1d-4952-a530-c921875c7755 (type: security_group_rules) to 0 2026-05-04 12:40:45.010 8 INFO neutron.services.segments.plugin [-] Segment a1d7a3e0-9d77-414c-824f-1d0066d66c46 resource provider aggregate not found 2026-05-04 12:40:45.011 8 INFO neutron.services.segments.plugin [-] Segment a1d7a3e0-9d77-414c-824f-1d0066d66c46 resource provider aggregate not found 2026-05-04 12:40:45.022 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4f500a3-e812-4a54-9460-126e6702007d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d8ec5bb1-b6bf-45f0-bcf6-e38e38525281 (type: security_group_rules) to 0 2026-05-04 12:40:45.030 8 INFO neutron.services.segments.plugin [-] Segment a1d7a3e0-9d77-414c-824f-1d0066d66c46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1d7a3e0-9d77-414c-824f-1d0066d66c46 found for delete ", "request_id": "req-2a53b4d0-87c3-49b2-8248-966b896d2ba9"}]} 2026-05-04 12:40:45.036 8 INFO neutron.services.segments.plugin [-] Segment a1d7a3e0-9d77-414c-824f-1d0066d66c46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1d7a3e0-9d77-414c-824f-1d0066d66c46 found for delete ", "request_id": "req-c0483b4d-2949-4c1c-9407-771bb41e4af5"}]} [pid: 8|app: 0|req: 1012/2073] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:43 2026] DELETE /v2.0/vpn/vpnservices/b242f677-b4a0-4cc1-8dfe-60fdf21f7eee => generated 0 bytes in 2066 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-05-04 12:40:45.074 8 WARNING neutron.db.securitygroups_db [req-52a4b96c-1839-4c26-96f0-d10788fff63d req-7181d4bc-c8af-4096-bcf4-11940412320e c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:45.099 7 INFO neutron.db.segments_db [None req-c4f500a3-e812-4a54-9460-126e6702007d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Added segment f562f570-de56-4940-8325-b5fbb6fc8dfe of type geneve for network 92b28e7d-55a6-475b-850b-51b6ac05902f [pid: 8|app: 0|req: 1013/2074] 199.204.45.227 () {34 vars in 1050 bytes} [Mon May 4 12:40:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9d5151ff7b8c4a2da862286b5a862cd2 => generated 273 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:45.103 8 WARNING neutron.db.securitygroups_db [None req-08041410-82df-491a-8cd9-349dda108c8e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1014/2075] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:45 2026] GET /v2.0/security-groups?tenant_id=323e2774007e4edaa04aeec330bf2161&name=default => generated 2925 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2076] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:40:45 2026] GET /v2.0/routers/ed973c79-36a4-4ad2-8333-8865c6d92f4b => generated 962 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:45.197 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4f500a3-e812-4a54-9460-126e6702007d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 92b28e7d-55a6-475b-850b-51b6ac05902f (type: networks) to 1 2026-05-04 12:40:45.328 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c4f500a3-e812-4a54-9460-126e6702007d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:45.329 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c4f500a3-e812-4a54-9460-126e6702007d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 92b28e7d-55a6-475b-850b-51b6ac05902f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:45.401 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4f500a3-e812-4a54-9460-126e6702007d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1cd1a526-9f62-4846-8985-cbad52c2ff3f (type: ports) to 1 [pid: 7|app: 0|req: 1062/2077] 10.0.0.165 () {34 vars in 671 bytes} [Mon May 4 12:40:44 2026] POST /v2.0/networks => generated 780 bytes in 726 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:45.432 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-52a4b96c-1839-4c26-96f0-d10788fff63d req-a0975dd2-982f-4511-be15-2f0361369eb9 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] No more DHCP agents 2026-05-04 12:40:45.433 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-52a4b96c-1839-4c26-96f0-d10788fff63d req-a0975dd2-982f-4511-be15-2f0361369eb9 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Unable to schedule network 05d32a42-ebb1-47f5-9fff-5690c44c7797: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:45.555 8 INFO neutron.db.ovn_revision_numbers_db [req-52a4b96c-1839-4c26-96f0-d10788fff63d req-a0975dd2-982f-4511-be15-2f0361369eb9 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 3403a332-9e6f-4ec9-bd86-03a4605966f7 (type: ports) to 1 [pid: 7|app: 0|req: 1063/2078] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:45 2026] DELETE /v2.0/security-groups/8c94580a-e2c5-42ab-adfa-f0ed20011cc2 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2079] 199.204.45.227 () {38 vars in 955 bytes} [Mon May 4 12:40:45 2026] POST /v2.0/ports => generated 958 bytes in 458 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: 1017/2080] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:45 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 961 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:45.820 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0f51f1ab-d87c-40b4-a2e1-7ac7902c6cf8 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:45.822 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0f51f1ab-d87c-40b4-a2e1-7ac7902c6cf8 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 92b28e7d-55a6-475b-850b-51b6ac05902f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:46.172 7 INFO neutron.db.ovn_revision_numbers_db [None req-cff3a05e-a0a4-416b-bb8a-12ccd8abe479 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Successfully bumped revision number for resource ed973c79-36a4-4ad2-8333-8865c6d92f4b (type: routers) to 5 [pid: 7|app: 0|req: 1064/2081] 10.0.0.165 () {34 vars in 742 bytes} [Mon May 4 12:40:45 2026] PUT /v2.0/routers/ed973c79-36a4-4ad2-8333-8865c6d92f4b => generated 962 bytes in 606 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:46.220 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f51f1ab-d87c-40b4-a2e1-7ac7902c6cf8 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1cd1a526-9f62-4846-8985-cbad52c2ff3f (type: ports) to 2 2026-05-04 12:40:46.246 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f51f1ab-d87c-40b4-a2e1-7ac7902c6cf8 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1d50a2d6-a337-403e-99d7-7bb3597ff82f (type: subnets) to 0 [pid: 8|app: 0|req: 1018/2082] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:45 2026] POST /v2.0/subnets => generated 686 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2083] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:46 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2084] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:40:46 2026] GET /v2.0/ports?device_id=ed973c79-36a4-4ad2-8333-8865c6d92f4b => generated 946 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:46.591 7 INFO neutron.db.ovn_revision_numbers_db [req-52a4b96c-1839-4c26-96f0-d10788fff63d req-e8352b2c-150f-4cdc-84ae-732fc36f73bb 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 3403a332-9e6f-4ec9-bd86-03a4605966f7 (type: ports) to 2 2026-05-04 12:40:46.706 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a449f1fc-b7cd-4cb2-9d2f-90a60d29d494 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:46.708 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a449f1fc-b7cd-4cb2-9d2f-90a60d29d494 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:46.833 7 INFO neutron.db.ovn_revision_numbers_db [req-52a4b96c-1839-4c26-96f0-d10788fff63d req-e8352b2c-150f-4cdc-84ae-732fc36f73bb 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 3403a332-9e6f-4ec9-bd86-03a4605966f7 (type: ports) to 4 2026-05-04 12:40:46.873 8 INFO neutron.db.ovn_revision_numbers_db [None req-a449f1fc-b7cd-4cb2-9d2f-90a60d29d494 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7ce5e3e3-cb58-463c-a293-74ae2db151c7 (type: ports) to 1 [pid: 7|app: 0|req: 1065/2085] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:40:46 2026] PUT /v2.0/ports/3403a332-9e6f-4ec9-bd86-03a4605966f7 => generated 1231 bytes in 699 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:40:46.927 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9587ee83-4e16-4a78-9abf-59f834dbc204'] response: {'name': 'network-changed', 'server_uuid': 'e287b054-6529-4ac6-be4d-bd014c1f9e4d', 'tag': '3403a332-9e6f-4ec9-bd86-03a4605966f7', 'status': 'completed', 'code': 200} 2026-05-04 12:40:47.216 7 INFO neutron_taas.services.taas.taas_plugin [None req-5236a542-6527-4e71-b2a0-fae626b45414 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] TaaS: Handle Delete Port: e9260842-3ed3-4e7f-bfd4-32aecb8dcec9 2026-05-04 12:40:47.218 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5236a542-6527-4e71-b2a0-fae626b45414 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Tap Mirror: Handle Delete Port: e9260842-3ed3-4e7f-bfd4-32aecb8dcec9 2026-05-04 12:40:47.462 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-74cf3a8e-9cd7-4dec-8053-d3500bd0dc32 - - - - - -] Router a5862054-8b95-4c45-9c9a-d1b6b6797dec is bound to host instance 2026-05-04 12:40:47.475 8 INFO neutron.db.ovn_revision_numbers_db [None req-a449f1fc-b7cd-4cb2-9d2f-90a60d29d494 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7ce5e3e3-cb58-463c-a293-74ae2db151c7 (type: router_ports) to 1 2026-05-04 12:40:47.551 8 INFO neutron.db.ovn_revision_numbers_db [None req-a449f1fc-b7cd-4cb2-9d2f-90a60d29d494 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a5862054-8b95-4c45-9c9a-d1b6b6797dec (type: routers) to 2 [pid: 8|app: 0|req: 1021/2086] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:46 2026] POST /v2.0/routers => generated 985 bytes in 1236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2087] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:47 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2088] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:40:47 2026] GET /v2.0/ports?tenant_id=9d5151ff7b8c4a2da862286b5a862cd2&device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 1234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2089] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:40:46 2026] PUT /v2.0/routers/ed973c79-36a4-4ad2-8333-8865c6d92f4b/remove_router_interface => generated 310 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:40:48.003 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-63b83db9-25d1-4302-8ec2-0b026f82067c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:48.004 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-63b83db9-25d1-4302-8ec2-0b026f82067c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 92b28e7d-55a6-475b-850b-51b6ac05902f: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1067/2090] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:47 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2091] 199.204.45.227 () {34 vars in 1018 bytes} [Mon May 4 12:40:48 2026] GET /v2.0/networks?tenant_id=9d5151ff7b8c4a2da862286b5a862cd2&shared=False => generated 797 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:48.132 8 INFO neutron.db.ovn_revision_numbers_db [None req-63b83db9-25d1-4302-8ec2-0b026f82067c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7efb9ade-c4c0-4219-9b00-a50cf17cb1b7 (type: ports) to 1 2026-05-04 12:40:48.667 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-63b83db9-25d1-4302-8ec2-0b026f82067c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:48.669 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-63b83db9-25d1-4302-8ec2-0b026f82067c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 92b28e7d-55a6-475b-850b-51b6ac05902f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:48.953 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] No port found with ID 010af668-209b-4ae1-a6e6-7c66a784cf4a: RuntimeError: No port found with ID 010af668-209b-4ae1-a6e6-7c66a784cf4a 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] Unexpected exception in notify_loop: AttributeError: 'NoneType' object has no attribute 'external_ids' 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event Traceback (most recent call last): 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/event.py", line 185, in notify_loop 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event match.run(event, row, updates) 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/services/ovn_l3/ovsdb_monitor.py", line 86, in run 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event self.l3_plugin._ovn_client.link_network_ha_chassis_group( 2026-05-04 12:40:48.957 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 2426, in link_network_ha_chassis_group 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event hcg, _ = utils.sync_ha_chassis_group_network_unified( 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/ovn/utils.py", line 217, in wrapped 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event return f(*args, **kwargs) 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^ 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/ovn/utils.py", line 1341, in sync_ha_chassis_group_network_unified 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event physnet = ls.external_ids.get(constants.OVN_PHYSNET_EXT_ID_KEY) 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^ 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event AttributeError: 'NoneType' object has no attribute 'external_ids' 2026-05-04 12:40:48.957 7 ERROR ovsdbapp.event 2026-05-04 12:40:48.992 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] OVN reports status down for port: 5aab9cf3-f541-42fc-b05f-a302cdfd7c4d 2026-05-04 12:40:49.086 8 INFO neutron.common.ovn.utils [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] HA Chassis Group neutron-92b28e7d-55a6-475b-850b-51b6ac05902f synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:40:49.097 8 INFO neutron.db.ovn_revision_numbers_db [None req-63b83db9-25d1-4302-8ec2-0b026f82067c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7efb9ade-c4c0-4219-9b00-a50cf17cb1b7 (type: router_ports) to 1 [pid: 8|app: 0|req: 1024/2092] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:40:47 2026] PUT /v2.0/routers/a5862054-8b95-4c45-9c9a-d1b6b6797dec/add_router_interface => generated 310 bytes in 1469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2093] 199.204.45.227 () {34 vars in 930 bytes} [Mon May 4 12:40:49 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2094] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:49 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => 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: 1027/2095] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:49 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:49.222 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] OVN reports status down for port: 1cd1a526-9f62-4846-8985-cbad52c2ff3f 2026-05-04 12:40:49.437 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] OVN reports status down for port: 3403a332-9e6f-4ec9-bd86-03a4605966f7 2026-05-04 12:40:49.522 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff9282ab-96cb-4e18-a9a3-674636ac8a9c 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] TaaS: Handle Delete Port: 9b02a977-f2cc-44da-88f7-d2eb39857636 2026-05-04 12:40:49.534 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff9282ab-96cb-4e18-a9a3-674636ac8a9c 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Tap Mirror: Handle Delete Port: 9b02a977-f2cc-44da-88f7-d2eb39857636 2026-05-04 12:40:49.663 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] OVN reports status down for port: 7ce5e3e3-cb58-463c-a293-74ae2db151c7 2026-05-04 12:40:49.738 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c4734767-1f9b-4173-986d-c80f89a3f80b'] response: {'server_uuid': 'e287b054-6529-4ac6-be4d-bd014c1f9e4d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3403a332-9e6f-4ec9-bd86-03a4605966f7', 'code': 200} 2026-05-04 12:40:49.857 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] Logical_Switch_Port 7ce5e3e3-cb58-463c-a293-74ae2db151c7 host information not removed, the port state is up 2026-05-04 12:40:49.976 7 INFO neutron.common.ovn.utils [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] HA Chassis Group neutron-92b28e7d-55a6-475b-850b-51b6ac05902f synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:40:50.005 7 INFO neutron.db.ovn_revision_numbers_db [None req-98e50984-ecad-420d-ad53-287af2afe089 - - - - - -] Successfully bumped revision number for resource 7ce5e3e3-cb58-463c-a293-74ae2db151c7 (type: ports) to 4 2026-05-04 12:40:50.007 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] OVN reports status up for port: 7ce5e3e3-cb58-463c-a293-74ae2db151c7 2026-05-04 12:40:50.057 7 INFO neutron.plugins.ml2.plugin [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] Attempt 1 to provision port 7ce5e3e3-cb58-463c-a293-74ae2db151c7 [pid: 8|app: 0|req: 1030/2098] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:40:50 2026] GET /v2.0/ports?tenant_id=9d5151ff7b8c4a2da862286b5a862cd2&device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 1234 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2099] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:40:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3403a332-9e6f-4ec9-bd86-03a4605966f7 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2100] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:40:50 2026] GET /v2.0/subnets?id=4dadbba9-9a59-49dd-a4e5-a67fb3c8d80d => 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: 1033/2101] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:40:50 2026] GET /v2.0/ports?network_id=05d32a42-ebb1-47f5-9fff-5690c44c7797&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: 1034/2102] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:50 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => 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: 1035/2103] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:40:50 2026] GET /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2104] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:40:48 2026] DELETE /v2.0/routers/ed973c79-36a4-4ad2-8333-8865c6d92f4b => generated 0 bytes in 2327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:50.494 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ffc718f-d275-4264-b7ca-8dee45acd6d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7a976bc9-d0ba-415c-9552-68ff44a61c85 (type: security_groups) to 1 2026-05-04 12:40:50.519 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ffc718f-d275-4264-b7ca-8dee45acd6d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 00051945-bc76-4d02-9317-742b09770907 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1070/2105] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:50 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&fields=id&fields=name => generated 114 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:50.535 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ffc718f-d275-4264-b7ca-8dee45acd6d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 174c0e2d-30e5-4ad2-9267-c05ddbb17abe (type: security_group_rules) to 0 2026-05-04 12:40:50.547 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ffc718f-d275-4264-b7ca-8dee45acd6d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource df50a39d-0c39-4798-9102-0d7ec9ea02b8 (type: security_group_rules) to 0 2026-05-04 12:40:50.558 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ffc718f-d275-4264-b7ca-8dee45acd6d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource fd7c4054-95c5-462c-af5a-4e0a9fa2fc62 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1071/2106] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:40:50 2026] GET /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797?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) 2026-05-04 12:40:50.650 8 INFO neutron.db.segments_db [None req-2ffc718f-d275-4264-b7ca-8dee45acd6d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Added segment 28862f3f-4af5-49c2-abe3-014eb675cf20 of type geneve for network b1872ac0-17e9-402c-aad4-e6234a2f4367 2026-05-04 12:40:50.755 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ffc718f-d275-4264-b7ca-8dee45acd6d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource b1872ac0-17e9-402c-aad4-e6234a2f4367 (type: networks) to 1 2026-05-04 12:40:50.798 7 INFO neutron.db.ovn_revision_numbers_db [None req-98e50984-ecad-420d-ad53-287af2afe089 - - - - - -] Successfully bumped revision number for resource 7ce5e3e3-cb58-463c-a293-74ae2db151c7 (type: ports) to 5 [pid: 7|app: 0|req: 1072/2107] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:40:50 2026] DELETE /v2.0/subnets/c0b16121-2df3-498b-a552-54125a8ce9d5 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:40:50.901 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2ffc718f-d275-4264-b7ca-8dee45acd6d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:50.902 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2ffc718f-d275-4264-b7ca-8dee45acd6d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network b1872ac0-17e9-402c-aad4-e6234a2f4367: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:50.974 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ffc718f-d275-4264-b7ca-8dee45acd6d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0621b094-831f-421e-a0be-7f322d28ad9f (type: ports) to 1 [pid: 8|app: 0|req: 1036/2108] 10.0.0.165 () {34 vars in 671 bytes} [Mon May 4 12:40:50 2026] POST /v2.0/networks => generated 781 bytes in 641 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:51.082 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] OVN reports status down for port: 7efb9ade-c4c0-4219-9b00-a50cf17cb1b7 2026-05-04 12:40:51.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3a9ae07-1141-4c0d-a263-10c9128a2988 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] TaaS: Handle Delete Port: 88ce63c2-9022-4c7f-a572-75717c7f3aec 2026-05-04 12:40:51.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3a9ae07-1141-4c0d-a263-10c9128a2988 1980fc9b3ff147308c57024f7d60c959 82b05f307c5f40dfbbf6ab2a7102c87c - - default default] Tap Mirror: Handle Delete Port: 88ce63c2-9022-4c7f-a572-75717c7f3aec 2026-05-04 12:40:51.157 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2aeabf71-924c-4639-b661-f77d863e1bbb a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:51.158 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2aeabf71-924c-4639-b661-f77d863e1bbb a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network b1872ac0-17e9-402c-aad4-e6234a2f4367: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:51.183 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] Logical_Switch_Port 7efb9ade-c4c0-4219-9b00-a50cf17cb1b7 host information not removed, the port state is up 2026-05-04 12:40:51.184 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] OVN reports status up for port: 7efb9ade-c4c0-4219-9b00-a50cf17cb1b7 2026-05-04 12:40:51.209 7 INFO neutron.plugins.ml2.plugin [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] Attempt 1 to provision port 7efb9ade-c4c0-4219-9b00-a50cf17cb1b7 2026-05-04 12:40:51.356 7 INFO neutron.services.segments.plugin [-] Segment 2e314a0f-e669-4433-b4c1-4a7fcc00bbb2 resource provider aggregate not found 2026-05-04 12:40:51.367 7 INFO neutron.services.segments.plugin [-] Segment 2e314a0f-e669-4433-b4c1-4a7fcc00bbb2 resource provider aggregate not found 2026-05-04 12:40:51.390 7 INFO neutron.services.segments.plugin [-] Segment 2e314a0f-e669-4433-b4c1-4a7fcc00bbb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e314a0f-e669-4433-b4c1-4a7fcc00bbb2 found for delete ", "request_id": "req-3b7a543c-12a3-4dde-96b9-e9171a5eb6cb"}]} 2026-05-04 12:40:51.394 7 INFO neutron.services.segments.plugin [-] Segment 2e314a0f-e669-4433-b4c1-4a7fcc00bbb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e314a0f-e669-4433-b4c1-4a7fcc00bbb2 found for delete ", "request_id": "req-125a449e-6d29-428a-898d-39891b603ffd"}]} [pid: 7|app: 0|req: 1073/2109] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:40:50 2026] DELETE /v2.0/networks/3e4bb620-7842-4134-b04f-e470c8e8f62d => generated 0 bytes in 535 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:40:51.569 8 INFO neutron.db.ovn_revision_numbers_db [None req-2aeabf71-924c-4639-b661-f77d863e1bbb a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0621b094-831f-421e-a0be-7f322d28ad9f (type: ports) to 2 2026-05-04 12:40:51.593 8 INFO neutron.db.ovn_revision_numbers_db [None req-2aeabf71-924c-4639-b661-f77d863e1bbb a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 45bd4602-55db-4230-a371-a7218172be90 (type: subnets) to 0 [pid: 8|app: 0|req: 1037/2110] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:51 2026] POST /v2.0/subnets => generated 687 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2111] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:51 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 973 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:51.823 7 INFO neutron.db.ovn_revision_numbers_db [None req-94f5987a-dff5-4f4e-87c5-e6da465cf059 - - - - - -] Successfully bumped revision number for resource 7efb9ade-c4c0-4219-9b00-a50cf17cb1b7 (type: ports) to 2 [pid: 7|app: 0|req: 1075/2112] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:51 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:52.029 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fd2f8bcd-8d84-43b1-b052-37b424287169 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:52.030 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fd2f8bcd-8d84-43b1-b052-37b424287169 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:52.211 8 INFO neutron.db.ovn_revision_numbers_db [None req-fd2f8bcd-8d84-43b1-b052-37b424287169 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0cb9186b-f784-4534-a5fb-7e781af8e509 (type: ports) to 1 2026-05-04 12:40:52.216 7 WARNING neutron.db.securitygroups_db [None req-437825da-4934-4bd5-be11-e11a2c711ae2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1076/2113] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:52 2026] GET /v2.0/security-groups?tenant_id=82b05f307c5f40dfbbf6ab2a7102c87c&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2114] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:52 2026] DELETE /v2.0/security-groups/852b9b07-721b-454a-8a2a-7d65fc9cb413 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:40:52.539 7 WARNING neutron.db.securitygroups_db [None req-d632971b-8e37-456e-8010-70fc1f7825b3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:52.663 7 INFO neutron.db.ovn_revision_numbers_db [None req-d632971b-8e37-456e-8010-70fc1f7825b3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0b690c1d-53cb-4d18-bc27-de037f194cc7 (type: security_groups) to 1 2026-05-04 12:40:52.674 7 INFO neutron.db.ovn_revision_numbers_db [None req-d632971b-8e37-456e-8010-70fc1f7825b3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1cc21fef-c74e-43d6-b671-4780b36f4532 (type: security_group_rules) to 0 2026-05-04 12:40:52.682 7 INFO neutron.db.ovn_revision_numbers_db [None req-d632971b-8e37-456e-8010-70fc1f7825b3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9372a856-0119-4d98-acbc-ee59f62b07c3 (type: security_group_rules) to 0 2026-05-04 12:40:52.692 7 INFO neutron.db.ovn_revision_numbers_db [None req-d632971b-8e37-456e-8010-70fc1f7825b3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9fb238d5-7b60-4bc4-b42b-3daa914b74c3 (type: security_group_rules) to 0 2026-05-04 12:40:52.702 7 INFO neutron.db.ovn_revision_numbers_db [None req-d632971b-8e37-456e-8010-70fc1f7825b3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource cca4356a-bf6d-40b3-8d96-aa2c4a6d53fe (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1078/2115] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:40:52 2026] GET /v2.0/security-groups?tenant_id=51a24705bbb24990a5d8d9d56c070191&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:40:52.844 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-98e50984-ecad-420d-ad53-287af2afe089 - - - - - -] Router 4fdeee6e-571a-4531-b8bd-53ee8d1bc50e is bound to host instance 2026-05-04 12:40:52.866 8 INFO neutron.db.ovn_revision_numbers_db [None req-fd2f8bcd-8d84-43b1-b052-37b424287169 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0cb9186b-f784-4534-a5fb-7e781af8e509 (type: router_ports) to 1 2026-05-04 12:40:52.943 8 INFO neutron.db.ovn_revision_numbers_db [None req-fd2f8bcd-8d84-43b1-b052-37b424287169 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4fdeee6e-571a-4531-b8bd-53ee8d1bc50e (type: routers) to 2 [pid: 8|app: 0|req: 1038/2116] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:51 2026] POST /v2.0/routers => generated 986 bytes in 1345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2117] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:40:52 2026] DELETE /v2.0/security-groups/0b690c1d-53cb-4d18-bc27-de037f194cc7 => 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: 1039/2118] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:52 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2119] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:53 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:53.976 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5cef1a19-50f1-461d-9253-6fabbce8cf94 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:53.995 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5cef1a19-50f1-461d-9253-6fabbce8cf94 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network b1872ac0-17e9-402c-aad4-e6234a2f4367: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1041/2120] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:54 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2121] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:54 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:54.286 7 INFO neutron.db.ovn_revision_numbers_db [None req-5cef1a19-50f1-461d-9253-6fabbce8cf94 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7e2bf9ca-c199-4f53-b160-20fe84c66b78 (type: ports) to 1 2026-05-04 12:40:54.556 7 INFO neutron.db.ovn_revision_numbers_db [None req-62e565e1-7352-433f-8c59-4cfa0cdcc7f5 - - - - - -] Successfully bumped revision number for resource 0cb9186b-f784-4534-a5fb-7e781af8e509 (type: ports) to 4 2026-05-04 12:40:54.727 8 INFO neutron.db.ovn_revision_numbers_db [None req-79a0bb81-32f0-4bf9-ac2f-befd1e9eba30 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 3995b126-e4a4-4f93-b30b-49419cb98322 (type: security_groups) to 1 2026-05-04 12:40:54.739 8 INFO neutron.db.ovn_revision_numbers_db [None req-79a0bb81-32f0-4bf9-ac2f-befd1e9eba30 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 2624affd-5c68-4bdc-b2de-9a1409e72621 (type: security_group_rules) to 0 2026-05-04 12:40:54.749 8 INFO neutron.db.ovn_revision_numbers_db [None req-79a0bb81-32f0-4bf9-ac2f-befd1e9eba30 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 52095ed4-0886-4832-aff3-87b7631b0459 (type: security_group_rules) to 0 2026-05-04 12:40:54.760 8 INFO neutron.db.ovn_revision_numbers_db [None req-79a0bb81-32f0-4bf9-ac2f-befd1e9eba30 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 9a860876-80db-498e-bbb7-371e9c5dc58f (type: security_group_rules) to 0 2026-05-04 12:40:54.770 8 INFO neutron.db.ovn_revision_numbers_db [None req-79a0bb81-32f0-4bf9-ac2f-befd1e9eba30 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource feefaadb-c32d-42d5-8ff8-87c26ab8fab9 (type: security_group_rules) to 0 2026-05-04 12:40:54.844 8 INFO neutron.db.segments_db [None req-79a0bb81-32f0-4bf9-ac2f-befd1e9eba30 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Added segment bb79f0e3-2085-4e93-9e71-6c0d742779f3 of type geneve for network 3878c3b7-0e16-4a33-99b9-f40652911098 2026-05-04 12:40:54.959 8 INFO neutron.db.ovn_revision_numbers_db [None req-79a0bb81-32f0-4bf9-ac2f-befd1e9eba30 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 3878c3b7-0e16-4a33-99b9-f40652911098 (type: networks) to 1 2026-05-04 12:40:55.135 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-79a0bb81-32f0-4bf9-ac2f-befd1e9eba30 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:40:55.138 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-79a0bb81-32f0-4bf9-ac2f-befd1e9eba30 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 3878c3b7-0e16-4a33-99b9-f40652911098: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:55.216 8 INFO neutron.db.ovn_revision_numbers_db [None req-79a0bb81-32f0-4bf9-ac2f-befd1e9eba30 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource ddc3eddd-2b4a-4a70-bf29-26c30f81038a (type: ports) to 1 [pid: 8|app: 0|req: 1043/2122] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:40:54 2026] POST /v2.0/networks => generated 678 bytes in 783 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:55.361 7 INFO neutron.db.ovn_revision_numbers_db [None req-62e565e1-7352-433f-8c59-4cfa0cdcc7f5 - - - - - -] Successfully bumped revision number for resource 0cb9186b-f784-4534-a5fb-7e781af8e509 (type: ports) to 5 2026-05-04 12:40:55.418 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d36ea428-0ef0-48f0-996c-533e993b85cc 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:40:55.419 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d36ea428-0ef0-48f0-996c-533e993b85cc 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 3878c3b7-0e16-4a33-99b9-f40652911098: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:55.531 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5cef1a19-50f1-461d-9253-6fabbce8cf94 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:40:55.532 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5cef1a19-50f1-461d-9253-6fabbce8cf94 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network b1872ac0-17e9-402c-aad4-e6234a2f4367: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:55.802 8 INFO neutron.db.ovn_revision_numbers_db [None req-d36ea428-0ef0-48f0-996c-533e993b85cc 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource ddc3eddd-2b4a-4a70-bf29-26c30f81038a (type: ports) to 2 2026-05-04 12:40:55.825 8 INFO neutron.db.ovn_revision_numbers_db [None req-d36ea428-0ef0-48f0-996c-533e993b85cc 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource e6f9e01f-ba50-45ad-8de9-5522e7522be5 (type: subnets) to 0 [pid: 8|app: 0|req: 1044/2123] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:55 2026] POST /v2.0/subnets => generated 657 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2124] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:55 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2125] 10.0.0.165 () {32 vars in 722 bytes} [Mon May 4 12:40:55 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => 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: 1047/2126] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:55 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:56.059 7 INFO neutron.db.ovn_revision_numbers_db [None req-5cef1a19-50f1-461d-9253-6fabbce8cf94 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7e2bf9ca-c199-4f53-b160-20fe84c66b78 (type: router_ports) to 1 2026-05-04 12:40:56.062 8 INFO neutron.common.ovn.utils [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] HA Chassis Group neutron-b1872ac0-17e9-402c-aad4-e6234a2f4367 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c [pid: 7|app: 0|req: 1080/2127] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:40:53 2026] PUT /v2.0/routers/4fdeee6e-571a-4531-b8bd-53ee8d1bc50e/add_router_interface => generated 310 bytes in 3062 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:56.202 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d64f1fda-f434-4d32-9615-aa12e1407d25 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:40:56.203 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d64f1fda-f434-4d32-9615-aa12e1407d25 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 3878c3b7-0e16-4a33-99b9-f40652911098: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:56.244 8 INFO neutron.db.ovn_revision_numbers_db [None req-d64f1fda-f434-4d32-9615-aa12e1407d25 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource f2232fd2-b3d7-43d7-849c-728fd1db5c5e (type: subnets) to 0 [pid: 8|app: 0|req: 1048/2128] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:55 2026] POST /v2.0/subnets => generated 731 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:56.360 7 INFO neutron.db.segments_db [None req-b2891e73-b3df-413d-a620-1f4df07a6b94 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Added segment a8e4e324-9ca4-46f9-93a6-a3664681443b of type geneve for network 738b3cc8-06f4-4a24-a982-e2abf7076560 2026-05-04 12:40:56.465 7 INFO neutron.db.ovn_revision_numbers_db [None req-b2891e73-b3df-413d-a620-1f4df07a6b94 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 738b3cc8-06f4-4a24-a982-e2abf7076560 (type: networks) to 1 2026-05-04 12:40:56.620 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b2891e73-b3df-413d-a620-1f4df07a6b94 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:40:56.621 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b2891e73-b3df-413d-a620-1f4df07a6b94 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 738b3cc8-06f4-4a24-a982-e2abf7076560: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:56.709 7 INFO neutron.db.ovn_revision_numbers_db [None req-b2891e73-b3df-413d-a620-1f4df07a6b94 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 7afbe5d9-e47b-44f5-9686-1fddf58fa618 (type: ports) to 1 [pid: 7|app: 0|req: 1081/2129] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:40:56 2026] POST /v2.0/networks => generated 675 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:56.763 8 INFO neutron.db.ovn_revision_numbers_db [None req-678aca40-c751-439e-897f-c7e7f5ec25e1 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource ce4f4505-c541-4700-b59b-272341cab0fb (type: security_groups) to 1 2026-05-04 12:40:56.774 8 INFO neutron.db.ovn_revision_numbers_db [None req-678aca40-c751-439e-897f-c7e7f5ec25e1 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource 21bf3ec0-0103-45a0-8962-f0a11daa63db (type: security_group_rules) to 0 2026-05-04 12:40:56.785 8 INFO neutron.db.ovn_revision_numbers_db [None req-678aca40-c751-439e-897f-c7e7f5ec25e1 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource 49946811-394a-491d-a46f-74787b0420a5 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1049/2130] 10.0.0.165 () {34 vars in 685 bytes} [Mon May 4 12:40:56 2026] POST /v2.0/security-groups => generated 1675 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:40:56.934 8 INFO neutron.db.ovn_revision_numbers_db [None req-22ffc561-86a9-4c65-822d-35193cfb1f33 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource fa55be0f-cf74-4f3f-9ce9-0c60908969d8 (type: security_group_rules) to 0 2026-05-04 12:40:56.943 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-74c5a529-3c82-4490-aeb4-5a2afecf9ac0 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:40:56.944 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-74c5a529-3c82-4490-aeb4-5a2afecf9ac0 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 738b3cc8-06f4-4a24-a982-e2abf7076560: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1050/2131] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:57.058 8 INFO neutron.db.ovn_revision_numbers_db [None req-54149a5a-497b-484b-addb-51627a1e6b1e e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource 4d695b35-e790-41da-8f67-9f661bc6c6d4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1051/2132] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:56 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2133] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:57 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:57.216 8 INFO neutron.db.ovn_revision_numbers_db [None req-5134ac2d-1132-4856-b69d-02f60113dd7d e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource 880076df-1c43-40eb-8600-55a96320c310 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1053/2134] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2135] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:57 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:57.396 7 INFO neutron.db.ovn_revision_numbers_db [None req-74c5a529-3c82-4490-aeb4-5a2afecf9ac0 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 7afbe5d9-e47b-44f5-9686-1fddf58fa618 (type: ports) to 2 2026-05-04 12:40:57.404 8 INFO neutron.db.ovn_revision_numbers_db [None req-daa4238b-b2f9-43a8-9d97-4b239deefdb8 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource c496b5d3-8ce7-4510-815a-2cd0c10f9ae6 (type: security_group_rules) to 0 2026-05-04 12:40:57.416 7 INFO neutron.db.ovn_revision_numbers_db [None req-74c5a529-3c82-4490-aeb4-5a2afecf9ac0 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource eac3f553-4c5a-464f-8e96-1b62b9e2e440 (type: subnets) to 0 [pid: 7|app: 0|req: 1082/2136] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:56 2026] POST /v2.0/subnets => generated 656 bytes in 689 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2137] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:57.477 8 INFO neutron.db.securitygroups_db [None req-13e27a32-1083-4bbb-8507-11cf482ee3a1 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Project c48d716a1fae4299a1f31f23fa0de91a added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-04 12:40:57.552 8 INFO neutron.db.ovn_revision_numbers_db [None req-13e27a32-1083-4bbb-8507-11cf482ee3a1 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource 942989a8-61ca-4ba0-a68c-89d7d4f3af3d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1056/2138] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:57.591 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-330b3d71-ae32-403e-a4ba-b18c3868983e - - - - - -] No hosting information found for port 7efb9ade-c4c0-4219-9b00-a50cf17cb1b7: RuntimeError: No hosting information found for port 7efb9ade-c4c0-4219-9b00-a50cf17cb1b7 2026-05-04 12:40:57.604 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c9add551-bf5c-42df-a3ca-24c6ede6781b 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:40:57.606 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c9add551-bf5c-42df-a3ca-24c6ede6781b 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 738b3cc8-06f4-4a24-a982-e2abf7076560: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:57.620 8 INFO neutron.db.securitygroups_db [None req-3272adb7-e542-4897-b4e6-d15984285777 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Project c48d716a1fae4299a1f31f23fa0de91a added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-04 12:40:57.643 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9add551-bf5c-42df-a3ca-24c6ede6781b 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 59e1f920-ea33-4f48-bb22-62c221c2889a (type: subnets) to 0 [pid: 7|app: 0|req: 1083/2139] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:57 2026] POST /v2.0/subnets => generated 725 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:57.702 7 INFO neutron.db.ovn_revision_numbers_db [None req-330b3d71-ae32-403e-a4ba-b18c3868983e - - - - - -] Successfully bumped revision number for resource 7efb9ade-c4c0-4219-9b00-a50cf17cb1b7 (type: router_ports) to 2 2026-05-04 12:40:57.703 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-330b3d71-ae32-403e-a4ba-b18c3868983e - - - - - -] OVN reports status down for port: 0621b094-831f-421e-a0be-7f322d28ad9f 2026-05-04 12:40:57.720 8 INFO neutron.db.ovn_revision_numbers_db [None req-3272adb7-e542-4897-b4e6-d15984285777 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource a6d7035e-0fbb-4205-940d-cddd5d0ff9f0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1057/2140] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:57 2026] POST /v2.0/security-group-rules => generated 606 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:57.828 7 INFO neutron.db.segments_db [None req-f5236b76-63f9-475e-8145-3b78e251abf5 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Added segment 43c353bb-0767-4f25-8d5b-b68e309cc662 of type geneve for network 2be658e9-5a52-43de-b0c8-0b37915c5949 2026-05-04 12:40:57.869 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-330b3d71-ae32-403e-a4ba-b18c3868983e - - - - - -] OVN reports status down for port: 0cb9186b-f784-4534-a5fb-7e781af8e509 2026-05-04 12:40:58.034 7 INFO neutron.db.ovn_revision_numbers_db [None req-f5236b76-63f9-475e-8145-3b78e251abf5 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 2be658e9-5a52-43de-b0c8-0b37915c5949 (type: networks) to 1 2026-05-04 12:40:58.208 8 INFO neutron.db.ovn_revision_numbers_db [None req-adc7f0ec-624f-44cb-97c5-a9b0e72f4888 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource 7f42fbc5-4179-43e4-b7e6-2070a5e09dfa (type: security_groups) to 1 2026-05-04 12:40:58.220 8 INFO neutron.db.ovn_revision_numbers_db [None req-adc7f0ec-624f-44cb-97c5-a9b0e72f4888 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource 71e76d3d-95b6-4aa1-93ed-ef192ffa6d8a (type: security_group_rules) to 0 2026-05-04 12:40:58.229 8 INFO neutron.db.ovn_revision_numbers_db [None req-adc7f0ec-624f-44cb-97c5-a9b0e72f4888 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource bb43f796-ed23-42e3-b6de-57d340903080 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1058/2141] 10.0.0.165 () {34 vars in 685 bytes} [Mon May 4 12:40:58 2026] POST /v2.0/security-groups => generated 1660 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:40:58.323 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f5236b76-63f9-475e-8145-3b78e251abf5 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:40:58.326 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f5236b76-63f9-475e-8145-3b78e251abf5 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 2be658e9-5a52-43de-b0c8-0b37915c5949: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:58.361 8 INFO neutron.db.ovn_revision_numbers_db [None req-83c892e8-3df7-4a3b-9f1f-b30e6edad9b9 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource bf48b2b6-f9ca-4834-aaf8-0896095abd4e (type: security_group_rules) to 0 2026-05-04 12:40:58.419 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] OVN reports status down for port: dc3eeec7-a9c1-4f8b-8687-4ce8d156932f [pid: 8|app: 0|req: 1059/2142] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:58.437 7 INFO neutron.db.ovn_revision_numbers_db [None req-330b3d71-ae32-403e-a4ba-b18c3868983e - - - - - -] Successfully bumped revision number for resource 0cb9186b-f784-4534-a5fb-7e781af8e509 (type: ports) to 6 2026-05-04 12:40:58.450 7 INFO neutron.db.ovn_revision_numbers_db [None req-f5236b76-63f9-475e-8145-3b78e251abf5 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource dc3eeec7-a9c1-4f8b-8687-4ce8d156932f (type: ports) to 1 [pid: 7|app: 0|req: 1084/2143] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:40:57 2026] POST /v2.0/networks => generated 674 bytes in 802 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:58.544 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-97e566c7-6c8b-4b5d-937b-5cefff4232c3 - - - - - -] Logical_Switch_Port 0cb9186b-f784-4534-a5fb-7e781af8e509 host information not removed, the port state is up [pid: 8|app: 0|req: 1060/2144] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:58 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 973 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:58.591 7 INFO neutron.common.ovn.utils [None req-97e566c7-6c8b-4b5d-937b-5cefff4232c3 - - - - - -] HA Chassis Group neutron-b1872ac0-17e9-402c-aad4-e6234a2f4367 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:40:58.596 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-97e566c7-6c8b-4b5d-937b-5cefff4232c3 - - - - - -] OVN reports status up for port: 0cb9186b-f784-4534-a5fb-7e781af8e509 2026-05-04 12:40:58.618 7 INFO neutron.plugins.ml2.plugin [None req-97e566c7-6c8b-4b5d-937b-5cefff4232c3 - - - - - -] Attempt 1 to provision port 0cb9186b-f784-4534-a5fb-7e781af8e509 2026-05-04 12:40:58.688 7 INFO neutron.db.ovn_revision_numbers_db [None req-228c8e64-eda8-44bf-88a4-8e5bd5fefc24 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource 08a513b0-67a7-437b-80a6-ea6bbfbba6e3 (type: security_group_rules) to 0 2026-05-04 12:40:58.729 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-00d437b2-b645-439d-9fbc-65329f4acd59 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:40:58.731 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-00d437b2-b645-439d-9fbc-65329f4acd59 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 2be658e9-5a52-43de-b0c8-0b37915c5949: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1085/2145] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:40:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2146] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:40:58 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:40:59.180 8 INFO neutron.db.ovn_revision_numbers_db [None req-00d437b2-b645-439d-9fbc-65329f4acd59 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource dc3eeec7-a9c1-4f8b-8687-4ce8d156932f (type: ports) to 2 2026-05-04 12:40:59.196 7 INFO neutron.db.ovn_revision_numbers_db [None req-97e566c7-6c8b-4b5d-937b-5cefff4232c3 - - - - - -] Successfully bumped revision number for resource 0cb9186b-f784-4534-a5fb-7e781af8e509 (type: ports) to 7 2026-05-04 12:40:59.212 8 INFO neutron.db.ovn_revision_numbers_db [None req-00d437b2-b645-439d-9fbc-65329f4acd59 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource b3b0f9f0-4dfb-45e4-93e2-7320d969e8a6 (type: subnets) to 0 2026-05-04 12:40:59.231 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8eb3e673-b99b-4aae-b420-0159d1441576 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] No more DHCP agents [pid: 8|app: 0|req: 1061/2147] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:58 2026] POST /v2.0/subnets => generated 655 bytes in 684 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:59.234 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8eb3e673-b99b-4aae-b420-0159d1441576 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:59.336 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d3048857-9704-4daf-a4cf-3ede5a2f5508 - - - - - -] OVN reports status up for port: 3403a332-9e6f-4ec9-bd86-03a4605966f7 2026-05-04 12:40:59.352 7 INFO neutron.plugins.ml2.plugin [None req-d3048857-9704-4daf-a4cf-3ede5a2f5508 - - - - - -] Attempt 1 to provision port 3403a332-9e6f-4ec9-bd86-03a4605966f7 2026-05-04 12:40:59.420 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-402bc018-14ee-4613-9cae-8a55263e6b6d 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:40:59.421 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-402bc018-14ee-4613-9cae-8a55263e6b6d 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 2be658e9-5a52-43de-b0c8-0b37915c5949: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:40:59.444 8 INFO neutron.db.ovn_revision_numbers_db [None req-402bc018-14ee-4613-9cae-8a55263e6b6d 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 71600aa7-014d-4a75-82a2-3c99470f8c97 (type: subnets) to 0 [pid: 8|app: 0|req: 1062/2148] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:59 2026] POST /v2.0/subnets => generated 729 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:59.551 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-17205b94-a3ee-4398-baa4-2604b4583a04'] response: {'server_uuid': 'e287b054-6529-4ac6-be4d-bd014c1f9e4d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3403a332-9e6f-4ec9-bd86-03a4605966f7', 'code': 200} [pid: 7|app: 0|req: 1087/2149] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:40:58 2026] POST /v2.0/floatingips => generated 552 bytes in 882 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:40:59.748 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3048857-9704-4daf-a4cf-3ede5a2f5508 - - - - - -] Successfully bumped revision number for resource 3403a332-9e6f-4ec9-bd86-03a4605966f7 (type: ports) to 5 2026-05-04 12:40:59.794 7 WARNING neutron.db.securitygroups_db [req-e5102c4d-da5d-40b3-9fa0-83c7ab33b6ba req-d3cfb061-d88c-4d33-a131-731481ee5b73 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1088/2150] 10.0.0.25 () {34 vars in 1099 bytes} [Mon May 4 12:40:59 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1086414094&fields=id&tenant_id=c48d716a1fae4299a1f31f23fa0de91a => generated 69 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:40:59.872 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6a596abb-9c68-40c5-b6c1-4b3e103eca5b - - - - - -] OVN reports status down for port: 7e2bf9ca-c199-4f53-b160-20fe84c66b78 2026-05-04 12:40:59.875 7 WARNING neutron.db.securitygroups_db [req-e5102c4d-da5d-40b3-9fa0-83c7ab33b6ba req-598161e2-f842-427c-bf29-481726a81a16 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:40:59.892 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-130f783b-423f-4e2b-a869-65ae747079a2 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:40:59.893 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-130f783b-423f-4e2b-a869-65ae747079a2 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1089/2151] 10.0.0.25 () {34 vars in 1097 bytes} [Mon May 4 12:40:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--937878292&fields=id&tenant_id=c48d716a1fae4299a1f31f23fa0de91a => generated 69 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:00.001 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] OVN reports status down for port: 5732f309-5a8c-423d-99d1-469b6aac339f 2026-05-04 12:41:00.003 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-6a596abb-9c68-40c5-b6c1-4b3e103eca5b - - - - - -] Logical_Switch_Port 7e2bf9ca-c199-4f53-b160-20fe84c66b78 host information not removed, the port state is up 2026-05-04 12:41:00.004 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6a596abb-9c68-40c5-b6c1-4b3e103eca5b - - - - - -] OVN reports status down for port: ddc3eddd-2b4a-4a70-bf29-26c30f81038a 2026-05-04 12:41:00.066 8 INFO neutron.db.ovn_revision_numbers_db [None req-130f783b-423f-4e2b-a869-65ae747079a2 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 5732f309-5a8c-423d-99d1-469b6aac339f (type: ports) to 1 [pid: 7|app: 0|req: 1090/2152] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:40:59 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 975 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:00.126 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6a596abb-9c68-40c5-b6c1-4b3e103eca5b - - - - - -] OVN reports status up for port: 7e2bf9ca-c199-4f53-b160-20fe84c66b78 [pid: 7|app: 0|req: 1091/2153] 10.0.0.25 () {34 vars in 981 bytes} [Mon May 4 12:41:00 2026] GET /v2.0/networks?id=92b28e7d-55a6-475b-850b-51b6ac05902f => generated 709 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:00.150 7 INFO neutron.plugins.ml2.plugin [None req-6a596abb-9c68-40c5-b6c1-4b3e103eca5b - - - - - -] Attempt 1 to provision port 7e2bf9ca-c199-4f53-b160-20fe84c66b78 [pid: 7|app: 0|req: 1092/2154] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:00 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2155] 10.0.0.25 () {34 vars in 964 bytes} [Mon May 4 12:41:00 2026] GET /v2.0/quotas/c48d716a1fae4299a1f31f23fa0de91a => 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: 1094/2156] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:41:00 2026] GET /v2.0/ports?tenant_id=c48d716a1fae4299a1f31f23fa0de91a&fields=id => generated 103 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2157] 10.0.0.25 () {34 vars in 1007 bytes} [Mon May 4 12:41:00 2026] GET /v2.0/networks/92b28e7d-55a6-475b-850b-51b6ac05902f?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2158] 10.0.0.25 () {34 vars in 1107 bytes} [Mon May 4 12:41:00 2026] GET /v2.0/networks/92b28e7d-55a6-475b-850b-51b6ac05902f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2159] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:00 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:00.660 7 INFO neutron.db.ovn_revision_numbers_db [None req-6a596abb-9c68-40c5-b6c1-4b3e103eca5b - - - - - -] Successfully bumped revision number for resource 7e2bf9ca-c199-4f53-b160-20fe84c66b78 (type: ports) to 2 2026-05-04 12:41:00.763 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-62e565e1-7352-433f-8c59-4cfa0cdcc7f5 - - - - - -] Router 947d6bd1-6932-44ca-b5b6-8aadaf2804c5 is bound to host instance 2026-05-04 12:41:00.765 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] OVN reports status up for port: 5732f309-5a8c-423d-99d1-469b6aac339f 2026-05-04 12:41:00.792 8 INFO neutron.plugins.ml2.plugin [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] Attempt 1 to provision port 5732f309-5a8c-423d-99d1-469b6aac339f 2026-05-04 12:41:00.834 8 INFO neutron.db.ovn_revision_numbers_db [None req-130f783b-423f-4e2b-a869-65ae747079a2 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 5732f309-5a8c-423d-99d1-469b6aac339f (type: router_ports) to 1 2026-05-04 12:41:00.930 8 INFO neutron.db.ovn_revision_numbers_db [None req-130f783b-423f-4e2b-a869-65ae747079a2 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 947d6bd1-6932-44ca-b5b6-8aadaf2804c5 (type: routers) to 2 [pid: 8|app: 0|req: 1063/2160] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:40:59 2026] POST /v2.0/routers => generated 966 bytes in 1480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2161] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:01 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2162] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:01 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2163] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:01 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2164] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:01 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&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: 1068/2165] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:41:01 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 1236 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:01.612 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1eb82209-29de-4ea4-afef-76dbb6d523b7'] response: {'server_uuid': 'e287b054-6529-4ac6-be4d-bd014c1f9e4d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '3403a332-9e6f-4ec9-bd86-03a4605966f7', 'code': 200} 2026-05-04 12:41:01.851 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bde8f8eb-5407-41a1-b6b7-091d0316f9eb 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:41:01.854 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bde8f8eb-5407-41a1-b6b7-091d0316f9eb 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 3878c3b7-0e16-4a33-99b9-f40652911098: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:01.966 8 INFO neutron.db.ovn_revision_numbers_db [None req-14526e99-86f5-46b5-8a3b-d747f5d96ee1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 3b5e9bc5-3301-47da-8dd2-aa0b17d9e592 (type: floatingips) to 4 2026-05-04 12:41:02.067 7 INFO neutron.db.ovn_revision_numbers_db [None req-72c7e36c-6462-4d07-bc49-a5de646490c5 - - - - - -] Successfully bumped revision number for resource 5732f309-5a8c-423d-99d1-469b6aac339f (type: ports) to 4 2026-05-04 12:41:02.137 8 INFO neutron.db.ovn_revision_numbers_db [None req-14526e99-86f5-46b5-8a3b-d747f5d96ee1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Successfully bumped revision number for resource 3b5e9bc5-3301-47da-8dd2-aa0b17d9e592 (type: floatingips) to 5 2026-05-04 12:41:02.138 8 INFO neutron.db.l3_db [None req-14526e99-86f5-46b5-8a3b-d747f5d96ee1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Floating IP 3b5e9bc5-3301-47da-8dd2-aa0b17d9e592 associated. External IP: 10.96.250.217, port: 3403a332-9e6f-4ec9-bd86-03a4605966f7. 2026-05-04 12:41:02.156 7 INFO neutron.db.ovn_revision_numbers_db [None req-bde8f8eb-5407-41a1-b6b7-091d0316f9eb 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource fc1b7951-ab0b-42e6-b715-7550c9610b5e (type: ports) to 1 [pid: 8|app: 0|req: 1069/2166] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:41:01 2026] PUT /v2.0/floatingips/3b5e9bc5-3301-47da-8dd2-aa0b17d9e592 => generated 856 bytes in 693 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2167] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:02 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:02.275 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b5c1be9-688f-4627-bc1c-41e12727b8c1'] response: {'name': 'network-changed', 'server_uuid': 'e287b054-6529-4ac6-be4d-bd014c1f9e4d', 'tag': '3403a332-9e6f-4ec9-bd86-03a4605966f7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1071/2168] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:41:02 2026] GET /v2.0/floatingips/3b5e9bc5-3301-47da-8dd2-aa0b17d9e592 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:02.714 7 INFO neutron.db.ovn_revision_numbers_db [None req-72c7e36c-6462-4d07-bc49-a5de646490c5 - - - - - -] Successfully bumped revision number for resource 5732f309-5a8c-423d-99d1-469b6aac339f (type: ports) to 5 [pid: 8|app: 0|req: 1072/2169] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:41:02 2026] GET /v2.0/ports?tenant_id=9d5151ff7b8c4a2da862286b5a862cd2&device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 1236 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2170] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:41:02 2026] GET /v2.0/networks?id=05d32a42-ebb1-47f5-9fff-5690c44c7797 => generated 797 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2171] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:41:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3403a332-9e6f-4ec9-bd86-03a4605966f7 => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2172] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:41:02 2026] GET /v2.0/subnets?id=4dadbba9-9a59-49dd-a4e5-a67fb3c8d80d => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2173] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:41:02 2026] GET /v2.0/ports?network_id=05d32a42-ebb1-47f5-9fff-5690c44c7797&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: 1077/2174] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:41:03 2026] GET /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2175] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:41:03 2026] GET /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797?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-05-04 12:41:03.223 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bde8f8eb-5407-41a1-b6b7-091d0316f9eb 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:41:03.224 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bde8f8eb-5407-41a1-b6b7-091d0316f9eb 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 3878c3b7-0e16-4a33-99b9-f40652911098: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1079/2176] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:03 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:03.621 7 INFO neutron.db.ovn_revision_numbers_db [None req-bde8f8eb-5407-41a1-b6b7-091d0316f9eb 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource fc1b7951-ab0b-42e6-b715-7550c9610b5e (type: router_ports) to 1 [pid: 7|app: 0|req: 1098/2177] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:41:00 2026] PUT /v2.0/routers/947d6bd1-6932-44ca-b5b6-8aadaf2804c5/add_router_interface => generated 310 bytes in 2678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:04.132 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d7dd9992-1f8b-499f-8139-3d1c2f0503b0 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:41:04.133 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d7dd9992-1f8b-499f-8139-3d1c2f0503b0 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 738b3cc8-06f4-4a24-a982-e2abf7076560: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:04.268 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] OVN reports status down for port: 0461018c-ce8e-43c6-866b-a8ebda892035 2026-05-04 12:41:04.338 8 INFO neutron.db.ovn_revision_numbers_db [None req-d7dd9992-1f8b-499f-8139-3d1c2f0503b0 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 0461018c-ce8e-43c6-866b-a8ebda892035 (type: ports) to 1 [pid: 7|app: 0|req: 1099/2178] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:04 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => 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: 1100/2179] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:41:04 2026] GET /v2.0/networks?id=92b28e7d-55a6-475b-850b-51b6ac05902f => generated 709 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:04.918 7 WARNING neutron.db.securitygroups_db [req-e5102c4d-da5d-40b3-9fa0-83c7ab33b6ba req-ef09ca38-dbc4-4485-8766-900b750f265b e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1101/2180] 199.204.45.227 () {34 vars in 1050 bytes} [Mon May 4 12:41:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c48d716a1fae4299a1f31f23fa0de91a => generated 273 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:05.017 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] OVN reports status up for port: 0461018c-ce8e-43c6-866b-a8ebda892035 2026-05-04 12:41:05.040 8 INFO neutron.plugins.ml2.plugin [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] Attempt 1 to provision port 0461018c-ce8e-43c6-866b-a8ebda892035 2026-05-04 12:41:05.148 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d7dd9992-1f8b-499f-8139-3d1c2f0503b0 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:41:05.150 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d7dd9992-1f8b-499f-8139-3d1c2f0503b0 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 738b3cc8-06f4-4a24-a982-e2abf7076560: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:05.211 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-e5102c4d-da5d-40b3-9fa0-83c7ab33b6ba req-9dff44ac-00ea-45b1-893c-21070a6179cf e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] No more DHCP agents 2026-05-04 12:41:05.212 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-e5102c4d-da5d-40b3-9fa0-83c7ab33b6ba req-9dff44ac-00ea-45b1-893c-21070a6179cf e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Unable to schedule network 92b28e7d-55a6-475b-850b-51b6ac05902f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:05.352 7 INFO neutron.db.ovn_revision_numbers_db [req-e5102c4d-da5d-40b3-9fa0-83c7ab33b6ba req-9dff44ac-00ea-45b1-893c-21070a6179cf e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource 7f576de4-44d4-4441-8ac8-6c5242d90e9f (type: ports) to 1 [pid: 7|app: 0|req: 1102/2181] 199.204.45.227 () {38 vars in 955 bytes} [Mon May 4 12:41:04 2026] POST /v2.0/ports => generated 993 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:41:05.698 8 INFO neutron.db.ovn_revision_numbers_db [None req-63b58ff9-423d-43a3-803a-339b20e06e12 - - - - - -] Successfully bumped revision number for resource 0461018c-ce8e-43c6-866b-a8ebda892035 (type: ports) to 2 2026-05-04 12:41:05.792 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-af3839f2-58a0-4f05-87df-1458f5c65d65 - - - - - -] No hosting information found for port 7e2bf9ca-c199-4f53-b160-20fe84c66b78: RuntimeError: No hosting information found for port 7e2bf9ca-c199-4f53-b160-20fe84c66b78 2026-05-04 12:41:05.875 7 INFO neutron.db.ovn_revision_numbers_db [req-e5102c4d-da5d-40b3-9fa0-83c7ab33b6ba req-0c2f2f2d-fd13-4914-baf0-a6f53bb83772 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 7f576de4-44d4-4441-8ac8-6c5242d90e9f (type: ports) to 2 2026-05-04 12:41:05.930 7 INFO neutron.db.ovn_revision_numbers_db [None req-af3839f2-58a0-4f05-87df-1458f5c65d65 - - - - - -] Successfully bumped revision number for resource 7e2bf9ca-c199-4f53-b160-20fe84c66b78 (type: router_ports) to 2 2026-05-04 12:41:05.930 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-af3839f2-58a0-4f05-87df-1458f5c65d65 - - - - - -] OVN reports status down for port: 7afbe5d9-e47b-44f5-9686-1fddf58fa618 2026-05-04 12:41:05.943 8 INFO neutron.db.ovn_revision_numbers_db [None req-d7dd9992-1f8b-499f-8139-3d1c2f0503b0 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 0461018c-ce8e-43c6-866b-a8ebda892035 (type: router_ports) to 1 [pid: 8|app: 0|req: 1080/2184] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:41:03 2026] PUT /v2.0/routers/947d6bd1-6932-44ca-b5b6-8aadaf2804c5/add_router_interface => generated 310 bytes in 2314 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2185] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:05 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1008 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:06.213 7 INFO neutron.common.ovn.utils [None req-af3839f2-58a0-4f05-87df-1458f5c65d65 - - - - - -] HA Chassis Group neutron-3878c3b7-0e16-4a33-99b9-f40652911098 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:41:06.256 7 INFO neutron.db.ovn_revision_numbers_db [req-e5102c4d-da5d-40b3-9fa0-83c7ab33b6ba req-0c2f2f2d-fd13-4914-baf0-a6f53bb83772 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 7f576de4-44d4-4441-8ac8-6c5242d90e9f (type: ports) to 4 2026-05-04 12:41:06.309 7 INFO neutron.common.ovn.utils [None req-af3839f2-58a0-4f05-87df-1458f5c65d65 - - - - - -] HA Chassis Group neutron-738b3cc8-06f4-4a24-a982-e2abf7076560 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c [pid: 7|app: 0|req: 1105/2186] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:41:05 2026] PUT /v2.0/ports/7f576de4-44d4-4441-8ac8-6c5242d90e9f => generated 1266 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:41:06.371 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f49a41ab-c144-417e-bbec-8393118a5921'] response: {'name': 'network-changed', 'server_uuid': '3e5116ed-651a-45e6-a5b0-3231afca6902', 'tag': '7f576de4-44d4-4441-8ac8-6c5242d90e9f', 'status': 'completed', 'code': 200} 2026-05-04 12:41:06.388 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-af3839f2-58a0-4f05-87df-1458f5c65d65 - - - - - -] OVN reports status down for port: fc1b7951-ab0b-42e6-b715-7550c9610b5e [pid: 7|app: 0|req: 1106/2187] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:06 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:06.455 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-af3839f2-58a0-4f05-87df-1458f5c65d65 - - - - - -] Logical_Switch_Port fc1b7951-ab0b-42e6-b715-7550c9610b5e host information not removed, the port state is up 2026-05-04 12:41:06.455 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-af3839f2-58a0-4f05-87df-1458f5c65d65 - - - - - -] OVN reports status up for port: fc1b7951-ab0b-42e6-b715-7550c9610b5e 2026-05-04 12:41:06.465 7 INFO neutron.plugins.ml2.plugin [None req-af3839f2-58a0-4f05-87df-1458f5c65d65 - - - - - -] Attempt 1 to provision port fc1b7951-ab0b-42e6-b715-7550c9610b5e 2026-05-04 12:41:06.511 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-10f240f1-4ebd-4c99-af47-8ce3a2b98aa8 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:41:06.512 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-10f240f1-4ebd-4c99-af47-8ce3a2b98aa8 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 2be658e9-5a52-43de-b0c8-0b37915c5949: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:06.687 8 INFO neutron.db.ovn_revision_numbers_db [None req-10f240f1-4ebd-4c99-af47-8ce3a2b98aa8 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 1fd4ae7c-fdbe-4653-b3e8-70297ce5fcc0 (type: ports) to 1 2026-05-04 12:41:06.802 7 INFO neutron.db.ovn_revision_numbers_db [None req-af3839f2-58a0-4f05-87df-1458f5c65d65 - - - - - -] Successfully bumped revision number for resource fc1b7951-ab0b-42e6-b715-7550c9610b5e (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: 1107/2188] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:41:06 2026] GET /v2.0/ports?tenant_id=c48d716a1fae4299a1f31f23fa0de91a&device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1269 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2189] 199.204.45.227 () {34 vars in 1018 bytes} [Mon May 4 12:41:06 2026] GET /v2.0/networks?tenant_id=c48d716a1fae4299a1f31f23fa0de91a&shared=False => generated 808 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2190] 199.204.45.227 () {34 vars in 930 bytes} [Mon May 4 12:41:06 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2191] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:07 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:07.543 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-10f240f1-4ebd-4c99-af47-8ce3a2b98aa8 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:41:07.544 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-10f240f1-4ebd-4c99-af47-8ce3a2b98aa8 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 2be658e9-5a52-43de-b0c8-0b37915c5949: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1111/2192] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:07 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:07.931 8 INFO neutron.db.ovn_revision_numbers_db [None req-10f240f1-4ebd-4c99-af47-8ce3a2b98aa8 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 1fd4ae7c-fdbe-4653-b3e8-70297ce5fcc0 (type: router_ports) to 1 [pid: 8|app: 0|req: 1082/2193] 10.0.0.165 () {34 vars in 783 bytes} [Mon May 4 12:41:06 2026] PUT /v2.0/routers/947d6bd1-6932-44ca-b5b6-8aadaf2804c5/add_router_interface => generated 310 bytes in 1919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:08.105 7 INFO neutron.db.ovn_revision_numbers_db [None req-f0234872-99f2-485d-b250-079f8b56b532 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource c2572e54-0e2c-40b2-bbb9-34c253c4c70c (type: security_groups) to 1 [pid: 8|app: 0|req: 1083/2194] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:41:08 2026] GET /v2.0/ports?tenant_id=c48d716a1fae4299a1f31f23fa0de91a&device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1269 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:08.121 7 INFO neutron.db.ovn_revision_numbers_db [None req-f0234872-99f2-485d-b250-079f8b56b532 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 00d34a0e-a596-4208-84a5-0db1a3ea6954 (type: security_group_rules) to 0 2026-05-04 12:41:08.135 7 INFO neutron.db.ovn_revision_numbers_db [None req-f0234872-99f2-485d-b250-079f8b56b532 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 795b91de-23bf-4c60-8842-b5f6f1fb5270 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1084/2195] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:41:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7f576de4-44d4-4441-8ac8-6c5242d90e9f => 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: 1085/2196] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:41:08 2026] GET /v2.0/subnets?id=1d50a2d6-a337-403e-99d7-7bb3597ff82f => generated 689 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2197] 10.0.0.165 () {34 vars in 684 bytes} [Mon May 4 12:41:07 2026] POST /v2.0/security-groups => generated 1628 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2198] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:41:08 2026] GET /v2.0/ports?network_id=92b28e7d-55a6-475b-850b-51b6ac05902f&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: 1087/2199] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:41:08 2026] GET /v2.0/networks/92b28e7d-55a6-475b-850b-51b6ac05902f?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: 1088/2200] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:41:08 2026] GET /v2.0/networks/92b28e7d-55a6-475b-850b-51b6ac05902f?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) 2026-05-04 12:41:08.291 7 INFO neutron.db.ovn_revision_numbers_db [None req-135b1d38-2f18-4c88-9b4f-d7f38be434fa 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 33deb32a-0a93-4d78-80ff-3187e2b7506b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1113/2201] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:41:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:08.436 8 INFO neutron.db.ovn_revision_numbers_db [None req-61e763e6-48c4-40be-8a6f-6ca497da4005 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 0efb83bf-475c-48bb-bffc-452addbb8c4e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1089/2202] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:41:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:08.591 7 INFO neutron.db.ovn_revision_numbers_db [None req-bb32db7f-813c-471a-9e34-e138c2aefbd6 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 18b7aa5c-7f28-4a87-abd9-7c614ead13f0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1114/2203] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:41:08 2026] POST /v2.0/security-group-rules => generated 599 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2204] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:08 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => 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: 1116/2205] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:08 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:08.745 8 INFO neutron.db.ovn_revision_numbers_db [None req-6326687c-8e8a-427c-a4d7-110971714990 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 2322d402-2b05-4830-b873-82cf8b3ac02e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1090/2206] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:41:08 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) 2026-05-04 12:41:08.905 7 INFO neutron.db.ovn_revision_numbers_db [None req-bf26cbed-f818-43a5-ba96-11324fdc794b 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 061783ec-5afd-47e3-b0c0-a4509ab9e177 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1117/2207] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:41:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:09.056 8 INFO neutron.db.ovn_revision_numbers_db [None req-fb6cd3d4-a443-42a5-a53e-3dc212808bd3 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 6f3bc088-dae4-47a2-b9c5-76e763d34c8e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1091/2208] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:41:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:09.213 7 INFO neutron.db.ovn_revision_numbers_db [None req-a04c1a77-8e91-47ae-91e4-f44e2c058c0e 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 23373101-39b9-475a-9655-a5da398b181a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1118/2209] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:41:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:09.399 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a1e574b-0155-43fa-abe2-5f87c572bc3e 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 5be728ae-be2c-46e3-941d-05a76ea92ae0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1092/2210] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:41:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:09.574 7 INFO neutron.db.ovn_revision_numbers_db [None req-62477b36-0b63-4dfe-8270-3bf784e024a1 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 30e876c0-b734-4d35-aada-5c59c75bb274 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1119/2211] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:41:09 2026] POST /v2.0/security-group-rules => generated 599 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:09.751 8 INFO neutron.db.ovn_revision_numbers_db [None req-1339d01b-acdf-4801-a366-dbaf1416ecba 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource c876381d-eee3-4e75-83ae-8c717ae90667 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1093/2212] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:41:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2213] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:09 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1008 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2214] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:09 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:09.925 8 INFO neutron.db.ovn_revision_numbers_db [None req-50a86e51-b1e5-40c1-ba1d-4476648e70a0 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 47dc253e-fd17-43bc-8172-bdca623c3271 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1094/2215] 10.0.0.165 () {34 vars in 695 bytes} [Mon May 4 12:41:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:10.176 7 WARNING neutron.db.securitygroups_db [req-78fbec86-fd04-4c6f-a09f-ca1b2bbaf1a8 req-17f66e54-d5e1-4e02-a629-a51601d68842 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1122/2216] 10.0.0.25 () {34 vars in 1095 bytes} [Mon May 4 12:41:10 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1002052018&fields=id&tenant_id=11bed8ea14be486b863535061e5f1c2f => 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: 1095/2217] 10.0.0.25 () {34 vars in 981 bytes} [Mon May 4 12:41:10 2026] GET /v2.0/networks?id=738b3cc8-06f4-4a24-a982-e2abf7076560 => generated 742 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2218] 10.0.0.25 () {34 vars in 964 bytes} [Mon May 4 12:41:10 2026] GET /v2.0/quotas/11bed8ea14be486b863535061e5f1c2f => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2219] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:41:10 2026] GET /v2.0/ports?tenant_id=11bed8ea14be486b863535061e5f1c2f&fields=id => generated 287 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2220] 10.0.0.25 () {34 vars in 1007 bytes} [Mon May 4 12:41:10 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2221] 10.0.0.25 () {34 vars in 1107 bytes} [Mon May 4 12:41:10 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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: 1125/2222] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:10 2026] GET /v2.0/ports?device_id=2133e6f3-2ba5-4747-bdd8-c11e015430a4 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:10.780 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a9f97a10-9454-4083-b4f1-9dbc072571ac - - - - - -] No hosting information found for port 0461018c-ce8e-43c6-866b-a8ebda892035: RuntimeError: No hosting information found for port 0461018c-ce8e-43c6-866b-a8ebda892035 2026-05-04 12:41:10.780 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a9f97a10-9454-4083-b4f1-9dbc072571ac - - - - - -] OVN reports status down for port: 7f576de4-44d4-4441-8ac8-6c5242d90e9f 2026-05-04 12:41:10.872 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-314d7c65-fe4d-4d99-bed5-94274b2b9c57'] response: {'server_uuid': '3e5116ed-651a-45e6-a5b0-3231afca6902', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7f576de4-44d4-4441-8ac8-6c5242d90e9f', 'code': 200} 2026-05-04 12:41:10.876 8 INFO neutron.common.ovn.utils [None req-a9f97a10-9454-4083-b4f1-9dbc072571ac - - - - - -] HA Chassis Group neutron-738b3cc8-06f4-4a24-a982-e2abf7076560 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:41:10.986 8 INFO neutron.db.ovn_revision_numbers_db [None req-a9f97a10-9454-4083-b4f1-9dbc072571ac - - - - - -] Successfully bumped revision number for resource 0461018c-ce8e-43c6-866b-a8ebda892035 (type: router_ports) to 2 2026-05-04 12:41:10.988 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a9f97a10-9454-4083-b4f1-9dbc072571ac - - - - - -] OVN reports status down for port: 1fd4ae7c-fdbe-4653-b3e8-70297ce5fcc0 [pid: 8|app: 0|req: 1098/2223] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:10 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1008 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2224] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:11 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:11.060 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a9f97a10-9454-4083-b4f1-9dbc072571ac - - - - - -] Logical_Switch_Port 1fd4ae7c-fdbe-4653-b3e8-70297ce5fcc0 host information not removed, the port state is up 2026-05-04 12:41:11.060 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a9f97a10-9454-4083-b4f1-9dbc072571ac - - - - - -] OVN reports status up for port: 1fd4ae7c-fdbe-4653-b3e8-70297ce5fcc0 2026-05-04 12:41:11.070 8 INFO neutron.plugins.ml2.plugin [None req-a9f97a10-9454-4083-b4f1-9dbc072571ac - - - - - -] Attempt 1 to provision port 1fd4ae7c-fdbe-4653-b3e8-70297ce5fcc0 [pid: 8|app: 0|req: 1099/2225] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:41:11 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1269 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2226] 199.204.45.227 () {34 vars in 1124 bytes} [Mon May 4 12:41:11 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:11.517 8 INFO neutron.db.ovn_revision_numbers_db [None req-a9f97a10-9454-4083-b4f1-9dbc072571ac - - - - - -] Successfully bumped revision number for resource 1fd4ae7c-fdbe-4653-b3e8-70297ce5fcc0 (type: ports) to 2 [pid: 8|app: 0|req: 1100/2227] 10.0.0.42 () {34 vars in 989 bytes} [Mon May 4 12:41:11 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 1236 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2228] 10.0.0.42 () {34 vars in 1039 bytes} [Mon May 4 12:41:11 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&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: 1101/2229] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:12 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2230] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:12 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:12.404 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-11d1296a-b3b9-4f38-a8d5-822046e4db04 - - - - - -] No hosting information found for port fc1b7951-ab0b-42e6-b715-7550c9610b5e: RuntimeError: No hosting information found for port fc1b7951-ab0b-42e6-b715-7550c9610b5e 2026-05-04 12:41:12.437 7 INFO neutron.common.ovn.utils [None req-11d1296a-b3b9-4f38-a8d5-822046e4db04 - - - - - -] HA Chassis Group neutron-3878c3b7-0e16-4a33-99b9-f40652911098 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c 2026-05-04 12:41:12.529 7 INFO neutron.db.ovn_revision_numbers_db [None req-11d1296a-b3b9-4f38-a8d5-822046e4db04 - - - - - -] Successfully bumped revision number for resource fc1b7951-ab0b-42e6-b715-7550c9610b5e (type: router_ports) to 2 2026-05-04 12:41:12.594 7 INFO neutron.common.ovn.utils [None req-11d1296a-b3b9-4f38-a8d5-822046e4db04 - - - - - -] HA Chassis Group neutron-2be658e9-5a52-43de-b0c8-0b37915c5949 synchronized; highest priority chassis 19af00a0-dfcd-4628-9563-e8ff0f46305c [pid: 8|app: 0|req: 1102/2231] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:13 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2232] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:13 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2233] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:13 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => 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: 1131/2234] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:13 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:14.178 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11d1296a-b3b9-4f38-a8d5-822046e4db04 - - - - - -] OVN reports status down for port: 3403a332-9e6f-4ec9-bd86-03a4605966f7 2026-05-04 12:41:14.308 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c2fff7b-7a42-498a-ae50-f62a943e7333'] response: {'server_uuid': 'e287b054-6529-4ac6-be4d-bd014c1f9e4d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3403a332-9e6f-4ec9-bd86-03a4605966f7', 'code': 200} [pid: 8|app: 0|req: 1104/2235] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:14 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2236] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:14 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&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-05-04 12:41:14.460 7 INFO neutron.db.ovn_revision_numbers_db [None req-11d1296a-b3b9-4f38-a8d5-822046e4db04 - - - - - -] Successfully bumped revision number for resource 3403a332-9e6f-4ec9-bd86-03a4605966f7 (type: ports) to 6 [pid: 8|app: 0|req: 1105/2237] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:14 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1008 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: 7|app: 0|req: 1133/2238] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:14 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2239] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:41:14 2026] GET /v2.0/networks?id=738b3cc8-06f4-4a24-a982-e2abf7076560 => generated 742 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:14.984 7 WARNING neutron.db.securitygroups_db [req-78fbec86-fd04-4c6f-a09f-ca1b2bbaf1a8 req-29a5baa0-02b9-49da-9f1c-d879fc8618cf 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1134/2240] 199.204.45.227 () {34 vars in 1050 bytes} [Mon May 4 12:41:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=11bed8ea14be486b863535061e5f1c2f => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:15.315 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-78fbec86-fd04-4c6f-a09f-ca1b2bbaf1a8 req-41fb5ef4-55c7-489d-b46d-a3265cd9753a 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:41:15.316 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-78fbec86-fd04-4c6f-a09f-ca1b2bbaf1a8 req-41fb5ef4-55c7-489d-b46d-a3265cd9753a 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 738b3cc8-06f4-4a24-a982-e2abf7076560: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1135/2241] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:41:15 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:15.497 8 INFO neutron.db.ovn_revision_numbers_db [req-78fbec86-fd04-4c6f-a09f-ca1b2bbaf1a8 req-41fb5ef4-55c7-489d-b46d-a3265cd9753a 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 1606b70a-7ef2-48cf-901b-243693ae7506 (type: ports) to 1 [pid: 8|app: 0|req: 1107/2242] 199.204.45.227 () {38 vars in 955 bytes} [Mon May 4 12:41:15 2026] POST /v2.0/ports => generated 1179 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1108/2243] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:15 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:15.589 7 INFO neutron_taas.services.taas.taas_plugin [req-8dc4de2e-018d-4705-90a4-67b8d277d8b9 req-3facc136-0419-46a5-9979-bfbdfed9cca2 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] TaaS: Handle Delete Port: 3403a332-9e6f-4ec9-bd86-03a4605966f7 2026-05-04 12:41:15.594 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8dc4de2e-018d-4705-90a4-67b8d277d8b9 req-3facc136-0419-46a5-9979-bfbdfed9cca2 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Tap Mirror: Handle Delete Port: 3403a332-9e6f-4ec9-bd86-03a4605966f7 2026-05-04 12:41:15.816 7 INFO neutron.db.l3_db [req-8dc4de2e-018d-4705-90a4-67b8d277d8b9 req-3facc136-0419-46a5-9979-bfbdfed9cca2 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Floating IP 3b5e9bc5-3301-47da-8dd2-aa0b17d9e592 disassociated. External IP: 10.96.250.217, port: 3403a332-9e6f-4ec9-bd86-03a4605966f7. 2026-05-04 12:41:15.884 8 INFO neutron.db.ovn_revision_numbers_db [req-78fbec86-fd04-4c6f-a09f-ca1b2bbaf1a8 req-3fe0b1f2-49ad-4580-825b-f8735c4b74d3 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 1606b70a-7ef2-48cf-901b-243693ae7506 (type: ports) to 2 [pid: 7|app: 0|req: 1136/2244] 199.204.45.227 () {36 vars in 997 bytes} [Mon May 4 12:41:15 2026] DELETE /v2.0/ports/3403a332-9e6f-4ec9-bd86-03a4605966f7 => generated 0 bytes in 519 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1137/2245] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:15 2026] GET /v2.0/security-groups?id=1bbce945-544f-4551-a745-1f76300b6b1f&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: 1138/2246] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:15 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1008 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2247] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:16 2026] GET /v2.0/ports?device_id=2133e6f3-2ba5-4747-bdd8-c11e015430a4 => generated 1194 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:16.160 8 INFO neutron.db.ovn_revision_numbers_db [req-78fbec86-fd04-4c6f-a09f-ca1b2bbaf1a8 req-3fe0b1f2-49ad-4580-825b-f8735c4b74d3 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 1606b70a-7ef2-48cf-901b-243693ae7506 (type: ports) to 4 [pid: 7|app: 0|req: 1140/2248] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:16 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2249] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:41:15 2026] PUT /v2.0/ports/1606b70a-7ef2-48cf-901b-243693ae7506 => generated 1452 bytes in 606 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.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:16 2026] GET /v2.0/security-groups?id=c2572e54-0e2c-40b2-bbb9-34c253c4c70c&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:16.211 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ab7470e-e94b-4c14-acb1-62341ebd6e73'] response: {'name': 'network-changed', 'server_uuid': '2133e6f3-2ba5-4747-bdd8-c11e015430a4', 'tag': '1606b70a-7ef2-48cf-901b-243693ae7506', 'status': 'completed', 'code': 200} 2026-05-04 12:41:16.343 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b362040-a1cd-4d95-a6d4-72511434e455'] response: {'server_uuid': 'e287b054-6529-4ac6-be4d-bd014c1f9e4d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '3403a332-9e6f-4ec9-bd86-03a4605966f7', 'code': 200} 2026-05-04 12:41:16.343 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b362040-a1cd-4d95-a6d4-72511434e455'] response: {'server_uuid': 'e287b054-6529-4ac6-be4d-bd014c1f9e4d', 'name': 'network-vif-deleted', 'tag': '3403a332-9e6f-4ec9-bd86-03a4605966f7', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1110/2251] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:41:16 2026] GET /v2.0/ports?tenant_id=11bed8ea14be486b863535061e5f1c2f&device_id=2133e6f3-2ba5-4747-bdd8-c11e015430a4 => generated 1455 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2252] 199.204.45.227 () {34 vars in 1018 bytes} [Mon May 4 12:41:16 2026] GET /v2.0/networks?tenant_id=11bed8ea14be486b863535061e5f1c2f&shared=False => generated 2497 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2253] 199.204.45.227 () {34 vars in 930 bytes} [Mon May 4 12:41:16 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:17.016 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-5f29787a-2c04-4203-bf4f-85754509e2f4 - - - - - -] No hosting information found for port 1fd4ae7c-fdbe-4653-b3e8-70297ce5fcc0: RuntimeError: No hosting information found for port 1fd4ae7c-fdbe-4653-b3e8-70297ce5fcc0 [pid: 7|app: 0|req: 1143/2254] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:17 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:17.120 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f29787a-2c04-4203-bf4f-85754509e2f4 - - - - - -] Successfully bumped revision number for resource 1fd4ae7c-fdbe-4653-b3e8-70297ce5fcc0 (type: router_ports) to 2 2026-05-04 12:41:17.170 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5f29787a-2c04-4203-bf4f-85754509e2f4 - - - - - -] OVN reports status up for port: 7f576de4-44d4-4441-8ac8-6c5242d90e9f 2026-05-04 12:41:17.190 8 INFO neutron.plugins.ml2.plugin [None req-5f29787a-2c04-4203-bf4f-85754509e2f4 - - - - - -] Attempt 1 to provision port 7f576de4-44d4-4441-8ac8-6c5242d90e9f [pid: 8|app: 0|req: 1112/2255] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:17 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1008 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2256] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:17 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:17.461 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f29787a-2c04-4203-bf4f-85754509e2f4 - - - - - -] Successfully bumped revision number for resource 7f576de4-44d4-4441-8ac8-6c5242d90e9f (type: ports) to 5 2026-05-04 12:41:17.542 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f8fada40-baf5-4770-8e50-d41c2a6fd501 - - - - - -] OVN reports status down for port: 1606b70a-7ef2-48cf-901b-243693ae7506 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1113/2257] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:41:17 2026] GET /v2.0/ports?tenant_id=11bed8ea14be486b863535061e5f1c2f&device_id=2133e6f3-2ba5-4747-bdd8-c11e015430a4 => generated 1455 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2258] 199.204.45.227 () {34 vars in 1056 bytes} [Mon May 4 12:41:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=1606b70a-7ef2-48cf-901b-243693ae7506 => 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: 1114/2259] 199.204.45.227 () {34 vars in 1104 bytes} [Mon May 4 12:41:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3cb&port_id=1606b70a-7ef2-48cf-901b-243693ae7506 => 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: 1146/2260] 199.204.45.227 () {34 vars in 1064 bytes} [Mon May 4 12:41:18 2026] GET /v2.0/subnets?id=59e1f920-ea33-4f48-bb22-62c221c2889a&id=eac3f553-4c5a-464f-8e96-1b62b9e2e440 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2261] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:41:18 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&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: 1147/2262] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:41:18 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&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: 1116/2263] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:41:18 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2264] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:41:18 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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: 1117/2265] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:18 2026] GET /v2.0/ports?device_id=e287b054-6529-4ac6-be4d-bd014c1f9e4d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:18.247 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3994c9c-c22e-4bc1-989c-943fe480ad04'] response: {'server_uuid': '3e5116ed-651a-45e6-a5b0-3231afca6902', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7f576de4-44d4-4441-8ac8-6c5242d90e9f', 'code': 200} 2026-05-04 12:41:18.247 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3994c9c-c22e-4bc1-989c-943fe480ad04'] response: {'server_uuid': '3e5116ed-651a-45e6-a5b0-3231afca6902', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7f576de4-44d4-4441-8ac8-6c5242d90e9f', 'code': 200} 2026-05-04 12:41:18.247 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3994c9c-c22e-4bc1-989c-943fe480ad04'] response: {'server_uuid': '2133e6f3-2ba5-4747-bdd8-c11e015430a4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1606b70a-7ef2-48cf-901b-243693ae7506', 'code': 200} [pid: 7|app: 0|req: 1149/2266] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:18 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2267] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:18 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2268] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:19 2026] DELETE /v2.0/security-groups/1bbce945-544f-4551-a745-1f76300b6b1f => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:41:19.556 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e69ab46-598e-40e3-bc9b-eb35592d979c c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] TaaS: Handle Delete Port: b3c6d071-7a4e-4fa8-a95e-344a3555f2bf 2026-05-04 12:41:19.558 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e69ab46-598e-40e3-bc9b-eb35592d979c c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Tap Mirror: Handle Delete Port: b3c6d071-7a4e-4fa8-a95e-344a3555f2bf [pid: 8|app: 0|req: 1119/2269] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:41:19 2026] DELETE /v2.0/floatingips/3b5e9bc5-3301-47da-8dd2-aa0b17d9e592 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2270] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:19 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1010 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2271] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:19 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2272] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:19 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2273] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:19 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2274] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:19 2026] GET /v2.0/security-groups?id=feb577e0-304d-4de6-810d-9226ab307a81&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-05-04 12:41:20.726 7 INFO neutron.db.ovn_revision_numbers_db [None req-eef128ae-a923-431a-9296-d8828e0e3bd0 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource 01f73411-2de8-4c94-b48e-9f1f4c585a31 (type: floatingips) to 1 2026-05-04 12:41:20.886 7 INFO neutron.db.ovn_revision_numbers_db [None req-eef128ae-a923-431a-9296-d8828e0e3bd0 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Successfully bumped revision number for resource 01f73411-2de8-4c94-b48e-9f1f4c585a31 (type: floatingips) to 2 2026-05-04 12:41:20.889 7 INFO neutron.db.l3_db [None req-eef128ae-a923-431a-9296-d8828e0e3bd0 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Floating IP 01f73411-2de8-4c94-b48e-9f1f4c585a31 associated. External IP: 10.96.250.218, port: 7f576de4-44d4-4441-8ac8-6c5242d90e9f. 2026-05-04 12:41:20.897 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f8fada40-baf5-4770-8e50-d41c2a6fd501 - - - - - -] OVN reports status up for port: 1606b70a-7ef2-48cf-901b-243693ae7506 2026-05-04 12:41:20.925 8 INFO neutron.plugins.ml2.plugin [None req-f8fada40-baf5-4770-8e50-d41c2a6fd501 - - - - - -] Attempt 1 to provision port 1606b70a-7ef2-48cf-901b-243693ae7506 [pid: 7|app: 0|req: 1153/2277] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:41:19 2026] PUT /v2.0/floatingips/01f73411-2de8-4c94-b48e-9f1f4c585a31 => generated 855 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:20.970 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-353b210c-4308-412b-8730-747d8b6d2e2e'] response: {'name': 'network-changed', 'server_uuid': '3e5116ed-651a-45e6-a5b0-3231afca6902', 'tag': '7f576de4-44d4-4441-8ac8-6c5242d90e9f', 'status': 'completed', 'code': 200} 2026-05-04 12:41:21.035 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fdb59a4-6230-43f0-883a-10bb4c3191e1'] response: {'server_uuid': '2133e6f3-2ba5-4747-bdd8-c11e015430a4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1606b70a-7ef2-48cf-901b-243693ae7506', 'code': 200} [pid: 8|app: 0|req: 1125/2278] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:21 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 971 bytes in 66 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: 1154/2279] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:21 2026] GET /v2.0/security-groups?id=feb577e0-304d-4de6-810d-9226ab307a81&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-05-04 12:41:21.212 8 INFO neutron.db.ovn_revision_numbers_db [None req-f8fada40-baf5-4770-8e50-d41c2a6fd501 - - - - - -] Successfully bumped revision number for resource 1606b70a-7ef2-48cf-901b-243693ae7506 (type: ports) to 5 2026-05-04 12:41:21.282 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-79c539a3-300d-4ea3-9812-0b8bede07290 - - - - - -] OVN reports status down for port: 71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1126/2280] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:21 2026] GET /v2.0/ports?device_id=2133e6f3-2ba5-4747-bdd8-c11e015430a4 => generated 1196 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2281] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:21 2026] GET /v2.0/security-groups?id=c2572e54-0e2c-40b2-bbb9-34c253c4c70c&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: 8|app: 0|req: 1127/2282] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:41:21 2026] GET /v2.0/ports?tenant_id=c48d716a1fae4299a1f31f23fa0de91a&device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1271 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:21.616 8 INFO neutron.db.ovn_revision_numbers_db [None req-79c539a3-300d-4ea3-9812-0b8bede07290 - - - - - -] Successfully bumped revision number for resource 71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd (type: ports) to 6 [pid: 7|app: 0|req: 1156/2283] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:41:21 2026] GET /v2.0/networks?id=92b28e7d-55a6-475b-850b-51b6ac05902f => generated 808 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2284] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:41:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7f576de4-44d4-4441-8ac8-6c5242d90e9f => generated 860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2285] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:41:21 2026] GET /v2.0/subnets?id=1d50a2d6-a337-403e-99d7-7bb3597ff82f => generated 689 bytes in 27 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: 1129/2286] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:41:21 2026] GET /v2.0/ports?network_id=92b28e7d-55a6-475b-850b-51b6ac05902f&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: 1158/2287] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:41:21 2026] GET /v2.0/networks/92b28e7d-55a6-475b-850b-51b6ac05902f?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2288] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:41:21 2026] GET /v2.0/networks/92b28e7d-55a6-475b-850b-51b6ac05902f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2289] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:41:22 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2290] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:22 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2291] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:22 2026] GET /v2.0/security-groups?id=feb577e0-304d-4de6-810d-9226ab307a81&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:22.297 8 INFO neutron_taas.services.taas.taas_plugin [req-356a57fc-fa22-477d-9b07-ea283d5fe29a req-1babb103-c98f-4cfa-9e67-2b6039b5cbd9 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] TaaS: Handle Delete Port: 71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd 2026-05-04 12:41:22.299 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-356a57fc-fa22-477d-9b07-ea283d5fe29a req-1babb103-c98f-4cfa-9e67-2b6039b5cbd9 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Tap Mirror: Handle Delete Port: 71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd [pid: 8|app: 0|req: 1131/2292] 199.204.45.227 () {36 vars in 997 bytes} [Mon May 4 12:41:22 2026] DELETE /v2.0/ports/71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:41:23.076 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7bf5943-6ac0-4326-8cf6-fa0b3efb0ef5'] response: {'server_uuid': '2133e6f3-2ba5-4747-bdd8-c11e015430a4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1606b70a-7ef2-48cf-901b-243693ae7506', 'code': 200} 2026-05-04 12:41:23.077 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7bf5943-6ac0-4326-8cf6-fa0b3efb0ef5'] response: {'server_uuid': '4632c3a7-4b47-486b-9a8d-92f7958f563d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd', 'code': 200} 2026-05-04 12:41:23.078 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7bf5943-6ac0-4326-8cf6-fa0b3efb0ef5'] response: {'server_uuid': '4632c3a7-4b47-486b-9a8d-92f7958f563d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd', 'code': 200} 2026-05-04 12:41:23.078 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7bf5943-6ac0-4326-8cf6-fa0b3efb0ef5'] response: {'server_uuid': '4632c3a7-4b47-486b-9a8d-92f7958f563d', 'name': 'network-vif-deleted', 'tag': '71ebbe8a-33a4-43f6-b0ff-eee0dc80bcdd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1162/2293] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:23 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => 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: 1132/2294] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:24 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => 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: 1163/2295] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:25 2026] GET /v2.0/ports?device_id=4632c3a7-4b47-486b-9a8d-92f7958f563d => 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: 1133/2296] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:26 2026] GET /v2.0/ports?device_id=2133e6f3-2ba5-4747-bdd8-c11e015430a4 => generated 1196 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2297] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:26 2026] GET /v2.0/security-groups?id=c2572e54-0e2c-40b2-bbb9-34c253c4c70c&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: 1134/2298] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:26 2026] DELETE /v2.0/security-groups/feb577e0-304d-4de6-810d-9226ab307a81 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2299] 10.0.0.165 () {32 vars in 818 bytes} [Mon May 4 12:41:26 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&mac_address=fa%3A16%3A3e%3A41%3A16%3A18 => generated 1196 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:27.022 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-70c2df1f-1b0f-4d46-a919-888cc9794e5f 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:41:27.023 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-70c2df1f-1b0f-4d46-a919-888cc9794e5f 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:27.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a8bb6b0-0961-4c55-9181-7749522e3e43 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] TaaS: Handle Delete Port: 5bb82b41-48d5-433c-9704-7ac518fc9bdd 2026-05-04 12:41:27.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a8bb6b0-0961-4c55-9181-7749522e3e43 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Tap Mirror: Handle Delete Port: 5bb82b41-48d5-433c-9704-7ac518fc9bdd [pid: 7|app: 0|req: 1166/2300] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:41:26 2026] PUT /v2.0/routers/d673a0f8-c5f1-4c89-99a5-184e91044335/remove_router_interface => generated 310 bytes in 784 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: 1167/2301] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:41:27 2026] DELETE /v2.0/subnets/4dadbba9-9a59-49dd-a4e5-a67fb3c8d80d => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:41:27.912 8 INFO neutron.db.ovn_revision_numbers_db [None req-70c2df1f-1b0f-4d46-a919-888cc9794e5f 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 882f1be4-4951-4d12-827a-f8c0cef2fd3f (type: floatingips) to 1 2026-05-04 12:41:27.913 8 INFO neutron.db.l3_db [None req-70c2df1f-1b0f-4d46-a919-888cc9794e5f 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Floating IP 882f1be4-4951-4d12-827a-f8c0cef2fd3f associated. External IP: 10.96.250.216, port: 1606b70a-7ef2-48cf-901b-243693ae7506. [pid: 8|app: 0|req: 1135/2302] 10.0.0.165 () {34 vars in 677 bytes} [Mon May 4 12:41:26 2026] POST /v2.0/floatingips => generated 854 bytes in 1161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:27.997 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-29f01f7f-6669-4c45-a05d-99de774b0a37'] response: {'name': 'network-changed', 'server_uuid': '2133e6f3-2ba5-4747-bdd8-c11e015430a4', 'tag': '1606b70a-7ef2-48cf-901b-243693ae7506', '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, ' 2026-05-04 12:41:28.033 8 WARNING neutron.db.securitygroups_db [req-e54148f5-93c8-4854-aea1-bf8d298f0b0c req-195ae8f5-0175-4c61-a48f-8f7c7c209149 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1136/2303] 10.0.0.25 () {34 vars in 1095 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1002052018&fields=id&tenant_id=11bed8ea14be486b863535061e5f1c2f => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:28.092 7 INFO neutron_taas.services.taas.taas_plugin [None req-9baf81ae-d977-42b5-86a1-5cb70ee61278 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] TaaS: Handle Delete Port: e4feaf23-7a34-45dd-a2e7-edad9b7e66f2 2026-05-04 12:41:28.095 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9baf81ae-d977-42b5-86a1-5cb70ee61278 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Tap Mirror: Handle Delete Port: e4feaf23-7a34-45dd-a2e7-edad9b7e66f2 [pid: 8|app: 0|req: 1137/2304] 10.0.0.25 () {34 vars in 981 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/networks?id=2be658e9-5a52-43de-b0c8-0b37915c5949 => generated 741 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2305] 10.0.0.25 () {34 vars in 964 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/quotas/11bed8ea14be486b863535061e5f1c2f => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2306] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/ports?tenant_id=11bed8ea14be486b863535061e5f1c2f&fields=id => generated 333 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2307] 10.0.0.25 () {34 vars in 1007 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2308] 10.0.0.25 () {34 vars in 1107 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2309] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:41:27 2026] DELETE /v2.0/routers/d673a0f8-c5f1-4c89-99a5-184e91044335 => generated 0 bytes in 628 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2310] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1010 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2311] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/ports?device_id=d999ea0a-1f02-4b0b-a696-95869b0080c3 => 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: 1144/2312] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2313] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/ports?tenant_id=11bed8ea14be486b863535061e5f1c2f&device_id=2133e6f3-2ba5-4747-bdd8-c11e015430a4 => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:28.561 7 INFO neutron_taas.services.taas.taas_plugin [None req-30508789-42fc-4098-a434-c8dbf70307b1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] TaaS: Handle Delete Port: 41af60b6-bd4b-4b22-ad6e-d4d44172dab2 2026-05-04 12:41:28.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30508789-42fc-4098-a434-c8dbf70307b1 c052a4a686624d0192432e43eed1742d 9d5151ff7b8c4a2da862286b5a862cd2 - - default default] Tap Mirror: Handle Delete Port: 41af60b6-bd4b-4b22-ad6e-d4d44172dab2 [pid: 8|app: 0|req: 1146/2314] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1271 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2315] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/networks?id=738b3cc8-06f4-4a24-a982-e2abf7076560 => generated 841 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2316] 10.0.0.165 () {32 vars in 858 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/floatingips?floating_network_id=cf096e53-2011-4f22-83b2-dcccf16a76a3&port_id=7f576de4-44d4-4441-8ac8-6c5242d90e9f => generated 860 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:28.763 7 INFO neutron.services.segments.plugin [-] Segment f0bb307e-c288-4e77-9c8a-855172e4ddfe resource provider aggregate not found 2026-05-04 12:41:28.769 7 INFO neutron.services.segments.plugin [-] Segment f0bb307e-c288-4e77-9c8a-855172e4ddfe resource provider aggregate not found [pid: 8|app: 0|req: 1149/2317] 199.204.45.227 () {34 vars in 1056 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=1606b70a-7ef2-48cf-901b-243693ae7506 => generated 859 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:28.785 7 INFO neutron.services.segments.plugin [-] Segment f0bb307e-c288-4e77-9c8a-855172e4ddfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0bb307e-c288-4e77-9c8a-855172e4ddfe found for delete ", "request_id": "req-d3f25a7a-d0f3-4b03-8716-406a32bd8913"}]} 2026-05-04 12:41:28.789 7 INFO neutron.services.segments.plugin [-] Segment f0bb307e-c288-4e77-9c8a-855172e4ddfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0bb307e-c288-4e77-9c8a-855172e4ddfe found for delete ", "request_id": "req-59e7a526-9e41-4b3a-bd8b-d6a54b1c9e69"}]} [pid: 8|app: 0|req: 1150/2318] 199.204.45.227 () {34 vars in 1104 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3cb&port_id=1606b70a-7ef2-48cf-901b-243693ae7506 => 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: 1169/2319] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:41:28 2026] DELETE /v2.0/networks/05d32a42-ebb1-47f5-9fff-5690c44c7797 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2320] 199.204.45.227 () {34 vars in 1064 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/subnets?id=59e1f920-ea33-4f48-bb22-62c221c2889a&id=eac3f553-4c5a-464f-8e96-1b62b9e2e440 => generated 1410 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2321] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&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: 1152/2322] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&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: 1171/2323] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:29.508 7 WARNING neutron.db.securitygroups_db [None req-2de59406-d5d5-47b7-a5d0-962eb914c405 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1172/2324] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:41:29 2026] GET /v2.0/security-groups?tenant_id=9d5151ff7b8c4a2da862286b5a862cd2&name=default => generated 2925 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2325] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:29 2026] DELETE /v2.0/security-groups/443522a8-c307-4300-8fb3-05c2bd6c4d43 => 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: 1174/2326] 10.0.0.42 () {34 vars in 989 bytes} [Mon May 4 12:41:29 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1271 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:29.875 7 WARNING neutron.db.securitygroups_db [None req-43758be4-24e5-400c-a5ad-6c51559515cc a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:41:29.994 7 INFO neutron.db.ovn_revision_numbers_db [None req-43758be4-24e5-400c-a5ad-6c51559515cc a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0610ff7c-dd17-49b8-846e-7431d8d0f4a6 (type: security_groups) to 1 2026-05-04 12:41:30.025 7 INFO neutron.db.ovn_revision_numbers_db [None req-43758be4-24e5-400c-a5ad-6c51559515cc a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8da83c85-f042-46d6-8b07-b7b339f18bd2 (type: security_group_rules) to 0 2026-05-04 12:41:30.036 7 INFO neutron.db.ovn_revision_numbers_db [None req-43758be4-24e5-400c-a5ad-6c51559515cc a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9c88b895-b2dd-4cde-bc78-6e7e30884c23 (type: security_group_rules) to 0 2026-05-04 12:41:30.047 7 INFO neutron.db.ovn_revision_numbers_db [None req-43758be4-24e5-400c-a5ad-6c51559515cc a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9ee641ea-0af7-4a97-a17a-68250587c1b9 (type: security_group_rules) to 0 2026-05-04 12:41:30.060 7 INFO neutron.db.ovn_revision_numbers_db [None req-43758be4-24e5-400c-a5ad-6c51559515cc a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a4f6cbb7-9a0e-4a1e-9589-5aacd21238f5 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1175/2327] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:41:29 2026] GET /v2.0/security-groups?tenant_id=3b3aee8155504e12be25d47b92695e0e&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: 1176/2328] 10.0.0.42 () {34 vars in 1119 bytes} [Mon May 4 12:41:30 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2329] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:41:28 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 1283 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2330] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:30 2026] DELETE /v2.0/security-groups/0610ff7c-dd17-49b8-846e-7431d8d0f4a6 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2331] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:32 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2332] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:32 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2333] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:41:32 2026] GET /v2.0/networks?id=2be658e9-5a52-43de-b0c8-0b37915c5949 => generated 741 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:32.774 7 WARNING neutron.db.securitygroups_db [req-e54148f5-93c8-4854-aea1-bf8d298f0b0c req-c377a871-5e1d-4083-8712-f0ed3aa7c525 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1179/2334] 199.204.45.227 () {34 vars in 1050 bytes} [Mon May 4 12:41:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=11bed8ea14be486b863535061e5f1c2f => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:33.169 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5bb40a82-8071-4303-b080-41893139c7fd - - - - - -] OVN reports status down for port: 7f576de4-44d4-4441-8ac8-6c5242d90e9f 2026-05-04 12:41:33.271 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-e54148f5-93c8-4854-aea1-bf8d298f0b0c req-fedbc521-3e2a-42d8-8010-a8f292db8ba1 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:41:33.282 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-e54148f5-93c8-4854-aea1-bf8d298f0b0c req-fedbc521-3e2a-42d8-8010-a8f292db8ba1 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network 2be658e9-5a52-43de-b0c8-0b37915c5949: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1180/2335] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:33 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1010 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2336] 10.0.0.25 () {34 vars in 1119 bytes} [Mon May 4 12:41:33 2026] GET /v2.0/security-groups?id=ce4f4505-c541-4700-b59b-272341cab0fb&id=7f42fbc5-4179-43e4-b7e6-2070a5e09dfa&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: 7|app: 0|req: 1182/2337] 10.0.0.42 () {34 vars in 989 bytes} [Mon May 4 12:41:33 2026] GET /v2.0/ports?device_id=2133e6f3-2ba5-4747-bdd8-c11e015430a4 => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:33.476 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11abdde5-4f53-48e2-a7f1-da3fce343d43 - - - - - -] OVN reports status down for port: 7384187f-fb17-427f-901c-8abf4c82ed22 [pid: 7|app: 0|req: 1183/2338] 10.0.0.42 () {34 vars in 1039 bytes} [Mon May 4 12:41:33 2026] GET /v2.0/security-groups?id=c2572e54-0e2c-40b2-bbb9-34c253c4c70c&fields=id&fields=name => generated 112 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:33.536 8 INFO neutron.db.ovn_revision_numbers_db [req-e54148f5-93c8-4854-aea1-bf8d298f0b0c req-fedbc521-3e2a-42d8-8010-a8f292db8ba1 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 7384187f-fb17-427f-901c-8abf4c82ed22 (type: ports) to 1 2026-05-04 12:41:33.541 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6646a700-811a-4271-8548-7b3b7a9898c2'] response: {'server_uuid': '3e5116ed-651a-45e6-a5b0-3231afca6902', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7f576de4-44d4-4441-8ac8-6c5242d90e9f', 'code': 200} 2026-05-04 12:41:33.627 8 INFO neutron.db.ovn_revision_numbers_db [None req-5bb40a82-8071-4303-b080-41893139c7fd - - - - - -] Successfully bumped revision number for resource 7f576de4-44d4-4441-8ac8-6c5242d90e9f (type: ports) to 6 [pid: 7|app: 0|req: 1184/2339] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:33 2026] GET /v2.0/ports?device_id=d999ea0a-1f02-4b0b-a696-95869b0080c3 => generated 1190 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2340] 199.204.45.227 () {38 vars in 955 bytes} [Mon May 4 12:41:32 2026] POST /v2.0/ports => generated 1187 bytes in 831 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: 1185/2341] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:33 2026] GET /v2.0/security-groups?id=c2572e54-0e2c-40b2-bbb9-34c253c4c70c&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:34.066 8 INFO neutron.db.ovn_revision_numbers_db [req-e54148f5-93c8-4854-aea1-bf8d298f0b0c req-ad934f85-1f01-4f9c-a864-8cb9411295e9 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 7384187f-fb17-427f-901c-8abf4c82ed22 (type: ports) to 2 2026-05-04 12:41:34.301 8 INFO neutron.db.ovn_revision_numbers_db [req-e54148f5-93c8-4854-aea1-bf8d298f0b0c req-ad934f85-1f01-4f9c-a864-8cb9411295e9 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 7384187f-fb17-427f-901c-8abf4c82ed22 (type: ports) to 4 [pid: 8|app: 0|req: 1157/2342] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:41:33 2026] PUT /v2.0/ports/7384187f-fb17-427f-901c-8abf4c82ed22 => generated 1460 bytes in 667 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: 1158/2343] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:41:34 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 1008 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:34.525 8 INFO neutron_taas.services.taas.taas_plugin [req-a875cc8d-7619-4ad5-a2e4-cb836e171653 req-44a34adf-1e41-49e0-9820-2097e538947d e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] TaaS: Handle Delete Port: 7f576de4-44d4-4441-8ac8-6c5242d90e9f 2026-05-04 12:41:34.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a875cc8d-7619-4ad5-a2e4-cb836e171653 req-44a34adf-1e41-49e0-9820-2097e538947d e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Tap Mirror: Handle Delete Port: 7f576de4-44d4-4441-8ac8-6c5242d90e9f 2026-05-04 12:41:34.574 7 INFO neutron.db.ovn_revision_numbers_db [None req-44f40499-9ba9-468a-9892-6fc553886efc 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource c6333dd0-f074-4fcd-aa30-78bbf57b0e43 (type: security_groups) to 1 2026-05-04 12:41:34.585 7 INFO neutron.db.ovn_revision_numbers_db [None req-44f40499-9ba9-468a-9892-6fc553886efc 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource 0ce4ccf2-1431-421b-9694-27f0a8f075ad (type: security_group_rules) to 0 2026-05-04 12:41:34.596 7 INFO neutron.db.ovn_revision_numbers_db [None req-44f40499-9ba9-468a-9892-6fc553886efc 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource 824c0a67-1236-499f-a67c-04d2347a8112 (type: security_group_rules) to 0 2026-05-04 12:41:34.607 7 INFO neutron.db.ovn_revision_numbers_db [None req-44f40499-9ba9-468a-9892-6fc553886efc 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource 9fb08a71-d30e-45ec-8a32-3c3f9d223f42 (type: security_group_rules) to 0 2026-05-04 12:41:34.617 7 INFO neutron.db.ovn_revision_numbers_db [None req-44f40499-9ba9-468a-9892-6fc553886efc 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource bc907aca-c8ce-4456-a426-fd0b332d07ed (type: security_group_rules) to 0 2026-05-04 12:41:34.695 7 INFO neutron.db.segments_db [None req-44f40499-9ba9-468a-9892-6fc553886efc 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Added segment 85c978fd-e9b0-474e-b51a-cfa10d94c77c of type geneve for network 40004d4b-97d7-4b2c-9284-ef51f269dd23 2026-05-04 12:41:34.703 8 INFO neutron.db.l3_db [req-a875cc8d-7619-4ad5-a2e4-cb836e171653 req-44a34adf-1e41-49e0-9820-2097e538947d e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Floating IP 01f73411-2de8-4c94-b48e-9f1f4c585a31 disassociated. External IP: 10.96.250.218, port: 7f576de4-44d4-4441-8ac8-6c5242d90e9f. 2026-05-04 12:41:34.805 7 INFO neutron.db.ovn_revision_numbers_db [None req-44f40499-9ba9-468a-9892-6fc553886efc 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource 40004d4b-97d7-4b2c-9284-ef51f269dd23 (type: networks) to 1 [pid: 8|app: 0|req: 1159/2344] 199.204.45.227 () {36 vars in 997 bytes} [Mon May 4 12:41:34 2026] DELETE /v2.0/ports/7f576de4-44d4-4441-8ac8-6c5242d90e9f => generated 0 bytes in 438 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2345] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:34 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:34.964 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-44f40499-9ba9-468a-9892-6fc553886efc 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] No more DHCP agents 2026-05-04 12:41:34.965 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-44f40499-9ba9-468a-9892-6fc553886efc 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Unable to schedule network 40004d4b-97d7-4b2c-9284-ef51f269dd23: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:35.014 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: a19d4471-9928-4900-8736-398fac0572e1 2026-05-04 12:41:35.047 7 INFO neutron.db.ovn_revision_numbers_db [None req-44f40499-9ba9-468a-9892-6fc553886efc 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource a19d4471-9928-4900-8736-398fac0572e1 (type: ports) to 1 [pid: 7|app: 0|req: 1186/2348] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:41:34 2026] POST /v2.0/networks => generated 767 bytes in 801 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:35.199 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0c5a24c1-45b5-4211-b4ef-028b86729318 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] No more DHCP agents 2026-05-04 12:41:35.200 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0c5a24c1-45b5-4211-b4ef-028b86729318 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Unable to schedule network 40004d4b-97d7-4b2c-9284-ef51f269dd23: 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: 7|app: 0|req: 1187/2349] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:41:35 2026] GET /v2.0/ports?tenant_id=11bed8ea14be486b863535061e5f1c2f&device_id=d999ea0a-1f02-4b0b-a696-95869b0080c3 => generated 1463 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2350] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:41:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.216&port_id=7384187f-fb17-427f-901c-8abf4c82ed22 => 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: 1189/2351] 199.204.45.227 () {34 vars in 1106 bytes} [Mon May 4 12:41:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1d6&port_id=7384187f-fb17-427f-901c-8abf4c82ed22 => 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: 1190/2352] 199.204.45.227 () {34 vars in 1064 bytes} [Mon May 4 12:41:35 2026] GET /v2.0/subnets?id=71600aa7-014d-4a75-82a2-3c99470f8c97&id=b3b0f9f0-4dfb-45e4-93e2-7320d969e8a6 => generated 1413 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2353] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:41:35 2026] GET /v2.0/ports?network_id=2be658e9-5a52-43de-b0c8-0b37915c5949&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-05-04 12:41:35.532 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c5a24c1-45b5-4211-b4ef-028b86729318 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource a19d4471-9928-4900-8736-398fac0572e1 (type: ports) to 2 [pid: 7|app: 0|req: 1192/2354] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:41:35 2026] GET /v2.0/ports?network_id=2be658e9-5a52-43de-b0c8-0b37915c5949&device_owner=network%3Adhcp => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:35.574 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c5a24c1-45b5-4211-b4ef-028b86729318 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource 73b369df-17c4-48b8-9c91-20819fdd5c08 (type: subnets) to 0 2026-05-04 12:41:35.580 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-57a9c81d-204e-4db4-8193-41d1d6e4a478'] response: {'server_uuid': '3e5116ed-651a-45e6-a5b0-3231afca6902', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7f576de4-44d4-4441-8ac8-6c5242d90e9f', 'code': 200} 2026-05-04 12:41:35.580 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-57a9c81d-204e-4db4-8193-41d1d6e4a478'] response: {'name': 'network-changed', 'server_uuid': 'd999ea0a-1f02-4b0b-a696-95869b0080c3', 'tag': '7384187f-fb17-427f-901c-8abf4c82ed22', 'status': 'completed', 'code': 200} 2026-05-04 12:41:35.580 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-57a9c81d-204e-4db4-8193-41d1d6e4a478'] response: {'server_uuid': '3e5116ed-651a-45e6-a5b0-3231afca6902', 'name': 'network-vif-deleted', 'tag': '7f576de4-44d4-4441-8ac8-6c5242d90e9f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1163/2355] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:41:35 2026] POST /v2.0/subnets => generated 644 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:35.600 7 WARNING neutron.api.v2.base [None req-7fc8be5d-ab65-4b62-b81d-13632d451675 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-04 12:41:35.601 7 INFO neutron.api.v2.resource [None req-7fc8be5d-ab65-4b62-b81d-13632d451675 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1193/2356] 10.0.0.165 () {34 vars in 681 bytes} [Mon May 4 12:41:35 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2357] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:41:35 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:35.736 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb91bcd2-193c-4e91-94e3-dd1d877fe7fb 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] TaaS: Handle Delete Port: a19d4471-9928-4900-8736-398fac0572e1 2026-05-04 12:41:35.739 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb91bcd2-193c-4e91-94e3-dd1d877fe7fb 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Tap Mirror: Handle Delete Port: a19d4471-9928-4900-8736-398fac0572e1 [pid: 7|app: 0|req: 1195/2358] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:41:35 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2359] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:35 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:36.049 8 INFO neutron.services.segments.plugin [-] Segment 85c978fd-e9b0-474e-b51a-cfa10d94c77c resource provider aggregate not found [pid: 7|app: 0|req: 1197/2360] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:41:35 2026] GET /v2.0/subnets => generated 6862 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:36.056 8 INFO neutron.services.segments.plugin [-] Segment 85c978fd-e9b0-474e-b51a-cfa10d94c77c resource provider aggregate not found [pid: 7|app: 0|req: 1198/2361] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:41:36 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:36.073 8 INFO neutron.services.segments.plugin [-] Segment 85c978fd-e9b0-474e-b51a-cfa10d94c77c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85c978fd-e9b0-474e-b51a-cfa10d94c77c found for delete ", "request_id": "req-de10e70c-adfb-4fcd-ad34-45d9af9d0728"}]} 2026-05-04 12:41:36.075 8 INFO neutron.services.segments.plugin [-] Segment 85c978fd-e9b0-474e-b51a-cfa10d94c77c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85c978fd-e9b0-474e-b51a-cfa10d94c77c found for delete ", "request_id": "req-64473273-01e4-42b3-936f-cf264ec14cb5"}]} [pid: 8|app: 0|req: 1164/2362] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:41:35 2026] DELETE /v2.0/networks/40004d4b-97d7-4b2c-9284-ef51f269dd23 => generated 0 bytes in 496 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2363] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:41:36 2026] GET /v2.0/subnets => generated 6862 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2364] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:41:36 2026] GET /v2.0/floatingips => generated 1397 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:36.188 8 INFO neutron.db.segments_db [None req-c85ff4cc-a7b5-4e9a-82d2-2b13be2b7e6d 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Added segment 125b0f93-1a05-4993-8abe-7af7fab4e907 of type geneve for network 1dd06935-6513-4367-90b4-cee6a5dc5da1 [pid: 7|app: 0|req: 1201/2365] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:41:36 2026] GET /v2.0/routers => generated 2950 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:36.278 8 INFO neutron.db.ovn_revision_numbers_db [None req-c85ff4cc-a7b5-4e9a-82d2-2b13be2b7e6d 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource 1dd06935-6513-4367-90b4-cee6a5dc5da1 (type: networks) to 1 [pid: 7|app: 0|req: 1202/2366] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:41:36 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: 1203/2367] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:41:36 2026] GET /v2.0/ports => generated 24015 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-04 12:41:36.426 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c85ff4cc-a7b5-4e9a-82d2-2b13be2b7e6d 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] No more DHCP agents 2026-05-04 12:41:36.427 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c85ff4cc-a7b5-4e9a-82d2-2b13be2b7e6d 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Unable to schedule network 1dd06935-6513-4367-90b4-cee6a5dc5da1: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1204/2368] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:41:36 2026] GET /v2.0/security-groups => generated 45559 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-04 12:41:36.499 8 INFO neutron.db.ovn_revision_numbers_db [None req-c85ff4cc-a7b5-4e9a-82d2-2b13be2b7e6d 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource a4bac6b8-c9c4-4889-bcfb-f68cff17b948 (type: ports) to 1 2026-05-04 12:41:36.501 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11abdde5-4f53-48e2-a7f1-da3fce343d43 - - - - - -] OVN reports status down for port: a4bac6b8-c9c4-4889-bcfb-f68cff17b948 [pid: 8|app: 0|req: 1165/2369] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:41:36 2026] POST /v2.0/networks => generated 768 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2370] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:41:36 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: 1166/2371] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:41:36 2026] GET /v2.0/network-ip-availabilities => generated 7485 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2372] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:41:36 2026] GET /v2.0/networks => generated 7104 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:36.656 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-49a52e6e-8de2-47b2-87af-9496fd9c8d0e 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] No more DHCP agents 2026-05-04 12:41:36.657 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-49a52e6e-8de2-47b2-87af-9496fd9c8d0e 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Unable to schedule network 1dd06935-6513-4367-90b4-cee6a5dc5da1: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1168/2373] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:41:36 2026] GET /v2.0/ports?tenant_id=11bed8ea14be486b863535061e5f1c2f&device_id=d999ea0a-1f02-4b0b-a696-95869b0080c3 => generated 1463 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2374] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:41:36 2026] GET /v2.0/networks?id=2be658e9-5a52-43de-b0c8-0b37915c5949 => generated 840 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2375] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:41:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.216&port_id=7384187f-fb17-427f-901c-8abf4c82ed22 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2376] 199.204.45.227 () {34 vars in 1106 bytes} [Mon May 4 12:41:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1d6&port_id=7384187f-fb17-427f-901c-8abf4c82ed22 => 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: 1172/2377] 199.204.45.227 () {34 vars in 1064 bytes} [Mon May 4 12:41:36 2026] GET /v2.0/subnets?id=71600aa7-014d-4a75-82a2-3c99470f8c97&id=b3b0f9f0-4dfb-45e4-93e2-7320d969e8a6 => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2378] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:41:36 2026] GET /v2.0/ports?network_id=2be658e9-5a52-43de-b0c8-0b37915c5949&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: 8|app: 0|req: 1174/2379] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:41:37 2026] GET /v2.0/ports?network_id=2be658e9-5a52-43de-b0c8-0b37915c5949&device_owner=network%3Adhcp => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2380] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:41:37 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:37.085 7 INFO neutron.db.ovn_revision_numbers_db [None req-49a52e6e-8de2-47b2-87af-9496fd9c8d0e 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource a4bac6b8-c9c4-4889-bcfb-f68cff17b948 (type: ports) to 2 [pid: 8|app: 0|req: 1176/2381] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:37 2026] GET /v2.0/ports?device_id=3e5116ed-651a-45e6-a5b0-3231afca6902 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:37.135 7 INFO neutron.db.ovn_revision_numbers_db [None req-49a52e6e-8de2-47b2-87af-9496fd9c8d0e 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource 5ab7cd48-bb84-42d4-a341-a50d38f6c438 (type: subnets) to 0 [pid: 8|app: 0|req: 1177/2382] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:41:37 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2383] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:41:36 2026] POST /v2.0/subnets => generated 647 bytes in 623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:37.168 8 WARNING neutron.api.v2.base [None req-85b7e71b-2b19-464f-9df2-78133f084765 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-04 12:41:37.169 8 INFO neutron.api.v2.resource [None req-85b7e71b-2b19-464f-9df2-78133f084765 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1178/2384] 10.0.0.165 () {34 vars in 681 bytes} [Mon May 4 12:41:37 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-04 12:41:37.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ba781d6-9ca2-4404-81f0-38c0c00a79ec 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] TaaS: Handle Delete Port: a4bac6b8-c9c4-4889-bcfb-f68cff17b948 2026-05-04 12:41:37.301 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ba781d6-9ca2-4404-81f0-38c0c00a79ec 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Tap Mirror: Handle Delete Port: a4bac6b8-c9c4-4889-bcfb-f68cff17b948 2026-05-04 12:41:37.592 7 INFO neutron.services.segments.plugin [-] Segment 125b0f93-1a05-4993-8abe-7af7fab4e907 resource provider aggregate not found 2026-05-04 12:41:37.595 7 INFO neutron.services.segments.plugin [-] Segment 125b0f93-1a05-4993-8abe-7af7fab4e907 resource provider aggregate not found 2026-05-04 12:41:37.604 7 INFO neutron.services.segments.plugin [-] Segment 125b0f93-1a05-4993-8abe-7af7fab4e907 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 125b0f93-1a05-4993-8abe-7af7fab4e907 found for delete ", "request_id": "req-51b033ff-6f9e-49f0-85ec-861924137c8c"}]} 2026-05-04 12:41:37.622 7 INFO neutron.services.segments.plugin [-] Segment 125b0f93-1a05-4993-8abe-7af7fab4e907 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 125b0f93-1a05-4993-8abe-7af7fab4e907 found for delete ", "request_id": "req-4997f4e9-eccc-43bf-a8a4-8540cd8fe920"}]} [pid: 7|app: 0|req: 1207/2385] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:41:37 2026] DELETE /v2.0/networks/1dd06935-6513-4367-90b4-cee6a5dc5da1 => generated 0 bytes in 475 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:41:37.735 8 INFO neutron.db.segments_db [None req-8f791556-4c31-413f-9ce4-f963e0030c8e 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Added segment eac50c86-716f-45d5-969f-929d08241dde of type geneve for network c19bd258-fd7f-4680-9390-e1ab85ea385b 2026-05-04 12:41:37.825 8 INFO neutron.db.ovn_revision_numbers_db [None req-8f791556-4c31-413f-9ce4-f963e0030c8e 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource c19bd258-fd7f-4680-9390-e1ab85ea385b (type: networks) to 1 2026-05-04 12:41:37.979 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8f791556-4c31-413f-9ce4-f963e0030c8e 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] No more DHCP agents 2026-05-04 12:41:37.980 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8f791556-4c31-413f-9ce4-f963e0030c8e 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Unable to schedule network c19bd258-fd7f-4680-9390-e1ab85ea385b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:38.018 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11abdde5-4f53-48e2-a7f1-da3fce343d43 - - - - - -] OVN reports status down for port: 2d87ca94-8301-460f-8c5c-032f9a9106a4 2026-05-04 12:41:38.048 8 INFO neutron.db.ovn_revision_numbers_db [None req-8f791556-4c31-413f-9ce4-f963e0030c8e 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource 2d87ca94-8301-460f-8c5c-032f9a9106a4 (type: ports) to 1 [pid: 8|app: 0|req: 1179/2386] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:41:37 2026] POST /v2.0/networks => generated 767 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:38.192 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f9045772-a736-404a-a035-9501d526bbac 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] No more DHCP agents 2026-05-04 12:41:38.193 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f9045772-a736-404a-a035-9501d526bbac 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Unable to schedule network c19bd258-fd7f-4680-9390-e1ab85ea385b: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1180/2387] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:38 2026] DELETE /v2.0/security-groups/7f42fbc5-4179-43e4-b7e6-2070a5e09dfa => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:41:38.397 8 INFO neutron.api.v2.resource [None req-108b86fe-1726-4fd9-acbe-f40fa014ee50 e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1181/2388] 10.0.0.165 () {32 vars in 737 bytes} [Mon May 4 12:41:38 2026] GET /v2.0/security-groups/7f42fbc5-4179-43e4-b7e6-2070a5e09dfa => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:41:38.402 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-11abdde5-4f53-48e2-a7f1-da3fce343d43 - - - - - -] OVN reports status up for port: 7384187f-fb17-427f-901c-8abf4c82ed22 2026-05-04 12:41:38.444 7 INFO neutron.plugins.ml2.plugin [None req-11abdde5-4f53-48e2-a7f1-da3fce343d43 - - - - - -] Attempt 1 to provision port 7384187f-fb17-427f-901c-8abf4c82ed22 2026-05-04 12:41:38.542 8 INFO neutron_taas.services.taas.taas_plugin [None req-11a838bd-58ea-4601-a30c-de98a6cbd68d e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] TaaS: Handle Delete Port: e7a6c178-8ee9-4fa5-be1d-564d5b45993a 2026-05-04 12:41:38.545 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11a838bd-58ea-4601-a30c-de98a6cbd68d e718b2818a084493a1f11569d730e2ff c48d716a1fae4299a1f31f23fa0de91a - - default default] Tap Mirror: Handle Delete Port: e7a6c178-8ee9-4fa5-be1d-564d5b45993a 2026-05-04 12:41:38.629 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bfc0210-26ab-40ff-b70a-180ff1161129'] response: {'server_uuid': 'd999ea0a-1f02-4b0b-a696-95869b0080c3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7384187f-fb17-427f-901c-8abf4c82ed22', 'code': 200} [pid: 8|app: 0|req: 1182/2389] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:41:38 2026] DELETE /v2.0/floatingips/01f73411-2de8-4c94-b48e-9f1f4c585a31 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:41:38.840 7 INFO neutron.db.ovn_revision_numbers_db [None req-f9045772-a736-404a-a035-9501d526bbac 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource 2d87ca94-8301-460f-8c5c-032f9a9106a4 (type: ports) to 2 2026-05-04 12:41:38.844 7 INFO neutron.db.ovn_revision_numbers_db [None req-11abdde5-4f53-48e2-a7f1-da3fce343d43 - - - - - -] Successfully bumped revision number for resource 7384187f-fb17-427f-901c-8abf4c82ed22 (type: ports) to 5 [pid: 8|app: 0|req: 1183/2390] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:38 2026] DELETE /v2.0/security-groups/ce4f4505-c541-4700-b59b-272341cab0fb => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:41:38.902 7 INFO neutron.db.ovn_revision_numbers_db [None req-f9045772-a736-404a-a035-9501d526bbac 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Successfully bumped revision number for resource 05d4acba-0069-4799-a069-2e31d543427c (type: subnets) to 0 [pid: 7|app: 0|req: 1208/2391] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:41:38 2026] POST /v2.0/subnets => generated 647 bytes in 851 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: 1184/2392] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:38 2026] GET /v2.0/ports?device_id=d999ea0a-1f02-4b0b-a696-95869b0080c3 => generated 1204 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2393] 10.0.0.165 () {34 vars in 681 bytes} [Mon May 4 12:41:38 2026] POST /v2.0/rbac-policies => generated 324 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2394] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:39 2026] GET /v2.0/security-groups?id=c2572e54-0e2c-40b2-bbb9-34c253c4c70c&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:39.194 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f45e274-34dc-4ada-a913-7d9d90bc7f8d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 7efb9ade-c4c0-4219-9b00-a50cf17cb1b7 2026-05-04 12:41:39.197 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f45e274-34dc-4ada-a913-7d9d90bc7f8d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 7efb9ade-c4c0-4219-9b00-a50cf17cb1b7 [pid: 8|app: 0|req: 1187/2395] 10.0.0.165 () {32 vars in 723 bytes} [Mon May 4 12:41:39 2026] GET /v2.0/networks/c19bd258-fd7f-4680-9390-e1ab85ea385b => generated 693 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2396] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:41:38 2026] PUT /v2.0/routers/a5862054-8b95-4c45-9c9a-d1b6b6797dec/remove_router_interface => generated 310 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:41:39.931 7 INFO neutron.pecan_wsgi.hooks.translation [None req-685d6adc-c2f1-43f3-bfe2-8f3d314eae62 6746f90cf3bd4203a4727dd536d6fa89 cfe9c74fdac941c69c4f0f516963810d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1210/2397] 10.0.0.165 () {32 vars in 723 bytes} [Mon May 4 12:41:39 2026] GET /v2.0/networks/c19bd258-fd7f-4680-9390-e1ab85ea385b => generated 138 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:41:40.073 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c4d4ada-4086-45a3-bdb7-4db94722cc89 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] TaaS: Handle Delete Port: 2d87ca94-8301-460f-8c5c-032f9a9106a4 2026-05-04 12:41:40.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c4d4ada-4086-45a3-bdb7-4db94722cc89 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] Tap Mirror: Handle Delete Port: 2d87ca94-8301-460f-8c5c-032f9a9106a4 2026-05-04 12:41:40.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-15bc3bec-2969-4585-9c46-ab2bfbf2b105 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 7ce5e3e3-cb58-463c-a293-74ae2db151c7 2026-05-04 12:41:40.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15bc3bec-2969-4585-9c46-ab2bfbf2b105 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 7ce5e3e3-cb58-463c-a293-74ae2db151c7 2026-05-04 12:41:40.363 7 INFO neutron.services.segments.plugin [-] Segment eac50c86-716f-45d5-969f-929d08241dde resource provider aggregate not found 2026-05-04 12:41:40.369 7 INFO neutron.services.segments.plugin [-] Segment eac50c86-716f-45d5-969f-929d08241dde resource provider aggregate not found 2026-05-04 12:41:40.386 7 INFO neutron.services.segments.plugin [-] Segment eac50c86-716f-45d5-969f-929d08241dde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eac50c86-716f-45d5-969f-929d08241dde found for delete ", "request_id": "req-f9b76922-9643-4225-be04-8215b7971104"}]} 2026-05-04 12:41:40.389 7 INFO neutron.services.segments.plugin [-] Segment eac50c86-716f-45d5-969f-929d08241dde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eac50c86-716f-45d5-969f-929d08241dde found for delete ", "request_id": "req-72ecde80-b916-4792-922e-76aa5c8a61e8"}]} [pid: 7|app: 0|req: 1211/2398] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:41:39 2026] DELETE /v2.0/networks/c19bd258-fd7f-4680-9390-e1ab85ea385b => generated 0 bytes in 465 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:41:40.415 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7e6e1d1-35f5-429a-8bad-8e827846f8fa 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1212/2399] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:41:40 2026] DELETE /v2.0/subnets/73b369df-17c4-48b8-9c91-20819fdd5c08 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:41:40.432 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b99a2892-b9aa-45e0-af4e-c1f8ee09efb4 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1213/2400] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:41:40 2026] DELETE /v2.0/subnets/5ab7cd48-bb84-42d4-a341-a50d38f6c438 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:41:40.444 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8425eb1-4600-46c6-a772-3c0a6fdacc23 3e38cef5d1bf42cbbdd0b7f67fd993ab 41a244083dcc45949b59b568dcbe6303 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1214/2401] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:41:40 2026] DELETE /v2.0/subnets/05d4acba-0069-4799-a069-2e31d543427c => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2402] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:41:39 2026] DELETE /v2.0/routers/a5862054-8b95-4c45-9c9a-d1b6b6797dec => generated 0 bytes in 695 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2403] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:41:40 2026] DELETE /v2.0/subnets/1d50a2d6-a337-403e-99d7-7bb3597ff82f => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:41:40.675 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1307a767-833b-4a98-90e8-c4778d5b63ba'] response: {'server_uuid': 'd999ea0a-1f02-4b0b-a696-95869b0080c3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '7384187f-fb17-427f-901c-8abf4c82ed22', 'code': 200} 2026-05-04 12:41:40.746 8 INFO neutron_taas.services.taas.taas_plugin [None req-3765728d-21b4-4352-b718-6e53b58fbd8f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 1cd1a526-9f62-4846-8985-cbad52c2ff3f 2026-05-04 12:41:40.748 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3765728d-21b4-4352-b718-6e53b58fbd8f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 1cd1a526-9f62-4846-8985-cbad52c2ff3f 2026-05-04 12:41:40.904 8 INFO neutron.services.segments.plugin [-] Segment f562f570-de56-4940-8325-b5fbb6fc8dfe resource provider aggregate not found 2026-05-04 12:41:40.912 8 INFO neutron.services.segments.plugin [-] Segment f562f570-de56-4940-8325-b5fbb6fc8dfe resource provider aggregate not found 2026-05-04 12:41:40.918 8 INFO neutron.services.segments.plugin [-] Segment f562f570-de56-4940-8325-b5fbb6fc8dfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f562f570-de56-4940-8325-b5fbb6fc8dfe found for delete ", "request_id": "req-f23eabe2-1ebc-4a59-bff3-732c95e742ac"}]} 2026-05-04 12:41:40.931 8 INFO neutron.services.segments.plugin [-] Segment f562f570-de56-4940-8325-b5fbb6fc8dfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f562f570-de56-4940-8325-b5fbb6fc8dfe found for delete ", "request_id": "req-652df508-7be7-4f33-a1fa-4c37d3d6bf50"}]} [pid: 8|app: 0|req: 1189/2404] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:41:40 2026] DELETE /v2.0/networks/92b28e7d-55a6-475b-850b-51b6ac05902f => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:41:41.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-2db7021b-0d17-4c8f-b096-aca94e5715b9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 7e2bf9ca-c199-4f53-b160-20fe84c66b78 2026-05-04 12:41:41.221 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2db7021b-0d17-4c8f-b096-aca94e5715b9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 7e2bf9ca-c199-4f53-b160-20fe84c66b78 2026-05-04 12:41:41.397 8 WARNING neutron.db.securitygroups_db [None req-5705e9ea-7256-4d34-a1e4-2a3872a36dc2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1190/2405] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:41:41 2026] GET /v2.0/security-groups?tenant_id=41a244083dcc45949b59b568dcbe6303&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2406] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:41 2026] DELETE /v2.0/security-groups/c6333dd0-f074-4fcd-aa30-78bbf57b0e43 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:41:41.663 8 WARNING neutron.db.securitygroups_db [None req-2ba2605d-b0cc-4dd4-85d5-a2a3df15422d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1216/2407] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:41:40 2026] PUT /v2.0/routers/4fdeee6e-571a-4531-b8bd-53ee8d1bc50e/remove_router_interface => generated 310 bytes in 767 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:41:41.785 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ba2605d-b0cc-4dd4-85d5-a2a3df15422d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e1c86241-24d2-4fe5-aeb1-5c1f5a3de2a4 (type: security_groups) to 1 2026-05-04 12:41:41.796 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ba2605d-b0cc-4dd4-85d5-a2a3df15422d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7e0e24c1-d0a9-47de-86df-90d66e27e6ef (type: security_group_rules) to 0 2026-05-04 12:41:41.807 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ba2605d-b0cc-4dd4-85d5-a2a3df15422d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource aee67fab-e0d2-43db-ab24-f001e5483230 (type: security_group_rules) to 0 2026-05-04 12:41:41.818 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ba2605d-b0cc-4dd4-85d5-a2a3df15422d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource b2438692-8e29-498c-af95-2d2a22f1072e (type: security_group_rules) to 0 2026-05-04 12:41:41.828 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ba2605d-b0cc-4dd4-85d5-a2a3df15422d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource b55fea55-b30b-4905-955c-14362a0598b8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1192/2408] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:41:41 2026] GET /v2.0/security-groups?tenant_id=676914c290e943f4b3dad6403aeae5cc&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2409] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:41 2026] DELETE /v2.0/security-groups/e1c86241-24d2-4fe5-aeb1-5c1f5a3de2a4 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:41:42.052 7 INFO neutron_taas.services.taas.taas_plugin [None req-f76ded5a-4ab8-4837-8c86-13a73214a1a3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 0cb9186b-f784-4534-a5fb-7e781af8e509 2026-05-04 12:41:42.055 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f76ded5a-4ab8-4837-8c86-13a73214a1a3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 0cb9186b-f784-4534-a5fb-7e781af8e509 2026-05-04 12:41:42.170 8 WARNING neutron.db.securitygroups_db [None req-3d2fa176-3b5b-4991-aaab-cf0ea0d6158e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:41:42.294 8 INFO neutron.db.ovn_revision_numbers_db [None req-3d2fa176-3b5b-4991-aaab-cf0ea0d6158e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource b01cd5ce-b9bc-4e59-b485-8ec6910a320e (type: security_groups) to 1 2026-05-04 12:41:42.304 8 INFO neutron.db.ovn_revision_numbers_db [None req-3d2fa176-3b5b-4991-aaab-cf0ea0d6158e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 394f19c3-e433-4217-a65f-341ed83ee536 (type: security_group_rules) to 0 2026-05-04 12:41:42.319 8 INFO neutron.db.ovn_revision_numbers_db [None req-3d2fa176-3b5b-4991-aaab-cf0ea0d6158e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 415272e0-d9ce-4731-bc41-f5b75830fd34 (type: security_group_rules) to 0 2026-05-04 12:41:42.329 8 INFO neutron.db.ovn_revision_numbers_db [None req-3d2fa176-3b5b-4991-aaab-cf0ea0d6158e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 83f32db1-4dfd-467e-92b2-e585e0cffe67 (type: security_group_rules) to 0 2026-05-04 12:41:42.340 8 INFO neutron.db.ovn_revision_numbers_db [None req-3d2fa176-3b5b-4991-aaab-cf0ea0d6158e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f9947d3f-1370-43c7-94fc-3d86f4628781 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1194/2410] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:41:42 2026] GET /v2.0/security-groups?tenant_id=cfe9c74fdac941c69c4f0f516963810d&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2411] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:41:41 2026] DELETE /v2.0/routers/4fdeee6e-571a-4531-b8bd-53ee8d1bc50e => generated 0 bytes in 663 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2412] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:41:42 2026] DELETE /v2.0/subnets/45bd4602-55db-4230-a371-a7218172be90 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2413] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:42 2026] DELETE /v2.0/security-groups/b01cd5ce-b9bc-4e59-b485-8ec6910a320e => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:41:42.669 7 INFO neutron_taas.services.taas.taas_plugin [None req-28f79f55-53f5-4a07-94fb-9794774b3594 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 0621b094-831f-421e-a0be-7f322d28ad9f 2026-05-04 12:41:42.673 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28f79f55-53f5-4a07-94fb-9794774b3594 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 0621b094-831f-421e-a0be-7f322d28ad9f 2026-05-04 12:41:42.861 7 INFO neutron.services.segments.plugin [-] Segment 28862f3f-4af5-49c2-abe3-014eb675cf20 resource provider aggregate not found 2026-05-04 12:41:42.864 7 INFO neutron.services.segments.plugin [-] Segment 28862f3f-4af5-49c2-abe3-014eb675cf20 resource provider aggregate not found 2026-05-04 12:41:42.879 7 INFO neutron.services.segments.plugin [-] Segment 28862f3f-4af5-49c2-abe3-014eb675cf20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28862f3f-4af5-49c2-abe3-014eb675cf20 found for delete ", "request_id": "req-2598bdb5-bda6-4b18-aed5-11adf364e99a"}]} 2026-05-04 12:41:42.882 7 INFO neutron.services.segments.plugin [-] Segment 28862f3f-4af5-49c2-abe3-014eb675cf20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28862f3f-4af5-49c2-abe3-014eb675cf20 found for delete ", "request_id": "req-e037f1e0-336c-4079-be91-8167c7b2084d"}]} [pid: 7|app: 0|req: 1219/2414] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:41:42 2026] DELETE /v2.0/networks/b1872ac0-17e9-402c-aad4-e6234a2f4367 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:41:43.195 8 WARNING neutron.db.securitygroups_db [None req-f930e0fd-d855-40c8-a484-9b472573632f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1196/2415] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:41:43 2026] GET /v2.0/security-groups?tenant_id=6f9e78c8648b4d76a588596700a86626&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: 1220/2416] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:43 2026] DELETE /v2.0/security-groups/7a976bc9-d0ba-415c-9552-68ff44a61c85 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:41:43.485 8 WARNING neutron.db.securitygroups_db [None req-a6f9ba2e-89b3-48fb-9eaf-c56fc31f713f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1197/2417] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:41:43 2026] GET /v2.0/security-groups?tenant_id=c48d716a1fae4299a1f31f23fa0de91a&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2418] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:43 2026] DELETE /v2.0/security-groups/5702d747-afc6-42e1-b6b7-27de4bf7b5b3 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2419] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:41:44 2026] GET /v2.0/ports?device_id=d999ea0a-1f02-4b0b-a696-95869b0080c3 => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2420] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:41:44 2026] GET /v2.0/security-groups?id=c2572e54-0e2c-40b2-bbb9-34c253c4c70c&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2421] 10.0.0.165 () {32 vars in 818 bytes} [Mon May 4 12:41:44 2026] GET /v2.0/ports?network_id=2be658e9-5a52-43de-b0c8-0b37915c5949&mac_address=fa%3A16%3A3e%3A75%3A92%3A44 => generated 1204 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:44.567 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b9a6aca7-6076-4fbf-b997-142da5fb7976 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:41:44.568 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b9a6aca7-6076-4fbf-b997-142da5fb7976 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:45.311 7 INFO neutron.db.ovn_revision_numbers_db [None req-b9a6aca7-6076-4fbf-b997-142da5fb7976 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource a36b672e-8ab2-4579-83d4-153bf46fb955 (type: floatingips) to 1 2026-05-04 12:41:45.311 7 INFO neutron.db.l3_db [None req-b9a6aca7-6076-4fbf-b997-142da5fb7976 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Floating IP a36b672e-8ab2-4579-83d4-153bf46fb955 associated. External IP: 10.96.250.211, port: 7384187f-fb17-427f-901c-8abf4c82ed22. [pid: 7|app: 0|req: 1223/2422] 10.0.0.165 () {34 vars in 677 bytes} [Mon May 4 12:41:44 2026] POST /v2.0/floatingips => generated 855 bytes in 948 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:45.384 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a07f8d21-5a93-4256-bdf0-c6251d0493d3'] response: {'name': 'network-changed', 'server_uuid': 'd999ea0a-1f02-4b0b-a696-95869b0080c3', 'tag': '7384187f-fb17-427f-901c-8abf4c82ed22', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1200/2423] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:41:45 2026] GET /v2.0/ports?tenant_id=11bed8ea14be486b863535061e5f1c2f&device_id=d999ea0a-1f02-4b0b-a696-95869b0080c3 => generated 1465 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: 7|app: 0|req: 1224/2424] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:41:45 2026] GET /v2.0/networks?id=2be658e9-5a52-43de-b0c8-0b37915c5949 => generated 840 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2425] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:41:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.216&port_id=7384187f-fb17-427f-901c-8abf4c82ed22 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2426] 199.204.45.227 () {34 vars in 1106 bytes} [Mon May 4 12:41:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1d6&port_id=7384187f-fb17-427f-901c-8abf4c82ed22 => 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: 1202/2427] 199.204.45.227 () {34 vars in 1064 bytes} [Mon May 4 12:41:46 2026] GET /v2.0/subnets?id=71600aa7-014d-4a75-82a2-3c99470f8c97&id=b3b0f9f0-4dfb-45e4-93e2-7320d969e8a6 => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2428] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:41:46 2026] GET /v2.0/ports?network_id=2be658e9-5a52-43de-b0c8-0b37915c5949&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: 1203/2429] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:41:46 2026] GET /v2.0/ports?network_id=2be658e9-5a52-43de-b0c8-0b37915c5949&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: 1227/2430] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:41:46 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?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: 1204/2431] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:41:46 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?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-05-04 12:41:46.798 7 INFO neutron.db.ovn_revision_numbers_db [None req-b1113c2b-ef53-4b50-9917-44957d63a684 0e923ee95dd5447f884f956c4304f8d6 2dffd51507a84b25b79dd6fa90d46bf0 - - default default] Successfully bumped revision number for resource 8f4c343c-c18f-4550-989a-929bb8ef0d00 (type: routers) to 1 [pid: 7|app: 0|req: 1228/2432] 10.0.0.165 () {34 vars in 668 bytes} [Mon May 4 12:41:46 2026] POST /v2.0/routers => generated 591 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:46.930 8 INFO neutron.db.ovn_revision_numbers_db [None req-f17e65eb-7cd9-40ed-beb2-628a3f2a8bd2 0e923ee95dd5447f884f956c4304f8d6 2dffd51507a84b25b79dd6fa90d46bf0 - - default default] Successfully bumped revision number for resource 9cee1d3b-c527-400a-b622-bfb6690a4777 (type: routers) to 1 [pid: 8|app: 0|req: 1205/2433] 10.0.0.165 () {34 vars in 668 bytes} [Mon May 4 12:41:46 2026] POST /v2.0/routers => generated 591 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:47.116 7 INFO neutron.db.ovn_revision_numbers_db [None req-d643c15b-09a0-421e-be57-a547a2ce53ec 0e923ee95dd5447f884f956c4304f8d6 2dffd51507a84b25b79dd6fa90d46bf0 - - default default] Successfully bumped revision number for resource 35caadd0-1486-4ed3-9cca-bc82c2e900fe (type: routers) to 1 [pid: 7|app: 0|req: 1229/2434] 10.0.0.165 () {34 vars in 668 bytes} [Mon May 4 12:41:46 2026] POST /v2.0/routers => generated 591 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:47.301 8 INFO neutron.db.ovn_revision_numbers_db [None req-b085b769-3d77-482c-9fb4-790db5f6cce6 0e923ee95dd5447f884f956c4304f8d6 2dffd51507a84b25b79dd6fa90d46bf0 - - default default] Successfully bumped revision number for resource 1ecffe5b-9340-4a57-a245-78a49868be4a (type: routers) to 1 [pid: 8|app: 0|req: 1206/2435] 10.0.0.165 () {34 vars in 668 bytes} [Mon May 4 12:41:47 2026] POST /v2.0/routers => generated 591 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:47.431 7 INFO neutron.db.ovn_revision_numbers_db [None req-715df598-cb3c-4116-bd45-d096201760d6 0e923ee95dd5447f884f956c4304f8d6 2dffd51507a84b25b79dd6fa90d46bf0 - - default default] Successfully bumped revision number for resource 3ee87c4e-fd97-4595-b6eb-8d10770dce28 (type: routers) to 1 [pid: 7|app: 0|req: 1230/2436] 10.0.0.165 () {34 vars in 668 bytes} [Mon May 4 12:41:47 2026] POST /v2.0/routers => generated 591 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:47.492 8 WARNING tagging [None req-f1a09eaf-e067-4215-b705-eb18dd14b684 0e923ee95dd5447f884f956c4304f8d6 2dffd51507a84b25b79dd6fa90d46bf0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1207/2437] 10.0.0.165 () {34 vars in 751 bytes} [Mon May 4 12:41:47 2026] PUT /v2.0/routers/8f4c343c-c18f-4550-989a-929bb8ef0d00/tags => generated 17 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:47.569 7 WARNING tagging [None req-d1578ac2-aafc-49f4-85af-1e5a47ee7a65 0e923ee95dd5447f884f956c4304f8d6 2dffd51507a84b25b79dd6fa90d46bf0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1231/2438] 10.0.0.165 () {34 vars in 751 bytes} [Mon May 4 12:41:47 2026] PUT /v2.0/routers/9cee1d3b-c527-400a-b622-bfb6690a4777/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:47.669 8 WARNING tagging [None req-809d838d-bab5-4336-bd8d-15d0c71d0660 0e923ee95dd5447f884f956c4304f8d6 2dffd51507a84b25b79dd6fa90d46bf0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1208/2439] 10.0.0.165 () {34 vars in 751 bytes} [Mon May 4 12:41:47 2026] PUT /v2.0/routers/35caadd0-1486-4ed3-9cca-bc82c2e900fe/tags => generated 34 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:47.742 8 WARNING tagging [None req-7ba1c0bc-1f93-4190-b000-03b0cb889ced 0e923ee95dd5447f884f956c4304f8d6 2dffd51507a84b25b79dd6fa90d46bf0 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1209/2440] 10.0.0.165 () {34 vars in 751 bytes} [Mon May 4 12:41:47 2026] PUT /v2.0/routers/1ecffe5b-9340-4a57-a245-78a49868be4a/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2441] 10.0.0.165 () {32 vars in 664 bytes} [Mon May 4 12:41:47 2026] GET /v2.0/routers?tags=red => generated 1814 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2442] 10.0.0.165 () {32 vars in 678 bytes} [Mon May 4 12:41:47 2026] GET /v2.0/routers?tags=red%2Cblue => generated 1222 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:47.968 7 INFO neutron.db.ovn_revision_numbers_db [None req-8747ac56-9554-40cb-838e-8f6d07eb5647 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource 9fde6423-ff97-4a71-9bc1-b7c6c009bc62 (type: security_groups) to 1 2026-05-04 12:41:47.982 7 INFO neutron.db.ovn_revision_numbers_db [None req-8747ac56-9554-40cb-838e-8f6d07eb5647 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource 41ec1171-8a6c-42ea-a766-1edc522ff85f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1212/2443] 10.0.0.165 () {32 vars in 674 bytes} [Mon May 4 12:41:47 2026] GET /v2.0/routers?tags-any=blue => generated 1222 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:47.994 7 INFO neutron.db.ovn_revision_numbers_db [None req-8747ac56-9554-40cb-838e-8f6d07eb5647 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource bea22bde-f3a3-47dc-9bd9-aae5b6efb6e4 (type: security_group_rules) to 0 2026-05-04 12:41:48.005 7 INFO neutron.db.ovn_revision_numbers_db [None req-8747ac56-9554-40cb-838e-8f6d07eb5647 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource c6be2ded-f915-4226-ae88-5abb0330e55b (type: security_group_rules) to 0 2026-05-04 12:41:48.014 7 INFO neutron.db.ovn_revision_numbers_db [None req-8747ac56-9554-40cb-838e-8f6d07eb5647 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource c7801a68-dc94-4893-af32-7a07f13f60af (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1213/2444] 10.0.0.165 () {32 vars in 686 bytes} [Mon May 4 12:41:47 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1814 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:48.091 7 INFO neutron.db.segments_db [None req-8747ac56-9554-40cb-838e-8f6d07eb5647 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Added segment 60c922cf-855a-448e-96be-24b90bd0b88a of type geneve for network 0181c05f-a906-44eb-82a3-d4b0bbe6fcbd [pid: 8|app: 0|req: 1214/2445] 10.0.0.165 () {32 vars in 672 bytes} [Mon May 4 12:41:48 2026] GET /v2.0/routers?not-tags=red => generated 1194 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2446] 10.0.0.165 () {32 vars in 686 bytes} [Mon May 4 12:41:48 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1786 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:48.200 7 INFO neutron.db.ovn_revision_numbers_db [None req-8747ac56-9554-40cb-838e-8f6d07eb5647 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource 0181c05f-a906-44eb-82a3-d4b0bbe6fcbd (type: networks) to 1 [pid: 8|app: 0|req: 1216/2447] 10.0.0.165 () {32 vars in 682 bytes} [Mon May 4 12:41:48 2026] GET /v2.0/routers?not-tags-any=blue => generated 1786 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2448] 10.0.0.165 () {32 vars in 694 bytes} [Mon May 4 12:41:48 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 1194 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2449] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:41:48 2026] GET /v2.0/routers/8f4c343c-c18f-4550-989a-929bb8ef0d00 => generated 602 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:48.380 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8747ac56-9554-40cb-838e-8f6d07eb5647 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] No more DHCP agents 2026-05-04 12:41:48.382 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8747ac56-9554-40cb-838e-8f6d07eb5647 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Unable to schedule network 0181c05f-a906-44eb-82a3-d4b0bbe6fcbd: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:48.425 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: 87936330-d283-4e54-b52d-1626e6cce98c 2026-05-04 12:41:48.450 7 INFO neutron.db.ovn_revision_numbers_db [None req-8747ac56-9554-40cb-838e-8f6d07eb5647 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource 87936330-d283-4e54-b52d-1626e6cce98c (type: ports) to 1 [pid: 7|app: 0|req: 1232/2450] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:41:47 2026] POST /v2.0/networks => generated 670 bytes in 824 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:48.665 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3b3f6ada-1dd8-4b40-96b5-a66d0f62b7f7 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] No more DHCP agents 2026-05-04 12:41:48.667 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3b3f6ada-1dd8-4b40-96b5-a66d0f62b7f7 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Unable to schedule network 0181c05f-a906-44eb-82a3-d4b0bbe6fcbd: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:48.692 8 INFO neutron.db.ovn_revision_numbers_db [None req-d0572a9b-db7f-44a6-8142-65fe4946d035 0e923ee95dd5447f884f956c4304f8d6 2dffd51507a84b25b79dd6fa90d46bf0 - - default default] Successfully bumped revision number for resource 8f4c343c-c18f-4550-989a-929bb8ef0d00 (type: routers) to 2 [pid: 8|app: 0|req: 1219/2451] 10.0.0.165 () {34 vars in 742 bytes} [Mon May 4 12:41:48 2026] PUT /v2.0/routers/8f4c343c-c18f-4550-989a-929bb8ef0d00 => generated 602 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:48.714 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status down for port: a3e5915b-670e-4453-865c-814a696658f7 [pid: 8|app: 0|req: 1220/2452] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:41:48 2026] GET /v2.0/ports?device_id=8f4c343c-c18f-4550-989a-929bb8ef0d00 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:48.756 7 INFO neutron.db.ovn_revision_numbers_db [None req-3b3f6ada-1dd8-4b40-96b5-a66d0f62b7f7 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource a3e5915b-670e-4453-865c-814a696658f7 (type: ports) to 1 [pid: 7|app: 0|req: 1233/2453] 10.0.0.165 () {34 vars in 664 bytes} [Mon May 4 12:41:48 2026] POST /v2.0/ports => generated 743 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1221/2454] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:41:48 2026] DELETE /v2.0/routers/8f4c343c-c18f-4550-989a-929bb8ef0d00 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:41:48.928 7 INFO neutron.db.segments_db [None req-09fa23ef-66be-421e-99ba-c211ceff77e2 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Added segment 6da4ae30-7f61-4ad6-9052-a6ef4ea687f2 of type geneve for network 561f9e0b-8f0e-4cc4-acd6-9239d2c4f5e0 [pid: 8|app: 0|req: 1222/2455] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:41:48 2026] GET /v2.0/routers/9cee1d3b-c527-400a-b622-bfb6690a4777 => generated 610 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:49.016 7 INFO neutron.db.ovn_revision_numbers_db [None req-09fa23ef-66be-421e-99ba-c211ceff77e2 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource 561f9e0b-8f0e-4cc4-acd6-9239d2c4f5e0 (type: networks) to 1 2026-05-04 12:41:49.206 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-09fa23ef-66be-421e-99ba-c211ceff77e2 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] No more DHCP agents 2026-05-04 12:41:49.207 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-09fa23ef-66be-421e-99ba-c211ceff77e2 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Unable to schedule network 561f9e0b-8f0e-4cc4-acd6-9239d2c4f5e0: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:49.244 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status down for port: fb3e3102-ff9f-43df-ba0b-9b0907e8f6a8 2026-05-04 12:41:49.313 7 INFO neutron.db.ovn_revision_numbers_db [None req-09fa23ef-66be-421e-99ba-c211ceff77e2 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource fb3e3102-ff9f-43df-ba0b-9b0907e8f6a8 (type: ports) to 1 2026-05-04 12:41:49.321 8 INFO neutron.db.ovn_revision_numbers_db [None req-68db0db3-4d8d-4fc7-bbc4-b941add4e030 0e923ee95dd5447f884f956c4304f8d6 2dffd51507a84b25b79dd6fa90d46bf0 - - default default] Successfully bumped revision number for resource 9cee1d3b-c527-400a-b622-bfb6690a4777 (type: routers) to 2 [pid: 8|app: 0|req: 1223/2456] 10.0.0.165 () {34 vars in 742 bytes} [Mon May 4 12:41:48 2026] PUT /v2.0/routers/9cee1d3b-c527-400a-b622-bfb6690a4777 => generated 610 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2457] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:41:49 2026] GET /v2.0/ports?device_id=9cee1d3b-c527-400a-b622-bfb6690a4777 => 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: 1234/2458] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:41:48 2026] POST /v2.0/networks => generated 669 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2459] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:41:49 2026] DELETE /v2.0/routers/9cee1d3b-c527-400a-b622-bfb6690a4777 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2460] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:41:49 2026] GET /v2.0/routers/35caadd0-1486-4ed3-9cca-bc82c2e900fe => generated 619 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:49.586 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ca3d499f-7281-45ec-b738-f1ce66a1b1ff 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] No more DHCP agents 2026-05-04 12:41:49.587 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ca3d499f-7281-45ec-b738-f1ce66a1b1ff 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Unable to schedule network 561f9e0b-8f0e-4cc4-acd6-9239d2c4f5e0: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:49.633 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: 5e0eb8a0-d4fe-4623-b275-4269a16b5f5b 2026-05-04 12:41:49.689 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca3d499f-7281-45ec-b738-f1ce66a1b1ff 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource 5e0eb8a0-d4fe-4623-b275-4269a16b5f5b (type: ports) to 1 [pid: 8|app: 0|req: 1225/2461] 10.0.0.165 () {34 vars in 664 bytes} [Mon May 4 12:41:49 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-05-04 12:41:49.859 8 INFO neutron.db.segments_db [None req-b299fe01-c12b-451e-a857-5b6654f91ef2 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Added segment ae9a3e89-cddd-4682-a311-0d3e77bd3089 of type geneve for network 21afc2c6-9ddf-4517-89e0-a64d32473d0e 2026-05-04 12:41:49.866 7 INFO neutron.db.ovn_revision_numbers_db [None req-e27e68ac-bd47-4401-81b7-8eacd28fb7e7 0e923ee95dd5447f884f956c4304f8d6 2dffd51507a84b25b79dd6fa90d46bf0 - - default default] Successfully bumped revision number for resource 35caadd0-1486-4ed3-9cca-bc82c2e900fe (type: routers) to 2 [pid: 7|app: 0|req: 1237/2462] 10.0.0.165 () {34 vars in 742 bytes} [Mon May 4 12:41:49 2026] PUT /v2.0/routers/35caadd0-1486-4ed3-9cca-bc82c2e900fe => generated 619 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2463] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:41:49 2026] GET /v2.0/ports?device_id=35caadd0-1486-4ed3-9cca-bc82c2e900fe => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:49.963 8 INFO neutron.db.ovn_revision_numbers_db [None req-b299fe01-c12b-451e-a857-5b6654f91ef2 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource 21afc2c6-9ddf-4517-89e0-a64d32473d0e (type: networks) to 1 [pid: 7|app: 0|req: 1239/2464] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:41:49 2026] DELETE /v2.0/routers/35caadd0-1486-4ed3-9cca-bc82c2e900fe => generated 0 bytes in 200 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2467] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:41:50 2026] GET /v2.0/routers/1ecffe5b-9340-4a57-a245-78a49868be4a => generated 604 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:50.142 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b299fe01-c12b-451e-a857-5b6654f91ef2 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] No more DHCP agents 2026-05-04 12:41:50.143 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b299fe01-c12b-451e-a857-5b6654f91ef2 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Unable to schedule network 21afc2c6-9ddf-4517-89e0-a64d32473d0e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:50.190 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status down for port: 46bb6f69-32a6-4fe1-b7c7-c9581cf0ee14 2026-05-04 12:41:50.218 8 INFO neutron.db.ovn_revision_numbers_db [None req-b299fe01-c12b-451e-a857-5b6654f91ef2 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource 46bb6f69-32a6-4fe1-b7c7-c9581cf0ee14 (type: ports) to 1 [pid: 8|app: 0|req: 1226/2468] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:41:49 2026] POST /v2.0/networks => generated 669 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:50.422 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4d8df5ee-a642-430d-8c74-bfda6275a0da 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] No more DHCP agents 2026-05-04 12:41:50.423 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4d8df5ee-a642-430d-8c74-bfda6275a0da 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Unable to schedule network 21afc2c6-9ddf-4517-89e0-a64d32473d0e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:50.460 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: 914b29c3-4e5a-4ef0-815a-e664b11aa123 2026-05-04 12:41:50.515 8 INFO neutron.db.ovn_revision_numbers_db [None req-4d8df5ee-a642-430d-8c74-bfda6275a0da 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource 914b29c3-4e5a-4ef0-815a-e664b11aa123 (type: ports) to 1 2026-05-04 12:41:50.534 7 INFO neutron.db.ovn_revision_numbers_db [None req-31186839-a93f-44e0-a983-7fafa90702b4 0e923ee95dd5447f884f956c4304f8d6 2dffd51507a84b25b79dd6fa90d46bf0 - - default default] Successfully bumped revision number for resource 1ecffe5b-9340-4a57-a245-78a49868be4a (type: routers) to 2 [pid: 7|app: 0|req: 1243/2469] 10.0.0.165 () {34 vars in 742 bytes} [Mon May 4 12:41:50 2026] PUT /v2.0/routers/1ecffe5b-9340-4a57-a245-78a49868be4a => generated 604 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2470] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:41:50 2026] GET /v2.0/ports?device_id=1ecffe5b-9340-4a57-a245-78a49868be4a => 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: 1227/2471] 10.0.0.165 () {34 vars in 664 bytes} [Mon May 4 12:41:50 2026] POST /v2.0/ports => generated 743 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:41:50.676 8 INFO neutron.db.segments_db [None req-4518b4a7-cdb7-42d0-8ce5-aa7ffec8c3ed 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Added segment 034c95f2-fcaa-48d8-be88-cf0444663271 of type geneve for network fb4b5841-d26f-4604-bdf6-1fef7f727d2b 2026-05-04 12:41:50.780 8 INFO neutron.db.ovn_revision_numbers_db [None req-4518b4a7-cdb7-42d0-8ce5-aa7ffec8c3ed 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource fb4b5841-d26f-4604-bdf6-1fef7f727d2b (type: networks) to 1 [pid: 7|app: 0|req: 1245/2472] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:41:50 2026] DELETE /v2.0/routers/1ecffe5b-9340-4a57-a245-78a49868be4a => generated 0 bytes in 217 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2473] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:41:50 2026] GET /v2.0/routers/3ee87c4e-fd97-4595-b6eb-8d10770dce28 => generated 597 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:50.926 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4518b4a7-cdb7-42d0-8ce5-aa7ffec8c3ed 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] No more DHCP agents 2026-05-04 12:41:50.928 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4518b4a7-cdb7-42d0-8ce5-aa7ffec8c3ed 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Unable to schedule network fb4b5841-d26f-4604-bdf6-1fef7f727d2b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:50.974 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status down for port: 63331650-862b-4fc0-bd3c-83f1846a1c91 2026-05-04 12:41:51.006 8 INFO neutron.db.ovn_revision_numbers_db [None req-4518b4a7-cdb7-42d0-8ce5-aa7ffec8c3ed 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource 63331650-862b-4fc0-bd3c-83f1846a1c91 (type: ports) to 1 [pid: 8|app: 0|req: 1228/2474] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:41:50 2026] POST /v2.0/networks => generated 670 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2475] 10.0.0.165 () {34 vars in 742 bytes} [Mon May 4 12:41:50 2026] PUT /v2.0/routers/3ee87c4e-fd97-4595-b6eb-8d10770dce28 => generated 597 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2476] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:41:51 2026] GET /v2.0/ports?device_id=3ee87c4e-fd97-4595-b6eb-8d10770dce28 => 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: 1249/2477] 10.0.0.42 () {34 vars in 989 bytes} [Mon May 4 12:41:51 2026] GET /v2.0/ports?device_id=d999ea0a-1f02-4b0b-a696-95869b0080c3 => generated 1465 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:51.261 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5249d0eb-25a8-4410-9804-9a862afd424a 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] No more DHCP agents 2026-05-04 12:41:51.262 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5249d0eb-25a8-4410-9804-9a862afd424a 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Unable to schedule network fb4b5841-d26f-4604-bdf6-1fef7f727d2b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:51.318 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: c0897fbb-a112-4a94-b016-e4c80581a2e5 2026-05-04 12:41:51.381 8 INFO neutron.db.ovn_revision_numbers_db [None req-5249d0eb-25a8-4410-9804-9a862afd424a 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource c0897fbb-a112-4a94-b016-e4c80581a2e5 (type: ports) to 1 [pid: 7|app: 0|req: 1250/2478] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:41:51 2026] DELETE /v2.0/routers/3ee87c4e-fd97-4595-b6eb-8d10770dce28 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2479] 10.0.0.42 () {34 vars in 1039 bytes} [Mon May 4 12:41:51 2026] GET /v2.0/security-groups?id=c2572e54-0e2c-40b2-bbb9-34c253c4c70c&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2480] 10.0.0.165 () {34 vars in 664 bytes} [Mon May 4 12:41:51 2026] POST /v2.0/ports => generated 743 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:51.559 7 INFO neutron.db.segments_db [None req-74d2423f-2c34-4c4a-8f4e-984b142bbacd 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Added segment 5e7c2c19-5004-4001-afd5-aac6136684a5 of type geneve for network d96a7811-aed9-4c84-bb0b-f5a6fe4d5e69 2026-05-04 12:41:51.666 7 INFO neutron.db.ovn_revision_numbers_db [None req-74d2423f-2c34-4c4a-8f4e-984b142bbacd 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource d96a7811-aed9-4c84-bb0b-f5a6fe4d5e69 (type: networks) to 1 2026-05-04 12:41:51.812 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-74d2423f-2c34-4c4a-8f4e-984b142bbacd 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] No more DHCP agents 2026-05-04 12:41:51.814 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-74d2423f-2c34-4c4a-8f4e-984b142bbacd 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Unable to schedule network d96a7811-aed9-4c84-bb0b-f5a6fe4d5e69: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:51.855 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status down for port: d44ce744-b50b-4e40-ae45-d164620aee41 2026-05-04 12:41:51.912 7 INFO neutron.db.ovn_revision_numbers_db [None req-74d2423f-2c34-4c4a-8f4e-984b142bbacd 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource d44ce744-b50b-4e40-ae45-d164620aee41 (type: ports) to 1 [pid: 7|app: 0|req: 1252/2481] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:41:51 2026] POST /v2.0/networks => generated 669 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:41:52.183 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e997b35f-ba63-434c-98c3-455f8f0fd9c1 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] No more DHCP agents 2026-05-04 12:41:52.184 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e997b35f-ba63-434c-98c3-455f8f0fd9c1 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Unable to schedule network d96a7811-aed9-4c84-bb0b-f5a6fe4d5e69: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:52.245 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status down for port: e268a292-cf3d-4a2b-b15b-6684abdd3a06 2026-05-04 12:41:52.274 8 INFO neutron.db.ovn_revision_numbers_db [None req-e997b35f-ba63-434c-98c3-455f8f0fd9c1 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Successfully bumped revision number for resource e268a292-cf3d-4a2b-b15b-6684abdd3a06 (type: ports) to 1 [pid: 8|app: 0|req: 1230/2482] 10.0.0.165 () {34 vars in 664 bytes} [Mon May 4 12:41:51 2026] POST /v2.0/ports => generated 743 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:41:52.366 7 WARNING neutron.db.securitygroups_db [None req-7b4712d6-b142-4287-8dbd-f6b7aba7c775 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1231/2483] 10.0.0.165 () {34 vars in 747 bytes} [Mon May 4 12:41:52 2026] PUT /v2.0/ports/a3e5915b-670e-4453-865c-814a696658f7/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1232/2484] 10.0.0.165 () {34 vars in 747 bytes} [Mon May 4 12:41:52 2026] PUT /v2.0/ports/5e0eb8a0-d4fe-4623-b275-4269a16b5f5b/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-05-04 12:41:52.493 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b4712d6-b142-4287-8dbd-f6b7aba7c775 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3e680d99-6c00-4665-ae67-c9310f15685e (type: security_groups) to 1 2026-05-04 12:41:52.508 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b4712d6-b142-4287-8dbd-f6b7aba7c775 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 066c2797-62eb-4c5b-bb7f-3b22e649cf99 (type: security_group_rules) to 0 2026-05-04 12:41:52.519 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b4712d6-b142-4287-8dbd-f6b7aba7c775 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 72b1be4c-def8-4cb2-a7b8-2d84bf1cef1b (type: security_group_rules) to 0 2026-05-04 12:41:52.531 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b4712d6-b142-4287-8dbd-f6b7aba7c775 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d0fa2e8c-08f7-4496-ac8e-be40fd37cf45 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1233/2485] 10.0.0.165 () {34 vars in 747 bytes} [Mon May 4 12:41:52 2026] PUT /v2.0/ports/914b29c3-4e5a-4ef0-815a-e664b11aa123/tags => generated 34 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:41:52.542 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b4712d6-b142-4287-8dbd-f6b7aba7c775 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d664c76d-7411-4f3d-b5ba-2246f726dda0 (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, ' [pid: 7|app: 0|req: 1253/2486] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:41:52 2026] GET /v2.0/security-groups?tenant_id=3009bbc0e6bc47eb84b28b65afdffc32&name=default => generated 2925 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2487] 10.0.0.165 () {34 vars in 747 bytes} [Mon May 4 12:41:52 2026] PUT /v2.0/ports/c0897fbb-a112-4a94-b016-e4c80581a2e5/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1235/2488] 10.0.0.165 () {32 vars in 660 bytes} [Mon May 4 12:41:52 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2489] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:52 2026] DELETE /v2.0/security-groups/3e680d99-6c00-4665-ae67-c9310f15685e => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2490] 10.0.0.165 () {32 vars in 674 bytes} [Mon May 4 12:41:52 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:52.878 8 WARNING neutron.db.securitygroups_db [None req-a8c33301-b9bf-4344-9554-39e74f1daa02 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1255/2491] 10.0.0.165 () {32 vars in 670 bytes} [Mon May 4 12:41:52 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:53.016 8 INFO neutron.db.ovn_revision_numbers_db [None req-a8c33301-b9bf-4344-9554-39e74f1daa02 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 86042e0c-b427-463b-841a-be6a8b95738e (type: security_groups) to 1 2026-05-04 12:41:53.027 8 INFO neutron.db.ovn_revision_numbers_db [None req-a8c33301-b9bf-4344-9554-39e74f1daa02 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 14578088-23c6-46e8-85ec-cacad83af16d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1256/2492] 10.0.0.165 () {32 vars in 682 bytes} [Mon May 4 12:41:52 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:53.038 8 INFO neutron.db.ovn_revision_numbers_db [None req-a8c33301-b9bf-4344-9554-39e74f1daa02 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2a83079f-a96f-4ef4-bae1-41fccde3e944 (type: security_group_rules) to 0 2026-05-04 12:41:53.048 8 INFO neutron.db.ovn_revision_numbers_db [None req-a8c33301-b9bf-4344-9554-39e74f1daa02 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 37d81ea0-3604-4bf3-9fc2-34ac1e44f457 (type: security_group_rules) to 0 2026-05-04 12:41:53.059 8 INFO neutron.db.ovn_revision_numbers_db [None req-a8c33301-b9bf-4344-9554-39e74f1daa02 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9842b56f-0135-4f8d-b6ca-70efc51ed0b5 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1237/2493] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:41:52 2026] GET /v2.0/security-groups?tenant_id=2dffd51507a84b25b79dd6fa90d46bf0&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: 1257/2494] 10.0.0.165 () {32 vars in 668 bytes} [Mon May 4 12:41:53 2026] GET /v2.0/ports?not-tags=red => generated 5268 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2495] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:53 2026] DELETE /v2.0/security-groups/86042e0c-b427-463b-841a-be6a8b95738e => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2496] 10.0.0.165 () {32 vars in 682 bytes} [Mon May 4 12:41:53 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 6008 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2497] 10.0.0.165 () {32 vars in 678 bytes} [Mon May 4 12:41:53 2026] GET /v2.0/ports?not-tags-any=blue => generated 6008 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:53.401 7 WARNING neutron.db.securitygroups_db [None req-c9a1e82d-6bc7-4d70-a7e1-f3fa2f979cc9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1240/2498] 10.0.0.165 () {32 vars in 690 bytes} [Mon May 4 12:41:53 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 5268 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:53.529 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9a1e82d-6bc7-4d70-a7e1-f3fa2f979cc9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8678355a-da4f-4b77-a318-11370d2bf148 (type: security_groups) to 1 2026-05-04 12:41:53.541 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9a1e82d-6bc7-4d70-a7e1-f3fa2f979cc9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5b7f80b6-b7f3-40f2-9ba0-4920e3693c60 (type: security_group_rules) to 0 2026-05-04 12:41:53.551 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9a1e82d-6bc7-4d70-a7e1-f3fa2f979cc9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5f398f3e-343b-4f68-9b6e-2af502ccf04d (type: security_group_rules) to 0 2026-05-04 12:41:53.564 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9a1e82d-6bc7-4d70-a7e1-f3fa2f979cc9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 64cd9767-c945-472a-b957-2c4e0a5cfc2f (type: security_group_rules) to 0 2026-05-04 12:41:53.574 7 INFO neutron.db.ovn_revision_numbers_db [None req-c9a1e82d-6bc7-4d70-a7e1-f3fa2f979cc9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e792708e-7799-451c-8868-7747da82c947 (type: security_group_rules) to 0 2026-05-04 12:41:53.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-f352ccee-33d1-4119-adf4-f531a2bb0c9a 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] TaaS: Handle Delete Port: a3e5915b-670e-4453-865c-814a696658f7 2026-05-04 12:41:53.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f352ccee-33d1-4119-adf4-f531a2bb0c9a 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Tap Mirror: Handle Delete Port: a3e5915b-670e-4453-865c-814a696658f7 [pid: 7|app: 0|req: 1259/2499] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:41:53 2026] GET /v2.0/security-groups?tenant_id=5a2cf72ce5204e34be98ae8cb828adec&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2500] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:41:53 2026] DELETE /v2.0/ports/a3e5915b-670e-4453-865c-814a696658f7 => 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: 1260/2501] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:53 2026] DELETE /v2.0/security-groups/8678355a-da4f-4b77-a318-11370d2bf148 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:41:53.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-31b21f6d-a131-4253-afab-08139bd3c036 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] TaaS: Handle Delete Port: 5e0eb8a0-d4fe-4623-b275-4269a16b5f5b 2026-05-04 12:41:53.892 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31b21f6d-a131-4253-afab-08139bd3c036 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Tap Mirror: Handle Delete Port: 5e0eb8a0-d4fe-4623-b275-4269a16b5f5b [pid: 8|app: 0|req: 1242/2502] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:41:53 2026] DELETE /v2.0/ports/5e0eb8a0-d4fe-4623-b275-4269a16b5f5b => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:41:54.128 7 INFO neutron_taas.services.taas.taas_plugin [None req-f923ea18-9fd4-4325-97c2-49e09a0c2161 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] TaaS: Handle Delete Port: 914b29c3-4e5a-4ef0-815a-e664b11aa123 2026-05-04 12:41:54.131 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f923ea18-9fd4-4325-97c2-49e09a0c2161 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Tap Mirror: Handle Delete Port: 914b29c3-4e5a-4ef0-815a-e664b11aa123 [pid: 7|app: 0|req: 1261/2503] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:41:54 2026] DELETE /v2.0/ports/914b29c3-4e5a-4ef0-815a-e664b11aa123 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2504] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:41:54 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:54.352 8 INFO neutron_taas.services.taas.taas_plugin [None req-af19187c-1110-4218-86b1-623f399ce70c 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] TaaS: Handle Delete Port: c0897fbb-a112-4a94-b016-e4c80581a2e5 2026-05-04 12:41:54.355 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af19187c-1110-4218-86b1-623f399ce70c 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Tap Mirror: Handle Delete Port: c0897fbb-a112-4a94-b016-e4c80581a2e5 [pid: 8|app: 0|req: 1243/2505] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:41:54 2026] DELETE /v2.0/ports/c0897fbb-a112-4a94-b016-e4c80581a2e5 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:41:54.586 7 INFO neutron_taas.services.taas.taas_plugin [None req-77ad34f2-35c9-4496-8ae6-027520ca2830 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] TaaS: Handle Delete Port: e268a292-cf3d-4a2b-b15b-6684abdd3a06 2026-05-04 12:41:54.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77ad34f2-35c9-4496-8ae6-027520ca2830 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Tap Mirror: Handle Delete Port: e268a292-cf3d-4a2b-b15b-6684abdd3a06 [pid: 7|app: 0|req: 1263/2506] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:41:54 2026] DELETE /v2.0/ports/e268a292-cf3d-4a2b-b15b-6684abdd3a06 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:41:54.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-748b5fde-a48d-44a4-99ec-104fb64d64b4 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] TaaS: Handle Delete Port: 87936330-d283-4e54-b52d-1626e6cce98c 2026-05-04 12:41:54.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-748b5fde-a48d-44a4-99ec-104fb64d64b4 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Tap Mirror: Handle Delete Port: 87936330-d283-4e54-b52d-1626e6cce98c 2026-05-04 12:41:54.974 8 INFO neutron.services.segments.plugin [-] Segment 60c922cf-855a-448e-96be-24b90bd0b88a resource provider aggregate not found 2026-05-04 12:41:54.987 8 INFO neutron.services.segments.plugin [-] Segment 60c922cf-855a-448e-96be-24b90bd0b88a resource provider aggregate not found 2026-05-04 12:41:54.990 8 INFO neutron.services.segments.plugin [-] Segment 60c922cf-855a-448e-96be-24b90bd0b88a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60c922cf-855a-448e-96be-24b90bd0b88a found for delete ", "request_id": "req-094974b8-b20e-4d44-96c3-e7390998d8f8"}]} 2026-05-04 12:41:55.006 8 INFO neutron.services.segments.plugin [-] Segment 60c922cf-855a-448e-96be-24b90bd0b88a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60c922cf-855a-448e-96be-24b90bd0b88a found for delete ", "request_id": "req-2dbe3c04-94d6-4dfb-bbb6-38e94494ebec"}]} [pid: 8|app: 0|req: 1244/2507] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:41:54 2026] DELETE /v2.0/networks/0181c05f-a906-44eb-82a3-d4b0bbe6fcbd => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:41:55.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7667d76-59f8-4f0b-befe-3559be01ce53 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] TaaS: Handle Delete Port: fb3e3102-ff9f-43df-ba0b-9b0907e8f6a8 2026-05-04 12:41:55.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7667d76-59f8-4f0b-befe-3559be01ce53 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Tap Mirror: Handle Delete Port: fb3e3102-ff9f-43df-ba0b-9b0907e8f6a8 2026-05-04 12:41:55.349 7 INFO neutron.services.segments.plugin [-] Segment 6da4ae30-7f61-4ad6-9052-a6ef4ea687f2 resource provider aggregate not found 2026-05-04 12:41:55.357 7 INFO neutron.services.segments.plugin [-] Segment 6da4ae30-7f61-4ad6-9052-a6ef4ea687f2 resource provider aggregate not found 2026-05-04 12:41:55.373 7 INFO neutron.services.segments.plugin [-] Segment 6da4ae30-7f61-4ad6-9052-a6ef4ea687f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6da4ae30-7f61-4ad6-9052-a6ef4ea687f2 found for delete ", "request_id": "req-626360ff-7fbc-42b9-bfdf-80b2dd3821d9"}]} 2026-05-04 12:41:55.379 7 INFO neutron.services.segments.plugin [-] Segment 6da4ae30-7f61-4ad6-9052-a6ef4ea687f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6da4ae30-7f61-4ad6-9052-a6ef4ea687f2 found for delete ", "request_id": "req-0aaab262-0916-4de7-8922-c8b740b6d181"}]} [pid: 7|app: 0|req: 1264/2508] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:41:55 2026] DELETE /v2.0/networks/561f9e0b-8f0e-4cc4-acd6-9239d2c4f5e0 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:41:55.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-0bea8496-c07f-49d2-b280-4dc82c7780ef 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] TaaS: Handle Delete Port: 46bb6f69-32a6-4fe1-b7c7-c9581cf0ee14 2026-05-04 12:41:55.537 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bea8496-c07f-49d2-b280-4dc82c7780ef 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Tap Mirror: Handle Delete Port: 46bb6f69-32a6-4fe1-b7c7-c9581cf0ee14 [pid: 7|app: 0|req: 1265/2509] 10.0.0.205 () {30 vars in 690 bytes} [Mon May 4 12:41:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2510] 10.0.0.205 () {30 vars in 692 bytes} [Mon May 4 12:41:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2511] 10.0.0.205 () {30 vars in 668 bytes} [Mon May 4 12:41:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2512] 10.0.0.205 () {30 vars in 704 bytes} [Mon May 4 12:41:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2513] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:41:55 2026] DELETE /v2.0/networks/21afc2c6-9ddf-4517-89e0-a64d32473d0e => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:41:55.873 7 INFO neutron_taas.services.taas.taas_plugin [None req-9def2868-9cfa-428f-8dea-77a268c18877 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] TaaS: Handle Delete Port: 63331650-862b-4fc0-bd3c-83f1846a1c91 2026-05-04 12:41:55.875 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9def2868-9cfa-428f-8dea-77a268c18877 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Tap Mirror: Handle Delete Port: 63331650-862b-4fc0-bd3c-83f1846a1c91 [pid: 7|app: 0|req: 1269/2514] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:41:55 2026] DELETE /v2.0/networks/fb4b5841-d26f-4604-bdf6-1fef7f727d2b => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:41:56.182 8 INFO neutron_taas.services.taas.taas_plugin [None req-59c6ec49-9181-4b9f-9e20-f80e8ef29d95 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] TaaS: Handle Delete Port: d44ce744-b50b-4e40-ae45-d164620aee41 2026-05-04 12:41:56.184 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59c6ec49-9181-4b9f-9e20-f80e8ef29d95 20baf341dd424e1f95d23c61f4b76452 81279831a7c84a02b2749e0d63ee0b1f - - default default] Tap Mirror: Handle Delete Port: d44ce744-b50b-4e40-ae45-d164620aee41 [pid: 7|app: 0|req: 1270/2515] 10.0.0.205 () {28 vars in 439 bytes} [Mon May 4 12:41:56 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2516] 10.0.0.205 () {30 vars in 728 bytes} [Mon May 4 12:41:56 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 657 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2517] 10.0.0.205 () {30 vars in 690 bytes} [Mon May 4 12:41:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2518] 10.0.0.205 () {30 vars in 692 bytes} [Mon May 4 12:41:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2519] 10.0.0.205 () {30 vars in 668 bytes} [Mon May 4 12:41:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2520] 10.0.0.205 () {30 vars in 704 bytes} [Mon May 4 12:41:56 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: 1276/2521] 10.0.0.205 () {30 vars in 728 bytes} [Mon May 4 12:41:56 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2522] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:41:56 2026] DELETE /v2.0/networks/d96a7811-aed9-4c84-bb0b-f5a6fe4d5e69 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2523] 10.0.0.205 () {30 vars in 690 bytes} [Mon May 4 12:41:56 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: 1247/2524] 10.0.0.205 () {30 vars in 692 bytes} [Mon May 4 12:41:56 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: 1278/2525] 10.0.0.205 () {30 vars in 668 bytes} [Mon May 4 12:41:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2526] 10.0.0.205 () {30 vars in 704 bytes} [Mon May 4 12:41:56 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: 1279/2527] 10.0.0.205 () {30 vars in 730 bytes} [Mon May 4 12:41:56 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098 => generated 841 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2528] 10.0.0.205 () {30 vars in 682 bytes} [Mon May 4 12:41:56 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:41:56.838 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f6a02fd5-497a-4d0c-ac6b-5b515ba781af a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:41:56.839 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f6a02fd5-497a-4d0c-ac6b-5b515ba781af a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 3878c3b7-0e16-4a33-99b9-f40652911098: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:56.987 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: 73fec579-1e46-46e8-afff-0a4c85cac1d2 2026-05-04 12:41:57.006 8 INFO neutron.services.segments.plugin [-] Segment ae9a3e89-cddd-4682-a311-0d3e77bd3089 resource provider aggregate not found 2026-05-04 12:41:57.031 8 INFO neutron.services.segments.plugin [-] Segment ae9a3e89-cddd-4682-a311-0d3e77bd3089 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae9a3e89-cddd-4682-a311-0d3e77bd3089 found for delete ", "request_id": "req-77a7952c-40e2-4b15-be6b-963bdec26097"}]} 2026-05-04 12:41:57.033 7 INFO neutron.db.ovn_revision_numbers_db [None req-f6a02fd5-497a-4d0c-ac6b-5b515ba781af a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 73fec579-1e46-46e8-afff-0a4c85cac1d2 (type: ports) to 1 2026-05-04 12:41:57.034 8 INFO neutron.services.segments.plugin [-] Segment ae9a3e89-cddd-4682-a311-0d3e77bd3089 resource provider aggregate not found 2026-05-04 12:41:57.049 8 INFO neutron.services.segments.plugin [-] Segment 5e7c2c19-5004-4001-afd5-aac6136684a5 resource provider aggregate not found 2026-05-04 12:41:57.055 8 INFO neutron.services.segments.plugin [-] Segment ae9a3e89-cddd-4682-a311-0d3e77bd3089 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae9a3e89-cddd-4682-a311-0d3e77bd3089 found for delete ", "request_id": "req-adb786d5-a896-47f7-af91-f3a2c6cfb2ba"}]} [pid: 7|app: 0|req: 1280/2529] 10.0.0.205 () {34 vars in 704 bytes} [Mon May 4 12:41:56 2026] POST /v2.0/ports => generated 1128 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:41:57.071 8 INFO neutron.services.segments.plugin [-] Segment 5e7c2c19-5004-4001-afd5-aac6136684a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e7c2c19-5004-4001-afd5-aac6136684a5 found for delete ", "request_id": "req-ee6e7c0a-fedb-4a35-a99c-2b107aedfa2f"}]} 2026-05-04 12:41:57.075 8 INFO neutron.services.segments.plugin [-] Segment 5e7c2c19-5004-4001-afd5-aac6136684a5 resource provider aggregate not found 2026-05-04 12:41:57.096 8 INFO neutron.services.segments.plugin [-] Segment 5e7c2c19-5004-4001-afd5-aac6136684a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e7c2c19-5004-4001-afd5-aac6136684a5 found for delete ", "request_id": "req-5cd6cbe6-e3e0-4d07-9b0b-290e5a5783a1"}]} 2026-05-04 12:41:57.228 8 WARNING neutron.db.securitygroups_db [None req-720276d4-0503-4dc0-a0f9-434b8bb7ec89 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1250/2530] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:41:57 2026] GET /v2.0/security-groups?tenant_id=81279831a7c84a02b2749e0d63ee0b1f&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:41:57.395 7 INFO neutron.services.segments.plugin [-] Segment 034c95f2-fcaa-48d8-be88-cf0444663271 resource provider aggregate not found 2026-05-04 12:41:57.402 7 INFO neutron.services.segments.plugin [-] Segment 034c95f2-fcaa-48d8-be88-cf0444663271 resource provider aggregate not found 2026-05-04 12:41:57.405 7 INFO neutron.services.segments.plugin [-] Segment 034c95f2-fcaa-48d8-be88-cf0444663271 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 034c95f2-fcaa-48d8-be88-cf0444663271 found for delete ", "request_id": "req-3523c8b6-fbe5-4dd5-9b01-17d2097df97f"}]} 2026-05-04 12:41:57.417 7 INFO neutron.services.segments.plugin [-] Segment 034c95f2-fcaa-48d8-be88-cf0444663271 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 034c95f2-fcaa-48d8-be88-cf0444663271 found for delete ", "request_id": "req-fbae0117-b758-4c1b-b8ba-43cd54082b3c"}]} [pid: 7|app: 0|req: 1281/2531] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:57 2026] DELETE /v2.0/security-groups/9fde6423-ff97-4a71-9bc1-b7c6c009bc62 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:41:57.542 8 WARNING neutron.db.securitygroups_db [None req-27f23490-5838-4dce-9884-3b4e110a186d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:41:57.675 8 INFO neutron.db.ovn_revision_numbers_db [None req-27f23490-5838-4dce-9884-3b4e110a186d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 48613796-766d-437b-b270-e35e9fe0d4f4 (type: security_groups) to 1 2026-05-04 12:41:57.685 8 INFO neutron.db.ovn_revision_numbers_db [None req-27f23490-5838-4dce-9884-3b4e110a186d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 02e04b32-2e3f-4984-a4db-84c8a59102a3 (type: security_group_rules) to 0 2026-05-04 12:41:57.695 8 INFO neutron.db.ovn_revision_numbers_db [None req-27f23490-5838-4dce-9884-3b4e110a186d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2106db5e-d665-46dd-b098-556ec0d0d60e (type: security_group_rules) to 0 2026-05-04 12:41:57.707 8 INFO neutron.db.ovn_revision_numbers_db [None req-27f23490-5838-4dce-9884-3b4e110a186d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource cf00b013-60fc-46c5-bd05-dffac750843e (type: security_group_rules) to 0 2026-05-04 12:41:57.718 8 INFO neutron.db.ovn_revision_numbers_db [None req-27f23490-5838-4dce-9884-3b4e110a186d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource dd555f46-5274-4278-9e43-5954daf7aa7c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1251/2532] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:41:57 2026] GET /v2.0/security-groups?tenant_id=a4c7df5cb87b4e388a0933a40d07e3c9&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2533] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:57 2026] DELETE /v2.0/security-groups/48613796-766d-437b-b270-e35e9fe0d4f4 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:41:58.055 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ac0dbdd-2e08-4839-8543-395df592f795 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource f75864cf-6cf3-4585-8f71-bfd7fb1349c3 (type: security_groups) to 1 2026-05-04 12:41:58.066 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ac0dbdd-2e08-4839-8543-395df592f795 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource c0b870f7-ec2b-4fc9-bbff-9e6004985c36 (type: security_group_rules) to 0 2026-05-04 12:41:58.077 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ac0dbdd-2e08-4839-8543-395df592f795 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource d262cf56-9aae-407d-97fe-d540be0abf51 (type: security_group_rules) to 0 2026-05-04 12:41:58.080 7 WARNING neutron.db.securitygroups_db [None req-4a5eff3e-941a-4361-b2aa-4bf3f1ec05ea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:41:58.087 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ac0dbdd-2e08-4839-8543-395df592f795 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource d974efe6-4222-4bf8-a1a1-691bcdabe4a9 (type: security_group_rules) to 0 2026-05-04 12:41:58.096 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ac0dbdd-2e08-4839-8543-395df592f795 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource e3dfa20d-7652-4ab3-8a44-ca1ea75e92a0 (type: security_group_rules) to 0 2026-05-04 12:41:58.181 8 INFO neutron.db.segments_db [None req-0ac0dbdd-2e08-4839-8543-395df592f795 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Added segment 83bd6730-d7e1-48eb-9fd0-45a611a35297 of type geneve for network d0811e97-db7f-4fae-8701-a3c8be11d347 2026-05-04 12:41:58.216 7 INFO neutron.db.ovn_revision_numbers_db [None req-4a5eff3e-941a-4361-b2aa-4bf3f1ec05ea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ebeef216-79ce-4753-8b79-d2cfbec3f670 (type: security_groups) to 1 2026-05-04 12:41:58.227 7 INFO neutron.db.ovn_revision_numbers_db [None req-4a5eff3e-941a-4361-b2aa-4bf3f1ec05ea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6273ff91-fddd-4562-9bec-36370a0f0062 (type: security_group_rules) to 0 2026-05-04 12:41:58.241 7 INFO neutron.db.ovn_revision_numbers_db [None req-4a5eff3e-941a-4361-b2aa-4bf3f1ec05ea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a4174ae6-51f5-4884-a7a0-36103e023bfe (type: security_group_rules) to 0 2026-05-04 12:41:58.253 7 INFO neutron.db.ovn_revision_numbers_db [None req-4a5eff3e-941a-4361-b2aa-4bf3f1ec05ea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource b7478202-9cb0-4abe-bdb1-2d39265f8a1c (type: security_group_rules) to 0 2026-05-04 12:41:58.263 7 INFO neutron.db.ovn_revision_numbers_db [None req-4a5eff3e-941a-4361-b2aa-4bf3f1ec05ea a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource fbf968e8-efb2-4971-95f1-d677e25eaa7b (type: security_group_rules) to 0 2026-05-04 12:41:58.290 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ac0dbdd-2e08-4839-8543-395df592f795 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource d0811e97-db7f-4fae-8701-a3c8be11d347 (type: networks) to 1 [pid: 7|app: 0|req: 1283/2534] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:41:58 2026] GET /v2.0/security-groups?tenant_id=c36b545cd011430f93bc4201ee87901e&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:41:58.451 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0ac0dbdd-2e08-4839-8543-395df592f795 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] No more DHCP agents 2026-05-04 12:41:58.453 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0ac0dbdd-2e08-4839-8543-395df592f795 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Unable to schedule network d0811e97-db7f-4fae-8701-a3c8be11d347: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:58.516 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: 61f8e372-b570-4321-895f-4514124d2ebc [pid: 7|app: 0|req: 1284/2535] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:41:58 2026] DELETE /v2.0/security-groups/ebeef216-79ce-4753-8b79-d2cfbec3f670 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:41:58.570 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ac0dbdd-2e08-4839-8543-395df592f795 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource 61f8e372-b570-4321-895f-4514124d2ebc (type: ports) to 1 [pid: 8|app: 0|req: 1252/2536] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:41:57 2026] POST /v2.0/networks => generated 670 bytes in 780 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:58.825 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ca85f171-6b6f-466b-9889-49294460ca3d a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] No more DHCP agents 2026-05-04 12:41:58.827 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ca85f171-6b6f-466b-9889-49294460ca3d a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Unable to schedule network d0811e97-db7f-4fae-8701-a3c8be11d347: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:58.887 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status down for port: 0acad446-0570-4844-b5d2-29d1ba713eb9 2026-05-04 12:41:58.949 7 INFO neutron.db.ovn_revision_numbers_db [None req-ca85f171-6b6f-466b-9889-49294460ca3d a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource 0acad446-0570-4844-b5d2-29d1ba713eb9 (type: ports) to 1 [pid: 7|app: 0|req: 1285/2537] 10.0.0.165 () {34 vars in 664 bytes} [Mon May 4 12:41:58 2026] POST /v2.0/ports => generated 743 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2538] 10.0.0.165 () {34 vars in 666 bytes} [Mon May 4 12:41:59 2026] POST /v2.0/trunks => generated 409 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:41:59.346 7 INFO neutron.db.segments_db [None req-d52f13f1-4643-4432-a7f6-22c8ff682b3e a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Added segment 18c36d42-c8bb-47bc-b654-e58e5d4ca928 of type geneve for network f6fac68b-e31c-4cb0-ad4b-24577bc78828 2026-05-04 12:41:59.455 7 INFO neutron.db.ovn_revision_numbers_db [None req-d52f13f1-4643-4432-a7f6-22c8ff682b3e a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource f6fac68b-e31c-4cb0-ad4b-24577bc78828 (type: networks) to 1 2026-05-04 12:41:59.626 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d52f13f1-4643-4432-a7f6-22c8ff682b3e a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] No more DHCP agents 2026-05-04 12:41:59.628 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d52f13f1-4643-4432-a7f6-22c8ff682b3e a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Unable to schedule network f6fac68b-e31c-4cb0-ad4b-24577bc78828: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:41:59.690 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: 5e15f43f-2745-4746-94bb-29169de7cf62 2026-05-04 12:41:59.719 7 INFO neutron.db.ovn_revision_numbers_db [None req-d52f13f1-4643-4432-a7f6-22c8ff682b3e a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource 5e15f43f-2745-4746-94bb-29169de7cf62 (type: ports) to 1 [pid: 7|app: 0|req: 1286/2539] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:41:59 2026] POST /v2.0/networks => generated 669 bytes in 494 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:41:59.959 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e88d7bca-c917-48e8-b203-cd6662822e18 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] No more DHCP agents 2026-05-04 12:41:59.960 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e88d7bca-c917-48e8-b203-cd6662822e18 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Unable to schedule network f6fac68b-e31c-4cb0-ad4b-24577bc78828: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1287/2540] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:41:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2541] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:41:59 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: 1289/2542] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:41:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:42:00.026 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: 74a65470-d36a-49e4-9a6b-89ffa7a37ec2 [pid: 7|app: 0|req: 1290/2543] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:42:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2544] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:42:00 2026] GET /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:42:00.083 8 INFO neutron.db.ovn_revision_numbers_db [None req-e88d7bca-c917-48e8-b203-cd6662822e18 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource 74a65470-d36a-49e4-9a6b-89ffa7a37ec2 (type: ports) to 1 [pid: 8|app: 0|req: 1254/2545] 10.0.0.165 () {34 vars in 664 bytes} [Mon May 4 12:41:59 2026] POST /v2.0/ports => generated 743 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2546] 10.0.0.165 () {34 vars in 666 bytes} [Mon May 4 12:42:00 2026] POST /v2.0/trunks => generated 409 bytes in 136 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: 1293/2547] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:42:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2548] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:42:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2549] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:42:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2550] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:42:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:42:00.369 7 INFO neutron.api.v2.resource [None req-841a0c8e-3265-4ea4-9bcc-e6bb771fc747 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1297/2551] 199.204.45.227 () {30 vars in 763 bytes} [Mon May 4 12:42:00 2026] GET /v2.0/security-groups/lb-3d4fc68d-25fa-45ad-938b-038b7d034e44 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:42:00.394 8 INFO neutron.db.segments_db [None req-14a0f7fb-d2bb-4c67-9b92-989f19e3add7 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Added segment bb05e11d-c9ac-491f-9d64-f74a40a8255f of type geneve for network 4f710271-cdf0-46e0-90a9-840add2914d1 [pid: 7|app: 0|req: 1298/2552] 199.204.45.227 () {30 vars in 785 bytes} [Mon May 4 12:42:00 2026] GET /v2.0/security-groups?name=lb-3d4fc68d-25fa-45ad-938b-038b7d034e44 => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:00.498 8 INFO neutron.db.ovn_revision_numbers_db [None req-14a0f7fb-d2bb-4c67-9b92-989f19e3add7 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource 4f710271-cdf0-46e0-90a9-840add2914d1 (type: networks) to 1 2026-05-04 12:42:00.545 7 INFO neutron.db.ovn_revision_numbers_db [None req-3e803844-e1e4-492c-b96e-b6dcc559f64a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9c8feade-a0f1-4e5d-adc0-f5c04a10e662 (type: security_groups) to 1 2026-05-04 12:42:00.561 7 INFO neutron.db.ovn_revision_numbers_db [None req-3e803844-e1e4-492c-b96e-b6dcc559f64a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 754ca15e-9cb8-4bde-9f3e-f7461cec2b49 (type: security_group_rules) to 0 2026-05-04 12:42:00.574 7 INFO neutron.db.ovn_revision_numbers_db [None req-3e803844-e1e4-492c-b96e-b6dcc559f64a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a1b11bed-c778-4b71-a82a-e5640d3f415d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1299/2553] 199.204.45.227 () {34 vars in 736 bytes} [Mon May 4 12:42:00 2026] POST /v2.0/security-groups => generated 1636 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2554] 199.204.45.227 () {30 vars in 815 bytes} [Mon May 4 12:42:00 2026] GET /v2.0/security-group-rules?security_group_id=9c8feade-a0f1-4e5d-adc0-f5c04a10e662 => generated 1182 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:42:00.647 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-14a0f7fb-d2bb-4c67-9b92-989f19e3add7 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] No more DHCP agents 2026-05-04 12:42:00.648 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-14a0f7fb-d2bb-4c67-9b92-989f19e3add7 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Unable to schedule network 4f710271-cdf0-46e0-90a9-840add2914d1: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:42:00.714 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status down for port: 9974a13d-414e-426f-a001-38ac62a5c76d 2026-05-04 12:42:00.725 8 INFO neutron.db.ovn_revision_numbers_db [None req-14a0f7fb-d2bb-4c67-9b92-989f19e3add7 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource 9974a13d-414e-426f-a001-38ac62a5c76d (type: ports) to 1 [pid: 8|app: 0|req: 1255/2555] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:42:00 2026] POST /v2.0/networks => generated 669 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:42:00.975 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2d709172-7519-4eb5-b163-a6e1dfe0ac91 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] No more DHCP agents 2026-05-04 12:42:00.976 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2d709172-7519-4eb5-b163-a6e1dfe0ac91 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Unable to schedule network 4f710271-cdf0-46e0-90a9-840add2914d1: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:42:01.063 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: 571e6afa-8149-49f9-b6bd-3f202dbcdf1d 2026-05-04 12:42:01.106 7 INFO neutron.db.ovn_revision_numbers_db [None req-51b99d81-942a-4f4d-a931-8a22422004ed a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 73fec579-1e46-46e8-afff-0a4c85cac1d2 (type: ports) to 2 [pid: 7|app: 0|req: 1301/2556] 199.204.45.227 () {34 vars in 789 bytes} [Mon May 4 12:42:00 2026] PUT /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1128 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:42:01.142 8 INFO neutron.db.ovn_revision_numbers_db [None req-2d709172-7519-4eb5-b163-a6e1dfe0ac91 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource 571e6afa-8149-49f9-b6bd-3f202dbcdf1d (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: 1302/2557] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:42:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2558] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:42:01 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: 1256/2559] 10.0.0.165 () {34 vars in 664 bytes} [Mon May 4 12:42:00 2026] POST /v2.0/ports => generated 743 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2560] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:42:01 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1305/2561] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:42:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2562] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:42:01 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2563] 10.0.0.165 () {34 vars in 666 bytes} [Mon May 4 12:42:01 2026] POST /v2.0/trunks => generated 409 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:42:01.530 7 INFO neutron.db.segments_db [None req-ce4ae942-a6fc-4c7a-885e-d9ebbf4bddae a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Added segment 46bd29cb-36ab-4821-ac94-46587ab4cbab of type geneve for network c3884c09-8693-4e82-a105-548fc9a1169f 2026-05-04 12:42:01.655 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce4ae942-a6fc-4c7a-885e-d9ebbf4bddae a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource c3884c09-8693-4e82-a105-548fc9a1169f (type: networks) to 1 2026-05-04 12:42:01.849 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ce4ae942-a6fc-4c7a-885e-d9ebbf4bddae a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] No more DHCP agents 2026-05-04 12:42:01.852 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ce4ae942-a6fc-4c7a-885e-d9ebbf4bddae a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Unable to schedule network c3884c09-8693-4e82-a105-548fc9a1169f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:42:01.871 8 INFO neutron.db.ovn_revision_numbers_db [None req-a02233cc-b02e-4b45-aa61-addce216a30a ff9756f8308f4377b5addf2dad7a5517 02772600777a457695d31b6f2ce3bd83 - - default default] Successfully bumped revision number for resource 5a4520de-c666-40ec-aa73-2ab4c428fad7 (type: security_groups) to 1 2026-05-04 12:42:01.891 8 INFO neutron.db.ovn_revision_numbers_db [None req-a02233cc-b02e-4b45-aa61-addce216a30a ff9756f8308f4377b5addf2dad7a5517 02772600777a457695d31b6f2ce3bd83 - - default default] Successfully bumped revision number for resource 68e827bf-b8c4-4457-b16e-7e06c2d572e2 (type: security_group_rules) to 0 2026-05-04 12:42:01.918 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: 1870ce78-f8f0-49d8-a82c-d5b12d274008 2026-05-04 12:42:01.924 8 INFO neutron.db.ovn_revision_numbers_db [None req-a02233cc-b02e-4b45-aa61-addce216a30a ff9756f8308f4377b5addf2dad7a5517 02772600777a457695d31b6f2ce3bd83 - - default default] Successfully bumped revision number for resource b1598519-9ec6-486f-91d2-435446650eeb (type: security_group_rules) to 0 2026-05-04 12:42:01.945 8 INFO neutron.db.ovn_revision_numbers_db [None req-a02233cc-b02e-4b45-aa61-addce216a30a ff9756f8308f4377b5addf2dad7a5517 02772600777a457695d31b6f2ce3bd83 - - default default] Successfully bumped revision number for resource e01c740b-9d25-4823-ab38-183b4831ab73 (type: security_group_rules) to 0 2026-05-04 12:42:01.953 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce4ae942-a6fc-4c7a-885e-d9ebbf4bddae a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource 1870ce78-f8f0-49d8-a82c-d5b12d274008 (type: ports) to 1 2026-05-04 12:42:01.963 8 INFO neutron.db.ovn_revision_numbers_db [None req-a02233cc-b02e-4b45-aa61-addce216a30a ff9756f8308f4377b5addf2dad7a5517 02772600777a457695d31b6f2ce3bd83 - - default default] Successfully bumped revision number for resource e50afd6d-ad86-4207-bb5e-2c870c10aab1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1307/2564] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:42:01 2026] POST /v2.0/networks => generated 669 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:42:02.058 8 INFO neutron.db.segments_db [None req-a02233cc-b02e-4b45-aa61-addce216a30a ff9756f8308f4377b5addf2dad7a5517 02772600777a457695d31b6f2ce3bd83 - - default default] Added segment 56bb6ff4-3521-4862-9257-b3b80f40b171 of type geneve for network 2893be99-b997-4b27-a9c5-1b2ee5f440ca 2026-05-04 12:42:02.178 8 INFO neutron.db.ovn_revision_numbers_db [None req-a02233cc-b02e-4b45-aa61-addce216a30a ff9756f8308f4377b5addf2dad7a5517 02772600777a457695d31b6f2ce3bd83 - - default default] Successfully bumped revision number for resource 2893be99-b997-4b27-a9c5-1b2ee5f440ca (type: networks) to 1 2026-05-04 12:42:02.261 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b9ba0e3d-3e49-4a0e-8e80-dd16304a2da9 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] No more DHCP agents 2026-05-04 12:42:02.262 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b9ba0e3d-3e49-4a0e-8e80-dd16304a2da9 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Unable to schedule network c3884c09-8693-4e82-a105-548fc9a1169f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:42:02.316 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: 44e834d7-22d8-4636-be4d-e2e7d5cc87c4 2026-05-04 12:42:02.358 7 INFO neutron.db.ovn_revision_numbers_db [None req-b9ba0e3d-3e49-4a0e-8e80-dd16304a2da9 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource 44e834d7-22d8-4636-be4d-e2e7d5cc87c4 (type: ports) to 1 2026-05-04 12:42:02.394 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a02233cc-b02e-4b45-aa61-addce216a30a ff9756f8308f4377b5addf2dad7a5517 02772600777a457695d31b6f2ce3bd83 - - default default] No more DHCP agents 2026-05-04 12:42:02.396 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a02233cc-b02e-4b45-aa61-addce216a30a ff9756f8308f4377b5addf2dad7a5517 02772600777a457695d31b6f2ce3bd83 - - default default] Unable to schedule network 2893be99-b997-4b27-a9c5-1b2ee5f440ca: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1308/2565] 10.0.0.165 () {34 vars in 664 bytes} [Mon May 4 12:42:01 2026] POST /v2.0/ports => generated 743 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:42:02.468 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status down for port: 5efcc7c6-55ab-405c-8035-636cdc7c0612 2026-05-04 12:42:02.485 8 INFO neutron.db.ovn_revision_numbers_db [None req-a02233cc-b02e-4b45-aa61-addce216a30a ff9756f8308f4377b5addf2dad7a5517 02772600777a457695d31b6f2ce3bd83 - - default default] Successfully bumped revision number for resource 5efcc7c6-55ab-405c-8035-636cdc7c0612 (type: ports) to 1 [pid: 8|app: 0|req: 1258/2566] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:42:01 2026] POST /v2.0/networks => generated 669 bytes in 970 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2567] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:42:02 2026] PUT /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2568] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:02 2026] GET /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2569] 10.0.0.165 () {34 vars in 764 bytes} [Mon May 4 12:42:02 2026] PUT /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2570] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:02 2026] GET /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/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: 1263/2571] 10.0.0.165 () {34 vars in 760 bytes} [Mon May 4 12:42:02 2026] PUT /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags/red => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2572] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:02 2026] GET /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2573] 10.0.0.165 () {34 vars in 782 bytes} [Mon May 4 12:42:02 2026] PUT /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2574] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:02 2026] GET /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2575] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:42:03 2026] PUT /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2576] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:03 2026] GET /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2577] 10.0.0.165 () {34 vars in 666 bytes} [Mon May 4 12:42:02 2026] POST /v2.0/trunks => generated 409 bytes in 742 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2578] 10.0.0.165 () {32 vars in 741 bytes} [Mon May 4 12:42:03 2026] GET /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:42:03.255 7 INFO neutron.db.segments_db [None req-db9295a2-f4f0-453c-a687-848b182dffd8 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Added segment c0b2585f-1c55-438b-8068-ead694a56c25 of type geneve for network bad5fe4e-3101-4dde-a17a-c3144d2d7604 2026-05-04 12:42:03.260 8 INFO neutron.api.v2.resource [None req-a88c64fc-7a4f-4d02-8cdc-e946d82c38be ff9756f8308f4377b5addf2dad7a5517 02772600777a457695d31b6f2ce3bd83 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1270/2579] 10.0.0.165 () {32 vars in 745 bytes} [Mon May 4 12:42:03 2026] GET /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2580] 10.0.0.165 () {32 vars in 744 bytes} [Mon May 4 12:42:03 2026] DELETE /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:42:03.383 7 INFO neutron.db.ovn_revision_numbers_db [None req-db9295a2-f4f0-453c-a687-848b182dffd8 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource bad5fe4e-3101-4dde-a17a-c3144d2d7604 (type: networks) to 1 [pid: 8|app: 0|req: 1272/2581] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:03 2026] GET /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags => generated 30 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:03.446 8 INFO neutron.api.v2.resource [None req-c2f171ae-44a3-4784-9360-43481026a2b1 ff9756f8308f4377b5addf2dad7a5517 02772600777a457695d31b6f2ce3bd83 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1273/2582] 10.0.0.165 () {32 vars in 748 bytes} [Mon May 4 12:42:03 2026] DELETE /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/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: 1274/2583] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:42:03 2026] DELETE /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:42:03.544 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-db9295a2-f4f0-453c-a687-848b182dffd8 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] No more DHCP agents 2026-05-04 12:42:03.545 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-db9295a2-f4f0-453c-a687-848b182dffd8 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Unable to schedule network bad5fe4e-3101-4dde-a17a-c3144d2d7604: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1275/2584] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:03 2026] GET /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:03.589 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status down for port: d6a2173d-003a-4b49-99d0-11040c528737 2026-05-04 12:42:03.646 7 INFO neutron.db.ovn_revision_numbers_db [None req-db9295a2-f4f0-453c-a687-848b182dffd8 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource d6a2173d-003a-4b49-99d0-11040c528737 (type: ports) to 1 [pid: 7|app: 0|req: 1310/2585] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:42:03 2026] POST /v2.0/networks => generated 670 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:42:03.705 8 INFO neutron_taas.services.taas.taas_plugin [None req-65b14c33-4dd8-40da-8674-dd17b15d194e ff9756f8308f4377b5addf2dad7a5517 02772600777a457695d31b6f2ce3bd83 - - default default] TaaS: Handle Delete Port: 5efcc7c6-55ab-405c-8035-636cdc7c0612 2026-05-04 12:42:03.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65b14c33-4dd8-40da-8674-dd17b15d194e ff9756f8308f4377b5addf2dad7a5517 02772600777a457695d31b6f2ce3bd83 - - default default] Tap Mirror: Handle Delete Port: 5efcc7c6-55ab-405c-8035-636cdc7c0612 2026-05-04 12:42:03.876 8 INFO neutron.services.segments.plugin [-] Segment 56bb6ff4-3521-4862-9257-b3b80f40b171 resource provider aggregate not found 2026-05-04 12:42:03.883 8 INFO neutron.services.segments.plugin [-] Segment 56bb6ff4-3521-4862-9257-b3b80f40b171 resource provider aggregate not found 2026-05-04 12:42:03.899 8 INFO neutron.services.segments.plugin [-] Segment 56bb6ff4-3521-4862-9257-b3b80f40b171 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56bb6ff4-3521-4862-9257-b3b80f40b171 found for delete ", "request_id": "req-c194dc0e-dcb4-497e-ac52-afd7fe1dcc54"}]} 2026-05-04 12:42:03.900 8 INFO neutron.services.segments.plugin [-] Segment 56bb6ff4-3521-4862-9257-b3b80f40b171 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56bb6ff4-3521-4862-9257-b3b80f40b171 found for delete ", "request_id": "req-43eb4b79-f9a4-436b-bc0e-4d21b30d6087"}]} [pid: 8|app: 0|req: 1276/2586] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:42:03 2026] DELETE /v2.0/networks/2893be99-b997-4b27-a9c5-1b2ee5f440ca => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:42:03.931 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-155e0d18-d77f-44a9-bc12-fbe2aef12146 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] No more DHCP agents 2026-05-04 12:42:03.932 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-155e0d18-d77f-44a9-bc12-fbe2aef12146 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Unable to schedule network bad5fe4e-3101-4dde-a17a-c3144d2d7604: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:42:03.985 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status down for port: d48b5b71-7d70-49f5-83e2-337296696960 2026-05-04 12:42:04.038 7 INFO neutron.db.ovn_revision_numbers_db [None req-155e0d18-d77f-44a9-bc12-fbe2aef12146 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Successfully bumped revision number for resource d48b5b71-7d70-49f5-83e2-337296696960 (type: ports) to 1 [pid: 7|app: 0|req: 1311/2587] 10.0.0.165 () {34 vars in 664 bytes} [Mon May 4 12:42:03 2026] POST /v2.0/ports => generated 743 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2588] 10.0.0.165 () {34 vars in 666 bytes} [Mon May 4 12:42:04 2026] POST /v2.0/trunks => generated 409 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:42:04.293 7 WARNING tagging [None req-638034dd-641c-4a9e-850e-c79a0fe2cddb a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1312/2589] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:42:04 2026] PUT /v2.0/trunks/0a1b8a8f-b245-4b05-a014-717bf6dd6143/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:04.333 8 WARNING tagging [None req-6b020563-4823-4e3d-8de6-ee26ca31ec3d a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1278/2590] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:42:04 2026] PUT /v2.0/trunks/6162f0ef-71af-4baf-8745-9acd75f4518e/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:04.378 7 WARNING tagging [None req-591243a1-485d-4e2a-8ed2-f8e7f9567056 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1313/2591] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:42:04 2026] PUT /v2.0/trunks/498b13b4-942f-4ca5-ac37-28e92e2543e5/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:04.432 8 WARNING tagging [None req-528316c5-2575-49c4-bdf2-6658106d860b a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1279/2592] 10.0.0.165 () {34 vars in 749 bytes} [Mon May 4 12:42:04 2026] PUT /v2.0/trunks/76cdc35c-2223-465e-a020-3345aa2638b8/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2593] 10.0.0.165 () {32 vars in 662 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/trunks?tags=red => generated 1252 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2594] 10.0.0.165 () {32 vars in 676 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 847 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2595] 10.0.0.165 () {32 vars in 672 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/trunks?tags-any=blue => generated 847 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2596] 10.0.0.165 () {32 vars in 684 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1252 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2597] 10.0.0.165 () {32 vars in 670 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/trunks?not-tags=red => generated 819 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:42:04.584 7 WARNING neutron.db.securitygroups_db [None req-cdbff918-6608-4380-aa5b-306f0c776804 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1284/2598] 10.0.0.165 () {32 vars in 684 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1224 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2599] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/security-groups?tenant_id=02772600777a457695d31b6f2ce3bd83&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2600] 10.0.0.165 () {32 vars in 680 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1224 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2601] 10.0.0.165 () {32 vars in 692 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 819 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2602] 10.0.0.165 () {32 vars in 719 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/trunks/0a1b8a8f-b245-4b05-a014-717bf6dd6143 => generated 414 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2603] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/ports/0acad446-0570-4844-b5d2-29d1ba713eb9 => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2604] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:42:04 2026] DELETE /v2.0/security-groups/5a4520de-c666-40ec-aa73-2ab4c428fad7 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2605] 10.0.0.165 () {32 vars in 722 bytes} [Mon May 4 12:42:04 2026] DELETE /v2.0/trunks/0a1b8a8f-b245-4b05-a014-717bf6dd6143 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2606] 10.0.0.165 () {32 vars in 719 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/trunks/6162f0ef-71af-4baf-8745-9acd75f4518e => generated 422 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:42:04.867 7 WARNING neutron.db.securitygroups_db [None req-40951327-6edf-4190-87b9-ad5b60ac2c28 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1290/2607] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/ports/74a65470-d36a-49e4-9a6b-89ffa7a37ec2 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2608] 10.0.0.165 () {32 vars in 722 bytes} [Mon May 4 12:42:04 2026] DELETE /v2.0/trunks/6162f0ef-71af-4baf-8745-9acd75f4518e => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2609] 10.0.0.165 () {32 vars in 719 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/trunks/498b13b4-942f-4ca5-ac37-28e92e2543e5 => generated 431 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:42:04.990 7 INFO neutron.db.ovn_revision_numbers_db [None req-40951327-6edf-4190-87b9-ad5b60ac2c28 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1c5aae94-47ac-4568-829c-c11387a474c9 (type: security_groups) to 1 2026-05-04 12:42:05.002 7 INFO neutron.db.ovn_revision_numbers_db [None req-40951327-6edf-4190-87b9-ad5b60ac2c28 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0701941c-579e-4177-a625-081c431620e7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1293/2610] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/ports/571e6afa-8149-49f9-b6bd-3f202dbcdf1d => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:42:05.016 7 INFO neutron.db.ovn_revision_numbers_db [None req-40951327-6edf-4190-87b9-ad5b60ac2c28 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 542ba46d-ba01-40de-ab80-eb89d611c2e3 (type: security_group_rules) to 0 2026-05-04 12:42:05.028 7 INFO neutron.db.ovn_revision_numbers_db [None req-40951327-6edf-4190-87b9-ad5b60ac2c28 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 805dd71c-4a5f-4e3f-ad6a-cfa21b000d6f (type: security_group_rules) to 0 2026-05-04 12:42:05.041 7 INFO neutron.db.ovn_revision_numbers_db [None req-40951327-6edf-4190-87b9-ad5b60ac2c28 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 86cbcd3f-07bb-4772-8278-073f46de5787 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1296/2613] 10.0.0.165 () {32 vars in 722 bytes} [Mon May 4 12:42:05 2026] DELETE /v2.0/trunks/498b13b4-942f-4ca5-ac37-28e92e2543e5 => 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: 1318/2614] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:42:04 2026] GET /v2.0/security-groups?tenant_id=1e2dcc74d6324b508c16bd3f9176fc17&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2615] 10.0.0.165 () {32 vars in 719 bytes} [Mon May 4 12:42:05 2026] GET /v2.0/trunks/76cdc35c-2223-465e-a020-3345aa2638b8 => 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: 1298/2616] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:42:05 2026] GET /v2.0/ports/44e834d7-22d8-4636-be4d-e2e7d5cc87c4 => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2617] 10.0.0.165 () {32 vars in 722 bytes} [Mon May 4 12:42:05 2026] DELETE /v2.0/trunks/76cdc35c-2223-465e-a020-3345aa2638b8 => 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: 1319/2618] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:42:05 2026] DELETE /v2.0/security-groups/1c5aae94-47ac-4568-829c-c11387a474c9 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2619] 10.0.0.165 () {32 vars in 719 bytes} [Mon May 4 12:42:05 2026] GET /v2.0/trunks/68a1ee7c-6e3d-49a3-9967-ece6a4578082 => generated 409 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2620] 10.0.0.165 () {32 vars in 717 bytes} [Mon May 4 12:42:05 2026] GET /v2.0/ports/d48b5b71-7d70-49f5-83e2-337296696960 => generated 826 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2621] 10.0.0.165 () {32 vars in 722 bytes} [Mon May 4 12:42:05 2026] DELETE /v2.0/trunks/68a1ee7c-6e3d-49a3-9967-ece6a4578082 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:42:05.567 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8321572-d1e7-496c-87b0-0423e58e1f95 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] TaaS: Handle Delete Port: 0acad446-0570-4844-b5d2-29d1ba713eb9 2026-05-04 12:42:05.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8321572-d1e7-496c-87b0-0423e58e1f95 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Tap Mirror: Handle Delete Port: 0acad446-0570-4844-b5d2-29d1ba713eb9 [pid: 7|app: 0|req: 1321/2622] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:42:05 2026] DELETE /v2.0/ports/0acad446-0570-4844-b5d2-29d1ba713eb9 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:42:05.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-c601baa5-6745-482c-8073-94333bf42d5e a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] TaaS: Handle Delete Port: 74a65470-d36a-49e4-9a6b-89ffa7a37ec2 2026-05-04 12:42:05.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c601baa5-6745-482c-8073-94333bf42d5e a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Tap Mirror: Handle Delete Port: 74a65470-d36a-49e4-9a6b-89ffa7a37ec2 [pid: 8|app: 0|req: 1302/2623] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:42:05 2026] DELETE /v2.0/ports/74a65470-d36a-49e4-9a6b-89ffa7a37ec2 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:42:06.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cf5ca45-dbdc-4f50-92df-f4007611552b a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] TaaS: Handle Delete Port: 571e6afa-8149-49f9-b6bd-3f202dbcdf1d 2026-05-04 12:42:06.077 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cf5ca45-dbdc-4f50-92df-f4007611552b a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Tap Mirror: Handle Delete Port: 571e6afa-8149-49f9-b6bd-3f202dbcdf1d [pid: 7|app: 0|req: 1322/2624] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:42:05 2026] DELETE /v2.0/ports/571e6afa-8149-49f9-b6bd-3f202dbcdf1d => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:42:06.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-4dec3d5f-22a4-4ca8-869e-2a216f1bbc78 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] TaaS: Handle Delete Port: 44e834d7-22d8-4636-be4d-e2e7d5cc87c4 2026-05-04 12:42:06.317 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dec3d5f-22a4-4ca8-869e-2a216f1bbc78 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Tap Mirror: Handle Delete Port: 44e834d7-22d8-4636-be4d-e2e7d5cc87c4 [pid: 8|app: 0|req: 1303/2625] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:42:06 2026] DELETE /v2.0/ports/44e834d7-22d8-4636-be4d-e2e7d5cc87c4 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:42:06.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b86cfb3-5a6a-4af7-8979-32ef33d08a73 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] TaaS: Handle Delete Port: d48b5b71-7d70-49f5-83e2-337296696960 2026-05-04 12:42:06.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b86cfb3-5a6a-4af7-8979-32ef33d08a73 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Tap Mirror: Handle Delete Port: d48b5b71-7d70-49f5-83e2-337296696960 [pid: 7|app: 0|req: 1323/2626] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:42:06 2026] DELETE /v2.0/ports/d48b5b71-7d70-49f5-83e2-337296696960 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:42:06.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-bac64318-2845-4469-9d04-b9d7e569668a a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] TaaS: Handle Delete Port: 61f8e372-b570-4321-895f-4514124d2ebc 2026-05-04 12:42:06.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bac64318-2845-4469-9d04-b9d7e569668a a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Tap Mirror: Handle Delete Port: 61f8e372-b570-4321-895f-4514124d2ebc 2026-05-04 12:42:06.931 8 INFO neutron.services.segments.plugin [-] Segment 83bd6730-d7e1-48eb-9fd0-45a611a35297 resource provider aggregate not found 2026-05-04 12:42:06.934 8 INFO neutron.services.segments.plugin [-] Segment 83bd6730-d7e1-48eb-9fd0-45a611a35297 resource provider aggregate not found 2026-05-04 12:42:06.946 8 INFO neutron.services.segments.plugin [-] Segment 83bd6730-d7e1-48eb-9fd0-45a611a35297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83bd6730-d7e1-48eb-9fd0-45a611a35297 found for delete ", "request_id": "req-8b4e644a-42be-4500-80ce-bff338568db2"}]} 2026-05-04 12:42:06.958 8 INFO neutron.services.segments.plugin [-] Segment 83bd6730-d7e1-48eb-9fd0-45a611a35297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83bd6730-d7e1-48eb-9fd0-45a611a35297 found for delete ", "request_id": "req-15d71dcd-7be8-40b4-89ad-b984b3dd8531"}]} [pid: 8|app: 0|req: 1304/2627] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:42:06 2026] DELETE /v2.0/networks/d0811e97-db7f-4fae-8701-a3c8be11d347 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:42:07.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f473889-c72a-431c-9fd7-4ba7223a14e5 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] TaaS: Handle Delete Port: 5e15f43f-2745-4746-94bb-29169de7cf62 2026-05-04 12:42:07.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f473889-c72a-431c-9fd7-4ba7223a14e5 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Tap Mirror: Handle Delete Port: 5e15f43f-2745-4746-94bb-29169de7cf62 2026-05-04 12:42:07.266 7 INFO neutron.services.segments.plugin [-] Segment 18c36d42-c8bb-47bc-b654-e58e5d4ca928 resource provider aggregate not found 2026-05-04 12:42:07.280 7 INFO neutron.services.segments.plugin [-] Segment 18c36d42-c8bb-47bc-b654-e58e5d4ca928 resource provider aggregate not found 2026-05-04 12:42:07.285 7 INFO neutron.services.segments.plugin [-] Segment 18c36d42-c8bb-47bc-b654-e58e5d4ca928 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18c36d42-c8bb-47bc-b654-e58e5d4ca928 found for delete ", "request_id": "req-7053d972-f688-469a-ae37-b909a4660e73"}]} [pid: 7|app: 0|req: 1324/2628] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:42:06 2026] DELETE /v2.0/networks/f6fac68b-e31c-4cb0-ad4b-24577bc78828 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:42:07.312 7 INFO neutron.services.segments.plugin [-] Segment 18c36d42-c8bb-47bc-b654-e58e5d4ca928 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18c36d42-c8bb-47bc-b654-e58e5d4ca928 found for delete ", "request_id": "req-c47b94ff-813c-405b-a45f-7899513944eb"}]} 2026-05-04 12:42:07.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-f80ef896-4105-44d2-b692-58b6bf6ee878 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] TaaS: Handle Delete Port: 9974a13d-414e-426f-a001-38ac62a5c76d 2026-05-04 12:42:07.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f80ef896-4105-44d2-b692-58b6bf6ee878 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Tap Mirror: Handle Delete Port: 9974a13d-414e-426f-a001-38ac62a5c76d [pid: 8|app: 0|req: 1305/2629] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:42:07 2026] DELETE /v2.0/networks/4f710271-cdf0-46e0-90a9-840add2914d1 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:42:07.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c0303d7-ee1a-4c8e-959e-407eb68d6f2f a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] TaaS: Handle Delete Port: 1870ce78-f8f0-49d8-a82c-d5b12d274008 2026-05-04 12:42:07.773 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c0303d7-ee1a-4c8e-959e-407eb68d6f2f a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Tap Mirror: Handle Delete Port: 1870ce78-f8f0-49d8-a82c-d5b12d274008 [pid: 7|app: 0|req: 1325/2630] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:42:07 2026] DELETE /v2.0/networks/c3884c09-8693-4e82-a105-548fc9a1169f => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:42:08.113 8 INFO neutron_taas.services.taas.taas_plugin [None req-90869767-0581-4bf5-830c-168edabb25b9 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] TaaS: Handle Delete Port: d6a2173d-003a-4b49-99d0-11040c528737 2026-05-04 12:42:08.115 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90869767-0581-4bf5-830c-168edabb25b9 a548eb5656204a10bd6c61f0726f5a7a cb3f873fa9ec4aa284b63fde7a95507b - - default default] Tap Mirror: Handle Delete Port: d6a2173d-003a-4b49-99d0-11040c528737 [pid: 8|app: 0|req: 1306/2631] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:42:07 2026] DELETE /v2.0/networks/bad5fe4e-3101-4dde-a17a-c3144d2d7604 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:42:08.700 7 INFO neutron.db.ovn_revision_numbers_db [None req-4fc6598e-1435-41f5-b22d-0a43486b24ec 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] Successfully bumped revision number for resource f994204d-f875-43c7-8cb2-cbddc3085539 (type: security_groups) to 1 2026-05-04 12:42:08.710 7 INFO neutron.db.ovn_revision_numbers_db [None req-4fc6598e-1435-41f5-b22d-0a43486b24ec 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] Successfully bumped revision number for resource 5f805254-35d6-4e13-b816-f98cce768d17 (type: security_group_rules) to 0 2026-05-04 12:42:08.722 7 INFO neutron.db.ovn_revision_numbers_db [None req-4fc6598e-1435-41f5-b22d-0a43486b24ec 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] Successfully bumped revision number for resource 8adcdbd0-0adb-432f-8acc-76f3f0f8f9c1 (type: security_group_rules) to 0 2026-05-04 12:42:08.733 7 INFO neutron.db.ovn_revision_numbers_db [None req-4fc6598e-1435-41f5-b22d-0a43486b24ec 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] Successfully bumped revision number for resource afe027d6-ce83-46f3-b5a8-501315faa8f1 (type: security_group_rules) to 0 2026-05-04 12:42:08.742 7 INFO neutron.db.ovn_revision_numbers_db [None req-4fc6598e-1435-41f5-b22d-0a43486b24ec 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] Successfully bumped revision number for resource e359d2f5-61b7-4eb3-acf2-27eaf018d026 (type: security_group_rules) to 0 2026-05-04 12:42:08.806 7 INFO neutron.db.segments_db [None req-4fc6598e-1435-41f5-b22d-0a43486b24ec 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] Added segment ceef2f85-be99-49c4-83a0-4119b3076409 of type geneve for network 5e51026f-3147-4a7a-9db3-1f44ecee23aa 2026-05-04 12:42:08.908 7 INFO neutron.db.ovn_revision_numbers_db [None req-4fc6598e-1435-41f5-b22d-0a43486b24ec 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] Successfully bumped revision number for resource 5e51026f-3147-4a7a-9db3-1f44ecee23aa (type: networks) to 1 2026-05-04 12:42:08.963 8 INFO neutron.services.segments.plugin [-] Segment bb05e11d-c9ac-491f-9d64-f74a40a8255f resource provider aggregate not found 2026-05-04 12:42:08.975 8 INFO neutron.services.segments.plugin [-] Segment bb05e11d-c9ac-491f-9d64-f74a40a8255f resource provider aggregate not found 2026-05-04 12:42:08.987 8 INFO neutron.services.segments.plugin [-] Segment bb05e11d-c9ac-491f-9d64-f74a40a8255f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb05e11d-c9ac-491f-9d64-f74a40a8255f found for delete ", "request_id": "req-05596360-cd50-4874-a084-7a4d2cc6bb73"}]} 2026-05-04 12:42:08.998 8 INFO neutron.services.segments.plugin [-] Segment bb05e11d-c9ac-491f-9d64-f74a40a8255f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb05e11d-c9ac-491f-9d64-f74a40a8255f found for delete ", "request_id": "req-8112d50c-4f64-49c4-a20e-85b7c513fbc1"}]} 2026-05-04 12:42:09.009 8 INFO neutron.services.segments.plugin [-] Segment c0b2585f-1c55-438b-8068-ead694a56c25 resource provider aggregate not found 2026-05-04 12:42:09.020 8 INFO neutron.services.segments.plugin [-] Segment c0b2585f-1c55-438b-8068-ead694a56c25 resource provider aggregate not found 2026-05-04 12:42:09.029 8 INFO neutron.services.segments.plugin [-] Segment c0b2585f-1c55-438b-8068-ead694a56c25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0b2585f-1c55-438b-8068-ead694a56c25 found for delete ", "request_id": "req-aa8422be-6955-4e00-bdcd-0b7678afad54"}]} 2026-05-04 12:42:09.038 8 INFO neutron.services.segments.plugin [-] Segment c0b2585f-1c55-438b-8068-ead694a56c25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0b2585f-1c55-438b-8068-ead694a56c25 found for delete ", "request_id": "req-834aa8bb-dc50-43fa-ba29-79e4ccb37e7f"}]} [pid: 8|app: 0|req: 1307/2632] 10.0.0.25 () {34 vars in 1015 bytes} [Mon May 4 12:42:08 2026] GET /v2.0/security-groups?id=8ed7e99c-e2d2-460d-92f2-e479791d8e2c&fields=id => generated 69 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:09.069 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4fc6598e-1435-41f5-b22d-0a43486b24ec 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] No more DHCP agents 2026-05-04 12:42:09.070 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4fc6598e-1435-41f5-b22d-0a43486b24ec 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] Unable to schedule network 5e51026f-3147-4a7a-9db3-1f44ecee23aa: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:42:09.117 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status down for port: e9c1918b-5763-4f14-94b8-29d87ec26219 2026-05-04 12:42:09.144 8 WARNING neutron.db.securitygroups_db [None req-d15ce2c2-49f2-470c-8c0d-d6c7809b532b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:42:09.167 7 INFO neutron.db.ovn_revision_numbers_db [None req-4fc6598e-1435-41f5-b22d-0a43486b24ec 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] Successfully bumped revision number for resource e9c1918b-5763-4f14-94b8-29d87ec26219 (type: ports) to 1 [pid: 7|app: 0|req: 1326/2633] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:42:08 2026] POST /v2.0/networks => generated 670 bytes in 826 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:42:09.244 8 INFO neutron.db.ovn_revision_numbers_db [None req-d15ce2c2-49f2-470c-8c0d-d6c7809b532b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource facb74a6-3600-4659-8e06-324f812a15a9 (type: security_groups) to 1 [pid: 7|app: 0|req: 1327/2634] 10.0.0.25 () {34 vars in 981 bytes} [Mon May 4 12:42:09 2026] GET /v2.0/networks?id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83 => generated 776 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:42:09.256 8 INFO neutron.db.ovn_revision_numbers_db [None req-d15ce2c2-49f2-470c-8c0d-d6c7809b532b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 52e410f7-bdb9-40bd-b7b5-b916ed13453d (type: security_group_rules) to 0 2026-05-04 12:42:09.266 8 INFO neutron.db.ovn_revision_numbers_db [None req-d15ce2c2-49f2-470c-8c0d-d6c7809b532b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 88b3b8b5-1d06-4400-a8d1-828994a93eaa (type: security_group_rules) to 0 2026-05-04 12:42:09.277 8 INFO neutron.db.ovn_revision_numbers_db [None req-d15ce2c2-49f2-470c-8c0d-d6c7809b532b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ce5b5ab7-fbd3-493f-81aa-4363321e42e8 (type: security_group_rules) to 0 2026-05-04 12:42:09.288 8 INFO neutron.db.ovn_revision_numbers_db [None req-d15ce2c2-49f2-470c-8c0d-d6c7809b532b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d9f3cccf-3cb2-4dab-bbd0-c23c2e06545b (type: security_group_rules) to 0 2026-05-04 12:42:09.303 7 INFO neutron.services.segments.plugin [-] Segment 46bd29cb-36ab-4821-ac94-46587ab4cbab resource provider aggregate not found [pid: 8|app: 0|req: 1308/2635] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:42:09 2026] GET /v2.0/security-groups?tenant_id=b8983d02ca97411697f486baa50a08f7&name=default => generated 2929 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:42:09.328 7 INFO neutron.services.segments.plugin [-] Segment 46bd29cb-36ab-4821-ac94-46587ab4cbab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46bd29cb-36ab-4821-ac94-46587ab4cbab found for delete ", "request_id": "req-99b13db0-2361-4895-adf3-e8f0a4f99097"}]} 2026-05-04 12:42:09.333 7 INFO neutron.services.segments.plugin [-] Segment 46bd29cb-36ab-4821-ac94-46587ab4cbab resource provider aggregate not found [pid: 8|app: 0|req: 1309/2636] 10.0.0.25 () {34 vars in 964 bytes} [Mon May 4 12:42:09 2026] GET /v2.0/quotas/763451d2b9b749abb59cf8ccfcdd1276 => generated 291 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:42:09.352 7 INFO neutron.services.segments.plugin [-] Segment 46bd29cb-36ab-4821-ac94-46587ab4cbab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46bd29cb-36ab-4821-ac94-46587ab4cbab found for delete ", "request_id": "req-edc141c6-c65c-4e12-9f08-ae96147dffc6"}]} 2026-05-04 12:42:09.478 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a8a2fe32-8378-4dbe-ae9b-8ac30a325803 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] No more DHCP agents 2026-05-04 12:42:09.482 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a8a2fe32-8378-4dbe-ae9b-8ac30a325803 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] Unable to schedule network 5e51026f-3147-4a7a-9db3-1f44ecee23aa: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1310/2637] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:42:09 2026] DELETE /v2.0/security-groups/facb74a6-3600-4659-8e06-324f812a15a9 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:42:09.564 7 INFO neutron.db.ovn_revision_numbers_db [None req-a8a2fe32-8378-4dbe-ae9b-8ac30a325803 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] Successfully bumped revision number for resource 09203bda-1586-4e24-bc1b-26842378a963 (type: ports) to 1 2026-05-04 12:42:09.567 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: 09203bda-1586-4e24-bc1b-26842378a963 [pid: 8|app: 0|req: 1311/2638] 10.0.0.25 () {34 vars in 1001 bytes} [Mon May 4 12:42:09 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&fields=id => generated 149 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2639] 10.0.0.165 () {34 vars in 664 bytes} [Mon May 4 12:42:09 2026] POST /v2.0/ports => generated 743 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:42:09.613 7 WARNING neutron.db.securitygroups_db [None req-d09bbdbd-1afd-4a6b-9171-8442a631d380 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1329/2640] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:42:09 2026] GET /v2.0/security-groups?tenant_id=cb3f873fa9ec4aa284b63fde7a95507b&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2641] 10.0.0.25 () {34 vars in 1007 bytes} [Mon May 4 12:42:09 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2642] 10.0.0.165 () {34 vars in 747 bytes} [Mon May 4 12:42:09 2026] PUT /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1331/2643] 10.0.0.25 () {34 vars in 1107 bytes} [Mon May 4 12:42:09 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?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: 1332/2644] 10.0.0.165 () {32 vars in 727 bytes} [Mon May 4 12:42:09 2026] GET /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags => generated 25 bytes in 46 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: 1313/2645] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:42:09 2026] DELETE /v2.0/security-groups/f75864cf-6cf3-4585-8f71-bfd7fb1349c3 => 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: 1333/2646] 10.0.0.165 () {34 vars in 758 bytes} [Mon May 4 12:42:09 2026] PUT /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags/green => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2647] 10.0.0.165 () {32 vars in 727 bytes} [Mon May 4 12:42:09 2026] GET /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:42:09.960 8 WARNING neutron.db.securitygroups_db [None req-c56ca400-5741-418c-9986-7de009e3d986 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1334/2648] 10.0.0.165 () {34 vars in 754 bytes} [Mon May 4 12:42:09 2026] PUT /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags/red => generated 4 bytes in 69 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: 1335/2649] 10.0.0.165 () {32 vars in 727 bytes} [Mon May 4 12:42:10 2026] GET /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags => generated 34 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-05-04 12:42:10.086 8 INFO neutron.db.ovn_revision_numbers_db [None req-c56ca400-5741-418c-9986-7de009e3d986 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 527e2154-9861-465b-8018-104022988fc0 (type: security_groups) to 1 2026-05-04 12:42:10.099 8 INFO neutron.db.ovn_revision_numbers_db [None req-c56ca400-5741-418c-9986-7de009e3d986 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1ed2fe62-bc51-4447-9e13-5ba8feca6ae8 (type: security_group_rules) to 0 2026-05-04 12:42:10.110 8 INFO neutron.db.ovn_revision_numbers_db [None req-c56ca400-5741-418c-9986-7de009e3d986 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6fe744aa-da6b-4d63-be76-4656fde40176 (type: security_group_rules) to 0 2026-05-04 12:42:10.121 8 INFO neutron.db.ovn_revision_numbers_db [None req-c56ca400-5741-418c-9986-7de009e3d986 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 72b2e781-300c-4aba-a58c-3687d12a55da (type: security_group_rules) to 0 2026-05-04 12:42:10.133 8 INFO neutron.db.ovn_revision_numbers_db [None req-c56ca400-5741-418c-9986-7de009e3d986 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c992289f-128b-4e30-84a3-aa56f2a9029d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1336/2650] 10.0.0.165 () {34 vars in 776 bytes} [Mon May 4 12:42:10 2026] PUT /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags/black.or.white => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1315/2651] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:42:09 2026] GET /v2.0/security-groups?tenant_id=5a662f1747354bb8bfd19c3c858e1a14&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2652] 10.0.0.165 () {32 vars in 727 bytes} [Mon May 4 12:42:10 2026] GET /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags => generated 52 bytes in 47 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: 1338/2653] 10.0.0.165 () {34 vars in 747 bytes} [Mon May 4 12:42:10 2026] PUT /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags => generated 37 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: 1316/2654] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:42:10 2026] DELETE /v2.0/security-groups/527e2154-9861-465b-8018-104022988fc0 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2655] 10.0.0.165 () {32 vars in 727 bytes} [Mon May 4 12:42:10 2026] GET /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2656] 10.0.0.165 () {32 vars in 735 bytes} [Mon May 4 12:42:10 2026] GET /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags/red => generated 0 bytes in 63 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1340/2657] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:42:10 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:10.447 8 INFO neutron.api.v2.resource [None req-3ba5cb69-1d8d-4631-82c7-50804e14a55e 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1318/2658] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:42:10 2026] GET /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1319/2659] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:42:10 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => 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: 1341/2660] 10.0.0.165 () {32 vars in 738 bytes} [Mon May 4 12:42:10 2026] DELETE /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2661] 10.0.0.165 () {32 vars in 727 bytes} [Mon May 4 12:42:10 2026] GET /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:42:10.617 7 INFO neutron.api.v2.resource [None req-9de9874e-2e5f-4b44-86da-889106cb4ac7 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1342/2662] 10.0.0.165 () {32 vars in 742 bytes} [Mon May 4 12:42:10 2026] DELETE /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1321/2663] 10.0.0.165 () {32 vars in 730 bytes} [Mon May 4 12:42:10 2026] DELETE /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags => generated 0 bytes in 58 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: 1343/2664] 10.0.0.165 () {32 vars in 727 bytes} [Mon May 4 12:42:10 2026] GET /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:42:10.872 8 INFO neutron_taas.services.taas.taas_plugin [None req-17aec23c-f383-4ca8-bb87-cd72273ee96a 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] TaaS: Handle Delete Port: 09203bda-1586-4e24-bc1b-26842378a963 2026-05-04 12:42:10.875 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17aec23c-f383-4ca8-bb87-cd72273ee96a 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] Tap Mirror: Handle Delete Port: 09203bda-1586-4e24-bc1b-26842378a963 [pid: 8|app: 0|req: 1322/2665] 10.0.0.165 () {32 vars in 720 bytes} [Mon May 4 12:42:10 2026] DELETE /v2.0/ports/09203bda-1586-4e24-bc1b-26842378a963 => generated 0 bytes in 237 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-05-04 12:42:11.105 7 INFO neutron_taas.services.taas.taas_plugin [None req-c33da9db-a41e-4712-8a7d-f5867f42232e 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] TaaS: Handle Delete Port: e9c1918b-5763-4f14-94b8-29d87ec26219 2026-05-04 12:42:11.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c33da9db-a41e-4712-8a7d-f5867f42232e 5d030b5f70994b2fa06a68649edda5f1 e84b3ac2ed8f4a0bb19e7dc005084cc0 - - default default] Tap Mirror: Handle Delete Port: e9c1918b-5763-4f14-94b8-29d87ec26219 [pid: 7|app: 0|req: 1344/2666] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:42:10 2026] DELETE /v2.0/networks/5e51026f-3147-4a7a-9db3-1f44ecee23aa => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:42:11.344 7 INFO neutron.services.segments.plugin [-] Segment ceef2f85-be99-49c4-83a0-4119b3076409 resource provider aggregate not found 2026-05-04 12:42:11.360 7 INFO neutron.services.segments.plugin [-] Segment ceef2f85-be99-49c4-83a0-4119b3076409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceef2f85-be99-49c4-83a0-4119b3076409 found for delete ", "request_id": "req-c4a402db-a633-4242-9f5b-34fb6485fe38"}]} 2026-05-04 12:42:11.373 7 INFO neutron.services.segments.plugin [-] Segment ceef2f85-be99-49c4-83a0-4119b3076409 resource provider aggregate not found 2026-05-04 12:42:11.390 7 INFO neutron.services.segments.plugin [-] Segment ceef2f85-be99-49c4-83a0-4119b3076409 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceef2f85-be99-49c4-83a0-4119b3076409 found for delete ", "request_id": "req-0b5cd43d-0ad0-42e1-b3af-dd104c838deb"}]} 2026-05-04 12:42:12.036 8 WARNING neutron.db.securitygroups_db [None req-01785164-337e-42bd-83d4-b1221a4ecfde a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1323/2667] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:42:11 2026] GET /v2.0/security-groups?tenant_id=e84b3ac2ed8f4a0bb19e7dc005084cc0&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2668] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:42:12 2026] DELETE /v2.0/security-groups/f994204d-f875-43c7-8cb2-cbddc3085539 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:42:12.327 8 WARNING neutron.db.securitygroups_db [None req-19117c9c-e21c-4f66-a30b-ad037475464a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:42:12.448 8 INFO neutron.db.ovn_revision_numbers_db [None req-19117c9c-e21c-4f66-a30b-ad037475464a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 95e396a4-7617-4541-9d5b-61de6a4e3c05 (type: security_groups) to 1 2026-05-04 12:42:12.458 8 INFO neutron.db.ovn_revision_numbers_db [None req-19117c9c-e21c-4f66-a30b-ad037475464a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 154e93ba-02e5-4b0e-9b35-d7d5ac8d2d3d (type: security_group_rules) to 0 2026-05-04 12:42:12.468 8 INFO neutron.db.ovn_revision_numbers_db [None req-19117c9c-e21c-4f66-a30b-ad037475464a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 381997a7-9ddb-4692-a2a2-db8816ded43e (type: security_group_rules) to 0 2026-05-04 12:42:12.479 8 INFO neutron.db.ovn_revision_numbers_db [None req-19117c9c-e21c-4f66-a30b-ad037475464a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 720a7f13-995b-4d2f-9b2c-b94958e55a82 (type: security_group_rules) to 0 2026-05-04 12:42:12.491 8 INFO neutron.db.ovn_revision_numbers_db [None req-19117c9c-e21c-4f66-a30b-ad037475464a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource db2ed3aa-f0cb-4801-92f2-3389c0137f1e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1324/2669] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:42:12 2026] GET /v2.0/security-groups?tenant_id=d478eb5ce6c647ad9a2e919f7b27901b&name=default => generated 2929 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2670] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:42:12 2026] DELETE /v2.0/security-groups/95e396a4-7617-4541-9d5b-61de6a4e3c05 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2671] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:42:13 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2672] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:42:13 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => 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: 1326/2673] 10.0.0.165 () {34 vars in 678 bytes} [Mon May 4 12:42:13 2026] POST /v2.0/qos/policies => generated 359 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:42:13.563 7 WARNING tagging [None req-70064ae6-fd0e-41e0-a679-9eed86397d5a c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1348/2674] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:42:13 2026] PUT /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:13.619 8 WARNING tagging [None req-088d55db-3816-4e2f-b69a-58744bd96750 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1327/2675] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:13 2026] GET /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:13.658 7 WARNING tagging [None req-e6748dd4-2434-4815-9fe7-0e2b8b8415dd c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1349/2676] 10.0.0.165 () {34 vars in 764 bytes} [Mon May 4 12:42:13 2026] PUT /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:42:13.717 8 WARNING tagging [None req-8807120f-8096-4713-93ac-1adfdfb8ca5d c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1328/2677] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:13 2026] GET /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:13.755 7 WARNING tagging [None req-f5bf5799-7461-4725-a2e1-950948e75b12 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1350/2678] 10.0.0.165 () {34 vars in 760 bytes} [Mon May 4 12:42:13 2026] PUT /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:42:13.798 8 WARNING tagging [None req-7ff5e711-dba4-44a6-bc6b-aa79d03bbe43 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1329/2679] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:13 2026] GET /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:13.835 7 WARNING tagging [None req-47199701-dd8d-4913-ba32-9592a5b117de c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1351/2680] 10.0.0.165 () {34 vars in 782 bytes} [Mon May 4 12:42:13 2026] PUT /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:42:13.891 8 WARNING tagging [None req-0a8b7330-580f-4fba-b11c-74a20615fff1 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1330/2681] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:13 2026] GET /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:13.926 7 WARNING tagging [None req-0844470e-a953-494a-883a-2d1067013049 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1352/2682] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:42:13 2026] PUT /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:13.971 8 WARNING tagging [None req-1d880afb-0ed8-4f0d-ba54-c21da46c7ac5 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1331/2683] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:13 2026] GET /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:14.010 7 WARNING tagging [None req-14d978c8-5e2c-45a9-9f39-cef7c87365b6 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1353/2684] 10.0.0.165 () {32 vars in 741 bytes} [Mon May 4 12:42:13 2026] GET /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:42:14.049 8 WARNING tagging [None req-570204e7-52cd-441e-a81a-0fd598faeb81 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:42:14.054 8 INFO neutron.api.v2.resource [None req-570204e7-52cd-441e-a81a-0fd598faeb81 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1332/2685] 10.0.0.165 () {32 vars in 745 bytes} [Mon May 4 12:42:14 2026] GET /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:42:14.086 7 WARNING tagging [None req-65e52a71-cd3c-42d0-b6d2-45a466252442 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1354/2686] 10.0.0.165 () {32 vars in 744 bytes} [Mon May 4 12:42:14 2026] DELETE /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:42:14.136 8 WARNING tagging [None req-c2a86ae7-9346-4e93-9fe7-29c21fe04208 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1333/2687] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:14 2026] GET /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:14.177 7 WARNING tagging [None req-2d05e553-2c37-4fdd-900d-57bfbd88b4e9 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:42:14.199 7 INFO neutron.api.v2.resource [None req-2d05e553-2c37-4fdd-900d-57bfbd88b4e9 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1355/2688] 10.0.0.165 () {32 vars in 748 bytes} [Mon May 4 12:42:14 2026] DELETE /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:42:14.232 8 WARNING tagging [None req-013bdc2a-e2f9-4ec4-80d9-19461a652ea9 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1334/2689] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:42:14 2026] DELETE /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags => 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: 1356/2690] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:42:14 2026] GET /v2.0/networks?id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83 => generated 776 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:42:14.273 7 WARNING neutron.db.securitygroups_db [req-f0ee6b6f-0e08-4a35-b811-facbea639fc8 req-6c1f0539-68a6-435e-b152-497507cd4283 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:42:14.282 8 WARNING tagging [None req-a3a237e4-6e23-41bb-9a1e-a5eaaf103aa7 c2f230110aed4893854daf2f5ab5b19a a836f91fc69e4a1f94277fbcc3ebe15d - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1335/2691] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:14 2026] GET /v2.0/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2692] 199.204.45.227 () {34 vars in 1050 bytes} [Mon May 4 12:42:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=763451d2b9b749abb59cf8ccfcdd1276 => generated 343 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2693] 10.0.0.165 () {32 vars in 734 bytes} [Mon May 4 12:42:14 2026] DELETE /v2.0/qos/policies/3f0c69fd-d7d4-40e2-8b35-9c9a21fabdb8 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:42:14.520 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-f0ee6b6f-0e08-4a35-b811-facbea639fc8 req-fd4ecb34-956e-4ffc-b452-a93c2d73a3a7 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:42:14.521 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-f0ee6b6f-0e08-4a35-b811-facbea639fc8 req-fd4ecb34-956e-4ffc-b452-a93c2d73a3a7 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:42:14.647 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: f52f1219-80c3-4029-8d16-1836e3c606bf 2026-05-04 12:42:14.658 7 INFO neutron.db.ovn_revision_numbers_db [req-f0ee6b6f-0e08-4a35-b811-facbea639fc8 req-fd4ecb34-956e-4ffc-b452-a93c2d73a3a7 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f52f1219-80c3-4029-8d16-1836e3c606bf (type: ports) to 1 [pid: 7|app: 0|req: 1358/2694] 199.204.45.227 () {38 vars in 955 bytes} [Mon May 4 12:42:14 2026] POST /v2.0/ports => generated 1082 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:42:15.081 8 INFO neutron.db.ovn_revision_numbers_db [req-f0ee6b6f-0e08-4a35-b811-facbea639fc8 req-9634c8c2-8db4-48d9-a982-11706015ce80 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource f52f1219-80c3-4029-8d16-1836e3c606bf (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, ' 2026-05-04 12:42:15.093 7 WARNING neutron.db.securitygroups_db [None req-2151cc7e-b7ec-4a00-84f9-fcc8a0c66ec4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:42:15.205 7 INFO neutron.db.ovn_revision_numbers_db [None req-2151cc7e-b7ec-4a00-84f9-fcc8a0c66ec4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 27d29dea-2d60-4016-8f6f-38ee0e65ba0b (type: security_groups) to 1 2026-05-04 12:42:15.217 7 INFO neutron.db.ovn_revision_numbers_db [None req-2151cc7e-b7ec-4a00-84f9-fcc8a0c66ec4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 00ca02b4-fa49-42a0-a6da-5a9597b2eb99 (type: security_group_rules) to 0 2026-05-04 12:42:15.226 7 INFO neutron.db.ovn_revision_numbers_db [None req-2151cc7e-b7ec-4a00-84f9-fcc8a0c66ec4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 238b97e8-7614-4ced-b9b4-631218f9bd3b (type: security_group_rules) to 0 2026-05-04 12:42:15.239 7 INFO neutron.db.ovn_revision_numbers_db [None req-2151cc7e-b7ec-4a00-84f9-fcc8a0c66ec4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 48766b99-e86e-4e14-9dba-fa368ec7b828 (type: security_group_rules) to 0 2026-05-04 12:42:15.255 7 INFO neutron.db.ovn_revision_numbers_db [None req-2151cc7e-b7ec-4a00-84f9-fcc8a0c66ec4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ecc1b8ea-f8f0-4709-93b5-f7b59d16bb6a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1359/2695] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:42:14 2026] GET /v2.0/security-groups?tenant_id=a836f91fc69e4a1f94277fbcc3ebe15d&name=default => generated 2929 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:42:15.306 8 INFO neutron.db.ovn_revision_numbers_db [req-f0ee6b6f-0e08-4a35-b811-facbea639fc8 req-9634c8c2-8db4-48d9-a982-11706015ce80 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource f52f1219-80c3-4029-8d16-1836e3c606bf (type: ports) to 4 [pid: 8|app: 0|req: 1337/2696] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:42:14 2026] PUT /v2.0/ports/f52f1219-80c3-4029-8d16-1836e3c606bf => generated 1235 bytes in 633 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:42:15.360 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcdbee17-5d74-45d7-bfa9-62ed4ed44f64'] response: {'name': 'network-changed', 'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'tag': 'f52f1219-80c3-4029-8d16-1836e3c606bf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1360/2697] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:42:15 2026] DELETE /v2.0/security-groups/27d29dea-2d60-4016-8f6f-38ee0e65ba0b => generated 0 bytes in 171 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-05-04 12:42:15.626 8 WARNING neutron.db.securitygroups_db [None req-afaaa902-234d-4f7a-a0d3-6915f49b8e13 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:42:15.733 8 INFO neutron.db.ovn_revision_numbers_db [None req-afaaa902-234d-4f7a-a0d3-6915f49b8e13 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7b54d208-768d-499f-b56f-25bacb833744 (type: security_groups) to 1 2026-05-04 12:42:15.750 8 INFO neutron.db.ovn_revision_numbers_db [None req-afaaa902-234d-4f7a-a0d3-6915f49b8e13 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0aaf4bc6-e8cd-4aa4-bbcb-b4381f25c7e0 (type: security_group_rules) to 0 2026-05-04 12:42:15.759 8 INFO neutron.db.ovn_revision_numbers_db [None req-afaaa902-234d-4f7a-a0d3-6915f49b8e13 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5e3c97d8-68b1-45dc-b6d9-4001b24059db (type: security_group_rules) to 0 2026-05-04 12:42:15.769 8 INFO neutron.db.ovn_revision_numbers_db [None req-afaaa902-234d-4f7a-a0d3-6915f49b8e13 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 90c5f368-706a-448b-be0b-545e88bed3aa (type: security_group_rules) to 0 2026-05-04 12:42:15.779 8 INFO neutron.db.ovn_revision_numbers_db [None req-afaaa902-234d-4f7a-a0d3-6915f49b8e13 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 918e475e-e14a-4b66-8fc4-a3b508b1b39c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1338/2698] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:42:15 2026] GET /v2.0/security-groups?tenant_id=6d3d1d2b61e74ffb92cf5dbc3fa6d1e3&name=default => generated 2929 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2699] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:42:15 2026] POST /v2.0/subnetpools => generated 516 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2700] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:42:15 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2701] 10.0.0.165 () {34 vars in 759 bytes} [Mon May 4 12:42:15 2026] PUT /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2702] 199.204.45.227 () {34 vars in 1018 bytes} [Mon May 4 12:42:16 2026] GET /v2.0/networks?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&shared=False => generated 776 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2703] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:42:16 2026] GET /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2704] 199.204.45.227 () {34 vars in 930 bytes} [Mon May 4 12:42:16 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2705] 10.0.0.165 () {34 vars in 770 bytes} [Mon May 4 12:42:16 2026] PUT /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2706] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:42:16 2026] GET /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2707] 10.0.0.165 () {34 vars in 766 bytes} [Mon May 4 12:42:16 2026] PUT /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2708] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:42:16 2026] GET /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2709] 10.0.0.165 () {34 vars in 788 bytes} [Mon May 4 12:42:16 2026] PUT /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2710] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:42:16 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1238 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2711] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:42:16 2026] GET /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2712] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:42:16 2026] GET /v2.0/security-groups?id=8ed7e99c-e2d2-460d-92f2-e479791d8e2c&fields=id&fields=name => generated 96 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2713] 10.0.0.165 () {34 vars in 759 bytes} [Mon May 4 12:42:16 2026] PUT /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2714] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:42:16 2026] GET /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2715] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:42:16 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2716] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:42:16 2026] GET /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2717] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:42:15 2026] DELETE /v2.0/security-groups/7b54d208-768d-499f-b56f-25bacb833744 => generated 0 bytes in 684 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:42:16.505 7 INFO neutron.api.v2.resource [None req-5e832991-5e35-4e97-9dbb-0eaaf00b29ad 9db39b970955475cb9631373152ef181 6bfe6c47124e4de8be285677a1e8416a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1379/2718] 10.0.0.165 () {32 vars in 751 bytes} [Mon May 4 12:42:16 2026] GET /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2719] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:42:16 2026] DELETE /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2720] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:42:16 2026] GET /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:16.606 8 INFO neutron.api.v2.resource [None req-0053f7c1-a5c2-4eb6-872d-1f77bdd19813 9db39b970955475cb9631373152ef181 6bfe6c47124e4de8be285677a1e8416a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1341/2721] 10.0.0.165 () {32 vars in 754 bytes} [Mon May 4 12:42:16 2026] DELETE /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2722] 10.0.0.165 () {32 vars in 742 bytes} [Mon May 4 12:42:16 2026] DELETE /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags => 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: 1342/2723] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:42:16 2026] GET /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf/tags => 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: 1382/2724] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:42:16 2026] DELETE /v2.0/subnetpools/d5c4f457-7a4d-4d41-af8d-4810882592bf => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2725] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:42:17 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2726] 199.204.45.227 () {34 vars in 1062 bytes} [Mon May 4 12:42:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.141&port_id=f52f1219-80c3-4029-8d16-1836e3c606bf => 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: 1344/2727] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:42:17 2026] GET /v2.0/subnets?id=9522e223-08b8-4827-9a8d-1bd9bb797b2e => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2728] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:42:17 2026] GET /v2.0/ports?network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83&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: 1345/2729] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:42:17 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2730] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:42:17 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?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-05-04 12:42:17.538 8 WARNING neutron.db.securitygroups_db [None req-2db3ad68-c772-4e0f-8ce8-ffc9dc5b0148 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:42:17.653 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db3ad68-c772-4e0f-8ce8-ffc9dc5b0148 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource de251c10-a115-46f7-b6c0-0a4c6405275c (type: security_groups) to 1 2026-05-04 12:42:17.662 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db3ad68-c772-4e0f-8ce8-ffc9dc5b0148 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 12a452b0-ed56-4391-96ae-828bca58ac7e (type: security_group_rules) to 0 2026-05-04 12:42:17.673 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db3ad68-c772-4e0f-8ce8-ffc9dc5b0148 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3f007e94-902e-4b92-8439-0d14de76159f (type: security_group_rules) to 0 2026-05-04 12:42:17.706 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db3ad68-c772-4e0f-8ce8-ffc9dc5b0148 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 56cbf2a1-763f-42b5-9402-7a303d4d9ccb (type: security_group_rules) to 0 2026-05-04 12:42:17.722 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db3ad68-c772-4e0f-8ce8-ffc9dc5b0148 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6b054127-141d-4821-8c92-5d51544e910d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1346/2731] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:42:17 2026] GET /v2.0/security-groups?tenant_id=6bfe6c47124e4de8be285677a1e8416a&name=default => generated 2929 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2732] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:42:17 2026] DELETE /v2.0/security-groups/de251c10-a115-46f7-b6c0-0a4c6405275c => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:42:18.131 8 WARNING neutron.db.securitygroups_db [None req-8d693b52-97a6-4e99-84ff-ec16d1cd7b66 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:42:18.253 8 INFO neutron.db.ovn_revision_numbers_db [None req-8d693b52-97a6-4e99-84ff-ec16d1cd7b66 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource cbfb8771-8557-4355-a39e-ac1d8c638c15 (type: security_groups) to 1 2026-05-04 12:42:18.264 8 INFO neutron.db.ovn_revision_numbers_db [None req-8d693b52-97a6-4e99-84ff-ec16d1cd7b66 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 138da7f7-7e0b-46d0-913a-e38345f9a9ce (type: security_group_rules) to 0 2026-05-04 12:42:18.276 8 INFO neutron.db.ovn_revision_numbers_db [None req-8d693b52-97a6-4e99-84ff-ec16d1cd7b66 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource be0ce6a7-a581-492e-9c40-ff166e7e7bd4 (type: security_group_rules) to 0 2026-05-04 12:42:18.286 8 INFO neutron.db.ovn_revision_numbers_db [None req-8d693b52-97a6-4e99-84ff-ec16d1cd7b66 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d1e234b3-caa0-4d46-aa24-f006983f554e (type: security_group_rules) to 0 2026-05-04 12:42:18.295 8 INFO neutron.db.ovn_revision_numbers_db [None req-8d693b52-97a6-4e99-84ff-ec16d1cd7b66 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ebedf2b5-c5ae-44b3-9225-7faf007854c9 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1347/2733] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:42:18 2026] GET /v2.0/security-groups?tenant_id=a37636a0741044359a030f3ac199691e&name=default => generated 2929 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2734] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:42:18 2026] DELETE /v2.0/security-groups/cbfb8771-8557-4355-a39e-ac1d8c638c15 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2735] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:42:19 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2736] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:42:19 2026] GET /v2.0/security-groups?id=8ed7e99c-e2d2-460d-92f2-e479791d8e2c&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2737] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:42:19 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:42:20.088 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6b87085-88db-40ae-83e6-f9054bb78845 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Successfully bumped revision number for resource db2bc632-9057-4c90-a083-a2d81a39d82b (type: security_groups) to 1 2026-05-04 12:42:20.103 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6b87085-88db-40ae-83e6-f9054bb78845 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Successfully bumped revision number for resource 3ab52d23-b24f-4a6f-ae47-5e975004e8ec (type: security_group_rules) to 0 2026-05-04 12:42:20.117 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6b87085-88db-40ae-83e6-f9054bb78845 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Successfully bumped revision number for resource c3e6ce6e-1bdc-416b-8169-2747de31cd9a (type: security_group_rules) to 0 2026-05-04 12:42:20.128 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6b87085-88db-40ae-83e6-f9054bb78845 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Successfully bumped revision number for resource ddc3f86d-05fd-4140-8710-902020f29d84 (type: security_group_rules) to 0 2026-05-04 12:42:20.139 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6b87085-88db-40ae-83e6-f9054bb78845 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Successfully bumped revision number for resource f97fb15d-028d-4f46-bf43-bbfaf06effbb (type: security_group_rules) to 0 2026-05-04 12:42:20.213 7 INFO neutron.db.segments_db [None req-e6b87085-88db-40ae-83e6-f9054bb78845 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Added segment 73ebc392-6e55-4bce-b908-e606e077de86 of type geneve for network dba27604-0336-4edb-88ab-83f1937f287c 2026-05-04 12:42:20.323 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6b87085-88db-40ae-83e6-f9054bb78845 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Successfully bumped revision number for resource dba27604-0336-4edb-88ab-83f1937f287c (type: networks) to 1 2026-05-04 12:42:20.480 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e6b87085-88db-40ae-83e6-f9054bb78845 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] No more DHCP agents 2026-05-04 12:42:20.481 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e6b87085-88db-40ae-83e6-f9054bb78845 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Unable to schedule network dba27604-0336-4edb-88ab-83f1937f287c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:42:20.538 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status down for port: a6de0c5d-da01-4758-ad10-b08b72dd6301 2026-05-04 12:42:20.558 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6b87085-88db-40ae-83e6-f9054bb78845 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Successfully bumped revision number for resource a6de0c5d-da01-4758-ad10-b08b72dd6301 (type: ports) to 1 [pid: 7|app: 0|req: 1389/2740] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:42:19 2026] POST /v2.0/networks => generated 670 bytes in 783 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:42:20.681 8 INFO neutron.db.segments_db [None req-1c401b90-e150-4d0a-94d0-c4891c1a1689 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Added segment 567666cf-207f-4040-8d08-6dcd12de9d36 of type geneve for network f673d797-0f25-43c0-8059-31e945ce063f 2026-05-04 12:42:20.771 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c401b90-e150-4d0a-94d0-c4891c1a1689 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Successfully bumped revision number for resource f673d797-0f25-43c0-8059-31e945ce063f (type: networks) to 1 2026-05-04 12:42:20.903 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1c401b90-e150-4d0a-94d0-c4891c1a1689 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] No more DHCP agents 2026-05-04 12:42:20.904 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1c401b90-e150-4d0a-94d0-c4891c1a1689 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Unable to schedule network f673d797-0f25-43c0-8059-31e945ce063f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:42:20.969 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status down for port: 91382317-aef4-45e3-b6c1-29c865575181 2026-05-04 12:42:20.980 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c401b90-e150-4d0a-94d0-c4891c1a1689 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Successfully bumped revision number for resource 91382317-aef4-45e3-b6c1-29c865575181 (type: ports) to 1 [pid: 7|app: 0|req: 1390/2741] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:42:20 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1238 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2742] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:42:20 2026] POST /v2.0/networks => generated 670 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2743] 199.204.45.227 () {34 vars in 1044 bytes} [Mon May 4 12:42:21 2026] GET /v2.0/security-groups?id=8ed7e99c-e2d2-460d-92f2-e479791d8e2c&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2744] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:42:21 2026] PUT /v2.0/networks/dba27604-0336-4edb-88ab-83f1937f287c/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2745] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:21 2026] GET /v2.0/networks/dba27604-0336-4edb-88ab-83f1937f287c/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:21.215 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] OVN reports status up for port: f52f1219-80c3-4029-8d16-1836e3c606bf 2026-05-04 12:42:21.242 8 INFO neutron.plugins.ml2.plugin [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] Attempt 1 to provision port f52f1219-80c3-4029-8d16-1836e3c606bf [pid: 8|app: 0|req: 1354/2746] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:42:21 2026] PUT /v2.0/networks/f673d797-0f25-43c0-8059-31e945ce063f/tags => generated 17 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2747] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:21 2026] GET /v2.0/networks/f673d797-0f25-43c0-8059-31e945ce063f/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:21.387 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d39caae-87f4-4cb3-8c08-c05f50683fb2'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f52f1219-80c3-4029-8d16-1836e3c606bf', 'code': 200} [pid: 8|app: 0|req: 1355/2748] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:42:21 2026] PUT /v2.0/networks/f673d797-0f25-43c0-8059-31e945ce063f/tags => generated 12 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2749] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:21 2026] GET /v2.0/networks/f673d797-0f25-43c0-8059-31e945ce063f/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:21.585 8 INFO neutron.db.ovn_revision_numbers_db [None req-8f4888ba-89d7-4bc0-b1c6-3af8ce3a8d93 - - - - - -] Successfully bumped revision number for resource f52f1219-80c3-4029-8d16-1836e3c606bf (type: ports) to 5 [pid: 8|app: 0|req: 1356/2750] 10.0.0.165 () {32 vars in 733 bytes} [Mon May 4 12:42:21 2026] GET /v2.0/networks/dba27604-0336-4edb-88ab-83f1937f287c/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:21.743 7 INFO neutron_taas.services.taas.taas_plugin [None req-f8717920-aa47-4ce5-b1f5-d12a418ab430 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] TaaS: Handle Delete Port: a6de0c5d-da01-4758-ad10-b08b72dd6301 2026-05-04 12:42:21.746 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8717920-aa47-4ce5-b1f5-d12a418ab430 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Tap Mirror: Handle Delete Port: a6de0c5d-da01-4758-ad10-b08b72dd6301 2026-05-04 12:42:21.916 7 INFO neutron.services.segments.plugin [-] Segment 73ebc392-6e55-4bce-b908-e606e077de86 resource provider aggregate not found 2026-05-04 12:42:21.928 7 INFO neutron.services.segments.plugin [-] Segment 73ebc392-6e55-4bce-b908-e606e077de86 resource provider aggregate not found 2026-05-04 12:42:21.931 7 INFO neutron.services.segments.plugin [-] Segment 73ebc392-6e55-4bce-b908-e606e077de86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73ebc392-6e55-4bce-b908-e606e077de86 found for delete ", "request_id": "req-9630ba64-425b-46f7-b4bb-358706dbd906"}]} 2026-05-04 12:42:21.948 7 INFO neutron.services.segments.plugin [-] Segment 73ebc392-6e55-4bce-b908-e606e077de86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73ebc392-6e55-4bce-b908-e606e077de86 found for delete ", "request_id": "req-b0f64b91-598a-45e2-a0b5-f2002560e862"}]} [pid: 7|app: 0|req: 1395/2751] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:42:21 2026] DELETE /v2.0/networks/dba27604-0336-4edb-88ab-83f1937f287c => generated 0 bytes in 355 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-05-04 12:42:22.082 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0b7c170-e7a9-4b57-b76e-0adff899e1b4 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] TaaS: Handle Delete Port: 91382317-aef4-45e3-b6c1-29c865575181 2026-05-04 12:42:22.084 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0b7c170-e7a9-4b57-b76e-0adff899e1b4 32f4b57317ca40a29fffe2517251c798 99af2e5f652245e18f2a472338eca7be - - default default] Tap Mirror: Handle Delete Port: 91382317-aef4-45e3-b6c1-29c865575181 [pid: 7|app: 0|req: 1396/2752] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:42:22 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1240 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2753] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:42:22 2026] GET /v2.0/security-groups?id=8ed7e99c-e2d2-460d-92f2-e479791d8e2c&fields=id&fields=name => generated 96 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:42:22.255 8 INFO neutron.services.segments.plugin [-] Segment 567666cf-207f-4040-8d08-6dcd12de9d36 resource provider aggregate not found 2026-05-04 12:42:22.264 8 INFO neutron.services.segments.plugin [-] Segment 567666cf-207f-4040-8d08-6dcd12de9d36 resource provider aggregate not found 2026-05-04 12:42:22.280 8 INFO neutron.services.segments.plugin [-] Segment 567666cf-207f-4040-8d08-6dcd12de9d36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 567666cf-207f-4040-8d08-6dcd12de9d36 found for delete ", "request_id": "req-69ca6593-d4f7-460a-b4fb-b0cbcc5f8d05"}]} 2026-05-04 12:42:22.282 8 INFO neutron.services.segments.plugin [-] Segment 567666cf-207f-4040-8d08-6dcd12de9d36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 567666cf-207f-4040-8d08-6dcd12de9d36 found for delete ", "request_id": "req-ae5dae76-c95f-4f4b-b3e9-87aa23812f2e"}]} [pid: 8|app: 0|req: 1357/2754] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:42:21 2026] DELETE /v2.0/networks/f673d797-0f25-43c0-8059-31e945ce063f => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2755] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:42:22 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:42:23.034 8 WARNING neutron.db.securitygroups_db [None req-4edb0ced-6cc5-499a-a3fa-28e49dea7e91 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:42:23.152 8 INFO neutron.db.ovn_revision_numbers_db [None req-4edb0ced-6cc5-499a-a3fa-28e49dea7e91 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 27322714-f295-44d2-9a48-95449a377286 (type: security_groups) to 1 2026-05-04 12:42:23.162 8 INFO neutron.db.ovn_revision_numbers_db [None req-4edb0ced-6cc5-499a-a3fa-28e49dea7e91 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4a21e060-6f6f-4a83-9fd2-5af9a0f59cc6 (type: security_group_rules) to 0 2026-05-04 12:42:23.170 8 INFO neutron.db.ovn_revision_numbers_db [None req-4edb0ced-6cc5-499a-a3fa-28e49dea7e91 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 72e51c38-e4e6-48cc-b22e-020d804595ee (type: security_group_rules) to 0 2026-05-04 12:42:23.181 8 INFO neutron.db.ovn_revision_numbers_db [None req-4edb0ced-6cc5-499a-a3fa-28e49dea7e91 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e04c471c-717a-4401-b0f2-2162c32a806e (type: security_group_rules) to 0 2026-05-04 12:42:23.192 8 INFO neutron.db.ovn_revision_numbers_db [None req-4edb0ced-6cc5-499a-a3fa-28e49dea7e91 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ee38b7c4-952b-41aa-985b-b6dc571fed30 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1358/2756] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:42:22 2026] GET /v2.0/security-groups?tenant_id=ce6eecf930e549558ddb571bfa749395&name=default => generated 2929 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:42:23.421 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a482e844-4080-400e-b059-31ae593f9d0b'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f52f1219-80c3-4029-8d16-1836e3c606bf', 'code': 200} [pid: 7|app: 0|req: 1399/2757] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:42:23 2026] DELETE /v2.0/security-groups/27322714-f295-44d2-9a48-95449a377286 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:42:23.519 8 WARNING neutron.db.securitygroups_db [None req-3adaf92c-00c5-4ccd-bc00-ad4e91cca0b5 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1359/2758] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:42:23 2026] GET /v2.0/security-groups?tenant_id=99af2e5f652245e18f2a472338eca7be&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2759] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:42:23 2026] DELETE /v2.0/security-groups/db2bc632-9057-4c90-a083-a2d81a39d82b => generated 0 bytes in 207 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2760] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:42:24 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2761] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:42:24 2026] GET /v2.0/security-groups?id=8ed7e99c-e2d2-460d-92f2-e479791d8e2c&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2762] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:42:25 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2765] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:42:35 2026] GET /v2.0/agents => generated 1214 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2766] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:42:36 2026] GET /v2.0/network-ip-availabilities => generated 5527 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2767] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:42:36 2026] GET /v2.0/subnets => generated 5509 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2768] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:42:36 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: 1365/2769] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:42:36 2026] GET /v2.0/networks => generated 4771 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2770] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:42:36 2026] GET /v2.0/subnets => generated 5509 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2771] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:42:36 2026] GET /v2.0/ports => generated 19870 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2772] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:42:36 2026] GET /v2.0/security-groups => generated 30256 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2773] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:42:36 2026] GET /v2.0/floatingips => generated 1702 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2774] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:42:36 2026] GET /v2.0/routers => generated 987 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2775] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:42:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2778] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:42:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2779] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:42:57 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: 1371/2780] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:42:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2781] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:42:57 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: 1372/2782] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:42:57 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2783] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:42:57 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:42:58.185 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-59d6d024-4e68-41e1-8374-393718df4c76 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:42:58.186 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-59d6d024-4e68-41e1-8374-393718df4c76 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 3878c3b7-0e16-4a33-99b9-f40652911098: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:42:58.293 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status down for port: c09adbbf-c23d-475f-831b-deebc91dc99d 2026-05-04 12:42:58.317 8 INFO neutron.db.ovn_revision_numbers_db [None req-59d6d024-4e68-41e1-8374-393718df4c76 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c09adbbf-c23d-475f-831b-deebc91dc99d (type: ports) to 1 [pid: 8|app: 0|req: 1373/2784] 199.204.45.227 () {34 vars in 717 bytes} [Mon May 4 12:42:57 2026] POST /v2.0/ports => generated 1055 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2785] 10.0.0.25 () {34 vars in 970 bytes} [Mon May 4 12:42:58 2026] GET /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1055 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2786] 10.0.0.25 () {34 vars in 906 bytes} [Mon May 4 12:42:58 2026] GET /v2.0/extensions => generated 21706 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2787] 199.204.45.227 () {34 vars in 1262 bytes} [Mon May 4 12:42:59 2026] GET /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2788] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:42:59 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2789] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:42:59 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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: 1376/2790] 199.204.45.227 () {34 vars in 975 bytes} [Mon May 4 12:43:00 2026] GET /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1055 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2791] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:43:00 2026] GET /v2.0/networks?id=3878c3b7-0e16-4a33-99b9-f40652911098 => generated 844 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:43:00.735 8 INFO neutron.db.ovn_revision_numbers_db [req-76b74fb0-8233-4ef9-a4a3-5d57d8ef7936 req-27cc874e-dc28-40de-843f-662c701005df 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource c09adbbf-c23d-475f-831b-deebc91dc99d (type: ports) to 2 2026-05-04 12:43:00.939 8 INFO neutron.db.ovn_revision_numbers_db [req-76b74fb0-8233-4ef9-a4a3-5d57d8ef7936 req-27cc874e-dc28-40de-843f-662c701005df 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource c09adbbf-c23d-475f-831b-deebc91dc99d (type: ports) to 4 [pid: 8|app: 0|req: 1377/2792] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:43:00 2026] PUT /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1237 bytes in 613 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:43:01.055 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9bb307b1-1d78-4038-9355-38ad171398ec'] response: {'name': 'network-changed', 'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'tag': 'c09adbbf-c23d-475f-831b-deebc91dc99d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1416/2793] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:43:01 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 2469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2794] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:43:01 2026] GET /v2.0/networks?id=3878c3b7-0e16-4a33-99b9-f40652911098 => generated 844 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2795] 199.204.45.227 () {34 vars in 1056 bytes} [Mon May 4 12:43:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=c09adbbf-c23d-475f-831b-deebc91dc99d => 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: 1379/2796] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:43:01 2026] GET /v2.0/subnets?id=e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2797] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:43:01 2026] GET /v2.0/ports?network_id=3878c3b7-0e16-4a33-99b9-f40652911098&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: 8|app: 0|req: 1380/2798] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:43:01 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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: 1419/2799] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:43:01 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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: 1381/2800] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:43:02 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 2469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2801] 199.204.45.227 () {34 vars in 1062 bytes} [Mon May 4 12:43:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.141&port_id=f52f1219-80c3-4029-8d16-1836e3c606bf => 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: 1382/2802] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:43:02 2026] GET /v2.0/subnets?id=9522e223-08b8-4827-9a8d-1bd9bb797b2e => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2803] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:43:02 2026] GET /v2.0/ports?network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83&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: 1383/2804] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:43:03 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2805] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:43:03 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?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: 1384/2806] 199.204.45.227 () {34 vars in 1056 bytes} [Mon May 4 12:43:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=c09adbbf-c23d-475f-831b-deebc91dc99d => 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: 1423/2807] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:43:03 2026] GET /v2.0/subnets?id=e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2808] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:43:03 2026] GET /v2.0/ports?network_id=3878c3b7-0e16-4a33-99b9-f40652911098&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: 1424/2809] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:43:03 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2810] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:43:03 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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-05-04 12:43:03.915 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] OVN reports status up for port: c09adbbf-c23d-475f-831b-deebc91dc99d 2026-05-04 12:43:03.932 7 INFO neutron.plugins.ml2.plugin [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] Attempt 1 to provision port c09adbbf-c23d-475f-831b-deebc91dc99d 2026-05-04 12:43:04.073 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-681f42f4-127e-44a7-8225-2f27f54fe67b'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c09adbbf-c23d-475f-831b-deebc91dc99d', 'code': 200} 2026-05-04 12:43:04.204 7 INFO neutron.db.ovn_revision_numbers_db [None req-751e57ea-39eb-475d-8333-f3847e66b90a - - - - - -] Successfully bumped revision number for resource c09adbbf-c23d-475f-831b-deebc91dc99d (type: ports) to 5 2026-05-04 12:43:06.109 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79eebd2d-f915-4bb5-b428-b2bb50cd70fb'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c09adbbf-c23d-475f-831b-deebc91dc99d', 'code': 200} [pid: 8|app: 0|req: 1388/2813] 10.0.0.25 () {34 vars in 970 bytes} [Mon May 4 12:43:07 2026] GET /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1239 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:43:07.568 7 INFO neutron.db.ovn_revision_numbers_db [None req-0b6e4b21-2047-4d5a-9aaa-7a2e7c529611 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c09adbbf-c23d-475f-831b-deebc91dc99d (type: ports) to 6 [pid: 7|app: 0|req: 1426/2814] 199.204.45.227 () {34 vars in 789 bytes} [Mon May 4 12:43:07 2026] PUT /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1271 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:43:07.616 8 INFO neutron.api.v2.resource [None req-bbb08ed3-2e11-431e-b2de-a960c2d6ce6b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1389/2815] 199.204.45.227 () {30 vars in 763 bytes} [Mon May 4 12:43:07 2026] GET /v2.0/security-groups/lb-3d4fc68d-25fa-45ad-938b-038b7d034e44 => generated 149 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2816] 199.204.45.227 () {30 vars in 785 bytes} [Mon May 4 12:43:07 2026] GET /v2.0/security-groups?name=lb-3d4fc68d-25fa-45ad-938b-038b7d034e44 => generated 1637 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:43:07.952 8 INFO neutron.db.ovn_revision_numbers_db [None req-b95aca71-5563-45c5-a51f-5fce4b64b37f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c09adbbf-c23d-475f-831b-deebc91dc99d (type: ports) to 7 [pid: 8|app: 0|req: 1390/2817] 199.204.45.227 () {34 vars in 789 bytes} [Mon May 4 12:43:07 2026] PUT /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1309 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:43:07.991 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-113920d4-62ec-4293-8a79-a0ec6e9601e5'] response: {'name': 'network-changed', 'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'tag': 'c09adbbf-c23d-475f-831b-deebc91dc99d', 'status': 'completed', 'code': 200} 2026-05-04 12:43:08.153 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c071a846-4718-47d3-96c1-3c9d7c282a0d'] response: {'name': 'network-changed', 'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'tag': 'c09adbbf-c23d-475f-831b-deebc91dc99d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1428/2818] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:43:08 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1391/2819] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2820] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:43:08 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: 1392/2821] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:43:08 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: 1430/2822] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2823] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2824] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1337 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2825] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2826] 199.204.45.227 () {30 vars in 743 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098 => generated 841 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2827] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2828] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2829] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 2569 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2830] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/networks?id=3878c3b7-0e16-4a33-99b9-f40652911098 => generated 844 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2831] 199.204.45.227 () {34 vars in 1056 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=c09adbbf-c23d-475f-831b-deebc91dc99d => 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: 1435/2832] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/subnets?id=e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2833] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/ports?network_id=3878c3b7-0e16-4a33-99b9-f40652911098&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: 1436/2834] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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: 1399/2835] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:43:08 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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: 1437/2836] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:43:09 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 2569 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2837] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:43:09 2026] GET /v2.0/networks?id=3878c3b7-0e16-4a33-99b9-f40652911098 => generated 844 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2838] 199.204.45.227 () {34 vars in 1056 bytes} [Mon May 4 12:43:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=c09adbbf-c23d-475f-831b-deebc91dc99d => 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: 1401/2839] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:43:09 2026] GET /v2.0/subnets?id=e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2840] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:43:09 2026] GET /v2.0/ports?network_id=3878c3b7-0e16-4a33-99b9-f40652911098&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: 1402/2841] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:43:09 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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: 1440/2842] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:43:10 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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) 2026-05-04 12:43:17.837 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8e043809-e41e-4276-bdfd-589abc40a5fc 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] No more DHCP agents 2026-05-04 12:43:17.839 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8e043809-e41e-4276-bdfd-589abc40a5fc 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:43:18.656 8 INFO neutron.db.ovn_revision_numbers_db [None req-8e043809-e41e-4276-bdfd-589abc40a5fc 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Successfully bumped revision number for resource 262d3c0e-f14f-495b-ae7a-6feb94f2ccec (type: floatingips) to 1 2026-05-04 12:43:18.656 8 INFO neutron.db.l3_db [None req-8e043809-e41e-4276-bdfd-589abc40a5fc 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Floating IP 262d3c0e-f14f-495b-ae7a-6feb94f2ccec associated. External IP: 10.96.250.207, port: 73fec579-1e46-46e8-afff-0a4c85cac1d2. [pid: 8|app: 0|req: 1403/2843] 10.0.0.165 () {34 vars in 677 bytes} [Mon May 4 12:43:17 2026] POST /v2.0/floatingips => generated 898 bytes in 1126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:43:22.812 8 INFO neutron.db.ovn_revision_numbers_db [None req-827849f9-c6ad-4d28-a464-0ce9a7f25f6c - - - - - -] Successfully bumped revision number for resource 73fec579-1e46-46e8-afff-0a4c85cac1d2 (type: ports) to 4 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1442/2846] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:43:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2847] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:43:23 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: 1443/2848] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:43:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2849] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:43:23 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) 2026-05-04 12:43:23.866 7 INFO neutron.api.v2.resource [None req-ab824382-a026-4124-8bb1-82b6633909e4 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1444/2850] 199.204.45.227 () {30 vars in 763 bytes} [Mon May 4 12:43:23 2026] GET /v2.0/security-groups/lb-3d4fc68d-25fa-45ad-938b-038b7d034e44 => 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: 1407/2851] 199.204.45.227 () {30 vars in 785 bytes} [Mon May 4 12:43:23 2026] GET /v2.0/security-groups?name=lb-3d4fc68d-25fa-45ad-938b-038b7d034e44 => generated 1637 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2852] 199.204.45.227 () {30 vars in 815 bytes} [Mon May 4 12:43:23 2026] GET /v2.0/security-group-rules?security_group_id=9c8feade-a0f1-4e5d-adc0-f5c04a10e662 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:43:24.052 8 INFO neutron.db.ovn_revision_numbers_db [None req-fd879bf3-e71e-459d-b386-1fb2b151c60c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 703efd64-ec04-4146-b691-86d1bc9ed0e6 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1408/2853] 199.204.45.227 () {34 vars in 747 bytes} [Mon May 4 12:43:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:43:24.224 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a860147-351c-4797-a553-6becacd127ce a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 85be050b-3f99-4b62-b0e0-5c65d8ee0c7d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1446/2854] 199.204.45.227 () {34 vars in 747 bytes} [Mon May 4 12:43:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2857] 10.0.0.205 () {30 vars in 690 bytes} [Mon May 4 12:43:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2858] 10.0.0.205 () {30 vars in 692 bytes} [Mon May 4 12:43:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2859] 10.0.0.205 () {30 vars in 668 bytes} [Mon May 4 12:43:35 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: 1449/2860] 10.0.0.205 () {30 vars in 704 bytes} [Mon May 4 12:43:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2861] 10.0.0.205 () {28 vars in 439 bytes} [Mon May 4 12:43:35 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2862] 10.0.0.205 () {30 vars in 728 bytes} [Mon May 4 12:43:35 2026] GET /v2.0/subnets/eac3f553-4c5a-464f-8e96-1b62b9e2e440 => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2863] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:43:35 2026] GET /v2.0/agents => generated 1214 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2864] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:43:36 2026] GET /v2.0/network-ip-availabilities => generated 5527 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2865] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:43:36 2026] GET /v2.0/subnets => generated 5509 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2866] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:43:36 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: 1415/2867] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:43:36 2026] GET /v2.0/subnets => generated 5509 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2868] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:43:36 2026] GET /v2.0/ports => generated 22221 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2869] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:43:36 2026] GET /v2.0/floatingips => generated 2588 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2870] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:43:36 2026] GET /v2.0/networks => generated 4771 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2871] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:43:36 2026] GET /v2.0/security-groups => generated 31482 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2872] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:43:36 2026] GET /v2.0/routers => generated 987 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2873] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:43:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2874] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:43:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2875] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:43:36 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: 1457/2876] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:43:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2877] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:43:36 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: 1458/2878] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:43:36 2026] GET /v2.0/subnets/eac3f553-4c5a-464f-8e96-1b62b9e2e440 => 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: 1421/2879] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:43:36 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 2569 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2880] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:43:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2881] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:43:37 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: 1460/2882] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:43:37 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: 1423/2883] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:43:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:43:37.292 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b2d04b0a-28ec-445c-901e-bc95d3b52dac a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:43:37.293 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b2d04b0a-28ec-445c-901e-bc95d3b52dac a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 738b3cc8-06f4-4a24-a982-e2abf7076560: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:43:37.446 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4a6c9f6f-c355-46e2-af5c-f3081ec76902 - - - - - -] OVN reports status down for port: 1fad4349-9e99-4a4e-843c-a3bdda31369f 2026-05-04 12:43:37.499 7 INFO neutron.db.ovn_revision_numbers_db [None req-b2d04b0a-28ec-445c-901e-bc95d3b52dac a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1fad4349-9e99-4a4e-843c-a3bdda31369f (type: ports) to 1 [pid: 7|app: 0|req: 1461/2884] 199.204.45.227 () {34 vars in 717 bytes} [Mon May 4 12:43:37 2026] POST /v2.0/ports => generated 1328 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2885] 10.0.0.25 () {34 vars in 970 bytes} [Mon May 4 12:43:37 2026] GET /v2.0/ports/1fad4349-9e99-4a4e-843c-a3bdda31369f => generated 1328 bytes in 111 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: 1462/2886] 10.0.0.25 () {34 vars in 906 bytes} [Mon May 4 12:43:37 2026] GET /v2.0/extensions => generated 21706 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2887] 199.204.45.227 () {34 vars in 1262 bytes} [Mon May 4 12:43:38 2026] GET /v2.0/ports/1fad4349-9e99-4a4e-843c-a3bdda31369f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2888] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:43:38 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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: 1426/2889] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:43:38 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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: 1464/2890] 199.204.45.227 () {34 vars in 975 bytes} [Mon May 4 12:43:39 2026] GET /v2.0/ports/1fad4349-9e99-4a4e-843c-a3bdda31369f => generated 1328 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2891] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:43:39 2026] GET /v2.0/networks?id=738b3cc8-06f4-4a24-a982-e2abf7076560 => generated 841 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:43:39.893 7 INFO neutron.db.ovn_revision_numbers_db [req-ec8c635a-ed95-4320-bb7c-592665fc4c6b req-3d418c1f-e61d-432d-a3dd-5cda4434459e 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 1fad4349-9e99-4a4e-843c-a3bdda31369f (type: ports) to 2 2026-05-04 12:43:40.131 7 INFO neutron.db.ovn_revision_numbers_db [req-ec8c635a-ed95-4320-bb7c-592665fc4c6b req-3d418c1f-e61d-432d-a3dd-5cda4434459e 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 1fad4349-9e99-4a4e-843c-a3bdda31369f (type: ports) to 4 [pid: 7|app: 0|req: 1465/2892] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:43:39 2026] PUT /v2.0/ports/1fad4349-9e99-4a4e-843c-a3bdda31369f => generated 1510 bytes in 656 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:43:40.188 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e83e2083-7ce9-4451-8964-e27b333f765d'] response: {'name': 'network-changed', 'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'tag': '1fad4349-9e99-4a4e-843c-a3bdda31369f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1428/2893] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:43:40 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 4071 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, ' [pid: 7|app: 0|req: 1466/2894] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:43:40 2026] GET /v2.0/networks?id=738b3cc8-06f4-4a24-a982-e2abf7076560 => generated 841 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2895] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:43:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=1fad4349-9e99-4a4e-843c-a3bdda31369f => 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: 1467/2896] 199.204.45.227 () {34 vars in 1104 bytes} [Mon May 4 12:43:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A14b&port_id=1fad4349-9e99-4a4e-843c-a3bdda31369f => 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: 1430/2897] 199.204.45.227 () {34 vars in 1064 bytes} [Mon May 4 12:43:40 2026] GET /v2.0/subnets?id=59e1f920-ea33-4f48-bb22-62c221c2889a&id=eac3f553-4c5a-464f-8e96-1b62b9e2e440 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2898] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:43:40 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&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: 1431/2899] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:43:40 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&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: 1469/2900] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:43:40 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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: 1432/2901] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:43:41 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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: 1470/2902] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 4071 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2903] 199.204.45.227 () {34 vars in 1062 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.141&port_id=f52f1219-80c3-4029-8d16-1836e3c606bf => 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: 1471/2904] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/subnets?id=9522e223-08b8-4827-9a8d-1bd9bb797b2e => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2905] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/ports?network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83&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: 1472/2906] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?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: 1435/2907] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?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: 1473/2908] 199.204.45.227 () {34 vars in 1056 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=c09adbbf-c23d-475f-831b-deebc91dc99d => 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: 1436/2909] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/subnets?id=e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2910] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/ports?network_id=3878c3b7-0e16-4a33-99b9-f40652911098&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: 1437/2911] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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: 1475/2912] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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: 1438/2913] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=1fad4349-9e99-4a4e-843c-a3bdda31369f => 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: 1476/2914] 199.204.45.227 () {34 vars in 1104 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A14b&port_id=1fad4349-9e99-4a4e-843c-a3bdda31369f => 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: 1439/2915] 199.204.45.227 () {34 vars in 1064 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/subnets?id=59e1f920-ea33-4f48-bb22-62c221c2889a&id=eac3f553-4c5a-464f-8e96-1b62b9e2e440 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2916] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&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: 1440/2917] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&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: 1478/2918] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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: 1441/2919] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:43:42 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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) 2026-05-04 12:43:43.339 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4a6c9f6f-c355-46e2-af5c-f3081ec76902 - - - - - -] OVN reports status up for port: 1fad4349-9e99-4a4e-843c-a3bdda31369f 2026-05-04 12:43:43.351 8 INFO neutron.plugins.ml2.plugin [None req-4a6c9f6f-c355-46e2-af5c-f3081ec76902 - - - - - -] Attempt 1 to provision port 1fad4349-9e99-4a4e-843c-a3bdda31369f 2026-05-04 12:43:43.463 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa44c86a-a1da-47f2-9124-9291edb8af9e'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1fad4349-9e99-4a4e-843c-a3bdda31369f', 'code': 200} 2026-05-04 12:43:43.586 8 INFO neutron.db.ovn_revision_numbers_db [None req-4a6c9f6f-c355-46e2-af5c-f3081ec76902 - - - - - -] Successfully bumped revision number for resource 1fad4349-9e99-4a4e-843c-a3bdda31369f (type: ports) to 5 2026-05-04 12:43:45.499 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4009dac-29b5-4f55-a65c-eaf866ac9a87'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1fad4349-9e99-4a4e-843c-a3bdda31369f', 'code': 200} [pid: 7|app: 0|req: 1479/2920] 10.0.0.25 () {34 vars in 970 bytes} [Mon May 4 12:43:46 2026] GET /v2.0/ports/1fad4349-9e99-4a4e-843c-a3bdda31369f => generated 1512 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1442/2921] 199.204.45.227 () {30 vars in 743 bytes} [Mon May 4 12:43:46 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560 => generated 838 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2922] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:43:46 2026] GET /v2.0/subnets/eac3f553-4c5a-464f-8e96-1b62b9e2e440 => generated 674 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2923] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:43:46 2026] GET /v2.0/subnets/59e1f920-ea33-4f48-bb22-62c221c2889a => generated 743 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2924] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:43:47 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: 1444/2925] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:43:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2926] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:43:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2927] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:43:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2928] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:43:47 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2929] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:43:47 2026] GET /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1156 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2930] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:43:47 2026] GET /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1337 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2931] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:43:47 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2932] 199.204.45.227 () {30 vars in 743 bytes} [Mon May 4 12:43:47 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098 => generated 841 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2933] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:43:47 2026] GET /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1156 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2934] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:43:47 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2937] 10.0.0.205 () {30 vars in 690 bytes} [Mon May 4 12:43:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2938] 10.0.0.205 () {30 vars in 692 bytes} [Mon May 4 12:43:56 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: 1451/2939] 10.0.0.205 () {30 vars in 668 bytes} [Mon May 4 12:43:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2940] 10.0.0.205 () {30 vars in 704 bytes} [Mon May 4 12:43:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2941] 10.0.0.205 () {28 vars in 439 bytes} [Mon May 4 12:43:56 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2942] 10.0.0.205 () {30 vars in 728 bytes} [Mon May 4 12:43:56 2026] GET /v2.0/subnets/b3b0f9f0-4dfb-45e4-93e2-7320d969e8a6 => generated 655 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2943] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:43:57 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: 1491/2944] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:43:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2945] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:43:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2946] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:43:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2947] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:43:57 2026] GET /v2.0/subnets/eac3f553-4c5a-464f-8e96-1b62b9e2e440 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2948] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:43:57 2026] GET /v2.0/subnets/b3b0f9f0-4dfb-45e4-93e2-7320d969e8a6 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2949] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:43:57 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 4073 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2950] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:43:57 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: 1457/2951] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:43:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2952] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:43:57 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: 1458/2953] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:43:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:43:58.045 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-58ad5805-208b-478b-a2b1-b1a68b67e7ed a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] No more DHCP agents 2026-05-04 12:43:58.047 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-58ad5805-208b-478b-a2b1-b1a68b67e7ed a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Unable to schedule network 2be658e9-5a52-43de-b0c8-0b37915c5949: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:43:58.205 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4f1fe0fa-d9d8-436e-a8ee-ae174c0b85e9 - - - - - -] OVN reports status down for port: 6c699377-88cb-4aab-98d4-3b68e2890cca 2026-05-04 12:43:58.228 7 INFO neutron.db.ovn_revision_numbers_db [None req-58ad5805-208b-478b-a2b1-b1a68b67e7ed a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6c699377-88cb-4aab-98d4-3b68e2890cca (type: ports) to 1 [pid: 7|app: 0|req: 1496/2954] 199.204.45.227 () {34 vars in 717 bytes} [Mon May 4 12:43:57 2026] POST /v2.0/ports => generated 1328 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2955] 10.0.0.25 () {34 vars in 970 bytes} [Mon May 4 12:43:58 2026] GET /v2.0/ports/6c699377-88cb-4aab-98d4-3b68e2890cca => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1497/2956] 199.204.45.227 () {34 vars in 1262 bytes} [Mon May 4 12:43:59 2026] GET /v2.0/ports/6c699377-88cb-4aab-98d4-3b68e2890cca?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2957] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:43:59 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?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: 1498/2958] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:43:59 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?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: 1461/2959] 199.204.45.227 () {34 vars in 975 bytes} [Mon May 4 12:44:00 2026] GET /v2.0/ports/6c699377-88cb-4aab-98d4-3b68e2890cca => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2960] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:44:00 2026] GET /v2.0/networks?id=2be658e9-5a52-43de-b0c8-0b37915c5949 => generated 840 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:44:00.853 8 INFO neutron.db.ovn_revision_numbers_db [req-fb6cb334-2070-4d8e-912d-621e0b8bde1f req-4d2d97a4-b44b-48cc-bd69-92b95fd6ab62 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 6c699377-88cb-4aab-98d4-3b68e2890cca (type: ports) to 2 2026-05-04 12:44:01.056 8 INFO neutron.db.ovn_revision_numbers_db [req-fb6cb334-2070-4d8e-912d-621e0b8bde1f req-4d2d97a4-b44b-48cc-bd69-92b95fd6ab62 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 6c699377-88cb-4aab-98d4-3b68e2890cca (type: ports) to 4 [pid: 8|app: 0|req: 1462/2961] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:44:00 2026] PUT /v2.0/ports/6c699377-88cb-4aab-98d4-3b68e2890cca => generated 1510 bytes in 594 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:01.109 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-29c3acd1-cf42-4f97-9aad-12a0818529ed'] response: {'name': 'network-changed', 'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'tag': '6c699377-88cb-4aab-98d4-3b68e2890cca', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1500/2962] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:44:01 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 5575 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1463/2963] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:44:01 2026] GET /v2.0/networks?id=2be658e9-5a52-43de-b0c8-0b37915c5949 => generated 840 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2964] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:44:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.234&port_id=6c699377-88cb-4aab-98d4-3b68e2890cca => 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: 1464/2965] 199.204.45.227 () {34 vars in 1104 bytes} [Mon May 4 12:44:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1b&port_id=6c699377-88cb-4aab-98d4-3b68e2890cca => 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: 1502/2966] 199.204.45.227 () {34 vars in 1064 bytes} [Mon May 4 12:44:01 2026] GET /v2.0/subnets?id=71600aa7-014d-4a75-82a2-3c99470f8c97&id=b3b0f9f0-4dfb-45e4-93e2-7320d969e8a6 => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2967] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:01 2026] GET /v2.0/ports?network_id=2be658e9-5a52-43de-b0c8-0b37915c5949&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: 1503/2968] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:01 2026] GET /v2.0/ports?network_id=2be658e9-5a52-43de-b0c8-0b37915c5949&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: 8|app: 0|req: 1466/2969] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:01 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?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: 1504/2970] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:01 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?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: 1467/2971] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:44:02 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 5575 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2972] 199.204.45.227 () {34 vars in 1062 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.141&port_id=f52f1219-80c3-4029-8d16-1836e3c606bf => 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: 1468/2973] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/subnets?id=9522e223-08b8-4827-9a8d-1bd9bb797b2e => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2974] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/ports?network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83&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: 1469/2975] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?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: 1507/2976] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?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: 1470/2977] 199.204.45.227 () {34 vars in 1056 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=c09adbbf-c23d-475f-831b-deebc91dc99d => 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: 1508/2978] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/subnets?id=e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2979] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/ports?network_id=3878c3b7-0e16-4a33-99b9-f40652911098&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: 7|app: 0|req: 1509/2980] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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: 1472/2981] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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: 1510/2982] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=1fad4349-9e99-4a4e-843c-a3bdda31369f => 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: 1473/2983] 199.204.45.227 () {34 vars in 1104 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A14b&port_id=1fad4349-9e99-4a4e-843c-a3bdda31369f => 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: 1511/2984] 199.204.45.227 () {34 vars in 1064 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/subnets?id=59e1f920-ea33-4f48-bb22-62c221c2889a&id=eac3f553-4c5a-464f-8e96-1b62b9e2e440 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2985] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&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: 1512/2986] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&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: 1475/2987] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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: 1513/2988] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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: 1476/2989] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.234&port_id=6c699377-88cb-4aab-98d4-3b68e2890cca => 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: 1514/2990] 199.204.45.227 () {34 vars in 1104 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1b&port_id=6c699377-88cb-4aab-98d4-3b68e2890cca => 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: 1477/2991] 199.204.45.227 () {34 vars in 1064 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/subnets?id=71600aa7-014d-4a75-82a2-3c99470f8c97&id=b3b0f9f0-4dfb-45e4-93e2-7320d969e8a6 => generated 1413 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2992] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/ports?network_id=2be658e9-5a52-43de-b0c8-0b37915c5949&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: 1478/2993] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/ports?network_id=2be658e9-5a52-43de-b0c8-0b37915c5949&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: 1516/2994] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?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: 1479/2995] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:03 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?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) 2026-05-04 12:44:04.449 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4f1fe0fa-d9d8-436e-a8ee-ae174c0b85e9 - - - - - -] OVN reports status up for port: 6c699377-88cb-4aab-98d4-3b68e2890cca 2026-05-04 12:44:04.461 8 INFO neutron.plugins.ml2.plugin [None req-4f1fe0fa-d9d8-436e-a8ee-ae174c0b85e9 - - - - - -] Attempt 1 to provision port 6c699377-88cb-4aab-98d4-3b68e2890cca 2026-05-04 12:44:04.572 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcf782c8-8e76-4aa8-acaf-c81ae5282d2e'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6c699377-88cb-4aab-98d4-3b68e2890cca', 'code': 200} 2026-05-04 12:44:04.702 8 INFO neutron.db.ovn_revision_numbers_db [None req-4f1fe0fa-d9d8-436e-a8ee-ae174c0b85e9 - - - - - -] Successfully bumped revision number for resource 6c699377-88cb-4aab-98d4-3b68e2890cca (type: ports) to 5 2026-05-04 12:44:06.611 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-01ad67db-f1ff-4bd1-bac6-a34bef9c4560'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6c699377-88cb-4aab-98d4-3b68e2890cca', 'code': 200} [pid: 7|app: 0|req: 1518/2998] 10.0.0.25 () {34 vars in 970 bytes} [Mon May 4 12:44:07 2026] GET /v2.0/ports/6c699377-88cb-4aab-98d4-3b68e2890cca => generated 1512 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1481/2999] 199.204.45.227 () {30 vars in 743 bytes} [Mon May 4 12:44:07 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949 => generated 837 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3000] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:07 2026] GET /v2.0/subnets/b3b0f9f0-4dfb-45e4-93e2-7320d969e8a6 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3001] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:07 2026] GET /v2.0/subnets/71600aa7-014d-4a75-82a2-3c99470f8c97 => generated 747 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3002] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:07 2026] GET /v2.0/ports/1fad4349-9e99-4a4e-843c-a3bdda31369f => generated 1512 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:08.400 8 INFO neutron.db.ovn_revision_numbers_db [None req-93f1397e-f9c9-4c95-b19c-f24edb6a75d0 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1fad4349-9e99-4a4e-843c-a3bdda31369f (type: ports) to 6 [pid: 8|app: 0|req: 1483/3003] 199.204.45.227 () {34 vars in 790 bytes} [Mon May 4 12:44:08 2026] PUT /v2.0/ports/1fad4349-9e99-4a4e-843c-a3bdda31369f => generated 1255 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3004] 199.204.45.227 () {30 vars in 743 bytes} [Mon May 4 12:44:08 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560 => generated 838 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1484/3005] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:08 2026] GET /v2.0/subnets/eac3f553-4c5a-464f-8e96-1b62b9e2e440 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3006] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:44:08 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: 1485/3007] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:44:08 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: 1523/3008] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:44:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:44:08.647 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3008e3dc-59e0-46fb-92ac-864e5e4f4724'] response: {'name': 'network-changed', 'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'tag': '1fad4349-9e99-4a4e-843c-a3bdda31369f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1486/3009] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:44:08 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: 1524/3010] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:08 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => 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: 1487/3011] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:08 2026] GET /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1156 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3012] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:08 2026] GET /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1337 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3013] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:08 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => 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: 1526/3014] 199.204.45.227 () {30 vars in 743 bytes} [Mon May 4 12:44:08 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098 => generated 841 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3015] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:08 2026] GET /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1156 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3016] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:08 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3017] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:44:09 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 5348 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3018] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:44:09 2026] GET /v2.0/networks?id=738b3cc8-06f4-4a24-a982-e2abf7076560 => 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: 1491/3019] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:44:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=1fad4349-9e99-4a4e-843c-a3bdda31369f => 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: 1529/3020] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:44:09 2026] GET /v2.0/subnets?id=eac3f553-4c5a-464f-8e96-1b62b9e2e440 => 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: 1492/3021] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:09 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&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: 1530/3022] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:09 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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: 1493/3023] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:09 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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) [pid: 8|app: 0|req: 1495/3026] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:44:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3027] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:44:20 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: 1496/3028] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:44:20 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: 1533/3029] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:44:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3030] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:20 2026] GET /v2.0/subnets/eac3f553-4c5a-464f-8e96-1b62b9e2e440 => 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: 1534/3031] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:20 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 5348 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3032] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:44:20 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: 1535/3033] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:44:20 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: 1499/3034] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:44:21 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: 1536/3035] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:44:21 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: 1500/3036] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:21 2026] GET /v2.0/ports/6c699377-88cb-4aab-98d4-3b68e2890cca => generated 1512 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:21.469 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ed41876-8072-4c06-907c-d9ee2ba769fb a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6c699377-88cb-4aab-98d4-3b68e2890cca (type: ports) to 6 [pid: 7|app: 0|req: 1537/3037] 199.204.45.227 () {34 vars in 790 bytes} [Mon May 4 12:44:21 2026] PUT /v2.0/ports/6c699377-88cb-4aab-98d4-3b68e2890cca => generated 1307 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:21.517 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-93265909-d5be-4a8f-9082-b4b67b38c4b2'] response: {'name': 'network-changed', 'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'tag': '6c699377-88cb-4aab-98d4-3b68e2890cca', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1501/3038] 199.204.45.227 () {30 vars in 743 bytes} [Mon May 4 12:44:21 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949 => generated 837 bytes in 46 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: 1538/3039] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:21 2026] GET /v2.0/subnets/71600aa7-014d-4a75-82a2-3c99470f8c97 => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3040] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:21 2026] GET /v2.0/ports/6c699377-88cb-4aab-98d4-3b68e2890cca => generated 1335 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:21.976 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab159f80-2bf7-4c9c-bb9f-b41d23033e13 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6c699377-88cb-4aab-98d4-3b68e2890cca (type: ports) to 7 [pid: 7|app: 0|req: 1539/3041] 199.204.45.227 () {34 vars in 789 bytes} [Mon May 4 12:44:21 2026] PUT /v2.0/ports/6c699377-88cb-4aab-98d4-3b68e2890cca => generated 1080 bytes in 354 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: 1503/3042] 199.204.45.227 () {30 vars in 743 bytes} [Mon May 4 12:44:21 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949 => generated 837 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3043] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:44:22 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 4944 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3044] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:22 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 4944 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3045] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:44:22 2026] GET /v2.0/networks?id=2be658e9-5a52-43de-b0c8-0b37915c5949 => generated 840 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3046] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:22 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?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: 1542/3047] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:22 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 4944 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3048] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:22 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?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: 7|app: 0|req: 1543/3049] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:23 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 4944 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:23.552 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4effb2d-9e74-4d36-ac80-147a7a4e9e09'] response: {'name': 'network-changed', 'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'tag': '6c699377-88cb-4aab-98d4-3b68e2890cca', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1507/3050] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:44:24 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 4944 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:24.170 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-350238ef-7510-4722-9ff2-cc8c58b8c06f - - - - - -] OVN reports status down for port: 6c699377-88cb-4aab-98d4-3b68e2890cca [pid: 7|app: 0|req: 1544/3051] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:44:24 2026] GET /v2.0/networks?id=2be658e9-5a52-43de-b0c8-0b37915c5949 => generated 840 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3052] 199.204.45.227 () {34 vars in 975 bytes} [Mon May 4 12:44:24 2026] GET /v2.0/ports/6c699377-88cb-4aab-98d4-3b68e2890cca => generated 1108 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3053] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:24 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?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: 1546/3054] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:44:24 2026] GET /v2.0/ports/6c699377-88cb-4aab-98d4-3b68e2890cca?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:44:24.323 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-26382965-b526-4ebd-a228-4ee724440cdb'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '6c699377-88cb-4aab-98d4-3b68e2890cca', 'code': 200} [pid: 7|app: 0|req: 1547/3055] 199.204.45.227 () {34 vars in 1016 bytes} [Mon May 4 12:44:24 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?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: 1509/3056] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:24 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3057] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:24 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 4942 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:24.514 8 INFO neutron.db.ovn_revision_numbers_db [None req-350238ef-7510-4722-9ff2-cc8c58b8c06f - - - - - -] Successfully bumped revision number for resource 6c699377-88cb-4aab-98d4-3b68e2890cca (type: ports) to 8 2026-05-04 12:44:24.741 8 INFO neutron.db.ovn_revision_numbers_db [req-b05aebf4-fee4-41a4-a86d-29bcbf79667e req-8298792d-f9a3-48ac-8557-827582342758 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 6c699377-88cb-4aab-98d4-3b68e2890cca (type: ports) to 9 [pid: 8|app: 0|req: 1510/3058] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:44:24 2026] PUT /v2.0/ports/6c699377-88cb-4aab-98d4-3b68e2890cca => generated 917 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3059] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:25 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 3844 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:44:25.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-3491bc13-ac81-4322-a3c6-1cd4335e053a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 6c699377-88cb-4aab-98d4-3b68e2890cca 2026-05-04 12:44:25.572 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3491bc13-ac81-4322-a3c6-1cd4335e053a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 6c699377-88cb-4aab-98d4-3b68e2890cca [pid: 8|app: 0|req: 1511/3060] 199.204.45.227 () {32 vars in 759 bytes} [Mon May 4 12:44:25 2026] DELETE /v2.0/ports/6c699377-88cb-4aab-98d4-3b68e2890cca => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3061] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:44:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3062] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:44:25 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: 1551/3063] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:44:25 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: 1513/3064] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:44: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: 7|app: 0|req: 1552/3065] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:25 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3066] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:25 2026] GET /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1156 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3067] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:25 2026] GET /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1337 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3068] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:25 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => 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: 1554/3069] 199.204.45.227 () {30 vars in 743 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098 => generated 841 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3070] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1156 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3071] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3072] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 3844 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:26.366 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-506fc972-6ef1-4dea-a2a8-ef01ebef3192'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '6c699377-88cb-4aab-98d4-3b68e2890cca', 'code': 200} [pid: 7|app: 0|req: 1556/3073] 199.204.45.227 () {34 vars in 1226 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/networks?id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83&id=3878c3b7-0e16-4a33-99b9-f40652911098&id=738b3cc8-06f4-4a24-a982-e2abf7076560&id=2be658e9-5a52-43de-b0c8-0b37915c5949 => generated 3259 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3074] 199.204.45.227 () {34 vars in 1062 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.141&port_id=f52f1219-80c3-4029-8d16-1836e3c606bf => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3075] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/subnets?id=9522e223-08b8-4827-9a8d-1bd9bb797b2e => 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: 1519/3076] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/ports?network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83&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: 1558/3077] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3078] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?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: 1559/3079] 199.204.45.227 () {34 vars in 1056 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=c09adbbf-c23d-475f-831b-deebc91dc99d => 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: 1521/3080] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/subnets?id=e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3081] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/ports?network_id=3878c3b7-0e16-4a33-99b9-f40652911098&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: 1522/3082] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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: 1561/3083] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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: 1523/3084] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.232&port_id=1fad4349-9e99-4a4e-843c-a3bdda31369f => 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: 1562/3085] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/subnets?id=eac3f553-4c5a-464f-8e96-1b62b9e2e440 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3086] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&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: 1563/3087] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3088] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:26 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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: 1564/3089] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:44:30 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: 1526/3090] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:44:30 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: 1565/3091] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:44:30 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: 1527/3092] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:44:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3093] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:30 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 3844 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3094] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:44:31 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: 1567/3095] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:44:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3096] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:44:31 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: 1568/3097] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:44:31 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: 1530/3098] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:31 2026] GET /v2.0/ports/1fad4349-9e99-4a4e-843c-a3bdda31369f => generated 1283 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:31.545 7 INFO neutron.db.ovn_revision_numbers_db [None req-54e70a75-a506-455e-918a-89294fe4b888 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1fad4349-9e99-4a4e-843c-a3bdda31369f (type: ports) to 7 [pid: 7|app: 0|req: 1569/3099] 199.204.45.227 () {34 vars in 789 bytes} [Mon May 4 12:44:31 2026] PUT /v2.0/ports/1fad4349-9e99-4a4e-843c-a3bdda31369f => generated 1080 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:31.582 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8320e2c9-94b0-4c70-9ab2-57956edce6ad'] response: {'name': 'network-changed', 'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'tag': '1fad4349-9e99-4a4e-843c-a3bdda31369f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1531/3100] 199.204.45.227 () {30 vars in 743 bytes} [Mon May 4 12:44:31 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560 => generated 838 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1570/3101] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:31 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 3669 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3102] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:31 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 3669 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3103] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:44:32 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 3669 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3104] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:44:32 2026] GET /v2.0/networks?id=738b3cc8-06f4-4a24-a982-e2abf7076560 => 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: 1572/3105] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:32 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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: 1534/3106] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:32 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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: 1573/3107] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:32 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 3669 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:33.487 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cb04300a-76ca-4a97-bd64-840785fdbf3f - - - - - -] OVN reports status down for port: 1fad4349-9e99-4a4e-843c-a3bdda31369f [pid: 8|app: 0|req: 1535/3108] 199.204.45.227 () {34 vars in 975 bytes} [Mon May 4 12:44:33 2026] GET /v2.0/ports/1fad4349-9e99-4a4e-843c-a3bdda31369f => generated 1108 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3109] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:44:33 2026] GET /v2.0/ports/1fad4349-9e99-4a4e-843c-a3bdda31369f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:44:33.641 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-82226428-9c2a-435f-9310-e9c17c60d427'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1fad4349-9e99-4a4e-843c-a3bdda31369f', 'code': 200} [pid: 8|app: 0|req: 1536/3110] 199.204.45.227 () {34 vars in 1016 bytes} [Mon May 4 12:44:33 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?fields=dns_domain => generated 29 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:44:33.786 8 INFO neutron.db.ovn_revision_numbers_db [None req-cb04300a-76ca-4a97-bd64-840785fdbf3f - - - - - -] Successfully bumped revision number for resource 1fad4349-9e99-4a4e-843c-a3bdda31369f (type: ports) to 8 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1537/3111] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:33 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 3667 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:33.997 7 INFO neutron.db.ovn_revision_numbers_db [req-64737c64-39e1-4741-8aa9-e82efe1a0cae req-29f5126d-e485-4ffd-9cc5-53af490a86d8 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource 1fad4349-9e99-4a4e-843c-a3bdda31369f (type: ports) to 9 [pid: 7|app: 0|req: 1575/3112] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:44:33 2026] PUT /v2.0/ports/1fad4349-9e99-4a4e-843c-a3bdda31369f => generated 917 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3113] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:34 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 2569 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-05-04 12:44:35.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-e946d59b-31db-4a72-b56d-95543529ab80 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 1fad4349-9e99-4a4e-843c-a3bdda31369f 2026-05-04 12:44:35.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e946d59b-31db-4a72-b56d-95543529ab80 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 1fad4349-9e99-4a4e-843c-a3bdda31369f [pid: 7|app: 0|req: 1576/3116] 199.204.45.227 () {32 vars in 759 bytes} [Mon May 4 12:44:34 2026] DELETE /v2.0/ports/1fad4349-9e99-4a4e-843c-a3bdda31369f => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3117] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:44:35 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: 1577/3118] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:44:35 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: 1542/3119] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:44:35 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: 1578/3120] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:44:35 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: 1543/3121] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3122] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1156 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3123] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1337 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3124] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3125] 199.204.45.227 () {30 vars in 743 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098 => 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: 1581/3126] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 2569 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3127] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1156 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3128] 199.204.45.227 () {34 vars in 1146 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/networks?id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83&id=3878c3b7-0e16-4a33-99b9-f40652911098&id=738b3cc8-06f4-4a24-a982-e2abf7076560 => generated 2433 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3129] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => 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: 1583/3130] 199.204.45.227 () {34 vars in 1062 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.141&port_id=f52f1219-80c3-4029-8d16-1836e3c606bf => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:44:35.680 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c036272-8d9c-4bf3-8d65-e16a3a368806'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1fad4349-9e99-4a4e-843c-a3bdda31369f', 'code': 200} [pid: 8|app: 0|req: 1548/3131] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/subnets?id=9522e223-08b8-4827-9a8d-1bd9bb797b2e => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3132] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/ports?network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83&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: 1549/3133] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?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: 1585/3134] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?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: 1550/3135] 199.204.45.227 () {34 vars in 1056 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.39&port_id=c09adbbf-c23d-475f-831b-deebc91dc99d => 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: 1586/3136] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/subnets?id=e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3137] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/ports?network_id=3878c3b7-0e16-4a33-99b9-f40652911098&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: 1588/3138] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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: 1551/3139] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/networks => generated 4771 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3140] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?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: 1552/3141] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:44:35 2026] GET /v2.0/ports => generated 22221 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3142] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:44:36 2026] GET /v2.0/routers => generated 987 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3143] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:44:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3144] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:44:36 2026] GET /v2.0/network-ip-availabilities => generated 5527 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3145] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:44:36 2026] GET /v2.0/subnets => generated 5509 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3146] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:44:36 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: 1555/3147] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:44:36 2026] GET /v2.0/floatingips => generated 2588 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3148] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:44:36 2026] GET /v2.0/security-groups => generated 31482 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3149] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:44:36 2026] GET /v2.0/subnets => generated 5509 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3150] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:44:36 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: 8|app: 0|req: 1557/3151] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:44:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3152] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:44: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: 8|app: 0|req: 1558/3153] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:44: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: 7|app: 0|req: 1596/3154] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:44:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:44:48.059 8 INFO neutron.api.v2.resource [None req-90e7c42e-cd47-4a73-85bb-70f16a87bb89 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1559/3155] 199.204.45.227 () {30 vars in 763 bytes} [Mon May 4 12:44:48 2026] GET /v2.0/security-groups/lb-3d4fc68d-25fa-45ad-938b-038b7d034e44 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3156] 199.204.45.227 () {30 vars in 785 bytes} [Mon May 4 12:44:48 2026] GET /v2.0/security-groups?name=lb-3d4fc68d-25fa-45ad-938b-038b7d034e44 => generated 2863 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3157] 199.204.45.227 () {30 vars in 815 bytes} [Mon May 4 12:44:48 2026] GET /v2.0/security-group-rules?security_group_id=9c8feade-a0f1-4e5d-adc0-f5c04a10e662 => generated 2334 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3158] 199.204.45.227 () {32 vars in 789 bytes} [Mon May 4 12:44:48 2026] DELETE /v2.0/security-group-rules/703efd64-ec04-4146-b691-86d1bc9ed0e6 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3159] 199.204.45.227 () {32 vars in 789 bytes} [Mon May 4 12:44:48 2026] DELETE /v2.0/security-group-rules/85be050b-3f99-4b62-b0e0-5c65d8ee0c7d => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:44:50.878 7 INFO neutron_taas.services.taas.taas_plugin [None req-40518dd6-cc94-448b-92ad-d644b8b716dd 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] TaaS: Handle Delete Port: fe75e61f-3f00-4856-a41e-8fd6d36fc0c6 2026-05-04 12:44:50.882 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40518dd6-cc94-448b-92ad-d644b8b716dd 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Tap Mirror: Handle Delete Port: fe75e61f-3f00-4856-a41e-8fd6d36fc0c6 2026-05-04 12:44:51.140 7 INFO neutron.db.l3_db [None req-40518dd6-cc94-448b-92ad-d644b8b716dd 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Floating IP 262d3c0e-f14f-495b-ae7a-6feb94f2ccec disassociated (deleted). External IP: 10.96.250.207, port: 73fec579-1e46-46e8-afff-0a4c85cac1d2. [pid: 7|app: 0|req: 1600/3162] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:44:50 2026] DELETE /v2.0/floatingips/262d3c0e-f14f-495b-ae7a-6feb94f2ccec => generated 0 bytes in 451 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:44:51.197 8 INFO neutron.api.v2.resource [None req-e4f05a1e-00b8-4865-b59c-08855c20f4d3 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3163] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:44:51 2026] GET /v2.0/floatingips/262d3c0e-f14f-495b-ae7a-6feb94f2ccec => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1601/3164] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:44:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3165] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:44:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3166] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:44:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3167] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:44:52 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) 2026-05-04 12:44:52.170 7 INFO neutron.api.v2.resource [None req-ce683773-a94d-449a-ab0a-88a911b14745 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3168] 199.204.45.227 () {30 vars in 763 bytes} [Mon May 4 12:44:52 2026] GET /v2.0/security-groups/lb-3d4fc68d-25fa-45ad-938b-038b7d034e44 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3169] 199.204.45.227 () {30 vars in 785 bytes} [Mon May 4 12:44:52 2026] GET /v2.0/security-groups?name=lb-3d4fc68d-25fa-45ad-938b-038b7d034e44 => generated 1637 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3170] 199.204.45.227 () {30 vars in 815 bytes} [Mon May 4 12:44:52 2026] GET /v2.0/security-group-rules?security_group_id=9c8feade-a0f1-4e5d-adc0-f5c04a10e662 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3171] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:44:52 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: 1605/3172] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:44:52 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: 1568/3173] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:44:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3174] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:44:52 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: 1569/3175] 199.204.45.227 () {30 vars in 741 bytes} [Mon May 4 12:44:52 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => 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: 1607/3176] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:52 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 2569 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3177] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:52 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 2569 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3178] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:52 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 2569 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3179] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:53 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 2569 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:54.363 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-af376bca-6068-4131-976c-8a45a79af8e5 - - - - - -] OVN reports status down for port: c09adbbf-c23d-475f-831b-deebc91dc99d 2026-05-04 12:44:54.378 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-98de720d-51fa-4d8e-baa2-a4f73d178cf3 - - - - - -] OVN reports status down for port: 73fec579-1e46-46e8-afff-0a4c85cac1d2 [pid: 7|app: 0|req: 1609/3180] 199.204.45.227 () {34 vars in 975 bytes} [Mon May 4 12:44:54 2026] GET /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1337 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:54.520 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-00dbaf47-a93e-45c8-807d-9bec2476ad32'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c09adbbf-c23d-475f-831b-deebc91dc99d', 'code': 200} [pid: 8|app: 0|req: 1572/3181] 199.204.45.227 () {34 vars in 1060 bytes} [Mon May 4 12:44:54 2026] GET /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:44:54.535 8 INFO neutron.db.ovn_revision_numbers_db [None req-827849f9-c6ad-4d28-a464-0ce9a7f25f6c - - - - - -] Successfully bumped revision number for resource 73fec579-1e46-46e8-afff-0a4c85cac1d2 (type: ports) to 6 [pid: 7|app: 0|req: 1610/3182] 199.204.45.227 () {34 vars in 1016 bytes} [Mon May 4 12:44:54 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098?fields=dns_domain => generated 29 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:44:54.696 7 INFO neutron.db.ovn_revision_numbers_db [None req-af376bca-6068-4131-976c-8a45a79af8e5 - - - - - -] Successfully bumped revision number for resource c09adbbf-c23d-475f-831b-deebc91dc99d (type: ports) to 8 [pid: 7|app: 0|req: 1611/3183] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:54 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 2567 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:55.000 8 INFO neutron.db.ovn_revision_numbers_db [req-798dc720-5cad-41ea-b28d-9fd4b8c4d09c req-c50d744b-5b47-47a5-a49c-35ea1545d381 2bf6cce937994ae6ac8564d334dc0371 2b4dc835f1504985920d91d9a30892e5 - - 0ad601fc1b6c49659a4ddb7e72eb884e 0ad601fc1b6c49659a4ddb7e72eb884e] Successfully bumped revision number for resource c09adbbf-c23d-475f-831b-deebc91dc99d (type: ports) to 9 [pid: 8|app: 0|req: 1573/3184] 199.204.45.227 () {38 vars in 1028 bytes} [Mon May 4 12:44:54 2026] PUT /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1146 bytes in 397 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: 1612/3185] 199.204.45.227 () {30 vars in 769 bytes} [Mon May 4 12:44:55 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1240 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-05-04 12:44:56.217 8 INFO neutron.db.ovn_revision_numbers_db [None req-f0b66208-6f84-487e-933b-051c2754ae33 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c09adbbf-c23d-475f-831b-deebc91dc99d (type: ports) to 10 [pid: 8|app: 0|req: 1574/3186] 199.204.45.227 () {34 vars in 789 bytes} [Mon May 4 12:44:55 2026] PUT /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1087 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3187] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:56 2026] GET /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 1087 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-05-04 12:44:56.334 8 INFO neutron.db.ovn_revision_numbers_db [None req-827849f9-c6ad-4d28-a464-0ce9a7f25f6c - - - - - -] Successfully bumped revision number for resource 73fec579-1e46-46e8-afff-0a4c85cac1d2 (type: ports) to 8 2026-05-04 12:44:56.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-a55d06e6-b493-4276-b2eb-735eff91280c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: c09adbbf-c23d-475f-831b-deebc91dc99d 2026-05-04 12:44:56.437 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a55d06e6-b493-4276-b2eb-735eff91280c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: c09adbbf-c23d-475f-831b-deebc91dc99d 2026-05-04 12:44:56.560 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa6de04a-3483-47c9-b5a6-4d13638b20a8'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c09adbbf-c23d-475f-831b-deebc91dc99d', 'code': 200} [pid: 7|app: 0|req: 1614/3188] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:44:56 2026] GET /v2.0/ports?tenant_id=763451d2b9b749abb59cf8ccfcdd1276&device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3189] 199.204.45.227 () {32 vars in 759 bytes} [Mon May 4 12:44:56 2026] DELETE /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3190] 199.204.45.227 () {34 vars in 1066 bytes} [Mon May 4 12:44:56 2026] GET /v2.0/networks?id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83&id=3878c3b7-0e16-4a33-99b9-f40652911098 => generated 1606 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3191] 199.204.45.227 () {34 vars in 1062 bytes} [Mon May 4 12:44:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.141&port_id=f52f1219-80c3-4029-8d16-1836e3c606bf => 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: 1616/3192] 199.204.45.227 () {30 vars in 703 bytes} [Mon May 4 12:44:56 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: 1617/3193] 199.204.45.227 () {30 vars in 705 bytes} [Mon May 4 12:44:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3194] 199.204.45.227 () {30 vars in 681 bytes} [Mon May 4 12:44:56 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: 1577/3195] 199.204.45.227 () {34 vars in 984 bytes} [Mon May 4 12:44:56 2026] GET /v2.0/subnets?id=9522e223-08b8-4827-9a8d-1bd9bb797b2e => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3196] 199.204.45.227 () {30 vars in 717 bytes} [Mon May 4 12:44:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3197] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:44:56 2026] GET /v2.0/ports?network_id=e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83&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-05-04 12:44:56.731 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95e4dd00-9533-4d64-807a-036a6cd5947b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3198] 199.204.45.227 () {32 vars in 759 bytes} [Mon May 4 12:44:56 2026] DELETE /v2.0/ports/c09adbbf-c23d-475f-831b-deebc91dc99d => 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: 1621/3199] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:56 2026] GET /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1148 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3200] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:44:56 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:44:56.785 7 INFO neutron.api.v2.resource [None req-0428b919-bd57-4ab3-9ce0-7d2f85b3d0d9 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3201] 199.204.45.227 () {30 vars in 763 bytes} [Mon May 4 12:44:56 2026] GET /v2.0/security-groups/lb-3d4fc68d-25fa-45ad-938b-038b7d034e44 => 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: 1623/3202] 199.204.45.227 () {30 vars in 785 bytes} [Mon May 4 12:44:56 2026] GET /v2.0/security-groups?name=lb-3d4fc68d-25fa-45ad-938b-038b7d034e44 => generated 1637 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3203] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:44:56 2026] GET /v2.0/networks/e6bf003d-53d6-4442-a5ac-c3d7bf9d3f83?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: 1624/3204] 199.204.45.227 () {30 vars in 737 bytes} [Mon May 4 12:44:56 2026] GET /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1148 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:44:57.187 8 INFO neutron.db.ovn_revision_numbers_db [None req-75613289-99f3-4644-afac-acc3ab54c7c1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 73fec579-1e46-46e8-afff-0a4c85cac1d2 (type: ports) to 9 [pid: 8|app: 0|req: 1581/3205] 199.204.45.227 () {34 vars in 789 bytes} [Mon May 4 12:44:56 2026] PUT /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 1110 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3206] 199.204.45.227 () {32 vars in 779 bytes} [Mon May 4 12:44:57 2026] DELETE /v2.0/security-groups/9c8feade-a0f1-4e5d-adc0-f5c04a10e662 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:44:57.465 8 INFO neutron_taas.services.taas.taas_plugin [None req-450bf161-a605-44ba-afd3-a11ccd791733 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: 73fec579-1e46-46e8-afff-0a4c85cac1d2 2026-05-04 12:44:57.468 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-450bf161-a605-44ba-afd3-a11ccd791733 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: 73fec579-1e46-46e8-afff-0a4c85cac1d2 [pid: 8|app: 0|req: 1582/3207] 199.204.45.227 () {32 vars in 759 bytes} [Mon May 4 12:44:57 2026] DELETE /v2.0/ports/73fec579-1e46-46e8-afff-0a4c85cac1d2 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:44:58.948 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-98de720d-51fa-4d8e-baa2-a4f73d178cf3 - - - - - -] OVN reports status down for port: f52f1219-80c3-4029-8d16-1836e3c606bf 2026-05-04 12:44:59.054 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff8296ae-3f78-4c8f-9073-6a78e11d5198'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f52f1219-80c3-4029-8d16-1836e3c606bf', 'code': 200} 2026-05-04 12:44:59.191 8 INFO neutron.db.ovn_revision_numbers_db [None req-98de720d-51fa-4d8e-baa2-a4f73d178cf3 - - - - - -] Successfully bumped revision number for resource f52f1219-80c3-4029-8d16-1836e3c606bf (type: ports) to 6 [pid: 7|app: 0|req: 1626/3208] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:45:00 2026] GET /v2.0/ports?device_id=6178cbd2-e0fd-41ed-85fd-8a07d4e907ff => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:45:00.277 8 INFO neutron_taas.services.taas.taas_plugin [req-633474f9-b7af-4132-9c02-534bc2c1a1ee req-17920b65-e2a4-41a6-bba7-b85c6ae4d7a3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] TaaS: Handle Delete Port: f52f1219-80c3-4029-8d16-1836e3c606bf 2026-05-04 12:45:00.280 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-633474f9-b7af-4132-9c02-534bc2c1a1ee req-17920b65-e2a4-41a6-bba7-b85c6ae4d7a3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Tap Mirror: Handle Delete Port: f52f1219-80c3-4029-8d16-1836e3c606bf [pid: 8|app: 0|req: 1583/3209] 199.204.45.227 () {36 vars in 997 bytes} [Mon May 4 12:45:00 2026] DELETE /v2.0/ports/f52f1219-80c3-4029-8d16-1836e3c606bf => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:01.090 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-56caab56-cdeb-4f55-a011-e6bb95a16a7c'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f52f1219-80c3-4029-8d16-1836e3c606bf', 'code': 200} 2026-05-04 12:45:01.090 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-56caab56-cdeb-4f55-a011-e6bb95a16a7c'] response: {'server_uuid': '6178cbd2-e0fd-41ed-85fd-8a07d4e907ff', 'name': 'network-vif-deleted', 'tag': 'f52f1219-80c3-4029-8d16-1836e3c606bf', 'status': 'completed', 'code': 200} 2026-05-04 12:45:01.567 7 INFO neutron_taas.services.taas.taas_plugin [None req-31eff2e1-a67b-4da5-a730-600cf341c991 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] TaaS: Handle Delete Port: 86df7805-2b6b-4109-902f-caab61d09944 2026-05-04 12:45:01.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31eff2e1-a67b-4da5-a730-600cf341c991 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Tap Mirror: Handle Delete Port: 86df7805-2b6b-4109-902f-caab61d09944 2026-05-04 12:45:01.794 7 INFO neutron.db.l3_db [None req-31eff2e1-a67b-4da5-a730-600cf341c991 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Floating IP a36b672e-8ab2-4579-83d4-153bf46fb955 disassociated (deleted). External IP: 10.96.250.211, port: 7384187f-fb17-427f-901c-8abf4c82ed22. [pid: 7|app: 0|req: 1627/3210] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:45:01 2026] DELETE /v2.0/floatingips/a36b672e-8ab2-4579-83d4-153bf46fb955 => generated 0 bytes in 458 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:01.861 8 INFO neutron.api.v2.resource [None req-b121055e-94b4-40d9-98e3-5c386aad29a1 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3211] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:45:01 2026] GET /v2.0/floatingips/a36b672e-8ab2-4579-83d4-153bf46fb955 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:45:01.879 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f073a84-7582-4dd2-b8e7-918d24c16608'] response: {'name': 'network-changed', 'server_uuid': 'd999ea0a-1f02-4b0b-a696-95869b0080c3', 'tag': '7384187f-fb17-427f-901c-8abf4c82ed22', '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: 1628/3212] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:45:02 2026] GET /v2.0/ports?device_id=d999ea0a-1f02-4b0b-a696-95869b0080c3 => generated 1204 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3213] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:45:02 2026] GET /v2.0/security-groups?id=c2572e54-0e2c-40b2-bbb9-34c253c4c70c&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3214] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:45:02 2026] GET /v2.0/ports?tenant_id=11bed8ea14be486b863535061e5f1c2f&device_id=d999ea0a-1f02-4b0b-a696-95869b0080c3 => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3215] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:45:02 2026] GET /v2.0/networks?id=2be658e9-5a52-43de-b0c8-0b37915c5949 => generated 840 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3216] 199.204.45.227 () {34 vars in 1058 bytes} [Mon May 4 12:45:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.216&port_id=7384187f-fb17-427f-901c-8abf4c82ed22 => 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: 1587/3217] 199.204.45.227 () {34 vars in 1106 bytes} [Mon May 4 12:45:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1d6&port_id=7384187f-fb17-427f-901c-8abf4c82ed22 => 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: 1631/3218] 199.204.45.227 () {34 vars in 1064 bytes} [Mon May 4 12:45:02 2026] GET /v2.0/subnets?id=71600aa7-014d-4a75-82a2-3c99470f8c97&id=b3b0f9f0-4dfb-45e4-93e2-7320d969e8a6 => generated 1413 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3219] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:45:02 2026] GET /v2.0/ports?network_id=2be658e9-5a52-43de-b0c8-0b37915c5949&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: 1632/3220] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:45:02 2026] GET /v2.0/ports?network_id=2be658e9-5a52-43de-b0c8-0b37915c5949&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: 1589/3221] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:45:02 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?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: 1633/3222] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:45:02 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949?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) 2026-05-04 12:45:03.035 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4c4fe8f8-7dfc-474c-958d-3cb995bd5ffe - - - - - -] OVN reports status down for port: 7384187f-fb17-427f-901c-8abf4c82ed22 2026-05-04 12:45:03.290 7 INFO neutron.db.ovn_revision_numbers_db [None req-4c4fe8f8-7dfc-474c-958d-3cb995bd5ffe - - - - - -] Successfully bumped revision number for resource 7384187f-fb17-427f-901c-8abf4c82ed22 (type: ports) to 6 2026-05-04 12:45:03.921 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-65ea1a8a-8670-4422-b5b5-9383f559a064'] response: {'server_uuid': 'd999ea0a-1f02-4b0b-a696-95869b0080c3', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7384187f-fb17-427f-901c-8abf4c82ed22', 'code': 200} 2026-05-04 12:45:03.921 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-65ea1a8a-8670-4422-b5b5-9383f559a064'] response: {'server_uuid': 'd999ea0a-1f02-4b0b-a696-95869b0080c3', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '7384187f-fb17-427f-901c-8abf4c82ed22', 'code': 200} [pid: 8|app: 0|req: 1590/3223] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:45:04 2026] GET /v2.0/ports?device_id=d999ea0a-1f02-4b0b-a696-95869b0080c3 => generated 1202 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:45:04.444 7 INFO neutron_taas.services.taas.taas_plugin [req-bfbeddef-dd59-493c-ac2d-4ccc48e8f74a req-286c7cb3-63a8-4602-b061-ebb8b26039d0 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] TaaS: Handle Delete Port: 7384187f-fb17-427f-901c-8abf4c82ed22 2026-05-04 12:45:04.448 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bfbeddef-dd59-493c-ac2d-4ccc48e8f74a req-286c7cb3-63a8-4602-b061-ebb8b26039d0 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Tap Mirror: Handle Delete Port: 7384187f-fb17-427f-901c-8abf4c82ed22 [pid: 7|app: 0|req: 1634/3224] 199.204.45.227 () {36 vars in 997 bytes} [Mon May 4 12:45:04 2026] DELETE /v2.0/ports/7384187f-fb17-427f-901c-8abf4c82ed22 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:05.965 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b2a1d2f-75a5-4bf3-9c72-490a504f1657'] response: {'server_uuid': 'd999ea0a-1f02-4b0b-a696-95869b0080c3', 'name': 'network-vif-deleted', 'tag': '7384187f-fb17-427f-901c-8abf4c82ed22', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1636/3227] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:45:07 2026] GET /v2.0/ports?device_id=d999ea0a-1f02-4b0b-a696-95869b0080c3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:45:12.492 8 INFO neutron_taas.services.taas.taas_plugin [None req-a643f91d-7461-4fb8-bb7c-530be87ab82b 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] TaaS: Handle Delete Port: 218fa8a9-71f2-4dfa-8b73-014463e4aabd 2026-05-04 12:45:12.495 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a643f91d-7461-4fb8-bb7c-530be87ab82b 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Tap Mirror: Handle Delete Port: 218fa8a9-71f2-4dfa-8b73-014463e4aabd 2026-05-04 12:45:12.738 8 INFO neutron.db.l3_db [None req-a643f91d-7461-4fb8-bb7c-530be87ab82b 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Floating IP 882f1be4-4951-4d12-827a-f8c0cef2fd3f disassociated (deleted). External IP: 10.96.250.216, port: 1606b70a-7ef2-48cf-901b-243693ae7506. [pid: 8|app: 0|req: 1592/3228] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:45:12 2026] DELETE /v2.0/floatingips/882f1be4-4951-4d12-827a-f8c0cef2fd3f => generated 0 bytes in 425 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:12.802 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17579f42-e40f-43cc-aa32-123f3cff9750'] response: {'name': 'network-changed', 'server_uuid': '2133e6f3-2ba5-4747-bdd8-c11e015430a4', 'tag': '1606b70a-7ef2-48cf-901b-243693ae7506', 'status': 'completed', 'code': 200} 2026-05-04 12:45:12.806 7 INFO neutron.api.v2.resource [None req-dcdcd73a-cca0-4b38-9c4a-2603ebe8b772 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3229] 10.0.0.165 () {32 vars in 729 bytes} [Mon May 4 12:45:12 2026] GET /v2.0/floatingips/882f1be4-4951-4d12-827a-f8c0cef2fd3f => generated 144 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1593/3230] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:45:12 2026] GET /v2.0/ports?device_id=2133e6f3-2ba5-4747-bdd8-c11e015430a4 => generated 1196 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3231] 10.0.0.25 () {34 vars in 1039 bytes} [Mon May 4 12:45:13 2026] GET /v2.0/security-groups?id=c2572e54-0e2c-40b2-bbb9-34c253c4c70c&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3232] 199.204.45.227 () {34 vars in 1080 bytes} [Mon May 4 12:45:13 2026] GET /v2.0/ports?tenant_id=11bed8ea14be486b863535061e5f1c2f&device_id=2133e6f3-2ba5-4747-bdd8-c11e015430a4 => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3233] 199.204.45.227 () {34 vars in 986 bytes} [Mon May 4 12:45:13 2026] GET /v2.0/networks?id=738b3cc8-06f4-4a24-a982-e2abf7076560 => 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: 1595/3234] 199.204.45.227 () {34 vars in 1056 bytes} [Mon May 4 12:45:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.34&port_id=1606b70a-7ef2-48cf-901b-243693ae7506 => 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: 1640/3235] 199.204.45.227 () {34 vars in 1104 bytes} [Mon May 4 12:45:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3cb&port_id=1606b70a-7ef2-48cf-901b-243693ae7506 => 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: 1596/3236] 199.204.45.227 () {34 vars in 1064 bytes} [Mon May 4 12:45:13 2026] GET /v2.0/subnets?id=59e1f920-ea33-4f48-bb22-62c221c2889a&id=eac3f553-4c5a-464f-8e96-1b62b9e2e440 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3237] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:45:13 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&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: 1597/3238] 199.204.45.227 () {34 vars in 1052 bytes} [Mon May 4 12:45:13 2026] GET /v2.0/ports?network_id=738b3cc8-06f4-4a24-a982-e2abf7076560&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: 1642/3239] 199.204.45.227 () {34 vars in 1012 bytes} [Mon May 4 12:45:13 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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: 1598/3240] 199.204.45.227 () {34 vars in 1112 bytes} [Mon May 4 12:45:13 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560?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) 2026-05-04 12:45:14.044 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-28d87e13-6674-4d14-a4a2-6cfcc07e5dd3 - - - - - -] OVN reports status down for port: 1606b70a-7ef2-48cf-901b-243693ae7506 2026-05-04 12:45:14.311 8 INFO neutron.db.ovn_revision_numbers_db [None req-28d87e13-6674-4d14-a4a2-6cfcc07e5dd3 - - - - - -] Successfully bumped revision number for resource 1606b70a-7ef2-48cf-901b-243693ae7506 (type: ports) to 6 2026-05-04 12:45:14.839 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ecadb1d-15be-4092-810d-214078c7bb9f'] response: {'server_uuid': '2133e6f3-2ba5-4747-bdd8-c11e015430a4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1606b70a-7ef2-48cf-901b-243693ae7506', 'code': 200} 2026-05-04 12:45:14.839 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ecadb1d-15be-4092-810d-214078c7bb9f'] response: {'server_uuid': '2133e6f3-2ba5-4747-bdd8-c11e015430a4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1606b70a-7ef2-48cf-901b-243693ae7506', 'code': 200} [pid: 7|app: 0|req: 1643/3241] 199.204.45.227 () {34 vars in 994 bytes} [Mon May 4 12:45:15 2026] GET /v2.0/ports?device_id=2133e6f3-2ba5-4747-bdd8-c11e015430a4 => generated 1194 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:45:15.449 8 INFO neutron_taas.services.taas.taas_plugin [req-c5c1e229-42c5-4859-ba3e-a57bffc6dc13 req-3d88a4f4-d6d4-47f3-aa18-0d9f36c6b710 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] TaaS: Handle Delete Port: 1606b70a-7ef2-48cf-901b-243693ae7506 2026-05-04 12:45:15.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c5c1e229-42c5-4859-ba3e-a57bffc6dc13 req-3d88a4f4-d6d4-47f3-aa18-0d9f36c6b710 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Tap Mirror: Handle Delete Port: 1606b70a-7ef2-48cf-901b-243693ae7506 [pid: 8|app: 0|req: 1599/3242] 199.204.45.227 () {36 vars in 997 bytes} [Mon May 4 12:45:15 2026] DELETE /v2.0/ports/1606b70a-7ef2-48cf-901b-243693ae7506 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:16.882 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f73091f2-40e7-4356-a54c-733b976faa3b'] response: {'server_uuid': '2133e6f3-2ba5-4747-bdd8-c11e015430a4', 'name': 'network-vif-deleted', 'tag': '1606b70a-7ef2-48cf-901b-243693ae7506', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1644/3243] 10.0.0.25 () {34 vars in 989 bytes} [Mon May 4 12:45:18 2026] GET /v2.0/ports?device_id=2133e6f3-2ba5-4747-bdd8-c11e015430a4 => 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: 1646/3246] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:45:23 2026] DELETE /v2.0/security-group-rules/47dc253e-fd17-43bc-8172-bdca623c3271 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:23.405 8 INFO neutron.api.v2.resource [None req-d97ff123-58c7-476c-9941-5a2ecfa7d498 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3247] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:45:23 2026] GET /v2.0/security-group-rules/47dc253e-fd17-43bc-8172-bdca623c3271 => 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: 1647/3248] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:45:23 2026] DELETE /v2.0/security-group-rules/c876381d-eee3-4e75-83ae-8c717ae90667 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:23.531 8 INFO neutron.api.v2.resource [None req-723705e1-474e-4128-b20d-464a64c0008c 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1602/3249] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:45:23 2026] GET /v2.0/security-group-rules/c876381d-eee3-4e75-83ae-8c717ae90667 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3250] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:45:23 2026] DELETE /v2.0/security-group-rules/30e876c0-b734-4d35-aada-5c59c75bb274 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:23.660 8 INFO neutron.api.v2.resource [None req-698ee49f-3fc3-4def-9efe-3d531497b5b1 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1603/3251] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:45:23 2026] GET /v2.0/security-group-rules/30e876c0-b734-4d35-aada-5c59c75bb274 => generated 155 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3252] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:45:23 2026] DELETE /v2.0/security-group-rules/5be728ae-be2c-46e3-941d-05a76ea92ae0 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:23.835 8 INFO neutron.api.v2.resource [None req-e4d730cb-f097-4057-9a52-0d31c726ec72 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1604/3253] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:45:23 2026] GET /v2.0/security-group-rules/5be728ae-be2c-46e3-941d-05a76ea92ae0 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3254] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:45:23 2026] DELETE /v2.0/security-group-rules/23373101-39b9-475a-9655-a5da398b181a => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:23.959 8 INFO neutron.api.v2.resource [None req-05b8013b-ef20-4ee0-b97d-e1e897d93eca 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3255] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:45:23 2026] GET /v2.0/security-group-rules/23373101-39b9-475a-9655-a5da398b181a => 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: 1651/3256] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:45:23 2026] DELETE /v2.0/security-group-rules/6f3bc088-dae4-47a2-b9c5-76e763d34c8e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:24.071 8 INFO neutron.api.v2.resource [None req-4103b3cc-d6f9-428c-af6a-5a41e46246e2 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1606/3257] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:45:24 2026] GET /v2.0/security-group-rules/6f3bc088-dae4-47a2-b9c5-76e763d34c8e => 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: 1652/3258] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:45:24 2026] DELETE /v2.0/security-group-rules/061783ec-5afd-47e3-b0c0-a4509ab9e177 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:24.190 8 INFO neutron.api.v2.resource [None req-30cc2ff0-9f54-4277-b817-9fadbc0ee302 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1607/3259] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:45:24 2026] GET /v2.0/security-group-rules/061783ec-5afd-47e3-b0c0-a4509ab9e177 => 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: 1653/3260] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:45:24 2026] DELETE /v2.0/security-group-rules/2322d402-2b05-4830-b873-82cf8b3ac02e => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:24.323 8 INFO neutron.api.v2.resource [None req-9b3cbf23-28ff-4167-8803-a44da6455bff 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1608/3261] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:45:24 2026] GET /v2.0/security-group-rules/2322d402-2b05-4830-b873-82cf8b3ac02e => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3262] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:45:24 2026] DELETE /v2.0/security-group-rules/18b7aa5c-7f28-4a87-abd9-7c614ead13f0 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:24.447 8 INFO neutron.api.v2.resource [None req-e7e6584b-9ca0-4388-ab51-0ab768127c61 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3263] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:45:24 2026] GET /v2.0/security-group-rules/18b7aa5c-7f28-4a87-abd9-7c614ead13f0 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3264] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:45:24 2026] DELETE /v2.0/security-group-rules/0efb83bf-475c-48bb-bffc-452addbb8c4e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:24.563 8 INFO neutron.api.v2.resource [None req-a6fa5f21-0817-4575-b87e-ab25a88dfd5b 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1610/3265] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:45:24 2026] GET /v2.0/security-group-rules/0efb83bf-475c-48bb-bffc-452addbb8c4e => 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: 1656/3266] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:45:24 2026] DELETE /v2.0/security-group-rules/33deb32a-0a93-4d78-80ff-3187e2b7506b => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:24.684 8 INFO neutron.api.v2.resource [None req-97fa8155-13f4-49e2-b054-db04240eb6a9 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3267] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:45:24 2026] GET /v2.0/security-group-rules/33deb32a-0a93-4d78-80ff-3187e2b7506b => 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: 1657/3268] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:45:24 2026] DELETE /v2.0/security-groups/c2572e54-0e2c-40b2-bbb9-34c253c4c70c => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:24.831 8 INFO neutron.api.v2.resource [None req-dab58529-2637-43d7-a952-eddbca8c3bec 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1612/3269] 10.0.0.165 () {32 vars in 737 bytes} [Mon May 4 12:45:24 2026] GET /v2.0/security-groups/c2572e54-0e2c-40b2-bbb9-34c253c4c70c => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:45:25.280 7 INFO neutron_taas.services.taas.taas_plugin [None req-862eb47b-1970-449c-ab06-274a4d5c071a 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] TaaS: Handle Delete Port: 1fd4ae7c-fdbe-4653-b3e8-70297ce5fcc0 2026-05-04 12:45:25.283 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-862eb47b-1970-449c-ab06-274a4d5c071a 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Tap Mirror: Handle Delete Port: 1fd4ae7c-fdbe-4653-b3e8-70297ce5fcc0 [pid: 7|app: 0|req: 1658/3270] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:45:24 2026] PUT /v2.0/routers/947d6bd1-6932-44ca-b5b6-8aadaf2804c5/remove_router_interface => generated 310 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:45:25.955 8 INFO neutron.api.v2.resource [None req-34b0cdbe-8a5e-43be-88e3-ea3fcfa33abe 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1613/3271] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:45:25 2026] PUT /v2.0/routers/947d6bd1-6932-44ca-b5b6-8aadaf2804c5/remove_router_interface => generated 198 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-04 12:45:26.261 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a189224-26e7-481b-a99f-568074bb1663 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] TaaS: Handle Delete Port: 0461018c-ce8e-43c6-866b-a8ebda892035 2026-05-04 12:45:26.264 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a189224-26e7-481b-a99f-568074bb1663 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Tap Mirror: Handle Delete Port: 0461018c-ce8e-43c6-866b-a8ebda892035 [pid: 7|app: 0|req: 1659/3272] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:45:25 2026] PUT /v2.0/routers/947d6bd1-6932-44ca-b5b6-8aadaf2804c5/remove_router_interface => generated 310 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:45:26.870 8 INFO neutron.api.v2.resource [None req-77d845dd-6a9c-4d6e-b4bf-c75161bb1ad9 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1614/3273] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:45:26 2026] PUT /v2.0/routers/947d6bd1-6932-44ca-b5b6-8aadaf2804c5/remove_router_interface => generated 198 bytes in 95 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-05-04 12:45:27.176 7 INFO neutron_taas.services.taas.taas_plugin [None req-407794c1-88ff-4d07-b85d-79e3d04d107a 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] TaaS: Handle Delete Port: fc1b7951-ab0b-42e6-b715-7550c9610b5e 2026-05-04 12:45:27.179 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-407794c1-88ff-4d07-b85d-79e3d04d107a 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Tap Mirror: Handle Delete Port: fc1b7951-ab0b-42e6-b715-7550c9610b5e [pid: 7|app: 0|req: 1660/3274] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:45:26 2026] PUT /v2.0/routers/947d6bd1-6932-44ca-b5b6-8aadaf2804c5/remove_router_interface => generated 310 bytes in 806 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:45:27.775 8 INFO neutron.api.v2.resource [None req-6bd72902-41fa-40c8-8777-e4e798d64aac 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1615/3275] 10.0.0.165 () {34 vars in 789 bytes} [Mon May 4 12:45:27 2026] PUT /v2.0/routers/947d6bd1-6932-44ca-b5b6-8aadaf2804c5/remove_router_interface => generated 198 bytes in 89 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-05-04 12:45:28.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-62621be6-79c1-4783-ba03-8641bd0d623e 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] TaaS: Handle Delete Port: 5732f309-5a8c-423d-99d1-469b6aac339f 2026-05-04 12:45:28.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62621be6-79c1-4783-ba03-8641bd0d623e 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Tap Mirror: Handle Delete Port: 5732f309-5a8c-423d-99d1-469b6aac339f [pid: 7|app: 0|req: 1661/3276] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:45:27 2026] DELETE /v2.0/routers/947d6bd1-6932-44ca-b5b6-8aadaf2804c5 => generated 0 bytes in 648 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:28.447 8 INFO neutron.api.v2.resource [None req-36505312-20bc-4413-932c-49c1bd042e8c 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1616/3277] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:45:28 2026] GET /v2.0/routers/947d6bd1-6932-44ca-b5b6-8aadaf2804c5 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3278] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:45:28 2026] DELETE /v2.0/subnets/71600aa7-014d-4a75-82a2-3c99470f8c97 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:28.615 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3264a03e-c35a-4b33-84b2-39c1aaed52b0 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3279] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:45:28 2026] GET /v2.0/subnets/71600aa7-014d-4a75-82a2-3c99470f8c97 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3280] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:45:28 2026] DELETE /v2.0/subnets/b3b0f9f0-4dfb-45e4-93e2-7320d969e8a6 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:28.810 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7c46d120-c9f1-48a5-8afe-aeaa2b7b87f6 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1618/3281] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:45:28 2026] GET /v2.0/subnets/b3b0f9f0-4dfb-45e4-93e2-7320d969e8a6 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:45:28.929 7 INFO neutron_taas.services.taas.taas_plugin [None req-24976195-0f91-463d-af21-df6cc10a8901 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] TaaS: Handle Delete Port: dc3eeec7-a9c1-4f8b-8687-4ce8d156932f 2026-05-04 12:45:28.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24976195-0f91-463d-af21-df6cc10a8901 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Tap Mirror: Handle Delete Port: dc3eeec7-a9c1-4f8b-8687-4ce8d156932f 2026-05-04 12:45:29.128 7 INFO neutron.services.segments.plugin [-] Segment 43c353bb-0767-4f25-8d5b-b68e309cc662 resource provider aggregate not found 2026-05-04 12:45:29.134 7 INFO neutron.services.segments.plugin [-] Segment 43c353bb-0767-4f25-8d5b-b68e309cc662 resource provider aggregate not found [pid: 7|app: 0|req: 1664/3282] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:45:28 2026] DELETE /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:29.147 7 INFO neutron.services.segments.plugin [-] Segment 43c353bb-0767-4f25-8d5b-b68e309cc662 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43c353bb-0767-4f25-8d5b-b68e309cc662 found for delete ", "request_id": "req-9057b933-19a5-40ee-9add-4e673db75da1"}]} 2026-05-04 12:45:29.148 7 INFO neutron.services.segments.plugin [-] Segment 43c353bb-0767-4f25-8d5b-b68e309cc662 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43c353bb-0767-4f25-8d5b-b68e309cc662 found for delete ", "request_id": "req-a9a65d7b-d66f-4fc0-919d-4a11e1eb9023"}]} 2026-05-04 12:45:29.164 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19d60043-4183-4ccc-a820-8e66f3c956ac 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1619/3283] 10.0.0.165 () {32 vars in 723 bytes} [Mon May 4 12:45:29 2026] GET /v2.0/networks/2be658e9-5a52-43de-b0c8-0b37915c5949 => 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: 1665/3284] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:45:29 2026] DELETE /v2.0/subnets/59e1f920-ea33-4f48-bb22-62c221c2889a => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:29.337 8 INFO neutron.pecan_wsgi.hooks.translation [None req-31d8173b-7d3a-43ed-8c62-fffa81535160 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1620/3285] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:45:29 2026] GET /v2.0/subnets/59e1f920-ea33-4f48-bb22-62c221c2889a => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3286] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:45:29 2026] DELETE /v2.0/subnets/eac3f553-4c5a-464f-8e96-1b62b9e2e440 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:29.520 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e6800fd-e766-4a09-81bf-2a05018fca1e 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3287] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:45:29 2026] GET /v2.0/subnets/eac3f553-4c5a-464f-8e96-1b62b9e2e440 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:45:29.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1d60d82-c5a9-4018-a601-dfad44771614 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] TaaS: Handle Delete Port: 7afbe5d9-e47b-44f5-9686-1fddf58fa618 2026-05-04 12:45:29.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1d60d82-c5a9-4018-a601-dfad44771614 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Tap Mirror: Handle Delete Port: 7afbe5d9-e47b-44f5-9686-1fddf58fa618 [pid: 7|app: 0|req: 1667/3288] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:45:29 2026] DELETE /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:29.876 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d8ee998c-c08a-47e9-9246-16c44137ae48 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1622/3289] 10.0.0.165 () {32 vars in 723 bytes} [Mon May 4 12:45:29 2026] GET /v2.0/networks/738b3cc8-06f4-4a24-a982-e2abf7076560 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3290] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:45:29 2026] DELETE /v2.0/subnets/f2232fd2-b3d7-43d7-849c-728fd1db5c5e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:30.013 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e9f7e16d-6072-4e0b-a009-0bfc223aa53f 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1623/3291] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:45:29 2026] GET /v2.0/subnets/f2232fd2-b3d7-43d7-849c-728fd1db5c5e => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3292] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:45:30 2026] DELETE /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:30.207 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc7ac117-4269-4ba5-a309-4c986b640063 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1624/3293] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:45:30 2026] GET /v2.0/subnets/e6f9e01f-ba50-45ad-8de9-5522e7522be5 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:45:30.344 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8b70aa0-09f0-451c-82fe-c907ffad4a33 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] TaaS: Handle Delete Port: ddc3eddd-2b4a-4a70-bf29-26c30f81038a 2026-05-04 12:45:30.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8b70aa0-09f0-451c-82fe-c907ffad4a33 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] Tap Mirror: Handle Delete Port: ddc3eddd-2b4a-4a70-bf29-26c30f81038a [pid: 7|app: 0|req: 1670/3294] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:45:30 2026] DELETE /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:30.577 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a69202e-13d1-4454-ab9e-9db8f8bb1261 4f9e3792bb4544c5bb4ffd6ab283ca86 11bed8ea14be486b863535061e5f1c2f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1625/3295] 10.0.0.165 () {32 vars in 723 bytes} [Mon May 4 12:45:30 2026] GET /v2.0/networks/3878c3b7-0e16-4a33-99b9-f40652911098 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-04 12:45:31.166 7 INFO neutron.services.segments.plugin [-] Segment a8e4e324-9ca4-46f9-93a6-a3664681443b resource provider aggregate not found 2026-05-04 12:45:31.171 7 INFO neutron.services.segments.plugin [-] Segment a8e4e324-9ca4-46f9-93a6-a3664681443b resource provider aggregate not found 2026-05-04 12:45:31.182 7 INFO neutron.services.segments.plugin [-] Segment a8e4e324-9ca4-46f9-93a6-a3664681443b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8e4e324-9ca4-46f9-93a6-a3664681443b found for delete ", "request_id": "req-7e3a1e30-70fc-4f5a-9712-3f482c553565"}]} 2026-05-04 12:45:31.188 7 INFO neutron.services.segments.plugin [-] Segment a8e4e324-9ca4-46f9-93a6-a3664681443b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8e4e324-9ca4-46f9-93a6-a3664681443b found for delete ", "request_id": "req-f0bc7a5d-3bc4-48ac-a265-70acf88e97f5"}]} 2026-05-04 12:45:31.193 7 INFO neutron.services.segments.plugin [-] Segment bb79f0e3-2085-4e93-9e71-6c0d742779f3 resource provider aggregate not found 2026-05-04 12:45:31.205 7 INFO neutron.services.segments.plugin [-] Segment bb79f0e3-2085-4e93-9e71-6c0d742779f3 resource provider aggregate not found 2026-05-04 12:45:31.205 7 INFO neutron.services.segments.plugin [-] Segment bb79f0e3-2085-4e93-9e71-6c0d742779f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb79f0e3-2085-4e93-9e71-6c0d742779f3 found for delete ", "request_id": "req-fabf61c8-2b25-45c8-970e-395fe99ccc87"}]} 2026-05-04 12:45:31.220 7 INFO neutron.services.segments.plugin [-] Segment bb79f0e3-2085-4e93-9e71-6c0d742779f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb79f0e3-2085-4e93-9e71-6c0d742779f3 found for delete ", "request_id": "req-0cc2b56d-cb0d-4d05-b28f-6b5d83bb10ac"}]} 2026-05-04 12:45:32.401 7 WARNING neutron.db.securitygroups_db [None req-b0ef92ec-c281-402d-9f16-41ee4f6d7479 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:45:32.604 7 INFO neutron.db.ovn_revision_numbers_db [None req-b0ef92ec-c281-402d-9f16-41ee4f6d7479 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1e3d70e2-7ee7-42e0-b042-c3d316113c5b (type: security_groups) to 1 2026-05-04 12:45:32.616 7 INFO neutron.db.ovn_revision_numbers_db [None req-b0ef92ec-c281-402d-9f16-41ee4f6d7479 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6c1ead7e-5fb5-462b-8bf9-77c31d8b8ea9 (type: security_group_rules) to 0 2026-05-04 12:45:32.627 7 INFO neutron.db.ovn_revision_numbers_db [None req-b0ef92ec-c281-402d-9f16-41ee4f6d7479 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 85f89c23-2e6d-4086-85f6-8b2f2ffdc704 (type: security_group_rules) to 0 2026-05-04 12:45:32.637 7 INFO neutron.db.ovn_revision_numbers_db [None req-b0ef92ec-c281-402d-9f16-41ee4f6d7479 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource de4e6760-1907-4b54-a596-a3c9a5860d20 (type: security_group_rules) to 0 2026-05-04 12:45:32.650 7 INFO neutron.db.ovn_revision_numbers_db [None req-b0ef92ec-c281-402d-9f16-41ee4f6d7479 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ec04ed70-8c61-47df-bf25-665b58d087d1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1671/3296] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:45:32 2026] GET /v2.0/security-groups?tenant_id=fd3c86e060a14d8493ca2509e1e402a8&name=default => generated 2929 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3297] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:45:32 2026] DELETE /v2.0/security-groups/1e3d70e2-7ee7-42e0-b042-c3d316113c5b => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:32.926 7 WARNING neutron.db.securitygroups_db [None req-03254e51-bb06-4e6d-b833-6a64891ae180 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:45:33.036 7 INFO neutron.db.ovn_revision_numbers_db [None req-03254e51-bb06-4e6d-b833-6a64891ae180 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9cd8539e-f50f-49a9-b797-7929fad8c9a1 (type: security_groups) to 1 2026-05-04 12:45:33.044 7 INFO neutron.db.ovn_revision_numbers_db [None req-03254e51-bb06-4e6d-b833-6a64891ae180 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1b423335-dffb-480b-a5e5-f7d8d83adabc (type: security_group_rules) to 0 2026-05-04 12:45:33.057 7 INFO neutron.db.ovn_revision_numbers_db [None req-03254e51-bb06-4e6d-b833-6a64891ae180 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8cfd6e0b-764a-425b-85e9-72b6b3c7308c (type: security_group_rules) to 0 2026-05-04 12:45:33.071 7 INFO neutron.db.ovn_revision_numbers_db [None req-03254e51-bb06-4e6d-b833-6a64891ae180 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a21fdb6a-462c-41a2-b5f3-5dc7252760f8 (type: security_group_rules) to 0 2026-05-04 12:45:33.081 7 INFO neutron.db.ovn_revision_numbers_db [None req-03254e51-bb06-4e6d-b833-6a64891ae180 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource be04253b-2b6e-421c-8130-668997a73989 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1672/3298] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:45:32 2026] GET /v2.0/security-groups?tenant_id=25139b3384e740f2a1b15522d972dfd7&name=default => generated 2929 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3299] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:45:33 2026] DELETE /v2.0/security-groups/9cd8539e-f50f-49a9-b797-7929fad8c9a1 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:33.412 7 WARNING neutron.db.securitygroups_db [None req-d1ff3445-1628-4ac5-afaf-f92bf10fa997 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:45:33.526 7 INFO neutron.db.ovn_revision_numbers_db [None req-d1ff3445-1628-4ac5-afaf-f92bf10fa997 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 40bb8b7f-b829-4b51-b524-4ee2e14f39cb (type: security_groups) to 1 2026-05-04 12:45:33.539 7 INFO neutron.db.ovn_revision_numbers_db [None req-d1ff3445-1628-4ac5-afaf-f92bf10fa997 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0fc8c6a4-3e33-4062-922b-aad0b0387016 (type: security_group_rules) to 0 2026-05-04 12:45:33.552 7 INFO neutron.db.ovn_revision_numbers_db [None req-d1ff3445-1628-4ac5-afaf-f92bf10fa997 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 43975faa-d8f4-4721-9132-821a95253b0c (type: security_group_rules) to 0 2026-05-04 12:45:33.566 7 INFO neutron.db.ovn_revision_numbers_db [None req-d1ff3445-1628-4ac5-afaf-f92bf10fa997 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 97a0e050-f07d-4220-af18-13425690a2e0 (type: security_group_rules) to 0 2026-05-04 12:45:33.577 7 INFO neutron.db.ovn_revision_numbers_db [None req-d1ff3445-1628-4ac5-afaf-f92bf10fa997 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 99d2e26b-5f1a-482f-b752-db3b277dffd1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1673/3300] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:45:33 2026] GET /v2.0/security-groups?tenant_id=344bc3f005f149799319fbd23b613fd4&name=default => generated 2929 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3301] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:45:33 2026] DELETE /v2.0/security-groups/40bb8b7f-b829-4b51-b524-4ee2e14f39cb => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:33.917 7 WARNING neutron.db.securitygroups_db [None req-4de33e48-7f92-46b8-9656-02f25f6f218f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:45:34.036 7 INFO neutron.db.ovn_revision_numbers_db [None req-4de33e48-7f92-46b8-9656-02f25f6f218f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 35f000fb-c864-4620-8bd9-b3d24e83d727 (type: security_groups) to 1 2026-05-04 12:45:34.047 7 INFO neutron.db.ovn_revision_numbers_db [None req-4de33e48-7f92-46b8-9656-02f25f6f218f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 05e1ab9c-5724-4fbb-8f1a-c1fca2a83e07 (type: security_group_rules) to 0 2026-05-04 12:45:34.057 7 INFO neutron.db.ovn_revision_numbers_db [None req-4de33e48-7f92-46b8-9656-02f25f6f218f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 56107f1b-2807-49a7-9561-9c1894738780 (type: security_group_rules) to 0 2026-05-04 12:45:34.068 7 INFO neutron.db.ovn_revision_numbers_db [None req-4de33e48-7f92-46b8-9656-02f25f6f218f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a7c9f35d-e4af-484c-9860-1de5f0d5e249 (type: security_group_rules) to 0 2026-05-04 12:45:34.079 7 INFO neutron.db.ovn_revision_numbers_db [None req-4de33e48-7f92-46b8-9656-02f25f6f218f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e7eceb8d-f972-454e-a061-ff65efcfe5a7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1674/3302] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:45:33 2026] GET /v2.0/security-groups?tenant_id=96d628f3face4854abe46ffa7154ff4e&name=default => generated 2929 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3303] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:45:34 2026] DELETE /v2.0/security-groups/35f000fb-c864-4620-8bd9-b3d24e83d727 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:34.408 7 WARNING neutron.db.securitygroups_db [None req-b9b11cb0-52cc-45fd-95ce-678514056704 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:45:34.527 7 INFO neutron.db.ovn_revision_numbers_db [None req-b9b11cb0-52cc-45fd-95ce-678514056704 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 258f791a-9c88-4c78-912e-95d27c3f8cb2 (type: security_groups) to 1 2026-05-04 12:45:34.540 7 INFO neutron.db.ovn_revision_numbers_db [None req-b9b11cb0-52cc-45fd-95ce-678514056704 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2548515d-ea44-4347-820b-3232714668a6 (type: security_group_rules) to 0 2026-05-04 12:45:34.558 7 INFO neutron.db.ovn_revision_numbers_db [None req-b9b11cb0-52cc-45fd-95ce-678514056704 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a13573de-b5b8-4778-95f2-d2180b5e93af (type: security_group_rules) to 0 2026-05-04 12:45:34.570 7 INFO neutron.db.ovn_revision_numbers_db [None req-b9b11cb0-52cc-45fd-95ce-678514056704 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource cf6d53f4-9470-4b0d-ba16-278294a8548b (type: security_group_rules) to 0 2026-05-04 12:45:34.582 7 INFO neutron.db.ovn_revision_numbers_db [None req-b9b11cb0-52cc-45fd-95ce-678514056704 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e88139ef-9a08-47ee-804a-fb9f4689202f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1675/3304] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:45:34 2026] GET /v2.0/security-groups?tenant_id=a308d946cd174eababb4937f84e715f3&name=default => generated 2929 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3305] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:45:34 2026] DELETE /v2.0/security-groups/258f791a-9c88-4c78-912e-95d27c3f8cb2 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:34.875 7 WARNING neutron.db.securitygroups_db [None req-37196904-af81-4a1f-8ff6-8899c1d39f44 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:45:34.998 7 INFO neutron.db.ovn_revision_numbers_db [None req-37196904-af81-4a1f-8ff6-8899c1d39f44 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7494663f-067d-4bc5-b062-14d56f9c42f2 (type: security_groups) to 1 2026-05-04 12:45:35.009 7 INFO neutron.db.ovn_revision_numbers_db [None req-37196904-af81-4a1f-8ff6-8899c1d39f44 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3360d445-0094-4d19-a1f6-d30d8a0269ea (type: security_group_rules) to 0 2026-05-04 12:45:35.022 7 INFO neutron.db.ovn_revision_numbers_db [None req-37196904-af81-4a1f-8ff6-8899c1d39f44 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4db6676b-c374-4f9a-9dbd-eeb24bfdc512 (type: security_group_rules) to 0 2026-05-04 12:45:35.034 7 INFO neutron.db.ovn_revision_numbers_db [None req-37196904-af81-4a1f-8ff6-8899c1d39f44 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource aa037896-2e04-46c7-a8ac-80d29c5b709f (type: security_group_rules) to 0 2026-05-04 12:45:35.043 7 INFO neutron.db.ovn_revision_numbers_db [None req-37196904-af81-4a1f-8ff6-8899c1d39f44 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource e704f058-cdd5-49eb-adb4-492d9ef9e2c2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1676/3308] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:45:34 2026] GET /v2.0/security-groups?tenant_id=fc53d2c3010d4b77aa6adcd20d07f225&name=default => generated 2929 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3309] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:45:35 2026] DELETE /v2.0/security-groups/7494663f-067d-4bc5-b062-14d56f9c42f2 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:35.356 7 WARNING neutron.db.securitygroups_db [None req-38a00112-f811-469f-bb3d-6a8db0976d0b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1677/3310] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:45:35 2026] GET /v2.0/security-groups?tenant_id=11bed8ea14be486b863535061e5f1c2f&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3311] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:45:35 2026] DELETE /v2.0/security-groups/3995b126-e4a4-4f93-b30b-49419cb98322 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3312] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:45:36 2026] GET /v2.0/subnets => generated 1308 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3313] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:45:36 2026] GET /v2.0/agents => generated 1214 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3314] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:45:36 2026] GET /v2.0/ports => generated 5221 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3315] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:45:36 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3316] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:45:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3317] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:45:36 2026] GET /v2.0/networks => generated 2288 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3318] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:45:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3319] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:45:36 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: 7|app: 0|req: 1682/3320] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:45:36 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: 1639/3321] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:45:36 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: 1683/3322] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:45:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:45:39.733 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c540995e-ddb7-44e7-808c-4349ab7ed3c2 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] No more DHCP agents 2026-05-04 12:45:39.735 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c540995e-ddb7-44e7-808c-4349ab7ed3c2 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1640/3323] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:45:39 2026] POST /v2.0/floatingips => generated 552 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:45:40.167 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-768010c1-7bf8-450c-bb7f-f8bafde463fe 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] No more DHCP agents 2026-05-04 12:45:40.168 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-768010c1-7bf8-450c-bb7f-f8bafde463fe 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1684/3324] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:45:39 2026] POST /v2.0/floatingips => generated 552 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:45:40.588 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b2e4718b-587d-4cda-8935-14cb5e105042 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] No more DHCP agents 2026-05-04 12:45:40.589 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b2e4718b-587d-4cda-8935-14cb5e105042 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1641/3325] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:45:40 2026] POST /v2.0/floatingips => generated 552 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:45:41.060 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f1635197-5336-4adf-b8dc-b6b19f782c86 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] No more DHCP agents 2026-05-04 12:45:41.062 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f1635197-5336-4adf-b8dc-b6b19f782c86 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1685/3326] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:45:40 2026] POST /v2.0/floatingips => generated 552 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:45:41.548 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-63c2c660-55e6-49f7-81cb-e56f381d3eca 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] No more DHCP agents 2026-05-04 12:45:41.549 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-63c2c660-55e6-49f7-81cb-e56f381d3eca 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1642/3327] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:45:41 2026] POST /v2.0/floatingips => generated 552 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:45:41.823 7 WARNING tagging [None req-1463d41e-6a96-491d-b76a-7d1c8753fec5 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1686/3328] 10.0.0.165 () {34 vars in 759 bytes} [Mon May 4 12:45:41 2026] PUT /v2.0/floatingips/d2bd8426-fb42-48ab-b4ab-a5d0254a885a/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:45:41.898 8 WARNING tagging [None req-4bb54a2f-4099-423b-a52d-f244d2301081 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1643/3329] 10.0.0.165 () {34 vars in 759 bytes} [Mon May 4 12:45:41 2026] PUT /v2.0/floatingips/ade3260f-8d47-4f3a-bbea-cb7fc913b9b7/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:45:41.975 7 WARNING tagging [None req-be58fbff-8be2-4d14-a806-77dff262f08c 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1687/3330] 10.0.0.165 () {34 vars in 759 bytes} [Mon May 4 12:45:41 2026] PUT /v2.0/floatingips/9eabf8bc-9c03-4efd-bfdc-0fb0c7412465/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:45:42.028 8 WARNING tagging [None req-50a5a0f3-78f8-458a-8e0a-a59d966db4f3 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1644/3331] 10.0.0.165 () {34 vars in 759 bytes} [Mon May 4 12:45:42 2026] PUT /v2.0/floatingips/12ecf5b4-bd64-4f5d-b93b-e090b3be541e/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: 1688/3332] 10.0.0.165 () {32 vars in 672 bytes} [Mon May 4 12:45:42 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3333] 10.0.0.165 () {32 vars in 686 bytes} [Mon May 4 12:45:42 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3334] 10.0.0.165 () {32 vars in 682 bytes} [Mon May 4 12:45:42 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3335] 10.0.0.165 () {32 vars in 694 bytes} [Mon May 4 12:45:42 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3336] 10.0.0.165 () {32 vars in 680 bytes} [Mon May 4 12:45:42 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3337] 10.0.0.165 () {32 vars in 694 bytes} [Mon May 4 12:45:42 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3338] 10.0.0.165 () {32 vars in 690 bytes} [Mon May 4 12:45:42 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3339] 10.0.0.165 () {32 vars in 702 bytes} [Mon May 4 12:45:42 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:45:43.175 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6393b9a-bccf-40c0-a0e6-88b9d3c88739 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] TaaS: Handle Delete Port: 1a533127-6c6e-4af0-bb05-010cf396285b 2026-05-04 12:45:43.179 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6393b9a-bccf-40c0-a0e6-88b9d3c88739 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] Tap Mirror: Handle Delete Port: 1a533127-6c6e-4af0-bb05-010cf396285b [pid: 7|app: 0|req: 1692/3340] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:45:42 2026] DELETE /v2.0/floatingips/d2bd8426-fb42-48ab-b4ab-a5d0254a885a => generated 0 bytes in 819 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:43.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ee91e3f-8620-489f-9966-0d64f3f431a5 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] TaaS: Handle Delete Port: 72e703e3-e6a8-4f49-98ad-99991f4e8316 2026-05-04 12:45:43.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ee91e3f-8620-489f-9966-0d64f3f431a5 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] Tap Mirror: Handle Delete Port: 72e703e3-e6a8-4f49-98ad-99991f4e8316 [pid: 8|app: 0|req: 1649/3341] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:45:43 2026] DELETE /v2.0/floatingips/ade3260f-8d47-4f3a-bbea-cb7fc913b9b7 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:43.708 7 INFO neutron_taas.services.taas.taas_plugin [None req-d60b51f7-7318-4a6f-948a-93bcbb05dd09 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] TaaS: Handle Delete Port: 14138db1-8fd5-4d1c-8f2e-b8662907c3ec 2026-05-04 12:45:43.710 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d60b51f7-7318-4a6f-948a-93bcbb05dd09 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] Tap Mirror: Handle Delete Port: 14138db1-8fd5-4d1c-8f2e-b8662907c3ec [pid: 7|app: 0|req: 1693/3342] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:45:43 2026] DELETE /v2.0/floatingips/9eabf8bc-9c03-4efd-bfdc-0fb0c7412465 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:43.969 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe94fbbb-9edc-4096-94e1-d9b54010ce7a 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] TaaS: Handle Delete Port: 5e84009c-a845-4046-805b-c53f69217770 2026-05-04 12:45:43.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe94fbbb-9edc-4096-94e1-d9b54010ce7a 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] Tap Mirror: Handle Delete Port: 5e84009c-a845-4046-805b-c53f69217770 [pid: 8|app: 0|req: 1650/3343] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:45:43 2026] DELETE /v2.0/floatingips/12ecf5b4-bd64-4f5d-b93b-e090b3be541e => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:44.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-27d669c9-b399-41e0-94d9-331a04999c8c 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] TaaS: Handle Delete Port: 4523c6ae-d368-4be3-9a91-4cbb80edc362 2026-05-04 12:45:44.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27d669c9-b399-41e0-94d9-331a04999c8c 225391cc380f4bb2b33b4a8071814e39 2372fcbd86494681997d55c845331dfb - - default default] Tap Mirror: Handle Delete Port: 4523c6ae-d368-4be3-9a91-4cbb80edc362 [pid: 7|app: 0|req: 1694/3344] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:45:44 2026] DELETE /v2.0/floatingips/0da93dd4-bdd6-4634-aaa7-0db91508600a => generated 0 bytes in 216 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:45.191 8 WARNING neutron.db.securitygroups_db [None req-7293d5f0-895c-4a65-afb3-b6a20bde892b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:45:45.294 8 INFO neutron.db.ovn_revision_numbers_db [None req-7293d5f0-895c-4a65-afb3-b6a20bde892b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c8db7bf6-8c34-498b-9d38-87e9bed1143d (type: security_groups) to 1 2026-05-04 12:45:45.303 8 INFO neutron.db.ovn_revision_numbers_db [None req-7293d5f0-895c-4a65-afb3-b6a20bde892b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 83ef0107-3a5e-4e78-87d7-2be43502b393 (type: security_group_rules) to 0 2026-05-04 12:45:45.314 8 INFO neutron.db.ovn_revision_numbers_db [None req-7293d5f0-895c-4a65-afb3-b6a20bde892b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource bf5e819a-a64c-466d-88dd-64fb4aedd4ae (type: security_group_rules) to 0 2026-05-04 12:45:45.327 8 INFO neutron.db.ovn_revision_numbers_db [None req-7293d5f0-895c-4a65-afb3-b6a20bde892b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f0cbde13-a89c-4a8f-94c9-75a79d14016b (type: security_group_rules) to 0 2026-05-04 12:45:45.340 8 INFO neutron.db.ovn_revision_numbers_db [None req-7293d5f0-895c-4a65-afb3-b6a20bde892b a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f8703f86-7f7e-4d77-a750-92d654b5235c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1651/3345] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:45:45 2026] GET /v2.0/security-groups?tenant_id=840ffefdf542487cb40e3992993a17fb&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: 1695/3346] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:45:45 2026] DELETE /v2.0/security-groups/c8db7bf6-8c34-498b-9d38-87e9bed1143d => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:45.615 8 WARNING neutron.db.securitygroups_db [None req-39a04f24-7f05-41a0-a038-bfc8f7c62e5f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:45:45.735 8 INFO neutron.db.ovn_revision_numbers_db [None req-39a04f24-7f05-41a0-a038-bfc8f7c62e5f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0ed4a92f-8878-41b9-ad3a-249bd5e8a779 (type: security_groups) to 1 2026-05-04 12:45:45.747 8 INFO neutron.db.ovn_revision_numbers_db [None req-39a04f24-7f05-41a0-a038-bfc8f7c62e5f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 35ef00b2-a868-4521-91c5-6428cc36c95e (type: security_group_rules) to 0 2026-05-04 12:45:45.757 8 INFO neutron.db.ovn_revision_numbers_db [None req-39a04f24-7f05-41a0-a038-bfc8f7c62e5f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8577fbfa-4f72-4808-b8fa-7117c1815442 (type: security_group_rules) to 0 2026-05-04 12:45:45.769 8 INFO neutron.db.ovn_revision_numbers_db [None req-39a04f24-7f05-41a0-a038-bfc8f7c62e5f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 942c07a8-6e8a-4c1b-b418-05295b6f565c (type: security_group_rules) to 0 2026-05-04 12:45:45.788 8 INFO neutron.db.ovn_revision_numbers_db [None req-39a04f24-7f05-41a0-a038-bfc8f7c62e5f a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ed6e7c8b-3de9-4614-9db2-13ad3fc30af2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1652/3347] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:45:45 2026] GET /v2.0/security-groups?tenant_id=1edf4045e84442dc9916b29cad134527&name=default => generated 2929 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3348] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:45:45 2026] DELETE /v2.0/security-groups/0ed4a92f-8878-41b9-ad3a-249bd5e8a779 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:46.127 8 WARNING neutron.db.securitygroups_db [None req-187a098d-aee1-4303-9a4f-527fe32a3bc6 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:45:46.227 8 INFO neutron.db.ovn_revision_numbers_db [None req-187a098d-aee1-4303-9a4f-527fe32a3bc6 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 875d63f7-5736-424d-a50f-e5a75d1affaa (type: security_groups) to 1 2026-05-04 12:45:46.238 8 INFO neutron.db.ovn_revision_numbers_db [None req-187a098d-aee1-4303-9a4f-527fe32a3bc6 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2df702f7-3051-4429-81c3-4e177ab47f95 (type: security_group_rules) to 0 2026-05-04 12:45:46.247 8 INFO neutron.db.ovn_revision_numbers_db [None req-187a098d-aee1-4303-9a4f-527fe32a3bc6 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 79e4bc0d-6e82-47a1-881c-40890daa923c (type: security_group_rules) to 0 2026-05-04 12:45:46.259 8 INFO neutron.db.ovn_revision_numbers_db [None req-187a098d-aee1-4303-9a4f-527fe32a3bc6 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource c3bc88f8-8955-4278-8811-09ca6240c8c9 (type: security_group_rules) to 0 2026-05-04 12:45:46.272 8 INFO neutron.db.ovn_revision_numbers_db [None req-187a098d-aee1-4303-9a4f-527fe32a3bc6 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ecd4ffdb-57c8-4bd8-ba84-db6d42b78c0f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1653/3349] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:45:46 2026] GET /v2.0/security-groups?tenant_id=2372fcbd86494681997d55c845331dfb&name=default => generated 2929 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3350] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:45:46 2026] DELETE /v2.0/security-groups/875d63f7-5736-424d-a50f-e5a75d1affaa => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:50.546 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c1a0d91-c572-4f07-a687-563124fbcc49 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource e6a64628-578a-4f14-82c9-aa1b2fd24c31 (type: security_groups) to 1 2026-05-04 12:45:50.558 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c1a0d91-c572-4f07-a687-563124fbcc49 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource 293d7d32-bff9-4d18-9aa3-cf506f9edbc4 (type: security_group_rules) to 0 2026-05-04 12:45:50.571 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c1a0d91-c572-4f07-a687-563124fbcc49 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource 35cde0be-1f60-4858-9a09-b0e7dfe38039 (type: security_group_rules) to 0 2026-05-04 12:45:50.586 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c1a0d91-c572-4f07-a687-563124fbcc49 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource 67d44557-1327-41fd-9929-fe7de851006c (type: security_group_rules) to 0 2026-05-04 12:45:50.599 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c1a0d91-c572-4f07-a687-563124fbcc49 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource ad045990-2598-4dc6-9f43-32ddb02d8c36 (type: security_group_rules) to 0 2026-05-04 12:45:50.687 7 INFO neutron.db.segments_db [None req-1c1a0d91-c572-4f07-a687-563124fbcc49 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Added segment 7e09bb99-728e-4426-892b-9a5d20511572 of type geneve for network 58dfeaae-07b1-494b-ad89-c7009835771f 2026-05-04 12:45:50.813 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c1a0d91-c572-4f07-a687-563124fbcc49 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource 58dfeaae-07b1-494b-ad89-c7009835771f (type: networks) to 1 2026-05-04 12:45:50.972 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1c1a0d91-c572-4f07-a687-563124fbcc49 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] No more DHCP agents 2026-05-04 12:45:50.973 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1c1a0d91-c572-4f07-a687-563124fbcc49 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Unable to schedule network 58dfeaae-07b1-494b-ad89-c7009835771f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:45:51.032 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-80b2d2b9-d8af-4f3b-be1a-c4f5a18f5f87 - - - - - -] OVN reports status down for port: b92a8d84-0914-4f84-8bcf-44c2b2b88e9e 2026-05-04 12:45:51.091 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c1a0d91-c572-4f07-a687-563124fbcc49 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource b92a8d84-0914-4f84-8bcf-44c2b2b88e9e (type: ports) to 1 [pid: 7|app: 0|req: 1699/3353] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:45:50 2026] POST /v2.0/networks => generated 670 bytes in 841 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:45:51.221 8 INFO neutron.db.segments_db [None req-faf6637b-210b-4e91-aa0d-238f0305e245 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Added segment d4d19d5e-9dd7-47dd-8432-24f1b0dd3513 of type geneve for network 2e32a96a-92f6-4e8c-8ed3-94fc25c854c3 2026-05-04 12:45:51.321 8 INFO neutron.db.ovn_revision_numbers_db [None req-faf6637b-210b-4e91-aa0d-238f0305e245 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource 2e32a96a-92f6-4e8c-8ed3-94fc25c854c3 (type: networks) to 1 2026-05-04 12:45:51.474 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-faf6637b-210b-4e91-aa0d-238f0305e245 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] No more DHCP agents 2026-05-04 12:45:51.475 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-faf6637b-210b-4e91-aa0d-238f0305e245 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Unable to schedule network 2e32a96a-92f6-4e8c-8ed3-94fc25c854c3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:45:51.527 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c37f4a3-0efd-4287-89ca-0bc75fd0d7a8 - - - - - -] OVN reports status down for port: 334645f8-3ce1-4b84-bee1-30e1553607b4 2026-05-04 12:45:51.582 8 INFO neutron.db.ovn_revision_numbers_db [None req-faf6637b-210b-4e91-aa0d-238f0305e245 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource 334645f8-3ce1-4b84-bee1-30e1553607b4 (type: ports) to 1 [pid: 8|app: 0|req: 1655/3354] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:45:51 2026] POST /v2.0/networks => generated 670 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:45:51.699 7 INFO neutron.db.segments_db [None req-1122b945-42db-4f6d-b927-89a9db378eed de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Added segment 3f705864-1383-4a27-bb9e-c34f6c68ed35 of type geneve for network 36502c6d-3f54-420f-af02-6b0f69373783 2026-05-04 12:45:51.785 7 INFO neutron.db.ovn_revision_numbers_db [None req-1122b945-42db-4f6d-b927-89a9db378eed de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource 36502c6d-3f54-420f-af02-6b0f69373783 (type: networks) to 1 2026-05-04 12:45:51.942 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1122b945-42db-4f6d-b927-89a9db378eed de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] No more DHCP agents 2026-05-04 12:45:51.944 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1122b945-42db-4f6d-b927-89a9db378eed de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Unable to schedule network 36502c6d-3f54-420f-af02-6b0f69373783: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:45:51.989 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-80b2d2b9-d8af-4f3b-be1a-c4f5a18f5f87 - - - - - -] OVN reports status down for port: aca8a778-5ba0-4775-9cfc-b7cd0f0a5e90 2026-05-04 12:45:52.047 7 INFO neutron.db.ovn_revision_numbers_db [None req-1122b945-42db-4f6d-b927-89a9db378eed de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource aca8a778-5ba0-4775-9cfc-b7cd0f0a5e90 (type: ports) to 1 [pid: 7|app: 0|req: 1700/3355] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:45:51 2026] POST /v2.0/networks => generated 670 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:45:52.167 8 INFO neutron.db.segments_db [None req-70a06745-b771-4c0e-a829-9a7e1dae5b4d de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Added segment 0e05c98e-b8d4-4afd-9fdb-27162aceebcb of type geneve for network 22074324-9f03-41ce-a808-11810df4c14c 2026-05-04 12:45:52.276 8 INFO neutron.db.ovn_revision_numbers_db [None req-70a06745-b771-4c0e-a829-9a7e1dae5b4d de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource 22074324-9f03-41ce-a808-11810df4c14c (type: networks) to 1 2026-05-04 12:45:52.423 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-70a06745-b771-4c0e-a829-9a7e1dae5b4d de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] No more DHCP agents 2026-05-04 12:45:52.424 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-70a06745-b771-4c0e-a829-9a7e1dae5b4d de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Unable to schedule network 22074324-9f03-41ce-a808-11810df4c14c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:45:52.471 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-80b2d2b9-d8af-4f3b-be1a-c4f5a18f5f87 - - - - - -] OVN reports status down for port: bfe98cf7-18ec-450f-8d45-21adcc9f045b 2026-05-04 12:45:52.498 8 INFO neutron.db.ovn_revision_numbers_db [None req-70a06745-b771-4c0e-a829-9a7e1dae5b4d de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource bfe98cf7-18ec-450f-8d45-21adcc9f045b (type: ports) to 1 [pid: 8|app: 0|req: 1656/3356] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:45:52 2026] POST /v2.0/networks => generated 668 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:45:52.610 7 INFO neutron.db.segments_db [None req-ea96e239-1cc5-4dbe-842c-59ee3be854a0 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Added segment 1d6d9f1e-dddb-4683-9318-5474b5a494b8 of type geneve for network 63c49ead-7a17-4850-96c5-5d14295a5628 2026-05-04 12:45:52.709 7 INFO neutron.db.ovn_revision_numbers_db [None req-ea96e239-1cc5-4dbe-842c-59ee3be854a0 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource 63c49ead-7a17-4850-96c5-5d14295a5628 (type: networks) to 1 2026-05-04 12:45:52.849 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ea96e239-1cc5-4dbe-842c-59ee3be854a0 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] No more DHCP agents 2026-05-04 12:45:52.850 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ea96e239-1cc5-4dbe-842c-59ee3be854a0 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Unable to schedule network 63c49ead-7a17-4850-96c5-5d14295a5628: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:45:52.897 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c37f4a3-0efd-4287-89ca-0bc75fd0d7a8 - - - - - -] OVN reports status down for port: 24e0268a-b903-437f-ac6d-c5df3e1fa9fd 2026-05-04 12:45:52.917 7 INFO neutron.db.ovn_revision_numbers_db [None req-ea96e239-1cc5-4dbe-842c-59ee3be854a0 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Successfully bumped revision number for resource 24e0268a-b903-437f-ac6d-c5df3e1fa9fd (type: ports) to 1 [pid: 7|app: 0|req: 1701/3357] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:45:52 2026] POST /v2.0/networks => generated 669 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3358] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:45:52 2026] PUT /v2.0/networks/58dfeaae-07b1-494b-ad89-c7009835771f/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: 1702/3359] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:45:53 2026] PUT /v2.0/networks/2e32a96a-92f6-4e8c-8ed3-94fc25c854c3/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3360] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:45:53 2026] PUT /v2.0/networks/36502c6d-3f54-420f-af02-6b0f69373783/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3361] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:45:53 2026] PUT /v2.0/networks/22074324-9f03-41ce-a808-11810df4c14c/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3362] 10.0.0.165 () {32 vars in 666 bytes} [Mon May 4 12:45:53 2026] GET /v2.0/networks?tags=red => generated 1989 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3363] 10.0.0.165 () {32 vars in 680 bytes} [Mon May 4 12:45:53 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1338 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3364] 10.0.0.165 () {32 vars in 676 bytes} [Mon May 4 12:45:53 2026] GET /v2.0/networks?tags-any=blue => generated 1338 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3365] 10.0.0.165 () {32 vars in 688 bytes} [Mon May 4 12:45:53 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1989 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3366] 10.0.0.165 () {32 vars in 674 bytes} [Mon May 4 12:45:53 2026] GET /v2.0/networks?not-tags=red => generated 1985 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3367] 10.0.0.165 () {32 vars in 688 bytes} [Mon May 4 12:45:53 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2636 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3368] 10.0.0.165 () {32 vars in 684 bytes} [Mon May 4 12:45:53 2026] GET /v2.0/networks?not-tags-any=blue => generated 2636 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3369] 10.0.0.165 () {32 vars in 696 bytes} [Mon May 4 12:45:53 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1985 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:45:54.255 8 INFO neutron_taas.services.taas.taas_plugin [None req-12fd06e6-c7f5-421c-9ffe-a346c209f0a0 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] TaaS: Handle Delete Port: b92a8d84-0914-4f84-8bcf-44c2b2b88e9e 2026-05-04 12:45:54.258 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12fd06e6-c7f5-421c-9ffe-a346c209f0a0 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Tap Mirror: Handle Delete Port: b92a8d84-0914-4f84-8bcf-44c2b2b88e9e [pid: 8|app: 0|req: 1663/3370] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:45:53 2026] DELETE /v2.0/networks/58dfeaae-07b1-494b-ad89-c7009835771f => generated 0 bytes in 839 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:54.559 8 INFO neutron.services.segments.plugin [-] Segment 7e09bb99-728e-4426-892b-9a5d20511572 resource provider aggregate not found 2026-05-04 12:45:54.566 8 INFO neutron.services.segments.plugin [-] Segment 7e09bb99-728e-4426-892b-9a5d20511572 resource provider aggregate not found 2026-05-04 12:45:54.580 8 INFO neutron.services.segments.plugin [-] Segment 7e09bb99-728e-4426-892b-9a5d20511572 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e09bb99-728e-4426-892b-9a5d20511572 found for delete ", "request_id": "req-1d164c1a-78da-4cc8-8fa1-24e7f283aa44"}]} 2026-05-04 12:45:54.581 8 INFO neutron.services.segments.plugin [-] Segment 7e09bb99-728e-4426-892b-9a5d20511572 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e09bb99-728e-4426-892b-9a5d20511572 found for delete ", "request_id": "req-186e8674-bde3-4a6c-91e5-8ac0f81195cd"}]} 2026-05-04 12:45:54.627 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd632d36-a134-4f0e-9345-b38af5a3f27f de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] TaaS: Handle Delete Port: 334645f8-3ce1-4b84-bee1-30e1553607b4 2026-05-04 12:45:54.633 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd632d36-a134-4f0e-9345-b38af5a3f27f de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Tap Mirror: Handle Delete Port: 334645f8-3ce1-4b84-bee1-30e1553607b4 2026-05-04 12:45:54.800 7 INFO neutron.services.segments.plugin [-] Segment d4d19d5e-9dd7-47dd-8432-24f1b0dd3513 resource provider aggregate not found 2026-05-04 12:45:54.807 7 INFO neutron.services.segments.plugin [-] Segment d4d19d5e-9dd7-47dd-8432-24f1b0dd3513 resource provider aggregate not found 2026-05-04 12:45:54.826 7 INFO neutron.services.segments.plugin [-] Segment d4d19d5e-9dd7-47dd-8432-24f1b0dd3513 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4d19d5e-9dd7-47dd-8432-24f1b0dd3513 found for delete ", "request_id": "req-3e5ab5c6-b4eb-4949-aaf6-12ca6371bd98"}]} 2026-05-04 12:45:54.832 7 INFO neutron.services.segments.plugin [-] Segment d4d19d5e-9dd7-47dd-8432-24f1b0dd3513 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4d19d5e-9dd7-47dd-8432-24f1b0dd3513 found for delete ", "request_id": "req-6fd75c3b-aec0-46d2-9a2b-7db4d3fe1506"}]} [pid: 7|app: 0|req: 1708/3371] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:45:54 2026] DELETE /v2.0/networks/2e32a96a-92f6-4e8c-8ed3-94fc25c854c3 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:54.972 8 INFO neutron_taas.services.taas.taas_plugin [None req-11f99e4b-d59b-4e8c-a5ee-5fa2c776c0f7 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] TaaS: Handle Delete Port: aca8a778-5ba0-4775-9cfc-b7cd0f0a5e90 2026-05-04 12:45:54.975 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11f99e4b-d59b-4e8c-a5ee-5fa2c776c0f7 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Tap Mirror: Handle Delete Port: aca8a778-5ba0-4775-9cfc-b7cd0f0a5e90 [pid: 8|app: 0|req: 1664/3372] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:45:54 2026] DELETE /v2.0/networks/36502c6d-3f54-420f-af02-6b0f69373783 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:55.238 7 INFO neutron_taas.services.taas.taas_plugin [None req-76aaa13f-13a3-44bf-9f83-53680b345f5d de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] TaaS: Handle Delete Port: bfe98cf7-18ec-450f-8d45-21adcc9f045b 2026-05-04 12:45:55.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76aaa13f-13a3-44bf-9f83-53680b345f5d de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Tap Mirror: Handle Delete Port: bfe98cf7-18ec-450f-8d45-21adcc9f045b [pid: 7|app: 0|req: 1709/3373] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:45:55 2026] DELETE /v2.0/networks/22074324-9f03-41ce-a808-11810df4c14c => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:55.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ca20e1c-2910-41e8-b2db-3a845747a491 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] TaaS: Handle Delete Port: 24e0268a-b903-437f-ac6d-c5df3e1fa9fd 2026-05-04 12:45:55.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ca20e1c-2910-41e8-b2db-3a845747a491 de48796332c945caa8bc0995f452c79d e2b6ad9c35c74b0d991afb5cf52b11fc - - default default] Tap Mirror: Handle Delete Port: 24e0268a-b903-437f-ac6d-c5df3e1fa9fd [pid: 8|app: 0|req: 1665/3374] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:45:55 2026] DELETE /v2.0/networks/63c49ead-7a17-4850-96c5-5d14295a5628 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:45:56.592 7 WARNING neutron.db.securitygroups_db [None req-e9999df7-9a48-4a5a-a5b6-2924a9402656 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:45:56.599 8 INFO neutron.services.segments.plugin [-] Segment 3f705864-1383-4a27-bb9e-c34f6c68ed35 resource provider aggregate not found 2026-05-04 12:45:56.601 8 INFO neutron.services.segments.plugin [-] Segment 3f705864-1383-4a27-bb9e-c34f6c68ed35 resource provider aggregate not found 2026-05-04 12:45:56.612 8 INFO neutron.services.segments.plugin [-] Segment 3f705864-1383-4a27-bb9e-c34f6c68ed35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f705864-1383-4a27-bb9e-c34f6c68ed35 found for delete ", "request_id": "req-9ff3e9d2-e873-4654-8000-f8a9edc9a924"}]} 2026-05-04 12:45:56.618 8 INFO neutron.services.segments.plugin [-] Segment 3f705864-1383-4a27-bb9e-c34f6c68ed35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3f705864-1383-4a27-bb9e-c34f6c68ed35 found for delete ", "request_id": "req-8cbb6d5c-ae69-4c5f-9853-3d5722140c7d"}]} 2026-05-04 12:45:56.623 8 INFO neutron.services.segments.plugin [-] Segment 1d6d9f1e-dddb-4683-9318-5474b5a494b8 resource provider aggregate not found 2026-05-04 12:45:56.634 8 INFO neutron.services.segments.plugin [-] Segment 1d6d9f1e-dddb-4683-9318-5474b5a494b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d6d9f1e-dddb-4683-9318-5474b5a494b8 found for delete ", "request_id": "req-5fa139ef-41f2-49c4-adae-c35693752b68"}]} 2026-05-04 12:45:56.638 8 INFO neutron.services.segments.plugin [-] Segment 1d6d9f1e-dddb-4683-9318-5474b5a494b8 resource provider aggregate not found 2026-05-04 12:45:56.651 8 INFO neutron.services.segments.plugin [-] Segment 1d6d9f1e-dddb-4683-9318-5474b5a494b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d6d9f1e-dddb-4683-9318-5474b5a494b8 found for delete ", "request_id": "req-6b7300e7-6f12-471b-8b00-faa33a5f0026"}]} 2026-05-04 12:45:56.721 7 INFO neutron.db.ovn_revision_numbers_db [None req-e9999df7-9a48-4a5a-a5b6-2924a9402656 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 9e378ee2-8708-4b2d-8018-2f69b97aad4a (type: security_groups) to 1 2026-05-04 12:45:56.731 7 INFO neutron.db.ovn_revision_numbers_db [None req-e9999df7-9a48-4a5a-a5b6-2924a9402656 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 18200239-8a01-4deb-85da-e120622b2ad9 (type: security_group_rules) to 0 2026-05-04 12:45:56.742 7 INFO neutron.db.ovn_revision_numbers_db [None req-e9999df7-9a48-4a5a-a5b6-2924a9402656 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 23b75ce5-c53e-4607-8983-93e6f28cd522 (type: security_group_rules) to 0 2026-05-04 12:45:56.753 7 INFO neutron.db.ovn_revision_numbers_db [None req-e9999df7-9a48-4a5a-a5b6-2924a9402656 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 584e512d-ab58-4978-834b-d008992c4520 (type: security_group_rules) to 0 2026-05-04 12:45:56.764 7 INFO neutron.db.ovn_revision_numbers_db [None req-e9999df7-9a48-4a5a-a5b6-2924a9402656 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7392c7ac-7249-4899-85b7-a877bb6d6ab9 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1710/3375] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:45:56 2026] GET /v2.0/security-groups?tenant_id=4cabf373e5d94311989d14aca3ddc62e&name=default => generated 2929 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-04 12:45:56.845 7 INFO neutron.services.segments.plugin [-] Segment 0e05c98e-b8d4-4afd-9fdb-27162aceebcb resource provider aggregate not found 2026-05-04 12:45:56.851 7 INFO neutron.services.segments.plugin [-] Segment 0e05c98e-b8d4-4afd-9fdb-27162aceebcb resource provider aggregate not found 2026-05-04 12:45:56.863 7 INFO neutron.services.segments.plugin [-] Segment 0e05c98e-b8d4-4afd-9fdb-27162aceebcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e05c98e-b8d4-4afd-9fdb-27162aceebcb found for delete ", "request_id": "req-ad1306d9-2ee9-492d-bc7b-d622b08ca030"}]} 2026-05-04 12:45:56.865 7 INFO neutron.services.segments.plugin [-] Segment 0e05c98e-b8d4-4afd-9fdb-27162aceebcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e05c98e-b8d4-4afd-9fdb-27162aceebcb found for delete ", "request_id": "req-5706a83f-f301-4b7b-a693-d8c4d02caed8"}]} [pid: 8|app: 0|req: 1666/3376] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:45:56 2026] DELETE /v2.0/security-groups/9e378ee2-8708-4b2d-8018-2f69b97aad4a => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:57.062 7 WARNING neutron.db.securitygroups_db [None req-61077946-64de-4264-a1b4-82379d37971d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:45:57.194 7 INFO neutron.db.ovn_revision_numbers_db [None req-61077946-64de-4264-a1b4-82379d37971d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d369ef1a-7660-47b7-b602-56d6e8f9b8d8 (type: security_groups) to 1 2026-05-04 12:45:57.210 7 INFO neutron.db.ovn_revision_numbers_db [None req-61077946-64de-4264-a1b4-82379d37971d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 52eabaa7-806d-4b10-8545-3054cca78ba3 (type: security_group_rules) to 0 2026-05-04 12:45:57.222 7 INFO neutron.db.ovn_revision_numbers_db [None req-61077946-64de-4264-a1b4-82379d37971d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 7da5c1b1-15f0-4ad4-a16e-4f6ebfb6f8d6 (type: security_group_rules) to 0 2026-05-04 12:45:57.233 7 INFO neutron.db.ovn_revision_numbers_db [None req-61077946-64de-4264-a1b4-82379d37971d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 893e92b7-de1f-4d93-89a8-399dd2174ab8 (type: security_group_rules) to 0 2026-05-04 12:45:57.245 7 INFO neutron.db.ovn_revision_numbers_db [None req-61077946-64de-4264-a1b4-82379d37971d a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource b41b558c-12fb-4008-9760-112985497a20 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1711/3377] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:45:57 2026] GET /v2.0/security-groups?tenant_id=aed745cc3153427f8d05874c4c6e2f9c&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: 1667/3378] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:45:57 2026] DELETE /v2.0/security-groups/d369ef1a-7660-47b7-b602-56d6e8f9b8d8 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:45:57.558 7 WARNING neutron.db.securitygroups_db [None req-7e0171d7-d732-4b2d-aa59-ef531b300909 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1712/3379] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:45:57 2026] GET /v2.0/security-groups?tenant_id=e2b6ad9c35c74b0d991afb5cf52b11fc&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3380] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:45:57 2026] DELETE /v2.0/security-groups/e6a64628-578a-4f14-82c9-aa1b2fd24c31 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3381] 10.0.0.165 () {34 vars in 678 bytes} [Mon May 4 12:46:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3382] 10.0.0.165 () {34 vars in 678 bytes} [Mon May 4 12:46:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3383] 10.0.0.165 () {34 vars in 678 bytes} [Mon May 4 12:46:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3384] 10.0.0.165 () {34 vars in 678 bytes} [Mon May 4 12:46:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3385] 10.0.0.165 () {34 vars in 678 bytes} [Mon May 4 12:46:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:46:01.875 8 WARNING tagging [None req-101b0c3f-706c-43f6-8dde-827e0f02d140 b8cbc9c1db4849f784709dd2e809c7dd f85407afc93d43ec9601f7cf141511ce - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1671/3386] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:46:01 2026] PUT /v2.0/policies/ff3f9694-de11-4fdb-980e-1493f8b85e4a/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:01.917 7 WARNING tagging [None req-90532b57-cca8-4821-9a73-66d2a1cdbbab b8cbc9c1db4849f784709dd2e809c7dd f85407afc93d43ec9601f7cf141511ce - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1716/3387] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:46:01 2026] PUT /v2.0/policies/8992a06a-0ca9-4cb0-996a-0558445d39a6/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:01.961 8 WARNING tagging [None req-1e486ee7-379e-467c-8f4d-4388e347475c b8cbc9c1db4849f784709dd2e809c7dd f85407afc93d43ec9601f7cf141511ce - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1672/3388] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:46:01 2026] PUT /v2.0/policies/c01f947a-10f5-48cc-8eee-6ffa745e45c0/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:02.005 7 WARNING tagging [None req-cc843046-3958-4038-b4d6-0307ede5c5c9 b8cbc9c1db4849f784709dd2e809c7dd f85407afc93d43ec9601f7cf141511ce - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1717/3389] 10.0.0.165 () {34 vars in 753 bytes} [Mon May 4 12:46:01 2026] PUT /v2.0/policies/8030ae81-cdd6-4d8b-abf7-e23660b5d26b/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3390] 10.0.0.165 () {32 vars in 674 bytes} [Mon May 4 12:46:02 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3391] 10.0.0.165 () {32 vars in 688 bytes} [Mon May 4 12:46:02 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3392] 10.0.0.165 () {32 vars in 684 bytes} [Mon May 4 12:46:02 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1719/3393] 10.0.0.165 () {32 vars in 696 bytes} [Mon May 4 12:46:02 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3394] 10.0.0.165 () {32 vars in 682 bytes} [Mon May 4 12:46:02 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1720/3395] 10.0.0.165 () {32 vars in 696 bytes} [Mon May 4 12:46:02 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3396] 10.0.0.165 () {32 vars in 692 bytes} [Mon May 4 12:46:02 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1721/3397] 10.0.0.165 () {32 vars in 704 bytes} [Mon May 4 12:46:02 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: 1677/3398] 10.0.0.165 () {32 vars in 734 bytes} [Mon May 4 12:46:02 2026] DELETE /v2.0/qos/policies/ff3f9694-de11-4fdb-980e-1493f8b85e4a => 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: 1722/3399] 10.0.0.165 () {32 vars in 734 bytes} [Mon May 4 12:46:02 2026] DELETE /v2.0/qos/policies/8992a06a-0ca9-4cb0-996a-0558445d39a6 => 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: 1678/3400] 10.0.0.165 () {32 vars in 734 bytes} [Mon May 4 12:46:03 2026] DELETE /v2.0/qos/policies/c01f947a-10f5-48cc-8eee-6ffa745e45c0 => 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: 1723/3401] 10.0.0.165 () {32 vars in 734 bytes} [Mon May 4 12:46:03 2026] DELETE /v2.0/qos/policies/8030ae81-cdd6-4d8b-abf7-e23660b5d26b => 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: 1679/3402] 10.0.0.165 () {32 vars in 734 bytes} [Mon May 4 12:46:03 2026] DELETE /v2.0/qos/policies/4c96b684-68ca-4c9e-a9d1-ef968d8066dc => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:04.064 7 WARNING neutron.db.securitygroups_db [None req-1c35d31d-5f71-46b9-9bf3-873997ceee45 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:04.186 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c35d31d-5f71-46b9-9bf3-873997ceee45 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 969a45b9-815a-4eda-9a14-1fd159b89de9 (type: security_groups) to 1 2026-05-04 12:46:04.197 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c35d31d-5f71-46b9-9bf3-873997ceee45 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0c12c0ee-de76-467e-8ce2-65fa80486fff (type: security_group_rules) to 0 2026-05-04 12:46:04.210 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c35d31d-5f71-46b9-9bf3-873997ceee45 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1e91f4ab-fa67-4629-922b-1b22196e1b8a (type: security_group_rules) to 0 2026-05-04 12:46:04.223 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c35d31d-5f71-46b9-9bf3-873997ceee45 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 45e899d5-9ea6-4317-8ee1-a27b2101a36f (type: security_group_rules) to 0 2026-05-04 12:46:04.235 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c35d31d-5f71-46b9-9bf3-873997ceee45 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f16df46d-4b8b-412f-bead-6aa1dd0d9140 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1724/3403] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:46:03 2026] GET /v2.0/security-groups?tenant_id=b2f27248259c4e1d8fc2877aa7aeef73&name=default => generated 2929 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3404] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:46:04 2026] DELETE /v2.0/security-groups/969a45b9-815a-4eda-9a14-1fd159b89de9 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:04.508 7 WARNING neutron.db.securitygroups_db [None req-52c9120e-c772-4da4-b5fa-6daf113d105a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:04.613 7 INFO neutron.db.ovn_revision_numbers_db [None req-52c9120e-c772-4da4-b5fa-6daf113d105a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 855d22e3-5676-44a0-a3ef-e2e9ee39f787 (type: security_groups) to 1 2026-05-04 12:46:04.624 7 INFO neutron.db.ovn_revision_numbers_db [None req-52c9120e-c772-4da4-b5fa-6daf113d105a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4411d58f-4458-4045-95e5-04e774cd655f (type: security_group_rules) to 0 2026-05-04 12:46:04.637 7 INFO neutron.db.ovn_revision_numbers_db [None req-52c9120e-c772-4da4-b5fa-6daf113d105a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 58ddaf5a-4576-43da-a2fb-2a9a85f05d58 (type: security_group_rules) to 0 2026-05-04 12:46:04.649 7 INFO neutron.db.ovn_revision_numbers_db [None req-52c9120e-c772-4da4-b5fa-6daf113d105a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f1df0aa3-e785-42e9-adaf-df9e1603df9c (type: security_group_rules) to 0 2026-05-04 12:46:04.660 7 INFO neutron.db.ovn_revision_numbers_db [None req-52c9120e-c772-4da4-b5fa-6daf113d105a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f25327da-91e7-4cb6-bdfa-f4c318466a37 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1725/3405] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:46:04 2026] GET /v2.0/security-groups?tenant_id=43bf7402b5114124adc3399ae3f50b27&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3406] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:46:04 2026] DELETE /v2.0/security-groups/855d22e3-5676-44a0-a3ef-e2e9ee39f787 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:04.982 7 WARNING neutron.db.securitygroups_db [None req-4fc70b8b-b21e-41d3-9996-a13960bbd989 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:05.065 7 INFO neutron.db.ovn_revision_numbers_db [None req-4fc70b8b-b21e-41d3-9996-a13960bbd989 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 2f1be0a5-6324-44c5-837f-cd2558eb45cf (type: security_groups) to 1 2026-05-04 12:46:05.073 7 INFO neutron.db.ovn_revision_numbers_db [None req-4fc70b8b-b21e-41d3-9996-a13960bbd989 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1d3f3afd-a238-4e6b-8d33-9baa8186853a (type: security_group_rules) to 0 2026-05-04 12:46:05.082 7 INFO neutron.db.ovn_revision_numbers_db [None req-4fc70b8b-b21e-41d3-9996-a13960bbd989 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 20a07c3c-c219-4252-9559-996f66576faa (type: security_group_rules) to 0 2026-05-04 12:46:05.090 7 INFO neutron.db.ovn_revision_numbers_db [None req-4fc70b8b-b21e-41d3-9996-a13960bbd989 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ad258c4a-5f43-4f6a-8ab4-9dbc0bef9973 (type: security_group_rules) to 0 2026-05-04 12:46:05.098 7 INFO neutron.db.ovn_revision_numbers_db [None req-4fc70b8b-b21e-41d3-9996-a13960bbd989 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d5923d44-2746-4e17-bb3e-3ef6e2d5fad6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1726/3409] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:46:04 2026] GET /v2.0/security-groups?tenant_id=f85407afc93d43ec9601f7cf141511ce&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3410] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:46:05 2026] DELETE /v2.0/security-groups/2f1be0a5-6324-44c5-837f-cd2558eb45cf => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:08.689 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-148544e0-faa7-4830-80b4-1e5c820b1b66 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] No more DHCP agents 2026-05-04 12:46:08.690 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-148544e0-faa7-4830-80b4-1e5c820b1b66 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] Unable to schedule network cf096e53-2011-4f22-83b2-dcccf16a76a3: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1727/3411] 10.0.0.165 () {34 vars in 676 bytes} [Mon May 4 12:46:08 2026] POST /v2.0/floatingips => generated 552 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:46:08.977 8 WARNING tagging [None req-dc58d0f9-e332-43a7-977b-109fd308c62d 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1685/3412] 10.0.0.165 () {34 vars in 759 bytes} [Mon May 4 12:46:08 2026] PUT /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:09.036 7 WARNING tagging [None req-8f8f5c15-83f3-4dbc-b09e-9220d99424ef 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1728/3413] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:46:09 2026] GET /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:09.077 8 WARNING tagging [None req-dc7d7824-96b9-4032-b669-94e57ccb49a8 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1686/3414] 10.0.0.165 () {34 vars in 770 bytes} [Mon May 4 12:46:09 2026] PUT /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:46:09.144 7 WARNING tagging [None req-76ff44e3-5f26-44b9-868a-13d5f03cbebd 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1729/3415] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:46:09 2026] GET /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:09.188 8 WARNING tagging [None req-777fb31c-57af-43c7-8b32-c4d03812d00e 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1687/3416] 10.0.0.165 () {34 vars in 766 bytes} [Mon May 4 12:46:09 2026] PUT /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:46:09.244 7 WARNING tagging [None req-3cbdb9d5-38d1-4019-ac8b-507c0b0d5675 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1730/3417] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:46:09 2026] GET /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:09.289 8 WARNING tagging [None req-ad934cc9-b644-41e9-8012-cd02487d32f0 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1688/3418] 10.0.0.165 () {34 vars in 788 bytes} [Mon May 4 12:46:09 2026] PUT /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:46:09.354 7 WARNING tagging [None req-fa652be6-f2d7-4b58-8248-bcab6dc58b03 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1731/3419] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:46:09 2026] GET /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:09.393 8 WARNING tagging [None req-417c53cc-d6e4-48aa-871b-07d1bc10ae8b 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1689/3420] 10.0.0.165 () {34 vars in 759 bytes} [Mon May 4 12:46:09 2026] PUT /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:09.447 7 WARNING tagging [None req-e841ce49-868b-4625-a8be-860beec5e386 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1732/3421] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:46:09 2026] GET /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:09.490 8 WARNING tagging [None req-61194d77-d2c4-4004-bbc3-c45900098582 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1690/3422] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:46:09 2026] GET /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:09.540 7 WARNING tagging [None req-905db713-16cf-45ea-b717-efe4d1c11418 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:09.555 7 INFO neutron.api.v2.resource [None req-905db713-16cf-45ea-b717-efe4d1c11418 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1733/3423] 10.0.0.165 () {32 vars in 751 bytes} [Mon May 4 12:46:09 2026] GET /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:46:09.581 8 WARNING tagging [None req-69bae9a0-a154-4c46-ae0a-83e2d8430737 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1691/3424] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:46:09 2026] DELETE /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:09.638 7 WARNING tagging [None req-753f4efa-69f9-4d7f-9fc4-ec24e653f47b 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1734/3425] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:46:09 2026] GET /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:09.684 8 WARNING tagging [None req-26165372-aaeb-4100-8da5-8330ad964637 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:09.704 8 INFO neutron.api.v2.resource [None req-26165372-aaeb-4100-8da5-8330ad964637 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1692/3426] 10.0.0.165 () {32 vars in 754 bytes} [Mon May 4 12:46:09 2026] DELETE /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:46:09.733 7 WARNING tagging [None req-3d222375-b7fc-4625-a853-b658a3c4182e 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1735/3427] 10.0.0.165 () {32 vars in 742 bytes} [Mon May 4 12:46:09 2026] DELETE /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:09.788 8 WARNING tagging [None req-5a5a6d90-68ad-4bab-baa5-aa00ff410d20 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1693/3428] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:46:09 2026] GET /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:09.936 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ec91875-cfd2-419c-b048-54b41d38d9be 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] TaaS: Handle Delete Port: 1aec3b42-bb84-4dca-a25c-a5592a365f5a 2026-05-04 12:46:09.939 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ec91875-cfd2-419c-b048-54b41d38d9be 31f79ffd96d94ee088e716dcc0280813 fbc92483da5c4e38831941edffff8633 - - default default] Tap Mirror: Handle Delete Port: 1aec3b42-bb84-4dca-a25c-a5592a365f5a [pid: 7|app: 0|req: 1736/3429] 10.0.0.165 () {32 vars in 732 bytes} [Mon May 4 12:46:09 2026] DELETE /v2.0/floatingips/b96dd28e-ff72-41d3-9ad1-c1700d095110 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:10.781 8 WARNING neutron.db.securitygroups_db [None req-049f91e9-4cc8-4913-ac84-5cb0af7b1c0e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:10.893 8 INFO neutron.db.ovn_revision_numbers_db [None req-049f91e9-4cc8-4913-ac84-5cb0af7b1c0e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 245aee9b-c8d3-4850-a125-2292e0e496fe (type: security_groups) to 1 2026-05-04 12:46:10.903 8 INFO neutron.db.ovn_revision_numbers_db [None req-049f91e9-4cc8-4913-ac84-5cb0af7b1c0e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 059ba859-380c-46c4-9f75-86eefdc0442e (type: security_group_rules) to 0 2026-05-04 12:46:10.913 8 INFO neutron.db.ovn_revision_numbers_db [None req-049f91e9-4cc8-4913-ac84-5cb0af7b1c0e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 229242ac-8b79-4611-813c-45f3296ef0e3 (type: security_group_rules) to 0 2026-05-04 12:46:10.926 8 INFO neutron.db.ovn_revision_numbers_db [None req-049f91e9-4cc8-4913-ac84-5cb0af7b1c0e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ad17e3df-2c74-45c5-b4f4-07333c13125f (type: security_group_rules) to 0 2026-05-04 12:46:10.939 8 INFO neutron.db.ovn_revision_numbers_db [None req-049f91e9-4cc8-4913-ac84-5cb0af7b1c0e a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f5922510-e32b-41ea-b03f-25c917e33442 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1694/3430] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:46:10 2026] GET /v2.0/security-groups?tenant_id=0a5fccbb896447599b6c0f0d45e3906d&name=default => generated 2929 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1737/3431] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:46:10 2026] DELETE /v2.0/security-groups/245aee9b-c8d3-4850-a125-2292e0e496fe => generated 0 bytes in 180 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:11.261 8 WARNING neutron.db.securitygroups_db [None req-4bbc623d-a0fe-4a4d-9929-1948ae486ee3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:11.384 8 INFO neutron.db.ovn_revision_numbers_db [None req-4bbc623d-a0fe-4a4d-9929-1948ae486ee3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource b428a2ae-6be7-4cd7-9a91-4251b19a0a57 (type: security_groups) to 1 2026-05-04 12:46:11.398 8 INFO neutron.db.ovn_revision_numbers_db [None req-4bbc623d-a0fe-4a4d-9929-1948ae486ee3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 06a9b5ba-fe3b-49fd-bd17-b40227b7b3fe (type: security_group_rules) to 0 2026-05-04 12:46:11.413 8 INFO neutron.db.ovn_revision_numbers_db [None req-4bbc623d-a0fe-4a4d-9929-1948ae486ee3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 1216093d-f105-47a3-b518-718fc63132cb (type: security_group_rules) to 0 2026-05-04 12:46:11.424 8 INFO neutron.db.ovn_revision_numbers_db [None req-4bbc623d-a0fe-4a4d-9929-1948ae486ee3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 3c9428a9-326e-4bb1-b364-7e3a128f9f80 (type: security_group_rules) to 0 2026-05-04 12:46:11.438 8 INFO neutron.db.ovn_revision_numbers_db [None req-4bbc623d-a0fe-4a4d-9929-1948ae486ee3 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 4fb07987-8c36-4ccb-93af-f351e0bd8d81 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1695/3432] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:46:11 2026] GET /v2.0/security-groups?tenant_id=fbc92483da5c4e38831941edffff8633&name=default => generated 2929 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1738/3433] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:46:11 2026] DELETE /v2.0/security-groups/b428a2ae-6be7-4cd7-9a91-4251b19a0a57 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:14.854 8 INFO neutron.db.ovn_revision_numbers_db [None req-2dafc1c0-78b8-4ec8-bc84-4200b063cf65 d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] Successfully bumped revision number for resource 96567153-21ee-4863-b8c9-b5b01fd43a5d (type: routers) to 1 [pid: 8|app: 0|req: 1696/3434] 10.0.0.165 () {34 vars in 668 bytes} [Mon May 4 12:46:14 2026] POST /v2.0/routers => generated 591 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:46:14.907 7 WARNING tagging [None req-ccc56193-1eda-46d9-8d26-c90687194762 d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1739/3435] 10.0.0.165 () {34 vars in 751 bytes} [Mon May 4 12:46:14 2026] PUT /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:14.978 8 WARNING tagging [None req-f3a1470d-4369-4e7f-842d-8dcbe7920d4b d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1697/3436] 10.0.0.165 () {32 vars in 731 bytes} [Mon May 4 12:46:14 2026] GET /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:15.039 7 WARNING tagging [None req-e61bf708-962d-471e-9d9c-e2866539190b d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1740/3437] 10.0.0.165 () {34 vars in 762 bytes} [Mon May 4 12:46:15 2026] PUT /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags/green => generated 4 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:46:15.151 8 WARNING tagging [None req-152d131e-5629-455e-a833-14c356d1e3ae d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1698/3438] 10.0.0.165 () {32 vars in 731 bytes} [Mon May 4 12:46:15 2026] GET /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:15.208 7 WARNING tagging [None req-912399bc-7761-4872-b036-9b9f906979be d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1741/3439] 10.0.0.165 () {34 vars in 758 bytes} [Mon May 4 12:46:15 2026] PUT /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags/red => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:46:15.303 8 WARNING tagging [None req-ba346d64-351f-4124-92ed-730412dd0080 d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1699/3440] 10.0.0.165 () {32 vars in 731 bytes} [Mon May 4 12:46:15 2026] GET /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:15.382 7 WARNING tagging [None req-478052c6-92b8-48da-a591-5e2fc298806e d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1742/3441] 10.0.0.165 () {34 vars in 780 bytes} [Mon May 4 12:46:15 2026] PUT /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags/black.or.white => generated 4 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:46:15.480 8 WARNING tagging [None req-bb5ac96a-be1a-4447-bc04-b4b369bc5df6 d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1700/3442] 10.0.0.165 () {32 vars in 731 bytes} [Mon May 4 12:46:15 2026] GET /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:15.544 7 WARNING tagging [None req-24e9f767-6cc9-4dd4-8f85-f57d2768e39a d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1743/3443] 10.0.0.165 () {34 vars in 751 bytes} [Mon May 4 12:46:15 2026] PUT /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags => generated 37 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:15.639 8 WARNING tagging [None req-06ad5b19-c1e9-446e-859c-5458cee786f6 d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1701/3444] 10.0.0.165 () {32 vars in 731 bytes} [Mon May 4 12:46:15 2026] GET /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:15.711 7 WARNING tagging [None req-7bf8a021-8a5d-40c1-b0cc-9f3e9b9e4421 d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1744/3445] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:46:15 2026] GET /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:15.772 8 WARNING tagging [None req-384b175a-cbc6-4298-9cf8-72e679b83945 d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:15.803 8 INFO neutron.api.v2.resource [None req-384b175a-cbc6-4298-9cf8-72e679b83945 d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1702/3446] 10.0.0.165 () {32 vars in 743 bytes} [Mon May 4 12:46:15 2026] GET /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags/green => generated 99 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:46:15.842 7 WARNING tagging [None req-aa097b23-61d1-453f-9444-96552aa064a6 d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1745/3447] 10.0.0.165 () {32 vars in 742 bytes} [Mon May 4 12:46:15 2026] DELETE /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags/red => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:15.923 8 WARNING tagging [None req-981382d1-75e4-4888-acb8-1a230cb9c4f3 d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1703/3448] 10.0.0.165 () {32 vars in 731 bytes} [Mon May 4 12:46:15 2026] GET /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags => generated 30 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:15.986 7 WARNING tagging [None req-707bfd8c-68cf-4690-8571-fa8d006d15a6 d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:16.014 7 INFO neutron.api.v2.resource [None req-707bfd8c-68cf-4690-8571-fa8d006d15a6 d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1746/3449] 10.0.0.165 () {32 vars in 746 bytes} [Mon May 4 12:46:15 2026] DELETE /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags/green => generated 99 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:46:16.047 8 WARNING tagging [None req-7fb2723b-1acd-4616-8ffd-be768101e79b d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1704/3450] 10.0.0.165 () {32 vars in 734 bytes} [Mon May 4 12:46:16 2026] DELETE /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:16.122 7 WARNING tagging [None req-2f2d55cd-0f36-4c51-8f21-4f8d57723042 d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1747/3451] 10.0.0.165 () {32 vars in 731 bytes} [Mon May 4 12:46:16 2026] GET /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3452] 10.0.0.165 () {32 vars in 721 bytes} [Mon May 4 12:46:16 2026] GET /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d => generated 597 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-04 12:46:16.400 7 INFO neutron.db.ovn_revision_numbers_db [None req-ed5d18be-59f0-4b11-882e-4535ce7564dc d502571bb54f4ba5889d0b91e369c376 01879155e5864094b66eddeedda42515 - - default default] Successfully bumped revision number for resource 96567153-21ee-4863-b8c9-b5b01fd43a5d (type: routers) to 7 [pid: 7|app: 0|req: 1748/3453] 10.0.0.165 () {34 vars in 742 bytes} [Mon May 4 12:46:16 2026] PUT /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d => generated 597 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3454] 10.0.0.165 () {32 vars in 736 bytes} [Mon May 4 12:46:16 2026] GET /v2.0/ports?device_id=96567153-21ee-4863-b8c9-b5b01fd43a5d => 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: 1749/3455] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:46:16 2026] DELETE /v2.0/routers/96567153-21ee-4863-b8c9-b5b01fd43a5d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:17.268 8 WARNING neutron.db.securitygroups_db [None req-8aaa74fb-6cd7-46df-aa44-c4cb3ea9c8d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:17.394 8 INFO neutron.db.ovn_revision_numbers_db [None req-8aaa74fb-6cd7-46df-aa44-c4cb3ea9c8d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6978a5e6-f05d-4d73-ba95-6e6973b92e32 (type: security_groups) to 1 2026-05-04 12:46:17.405 8 INFO neutron.db.ovn_revision_numbers_db [None req-8aaa74fb-6cd7-46df-aa44-c4cb3ea9c8d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6231ae16-2c35-43f3-82af-4d82d227cf08 (type: security_group_rules) to 0 2026-05-04 12:46:17.421 8 INFO neutron.db.ovn_revision_numbers_db [None req-8aaa74fb-6cd7-46df-aa44-c4cb3ea9c8d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 8afc5ec6-3491-4f96-b518-96bbbc6d036e (type: security_group_rules) to 0 2026-05-04 12:46:17.431 8 INFO neutron.db.ovn_revision_numbers_db [None req-8aaa74fb-6cd7-46df-aa44-c4cb3ea9c8d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a1f26898-6bf4-4579-9340-ef86fca9d7f6 (type: security_group_rules) to 0 2026-05-04 12:46:17.446 8 INFO neutron.db.ovn_revision_numbers_db [None req-8aaa74fb-6cd7-46df-aa44-c4cb3ea9c8d2 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a95e6b6e-762b-484d-bc4c-3c36156eadba (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1707/3456] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:46:17 2026] GET /v2.0/security-groups?tenant_id=01879155e5864094b66eddeedda42515&name=default => generated 2929 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1750/3457] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:46:17 2026] DELETE /v2.0/security-groups/6978a5e6-f05d-4d73-ba95-6e6973b92e32 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:17.775 8 WARNING neutron.db.securitygroups_db [None req-7b802600-fd01-4990-b373-ad7b8686172c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:17.901 8 INFO neutron.db.ovn_revision_numbers_db [None req-7b802600-fd01-4990-b373-ad7b8686172c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource de427ad3-b11c-4814-bb34-544919a6093b (type: security_groups) to 1 2026-05-04 12:46:17.912 8 INFO neutron.db.ovn_revision_numbers_db [None req-7b802600-fd01-4990-b373-ad7b8686172c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 5d35155c-0ac0-45bc-a064-7127694aec38 (type: security_group_rules) to 0 2026-05-04 12:46:17.921 8 INFO neutron.db.ovn_revision_numbers_db [None req-7b802600-fd01-4990-b373-ad7b8686172c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 61d1eb85-880b-4495-9b53-72c28cc21c3d (type: security_group_rules) to 0 2026-05-04 12:46:17.934 8 INFO neutron.db.ovn_revision_numbers_db [None req-7b802600-fd01-4990-b373-ad7b8686172c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a226b63c-34f7-4a88-b19e-26b0309c331e (type: security_group_rules) to 0 2026-05-04 12:46:17.947 8 INFO neutron.db.ovn_revision_numbers_db [None req-7b802600-fd01-4990-b373-ad7b8686172c a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource ff68bd0f-c4d2-4f1c-9507-5eedeaec31a4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1708/3458] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:46:17 2026] GET /v2.0/security-groups?tenant_id=ea5451f2e9054375a5210242c0b968fa&name=default => generated 2929 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1751/3459] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:46:17 2026] DELETE /v2.0/security-groups/de427ad3-b11c-4814-bb34-544919a6093b => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:21.298 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d1ffd68-5d69-4a14-8c7a-31bc0b0314ed 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] Successfully bumped revision number for resource 4ced8c67-9c9d-48b6-8351-9c6f61a3d065 (type: security_groups) to 1 2026-05-04 12:46:21.315 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d1ffd68-5d69-4a14-8c7a-31bc0b0314ed 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] Successfully bumped revision number for resource 2f003cea-ead3-4110-b558-08fae6263689 (type: security_group_rules) to 0 2026-05-04 12:46:21.332 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d1ffd68-5d69-4a14-8c7a-31bc0b0314ed 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] Successfully bumped revision number for resource 49f5b43a-abd4-4597-afc3-6013af4ca565 (type: security_group_rules) to 0 2026-05-04 12:46:21.343 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d1ffd68-5d69-4a14-8c7a-31bc0b0314ed 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] Successfully bumped revision number for resource 7ebbec18-6480-4d07-8a49-5dcb126f7cf5 (type: security_group_rules) to 0 2026-05-04 12:46:21.357 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d1ffd68-5d69-4a14-8c7a-31bc0b0314ed 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] Successfully bumped revision number for resource fc81d840-f662-42e3-9dd3-354c482606f8 (type: security_group_rules) to 0 2026-05-04 12:46:21.481 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d1ffd68-5d69-4a14-8c7a-31bc0b0314ed 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] Successfully bumped revision number for resource db1f0aa0-f766-462f-9c22-65f43af0dd9a (type: security_groups) to 1 2026-05-04 12:46:21.492 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d1ffd68-5d69-4a14-8c7a-31bc0b0314ed 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] Successfully bumped revision number for resource abd20724-fd96-490b-99bc-c0f3c62f567c (type: security_group_rules) to 0 2026-05-04 12:46:21.503 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d1ffd68-5d69-4a14-8c7a-31bc0b0314ed 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] Successfully bumped revision number for resource dad5702b-63ef-48e2-b727-658db3e6bace (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1710/3462] 10.0.0.165 () {34 vars in 684 bytes} [Mon May 4 12:46:21 2026] POST /v2.0/security-groups => generated 1603 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:46:21.569 7 WARNING tagging [None req-c45bc0c3-685d-43b2-a230-51da2f83c36d 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1753/3463] 10.0.0.165 () {34 vars in 767 bytes} [Mon May 4 12:46:21 2026] PUT /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:21.629 8 WARNING tagging [None req-5d5a99db-026d-472f-a101-4f4591341001 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1711/3464] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:46:21 2026] GET /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:21.678 7 WARNING tagging [None req-b8a993cd-a6e4-4cae-a579-6701641b6d02 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1754/3465] 10.0.0.165 () {34 vars in 778 bytes} [Mon May 4 12:46:21 2026] PUT /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:46:21.737 8 WARNING tagging [None req-033d909a-eafe-40cd-9bba-09898a56a51a 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1712/3466] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:46:21 2026] GET /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:21.773 7 WARNING tagging [None req-3750ce54-327c-45c2-9f6e-6029093a12af 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1755/3467] 10.0.0.165 () {34 vars in 774 bytes} [Mon May 4 12:46:21 2026] PUT /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:46:21.823 8 WARNING tagging [None req-f8e0b5f1-d6c9-475a-8d9c-29c8f0a891b4 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1713/3468] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:46:21 2026] GET /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:21.865 7 WARNING tagging [None req-ace95b3d-1a77-4350-891d-1262659b686d 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1756/3469] 10.0.0.165 () {34 vars in 796 bytes} [Mon May 4 12:46:21 2026] PUT /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-04 12:46:21.927 8 WARNING tagging [None req-66d025fa-022f-41ea-98a2-478f644f7239 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1714/3470] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:46:21 2026] GET /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:21.967 7 WARNING tagging [None req-dc362c25-67a7-4faa-ad2b-3d4499f47037 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1757/3471] 10.0.0.165 () {34 vars in 767 bytes} [Mon May 4 12:46:21 2026] PUT /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:22.024 8 WARNING tagging [None req-88c1d34c-458c-4acb-8d4b-866515d04248 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1715/3472] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:46:22 2026] GET /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:22.064 7 WARNING tagging [None req-42421be6-4a0c-412e-84ca-dab19d5e130c 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1758/3473] 10.0.0.165 () {32 vars in 755 bytes} [Mon May 4 12:46:22 2026] GET /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:22.102 8 WARNING tagging [None req-09c8b4c0-04ed-4827-9a4e-4dc9ac4e22c5 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:22.111 8 INFO neutron.api.v2.resource [None req-09c8b4c0-04ed-4827-9a4e-4dc9ac4e22c5 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1716/3474] 10.0.0.165 () {32 vars in 759 bytes} [Mon May 4 12:46:22 2026] GET /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:46:22.140 7 WARNING tagging [None req-13ae62a8-f465-42dc-b505-d3431b1752ab 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1759/3475] 10.0.0.165 () {32 vars in 758 bytes} [Mon May 4 12:46:22 2026] DELETE /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:22.196 8 WARNING tagging [None req-553edd23-2c03-460f-84d2-bdbedb0bcc38 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1717/3476] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:46:22 2026] GET /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:22.235 7 WARNING tagging [None req-0db0bf48-4d77-4b85-94de-04e95546d747 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:22.251 7 INFO neutron.api.v2.resource [None req-0db0bf48-4d77-4b85-94de-04e95546d747 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1760/3477] 10.0.0.165 () {32 vars in 762 bytes} [Mon May 4 12:46:22 2026] DELETE /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-04 12:46:22.281 8 WARNING tagging [None req-d6c2ab5c-d687-415b-b3a9-f0ea01a5db97 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1718/3478] 10.0.0.165 () {32 vars in 750 bytes} [Mon May 4 12:46:22 2026] DELETE /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:22.334 7 WARNING tagging [None req-1bec5943-7bab-4036-ac31-2eba2a2b9cb2 3524409bbcfb4f0b8cb4df42e8ed433a 468bd1696ad34983af86dc879a40b870 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1761/3479] 10.0.0.165 () {32 vars in 747 bytes} [Mon May 4 12:46:22 2026] GET /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a/tags => 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: 1719/3480] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:46:22 2026] DELETE /v2.0/security-groups/db1f0aa0-f766-462f-9c22-65f43af0dd9a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:23.170 7 WARNING neutron.db.securitygroups_db [None req-cad24748-1a35-479e-bc1d-3c83c0ef12e1 a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1762/3481] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:46:23 2026] GET /v2.0/security-groups?tenant_id=468bd1696ad34983af86dc879a40b870&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3482] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:46:23 2026] DELETE /v2.0/security-groups/4ced8c67-9c9d-48b6-8351-9c6f61a3d065 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:23.435 7 WARNING neutron.db.securitygroups_db [None req-ff73f302-fd74-400f-8772-1815dac9412a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:23.556 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff73f302-fd74-400f-8772-1815dac9412a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 6857c7c4-e7d1-401b-a589-89f628e99207 (type: security_groups) to 1 2026-05-04 12:46:23.567 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff73f302-fd74-400f-8772-1815dac9412a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource 0e8580d8-0880-4f66-870d-02b18789c10b (type: security_group_rules) to 0 2026-05-04 12:46:23.578 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff73f302-fd74-400f-8772-1815dac9412a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d2b2264e-e3d5-4947-9da6-ffc92c9f1243 (type: security_group_rules) to 0 2026-05-04 12:46:23.590 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff73f302-fd74-400f-8772-1815dac9412a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d55795d4-45e3-4fde-91a6-f402f728de7c (type: security_group_rules) to 0 2026-05-04 12:46:23.600 7 INFO neutron.db.ovn_revision_numbers_db [None req-ff73f302-fd74-400f-8772-1815dac9412a a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource f7219a6a-9c82-4479-b5d0-c5bf7f0a9260 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1763/3483] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:46:23 2026] GET /v2.0/security-groups?tenant_id=7b8d8f12ac2c436a9011cb57fa2b790f&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: 1721/3484] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:46:23 2026] DELETE /v2.0/security-groups/6857c7c4-e7d1-401b-a589-89f628e99207 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:27.092 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c4937de-5040-4c79-933c-58df840b8bcd 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] Successfully bumped revision number for resource 255e1f70-bedd-4178-b344-2fd99154aa4e (type: security_groups) to 1 2026-05-04 12:46:27.104 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c4937de-5040-4c79-933c-58df840b8bcd 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] Successfully bumped revision number for resource 3ce4c7a4-3f24-4e0c-a101-b32a4c63def3 (type: security_group_rules) to 0 2026-05-04 12:46:27.124 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c4937de-5040-4c79-933c-58df840b8bcd 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] Successfully bumped revision number for resource 4decfb00-6115-4eb5-ba45-17e89cccdb37 (type: security_group_rules) to 0 2026-05-04 12:46:27.135 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c4937de-5040-4c79-933c-58df840b8bcd 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] Successfully bumped revision number for resource 5a8a10bc-b7c7-4f28-93b8-528f918a2066 (type: security_group_rules) to 0 2026-05-04 12:46:27.146 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c4937de-5040-4c79-933c-58df840b8bcd 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] Successfully bumped revision number for resource b5fbe2f0-1ccf-48eb-b8da-f36027705479 (type: security_group_rules) to 0 2026-05-04 12:46:27.220 7 INFO neutron.db.segments_db [None req-3c4937de-5040-4c79-933c-58df840b8bcd 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] Added segment aa33f834-1bce-44c5-b0be-f9c997d1ff83 of type geneve for network 33041d90-0005-4c96-998d-091c82f0b040 2026-05-04 12:46:27.319 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c4937de-5040-4c79-933c-58df840b8bcd 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] Successfully bumped revision number for resource 33041d90-0005-4c96-998d-091c82f0b040 (type: networks) to 1 2026-05-04 12:46:27.493 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3c4937de-5040-4c79-933c-58df840b8bcd 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] No more DHCP agents 2026-05-04 12:46:27.494 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3c4937de-5040-4c79-933c-58df840b8bcd 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] Unable to schedule network 33041d90-0005-4c96-998d-091c82f0b040: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:46:27.544 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-80b2d2b9-d8af-4f3b-be1a-c4f5a18f5f87 - - - - - -] OVN reports status down for port: 81e062b3-64ab-4efe-8c25-55be4837f2cf 2026-05-04 12:46:27.606 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c4937de-5040-4c79-933c-58df840b8bcd 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] Successfully bumped revision number for resource 81e062b3-64ab-4efe-8c25-55be4837f2cf (type: ports) to 1 [pid: 7|app: 0|req: 1764/3485] 10.0.0.165 () {34 vars in 670 bytes} [Mon May 4 12:46:26 2026] POST /v2.0/networks => generated 670 bytes in 836 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-04 12:46:27.849 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-96c16702-35fc-49e3-a606-21b4996dd54e 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] No more DHCP agents 2026-05-04 12:46:27.852 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-96c16702-35fc-49e3-a606-21b4996dd54e 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] Unable to schedule network 33041d90-0005-4c96-998d-091c82f0b040: no agents available; will retry on subsequent port and subnet creation events. 2026-05-04 12:46:28.244 8 INFO neutron.db.ovn_revision_numbers_db [None req-96c16702-35fc-49e3-a606-21b4996dd54e 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] Successfully bumped revision number for resource 81e062b3-64ab-4efe-8c25-55be4837f2cf (type: ports) to 2 2026-05-04 12:46:28.275 8 INFO neutron.db.ovn_revision_numbers_db [None req-96c16702-35fc-49e3-a606-21b4996dd54e 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] Successfully bumped revision number for resource a1f1b125-3308-4c98-b0a1-ccc353ce2dda (type: subnets) to 0 [pid: 8|app: 0|req: 1722/3486] 10.0.0.165 () {34 vars in 669 bytes} [Mon May 4 12:46:27 2026] POST /v2.0/subnets => generated 626 bytes in 634 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1765/3487] 10.0.0.165 () {34 vars in 751 bytes} [Mon May 4 12:46:28 2026] PUT /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3488] 10.0.0.165 () {32 vars in 731 bytes} [Mon May 4 12:46:28 2026] GET /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1766/3489] 10.0.0.165 () {34 vars in 762 bytes} [Mon May 4 12:46:28 2026] PUT /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3490] 10.0.0.165 () {32 vars in 731 bytes} [Mon May 4 12:46:28 2026] GET /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1767/3491] 10.0.0.165 () {34 vars in 758 bytes} [Mon May 4 12:46:28 2026] PUT /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3492] 10.0.0.165 () {32 vars in 731 bytes} [Mon May 4 12:46:28 2026] GET /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1768/3493] 10.0.0.165 () {34 vars in 780 bytes} [Mon May 4 12:46:28 2026] PUT /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags/black.or.white => 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: 1726/3494] 10.0.0.165 () {32 vars in 731 bytes} [Mon May 4 12:46:28 2026] GET /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/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: 1769/3495] 10.0.0.165 () {34 vars in 751 bytes} [Mon May 4 12:46:28 2026] PUT /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3496] 10.0.0.165 () {32 vars in 731 bytes} [Mon May 4 12:46:28 2026] GET /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/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: 1770/3497] 10.0.0.165 () {32 vars in 739 bytes} [Mon May 4 12:46:28 2026] GET /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:28.903 8 INFO neutron.api.v2.resource [None req-a199a9f3-bd80-4a1c-b780-9e05220c514c 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1728/3498] 10.0.0.165 () {32 vars in 743 bytes} [Mon May 4 12:46:28 2026] GET /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1771/3499] 10.0.0.165 () {32 vars in 742 bytes} [Mon May 4 12:46:28 2026] DELETE /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3500] 10.0.0.165 () {32 vars in 731 bytes} [Mon May 4 12:46:28 2026] GET /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-04 12:46:29.064 7 INFO neutron.api.v2.resource [None req-2adc3901-2e59-4957-a14b-3005cc7f877c 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1772/3501] 10.0.0.165 () {32 vars in 746 bytes} [Mon May 4 12:46:29 2026] DELETE /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3502] 10.0.0.165 () {32 vars in 734 bytes} [Mon May 4 12:46:29 2026] DELETE /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1773/3503] 10.0.0.165 () {32 vars in 731 bytes} [Mon May 4 12:46:29 2026] GET /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1731/3504] 10.0.0.165 () {32 vars in 724 bytes} [Mon May 4 12:46:29 2026] DELETE /v2.0/subnets/a1f1b125-3308-4c98-b0a1-ccc353ce2dda => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:46:29.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-086aedde-f44a-4290-9e05-1f2ecc89f53f 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] TaaS: Handle Delete Port: 81e062b3-64ab-4efe-8c25-55be4837f2cf 2026-05-04 12:46:29.482 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-086aedde-f44a-4290-9e05-1f2ecc89f53f 2b33671b248147648fcb6d25b4dc2163 91a6b84406664e5d842288600617063d - - default default] Tap Mirror: Handle Delete Port: 81e062b3-64ab-4efe-8c25-55be4837f2cf 2026-05-04 12:46:29.658 7 INFO neutron.services.segments.plugin [-] Segment aa33f834-1bce-44c5-b0be-f9c997d1ff83 resource provider aggregate not found 2026-05-04 12:46:29.663 7 INFO neutron.services.segments.plugin [-] Segment aa33f834-1bce-44c5-b0be-f9c997d1ff83 resource provider aggregate not found 2026-05-04 12:46:29.680 7 INFO neutron.services.segments.plugin [-] Segment aa33f834-1bce-44c5-b0be-f9c997d1ff83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa33f834-1bce-44c5-b0be-f9c997d1ff83 found for delete ", "request_id": "req-38cbcae4-dc2a-4504-ad7e-e515e4ff4737"}]} 2026-05-04 12:46:29.686 7 INFO neutron.services.segments.plugin [-] Segment aa33f834-1bce-44c5-b0be-f9c997d1ff83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa33f834-1bce-44c5-b0be-f9c997d1ff83 found for delete ", "request_id": "req-48f4d298-0e03-40af-a2dd-dbbe8947fb85"}]} [pid: 7|app: 0|req: 1774/3505] 10.0.0.165 () {32 vars in 726 bytes} [Mon May 4 12:46:29 2026] DELETE /v2.0/networks/33041d90-0005-4c96-998d-091c82f0b040 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-04 12:46:30.382 8 WARNING neutron.db.securitygroups_db [None req-c281dd45-dc73-446f-8052-d9ab9323cbae a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1732/3506] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:46:30 2026] GET /v2.0/security-groups?tenant_id=91a6b84406664e5d842288600617063d&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1775/3507] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:46:30 2026] DELETE /v2.0/security-groups/255e1f70-bedd-4178-b344-2fd99154aa4e => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-04 12:46:30.675 8 WARNING neutron.db.securitygroups_db [None req-9168b3c8-9b47-4bb0-a481-d41703be91fa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. 2026-05-04 12:46:30.796 8 INFO neutron.db.ovn_revision_numbers_db [None req-9168b3c8-9b47-4bb0-a481-d41703be91fa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource cfc7c8b8-90cd-463c-848d-1470a2746721 (type: security_groups) to 1 2026-05-04 12:46:30.807 8 INFO neutron.db.ovn_revision_numbers_db [None req-9168b3c8-9b47-4bb0-a481-d41703be91fa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource a7da8efd-add8-4111-82b4-e778b32dae54 (type: security_group_rules) to 0 2026-05-04 12:46:30.817 8 INFO neutron.db.ovn_revision_numbers_db [None req-9168b3c8-9b47-4bb0-a481-d41703be91fa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource d2cd49ae-ae31-4271-bd24-77f569d2b2c7 (type: security_group_rules) to 0 2026-05-04 12:46:30.827 8 INFO neutron.db.ovn_revision_numbers_db [None req-9168b3c8-9b47-4bb0-a481-d41703be91fa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource dee9487f-5b74-4dd8-a43e-f5ad2f1641dd (type: security_group_rules) to 0 2026-05-04 12:46:30.837 8 INFO neutron.db.ovn_revision_numbers_db [None req-9168b3c8-9b47-4bb0-a481-d41703be91fa a0d22359523543dd97173daafdd4a6d6 763451d2b9b749abb59cf8ccfcdd1276 - - default default] Successfully bumped revision number for resource fbe8b7ec-f98c-4814-b4ff-f0362d792681 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1733/3508] 10.0.0.165 () {32 vars in 774 bytes} [Mon May 4 12:46:30 2026] GET /v2.0/security-groups?tenant_id=53c200b7df844c41ab249f9a953b8df9&name=default => generated 2929 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1776/3509] 10.0.0.165 () {32 vars in 740 bytes} [Mon May 4 12:46:30 2026] DELETE /v2.0/security-groups/cfc7c8b8-90cd-463c-848d-1470a2746721 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3512] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:46:36 2026] GET /v2.0/floatingips => generated 19 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1778/3513] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:46:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3514] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:46:36 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: 1779/3515] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:46:36 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: 1737/3516] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:46:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1780/3517] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:46:36 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: 8|app: 0|req: 1738/3518] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:46:36 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) [pid: 7|app: 0|req: 1781/3519] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:46:36 2026] GET /v2.0/networks => generated 2288 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3520] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:46:36 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: 7|app: 0|req: 1782/3521] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:46: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) [pid: 8|app: 0|req: 1740/3522] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:46:36 2026] GET /v2.0/ports => generated 5221 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3531] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:47:35 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: 1787/3532] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:47:35 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3533] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:47:36 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: 1788/3534] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:47:36 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: 8|app: 0|req: 1747/3535] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:47:36 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: 1789/3536] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:47:36 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: 1748/3537] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:47:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1790/3538] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:47:36 2026] GET /v2.0/networks => generated 2288 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1749/3539] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:47:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1791/3540] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:47:36 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3541] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:47:36 2026] GET /v2.0/ports => generated 5221 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1796/3550] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:48:35 2026] GET /v2.0/floatingips => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1755/3551] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:48:35 2026] GET /v2.0/security-groups => generated 17401 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1797/3552] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:48:36 2026] GET /v2.0/ports => generated 5221 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1756/3553] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:48:36 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: 1798/3554] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:48:36 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: 1757/3555] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:48:36 2026] GET /v2.0/networks => generated 2288 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1799/3556] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:48:36 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: 1758/3557] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:48:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1800/3558] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:48:36 2026] GET /v2.0/agents => generated 1214 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1759/3559] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:48:36 2026] GET /v2.0/routers => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1801/3560] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:48:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1764/3569] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:49:35 2026] GET /v2.0/routers => generated 15 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1806/3570] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:49:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1765/3571] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:49:36 2026] GET /v2.0/agents => generated 1214 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1807/3572] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:49:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1766/3573] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:49:36 2026] GET /v2.0/networks => generated 2288 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1808/3574] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:49:36 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: 1767/3575] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:49:36 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: 1809/3576] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:49:36 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: 1768/3577] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:49:36 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1810/3578] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:49:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1769/3579] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:49:36 2026] GET /v2.0/ports => generated 5221 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1815/3588] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:50:35 2026] GET /v2.0/subnets => generated 1308 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1774/3589] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:50:36 2026] GET /v2.0/ports => generated 5221 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1816/3590] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:50:36 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1775/3591] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:50:36 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: 1817/3592] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:50:36 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: 1776/3593] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:50:36 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: 7|app: 0|req: 1818/3594] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:50:36 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: 1777/3595] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:50:36 2026] GET /v2.0/agents => generated 1214 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1819/3596] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:50:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1778/3597] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:50:36 2026] GET /v2.0/routers => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1820/3598] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:50:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1825/3607] 10.0.0.186 () {28 vars in 585 bytes} [Mon May 4 12:51:35 2026] GET /v2.0/networks => generated 2288 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1783/3608] 10.0.0.186 () {28 vars in 599 bytes} [Mon May 4 12:51:36 2026] GET /v2.0/security-groups => generated 17401 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1826/3609] 10.0.0.186 () {28 vars in 581 bytes} [Mon May 4 12:51:36 2026] GET /v2.0/agents => generated 1214 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1784/3610] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:51:36 2026] GET /v2.0/subnets => generated 1308 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1827/3611] 10.0.0.186 () {28 vars in 619 bytes} [Mon May 4 12:51:36 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1785/3612] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:51:36 2026] GET /v2.0/floatingips => 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: 1828/3613] 10.0.0.186 () {28 vars in 579 bytes} [Mon May 4 12:51:36 2026] GET /v2.0/ports => generated 5221 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1786/3614] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:51:36 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: 1829/3615] 10.0.0.186 () {28 vars in 624 bytes} [Mon May 4 12:51:36 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: 1787/3616] 10.0.0.186 () {28 vars in 583 bytes} [Mon May 4 12:51:36 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: 1830/3617] 10.0.0.186 () {28 vars in 591 bytes} [Mon May 4 12:51:36 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)