+ 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 [Sun May 10 04:38:34 2026] *** compiled with version: 13.3.0 on 09 May 2026 21:14:43 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-86c5bd89cc-jcqwn 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 0x7efd0adfe668 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-10 04:38:37.936 8 INFO neutron.common.config [-] Logging enabled! 2026-05-10 04:38:37.936 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev173 2026-05-10 04:38:37.961 7 INFO neutron.common.config [-] Logging enabled! 2026-05-10 04:38:37.961 7 INFO neutron.common.config [-] uwsgi version 28.1.0.dev173 2026-05-10 04:38:39.015 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-10 04:38:39.042 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-10 04:38:40.434 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-05-10 04:38:40.436 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-10 04:38:40.440 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-10 04:38:40.440 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-05-10 04:38:40.440 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-05-10 04:38:40.440 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-10 04:38:40.440 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['geneve'] 2026-05-10 04:38:40.441 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 04:38:40.448 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 04:38:40.448 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 04:38:40.449 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-05-10 04:38:40.526 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-05-10 04:38:40.529 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-10 04:38:40.533 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-10 04:38:40.533 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-05-10 04:38:40.533 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-05-10 04:38:40.533 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-10 04:38:40.533 7 INFO neutron.plugins.ml2.managers [-] Project network_types: ['geneve'] 2026-05-10 04:38:40.533 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 04:38:40.541 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 04:38:40.541 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 04:38:40.541 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-05-10 04:38:40.696 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-05-10 04:38:40.698 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-05-10 04:38:40.698 8 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-05-10 04:38:40.736 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-10 04:38:40.736 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-10 04:38:40.736 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-05-10 04:38:40.737 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-05-10 04:38:40.759 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-05-10 04:38:40.761 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-05-10 04:38:40.761 7 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-05-10 04:38:40.790 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-10 04:38:40.790 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-10 04:38:40.790 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-05-10 04:38:40.790 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-05-10 04:38:42.704 7 INFO neutron.plugins.ml2.managers [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Initializing driver for type 'vlan' 2026-05-10 04:38:42.733 8 INFO neutron.plugins.ml2.managers [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Initializing driver for type 'vlan' 2026-05-10 04:38:42.866 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] VlanTypeDriver initialization complete 2026-05-10 04:38:42.867 7 INFO neutron.plugins.ml2.managers [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-10 04:38:42.867 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-10 04:38:42.867 7 INFO neutron.plugins.ml2.managers [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Initializing extension driver 'port_security' 2026-05-10 04:38:42.867 7 INFO neutron.plugins.ml2.extensions.port_security [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-10 04:38:42.867 7 INFO neutron.plugins.ml2.managers [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Initializing extension driver 'qos' 2026-05-10 04:38:42.867 7 INFO neutron.plugins.ml2.managers [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Initializing mechanism driver 'ovn' 2026-05-10 04:38:42.867 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Starting OVNMechanismDriver 2026-05-10 04:38:42.871 7 INFO neutron.services.logapi.drivers.ovn.driver [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] OVN logging driver registered 2026-05-10 04:38:42.877 7 INFO neutron.quota [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded quota_driver: . 2026-05-10 04:38:42.877 7 INFO neutron.plugins.ml2.plugin [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Modular L2 Plugin initialization complete 2026-05-10 04:38:42.877 7 INFO neutron.plugins.ml2.managers [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-10 04:38:42.877 7 INFO neutron.plugins.ml2.managers [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-10 04:38:42.877 7 INFO neutron.plugins.ml2.managers [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-10 04:38:42.878 7 INFO neutron.manager [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loading Plugin: qos 2026-05-10 04:38:42.890 7 INFO neutron.manager [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loading Plugin: ovn-router 2026-05-10 04:38:42.891 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] VlanTypeDriver initialization complete 2026-05-10 04:38:42.891 8 INFO neutron.plugins.ml2.managers [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-10 04:38:42.891 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-10 04:38:42.891 8 INFO neutron.plugins.ml2.managers [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Initializing extension driver 'port_security' 2026-05-10 04:38:42.891 8 INFO neutron.plugins.ml2.extensions.port_security [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-10 04:38:42.891 8 INFO neutron.plugins.ml2.managers [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Initializing extension driver 'qos' 2026-05-10 04:38:42.892 8 INFO neutron.plugins.ml2.managers [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Initializing mechanism driver 'ovn' 2026-05-10 04:38:42.892 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Starting OVNMechanismDriver 2026-05-10 04:38:42.894 8 INFO neutron.services.logapi.drivers.ovn.driver [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] OVN logging driver registered 2026-05-10 04:38:42.900 8 INFO neutron.quota [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded quota_driver: . 2026-05-10 04:38:42.901 8 INFO neutron.plugins.ml2.plugin [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Modular L2 Plugin initialization complete 2026-05-10 04:38:42.901 8 INFO neutron.plugins.ml2.managers [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-10 04:38:42.901 8 INFO neutron.plugins.ml2.managers [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-10 04:38:42.901 8 INFO neutron.plugins.ml2.managers [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-10 04:38:42.901 8 INFO neutron.manager [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loading Plugin: qos 2026-05-10 04:38:42.914 8 INFO neutron.manager [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loading Plugin: ovn-router 2026-05-10 04:38:42.923 7 INFO neutron.services.ovn_l3.plugin [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Starting OVNL3RouterPlugin 2026-05-10 04:38:42.927 7 INFO neutron.manager [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loading Plugin: segments 2026-05-10 04:38:42.946 8 INFO neutron.services.ovn_l3.plugin [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Starting OVNL3RouterPlugin 2026-05-10 04:38:42.951 8 INFO neutron.manager [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loading Plugin: segments 2026-05-10 04:38:43.026 7 INFO neutron.manager [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loading Plugin: trunk 2026-05-10 04:38:43.037 7 INFO neutron.manager [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loading Plugin: log 2026-05-10 04:38:43.040 7 INFO neutron.manager [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loading Plugin: ovn-vpnaas 2026-05-10 04:38:43.052 8 INFO neutron.manager [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loading Plugin: trunk 2026-05-10 04:38:43.063 8 INFO neutron.manager [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loading Plugin: log 2026-05-10 04:38:43.066 8 INFO neutron.manager [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loading Plugin: ovn-vpnaas 2026-05-10 04:38:43.096 7 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-05-10 04:38:43.096 7 WARNING stevedore.named [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-05-10 04:38:43.122 8 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-05-10 04:38:43.122 8 WARNING stevedore.named [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-05-10 04:38:43.135 7 INFO neutron_vpnaas.services.vpn.plugin [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-10 04:38:43.135 7 INFO neutron.manager [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loading Plugin: taas 2026-05-10 04:38:43.160 7 WARNING stevedore.named [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-10 04:38:43.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-10 04:38:43.166 7 INFO neutron.manager [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loading Plugin: tapmirror 2026-05-10 04:38:43.171 8 INFO neutron_vpnaas.services.vpn.plugin [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-10 04:38:43.171 8 INFO neutron.manager [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loading Plugin: taas 2026-05-10 04:38:43.173 7 WARNING stevedore.named [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-10 04:38:43.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-10 04:38:43.175 7 INFO neutron.manager [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loading Plugin: auto_allocate 2026-05-10 04:38:43.179 7 INFO neutron.manager [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loading Plugin: tag 2026-05-10 04:38:43.186 7 INFO neutron.manager [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loading Plugin: timestamp 2026-05-10 04:38:43.188 7 INFO neutron.manager [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loading Plugin: network_ip_availability 2026-05-10 04:38:43.192 7 INFO neutron.manager [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loading Plugin: flavors 2026-05-10 04:38:43.194 8 WARNING stevedore.named [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-10 04:38:43.195 7 INFO neutron.manager [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loading Plugin: revisions 2026-05-10 04:38:43.199 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Initializing extension manager. 2026-05-10 04:38:43.200 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: address-group 2026-05-10 04:38:43.200 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-10 04:38:43.201 8 INFO neutron.manager [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loading Plugin: tapmirror 2026-05-10 04:38:43.201 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: address-scope 2026-05-10 04:38:43.201 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-05-10 04:38:43.202 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: agent 2026-05-10 04:38:43.203 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-05-10 04:38:43.204 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-10 04:38:43.205 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-10 04:38:43.205 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: availability_zone 2026-05-10 04:38:43.206 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-05-10 04:38:43.206 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-10 04:38:43.207 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: default-subnetpools 2026-05-10 04:38:43.208 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-10 04:38:43.209 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: dns-integration 2026-05-10 04:38:43.209 8 WARNING stevedore.named [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-10 04:38:43.209 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: dns-domain-ports 2026-05-10 04:38:43.210 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-05-10 04:38:43.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-10 04:38:43.210 8 INFO neutron.manager [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loading Plugin: auto_allocate 2026-05-10 04:38:43.210 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-05-10 04:38:43.211 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-10 04:38:43.211 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: empty-string-filtering 2026-05-10 04:38:43.212 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-10 04:38:43.212 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-10 04:38:43.213 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: external-net 2026-05-10 04:38:43.213 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-10 04:38:43.214 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: extraroute 2026-05-10 04:38:43.214 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: extraroute-atomic 2026-05-10 04:38:43.215 8 INFO neutron.manager [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loading Plugin: tag 2026-05-10 04:38:43.215 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: filter-validation 2026-05-10 04:38:43.215 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-10 04:38:43.216 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-10 04:38:43.216 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-10 04:38:43.217 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: fip-port-details 2026-05-10 04:38:43.218 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: flavors 2026-05-10 04:38:43.219 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-10 04:38:43.219 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: floatingip-pools 2026-05-10 04:38:43.220 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: ip_allocation 2026-05-10 04:38:43.220 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-05-10 04:38:43.221 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: l2_adjacency 2026-05-10 04:38:43.222 8 INFO neutron.manager [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loading Plugin: timestamp 2026-05-10 04:38:43.222 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: router 2026-05-10 04:38:43.224 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-10 04:38:43.224 8 INFO neutron.manager [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loading Plugin: network_ip_availability 2026-05-10 04:38:43.224 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: enable-default-route-bfd 2026-05-10 04:38:43.225 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: enable-default-route-ecmp 2026-05-10 04:38:43.225 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: ext-gw-mode 2026-05-10 04:38:43.226 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: l3-ha 2026-05-10 04:38:43.226 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-10 04:38:43.227 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: external-gateway-multihoming 2026-05-10 04:38:43.228 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: l3-flavors 2026-05-10 04:38:43.228 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-10 04:38:43.229 8 INFO neutron.manager [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loading Plugin: flavors 2026-05-10 04:38:43.229 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-05-10 04:38:43.231 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-05-10 04:38:43.232 8 INFO neutron.manager [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loading Plugin: revisions 2026-05-10 04:38:43.232 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-10 04:38:43.233 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: logging 2026-05-10 04:38:43.234 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-10 04:38:43.235 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-10 04:38:43.235 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Initializing extension manager. 2026-05-10 04:38:43.236 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: multi-provider 2026-05-10 04:38:43.236 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: net-mtu 2026-05-10 04:38:43.237 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: net-mtu-writable 2026-05-10 04:38:43.237 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: address-group 2026-05-10 04:38:43.237 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: network_availability_zone 2026-05-10 04:38:43.238 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-05-10 04:38:43.237 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: address-scope 2026-05-10 04:38:43.238 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-05-10 04:38:43.238 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: network-ip-availability 2026-05-10 04:38:43.239 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: network-ip-availability-details 2026-05-10 04:38:43.239 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: agent 2026-05-10 04:38:43.240 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-05-10 04:38:43.240 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-10 04:38:43.240 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: pagination 2026-05-10 04:38:43.241 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-10 04:38:43.241 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: port-device-profile 2026-05-10 04:38:43.241 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-10 04:38:43.241 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-10 04:38:43.242 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-10 04:38:43.242 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: availability_zone 2026-05-10 04:38:43.242 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-10 04:38:43.243 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-05-10 04:38:43.243 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-05-10 04:38:43.243 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-10 04:38:43.243 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-10 04:38:43.244 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-10 04:38:43.244 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: default-subnetpools 2026-05-10 04:38:43.244 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-10 04:38:43.245 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: port-resource-request 2026-05-10 04:38:43.245 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-10 04:38:43.246 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-10 04:38:43.246 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-10 04:38:43.246 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: dns-integration 2026-05-10 04:38:43.246 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: binding 2026-05-10 04:38:43.247 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: dns-domain-ports 2026-05-10 04:38:43.247 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-05-10 04:38:43.247 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: binding-extended 2026-05-10 04:38:43.248 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-05-10 04:38:43.248 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: port-security 2026-05-10 04:38:43.248 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: project-id 2026-05-10 04:38:43.248 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-10 04:38:43.249 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: provider 2026-05-10 04:38:43.249 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: empty-string-filtering 2026-05-10 04:38:43.249 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-10 04:38:43.249 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: qinq 2026-05-10 04:38:43.250 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-10 04:38:43.250 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: external-net 2026-05-10 04:38:43.251 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-10 04:38:43.251 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: qos 2026-05-10 04:38:43.251 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: extraroute 2026-05-10 04:38:43.252 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: extraroute-atomic 2026-05-10 04:38:43.252 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-10 04:38:43.252 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-10 04:38:43.253 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: filter-validation 2026-05-10 04:38:43.253 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: qos-default 2026-05-10 04:38:43.253 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-10 04:38:43.253 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: qos-fip 2026-05-10 04:38:43.254 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-10 04:38:43.254 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-10 04:38:43.254 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-10 04:38:43.254 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-10 04:38:43.255 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: fip-port-details 2026-05-10 04:38:43.255 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-10 04:38:43.255 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: flavors 2026-05-10 04:38:43.256 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-10 04:38:43.256 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-10 04:38:43.256 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-10 04:38:43.257 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: qos-pps 2026-05-10 04:38:43.257 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: floatingip-pools 2026-05-10 04:38:43.257 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-10 04:38:43.258 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: ip_allocation 2026-05-10 04:38:43.258 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-10 04:38:43.258 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-05-10 04:38:43.258 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: qos-rules-alias 2026-05-10 04:38:43.259 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: l2_adjacency 2026-05-10 04:38:43.259 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: quota-check-limit 2026-05-10 04:38:43.260 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-10 04:38:43.260 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: router 2026-05-10 04:38:43.262 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: quotas 2026-05-10 04:38:43.262 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-10 04:38:43.262 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: enable-default-route-bfd 2026-05-10 04:38:43.263 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: quota_details 2026-05-10 04:38:43.263 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: enable-default-route-ecmp 2026-05-10 04:38:43.263 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: ext-gw-mode 2026-05-10 04:38:43.264 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: l3-ha 2026-05-10 04:38:43.264 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: rbac-policies 2026-05-10 04:38:43.264 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-10 04:38:43.265 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-05-10 04:38:43.265 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: external-gateway-multihoming 2026-05-10 04:38:43.265 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: rbac-address-scope 2026-05-10 04:38:43.265 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: l3-flavors 2026-05-10 04:38:43.266 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: rbac-security-groups 2026-05-10 04:38:43.266 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-05-10 04:38:43.266 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-10 04:38:43.267 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: revision-if-match 2026-05-10 04:38:43.267 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-05-10 04:38:43.267 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-10 04:38:43.268 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: router_availability_zone 2026-05-10 04:38:43.268 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: router-enable-snat 2026-05-10 04:38:43.269 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-10 04:38:43.269 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-05-10 04:38:43.270 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-10 04:38:43.271 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-10 04:38:43.271 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-10 04:38:43.271 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: logging 2026-05-10 04:38:43.272 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-05-10 04:38:43.272 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-10 04:38:43.272 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-10 04:38:43.273 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-10 04:38:43.273 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-10 04:38:43.273 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-10 04:38:43.274 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: multi-provider 2026-05-10 04:38:43.274 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: net-mtu 2026-05-10 04:38:43.275 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: net-mtu-writable 2026-05-10 04:38:43.275 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: network_availability_zone 2026-05-10 04:38:43.276 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-05-10 04:38:43.276 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: network-ip-availability 2026-05-10 04:38:43.277 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: network-ip-availability-details 2026-05-10 04:38:43.277 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: security-group 2026-05-10 04:38:43.278 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-10 04:38:43.278 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: pagination 2026-05-10 04:38:43.278 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: segment 2026-05-10 04:38:43.279 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: port-device-profile 2026-05-10 04:38:43.279 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-10 04:38:43.279 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-10 04:38:43.280 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: service-type 2026-05-10 04:38:43.280 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-10 04:38:43.280 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: sorting 2026-05-10 04:38:43.281 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-10 04:38:43.281 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: standard-attr-segment 2026-05-10 04:38:43.281 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-05-10 04:38:43.281 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: standard-attr-description 2026-05-10 04:38:43.282 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-10 04:38:43.282 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: stateful-security-group 2026-05-10 04:38:43.282 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-10 04:38:43.282 7 WARNING neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-10 04:38:43.283 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-10 04:38:43.283 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-05-10 04:38:43.283 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: port-resource-request 2026-05-10 04:38:43.283 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: subnet-external-network 2026-05-10 04:38:43.284 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-10 04:38:43.284 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-05-10 04:38:43.284 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-10 04:38:43.284 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-10 04:38:43.285 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: binding 2026-05-10 04:38:43.285 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: subnet-service-types 2026-05-10 04:38:43.285 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: binding-extended 2026-05-10 04:38:43.286 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: subnet_allocation 2026-05-10 04:38:43.286 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: port-security 2026-05-10 04:38:43.286 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: project-id 2026-05-10 04:38:43.286 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-10 04:38:43.287 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: provider 2026-05-10 04:38:43.287 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: tag-creation 2026-05-10 04:38:43.287 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-10 04:38:43.287 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: qinq 2026-05-10 04:38:43.289 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: qos 2026-05-10 04:38:43.290 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-10 04:38:43.291 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-10 04:38:43.291 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: standard-attr-tag 2026-05-10 04:38:43.291 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: qos-default 2026-05-10 04:38:43.292 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: qos-fip 2026-05-10 04:38:43.292 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-10 04:38:43.292 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-10 04:38:43.292 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: trunk 2026-05-10 04:38:43.292 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-10 04:38:43.293 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: trunk-details 2026-05-10 04:38:43.293 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-10 04:38:43.293 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-10 04:38:43.294 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-10 04:38:43.294 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-10 04:38:43.294 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-10 04:38:43.294 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: vlan-transparent 2026-05-10 04:38:43.295 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: qos-pps 2026-05-10 04:38:43.295 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-10 04:38:43.295 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-10 04:38:43.296 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-10 04:38:43.296 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: qos-rules-alias 2026-05-10 04:38:43.297 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: quota-check-limit 2026-05-10 04:38:43.298 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-10 04:38:43.298 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: vpn-agent-scheduler 2026-05-10 04:38:43.299 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-10 04:38:43.299 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: vpn-flavors 2026-05-10 04:38:43.300 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: quotas 2026-05-10 04:38:43.301 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: quota_details 2026-05-10 04:38:43.301 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: vpnaas 2026-05-10 04:38:43.302 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: taas 2026-05-10 04:38:43.302 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: rbac-policies 2026-05-10 04:38:43.303 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-05-10 04:38:43.303 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: tap-mirror 2026-05-10 04:38:43.303 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: rbac-address-scope 2026-05-10 04:38:43.304 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: rbac-security-groups 2026-05-10 04:38:43.304 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-10 04:38:43.304 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-05-10 04:38:43.304 7 INFO neutron.api.extensions [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-10 04:38:43.305 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: revision-if-match 2026-05-10 04:38:43.305 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-10 04:38:43.306 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: router_availability_zone 2026-05-10 04:38:43.306 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: router-enable-snat 2026-05-10 04:38:43.307 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-10 04:38:43.307 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-10 04:38:43.307 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-10 04:38:43.307 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 04:38:43.307 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-10 04:38:43.308 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-10 04:38:43.309 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-10 04:38:43.309 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-05-10 04:38:43.310 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-10 04:38:43.310 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-10 04:38:43.310 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-10 04:38:43.311 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-10 04:38:43.311 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-10 04:38:43.315 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-10 04:38:43.315 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: security-group 2026-05-10 04:38:43.316 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-10 04:38:43.316 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-10 04:38:43.316 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: segment 2026-05-10 04:38:43.317 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.317 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-10 04:38:43.317 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 04:38:43.317 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] subnetpool is already registered 2026-05-10 04:38:43.317 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: service-type 2026-05-10 04:38:43.317 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-10 04:38:43.318 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: sorting 2026-05-10 04:38:43.318 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 04:38:43.318 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: standard-attr-segment 2026-05-10 04:38:43.318 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 04:38:43.319 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-10 04:38:43.319 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: standard-attr-description 2026-05-10 04:38:43.319 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-10 04:38:43.319 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: stateful-security-group 2026-05-10 04:38:43.320 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-10 04:38:43.320 8 WARNING neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-10 04:38:43.320 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 04:38:43.320 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] ipsecpolicy is already registered 2026-05-10 04:38:43.320 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-05-10 04:38:43.320 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 04:38:43.321 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] ikepolicy is already registered 2026-05-10 04:38:43.321 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: subnet-external-network 2026-05-10 04:38:43.321 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-05-10 04:38:43.322 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.322 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.322 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-10 04:38:43.322 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.322 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: subnet-service-types 2026-05-10 04:38:43.323 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.323 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.323 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.323 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.323 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: subnet_allocation 2026-05-10 04:38:43.323 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.323 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.323 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.324 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.324 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.324 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.324 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-10 04:38:43.324 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.324 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.324 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.324 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: tag-creation 2026-05-10 04:38:43.325 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-10 04:38:43.327 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-10 04:38:43.327 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] router is already registered 2026-05-10 04:38:43.327 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-10 04:38:43.328 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] floatingip is already registered 2026-05-10 04:38:43.329 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: standard-attr-tag 2026-05-10 04:38:43.329 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-10 04:38:43.330 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: trunk 2026-05-10 04:38:43.331 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: trunk-details 2026-05-10 04:38:43.331 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-10 04:38:43.332 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-10 04:38:43.332 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-10 04:38:43.332 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] rbac_policy is already registered 2026-05-10 04:38:43.332 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: vlan-transparent 2026-05-10 04:38:43.332 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-10 04:38:43.333 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] security_group is already registered 2026-05-10 04:38:43.333 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-10 04:38:43.333 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-10 04:38:43.333 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] security_group_rule is already registered 2026-05-10 04:38:43.334 7 WARNING neutron.api.api_common [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] 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-10 04:38:43.334 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 04:38:43.334 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] subnetpool is already registered 2026-05-10 04:38:43.335 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-10 04:38:43.335 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] trunk is already registered 2026-05-10 04:38:43.335 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 04:38:43.335 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] ikepolicy is already registered 2026-05-10 04:38:43.336 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: vpn-agent-scheduler 2026-05-10 04:38:43.336 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 04:38:43.336 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] ipsecpolicy is already registered 2026-05-10 04:38:43.336 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-10 04:38:43.336 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] endpoint_group is already registered 2026-05-10 04:38:43.336 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-10 04:38:43.337 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-10 04:38:43.337 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] vpnservice is already registered 2026-05-10 04:38:43.337 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: vpn-flavors 2026-05-10 04:38:43.337 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-10 04:38:43.337 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] ipsec_site_connection is already registered 2026-05-10 04:38:43.338 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 04:38:43.338 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] ipsecpolicy is already registered 2026-05-10 04:38:43.338 7 INFO neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 04:38:43.338 7 WARNING neutron.quota.resource_registry [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] ikepolicy is already registered 2026-05-10 04:38:43.339 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: vpnaas 2026-05-10 04:38:43.340 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: taas 2026-05-10 04:38:43.341 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: tap-mirror 2026-05-10 04:38:43.342 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-10 04:38:43.342 8 INFO neutron.api.extensions [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-10 04:38:43.344 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-10 04:38:43.345 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-10 04:38:43.345 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 04:38:43.345 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-10 04:38:43.348 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-10 04:38:43.348 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-10 04:38:43.353 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-10 04:38:43.353 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-10 04:38:43.354 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-10 04:38:43.354 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.355 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 04:38:43.355 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] subnetpool is already registered 2026-05-10 04:38:43.355 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-10 04:38:43.356 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 04:38:43.356 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 04:38:43.357 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-10 04:38:43.357 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-10 04:38:43.357 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-10 04:38:43.358 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 04:38:43.358 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] ipsecpolicy is already registered 2026-05-10 04:38:43.358 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 04:38:43.358 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] ikepolicy is already registered 2026-05-10 04:38:43.359 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.360 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.360 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.360 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.361 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.361 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.361 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.361 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.361 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.361 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.361 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.361 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.362 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.362 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.362 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.362 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.365 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-10 04:38:43.365 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] router is already registered 2026-05-10 04:38:43.365 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-10 04:38:43.365 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] floatingip is already registered 2026-05-10 04:38:43.369 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-10 04:38:43.369 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] rbac_policy is already registered 2026-05-10 04:38:43.370 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-10 04:38:43.370 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] security_group is already registered 2026-05-10 04:38:43.371 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-10 04:38:43.371 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] security_group_rule is already registered 2026-05-10 04:38:43.371 8 WARNING neutron.api.api_common [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] 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-10 04:38:43.372 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 04:38:43.372 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] subnetpool is already registered 2026-05-10 04:38:43.372 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-10 04:38:43.372 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] trunk is already registered 2026-05-10 04:38:43.373 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 04:38:43.373 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] ikepolicy is already registered 2026-05-10 04:38:43.373 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 04:38:43.373 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] ipsecpolicy is already registered 2026-05-10 04:38:43.374 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-10 04:38:43.374 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] endpoint_group is already registered 2026-05-10 04:38:43.374 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-10 04:38:43.374 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] vpnservice is already registered 2026-05-10 04:38:43.375 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-10 04:38:43.375 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] ipsec_site_connection is already registered 2026-05-10 04:38:43.375 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 04:38:43.375 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] ipsecpolicy is already registered 2026-05-10 04:38:43.376 8 INFO neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 04:38:43.376 7 WARNING keystonemiddleware._common.config [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-10 04:38:43.376 8 WARNING neutron.quota.resource_registry [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] ikepolicy is already registered 2026-05-10 04:38:43.382 7 WARNING oslo_config.cfg [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-10 04:38:43.404 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-05-10 04:38:43.413 8 WARNING keystonemiddleware._common.config [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-10 04:38:43.418 7 INFO neutron.db.ovn_hash_ring_db [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Nodes from host "neutron-server-86c5bd89cc-jcqwn" and group "mechanism_driver" removed from the Hash Ring created at 2026-05-10 04:38:43+00:00 2026-05-10 04:38:43.420 7 INFO neutron.db.ovn_hash_ring_db [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Node 1e9bbf2b78665d379441074003cef102 from host "neutron-server-86c5bd89cc-jcqwn" and group "mechanism_driver" added to the Hash Ring 2026-05-10 04:38:43.420 8 WARNING oslo_config.cfg [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-10 04:38:43.427 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Hash Ring probing thread for node 1e9bbf2b78665d379441074003cef102 has started 2026-05-10 04:38:43.428 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-05-10 04:38:43.439 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-05-10 04:38:43.453 8 INFO neutron.db.ovn_hash_ring_db [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Nodes from host "neutron-server-86c5bd89cc-jcqwn" and group "mechanism_driver" removed from the Hash Ring created at 2026-05-10 04:38:43+00:00 2026-05-10 04:38:43.456 8 INFO neutron.db.ovn_hash_ring_db [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Node 9c325d7e74155e688c8d019320bbeb2a from host "neutron-server-86c5bd89cc-jcqwn" and group "mechanism_driver" added to the Hash Ring 2026-05-10 04:38:43.458 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] tcp:10.109.95.144:6641: connecting... 2026-05-10 04:38:43.458 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] tcp:10.109.95.144:6641: connected 2026-05-10 04:38:43.465 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Hash Ring probing thread for node 9c325d7e74155e688c8d019320bbeb2a has started 2026-05-10 04:38:43.466 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-05-10 04:38:43.494 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-05-10 04:38:43.505 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] tcp:10.109.95.144:6641: connecting... 2026-05-10 04:38:43.505 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] tcp:10.109.95.144:6641: connected 2026-05-10 04:38:43.514 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] tcp:10.99.212.139:6642: connecting... 2026-05-10 04:38:43.514 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] tcp:10.99.212.139:6642: connected 2026-05-10 04:38:43.543 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] WorkerService process has finished the post initialization 2026-05-10 04:38:43.545 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-05-10 04:38:43.564 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] tcp:10.109.95.144:6641: connecting... 2026-05-10 04:38:43.564 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] tcp:10.109.95.144:6641: connected 2026-05-10 04:38:43.567 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] tcp:10.99.212.139:6642: connecting... 2026-05-10 04:38:43.567 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] tcp:10.99.212.139:6642: connected 2026-05-10 04:38:43.597 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] WorkerService process has finished the post initialization 2026-05-10 04:38:43.598 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-05-10 04:38:43.599 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension 2026-05-10 04:38:43.600 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] tcp:10.109.95.144:6641: connecting... 2026-05-10 04:38:43.600 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-e684666b-d007-4b59-bf14-8c54882fc272 - - - - - -] tcp:10.109.95.144:6641: connected 2026-05-10 04:38:43.619 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] tcp:10.109.95.144:6641: connecting... 2026-05-10 04:38:43.620 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] tcp:10.109.95.144:6641: connected WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7efd0adfe668 pid: 7 (default app) 2026-05-10 04:38:43.667 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] tcp:10.109.95.144:6641: connecting... 2026-05-10 04:38:43.668 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-ac979caf-1d60-490c-b211-bf3b0b51cd23 - - - - - -] tcp:10.109.95.144:6641: connected WSGI app 0 (mountpoint='') ready in 9 seconds on interpreter 0x7efd0adfe668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 04:38:45.134 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c4ad9b84-ae77-4e6b-a0dd-79cfe418b5cf ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/4] 199.204.45.23 () {44 vars in 923 bytes} [Sun May 10 04:38:44 2026] GET /v2.0/networks/public => generated 108 bytes in 820 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: 2/5] 199.204.45.23 () {44 vars in 945 bytes} [Sun May 10 04:38:45 2026] GET /v2.0/networks?name=public => generated 15 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 04:38:46.007 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-9359f117-3c55-4a01-8798-60bbc2e7b880 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Starting OVNClientQosExtension 2026-05-10 04:38:46.007 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-9359f117-3c55-4a01-8798-60bbc2e7b880 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Starting OVNClientPlacementExtension 2026-05-10 04:38:46.038 7 INFO neutron.db.ovn_revision_numbers_db [None req-9359f117-3c55-4a01-8798-60bbc2e7b880 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8c6b58cf-3420-4355-b09d-1bab830cd57e (type: security_groups) to 1 2026-05-10 04:38:46.049 7 INFO neutron.db.ovn_revision_numbers_db [None req-9359f117-3c55-4a01-8798-60bbc2e7b880 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1a28674a-bc1d-42d8-9943-628619d61d5a (type: security_group_rules) to 0 2026-05-10 04:38:46.060 7 INFO neutron.db.ovn_revision_numbers_db [None req-9359f117-3c55-4a01-8798-60bbc2e7b880 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 79430caf-98b4-4638-bd19-c9fb80a192d1 (type: security_group_rules) to 0 2026-05-10 04:38:46.072 7 INFO neutron.db.ovn_revision_numbers_db [None req-9359f117-3c55-4a01-8798-60bbc2e7b880 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 843c014a-966d-4f03-a9db-4dee35a00a18 (type: security_group_rules) to 0 2026-05-10 04:38:46.083 7 INFO neutron.db.ovn_revision_numbers_db [None req-9359f117-3c55-4a01-8798-60bbc2e7b880 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ee90791e-60ad-4c0b-a15a-2f50169a9cea (type: security_group_rules) to 0 2026-05-10 04:38:46.171 7 WARNING neutron.services.revisions.revision_plugin [None req-9359f117-3c55-4a01-8798-60bbc2e7b880 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Could not find related network for resource to bump revision. 2026-05-10 04:38:46.199 7 INFO neutron.db.segments_db [None req-9359f117-3c55-4a01-8798-60bbc2e7b880 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Added segment 009a35c6-c860-45f2-bfbd-63012f16ab66 of type flat for network 4a1940cd-d845-4f41-a8eb-4985c7401711 2026-05-10 04:38:46.358 7 INFO neutron.db.ovn_revision_numbers_db [None req-9359f117-3c55-4a01-8798-60bbc2e7b880 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4a1940cd-d845-4f41-a8eb-4985c7401711 (type: networks) to 1 2026-05-10 04:38:46.609 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9359f117-3c55-4a01-8798-60bbc2e7b880 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 04:38:46.610 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9359f117-3c55-4a01-8798-60bbc2e7b880 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 04:38:46.667 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: 73ce3ad9-8c07-4035-9c7a-76aec5708ae5 2026-05-10 04:38:46.965 7 INFO neutron.db.ovn_revision_numbers_db [None req-9359f117-3c55-4a01-8798-60bbc2e7b880 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 73ce3ad9-8c07-4035-9c7a-76aec5708ae5 (type: ports) to 1 [pid: 7|app: 0|req: 4/6] 199.204.45.23 () {48 vars in 963 bytes} [Sun May 10 04:38:45 2026] POST /v2.0/networks => generated 744 bytes in 1526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 04:38:48.383 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d13913d5-5ddb-48be-88ea-45e60ba4de6d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 199.204.45.23 () {44 vars in 923 bytes} [Sun May 10 04:38:48 2026] GET /v2.0/networks/public => generated 108 bytes in 373 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 199.204.45.23 () {44 vars in 945 bytes} [Sun May 10 04:38:48 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 04:38:48.467 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ef7fa473-27c7-48a2-870c-467e2642d58b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 199.204.45.23 () {44 vars in 1030 bytes} [Sun May 10 04:38:48 2026] GET /v2.0/subnets/public-subnet?network_id=4a1940cd-d845-4f41-a8eb-4985c7401711 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/10] 199.204.45.23 () {44 vars in 1053 bytes} [Sun May 10 04:38:48 2026] GET /v2.0/subnets?name=public-subnet&network_id=4a1940cd-d845-4f41-a8eb-4985c7401711 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 04:38:49.116 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f310a2bc-174c-427b-b569-47c78958c425 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 04:38:49.117 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f310a2bc-174c-427b-b569-47c78958c425 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 04:38:49.844 8 INFO neutron.db.ovn_revision_numbers_db [None req-f310a2bc-174c-427b-b569-47c78958c425 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 73ce3ad9-8c07-4035-9c7a-76aec5708ae5 (type: ports) to 2 2026-05-10 04:38:49.885 8 INFO neutron.db.ovn_revision_numbers_db [None req-f310a2bc-174c-427b-b569-47c78958c425 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 18c94727-2330-4c78-8662-81cf1b341030 (type: subnets) to 0 [pid: 8|app: 0|req: 5/11] 199.204.45.23 () {48 vars in 961 bytes} [Sun May 10 04:38:48 2026] POST /v2.0/subnets => generated 664 bytes in 1400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 04:43:47.096 8 INFO neutron.pecan_wsgi.hooks.translation [None req-609478af-c33a-41ac-9c04-3b6edc77b88d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 24/49] 199.204.45.23 () {44 vars in 933 bytes} [Sun May 10 04:43:46 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/50] 199.204.45.23 () {44 vars in 955 bytes} [Sun May 10 04:43:47 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 04:43:47.232 8 INFO neutron.db.segments_db [None req-7b40fa80-815d-4521-a935-75a1bcbcf853 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Added segment d248bf42-8853-4687-ae89-7ee603a03b1b of type geneve for network ce28a0f2-5b02-4aed-8653-b315658cd656 2026-05-10 04:43:47.386 8 INFO neutron.db.ovn_revision_numbers_db [None req-7b40fa80-815d-4521-a935-75a1bcbcf853 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ce28a0f2-5b02-4aed-8653-b315658cd656 (type: networks) to 1 2026-05-10 04:43:47.541 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7b40fa80-815d-4521-a935-75a1bcbcf853 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 04:43:47.543 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7b40fa80-815d-4521-a935-75a1bcbcf853 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network ce28a0f2-5b02-4aed-8653-b315658cd656: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 04:43:47.590 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: 8205c942-2ca6-4e3f-91fd-3a1533446ae2 2026-05-10 04:43:47.675 8 INFO neutron.db.ovn_revision_numbers_db [None req-7b40fa80-815d-4521-a935-75a1bcbcf853 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8205c942-2ca6-4e3f-91fd-3a1533446ae2 (type: ports) to 1 [pid: 8|app: 0|req: 25/51] 199.204.45.23 () {48 vars in 962 bytes} [Sun May 10 04:43:47 2026] POST /v2.0/networks => generated 748 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 04:43:48.665 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ddcb4757-52ca-4bb4-ab7e-ea987ffbbdf2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 27/52] 199.204.45.23 () {44 vars in 933 bytes} [Sun May 10 04:43:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/53] 199.204.45.23 () {44 vars in 955 bytes} [Sun May 10 04:43:48 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 738 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 04:43:48.740 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a06f4c68-dc76-4d71-a04d-4b637d9bea09 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 28/54] 199.204.45.23 () {44 vars in 1032 bytes} [Sun May 10 04:43:48 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ce28a0f2-5b02-4aed-8653-b315658cd656 => generated 114 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/55] 199.204.45.23 () {44 vars in 1055 bytes} [Sun May 10 04:43:48 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ce28a0f2-5b02-4aed-8653-b315658cd656 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 04:43:48.941 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bb31348b-11cd-4304-a915-11fa9c07f4d0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 04:43:48.942 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bb31348b-11cd-4304-a915-11fa9c07f4d0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network ce28a0f2-5b02-4aed-8653-b315658cd656: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 04:43:49.441 7 INFO neutron.db.ovn_revision_numbers_db [None req-bb31348b-11cd-4304-a915-11fa9c07f4d0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8205c942-2ca6-4e3f-91fd-3a1533446ae2 (type: ports) to 2 2026-05-10 04:43:49.475 7 INFO neutron.db.ovn_revision_numbers_db [None req-bb31348b-11cd-4304-a915-11fa9c07f4d0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ea320f80-e4e0-4c52-9c69-7322b2d90f10 (type: subnets) to 0 [pid: 7|app: 0|req: 29/56] 199.204.45.23 () {48 vars in 961 bytes} [Sun May 10 04:43:48 2026] POST /v2.0/subnets => generated 651 bytes in 713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 04:43:50.484 8 INFO neutron.api.v2.resource [None req-8c51104a-9e58-4cf9-b16e-40cc0535d5c6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 28/57] 199.204.45.23 () {44 vars in 967 bytes} [Sun May 10 04:43:50 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/58] 199.204.45.23 () {44 vars in 989 bytes} [Sun May 10 04:43:50 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 04:43:50.676 8 INFO neutron.db.ovn_revision_numbers_db [None req-e76aa7ee-9bee-42df-9d47-59bd9ec0f5bc ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f1694176-a0ee-440b-8b2e-bf3221dca724 (type: security_groups) to 1 2026-05-10 04:43:50.687 8 INFO neutron.db.ovn_revision_numbers_db [None req-e76aa7ee-9bee-42df-9d47-59bd9ec0f5bc ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 229e7040-f8ea-41f1-a3ca-e1ca54615100 (type: security_group_rules) to 0 2026-05-10 04:43:50.698 8 INFO neutron.db.ovn_revision_numbers_db [None req-e76aa7ee-9bee-42df-9d47-59bd9ec0f5bc ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ba269a3a-2433-4bd2-8954-7d92feffaa38 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 29/59] 199.204.45.23 () {48 vars in 976 bytes} [Sun May 10 04:43:50 2026] POST /v2.0/security-groups => generated 1616 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/60] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:51 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 1616 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/61] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:51 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/62] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:51 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:43:51.943 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d295cc2-e178-4644-9fb8-80bac2661f97 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e3e50da6-5279-43d5-8849-d336e99fc2e7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 31/63] 199.204.45.23 () {48 vars in 987 bytes} [Sun May 10 04:43:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/64] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:52 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 2230 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/65] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:52 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/66] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:52 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:43:53.044 8 INFO neutron.db.ovn_revision_numbers_db [None req-8d3452d6-0ba6-4c10-8f59-ffd62f059dff ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 93f137c7-5906-4fce-abb9-512aeeb0b93c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 33/67] 199.204.45.23 () {48 vars in 987 bytes} [Sun May 10 04:43:52 2026] POST /v2.0/security-group-rules => generated 603 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/68] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:53 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/69] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:53 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/70] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:54 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:43:54.129 8 INFO neutron.db.ovn_revision_numbers_db [None req-1bc8ae4c-eb4f-4492-bdfd-2ed1395ff509 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7451fdde-71d2-4c46-a372-8b4c0c32acf5 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 35/71] 199.204.45.23 () {48 vars in 987 bytes} [Sun May 10 04:43:54 2026] POST /v2.0/security-group-rules => generated 603 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/72] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:54 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 3462 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/73] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:55 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/74] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:55 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:43:55.201 8 INFO neutron.db.ovn_revision_numbers_db [None req-bd612df1-124e-406b-a4e8-27d04955a8b1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2261d59b-ca3d-4ce1-88a7-0557814db357 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 37/75] 199.204.45.23 () {48 vars in 987 bytes} [Sun May 10 04:43:55 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: 7|app: 0|req: 39/76] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:56 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 4078 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/77] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:56 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:56 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:43:56.317 8 INFO neutron.db.ovn_revision_numbers_db [None req-a4f4b668-62eb-4dfb-915a-0399d022973d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5c74909a-6eff-4089-84ca-4d73036a5536 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 39/79] 199.204.45.23 () {48 vars in 987 bytes} [Sun May 10 04:43:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 199.204.45.23 () {44 vars in 983 bytes} [Sun May 10 04:43:57 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656 => generated 773 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 04:43:57.409 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ab3d7d7-4f4d-4b03-a544-beac37533474 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 40/81] 199.204.45.23 () {44 vars in 1072 bytes} [Sun May 10 04:43:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ce28a0f2-5b02-4aed-8653-b315658cd656 => 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: 42/82] 199.204.45.23 () {44 vars in 1095 bytes} [Sun May 10 04:43:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ce28a0f2-5b02-4aed-8653-b315658cd656 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/83] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:43:57 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:43:57.748 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8d9bee56-d5b6-4cf7-9b81-dff1eaeadd77 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 04:43:57.749 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8d9bee56-d5b6-4cf7-9b81-dff1eaeadd77 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network ce28a0f2-5b02-4aed-8653-b315658cd656: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 04:43:57.822 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5552a0cf-8e3d-4cc5-bfd9-01efa2261f8f - - - - - -] OVN reports status down for port: 3c379e7a-7bb7-4fee-a9a1-67b612e5c275 2026-05-10 04:43:57.878 7 INFO neutron.db.ovn_revision_numbers_db [None req-8d9bee56-d5b6-4cf7-9b81-dff1eaeadd77 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3c379e7a-7bb7-4fee-a9a1-67b612e5c275 (type: ports) to 1 [pid: 7|app: 0|req: 43/84] 199.204.45.23 () {48 vars in 957 bytes} [Sun May 10 04:43:57 2026] POST /v2.0/ports => generated 1096 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 04:44:05.771 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cdbc5f17-acb2-436c-8559-5505bd84e120 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 43/87] 199.204.45.23 () {44 vars in 976 bytes} [Sun May 10 04:44:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 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: 45/88] 199.204.45.23 () {44 vars in 998 bytes} [Sun May 10 04:44:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:44:06.360 8 INFO neutron.db.ovn_revision_numbers_db [None req-d4291fc2-2777-4c9c-a6d6-96d372bb7c25 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3c379e7a-7bb7-4fee-a9a1-67b612e5c275 (type: ports) to 4 [pid: 8|app: 0|req: 44/89] 199.204.45.23 () {48 vars in 1028 bytes} [Sun May 10 04:44:05 2026] PUT /v2.0/ports/3c379e7a-7bb7-4fee-a9a1-67b612e5c275 => generated 1237 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/90] 199.204.45.23 () {44 vars in 916 bytes} [Sun May 10 04:44:07 2026] GET /v2.0/ports => generated 3354 bytes in 92 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-10 04:44:09.039 8 INFO neutron.api.v2.resource [None req-d18c4e5a-cb8d-45ef-9880-9893da5230b7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 45/91] 199.204.45.23 () {44 vars in 955 bytes} [Sun May 10 04:44:09 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 199.204.45.23 () {44 vars in 977 bytes} [Sun May 10 04:44:09 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 04:44:09.199 8 INFO neutron.db.ovn_revision_numbers_db [None req-494d76a6-a9a2-481d-b4b7-c3355c311a81 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c1ee5b67-8855-4969-bc78-2b4042dde008 (type: security_groups) to 1 2026-05-10 04:44:09.209 8 INFO neutron.db.ovn_revision_numbers_db [None req-494d76a6-a9a2-481d-b4b7-c3355c311a81 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3e33d293-a252-4bad-9472-11b0eb8679bd (type: security_group_rules) to 0 2026-05-10 04:44:09.223 8 INFO neutron.db.ovn_revision_numbers_db [None req-494d76a6-a9a2-481d-b4b7-c3355c311a81 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 619faa91-f7ce-48f8-b5c7-e8ec24140ac3 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 46/93] 199.204.45.23 () {48 vars in 976 bytes} [Sun May 10 04:44:09 2026] POST /v2.0/security-groups => generated 1610 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/94] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:44:10 2026] GET /v2.0/security-groups/c1ee5b67-8855-4969-bc78-2b4042dde008 => generated 1610 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/95] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:44:10 2026] GET /v2.0/security-groups/c1ee5b67-8855-4969-bc78-2b4042dde008 => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/96] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:44:10 2026] GET /v2.0/security-groups/c1ee5b67-8855-4969-bc78-2b4042dde008 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:44:10.373 8 INFO neutron.db.ovn_revision_numbers_db [None req-9debe451-1603-4917-b77c-e557169ec47a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d8062445-833e-45e5-a14e-6950720d0ef4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 48/97] 199.204.45.23 () {48 vars in 987 bytes} [Sun May 10 04:44:10 2026] POST /v2.0/security-group-rules => generated 621 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:44:11 2026] GET /v2.0/security-groups/c1ee5b67-8855-4969-bc78-2b4042dde008 => generated 2244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/99] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:44:11 2026] GET /v2.0/security-groups/c1ee5b67-8855-4969-bc78-2b4042dde008 => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/100] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:44:11 2026] GET /v2.0/security-groups/c1ee5b67-8855-4969-bc78-2b4042dde008 => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:44:11.421 8 INFO neutron.db.ovn_revision_numbers_db [None req-3c7fd1b9-0d89-423a-a810-1d4783fc4e9d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fb97d409-f71b-457e-903c-392ca9e2a717 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 50/101] 199.204.45.23 () {48 vars in 987 bytes} [Sun May 10 04:44:11 2026] POST /v2.0/security-group-rules => generated 625 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.204.45.23 () {44 vars in 971 bytes} [Sun May 10 04:45:56 2026] GET /v2.0/quotas/b22c3a43ac3048f4812c26ea5b3a8f9e => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.204.45.23 () {48 vars in 1023 bytes} [Sun May 10 04:45:57 2026] PUT /v2.0/quotas/b22c3a43ac3048f4812c26ea5b3a8f9e => generated 291 bytes in 33 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-10 04:48:17.337 7 INFO neutron.pecan_wsgi.hooks.translation [None req-519f78fe-d7dd-49c2-8bdb-6e4eb5bae524 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 70/138] 199.204.45.23 () {30 vars in 741 bytes} [Sun May 10 04:48:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 187 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: 69/139] 199.204.45.23 () {30 vars in 763 bytes} [Sun May 10 04:48:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:48:19.305 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c378ffa0-1a7c-46d4-9479-836286f13a34 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 71/140] 199.204.45.23 () {30 vars in 741 bytes} [Sun May 10 04:48:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 101 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/141] 199.204.45.23 () {30 vars in 763 bytes} [Sun May 10 04:48:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:48:20.342 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5552a0cf-8e3d-4cc5-bfd9-01efa2261f8f - - - - - -] OVN reports status up for port: 3c379e7a-7bb7-4fee-a9a1-67b612e5c275 2026-05-10 04:48:20.360 7 INFO neutron.plugins.ml2.plugin [None req-5552a0cf-8e3d-4cc5-bfd9-01efa2261f8f - - - - - -] Attempt 1 to provision port 3c379e7a-7bb7-4fee-a9a1-67b612e5c275 2026-05-10 04:48:20.530 7 INFO neutron.db.ovn_revision_numbers_db [None req-5552a0cf-8e3d-4cc5-bfd9-01efa2261f8f - - - - - -] Successfully bumped revision number for resource 3c379e7a-7bb7-4fee-a9a1-67b612e5c275 (type: ports) to 5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 04:55:16.548 7 INFO neutron.api.v2.resource [None req-ee1f5839-2524-4379-b4d3-d7defc01529e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 100/198] 199.204.45.23 () {44 vars in 1070 bytes} [Sun May 10 04:55:16 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=df8d11f900254b19916e03b058f0b5f7 => generated 139 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 04:55:16.679 8 INFO neutron.db.ovn_revision_numbers_db [None req-fdf38f2b-4578-4163-8feb-d18f3b2b358f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 87b50e27-8622-4df4-91a7-e392298726f2 (type: security_groups) to 1 2026-05-10 04:55:16.690 8 INFO neutron.db.ovn_revision_numbers_db [None req-fdf38f2b-4578-4163-8feb-d18f3b2b358f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 13d327c1-6123-4da2-be8c-bc4d2dd3161b (type: security_group_rules) to 0 2026-05-10 04:55:16.702 8 INFO neutron.db.ovn_revision_numbers_db [None req-fdf38f2b-4578-4163-8feb-d18f3b2b358f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7696f728-0d92-47f1-bb7d-a62e9f5f6789 (type: security_group_rules) to 0 2026-05-10 04:55:16.712 8 INFO neutron.db.ovn_revision_numbers_db [None req-fdf38f2b-4578-4163-8feb-d18f3b2b358f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 94d5bc26-8f29-468e-917b-c0193fc40a08 (type: security_group_rules) to 0 2026-05-10 04:55:16.723 8 INFO neutron.db.ovn_revision_numbers_db [None req-fdf38f2b-4578-4163-8feb-d18f3b2b358f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource cbf219e4-ee55-4375-92d6-1afe6a377671 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 99/199] 199.204.45.23 () {44 vars in 1093 bytes} [Sun May 10 04:55:16 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=df8d11f900254b19916e03b058f0b5f7 => generated 23 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 04:55:16.966 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c57a9fe-904b-4572-9adb-2aedc9238f31 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource da3f84e5-3116-44c4-804e-64750379f84f (type: security_groups) to 1 2026-05-10 04:55:16.976 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c57a9fe-904b-4572-9adb-2aedc9238f31 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0abc8e2f-b34b-4e1a-b501-16419448791f (type: security_group_rules) to 0 2026-05-10 04:55:16.985 7 INFO neutron.db.ovn_revision_numbers_db [None req-9c57a9fe-904b-4572-9adb-2aedc9238f31 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 91f781e0-1ac7-49c2-8e09-5276491d66ca (type: security_group_rules) to 0 [pid: 7|app: 0|req: 101/200] 199.204.45.23 () {48 vars in 977 bytes} [Sun May 10 04:55:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/201] 199.204.45.23 () {44 vars in 1084 bytes} [Sun May 10 04:55:17 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f?project_id=df8d11f900254b19916e03b058f0b5f7 => generated 1624 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/202] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:55:18 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/203] 199.204.45.23 () {44 vars in 1084 bytes} [Sun May 10 04:55:18 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f?project_id=df8d11f900254b19916e03b058f0b5f7 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:55:18.222 7 INFO neutron.db.ovn_revision_numbers_db [None req-beb45a35-8bfc-4727-8d2f-3d9de7f78e63 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ecdd2723-54c4-442f-8694-4eb3eb40c844 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 103/204] 199.204.45.23 () {48 vars in 987 bytes} [Sun May 10 04:55:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/205] 199.204.45.23 () {44 vars in 1084 bytes} [Sun May 10 04:55:19 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f?project_id=df8d11f900254b19916e03b058f0b5f7 => generated 2234 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/206] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:55:19 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/207] 199.204.45.23 () {44 vars in 1084 bytes} [Sun May 10 04:55:19 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f?project_id=df8d11f900254b19916e03b058f0b5f7 => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:55:19.382 7 INFO neutron.db.ovn_revision_numbers_db [None req-d8d9f10c-fce1-48ab-a3fa-370da5f6f551 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9eb92bf3-1bdd-4a11-ab3f-7b16f5793544 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 105/208] 199.204.45.23 () {48 vars in 987 bytes} [Sun May 10 04:55:19 2026] POST /v2.0/security-group-rules => generated 599 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/209] 199.204.45.23 () {44 vars in 1084 bytes} [Sun May 10 04:55:20 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f?project_id=df8d11f900254b19916e03b058f0b5f7 => generated 2846 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/210] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:55:20 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/211] 199.204.45.23 () {44 vars in 1084 bytes} [Sun May 10 04:55:20 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f?project_id=df8d11f900254b19916e03b058f0b5f7 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:55:20.546 7 INFO neutron.db.ovn_revision_numbers_db [None req-560975da-f9e6-41a5-ad37-28be0fc0896b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b0538768-7fc0-4141-8ee3-e24e70631c88 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 107/212] 199.204.45.23 () {48 vars in 987 bytes} [Sun May 10 04:55:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/213] 199.204.45.23 () {44 vars in 1084 bytes} [Sun May 10 04:55:21 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f?project_id=df8d11f900254b19916e03b058f0b5f7 => generated 3460 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/214] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 04:55:21 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.204.45.23 () {44 vars in 1084 bytes} [Sun May 10 04:55:21 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f?project_id=df8d11f900254b19916e03b058f0b5f7 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 04:55:21.748 7 INFO neutron.db.ovn_revision_numbers_db [None req-29874e28-fd0d-46b8-80ce-b49d9e0b466d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 13f50ba4-a5e3-42ed-b0e2-248f10b311d8 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 109/216] 199.204.45.23 () {48 vars in 987 bytes} [Sun May 10 04:55:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 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: 123/243] 199.204.45.23 () {30 vars in 739 bytes} [Sun May 10 04:58:35 2026] GET /v2.0/networks?tenant_id=df8d11f900254b19916e03b058f0b5f7&shared=False => generated 15 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 04:58:35.388 8 INFO neutron.db.segments_db [None req-41c4153e-014c-4016-971e-3bf160f84cff 7497a746131946efa1a3aa805ed7a2b8 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Added segment 8268fb3e-f095-4777-898a-2a4b98fb80c4 of type geneve for network ecb89bd1-d30d-4cdf-848f-65dafabe1921 2026-05-10 04:58:35.516 8 INFO neutron.db.ovn_revision_numbers_db [None req-41c4153e-014c-4016-971e-3bf160f84cff 7497a746131946efa1a3aa805ed7a2b8 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource ecb89bd1-d30d-4cdf-848f-65dafabe1921 (type: networks) to 1 2026-05-10 04:58:35.661 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-41c4153e-014c-4016-971e-3bf160f84cff 7497a746131946efa1a3aa805ed7a2b8 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] No more DHCP agents 2026-05-10 04:58:35.663 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-41c4153e-014c-4016-971e-3bf160f84cff 7497a746131946efa1a3aa805ed7a2b8 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Unable to schedule network ecb89bd1-d30d-4cdf-848f-65dafabe1921: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 04:58:35.704 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7cd79c50-08ac-46e7-81f6-7e498e9bc971 - - - - - -] OVN reports status down for port: da2db84e-ce2d-4364-9cf5-458b41f22c31 2026-05-10 04:58:35.731 8 INFO neutron.db.ovn_revision_numbers_db [None req-41c4153e-014c-4016-971e-3bf160f84cff 7497a746131946efa1a3aa805ed7a2b8 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource da2db84e-ce2d-4364-9cf5-458b41f22c31 (type: ports) to 1 [pid: 8|app: 0|req: 121/244] 199.204.45.23 () {34 vars in 681 bytes} [Sun May 10 04:58:35 2026] POST /v2.0/networks => generated 758 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/245] 199.204.45.23 () {30 vars in 721 bytes} [Sun May 10 04:58:35 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/246] 199.204.45.23 () {30 vars in 632 bytes} [Sun May 10 04:58:35 2026] GET /v2.0/extensions => generated 21706 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-10 04:58:36.027 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a4c71385-a2e0-4eb0-94da-b15a48206420 7497a746131946efa1a3aa805ed7a2b8 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] No more DHCP agents 2026-05-10 04:58:36.028 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a4c71385-a2e0-4eb0-94da-b15a48206420 7497a746131946efa1a3aa805ed7a2b8 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Unable to schedule network ecb89bd1-d30d-4cdf-848f-65dafabe1921: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 04:58:36.071 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7cd79c50-08ac-46e7-81f6-7e498e9bc971 - - - - - -] OVN reports status down for port: 34074a95-a9bb-464a-9f41-653eb4ac6bdd 2026-05-10 04:58:36.182 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4c71385-a2e0-4eb0-94da-b15a48206420 7497a746131946efa1a3aa805ed7a2b8 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 34074a95-a9bb-464a-9f41-653eb4ac6bdd (type: ports) to 1 2026-05-10 04:58:36.353 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4c71385-a2e0-4eb0-94da-b15a48206420 7497a746131946efa1a3aa805ed7a2b8 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 34074a95-a9bb-464a-9f41-653eb4ac6bdd (type: ports) to 3 [pid: 7|app: 0|req: 125/247] 199.204.45.23 () {34 vars in 676 bytes} [Sun May 10 04:58:35 2026] POST /v2.0/ports => generated 991 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/248] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 04:58:36 2026] GET /v2.0/networks/ecb89bd1-d30d-4cdf-848f-65dafabe1921 => generated 745 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 04:58:37.006 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7cd79c50-08ac-46e7-81f6-7e498e9bc971 - - - - - -] OVN reports status up for port: 34074a95-a9bb-464a-9f41-653eb4ac6bdd 2026-05-10 04:58:37.017 7 INFO neutron.plugins.ml2.plugin [None req-7cd79c50-08ac-46e7-81f6-7e498e9bc971 - - - - - -] Attempt 1 to provision port 34074a95-a9bb-464a-9f41-653eb4ac6bdd 2026-05-10 04:58:37.180 7 INFO neutron.db.ovn_revision_numbers_db [None req-7cd79c50-08ac-46e7-81f6-7e498e9bc971 - - - - - -] Successfully bumped revision number for resource 34074a95-a9bb-464a-9f41-653eb4ac6bdd (type: ports) to 4 [pid: 7|app: 0|req: 126/249] 199.204.45.23 () {30 vars in 721 bytes} [Sun May 10 04:58:38 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 996 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/250] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 04:58:38 2026] GET /v2.0/networks/ecb89bd1-d30d-4cdf-848f-65dafabe1921 => generated 745 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/253] 199.204.45.23 () {44 vars in 971 bytes} [Sun May 10 04:58:53 2026] GET /v2.0/quotas/df8d11f900254b19916e03b058f0b5f7 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/254] 199.204.45.23 () {48 vars in 1023 bytes} [Sun May 10 04:58:54 2026] PUT /v2.0/quotas/df8d11f900254b19916e03b058f0b5f7 => 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: 131/263] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 04:59:51 2026] GET /v2.0/networks => generated 2287 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/264] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 04:59:52 2026] GET /v2.0/subnets => generated 1308 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/265] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 04:59:52 2026] GET /v2.0/ports => generated 5217 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/266] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 04:59:52 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/267] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 04:59:52 2026] GET /v2.0/agents => generated 1214 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/268] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 04:59:52 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: 134/269] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 04:59:52 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: 136/270] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 04:59:52 2026] GET /v2.0/floatingips => generated 19 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/271] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 04:59:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/272] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 04:59:52 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: 136/273] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 04:59:52 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: 141/282] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:00:51 2026] GET /v2.0/networks => generated 2287 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/283] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:00:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/284] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:00:52 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/285] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:00:52 2026] GET /v2.0/ports => generated 5217 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/286] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:00:52 2026] GET /v2.0/floatingips => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/287] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:00:52 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: 144/288] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:00:52 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) [pid: 7|app: 0|req: 145/289] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:00:52 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: 145/290] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:00:52 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: 146/291] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:00:52 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: 146/292] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:00:52 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: 151/301] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:01:51 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/302] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:01:52 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: 152/303] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:01:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/304] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:01:52 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: 153/305] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:01:52 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: 153/306] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:01:52 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: 154/307] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:01:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/308] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:01:52 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: 155/309] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:01:52 2026] GET /v2.0/floatingips => 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: 155/310] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:01:52 2026] GET /v2.0/networks => generated 2287 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/311] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:01:52 2026] GET /v2.0/ports => generated 5217 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/320] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:02:51 2026] GET /v2.0/security-groups => generated 17397 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/321] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:02:52 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/322] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:02:52 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: 161/323] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:02:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/324] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:02:52 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: 162/325] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:02:52 2026] GET /v2.0/ports => generated 5217 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/326] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:02:52 2026] GET /v2.0/agents => generated 1214 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/327] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:02:52 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: 165/328] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:02:52 2026] GET /v2.0/networks => generated 2287 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/329] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:02:52 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: 166/330] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:02:52 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: 171/339] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:03:51 2026] GET /v2.0/ports => generated 5217 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/340] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:03:52 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/341] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:03:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/342] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:03:52 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: 8|app: 0|req: 173/343] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:03:52 2026] GET /v2.0/networks => generated 2287 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/344] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:03:52 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: 174/345] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:03:52 2026] GET /v2.0/subnets => generated 1308 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/346] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:03:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/347] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:03:52 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/348] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:03:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/349] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:03:52 2026] GET /v2.0/agents => generated 1214 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/358] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:04:52 2026] GET /v2.0/ports => generated 5217 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/359] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:04:52 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: 182/360] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:04:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/361] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:04:52 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: 183/362] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:04:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/363] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:04:52 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: 184/364] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:04:52 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: 7|app: 0|req: 181/365] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:04:52 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: 8|app: 0|req: 185/366] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:04:52 2026] GET /v2.0/subnetpools => 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: 182/367] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:04:52 2026] GET /v2.0/networks => generated 2287 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/368] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:04:52 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: 191/377] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:05:51 2026] GET /v2.0/networks => generated 2287 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/378] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:05:52 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/379] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:05:52 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: 188/380] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:05:52 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: 193/381] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:05:52 2026] GET /v2.0/ports => generated 5217 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/382] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:05:52 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: 194/383] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:05:52 2026] GET /v2.0/agents => generated 1214 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/384] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:05:52 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: 195/385] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:05:52 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: 191/386] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:05:52 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: 8|app: 0|req: 196/387] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:05:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/396] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:06:52 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/397] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:06:52 2026] GET /v2.0/subnets => generated 1308 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/398] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:06:52 2026] GET /v2.0/ports => generated 5217 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/399] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:06:52 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/400] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:06:52 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: 7|app: 0|req: 198/401] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:06:52 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: 8|app: 0|req: 204/402] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:06:52 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: 199/403] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:06:52 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: 205/404] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:06:52 2026] GET /v2.0/networks => generated 2287 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/405] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:06:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/406] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:06:52 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/415] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:07:51 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/416] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:07:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/417] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:07:52 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: 212/418] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:07:52 2026] GET /v2.0/floatingips => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/419] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:07:52 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: 8|app: 0|req: 213/420] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:07:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/421] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:07:52 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: 214/422] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:07:52 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: 209/423] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:07:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/424] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:07:52 2026] GET /v2.0/ports => generated 5217 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/425] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:07:52 2026] GET /v2.0/networks => generated 2287 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/434] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:08:51 2026] GET /v2.0/security-groups => generated 17397 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/435] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:08:52 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: 216/436] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:08:52 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: 221/437] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:08:52 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: 217/438] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:08:52 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: 222/439] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:08:52 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/440] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:08:52 2026] GET /v2.0/ports => generated 5217 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/441] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:08:52 2026] GET /v2.0/agents => generated 1214 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/442] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:08:52 2026] GET /v2.0/routers => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/443] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:08:52 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: 220/444] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:08:52 2026] GET /v2.0/networks => generated 2287 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:09:42.064 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5849c45-b180-419d-b94a-0d5fdeb6b052 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 224/451] 199.204.45.23 () {44 vars in 923 bytes} [Sun May 10 05:09:42 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: 8|app: 0|req: 228/452] 199.204.45.23 () {44 vars in 945 bytes} [Sun May 10 05:09:42 2026] GET /v2.0/networks?name=public => generated 791 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:09:43.284 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9782cfd8-61d7-4656-b4ad-47dd91f5d0bf ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 225/453] 199.204.45.23 () {44 vars in 923 bytes} [Sun May 10 05:09:43 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/454] 199.204.45.23 () {44 vars in 945 bytes} [Sun May 10 05:09:43 2026] GET /v2.0/networks?name=public => generated 791 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:09:43.356 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8f05c48-40c3-448a-a7e7-a166222100b1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 226/455] 199.204.45.23 () {44 vars in 1030 bytes} [Sun May 10 05:09:43 2026] GET /v2.0/subnets/public-subnet?network_id=4a1940cd-d845-4f41-a8eb-4985c7401711 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/456] 199.204.45.23 () {44 vars in 1053 bytes} [Sun May 10 05:09:43 2026] GET /v2.0/subnets?name=public-subnet&network_id=4a1940cd-d845-4f41-a8eb-4985c7401711 => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/459] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:09:51 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/460] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:09:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/461] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:09:52 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: 233/462] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:09:52 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/463] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:09:52 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: 234/464] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:09:52 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: 231/465] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:09:52 2026] GET /v2.0/networks => generated 2287 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/466] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:09:52 2026] GET /v2.0/ports => generated 5217 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/467] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:09:52 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: 236/468] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:09:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/469] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:09:52 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) 2026-05-10 05:10:10.748 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e85420dd-8546-41f5-8f13-eeded6fa3e5c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 235/472] 199.204.45.23 () {44 vars in 933 bytes} [Sun May 10 05:10:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/473] 199.204.45.23 () {44 vars in 955 bytes} [Sun May 10 05:10:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 776 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:10:11.676 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9234f755-adfe-4ee9-a435-b9e683d1563a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 236/474] 199.204.45.23 () {44 vars in 933 bytes} [Sun May 10 05:10:11 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: 239/475] 199.204.45.23 () {44 vars in 955 bytes} [Sun May 10 05:10:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 776 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:10:11.748 7 INFO neutron.pecan_wsgi.hooks.translation [None req-311fb160-e166-42de-828a-e7e667a58627 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 237/476] 199.204.45.23 () {44 vars in 1032 bytes} [Sun May 10 05:10:11 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ce28a0f2-5b02-4aed-8653-b315658cd656 => generated 114 bytes in 14 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.23 () {44 vars in 1055 bytes} [Sun May 10 05:10:11 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ce28a0f2-5b02-4aed-8653-b315658cd656 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:10:12.892 7 INFO neutron.api.v2.resource [None req-9a8c4207-5ee4-45ad-84ba-e6b540191a6e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 238/478] 199.204.45.23 () {44 vars in 967 bytes} [Sun May 10 05:10:12 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/479] 199.204.45.23 () {44 vars in 989 bytes} [Sun May 10 05:10:12 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 38 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.23 () {44 vars in 997 bytes} [Sun May 10 05:10:14 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/481] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:10:14 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/482] 199.204.45.23 () {44 vars in 1007 bytes} [Sun May 10 05:10:14 2026] GET /v2.0/security-group-rules/e3e50da6-5279-43d5-8849-d336e99fc2e7 => 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: 243/485] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:10:14 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 4694 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/486] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:10:15 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/487] 199.204.45.23 () {44 vars in 1007 bytes} [Sun May 10 05:10:15 2026] GET /v2.0/security-group-rules/93f137c7-5906-4fce-abb9-512aeeb0b93c => 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: 244/488] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:10:15 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => 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: 245/489] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:10:16 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => 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: 245/490] 199.204.45.23 () {44 vars in 1007 bytes} [Sun May 10 05:10:16 2026] GET /v2.0/security-group-rules/7451fdde-71d2-4c46-a372-8b4c0c32acf5 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/491] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:10:16 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/492] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:10:16 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/493] 199.204.45.23 () {44 vars in 1007 bytes} [Sun May 10 05:10:16 2026] GET /v2.0/security-group-rules/2261d59b-ca3d-4ce1-88a7-0557814db357 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/494] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:10:17 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/495] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:10:17 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/496] 199.204.45.23 () {44 vars in 1007 bytes} [Sun May 10 05:10:17 2026] GET /v2.0/security-group-rules/5c74909a-6eff-4089-84ca-4d73036a5536 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/497] 199.204.45.23 () {44 vars in 983 bytes} [Sun May 10 05:10:19 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656 => generated 773 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:10:19.139 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aec443cc-7b8b-4ddc-8c7e-1faede38174d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 249/498] 199.204.45.23 () {44 vars in 1072 bytes} [Sun May 10 05:10:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ce28a0f2-5b02-4aed-8653-b315658cd656 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/499] 199.204.45.23 () {44 vars in 1095 bytes} [Sun May 10 05:10:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ce28a0f2-5b02-4aed-8653-b315658cd656 => generated 1242 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/500] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:10:19 2026] GET /v2.0/security-groups/f1694176-a0ee-440b-8b2e-bf3221dca724 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:10:26.743 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5e05c9f8-5cad-4a12-b929-c204f611e347 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 251/501] 199.204.45.23 () {44 vars in 976 bytes} [Sun May 10 05:10:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/502] 199.204.45.23 () {44 vars in 998 bytes} [Sun May 10 05:10:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/503] 199.204.45.23 () {44 vars in 916 bytes} [Sun May 10 05:10:28 2026] GET /v2.0/ports => generated 5217 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:10:29.490 7 INFO neutron.api.v2.resource [None req-f0d656ac-56f9-43ae-b190-f5f53ff71bea ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 252/504] 199.204.45.23 () {44 vars in 955 bytes} [Sun May 10 05:10:29 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/505] 199.204.45.23 () {44 vars in 977 bytes} [Sun May 10 05:10:29 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/508] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:10:30 2026] GET /v2.0/security-groups/c1ee5b67-8855-4969-bc78-2b4042dde008 => generated 2882 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/509] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:10:30 2026] GET /v2.0/security-groups/c1ee5b67-8855-4969-bc78-2b4042dde008 => generated 2882 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/510] 199.204.45.23 () {44 vars in 1007 bytes} [Sun May 10 05:10:30 2026] GET /v2.0/security-group-rules/d8062445-833e-45e5-a14e-6950720d0ef4 => generated 621 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/511] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:10:31 2026] GET /v2.0/security-groups/c1ee5b67-8855-4969-bc78-2b4042dde008 => generated 2882 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/512] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:10:31 2026] GET /v2.0/security-groups/c1ee5b67-8855-4969-bc78-2b4042dde008 => generated 2882 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/513] 199.204.45.23 () {44 vars in 1007 bytes} [Sun May 10 05:10:31 2026] GET /v2.0/security-group-rules/fb97d409-f71b-457e-903c-392ca9e2a717 => generated 625 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/514] 199.204.45.23 () {44 vars in 971 bytes} [Sun May 10 05:10:42 2026] GET /v2.0/quotas/b22c3a43ac3048f4812c26ea5b3a8f9e => generated 291 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/517] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:10:51 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/518] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:10:52 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/519] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:10:52 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/520] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:10:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/521] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:10:52 2026] GET /v2.0/ports => generated 5217 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/522] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:10:52 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: 262/523] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:10:52 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/524] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:10:52 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: 263/525] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:10:52 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/526] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:10:52 2026] GET /v2.0/networks => generated 2287 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/527] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:10:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-10 05:11:33.973 8 INFO neutron.api.v2.resource [None req-b811be9e-26dc-4797-869a-22b4b1d5c006 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 268/534] 199.204.45.23 () {44 vars in 1070 bytes} [Sun May 10 05:11:33 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=df8d11f900254b19916e03b058f0b5f7 => generated 139 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/535] 199.204.45.23 () {44 vars in 1093 bytes} [Sun May 10 05:11:33 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=df8d11f900254b19916e03b058f0b5f7 => generated 4072 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/536] 199.204.45.23 () {44 vars in 1084 bytes} [Sun May 10 05:11:34 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f?project_id=df8d11f900254b19916e03b058f0b5f7 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/537] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:11:35 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/538] 199.204.45.23 () {44 vars in 1007 bytes} [Sun May 10 05:11:35 2026] GET /v2.0/security-group-rules/ecdd2723-54c4-442f-8694-4eb3eb40c844 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/539] 199.204.45.23 () {44 vars in 1084 bytes} [Sun May 10 05:11:35 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f?project_id=df8d11f900254b19916e03b058f0b5f7 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/540] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:11:36 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/541] 199.204.45.23 () {44 vars in 1007 bytes} [Sun May 10 05:11:36 2026] GET /v2.0/security-group-rules/9eb92bf3-1bdd-4a11-ab3f-7b16f5793544 => generated 599 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/542] 199.204.45.23 () {44 vars in 1084 bytes} [Sun May 10 05:11:36 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f?project_id=df8d11f900254b19916e03b058f0b5f7 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/543] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:11:37 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/544] 199.204.45.23 () {44 vars in 1007 bytes} [Sun May 10 05:11:37 2026] GET /v2.0/security-group-rules/b0538768-7fc0-4141-8ee3-e24e70631c88 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/545] 199.204.45.23 () {44 vars in 1084 bytes} [Sun May 10 05:11:38 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f?project_id=df8d11f900254b19916e03b058f0b5f7 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/546] 199.204.45.23 () {44 vars in 997 bytes} [Sun May 10 05:11:38 2026] GET /v2.0/security-groups/da3f84e5-3116-44c4-804e-64750379f84f => generated 4075 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/547] 199.204.45.23 () {44 vars in 1007 bytes} [Sun May 10 05:11:38 2026] GET /v2.0/security-group-rules/13f50ba4-a5e3-42ed-b0e2-248f10b311d8 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/550] 199.204.45.23 () {44 vars in 971 bytes} [Sun May 10 05:11:45 2026] GET /v2.0/quotas/df8d11f900254b19916e03b058f0b5f7 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/551] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:11:51 2026] GET /v2.0/floatingips => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/552] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:11:52 2026] GET /v2.0/networks => generated 2287 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/553] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:11:52 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: 8|app: 0|req: 278/554] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:11:52 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: 277/555] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:11:52 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: 279/556] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:11:52 2026] GET /v2.0/ports => generated 5217 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/557] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:11:52 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: 8|app: 0|req: 280/558] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:11:52 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: 7|app: 0|req: 279/559] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:11:52 2026] GET /v2.0/agents => generated 1214 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/560] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:11:52 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: 7|app: 0|req: 280/561] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:11:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/568] 199.204.45.23 () {44 vars in 945 bytes} [Sun May 10 05:12:35 2026] GET /v2.0/networks?name=public => generated 791 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/571] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:12:51 2026] GET /v2.0/ports => generated 5217 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/572] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:12:52 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/573] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:12:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/574] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:12:52 2026] GET /v2.0/networks => generated 2287 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/575] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:12:52 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: 288/576] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:12:52 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: 289/577] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:12:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/578] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:12:52 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: 290/579] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:12:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/580] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:12:52 2026] GET /v2.0/agents => generated 1214 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/581] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:12:52 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: 292/584] 10.0.0.201 () {32 vars in 649 bytes} [Sun May 10 05:13:12 2026] GET /v2.0/networks => generated 2287 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/585] 10.0.0.201 () {32 vars in 655 bytes} [Sun May 10 05:13:14 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: 8|app: 0|req: 293/586] 10.0.0.201 () {32 vars in 647 bytes} [Sun May 10 05:13:14 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: 294/587] 10.0.0.201 () {32 vars in 643 bytes} [Sun May 10 05:13:14 2026] GET /v2.0/ports => generated 5217 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/588] 10.0.0.201 () {32 vars in 647 bytes} [Sun May 10 05:13:14 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: 295/589] 10.0.0.201 () {32 vars in 649 bytes} [Sun May 10 05:13:14 2026] GET /v2.0/networks => generated 2287 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/590] 10.0.0.201 () {32 vars in 663 bytes} [Sun May 10 05:13:14 2026] GET /v2.0/security-groups => generated 17397 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/591] 10.0.0.201 () {32 vars in 655 bytes} [Sun May 10 05:13:14 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) 2026-05-10 05:13:25.027 8 INFO neutron.db.ovn_revision_numbers_db [None req-c2ffb26d-a0d3-4087-91c8-761d40874de3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 67b257c1-850f-4297-bd5e-b0f504b15547 (type: security_groups) to 1 2026-05-10 05:13:25.046 8 INFO neutron.db.ovn_revision_numbers_db [None req-c2ffb26d-a0d3-4087-91c8-761d40874de3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0066f7d3-c27f-4d10-bb12-e8dec0c70522 (type: security_group_rules) to 0 2026-05-10 05:13:25.050 7 INFO neutron.db.ovn_revision_numbers_db [None req-bf05692d-58d1-4780-8af2-9c7f23fbfc51 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 69692336-825f-4561-af4b-7f7b9571163e (type: security_groups) to 1 2026-05-10 05:13:25.059 8 INFO neutron.db.ovn_revision_numbers_db [None req-c2ffb26d-a0d3-4087-91c8-761d40874de3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5a0d76d7-fa40-4b02-8374-c96ed45ef920 (type: security_group_rules) to 0 2026-05-10 05:13:25.062 7 INFO neutron.db.ovn_revision_numbers_db [None req-bf05692d-58d1-4780-8af2-9c7f23fbfc51 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 44312365-8d2e-4cf3-a4af-0b55b58fc7f4 (type: security_group_rules) to 0 2026-05-10 05:13:25.072 8 INFO neutron.db.ovn_revision_numbers_db [None req-c2ffb26d-a0d3-4087-91c8-761d40874de3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource bea97ce3-a297-4f81-9a07-f18c1857aea9 (type: security_group_rules) to 0 2026-05-10 05:13:25.073 7 INFO neutron.db.ovn_revision_numbers_db [None req-bf05692d-58d1-4780-8af2-9c7f23fbfc51 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 79bb891d-989e-4ed2-a7f1-c16fbc77ce1f (type: security_group_rules) to 0 2026-05-10 05:13:25.084 7 INFO neutron.db.ovn_revision_numbers_db [None req-bf05692d-58d1-4780-8af2-9c7f23fbfc51 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8f6ec0e1-e59d-4f36-9fbc-d05274e79c4b (type: security_group_rules) to 0 2026-05-10 05:13:25.085 8 INFO neutron.db.ovn_revision_numbers_db [None req-c2ffb26d-a0d3-4087-91c8-761d40874de3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource dc61a7e9-0ae3-4327-8731-eca79992ef3b (type: security_group_rules) to 0 2026-05-10 05:13:25.103 7 INFO neutron.db.ovn_revision_numbers_db [None req-bf05692d-58d1-4780-8af2-9c7f23fbfc51 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ef50bc5b-896e-496b-bb3e-35e006b5bfac (type: security_group_rules) to 0 2026-05-10 05:13:25.180 8 INFO neutron.db.segments_db [None req-c2ffb26d-a0d3-4087-91c8-761d40874de3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Added segment 15d23a5f-a876-4049-aa20-d7ab6a6162ed of type geneve for network 5c0cde4d-cc06-456a-a971-2af64ce11fc7 2026-05-10 05:13:25.204 7 INFO neutron.db.segments_db [None req-bf05692d-58d1-4780-8af2-9c7f23fbfc51 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Added segment cd6c1338-bf47-42ff-b4c1-54e9f79ed5e9 of type geneve for network ed3e747a-59ef-4b15-861d-9cd3ca8b3e97 2026-05-10 05:13:25.322 8 INFO neutron.db.ovn_revision_numbers_db [None req-c2ffb26d-a0d3-4087-91c8-761d40874de3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5c0cde4d-cc06-456a-a971-2af64ce11fc7 (type: networks) to 1 2026-05-10 05:13:25.322 7 INFO neutron.db.ovn_revision_numbers_db [None req-bf05692d-58d1-4780-8af2-9c7f23fbfc51 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ed3e747a-59ef-4b15-861d-9cd3ca8b3e97 (type: networks) to 1 2026-05-10 05:13:25.490 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bf05692d-58d1-4780-8af2-9c7f23fbfc51 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:25.492 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bf05692d-58d1-4780-8af2-9c7f23fbfc51 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network ed3e747a-59ef-4b15-861d-9cd3ca8b3e97: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:25.511 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c2ffb26d-a0d3-4087-91c8-761d40874de3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:25.512 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c2ffb26d-a0d3-4087-91c8-761d40874de3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 5c0cde4d-cc06-456a-a971-2af64ce11fc7: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:25.537 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2919887f-d0bd-46ea-aa5a-8df532816f9c - - - - - -] OVN reports status down for port: d6cc6f07-2bf2-427c-9952-8d3fde2c65b8 2026-05-10 05:13:25.595 7 INFO neutron.db.ovn_revision_numbers_db [None req-bf05692d-58d1-4780-8af2-9c7f23fbfc51 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d6cc6f07-2bf2-427c-9952-8d3fde2c65b8 (type: ports) to 1 2026-05-10 05:13:25.606 8 INFO neutron.db.ovn_revision_numbers_db [None req-c2ffb26d-a0d3-4087-91c8-761d40874de3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fa479b12-d329-4e81-8c93-b4d5d3a4500f (type: ports) to 1 [pid: 8|app: 0|req: 297/594] 10.0.0.201 () {34 vars in 671 bytes} [Sun May 10 05:13:24 2026] POST /v2.0/networks => generated 785 bytes in 875 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/595] 10.0.0.201 () {34 vars in 671 bytes} [Sun May 10 05:13:24 2026] POST /v2.0/networks => generated 784 bytes in 850 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:25.650 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2919887f-d0bd-46ea-aa5a-8df532816f9c - - - - - -] OVN reports status down for port: fa479b12-d329-4e81-8c93-b4d5d3a4500f 2026-05-10 05:13:25.729 7 WARNING neutron.db.securitygroups_db [None req-9636dc5e-4306-4ff4-9b9a-ab0820ede988 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:13:25.845 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f13eee7-682c-4447-beb0-0bad005499ed ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 64ce6b7d-fa8c-47dd-ad51-dcf900e24b72 (type: security_groups) to 1 2026-05-10 05:13:25.848 7 INFO neutron.db.ovn_revision_numbers_db [None req-9636dc5e-4306-4ff4-9b9a-ab0820ede988 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0e6e5d1d-98b3-437d-ad9e-637299974210 (type: security_groups) to 1 2026-05-10 05:13:25.856 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f13eee7-682c-4447-beb0-0bad005499ed ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 41217933-1761-49a9-932d-7013cf823981 (type: security_group_rules) to 0 2026-05-10 05:13:25.866 7 INFO neutron.db.ovn_revision_numbers_db [None req-9636dc5e-4306-4ff4-9b9a-ab0820ede988 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3b0f1135-60a1-4555-9a99-8530de9c314c (type: security_group_rules) to 0 2026-05-10 05:13:25.867 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f13eee7-682c-4447-beb0-0bad005499ed ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 538b4bcb-1bb2-4104-a4b8-0756bca018b7 (type: security_group_rules) to 0 2026-05-10 05:13:25.877 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f13eee7-682c-4447-beb0-0bad005499ed ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6640c47c-bf7f-4c70-80aa-b73591ee2528 (type: security_group_rules) to 0 2026-05-10 05:13:25.878 7 INFO neutron.db.ovn_revision_numbers_db [None req-9636dc5e-4306-4ff4-9b9a-ab0820ede988 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5869bed4-e62c-424d-b1c4-ad9cd642a7a3 (type: security_group_rules) to 0 2026-05-10 05:13:25.887 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f13eee7-682c-4447-beb0-0bad005499ed ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6c158f25-a43f-4282-a370-284173bb1347 (type: security_group_rules) to 0 2026-05-10 05:13:25.889 7 INFO neutron.db.ovn_revision_numbers_db [None req-9636dc5e-4306-4ff4-9b9a-ab0820ede988 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5e6a0fcd-3b83-48f2-b57b-e89d3dfc91b0 (type: security_group_rules) to 0 2026-05-10 05:13:25.898 7 INFO neutron.db.ovn_revision_numbers_db [None req-9636dc5e-4306-4ff4-9b9a-ab0820ede988 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d262f308-96a4-4beb-9df7-e84c13e21e0e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 299/596] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:13:25 2026] GET /v2.0/security-groups?tenant_id=5d733b049f7a45208f7d42c7f8675e7a&name=default => generated 2921 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:13:25.951 8 INFO neutron.db.segments_db [None req-2f13eee7-682c-4447-beb0-0bad005499ed ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Added segment 61d29844-f7a0-45e2-b918-6de94458360c of type geneve for network 2ab3a8a4-e4c5-416b-9ac2-8f1a3c57999f 2026-05-10 05:13:26.047 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f13eee7-682c-4447-beb0-0bad005499ed ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2ab3a8a4-e4c5-416b-9ac2-8f1a3c57999f (type: networks) to 1 2026-05-10 05:13:26.069 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-382b8a1e-66b1-4921-9af0-de5b42cd5c5b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:26.071 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-382b8a1e-66b1-4921-9af0-de5b42cd5c5b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 5c0cde4d-cc06-456a-a971-2af64ce11fc7: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:26.209 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2f13eee7-682c-4447-beb0-0bad005499ed ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:26.210 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2f13eee7-682c-4447-beb0-0bad005499ed ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 2ab3a8a4-e4c5-416b-9ac2-8f1a3c57999f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:26.264 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8ae60c3e-6101-47be-8d3f-b4816d645341 - - - - - -] OVN reports status down for port: f17f0f6f-ba95-4f98-96ac-2492fd190ad5 2026-05-10 05:13:26.329 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f13eee7-682c-4447-beb0-0bad005499ed ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f17f0f6f-ba95-4f98-96ac-2492fd190ad5 (type: ports) to 1 [pid: 8|app: 0|req: 298/597] 10.0.0.201 () {34 vars in 671 bytes} [Sun May 10 05:13:25 2026] POST /v2.0/networks => generated 789 bytes in 742 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:26.506 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-71c76390-ac3c-450d-94dd-fa89f472eaef ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:26.508 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-71c76390-ac3c-450d-94dd-fa89f472eaef ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network ed3e747a-59ef-4b15-861d-9cd3ca8b3e97: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:26.532 7 INFO neutron.db.ovn_revision_numbers_db [None req-382b8a1e-66b1-4921-9af0-de5b42cd5c5b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fa479b12-d329-4e81-8c93-b4d5d3a4500f (type: ports) to 2 2026-05-10 05:13:26.562 7 INFO neutron.db.ovn_revision_numbers_db [None req-382b8a1e-66b1-4921-9af0-de5b42cd5c5b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6ba56ac0-7572-49c7-bcb7-e6497a4f2ca5 (type: subnets) to 0 [pid: 7|app: 0|req: 300/598] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:13:25 2026] POST /v2.0/subnets => generated 691 bytes in 638 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/599] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:13:26 2026] DELETE /v2.0/security-groups/0e6e5d1d-98b3-437d-ad9e-637299974210 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:13:26.900 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8d2d0865-6cbd-48d5-b019-46e32c2f97d2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:26.905 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8d2d0865-6cbd-48d5-b019-46e32c2f97d2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 2ab3a8a4-e4c5-416b-9ac2-8f1a3c57999f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:26.948 8 INFO neutron.db.ovn_revision_numbers_db [None req-71c76390-ac3c-450d-94dd-fa89f472eaef ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d6cc6f07-2bf2-427c-9952-8d3fde2c65b8 (type: ports) to 2 2026-05-10 05:13:26.979 8 INFO neutron.db.ovn_revision_numbers_db [None req-71c76390-ac3c-450d-94dd-fa89f472eaef ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 582cda4b-db1b-490b-9d52-79e21305a1fe (type: subnets) to 0 [pid: 8|app: 0|req: 299/600] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:13:26 2026] POST /v2.0/subnets => generated 690 bytes in 623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:27.391 7 INFO neutron.db.ovn_revision_numbers_db [None req-8d2d0865-6cbd-48d5-b019-46e32c2f97d2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f17f0f6f-ba95-4f98-96ac-2492fd190ad5 (type: ports) to 2 2026-05-10 05:13:27.433 7 INFO neutron.db.ovn_revision_numbers_db [None req-8d2d0865-6cbd-48d5-b019-46e32c2f97d2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1a73645d-0e1c-443b-8926-88f5578678e4 (type: subnets) to 0 [pid: 7|app: 0|req: 302/601] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:13:26 2026] POST /v2.0/subnets => generated 695 bytes in 691 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:27.516 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7e0c0fbe-8377-4d2c-b586-0ad0ab13694a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:27.518 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7e0c0fbe-8377-4d2c-b586-0ad0ab13694a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:27.627 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8ae60c3e-6101-47be-8d3f-b4816d645341 - - - - - -] OVN reports status down for port: 333b6f5e-92ac-4bdb-bb1e-f42578ad0a7b 2026-05-10 05:13:27.681 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e0c0fbe-8377-4d2c-b586-0ad0ab13694a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 333b6f5e-92ac-4bdb-bb1e-f42578ad0a7b (type: ports) to 1 2026-05-10 05:13:27.958 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4ae20e6e-1b55-4a38-b41a-f7b2e316c773 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:27.959 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4ae20e6e-1b55-4a38-b41a-f7b2e316c773 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:28.007 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-7e0c0fbe-8377-4d2c-b586-0ad0ab13694a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Starting OVNClientQosExtension 2026-05-10 05:13:28.059 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2919887f-d0bd-46ea-aa5a-8df532816f9c - - - - - -] OVN reports status down for port: 6f7dc9c3-b0ad-45f4-9ec0-6a51343c55e2 2026-05-10 05:13:28.119 7 INFO neutron.db.ovn_revision_numbers_db [None req-4ae20e6e-1b55-4a38-b41a-f7b2e316c773 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6f7dc9c3-b0ad-45f4-9ec0-6a51343c55e2 (type: ports) to 1 2026-05-10 05:13:28.414 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router 4fd34efb-a61d-44b9-920b-65394e70a5d1 is bound to host instance 2026-05-10 05:13:28.425 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8ae60c3e-6101-47be-8d3f-b4816d645341 - - - - - -] OVN reports status up for port: 333b6f5e-92ac-4bdb-bb1e-f42578ad0a7b 2026-05-10 05:13:28.491 8 INFO neutron.plugins.ml2.plugin [None req-8ae60c3e-6101-47be-8d3f-b4816d645341 - - - - - -] Attempt 1 to provision port 333b6f5e-92ac-4bdb-bb1e-f42578ad0a7b 2026-05-10 05:13:28.496 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-4ae20e6e-1b55-4a38-b41a-f7b2e316c773 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Starting OVNClientQosExtension 2026-05-10 05:13:28.561 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e0c0fbe-8377-4d2c-b586-0ad0ab13694a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 333b6f5e-92ac-4bdb-bb1e-f42578ad0a7b (type: router_ports) to 1 2026-05-10 05:13:28.741 8 INFO neutron.db.ovn_revision_numbers_db [None req-7e0c0fbe-8377-4d2c-b586-0ad0ab13694a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4fd34efb-a61d-44b9-920b-65394e70a5d1 (type: routers) to 2 [pid: 8|app: 0|req: 300/602] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:13:26 2026] POST /v2.0/routers => generated 990 bytes in 1777 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:28.891 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router 4bfb6c1c-7bdf-42a0-be72-2c0bb2285a74 is bound to host instance 2026-05-10 05:13:28.920 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2919887f-d0bd-46ea-aa5a-8df532816f9c - - - - - -] OVN reports status up for port: 6f7dc9c3-b0ad-45f4-9ec0-6a51343c55e2 2026-05-10 05:13:28.959 7 INFO neutron.plugins.ml2.plugin [None req-2919887f-d0bd-46ea-aa5a-8df532816f9c - - - - - -] Attempt 1 to provision port 6f7dc9c3-b0ad-45f4-9ec0-6a51343c55e2 2026-05-10 05:13:29.009 7 INFO neutron.db.ovn_revision_numbers_db [None req-4ae20e6e-1b55-4a38-b41a-f7b2e316c773 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6f7dc9c3-b0ad-45f4-9ec0-6a51343c55e2 (type: router_ports) to 1 2026-05-10 05:13:29.200 7 INFO neutron.db.ovn_revision_numbers_db [None req-4ae20e6e-1b55-4a38-b41a-f7b2e316c773 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4bfb6c1c-7bdf-42a0-be72-2c0bb2285a74 (type: routers) to 2 [pid: 7|app: 0|req: 303/603] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:13:27 2026] POST /v2.0/routers => generated 989 bytes in 1780 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:29.587 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-598bdaa9-718e-4335-865e-da53c57c7d63 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:29.589 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-598bdaa9-718e-4335-865e-da53c57c7d63 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:29.725 7 INFO neutron.db.ovn_revision_numbers_db [None req-315854f2-65cb-497b-b837-b453109d2bdb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ee0171df-2968-4d0c-ac5e-63bc5618d176 (type: security_groups) to 1 2026-05-10 05:13:29.766 7 INFO neutron.db.ovn_revision_numbers_db [None req-315854f2-65cb-497b-b837-b453109d2bdb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 23a72a33-e10c-4a5c-90fd-f46ca9cbc401 (type: security_group_rules) to 0 2026-05-10 05:13:29.790 7 INFO neutron.db.ovn_revision_numbers_db [None req-315854f2-65cb-497b-b837-b453109d2bdb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3d60ca7b-8761-4aa6-b390-bca0717f854d (type: security_group_rules) to 0 2026-05-10 05:13:29.821 7 INFO neutron.db.ovn_revision_numbers_db [None req-315854f2-65cb-497b-b837-b453109d2bdb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 48e133c4-d4e3-4ee7-b6a0-931959c00b48 (type: security_group_rules) to 0 2026-05-10 05:13:29.853 7 INFO neutron.db.ovn_revision_numbers_db [None req-315854f2-65cb-497b-b837-b453109d2bdb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 954a0b3f-be00-4a37-a101-2649b8fc0250 (type: security_group_rules) to 0 2026-05-10 05:13:29.855 8 INFO neutron.db.ovn_revision_numbers_db [None req-598bdaa9-718e-4335-865e-da53c57c7d63 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 487379fc-8a57-414f-8665-a430abde0c6b (type: ports) to 1 2026-05-10 05:13:29.952 7 INFO neutron.db.segments_db [None req-315854f2-65cb-497b-b837-b453109d2bdb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Added segment 606d0678-01bb-450d-8b59-3ef5b875bdd0 of type geneve for network 6360e391-5c26-4cb1-a387-68efc6c2107c 2026-05-10 05:13:30.072 8 INFO neutron.db.ovn_revision_numbers_db [None req-c87f24fc-896d-4902-8c7e-bdbd91941b46 - - - - - -] Successfully bumped revision number for resource 333b6f5e-92ac-4bdb-bb1e-f42578ad0a7b (type: ports) to 4 2026-05-10 05:13:30.198 7 INFO neutron.db.ovn_revision_numbers_db [None req-315854f2-65cb-497b-b837-b453109d2bdb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6360e391-5c26-4cb1-a387-68efc6c2107c (type: networks) to 1 2026-05-10 05:13:30.342 7 INFO neutron.db.ovn_revision_numbers_db [None req-8a1adca3-f64c-47ed-9bd5-3e003833bfdf - - - - - -] Successfully bumped revision number for resource 6f7dc9c3-b0ad-45f4-9ec0-6a51343c55e2 (type: ports) to 4 2026-05-10 05:13:30.736 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-315854f2-65cb-497b-b837-b453109d2bdb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:30.740 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-315854f2-65cb-497b-b837-b453109d2bdb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 6360e391-5c26-4cb1-a387-68efc6c2107c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:30.860 7 INFO neutron.db.ovn_revision_numbers_db [None req-315854f2-65cb-497b-b837-b453109d2bdb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e982d9be-ee7f-4fb2-9e28-5cace06d761f (type: ports) to 1 [pid: 7|app: 0|req: 304/604] 10.0.0.201 () {34 vars in 671 bytes} [Sun May 10 05:13:29 2026] POST /v2.0/networks => generated 779 bytes in 1661 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:31.063 8 INFO neutron.db.ovn_revision_numbers_db [None req-c87f24fc-896d-4902-8c7e-bdbd91941b46 - - - - - -] Successfully bumped revision number for resource 333b6f5e-92ac-4bdb-bb1e-f42578ad0a7b (type: ports) to 5 2026-05-10 05:13:31.159 7 INFO neutron.db.ovn_revision_numbers_db [None req-8a1adca3-f64c-47ed-9bd5-3e003833bfdf - - - - - -] Successfully bumped revision number for resource 6f7dc9c3-b0ad-45f4-9ec0-6a51343c55e2 (type: ports) to 5 2026-05-10 05:13:31.288 8 INFO neutron.db.ovn_revision_numbers_db [None req-598bdaa9-718e-4335-865e-da53c57c7d63 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 487379fc-8a57-414f-8665-a430abde0c6b (type: router_ports) to 1 2026-05-10 05:13:31.328 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-8a1adca3-f64c-47ed-9bd5-3e003833bfdf - - - - - -] Router f5f9b253-1ca1-4784-92f8-265d8258b7b9 is bound to host instance 2026-05-10 05:13:31.347 8 INFO neutron.db.ovn_revision_numbers_db [None req-598bdaa9-718e-4335-865e-da53c57c7d63 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f5f9b253-1ca1-4784-92f8-265d8258b7b9 (type: routers) to 2 [pid: 8|app: 0|req: 301/605] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:13:28 2026] POST /v2.0/routers => generated 994 bytes in 2590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:31.556 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8ae60c3e-6101-47be-8d3f-b4816d645341 - - - - - -] OVN reports status down for port: 487379fc-8a57-414f-8665-a430abde0c6b 2026-05-10 05:13:31.665 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-8ae60c3e-6101-47be-8d3f-b4816d645341 - - - - - -] Logical_Switch_Port 487379fc-8a57-414f-8665-a430abde0c6b host information not removed, the port state is up 2026-05-10 05:13:31.667 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d47d6e35-1789-4897-a1e3-7dec730c3142 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:31.668 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8ae60c3e-6101-47be-8d3f-b4816d645341 - - - - - -] OVN reports status up for port: 487379fc-8a57-414f-8665-a430abde0c6b 2026-05-10 05:13:31.668 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d47d6e35-1789-4897-a1e3-7dec730c3142 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 5c0cde4d-cc06-456a-a971-2af64ce11fc7: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:31.696 8 INFO neutron.plugins.ml2.plugin [None req-8ae60c3e-6101-47be-8d3f-b4816d645341 - - - - - -] Attempt 1 to provision port 487379fc-8a57-414f-8665-a430abde0c6b 2026-05-10 05:13:31.791 7 INFO neutron.db.ovn_revision_numbers_db [None req-d47d6e35-1789-4897-a1e3-7dec730c3142 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5e2d70d6-0e5b-4c33-bc8b-b9bae08bf738 (type: ports) to 1 2026-05-10 05:13:31.926 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-efbc017b-cb77-4d79-a7d0-52f66baa8d7b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:31.927 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-efbc017b-cb77-4d79-a7d0-52f66baa8d7b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network ed3e747a-59ef-4b15-861d-9cd3ca8b3e97: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:32.054 8 INFO neutron.db.ovn_revision_numbers_db [None req-efbc017b-cb77-4d79-a7d0-52f66baa8d7b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 278e8819-dc18-4f65-bcc2-5b26914b5cc0 (type: ports) to 1 2026-05-10 05:13:32.251 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2919887f-d0bd-46ea-aa5a-8df532816f9c - - - - - -] OVN reports status down for port: e982d9be-ee7f-4fb2-9e28-5cace06d761f 2026-05-10 05:13:32.482 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2919887f-d0bd-46ea-aa5a-8df532816f9c - - - - - -] OVN reports status down for port: 278e8819-dc18-4f65-bcc2-5b26914b5cc0 2026-05-10 05:13:32.695 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-efbc017b-cb77-4d79-a7d0-52f66baa8d7b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:32.696 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-efbc017b-cb77-4d79-a7d0-52f66baa8d7b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network ed3e747a-59ef-4b15-861d-9cd3ca8b3e97: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:32.736 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-2919887f-d0bd-46ea-aa5a-8df532816f9c - - - - - -] Logical_Switch_Port 278e8819-dc18-4f65-bcc2-5b26914b5cc0 host information not removed, the port state is up 2026-05-10 05:13:32.737 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2919887f-d0bd-46ea-aa5a-8df532816f9c - - - - - -] OVN reports status up for port: 278e8819-dc18-4f65-bcc2-5b26914b5cc0 2026-05-10 05:13:32.788 7 INFO neutron.plugins.ml2.plugin [None req-2919887f-d0bd-46ea-aa5a-8df532816f9c - - - - - -] Attempt 1 to provision port 278e8819-dc18-4f65-bcc2-5b26914b5cc0 2026-05-10 05:13:33.135 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d47d6e35-1789-4897-a1e3-7dec730c3142 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:33.140 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d47d6e35-1789-4897-a1e3-7dec730c3142 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 5c0cde4d-cc06-456a-a971-2af64ce11fc7: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:33.151 8 INFO neutron.db.ovn_revision_numbers_db [None req-efbc017b-cb77-4d79-a7d0-52f66baa8d7b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 278e8819-dc18-4f65-bcc2-5b26914b5cc0 (type: router_ports) to 1 [pid: 8|app: 0|req: 302/606] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:13:31 2026] PUT /v2.0/routers/4bfb6c1c-7bdf-42a0-be72-2c0bb2285a74/add_router_interface => generated 310 bytes in 1794 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:33.303 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d38cb4ae-442f-4024-8912-9b4f81c473c7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:33.304 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d38cb4ae-442f-4024-8912-9b4f81c473c7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 6360e391-5c26-4cb1-a387-68efc6c2107c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:33.687 8 INFO neutron.db.ovn_revision_numbers_db [None req-d38cb4ae-442f-4024-8912-9b4f81c473c7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e982d9be-ee7f-4fb2-9e28-5cace06d761f (type: ports) to 2 2026-05-10 05:13:33.717 8 INFO neutron.db.ovn_revision_numbers_db [None req-d38cb4ae-442f-4024-8912-9b4f81c473c7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7cec4788-be06-49e8-b977-18c219b93883 (type: subnets) to 0 [pid: 8|app: 0|req: 305/609] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:13:33 2026] POST /v2.0/subnets => generated 685 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:34.128 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5dd16faf-ca51-4a87-9c19-69b1de3b3190 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:34.130 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5dd16faf-ca51-4a87-9c19-69b1de3b3190 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 2ab3a8a4-e4c5-416b-9ac2-8f1a3c57999f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:34.189 7 INFO neutron.db.ovn_revision_numbers_db [None req-2919887f-d0bd-46ea-aa5a-8df532816f9c - - - - - -] Successfully bumped revision number for resource 278e8819-dc18-4f65-bcc2-5b26914b5cc0 (type: ports) to 2 2026-05-10 05:13:34.258 8 INFO neutron.db.ovn_revision_numbers_db [None req-5dd16faf-ca51-4a87-9c19-69b1de3b3190 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fb059344-d9da-4d9c-ae5e-c0708aed150f (type: ports) to 1 2026-05-10 05:13:34.560 7 INFO neutron.db.ovn_revision_numbers_db [None req-d47d6e35-1789-4897-a1e3-7dec730c3142 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5e2d70d6-0e5b-4c33-bc8b-b9bae08bf738 (type: router_ports) to 1 [pid: 7|app: 0|req: 305/610] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:13:30 2026] PUT /v2.0/routers/4fd34efb-a61d-44b9-920b-65394e70a5d1/add_router_interface => generated 310 bytes in 3674 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:34.656 7 INFO neutron.db.ovn_revision_numbers_db [None req-c670adb1-287f-44fc-9cf7-a95bc4b4e045 - - - - - -] Successfully bumped revision number for resource 487379fc-8a57-414f-8665-a430abde0c6b (type: ports) to 4 2026-05-10 05:13:34.814 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f1a5a3e-3a50-4a0d-a3ee-2c529be801de 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] Successfully bumped revision number for resource 0150465c-315f-4d79-bc4d-de9bdcb2c081 (type: security_groups) to 1 2026-05-10 05:13:34.831 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f1a5a3e-3a50-4a0d-a3ee-2c529be801de 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] Successfully bumped revision number for resource 246f4c5f-e80c-4750-9f6d-b07c9d2a0470 (type: security_group_rules) to 0 2026-05-10 05:13:34.849 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f1a5a3e-3a50-4a0d-a3ee-2c529be801de 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] Successfully bumped revision number for resource 83d37020-592d-477e-9bd7-2e81af0b0bb7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 306/611] 10.0.0.201 () {34 vars in 685 bytes} [Sun May 10 05:13:34 2026] POST /v2.0/security-groups => generated 1659 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:13:34.922 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8ae60c3e-6101-47be-8d3f-b4816d645341 - - - - - -] OVN reports status down for port: 5e2d70d6-0e5b-4c33-bc8b-b9bae08bf738 2026-05-10 05:13:35.056 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-8ae60c3e-6101-47be-8d3f-b4816d645341 - - - - - -] Logical_Switch_Port 5e2d70d6-0e5b-4c33-bc8b-b9bae08bf738 host information not removed, the port state is up 2026-05-10 05:13:35.056 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8ae60c3e-6101-47be-8d3f-b4816d645341 - - - - - -] OVN reports status up for port: 5e2d70d6-0e5b-4c33-bc8b-b9bae08bf738 2026-05-10 05:13:35.078 8 INFO neutron.plugins.ml2.plugin [None req-8ae60c3e-6101-47be-8d3f-b4816d645341 - - - - - -] Attempt 1 to provision port 5e2d70d6-0e5b-4c33-bc8b-b9bae08bf738 2026-05-10 05:13:35.110 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5dd16faf-ca51-4a87-9c19-69b1de3b3190 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:35.112 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5dd16faf-ca51-4a87-9c19-69b1de3b3190 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 2ab3a8a4-e4c5-416b-9ac2-8f1a3c57999f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:35.360 7 INFO neutron.db.ovn_revision_numbers_db [None req-c670adb1-287f-44fc-9cf7-a95bc4b4e045 - - - - - -] Successfully bumped revision number for resource 487379fc-8a57-414f-8665-a430abde0c6b (type: ports) to 5 2026-05-10 05:13:35.588 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fe7f041b-0feb-4deb-a74b-a5bc72a8888f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:35.589 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fe7f041b-0feb-4deb-a74b-a5bc72a8888f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:35.695 7 INFO neutron.db.ovn_revision_numbers_db [None req-fe7f041b-0feb-4deb-a74b-a5bc72a8888f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8f0e1081-46ed-452d-8a33-77ef4a591ff4 (type: ports) to 1 2026-05-10 05:13:35.896 8 INFO neutron.db.ovn_revision_numbers_db [None req-8ae60c3e-6101-47be-8d3f-b4816d645341 - - - - - -] Successfully bumped revision number for resource 5e2d70d6-0e5b-4c33-bc8b-b9bae08bf738 (type: ports) to 2 2026-05-10 05:13:35.929 8 INFO neutron.db.ovn_revision_numbers_db [None req-5dd16faf-ca51-4a87-9c19-69b1de3b3190 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fb059344-d9da-4d9c-ae5e-c0708aed150f (type: router_ports) to 1 [pid: 8|app: 0|req: 306/612] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:13:33 2026] PUT /v2.0/routers/f5f9b253-1ca1-4784-92f8-265d8258b7b9/add_router_interface => generated 310 bytes in 2203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:36.085 8 INFO neutron.db.ovn_revision_numbers_db [None req-3673038e-8465-461a-ab93-454b01fc297b 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] Successfully bumped revision number for resource d0028e8e-9efb-45f3-96e6-05f746424b29 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 307/613] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:13:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:36.320 8 INFO neutron.db.ovn_revision_numbers_db [req-0062a5a2-a02b-46d8-8762-4d9386260d9a req-d0e5b761-8592-445c-aa92-a4fb0405d5d6 bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] Successfully bumped revision number for resource 5777b064-cefc-4f6b-9368-fc9209f8afe0 (type: security_groups) to 1 2026-05-10 05:13:36.332 8 INFO neutron.db.ovn_revision_numbers_db [req-0062a5a2-a02b-46d8-8762-4d9386260d9a req-d0e5b761-8592-445c-aa92-a4fb0405d5d6 bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] Successfully bumped revision number for resource 4b65bf68-f1bd-48dc-b10a-618fc1e51796 (type: security_group_rules) to 0 2026-05-10 05:13:36.343 8 INFO neutron.db.ovn_revision_numbers_db [req-0062a5a2-a02b-46d8-8762-4d9386260d9a req-d0e5b761-8592-445c-aa92-a4fb0405d5d6 bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] Successfully bumped revision number for resource b0817ab9-6e2f-4834-be20-fe0e73f7e43c (type: security_group_rules) to 0 2026-05-10 05:13:36.415 7 INFO neutron.db.ovn_revision_numbers_db [None req-fe7f041b-0feb-4deb-a74b-a5bc72a8888f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8f0e1081-46ed-452d-8a33-77ef4a591ff4 (type: router_ports) to 1 2026-05-10 05:13:36.433 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-c87f24fc-896d-4902-8c7e-bdbd91941b46 - - - - - -] Router 16a1d8b8-20d7-425b-ac0e-acd3af93d07f is bound to host instance [pid: 8|app: 0|req: 308/614] 10.0.0.162 () {38 vars in 971 bytes} [Sun May 10 05:13:36 2026] POST /v2.0/security-groups => generated 1681 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:13:36.485 7 INFO neutron.db.ovn_revision_numbers_db [None req-fe7f041b-0feb-4deb-a74b-a5bc72a8888f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 16a1d8b8-20d7-425b-ac0e-acd3af93d07f (type: routers) to 2 [pid: 7|app: 0|req: 307/615] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:13:34 2026] POST /v2.0/routers => generated 984 bytes in 1587 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:36.617 7 INFO neutron.db.ovn_revision_numbers_db [req-40bd4912-a37b-4492-bf5d-79d495fa9f4f req-5f512c91-bcc5-4b7d-a91a-539f39a9773a bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] Successfully bumped revision number for resource d836ab80-3a29-494b-9a50-9a3ae20b0b2b (type: security_groups) to 1 2026-05-10 05:13:36.638 7 INFO neutron.db.ovn_revision_numbers_db [req-40bd4912-a37b-4492-bf5d-79d495fa9f4f req-5f512c91-bcc5-4b7d-a91a-539f39a9773a bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] Successfully bumped revision number for resource 1646205b-b5d3-4d68-85e2-ac0e1ee12a26 (type: security_group_rules) to 0 2026-05-10 05:13:36.652 7 INFO neutron.db.ovn_revision_numbers_db [req-40bd4912-a37b-4492-bf5d-79d495fa9f4f req-5f512c91-bcc5-4b7d-a91a-539f39a9773a bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] Successfully bumped revision number for resource e05f4ac0-3386-43f2-9078-aee6256bbdb4 (type: security_group_rules) to 0 2026-05-10 05:13:36.674 8 INFO neutron.db.ovn_revision_numbers_db [None req-78257062-26f6-4641-9b37-0f7b70939471 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] Successfully bumped revision number for resource 781a7b20-290b-4b50-9f2a-119860d1b81f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 308/616] 10.0.0.162 () {38 vars in 971 bytes} [Sun May 10 05:13:36 2026] POST /v2.0/security-groups => generated 1680 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/617] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:13:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:36.917 8 INFO neutron.db.ovn_revision_numbers_db [req-30ad5d6d-dbaf-427a-9877-368130f06ea8 req-90a4e175-7904-42b4-a27e-1614bd4cd165 bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] Successfully bumped revision number for resource ccbfa117-f586-4e28-909d-fec71c000bcc (type: security_groups) to 1 2026-05-10 05:13:36.938 8 INFO neutron.db.ovn_revision_numbers_db [req-30ad5d6d-dbaf-427a-9877-368130f06ea8 req-90a4e175-7904-42b4-a27e-1614bd4cd165 bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] Successfully bumped revision number for resource c215efac-ba44-410a-a499-e165d37e2c01 (type: security_group_rules) to 0 2026-05-10 05:13:36.963 8 INFO neutron.db.ovn_revision_numbers_db [req-30ad5d6d-dbaf-427a-9877-368130f06ea8 req-90a4e175-7904-42b4-a27e-1614bd4cd165 bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] Successfully bumped revision number for resource f92f04d1-f816-4c39-a88c-7623a219c783 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 310/618] 10.0.0.162 () {38 vars in 971 bytes} [Sun May 10 05:13:36 2026] POST /v2.0/security-groups => generated 1680 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:13:37.089 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3491033d-1098-4329-ad28-3b232f0a412f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:37.090 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3491033d-1098-4329-ad28-3b232f0a412f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 6360e391-5c26-4cb1-a387-68efc6c2107c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:37.255 7 INFO neutron.db.ovn_revision_numbers_db [None req-3491033d-1098-4329-ad28-3b232f0a412f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 632770bc-595a-461f-950b-c6126f74348f (type: ports) to 1 2026-05-10 05:13:37.297 8 INFO neutron.db.ovn_revision_numbers_db [req-4881f1e2-6be0-469f-a629-5867d968f3c0 req-5756d7ce-b268-4791-b92d-23171cfebaca 05a97ef99c404e9e842d1dd756b309b6 9989fd4332fa404fab8839809b93eec7 - - default default] Successfully bumped revision number for resource 7fe0bf3b-9588-4b84-ad13-fbdf1f7335a2 (type: security_groups) to 1 2026-05-10 05:13:37.315 8 INFO neutron.db.ovn_revision_numbers_db [req-4881f1e2-6be0-469f-a629-5867d968f3c0 req-5756d7ce-b268-4791-b92d-23171cfebaca 05a97ef99c404e9e842d1dd756b309b6 9989fd4332fa404fab8839809b93eec7 - - default default] Successfully bumped revision number for resource 21d1dde9-49b3-4f14-82d3-129d9fa50470 (type: security_group_rules) to 0 2026-05-10 05:13:37.333 8 INFO neutron.db.ovn_revision_numbers_db [req-4881f1e2-6be0-469f-a629-5867d968f3c0 req-5756d7ce-b268-4791-b92d-23171cfebaca 05a97ef99c404e9e842d1dd756b309b6 9989fd4332fa404fab8839809b93eec7 - - default default] Successfully bumped revision number for resource 2d8aa51d-6411-4f50-9664-035ed7fec412 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 311/619] 10.0.0.162 () {38 vars in 971 bytes} [Sun May 10 05:13:37 2026] POST /v2.0/security-groups => generated 1685 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:13:37.721 8 INFO neutron.db.ovn_revision_numbers_db [None req-b7bbf4ba-3728-491f-be06-2853e506ea41 - - - - - -] Successfully bumped revision number for resource 8f0e1081-46ed-452d-8a33-77ef4a591ff4 (type: ports) to 4 2026-05-10 05:13:37.810 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4d25cc67-4de1-4ede-95b8-db91ff864638 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] No more DHCP agents 2026-05-10 05:13:37.812 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4d25cc67-4de1-4ede-95b8-db91ff864638 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:37.876 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3491033d-1098-4329-ad28-3b232f0a412f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:37.877 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3491033d-1098-4329-ad28-3b232f0a412f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 6360e391-5c26-4cb1-a387-68efc6c2107c: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 312/620] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:13:37 2026] POST /v2.0/floatingips => generated 552 bytes in 896 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:38.308 8 WARNING neutron.db.securitygroups_db [req-c19f0761-eb1b-4a16-9549-b128010ff18e req-e8d3764c-bf25-4411-a479-0fabadb47f20 bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - 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-10 05:13:38.342 8 INFO neutron.db.ovn_revision_numbers_db [None req-b7bbf4ba-3728-491f-be06-2853e506ea41 - - - - - -] Successfully bumped revision number for resource 8f0e1081-46ed-452d-8a33-77ef4a591ff4 (type: ports) to 5 [pid: 8|app: 0|req: 313/621] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:13:38 2026] GET /v2.0/security-groups?tenant_id=7cca6575649b4be294f93bdb354b6fca => generated 7902 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/622] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:38 2026] GET /v2.0/security-groups/7fe0bf3b-9588-4b84-ad13-fbdf1f7335a2 => generated 1685 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/623] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:38 2026] GET /v2.0/security-groups/67b257c1-850f-4297-bd5e-b0f504b15547 => generated 2918 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:13:38.576 8 INFO neutron.db.ovn_revision_numbers_db [req-4117b57d-fc41-48e8-878a-f0f36816bce9 req-07d804cc-71f5-49f6-9cf6-05b9778092df 05a97ef99c404e9e842d1dd756b309b6 9989fd4332fa404fab8839809b93eec7 - - default default] Successfully bumped revision number for resource 1a82a710-4203-4f5b-aca7-dc18db039db0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 316/624] 10.0.0.162 () {38 vars in 981 bytes} [Sun May 10 05:13:38 2026] POST /v2.0/security-group-rules => generated 614 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/625] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:38 2026] GET /v2.0/security-groups/67b257c1-850f-4297-bd5e-b0f504b15547 => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:13:38.668 7 INFO neutron.db.ovn_revision_numbers_db [None req-3491033d-1098-4329-ad28-3b232f0a412f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 632770bc-595a-461f-950b-c6126f74348f (type: router_ports) to 1 [pid: 7|app: 0|req: 309/626] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:13:36 2026] PUT /v2.0/routers/16a1d8b8-20d7-425b-ac0e-acd3af93d07f/add_router_interface => generated 310 bytes in 1985 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:38.705 7 WARNING neutron.db.securitygroups_db [req-b704a337-a414-418e-9f98-59dad3267456 req-90ecf9b6-b015-4c3c-a312-8b3b119c9f67 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - 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: 310/627] 10.0.0.162 () {34 vars in 1098 bytes} [Sun May 10 05:13:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--321190747&fields=id&tenant_id=4b02e44e9726458cadc697a04aefc88d => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:13:38.766 8 INFO neutron.db.ovn_revision_numbers_db [req-89d9bad4-6270-42c4-a041-3ed5c0fa8429 req-3529a298-fa01-4630-863a-eac2803ae6f1 05a97ef99c404e9e842d1dd756b309b6 9989fd4332fa404fab8839809b93eec7 - - default default] Successfully bumped revision number for resource 04ec1396-d857-4ccd-8f54-bccd3627d616 (type: security_groups) to 1 2026-05-10 05:13:38.776 8 INFO neutron.db.ovn_revision_numbers_db [req-89d9bad4-6270-42c4-a041-3ed5c0fa8429 req-3529a298-fa01-4630-863a-eac2803ae6f1 05a97ef99c404e9e842d1dd756b309b6 9989fd4332fa404fab8839809b93eec7 - - default default] Successfully bumped revision number for resource 9eaea48d-e265-4770-b37a-f9a261fffe2e (type: security_group_rules) to 0 2026-05-10 05:13:38.784 8 INFO neutron.db.ovn_revision_numbers_db [req-89d9bad4-6270-42c4-a041-3ed5c0fa8429 req-3529a298-fa01-4630-863a-eac2803ae6f1 05a97ef99c404e9e842d1dd756b309b6 9989fd4332fa404fab8839809b93eec7 - - default default] Successfully bumped revision number for resource ec380cdc-e927-45c8-8548-3af6f021995c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 311/628] 10.0.0.162 () {34 vars in 982 bytes} [Sun May 10 05:13:38 2026] GET /v2.0/networks?id=ed3e747a-59ef-4b15-861d-9cd3ca8b3e97 => generated 713 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/629] 10.0.0.162 () {38 vars in 971 bytes} [Sun May 10 05:13:38 2026] POST /v2.0/security-groups => generated 1686 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/630] 10.0.0.162 () {34 vars in 965 bytes} [Sun May 10 05:13:38 2026] GET /v2.0/quotas/4b02e44e9726458cadc697a04aefc88d => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/631] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:38 2026] GET /v2.0/security-groups/5777b064-cefc-4f6b-9368-fc9209f8afe0 => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/632] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:13:38 2026] GET /v2.0/ports?tenant_id=4b02e44e9726458cadc697a04aefc88d&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/633] 10.0.0.162 () {36 vars in 1013 bytes} [Sun May 10 05:13:38 2026] DELETE /v2.0/security-groups/5777b064-cefc-4f6b-9368-fc9209f8afe0 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/634] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:39 2026] GET /v2.0/security-groups/04ec1396-d857-4ccd-8f54-bccd3627d616 => generated 1686 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:13:39.150 8 INFO neutron.db.ovn_revision_numbers_db [req-1edc884e-b2b3-4deb-be42-add894c094c3 req-064f33bf-4795-49af-95f3-68eadc938b0e 05a97ef99c404e9e842d1dd756b309b6 9989fd4332fa404fab8839809b93eec7 - - default default] Successfully bumped revision number for resource 9d850a30-30de-4dc1-9c75-12b583680398 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 321/635] 10.0.0.162 () {38 vars in 981 bytes} [Sun May 10 05:13:39 2026] POST /v2.0/security-group-rules => generated 614 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:39.230 7 INFO neutron.api.v2.resource [req-e35d4e85-d4dc-454e-85f5-db4a2515a2af req-73c52f18-3cd8-480d-ba88-8b9c77a9a46a bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 315/636] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:39 2026] GET /v2.0/security-groups/5777b064-cefc-4f6b-9368-fc9209f8afe0 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/637] 10.0.0.162 () {34 vars in 907 bytes} [Sun May 10 05:13:39 2026] GET /v2.0/extensions => generated 21706 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/638] 10.0.0.162 () {34 vars in 1008 bytes} [Sun May 10 05:13:39 2026] GET /v2.0/networks/ed3e747a-59ef-4b15-861d-9cd3ca8b3e97?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/639] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:39 2026] GET /v2.0/security-groups/04ec1396-d857-4ccd-8f54-bccd3627d616 => generated 2311 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/640] 10.0.0.162 () {34 vars in 1108 bytes} [Sun May 10 05:13:39 2026] GET /v2.0/networks/ed3e747a-59ef-4b15-861d-9cd3ca8b3e97?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-10 05:13:39.441 8 INFO neutron.db.ovn_revision_numbers_db [None req-51c3b29c-8d69-4cd2-baee-88805b4825b8 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] Successfully bumped revision number for resource c51a1521-82b5-4f71-827e-e76fc1312616 (type: security_groups) to 1 2026-05-10 05:13:39.453 8 INFO neutron.db.ovn_revision_numbers_db [None req-51c3b29c-8d69-4cd2-baee-88805b4825b8 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] Successfully bumped revision number for resource 0d93d108-beab-4c15-909b-2a38cd6474a1 (type: security_group_rules) to 0 2026-05-10 05:13:39.465 8 INFO neutron.db.ovn_revision_numbers_db [None req-51c3b29c-8d69-4cd2-baee-88805b4825b8 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] Successfully bumped revision number for resource 6a96b299-62f6-4a7d-b655-5983c9271ca4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 323/641] 10.0.0.201 () {34 vars in 685 bytes} [Sun May 10 05:13:39 2026] POST /v2.0/security-groups => generated 1659 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:13:39.574 7 INFO neutron.db.ovn_revision_numbers_db [req-52a2fbb3-64ac-4f3a-b769-61cfecbcf98e req-1cc2734e-fbac-47c7-b4df-b8ada62e123f 05a97ef99c404e9e842d1dd756b309b6 9989fd4332fa404fab8839809b93eec7 - - default default] Successfully bumped revision number for resource 2675f6a2-9e83-43ce-b3a4-9aa8776f2b76 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 319/642] 10.0.0.162 () {38 vars in 981 bytes} [Sun May 10 05:13:39 2026] POST /v2.0/security-group-rules => generated 619 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/643] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:39 2026] GET /v2.0/security-groups/d836ab80-3a29-494b-9a50-9a3ae20b0b2b => generated 1680 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:13:39.670 8 INFO neutron.db.ovn_revision_numbers_db [None req-9bb8b8fb-c4d3-4863-9c99-b4f7d46c39e4 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] Successfully bumped revision number for resource 3d1bce11-5fe2-4120-b345-c106fcd5a862 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 324/644] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:13:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/645] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:39 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/646] 10.0.0.162 () {36 vars in 1013 bytes} [Sun May 10 05:13:39 2026] DELETE /v2.0/security-groups/d836ab80-3a29-494b-9a50-9a3ae20b0b2b => 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: 322/647] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:39 2026] GET /v2.0/security-groups/04ec1396-d857-4ccd-8f54-bccd3627d616 => generated 2941 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:13:39.871 7 INFO neutron.api.v2.resource [req-3c38e1db-0b58-4746-b2eb-57954452be93 req-c0ea89d1-cb22-47fe-9181-9d73086aa5eb bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 323/648] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:39 2026] GET /v2.0/security-groups/d836ab80-3a29-494b-9a50-9a3ae20b0b2b => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:13:39.879 8 INFO neutron.db.ovn_revision_numbers_db [None req-6664a707-1ea6-45ff-af70-23d07b09bed1 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] Successfully bumped revision number for resource c35cff5a-1d3c-4a84-8a23-cfb19fd73857 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 324/649] 10.0.0.162 () {34 vars in 1001 bytes} [Sun May 10 05:13:39 2026] GET /v2.0/security-group-rules/2675f6a2-9e83-43ce-b3a4-9aa8776f2b76 => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/650] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:13:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/651] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:39 2026] GET /v2.0/security-groups/ccbfa117-f586-4e28-909d-fec71c000bcc => generated 1680 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/652] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:39 2026] GET /v2.0/security-groups/04ec1396-d857-4ccd-8f54-bccd3627d616 => generated 2941 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:13:40.067 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-f1edbad5-5136-484e-af6b-3c6c52c69652 - - - - - -] No hosting information found for port 278e8819-dc18-4f65-bcc2-5b26914b5cc0: RuntimeError: No hosting information found for port 278e8819-dc18-4f65-bcc2-5b26914b5cc0 [pid: 7|app: 0|req: 327/653] 10.0.0.162 () {36 vars in 1013 bytes} [Sun May 10 05:13:39 2026] DELETE /v2.0/security-groups/ccbfa117-f586-4e28-909d-fec71c000bcc => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:13:40.110 7 INFO neutron.common.ovn.utils [None req-f1edbad5-5136-484e-af6b-3c6c52c69652 - - - - - -] HA Chassis Group neutron-ed3e747a-59ef-4b15-861d-9cd3ca8b3e97 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:13:40.131 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-08d7351c-0590-4c98-aa0f-50d76d9559c8 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] No more DHCP agents 2026-05-10 05:13:40.132 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-08d7351c-0590-4c98-aa0f-50d76d9559c8 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:40.268 7 INFO neutron.db.ovn_revision_numbers_db [None req-f1edbad5-5136-484e-af6b-3c6c52c69652 - - - - - -] Successfully bumped revision number for resource 278e8819-dc18-4f65-bcc2-5b26914b5cc0 (type: router_ports) to 2 2026-05-10 05:13:40.378 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f1edbad5-5136-484e-af6b-3c6c52c69652 - - - - - -] OVN reports status down for port: fb059344-d9da-4d9c-ae5e-c0708aed150f [pid: 8|app: 0|req: 327/654] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:13:39 2026] POST /v2.0/floatingips => generated 552 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/655] 10.0.0.162 () {36 vars in 1023 bytes} [Sun May 10 05:13:40 2026] DELETE /v2.0/security-group-rules/2675f6a2-9e83-43ce-b3a4-9aa8776f2b76 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:13:40.442 8 INFO neutron.api.v2.resource [req-2504b97f-2a84-44c5-874b-c898894c410c req-73286802-05a7-4aa3-8382-1299b075bb2c bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 328/656] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:40 2026] GET /v2.0/security-groups/ccbfa117-f586-4e28-909d-fec71c000bcc => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:13:40.471 8 WARNING neutron.db.securitygroups_db [req-57553d06-b287-4253-9f10-03d8c4da9492 req-759ed576-6bed-4fae-9d6f-3f0d12b36481 bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - 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-10 05:13:40.493 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-f1edbad5-5136-484e-af6b-3c6c52c69652 - - - - - -] Logical_Switch_Port fb059344-d9da-4d9c-ae5e-c0708aed150f host information not removed, the port state is up [pid: 8|app: 0|req: 329/657] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:13:40 2026] GET /v2.0/security-groups?tenant_id=7cca6575649b4be294f93bdb354b6fca => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/658] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:40 2026] GET /v2.0/security-groups/04ec1396-d857-4ccd-8f54-bccd3627d616 => generated 2311 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/659] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:40 2026] GET /v2.0/security-groups/67b257c1-850f-4297-bd5e-b0f504b15547 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:13:40.551 7 INFO neutron.common.ovn.utils [None req-f1edbad5-5136-484e-af6b-3c6c52c69652 - - - - - -] HA Chassis Group neutron-5c0cde4d-cc06-456a-a971-2af64ce11fc7 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:13:40.559 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f1edbad5-5136-484e-af6b-3c6c52c69652 - - - - - -] OVN reports status up for port: fb059344-d9da-4d9c-ae5e-c0708aed150f [pid: 8|app: 0|req: 331/660] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:40 2026] GET /v2.0/security-groups/67b257c1-850f-4297-bd5e-b0f504b15547 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:13:40.583 7 INFO neutron.plugins.ml2.plugin [None req-f1edbad5-5136-484e-af6b-3c6c52c69652 - - - - - -] Attempt 1 to provision port fb059344-d9da-4d9c-ae5e-c0708aed150f 2026-05-10 05:13:40.620 8 INFO neutron.api.v2.resource [req-736cbb12-f732-4422-b970-cdc3d74b0718 req-3cecacfc-b180-4af7-aa4c-c141f57c5b5a bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 332/661] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:40 2026] GET /v2.0/security-groups/ccbfa117-f586-4e28-909d-fec71c000bcc => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:13:40.650 8 INFO neutron.api.v2.resource [req-690d77c5-b0dd-4e26-a6f8-67884870b69b req-5f3036ad-216a-43f8-8417-2afd125bb4d0 bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 333/662] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:40 2026] GET /v2.0/security-groups/d836ab80-3a29-494b-9a50-9a3ae20b0b2b => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:13:40.703 8 INFO neutron.api.v2.resource [req-692256e9-37f2-468b-95bc-e9ad98c9cb5a req-67b3e1ad-356b-4dae-81b2-b63b4002dd6f bab9a88f6d5e4fa2a01a7e5644b9b44c 7cca6575649b4be294f93bdb354b6fca - - default default] show failed (client error): The resource could not be found. 2026-05-10 05:13:40.706 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-8f4195ac-2760-4891-9ced-4e01a2bff2cb - - - - - -] No hosting information found for port 5e2d70d6-0e5b-4c33-bc8b-b9bae08bf738: RuntimeError: No hosting information found for port 5e2d70d6-0e5b-4c33-bc8b-b9bae08bf738 [pid: 8|app: 0|req: 334/663] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:40 2026] GET /v2.0/security-groups/5777b064-cefc-4f6b-9368-fc9209f8afe0 => generated 146 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/664] 10.0.0.162 () {36 vars in 1013 bytes} [Sun May 10 05:13:40 2026] DELETE /v2.0/security-groups/04ec1396-d857-4ccd-8f54-bccd3627d616 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:13:40.839 7 WARNING neutron.db.securitygroups_db [req-1296cd48-4175-4b04-ae0f-720cbb016991 req-5bbed06d-fb4b-4581-a097-76b793385426 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - 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-10 05:13:40.886 8 INFO neutron.db.ovn_revision_numbers_db [None req-8f4195ac-2760-4891-9ced-4e01a2bff2cb - - - - - -] Successfully bumped revision number for resource 5e2d70d6-0e5b-4c33-bc8b-b9bae08bf738 (type: router_ports) to 2 2026-05-10 05:13:40.890 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8f4195ac-2760-4891-9ced-4e01a2bff2cb - - - - - -] OVN reports status down for port: 8f0e1081-46ed-452d-8a33-77ef4a591ff4 [pid: 7|app: 0|req: 331/665] 10.0.0.162 () {34 vars in 1098 bytes} [Sun May 10 05:13:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--509766405&fields=id&tenant_id=dc353d2b382a4ea6915a26529a2040d4 => generated 69 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/666] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:40 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/667] 10.0.0.162 () {34 vars in 982 bytes} [Sun May 10 05:13:40 2026] GET /v2.0/networks?id=6360e391-5c26-4cb1-a387-68efc6c2107c => generated 708 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/668] 10.0.0.162 () {34 vars in 991 bytes} [Sun May 10 05:13:41 2026] GET /v2.0/security-groups/7fe0bf3b-9588-4b84-ad13-fbdf1f7335a2 => generated 2310 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/669] 10.0.0.162 () {34 vars in 965 bytes} [Sun May 10 05:13:41 2026] GET /v2.0/quotas/dc353d2b382a4ea6915a26529a2040d4 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:41.281 7 INFO neutron.db.ovn_revision_numbers_db [None req-f1edbad5-5136-484e-af6b-3c6c52c69652 - - - - - -] Successfully bumped revision number for resource fb059344-d9da-4d9c-ae5e-c0708aed150f (type: ports) to 2 [pid: 7|app: 0|req: 336/670] 10.0.0.162 () {36 vars in 1013 bytes} [Sun May 10 05:13:41 2026] DELETE /v2.0/security-groups/7fe0bf3b-9588-4b84-ad13-fbdf1f7335a2 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/671] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:13:41 2026] GET /v2.0/ports?tenant_id=dc353d2b382a4ea6915a26529a2040d4&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:41.638 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a2172ab-6376-46c0-8bbf-20eff803d4c5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 5e2d70d6-0e5b-4c33-bc8b-b9bae08bf738 2026-05-10 05:13:41.650 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a2172ab-6376-46c0-8bbf-20eff803d4c5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 5e2d70d6-0e5b-4c33-bc8b-b9bae08bf738 2026-05-10 05:13:41.772 7 INFO neutron_taas.services.taas.taas_plugin [None req-78291d56-7173-40e7-824b-66d4108e2638 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: fb059344-d9da-4d9c-ae5e-c0708aed150f 2026-05-10 05:13:41.780 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78291d56-7173-40e7-824b-66d4108e2638 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: fb059344-d9da-4d9c-ae5e-c0708aed150f 2026-05-10 05:13:41.889 8 INFO neutron.db.ovn_revision_numbers_db [None req-8f4195ac-2760-4891-9ced-4e01a2bff2cb - - - - - -] Successfully bumped revision number for resource 8f0e1081-46ed-452d-8a33-77ef4a591ff4 (type: ports) to 6 2026-05-10 05:13:42.013 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-5e06903a-89b5-4c81-9c2b-2fd6da3b166d - - - - - -] Logical_Switch_Port 8f0e1081-46ed-452d-8a33-77ef4a591ff4 host information not removed, the port state is up 2026-05-10 05:13:42.067 8 INFO neutron.common.ovn.utils [None req-5e06903a-89b5-4c81-9c2b-2fd6da3b166d - - - - - -] HA Chassis Group neutron-6360e391-5c26-4cb1-a387-68efc6c2107c synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:13:42.101 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5e06903a-89b5-4c81-9c2b-2fd6da3b166d - - - - - -] OVN reports status up for port: 8f0e1081-46ed-452d-8a33-77ef4a591ff4 2026-05-10 05:13:42.134 8 INFO neutron.plugins.ml2.plugin [None req-5e06903a-89b5-4c81-9c2b-2fd6da3b166d - - - - - -] Attempt 1 to provision port 8f0e1081-46ed-452d-8a33-77ef4a591ff4 [pid: 7|app: 0|req: 338/672] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:13:41 2026] PUT /v2.0/routers/f5f9b253-1ca1-4784-92f8-265d8258b7b9/remove_router_interface => generated 310 bytes in 1022 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: 339/673] 10.0.0.162 () {34 vars in 1008 bytes} [Sun May 10 05:13:42 2026] GET /v2.0/networks/6360e391-5c26-4cb1-a387-68efc6c2107c?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: 340/674] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:42 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:13:42.749 8 INFO neutron.db.ovn_revision_numbers_db [None req-5e06903a-89b5-4c81-9c2b-2fd6da3b166d - - - - - -] Successfully bumped revision number for resource 8f0e1081-46ed-452d-8a33-77ef4a591ff4 (type: ports) to 7 [pid: 8|app: 0|req: 335/675] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:13:40 2026] PUT /v2.0/routers/4fd34efb-a61d-44b9-920b-65394e70a5d1/remove_router_interface => generated 310 bytes in 2062 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: 336/676] 10.0.0.162 () {34 vars in 1108 bytes} [Sun May 10 05:13:42 2026] GET /v2.0/networks/6360e391-5c26-4cb1-a387-68efc6c2107c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:13:42.853 7 INFO neutron_taas.services.taas.taas_plugin [None req-91ddcd75-c311-4758-b237-3d9a3f537ad7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 487379fc-8a57-414f-8665-a430abde0c6b 2026-05-10 05:13:42.858 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91ddcd75-c311-4758-b237-3d9a3f537ad7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 487379fc-8a57-414f-8665-a430abde0c6b 2026-05-10 05:13:43.180 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc9b9d4c-76ca-4085-8ae0-c8904899dd67 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 333b6f5e-92ac-4bdb-bb1e-f42578ad0a7b 2026-05-10 05:13:43.183 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc9b9d4c-76ca-4085-8ae0-c8904899dd67 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 333b6f5e-92ac-4bdb-bb1e-f42578ad0a7b [pid: 7|app: 0|req: 341/677] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:13:42 2026] DELETE /v2.0/routers/f5f9b253-1ca1-4784-92f8-265d8258b7b9 => generated 0 bytes in 733 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/678] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:43 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => 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: 343/679] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:13:43 2026] DELETE /v2.0/subnets/1a73645d-0e1c-443b-8926-88f5578678e4 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:13:43.566 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebe06e7a-262a-453e-834d-85969fb0db36 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: f17f0f6f-ba95-4f98-96ac-2492fd190ad5 2026-05-10 05:13:43.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebe06e7a-262a-453e-834d-85969fb0db36 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: f17f0f6f-ba95-4f98-96ac-2492fd190ad5 [pid: 8|app: 0|req: 337/680] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:13:42 2026] DELETE /v2.0/routers/4fd34efb-a61d-44b9-920b-65394e70a5d1 => generated 0 bytes in 765 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/681] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:43 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => 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: 339/682] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:13:43 2026] DELETE /v2.0/subnets/6ba56ac0-7572-49c7-bcb7-e6497a4f2ca5 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/683] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:13:43 2026] DELETE /v2.0/networks/2ab3a8a4-e4c5-416b-9ac2-8f1a3c57999f => generated 0 bytes in 405 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:13:43.938 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a7763fa-63c5-435c-9481-ee60cbe58951 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: fa479b12-d329-4e81-8c93-b4d5d3a4500f 2026-05-10 05:13:43.940 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a7763fa-63c5-435c-9481-ee60cbe58951 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: fa479b12-d329-4e81-8c93-b4d5d3a4500f 2026-05-10 05:13:43.958 7 WARNING neutron.db.securitygroups_db [None req-74656aa9-f342-417c-8198-5ddd12547184 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 345/684] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:13:43 2026] GET /v2.0/security-groups?tenant_id=9989fd4332fa404fab8839809b93eec7&name=default => generated 2921 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/685] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:13:43 2026] DELETE /v2.0/networks/5c0cde4d-cc06-456a-a971-2af64ce11fc7 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/686] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:13:43 2026] DELETE /v2.0/security-groups/64ce6b7d-fa8c-47dd-ad51-dcf900e24b72 => 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: 341/687] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:44 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:13:44.431 8 WARNING neutron.db.securitygroups_db [None req-f63920d2-4718-4149-ae11-6a995540d12f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 342/688] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:13:44 2026] GET /v2.0/security-groups?tenant_id=7cca6575649b4be294f93bdb354b6fca&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:13:44.537 7 INFO neutron.services.segments.plugin [-] Segment 61d29844-f7a0-45e2-b918-6de94458360c resource provider aggregate not found [pid: 7|app: 0|req: 347/689] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:13:44 2026] GET /v2.0/networks?id=ed3e747a-59ef-4b15-861d-9cd3ca8b3e97 => generated 713 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/690] 199.204.45.23 () {34 vars in 910 bytes} [Sun May 10 05:13:44 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) 2026-05-10 05:13:44.683 7 WARNING neutron.db.securitygroups_db [req-b704a337-a414-418e-9f98-59dad3267456 req-414e4bd2-3ec0-4012-8dba-42026c2999a8 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - 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-10 05:13:44.688 8 INFO neutron.services.segments.plugin [-] Segment 15d23a5f-a876-4049-aa20-d7ab6a6162ed resource provider aggregate not found [pid: 8|app: 0|req: 343/691] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:13:44 2026] DELETE /v2.0/security-groups/67b257c1-850f-4297-bd5e-b0f504b15547 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:13:44.704 7 INFO neutron.services.segments.plugin [-] Segment 61d29844-f7a0-45e2-b918-6de94458360c resource provider aggregate not found 2026-05-10 05:13:44.710 7 INFO neutron.services.segments.plugin [-] Segment 61d29844-f7a0-45e2-b918-6de94458360c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61d29844-f7a0-45e2-b918-6de94458360c found for delete ", "request_id": "req-6a05137f-cdbf-43d9-84b1-d71801624a9a"}]} [pid: 7|app: 0|req: 349/692] 199.204.45.23 () {34 vars in 1049 bytes} [Sun May 10 05:13:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4b02e44e9726458cadc697a04aefc88d => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:44.743 8 INFO neutron.services.segments.plugin [-] Segment 15d23a5f-a876-4049-aa20-d7ab6a6162ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15d23a5f-a876-4049-aa20-d7ab6a6162ed found for delete ", "request_id": "req-7efd00d9-d2d3-4de8-8bb4-929c03a1ad53"}]} [pid: 8|app: 0|req: 344/693] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:44 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:13:44.760 7 INFO neutron.services.segments.plugin [-] Segment 61d29844-f7a0-45e2-b918-6de94458360c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61d29844-f7a0-45e2-b918-6de94458360c found for delete ", "request_id": "req-25d1e481-43eb-473e-9e2e-e11e5699ee50"}]} 2026-05-10 05:13:44.762 8 INFO neutron.services.segments.plugin [-] Segment 15d23a5f-a876-4049-aa20-d7ab6a6162ed resource provider aggregate not found 2026-05-10 05:13:44.784 8 INFO neutron.services.segments.plugin [-] Segment 15d23a5f-a876-4049-aa20-d7ab6a6162ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15d23a5f-a876-4049-aa20-d7ab6a6162ed found for delete ", "request_id": "req-b206831e-0ec0-4d06-ac74-56d2fa020563"}]} 2026-05-10 05:13:45.085 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-b704a337-a414-418e-9f98-59dad3267456 req-06423574-5fee-47ec-9d5e-0598eea55fb3 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] No more DHCP agents 2026-05-10 05:13:45.086 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-b704a337-a414-418e-9f98-59dad3267456 req-06423574-5fee-47ec-9d5e-0598eea55fb3 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] Unable to schedule network ed3e747a-59ef-4b15-861d-9cd3ca8b3e97: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:45.257 7 INFO neutron.db.ovn_revision_numbers_db [req-b704a337-a414-418e-9f98-59dad3267456 req-06423574-5fee-47ec-9d5e-0598eea55fb3 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] Successfully bumped revision number for resource 5912e121-f390-4d11-9906-9d5525fe007d (type: ports) to 1 [pid: 7|app: 0|req: 350/696] 199.204.45.23 () {38 vars in 954 bytes} [Sun May 10 05:13: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) [pid: 8|app: 0|req: 347/697] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:45 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 348/698] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:45 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 961 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:45.916 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-b91d415f-ba2c-4138-874d-38958e6a31b7 - - - - - -] No port found with ID fb059344-d9da-4d9c-ae5e-c0708aed150f: RuntimeError: No port found with ID fb059344-d9da-4d9c-ae5e-c0708aed150f 2026-05-10 05:13:45.935 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b91d415f-ba2c-4138-874d-38958e6a31b7 - - - - - -] OVN reports status down for port: 632770bc-595a-461f-950b-c6126f74348f [pid: 8|app: 0|req: 349/699] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:45 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&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-10 05:13:46.037 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-b91d415f-ba2c-4138-874d-38958e6a31b7 - - - - - -] Logical_Switch_Port 632770bc-595a-461f-950b-c6126f74348f host information not removed, the port state is up 2026-05-10 05:13:46.038 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b91d415f-ba2c-4138-874d-38958e6a31b7 - - - - - -] OVN reports status up for port: 632770bc-595a-461f-950b-c6126f74348f 2026-05-10 05:13:46.063 7 INFO neutron.plugins.ml2.plugin [None req-b91d415f-ba2c-4138-874d-38958e6a31b7 - - - - - -] Attempt 1 to provision port 632770bc-595a-461f-950b-c6126f74348f 2026-05-10 05:13:46.260 7 INFO neutron.db.ovn_revision_numbers_db [req-b704a337-a414-418e-9f98-59dad3267456 req-003e39ed-c79b-4726-b1c4-286886afc95c cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 5912e121-f390-4d11-9906-9d5525fe007d (type: ports) to 2 2026-05-10 05:13:46.578 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a39f755-161a-4e98-be90-65858af8ab5f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b38225ef-8e95-4cf8-a433-0d9516e25e67 (type: security_groups) to 1 2026-05-10 05:13:46.596 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a39f755-161a-4e98-be90-65858af8ab5f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 249f13cb-feed-40b2-a920-a0d99bc377dd (type: security_group_rules) to 0 2026-05-10 05:13:46.607 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a39f755-161a-4e98-be90-65858af8ab5f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7db528f1-d942-425f-a2f7-9f6369aa4c9f (type: security_group_rules) to 0 2026-05-10 05:13:46.625 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a39f755-161a-4e98-be90-65858af8ab5f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 86516957-2d43-4f1f-abbe-7f7d0009b203 (type: security_group_rules) to 0 2026-05-10 05:13:46.637 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a39f755-161a-4e98-be90-65858af8ab5f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource bbd9126c-5bbb-41db-8c12-2a92f64c4e4d (type: security_group_rules) to 0 2026-05-10 05:13:46.658 7 INFO neutron.db.ovn_revision_numbers_db [req-b704a337-a414-418e-9f98-59dad3267456 req-003e39ed-c79b-4726-b1c4-286886afc95c cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 5912e121-f390-4d11-9906-9d5525fe007d (type: ports) to 4 [pid: 7|app: 0|req: 351/700] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:13:45 2026] PUT /v2.0/ports/5912e121-f390-4d11-9906-9d5525fe007d => generated 1231 bytes in 1032 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:13:46.714 8 INFO neutron.db.segments_db [None req-8a39f755-161a-4e98-be90-65858af8ab5f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Added segment 05558d57-f4b0-4b76-a296-de85ae9992a6 of type geneve for network 5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-10 05:13:46.814 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a39f755-161a-4e98-be90-65858af8ab5f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3 (type: networks) to 1 2026-05-10 05:13:46.869 7 INFO neutron.db.ovn_revision_numbers_db [None req-b91d415f-ba2c-4138-874d-38958e6a31b7 - - - - - -] Successfully bumped revision number for resource 632770bc-595a-461f-950b-c6126f74348f (type: ports) to 2 2026-05-10 05:13:46.973 7 INFO neutron.db.ovn_revision_numbers_db [None req-53e4718d-4d5e-4498-86f2-fabfb5a37e69 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 44773e96-5326-49e9-8e1b-2537878fa232 (type: security_groups) to 1 2026-05-10 05:13:46.989 7 INFO neutron.db.ovn_revision_numbers_db [None req-53e4718d-4d5e-4498-86f2-fabfb5a37e69 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 373e27d2-ea5e-4cd3-944d-7136287c8e5f (type: security_group_rules) to 0 2026-05-10 05:13:47.002 7 INFO neutron.db.ovn_revision_numbers_db [None req-53e4718d-4d5e-4498-86f2-fabfb5a37e69 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource aec564cb-9f0f-433a-b2eb-9666b480264d (type: security_group_rules) to 0 2026-05-10 05:13:47.006 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8a39f755-161a-4e98-be90-65858af8ab5f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:47.010 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8a39f755-161a-4e98-be90-65858af8ab5f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:47.016 7 INFO neutron.db.ovn_revision_numbers_db [None req-53e4718d-4d5e-4498-86f2-fabfb5a37e69 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c11bee42-1df9-4bde-b83c-a809587b3911 (type: security_group_rules) to 0 2026-05-10 05:13:47.027 7 INFO neutron.db.ovn_revision_numbers_db [None req-53e4718d-4d5e-4498-86f2-fabfb5a37e69 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f111912f-294b-4b03-aa96-8c1ff080aef5 (type: security_group_rules) to 0 2026-05-10 05:13:47.093 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a39f755-161a-4e98-be90-65858af8ab5f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1fe84dec-ac04-450f-acfe-cc5cc5bc5e06 (type: ports) to 1 [pid: 8|app: 0|req: 350/701] 10.0.0.201 () {34 vars in 671 bytes} [Sun May 10 05:13:46 2026] POST /v2.0/networks => generated 793 bytes in 870 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/702] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:47 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:13:47.137 7 INFO neutron.db.segments_db [None req-53e4718d-4d5e-4498-86f2-fabfb5a37e69 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Added segment 0f3de891-45f9-4744-945c-42b32f180911 of type geneve for network e08032c9-ea0a-4757-9300-5aa0fbbf39b6 [pid: 8|app: 0|req: 352/703] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:47 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:47.259 7 INFO neutron.db.ovn_revision_numbers_db [None req-53e4718d-4d5e-4498-86f2-fabfb5a37e69 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e08032c9-ea0a-4757-9300-5aa0fbbf39b6 (type: networks) to 1 2026-05-10 05:13:47.268 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a20f8e52-d725-4c54-8713-dd0b0cd65ff5'] response: {'name': 'network-changed', 'server_uuid': '9cefea14-85b8-4e69-b713-df45ed9a842d', 'tag': '5912e121-f390-4d11-9906-9d5525fe007d', 'status': 'completed', 'code': 200} 2026-05-10 05:13:47.298 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1fc8aef5-20b9-4106-b356-f12fe308ce34 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:47.300 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1fc8aef5-20b9-4106-b356-f12fe308ce34 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:47.404 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-53e4718d-4d5e-4498-86f2-fabfb5a37e69 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:47.405 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-53e4718d-4d5e-4498-86f2-fabfb5a37e69 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network e08032c9-ea0a-4757-9300-5aa0fbbf39b6: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:47.459 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2e1dd1c1-1367-4cfc-ae92-fff710bfe5f5 - - - - - -] OVN reports status down for port: 52004e24-7e3b-41a5-88d0-ac360339d4bb 2026-05-10 05:13:47.484 7 INFO neutron.db.ovn_revision_numbers_db [None req-53e4718d-4d5e-4498-86f2-fabfb5a37e69 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 52004e24-7e3b-41a5-88d0-ac360339d4bb (type: ports) to 1 [pid: 7|app: 0|req: 352/704] 10.0.0.201 () {34 vars in 671 bytes} [Sun May 10 05:13:46 2026] POST /v2.0/networks => generated 788 bytes in 809 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/705] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:47 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/706] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:13:47 2026] GET /v2.0/networks?id=6360e391-5c26-4cb1-a387-68efc6c2107c => generated 708 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:47.703 8 INFO neutron.db.ovn_revision_numbers_db [None req-1fc8aef5-20b9-4106-b356-f12fe308ce34 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1fe84dec-ac04-450f-acfe-cc5cc5bc5e06 (type: ports) to 2 2026-05-10 05:13:47.721 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fc1b154d-6680-4b8f-b4cf-06a05b9bb070 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:47.722 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fc1b154d-6680-4b8f-b4cf-06a05b9bb070 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network e08032c9-ea0a-4757-9300-5aa0fbbf39b6: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:47.735 8 INFO neutron.db.ovn_revision_numbers_db [None req-1fc8aef5-20b9-4106-b356-f12fe308ce34 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a738936c-4f65-4cd2-92bd-a054ead5dcfb (type: subnets) to 0 [pid: 8|app: 0|req: 353/707] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:13:47 2026] POST /v2.0/subnets => generated 699 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:47.758 8 WARNING neutron.db.securitygroups_db [req-1296cd48-4175-4b04-ae0f-720cbb016991 req-3422cf40-caa8-49c8-aba8-545b1b35c169 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - 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: 354/708] 199.204.45.23 () {34 vars in 1049 bytes} [Sun May 10 05:13:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dc353d2b382a4ea6915a26529a2040d4 => generated 180 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/709] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:13:47 2026] GET /v2.0/ports?tenant_id=4b02e44e9726458cadc697a04aefc88d&device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 1234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:13:48.128 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc1b154d-6680-4b8f-b4cf-06a05b9bb070 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 52004e24-7e3b-41a5-88d0-ac360339d4bb (type: ports) to 2 2026-05-10 05:13:48.159 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc1b154d-6680-4b8f-b4cf-06a05b9bb070 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 486367dd-2227-45c2-a092-4c6305192cd0 (type: subnets) to 0 [pid: 7|app: 0|req: 355/710] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:13:47 2026] POST /v2.0/subnets => generated 694 bytes in 605 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:48.208 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d6466dc1-5e09-4157-9d77-06377ded4504 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:48.210 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d6466dc1-5e09-4157-9d77-06377ded4504 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:48.350 8 INFO neutron.db.ovn_revision_numbers_db [None req-d6466dc1-5e09-4157-9d77-06377ded4504 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 41feb756-317e-4fb6-9112-36e223a9420d (type: ports) to 1 2026-05-10 05:13:48.501 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-1296cd48-4175-4b04-ae0f-720cbb016991 req-e7db4afa-9c03-4ec9-a1af-cb3ffa70fadb 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] No more DHCP agents 2026-05-10 05:13:48.502 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-1296cd48-4175-4b04-ae0f-720cbb016991 req-e7db4afa-9c03-4ec9-a1af-cb3ffa70fadb 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] Unable to schedule network 6360e391-5c26-4cb1-a387-68efc6c2107c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:48.667 7 INFO neutron.db.ovn_revision_numbers_db [req-1296cd48-4175-4b04-ae0f-720cbb016991 req-e7db4afa-9c03-4ec9-a1af-cb3ffa70fadb 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] Successfully bumped revision number for resource d4b33a6c-3e64-4efc-a599-253adcced861 (type: ports) to 1 [pid: 7|app: 0|req: 356/711] 199.204.45.23 () {38 vars in 954 bytes} [Sun May 10 05:13:48 2026] POST /v2.0/ports => generated 958 bytes in 527 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-10 05:13:48.975 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-b7bbf4ba-3728-491f-be06-2853e506ea41 - - - - - -] Router a7db3a3d-ba5b-423f-a81c-e38b2f93a105 is bound to host instance 2026-05-10 05:13:49.009 8 INFO neutron.db.ovn_revision_numbers_db [None req-d6466dc1-5e09-4157-9d77-06377ded4504 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 41feb756-317e-4fb6-9112-36e223a9420d (type: router_ports) to 1 2026-05-10 05:13:49.126 8 INFO neutron.db.ovn_revision_numbers_db [None req-d6466dc1-5e09-4157-9d77-06377ded4504 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a7db3a3d-ba5b-423f-a81c-e38b2f93a105 (type: routers) to 2 [pid: 8|app: 0|req: 356/712] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:13:47 2026] POST /v2.0/routers => generated 998 bytes in 1318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/713] 199.204.45.23 () {34 vars in 1059 bytes} [Sun May 10 05:13:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5912e121-f390-4d11-9906-9d5525fe007d => generated 19 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/714] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:49 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 961 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/715] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:49 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:49.646 7 INFO neutron.db.ovn_revision_numbers_db [req-1296cd48-4175-4b04-ae0f-720cbb016991 req-0f567535-4838-4b5c-aa48-41b15d41128d cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource d4b33a6c-3e64-4efc-a599-253adcced861 (type: ports) to 2 2026-05-10 05:13:49.883 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fae0e703-1c9a-4f50-975f-9d3e979ae3fa ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:49.885 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fae0e703-1c9a-4f50-975f-9d3e979ae3fa ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:49.901 7 INFO neutron.db.ovn_revision_numbers_db [req-1296cd48-4175-4b04-ae0f-720cbb016991 req-0f567535-4838-4b5c-aa48-41b15d41128d cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource d4b33a6c-3e64-4efc-a599-253adcced861 (type: ports) to 4 [pid: 7|app: 0|req: 360/716] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:13:49 2026] PUT /v2.0/ports/d4b33a6c-3e64-4efc-a599-253adcced861 => generated 1231 bytes in 657 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-10 05:13:50.136 8 INFO neutron.db.ovn_revision_numbers_db [None req-fae0e703-1c9a-4f50-975f-9d3e979ae3fa ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6f88259d-4ccc-463a-95a2-11997f3367a2 (type: ports) to 1 2026-05-10 05:13:50.329 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e0e01e32-8ae0-4c42-adc8-5c2e8046ef62 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:50.330 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e0e01e32-8ae0-4c42-adc8-5c2e8046ef62 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:50.485 8 INFO neutron.db.ovn_revision_numbers_db [None req-3592a89e-285c-469a-9a4a-d500c276a217 - - - - - -] Successfully bumped revision number for resource 41feb756-317e-4fb6-9112-36e223a9420d (type: ports) to 4 2026-05-10 05:13:50.488 7 INFO neutron.db.ovn_revision_numbers_db [None req-e0e01e32-8ae0-4c42-adc8-5c2e8046ef62 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 18e9ec23-75da-4669-bf4d-5498f48c8ce6 (type: ports) to 1 2026-05-10 05:13:51.085 8 INFO neutron.db.ovn_revision_numbers_db [None req-3592a89e-285c-469a-9a4a-d500c276a217 - - - - - -] Successfully bumped revision number for resource 41feb756-317e-4fb6-9112-36e223a9420d (type: ports) to 5 2026-05-10 05:13:51.120 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e0e01e32-8ae0-4c42-adc8-5c2e8046ef62 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:51.121 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e0e01e32-8ae0-4c42-adc8-5c2e8046ef62 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:51.236 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-3592a89e-285c-469a-9a4a-d500c276a217 - - - - - -] Router 27bf2a61-09c8-4be6-b59d-9d100b025a5d is bound to host instance 2026-05-10 05:13:51.306 8 INFO neutron.db.ovn_revision_numbers_db [None req-fae0e703-1c9a-4f50-975f-9d3e979ae3fa ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6f88259d-4ccc-463a-95a2-11997f3367a2 (type: router_ports) to 1 2026-05-10 05:13:51.638 7 INFO neutron.db.ovn_revision_numbers_db [None req-e0e01e32-8ae0-4c42-adc8-5c2e8046ef62 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 18e9ec23-75da-4669-bf4d-5498f48c8ce6 (type: router_ports) to 1 [pid: 7|app: 0|req: 361/717] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:13:49 2026] PUT /v2.0/routers/a7db3a3d-ba5b-423f-a81c-e38b2f93a105/add_router_interface => generated 310 bytes in 1723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/718] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:13:51 2026] GET /v2.0/subnets?id=582cda4b-db1b-490b-9d52-79e21305a1fe => generated 693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/719] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:51 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/720] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:51 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:51.767 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c45d760-e74f-40ec-a94a-507957736255'] response: {'name': 'network-changed', 'server_uuid': '76b246c8-9567-4f79-ab5f-0d64fc5b3ec3', 'tag': 'd4b33a6c-3e64-4efc-a599-253adcced861', 'status': 'completed', 'code': 200} 2026-05-10 05:13:51.816 8 INFO neutron.db.ovn_revision_numbers_db [None req-fae0e703-1c9a-4f50-975f-9d3e979ae3fa ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 27bf2a61-09c8-4be6-b59d-9d100b025a5d (type: routers) to 2 [pid: 7|app: 0|req: 365/721] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:13:51 2026] GET /v2.0/ports?tenant_id=dc353d2b382a4ea6915a26529a2040d4&device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 1234 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:13:51.855 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-773e49d2-0c0c-4d88-a614-2e9e3b18dd52 - - - - - -] No hosting information found for port 632770bc-595a-461f-950b-c6126f74348f: RuntimeError: No hosting information found for port 632770bc-595a-461f-950b-c6126f74348f [pid: 7|app: 0|req: 366/722] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:13:51 2026] GET /v2.0/ports?network_id=ed3e747a-59ef-4b15-861d-9cd3ca8b3e97&device_owner=network%3Adhcp => 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: 357/723] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:13:49 2026] POST /v2.0/routers => generated 993 bytes in 2717 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/724] 199.204.45.23 () {34 vars in 1059 bytes} [Sun May 10 05:13:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d4b33a6c-3e64-4efc-a599-253adcced861 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:13:51.905 8 INFO neutron.common.ovn.utils [None req-2e1dd1c1-1367-4cfc-ae92-fff710bfe5f5 - - - - - -] HA Chassis Group neutron-5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:13:51.955 7 INFO neutron.common.ovn.utils [None req-773e49d2-0c0c-4d88-a614-2e9e3b18dd52 - - - - - -] HA Chassis Group neutron-6360e391-5c26-4cb1-a387-68efc6c2107c synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c [pid: 8|app: 0|req: 358/725] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:13:51 2026] GET /v2.0/networks/ed3e747a-59ef-4b15-861d-9cd3ca8b3e97?fields=segments => generated 14 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/726] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:13:51 2026] GET /v2.0/subnets?id=7cec4788-be06-49e8-b977-18c219b93883 => generated 688 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:52.109 7 INFO neutron.db.ovn_revision_numbers_db [None req-773e49d2-0c0c-4d88-a614-2e9e3b18dd52 - - - - - -] Successfully bumped revision number for resource 632770bc-595a-461f-950b-c6126f74348f (type: router_ports) to 2 2026-05-10 05:13:52.122 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-773e49d2-0c0c-4d88-a614-2e9e3b18dd52 - - - - - -] OVN reports status down for port: 5912e121-f390-4d11-9906-9d5525fe007d [pid: 8|app: 0|req: 360/727] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:13:52 2026] GET /v2.0/subnets => generated 4036 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/728] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:13:52 2026] GET /v2.0/networks/ed3e747a-59ef-4b15-861d-9cd3ca8b3e97?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/729] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:13:52 2026] GET /v2.0/ports?network_id=6360e391-5c26-4cb1-a387-68efc6c2107c&device_owner=network%3Adhcp => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:13:52.332 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-773e49d2-0c0c-4d88-a614-2e9e3b18dd52 - - - - - -] OVN reports status down for port: 1fe84dec-ac04-450f-acfe-cc5cc5bc5e06 2026-05-10 05:13:52.457 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-773e49d2-0c0c-4d88-a614-2e9e3b18dd52 - - - - - -] OVN reports status down for port: 41feb756-317e-4fb6-9112-36e223a9420d 2026-05-10 05:13:52.516 8 INFO neutron.db.ovn_revision_numbers_db [None req-bb3cd4b6-95f0-4580-9ef6-356a05bfece5 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Successfully bumped revision number for resource c354fc05-8d7e-4ebc-88ba-5a5687dfe02f (type: security_groups) to 1 2026-05-10 05:13:52.535 8 INFO neutron.db.ovn_revision_numbers_db [None req-bb3cd4b6-95f0-4580-9ef6-356a05bfece5 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Successfully bumped revision number for resource 9acdfabc-7608-4b7e-acf8-784349378735 (type: security_group_rules) to 0 2026-05-10 05:13:52.554 8 INFO neutron.db.ovn_revision_numbers_db [None req-bb3cd4b6-95f0-4580-9ef6-356a05bfece5 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Successfully bumped revision number for resource a1b2bccb-8dc8-4947-ae65-15a0cd91c7e6 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 363/730] 10.0.0.201 () {34 vars in 685 bytes} [Sun May 10 05:13:52 2026] POST /v2.0/security-groups => generated 1661 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:13:52.635 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-06ba36ab-b5b3-418f-a2eb-16c66f23cce8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents [pid: 8|app: 0|req: 364/731] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:13:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:13:52.644 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-06ba36ab-b5b3-418f-a2eb-16c66f23cce8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network e08032c9-ea0a-4757-9300-5aa0fbbf39b6: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 365/732] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:13:52 2026] GET /v2.0/networks/6360e391-5c26-4cb1-a387-68efc6c2107c?fields=segments => generated 14 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:13:52.855 7 INFO neutron.db.ovn_revision_numbers_db [None req-06ba36ab-b5b3-418f-a2eb-16c66f23cce8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource be4f1fc7-ca15-4c87-b33c-bd14a7da632e (type: ports) to 1 2026-05-10 05:13:52.928 8 INFO neutron.db.ovn_revision_numbers_db [None req-898a861f-4f68-4d37-8544-5ec7c00a5c9b 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Successfully bumped revision number for resource bc071595-bc13-4934-aef5-98364089fa83 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 366/733] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:13:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/734] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:13:52 2026] GET /v2.0/floatingips => generated 1093 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:13:53.055 7 INFO neutron.db.ovn_revision_numbers_db [None req-773e49d2-0c0c-4d88-a614-2e9e3b18dd52 - - - - - -] Successfully bumped revision number for resource 41feb756-317e-4fb6-9112-36e223a9420d (type: ports) to 6 [pid: 8|app: 0|req: 368/735] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:13:53 2026] GET /v2.0/networks/6360e391-5c26-4cb1-a387-68efc6c2107c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:13:53.176 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a3b8c8d-6017-4a0b-b761-26af5740ed6e - - - - - -] Successfully bumped revision number for resource 6f88259d-4ccc-463a-95a2-11997f3367a2 (type: ports) to 4 2026-05-10 05:13:53.218 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-0249dbc8-5621-4681-b02b-11a95906ab30 - - - - - -] Logical_Switch_Port 41feb756-317e-4fb6-9112-36e223a9420d host information not removed, the port state is up 2026-05-10 05:13:53.218 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0249dbc8-5621-4681-b02b-11a95906ab30 - - - - - -] OVN reports status down for port: d4b33a6c-3e64-4efc-a599-253adcced861 [pid: 8|app: 0|req: 369/736] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:53 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 973 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/737] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:53 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 973 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:53.413 7 INFO neutron.common.ovn.utils [None req-0249dbc8-5621-4681-b02b-11a95906ab30 - - - - - -] HA Chassis Group neutron-5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:13:53.435 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0249dbc8-5621-4681-b02b-11a95906ab30 - - - - - -] OVN reports status up for port: 41feb756-317e-4fb6-9112-36e223a9420d 2026-05-10 05:13:53.457 7 INFO neutron.plugins.ml2.plugin [None req-0249dbc8-5621-4681-b02b-11a95906ab30 - - - - - -] Attempt 1 to provision port 41feb756-317e-4fb6-9112-36e223a9420d 2026-05-10 05:13:53.612 8 INFO neutron.db.ovn_revision_numbers_db [None req-ba80f829-66ad-41c6-8808-0daac641c8f3 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Successfully bumped revision number for resource adf9f8e8-8d94-4302-8fae-905b36b161ec (type: security_group_rules) to 0 2026-05-10 05:13:53.692 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a3b8c8d-6017-4a0b-b761-26af5740ed6e - - - - - -] Successfully bumped revision number for resource 6f88259d-4ccc-463a-95a2-11997f3367a2 (type: ports) to 5 [pid: 8|app: 0|req: 371/738] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:13:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/739] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:13:53 2026] GET /v2.0/ports => generated 22637 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/740] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:13:53 2026] GET /v2.0/ports?tenant_id=4b02e44e9726458cadc697a04aefc88d&device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 1234 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/741] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:53 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/742] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:53 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:54.043 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-72cea3e4-e920-49e2-829f-015108435708'] response: {'server_uuid': '9cefea14-85b8-4e69-b713-df45ed9a842d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5912e121-f390-4d11-9906-9d5525fe007d', 'code': 200} 2026-05-10 05:13:54.043 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-72cea3e4-e920-49e2-829f-015108435708'] response: {'server_uuid': '76b246c8-9567-4f79-ab5f-0d64fc5b3ec3', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd4b33a6c-3e64-4efc-a599-253adcced861', 'code': 200} 2026-05-10 05:13:54.076 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-06ba36ab-b5b3-418f-a2eb-16c66f23cce8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:13:54.080 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-06ba36ab-b5b3-418f-a2eb-16c66f23cce8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network e08032c9-ea0a-4757-9300-5aa0fbbf39b6: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:54.101 7 INFO neutron.db.ovn_revision_numbers_db [None req-0249dbc8-5621-4681-b02b-11a95906ab30 - - - - - -] Successfully bumped revision number for resource 41feb756-317e-4fb6-9112-36e223a9420d (type: ports) to 7 2026-05-10 05:13:54.227 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-afd7a7d7-f91c-4843-aa0e-48760a60b8f6 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] No more DHCP agents 2026-05-10 05:13:54.229 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-afd7a7d7-f91c-4843-aa0e-48760a60b8f6 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:13:54.246 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-711c2d79-023a-4297-80fe-7940f0a1bf84 - - - - - -] OVN reports status down for port: 6f88259d-4ccc-463a-95a2-11997f3367a2 [pid: 8|app: 0|req: 376/743] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:13:53 2026] POST /v2.0/floatingips => generated 552 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/744] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/routers => generated 3961 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/745] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/networks?id=ed3e747a-59ef-4b15-861d-9cd3ca8b3e97 => generated 812 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/746] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/ports?tenant_id=dc353d2b382a4ea6915a26529a2040d4&device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => 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: 380/747] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/748] 199.204.45.23 () {34 vars in 1059 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5912e121-f390-4d11-9906-9d5525fe007d => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/749] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/networks?id=6360e391-5c26-4cb1-a387-68efc6c2107c => generated 807 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/750] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/networks => generated 5487 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/751] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/subnets?id=582cda4b-db1b-490b-9d52-79e21305a1fe => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:54.850 7 INFO neutron.db.ovn_revision_numbers_db [None req-06ba36ab-b5b3-418f-a2eb-16c66f23cce8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource be4f1fc7-ca15-4c87-b33c-bd14a7da632e (type: router_ports) to 1 [pid: 8|app: 0|req: 385/752] 199.204.45.23 () {34 vars in 1059 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d4b33a6c-3e64-4efc-a599-253adcced861 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/753] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:13:51 2026] PUT /v2.0/routers/27bf2a61-09c8-4be6-b59d-9d100b025a5d/add_router_interface => generated 310 bytes in 2982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/754] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:13:54 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: 387/755] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/subnets?id=7cec4788-be06-49e8-b977-18c219b93883 => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/756] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/ports?network_id=ed3e747a-59ef-4b15-861d-9cd3ca8b3e97&device_owner=network%3Adhcp => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/757] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/network-ip-availabilities => generated 4995 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/758] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/ports?network_id=6360e391-5c26-4cb1-a387-68efc6c2107c&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-10 05:13:54.927 8 WARNING neutron.db.securitygroups_db [req-1a3f42b6-da94-4eef-bcfe-ea6f36a00513 req-36949e6b-e185-47d0-a740-4aceba7023fc 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - 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-10 05:13:54.946 7 INFO neutron.db.ovn_revision_numbers_db [None req-711c2d79-023a-4297-80fe-7940f0a1bf84 - - - - - -] Successfully bumped revision number for resource 6f88259d-4ccc-463a-95a2-11997f3367a2 (type: ports) to 6 [pid: 8|app: 0|req: 389/759] 10.0.0.162 () {34 vars in 1100 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1912338665&fields=id&tenant_id=32174bac70654dc0b3b70ea59c2c287c => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/760] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/security-groups => generated 37599 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/761] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:13:54 2026] GET /v2.0/networks/ed3e747a-59ef-4b15-861d-9cd3ca8b3e97?fields=segments => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/762] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/networks/6360e391-5c26-4cb1-a387-68efc6c2107c?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: 392/763] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/subnets => generated 4036 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/764] 10.0.0.162 () {34 vars in 982 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/networks?id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3 => generated 722 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/765] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/networks/ed3e747a-59ef-4b15-861d-9cd3ca8b3e97?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-10 05:13:55.132 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d8105429-aea4-4c4c-ad0a-b0253e2d7635 - - - - - -] Logical_Switch_Port 6f88259d-4ccc-463a-95a2-11997f3367a2 host information not removed, the port state is up 2026-05-10 05:13:55.132 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8105429-aea4-4c4c-ad0a-b0253e2d7635 - - - - - -] OVN reports status down for port: 18e9ec23-75da-4669-bf4d-5498f48c8ce6 [pid: 8|app: 0|req: 394/766] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/networks/6360e391-5c26-4cb1-a387-68efc6c2107c?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: 395/767] 10.0.0.162 () {34 vars in 965 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/quotas/32174bac70654dc0b3b70ea59c2c287c => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:55.231 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d8105429-aea4-4c4c-ad0a-b0253e2d7635 - - - - - -] Logical_Switch_Port 18e9ec23-75da-4669-bf4d-5498f48c8ce6 host information not removed, the port state is up 2026-05-10 05:13:55.232 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8105429-aea4-4c4c-ad0a-b0253e2d7635 - - - - - -] OVN reports status up for port: 18e9ec23-75da-4669-bf4d-5498f48c8ce6 [pid: 8|app: 0|req: 396/768] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/ports?tenant_id=32174bac70654dc0b3b70ea59c2c287c&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/769] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 973 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:13:55.249 7 INFO neutron.plugins.ml2.plugin [None req-d8105429-aea4-4c4c-ad0a-b0253e2d7635 - - - - - -] Attempt 1 to provision port 18e9ec23-75da-4669-bf4d-5498f48c8ce6 [pid: 8|app: 0|req: 397/770] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/771] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 973 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/772] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&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: 375/773] 10.0.0.162 () {34 vars in 907 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/extensions => generated 21706 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/774] 10.0.0.162 () {34 vars in 1008 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3?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: 400/775] 10.0.0.162 () {34 vars in 1108 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3?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-10 05:13:55.735 7 INFO neutron.db.ovn_revision_numbers_db [None req-d8105429-aea4-4c4c-ad0a-b0253e2d7635 - - - - - -] Successfully bumped revision number for resource 18e9ec23-75da-4669-bf4d-5498f48c8ce6 (type: ports) to 2 2026-05-10 05:13:55.827 7 INFO neutron.db.ovn_revision_numbers_db [None req-d9e61c46-48e4-4cfb-945b-4be005678da2 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] Successfully bumped revision number for resource 9b294880-4672-4c94-a662-78705e60bd91 (type: security_groups) to 1 2026-05-10 05:13:55.850 7 INFO neutron.db.ovn_revision_numbers_db [None req-d9e61c46-48e4-4cfb-945b-4be005678da2 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] Successfully bumped revision number for resource 35f4cb14-afcc-4927-aa45-554b349e0651 (type: security_group_rules) to 0 2026-05-10 05:13:55.866 7 INFO neutron.db.ovn_revision_numbers_db [None req-d9e61c46-48e4-4cfb-945b-4be005678da2 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] Successfully bumped revision number for resource 3f560c93-a8ed-4c72-881b-7f666d459cc6 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 401/776] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:55 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => 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: 376/777] 10.0.0.201 () {34 vars in 685 bytes} [Sun May 10 05:13:55 2026] POST /v2.0/security-groups => generated 1660 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:13:56.005 8 INFO neutron.db.ovn_revision_numbers_db [None req-4cd9bd40-80cf-4f41-8937-47ccea2bd767 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] Successfully bumped revision number for resource a52be2fb-910a-4668-acd5-86fd0b559ee1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 402/778] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:13:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:13:56.126 7 INFO neutron.db.ovn_revision_numbers_db [None req-6a73886e-c3f8-4986-9cdf-d7554b5fba7e 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] Successfully bumped revision number for resource b1213622-e259-4111-a6b3-820c14c40325 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 377/779] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:13:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/780] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:56 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/781] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:56 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&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-10 05:13:56.458 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c91c0b81-a6d5-44ae-92dc-7a019d42190d 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] No more DHCP agents 2026-05-10 05:13:56.460 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c91c0b81-a6d5-44ae-92dc-7a019d42190d 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 380/782] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:56 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => 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: 381/783] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:56 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/784] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:13:56 2026] POST /v2.0/floatingips => generated 552 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/785] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:56 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => 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: 404/786] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:57 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/787] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:57 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/788] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:57 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/789] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:57 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/790] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:58 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/791] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:58 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/792] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:58 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/793] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:58 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/794] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:58 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/795] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:59 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => 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: 409/796] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:13:59 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => 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: 388/797] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:13:59 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/800] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:00 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => 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: 411/801] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:00 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/802] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:00 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => 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: 412/803] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:14:00 2026] GET /v2.0/networks?id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3 => generated 722 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:00.314 7 WARNING neutron.db.securitygroups_db [req-1a3f42b6-da94-4eef-bcfe-ea6f36a00513 req-c30c09bd-66fc-4fba-929f-65bb141fa1a4 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - 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: 392/804] 199.204.45.23 () {34 vars in 1049 bytes} [Sun May 10 05:14:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=32174bac70654dc0b3b70ea59c2c287c => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:00.427 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-57fabf41-db22-4723-9089-ce968adb05bf - - - - - -] No hosting information found for port 18e9ec23-75da-4669-bf4d-5498f48c8ce6: RuntimeError: No hosting information found for port 18e9ec23-75da-4669-bf4d-5498f48c8ce6 2026-05-10 05:14:00.427 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-57fabf41-db22-4723-9089-ce968adb05bf - - - - - -] OVN reports status up for port: 6f88259d-4ccc-463a-95a2-11997f3367a2 2026-05-10 05:14:00.439 7 INFO neutron.plugins.ml2.plugin [None req-57fabf41-db22-4723-9089-ce968adb05bf - - - - - -] Attempt 1 to provision port 6f88259d-4ccc-463a-95a2-11997f3367a2 2026-05-10 05:14:00.634 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-1a3f42b6-da94-4eef-bcfe-ea6f36a00513 req-beb9ad3f-89ad-47c1-b7e0-51b9a2c5af30 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] No more DHCP agents 2026-05-10 05:14:00.635 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-1a3f42b6-da94-4eef-bcfe-ea6f36a00513 req-beb9ad3f-89ad-47c1-b7e0-51b9a2c5af30 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Unable to schedule network 5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:00.749 7 INFO neutron.db.ovn_revision_numbers_db [None req-57fabf41-db22-4723-9089-ce968adb05bf - - - - - -] Successfully bumped revision number for resource 6f88259d-4ccc-463a-95a2-11997f3367a2 (type: ports) to 7 2026-05-10 05:14:00.781 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2e1dd1c1-1367-4cfc-ae92-fff710bfe5f5 - - - - - -] OVN reports status down for port: 5b11310f-1726-4b5c-bbf4-9aa32d1374c9 2026-05-10 05:14:00.843 8 INFO neutron.db.ovn_revision_numbers_db [req-1a3f42b6-da94-4eef-bcfe-ea6f36a00513 req-beb9ad3f-89ad-47c1-b7e0-51b9a2c5af30 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Successfully bumped revision number for resource 5b11310f-1726-4b5c-bbf4-9aa32d1374c9 (type: ports) to 1 [pid: 8|app: 0|req: 413/805] 199.204.45.23 () {38 vars in 954 bytes} [Sun May 10 05:14:00 2026] POST /v2.0/ports => generated 954 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:14:00.962 7 INFO neutron.db.ovn_revision_numbers_db [None req-562262d0-447a-49ba-900c-2d2c347fe437 - - - - - -] Successfully bumped revision number for resource 18e9ec23-75da-4669-bf4d-5498f48c8ce6 (type: router_ports) to 2 2026-05-10 05:14:00.962 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-562262d0-447a-49ba-900c-2d2c347fe437 - - - - - -] OVN reports status down for port: be4f1fc7-ca15-4c87-b33c-bd14a7da632e /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-10 05:14:01.047 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-562262d0-447a-49ba-900c-2d2c347fe437 - - - - - -] Logical_Switch_Port be4f1fc7-ca15-4c87-b33c-bd14a7da632e host information not removed, the port state is up 2026-05-10 05:14:01.048 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-562262d0-447a-49ba-900c-2d2c347fe437 - - - - - -] OVN reports status up for port: be4f1fc7-ca15-4c87-b33c-bd14a7da632e [pid: 8|app: 0|req: 414/806] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:01 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:01.067 7 INFO neutron.plugins.ml2.plugin [None req-562262d0-447a-49ba-900c-2d2c347fe437 - - - - - -] Attempt 1 to provision port be4f1fc7-ca15-4c87-b33c-bd14a7da632e [pid: 8|app: 0|req: 415/807] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:01 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/808] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:01 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/809] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:01 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:01.272 8 WARNING neutron.db.securitygroups_db [req-bbe0b816-8457-4198-a8c5-942dd32189b9 req-ce91c0d0-5943-463e-acbe-9a80752c8d68 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - 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: 418/810] 10.0.0.162 () {34 vars in 1100 bytes} [Sun May 10 05:14:01 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1841056633&fields=id&tenant_id=6b0766100d9d4ca4825798d14902f877 => generated 69 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/811] 10.0.0.162 () {34 vars in 982 bytes} [Sun May 10 05:14:01 2026] GET /v2.0/networks?id=e08032c9-ea0a-4757-9300-5aa0fbbf39b6 => generated 717 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/812] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:01 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/813] 10.0.0.162 () {34 vars in 965 bytes} [Sun May 10 05:14:01 2026] GET /v2.0/quotas/6b0766100d9d4ca4825798d14902f877 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/814] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:01 2026] GET /v2.0/security-groups?id=c354fc05-8d7e-4ebc-88ba-5a5687dfe02f&fields=id&fields=name => generated 114 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/815] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:14:01 2026] GET /v2.0/ports?tenant_id=6b0766100d9d4ca4825798d14902f877&fields=id => generated 103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/816] 10.0.0.162 () {34 vars in 1008 bytes} [Sun May 10 05:14:01 2026] GET /v2.0/networks/e08032c9-ea0a-4757-9300-5aa0fbbf39b6?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:01.513 7 INFO neutron.db.ovn_revision_numbers_db [req-1a3f42b6-da94-4eef-bcfe-ea6f36a00513 req-dbe41838-752a-4945-ae77-54d29f230725 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 5b11310f-1726-4b5c-bbf4-9aa32d1374c9 (type: ports) to 2 [pid: 8|app: 0|req: 425/817] 10.0.0.162 () {34 vars in 1108 bytes} [Sun May 10 05:14:01 2026] GET /v2.0/networks/e08032c9-ea0a-4757-9300-5aa0fbbf39b6?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) 2026-05-10 05:14:01.706 7 INFO neutron.db.ovn_revision_numbers_db [None req-562262d0-447a-49ba-900c-2d2c347fe437 - - - - - -] Successfully bumped revision number for resource be4f1fc7-ca15-4c87-b33c-bd14a7da632e (type: ports) to 2 [pid: 8|app: 0|req: 426/818] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:01 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:01.871 7 INFO neutron.db.ovn_revision_numbers_db [req-1a3f42b6-da94-4eef-bcfe-ea6f36a00513 req-dbe41838-752a-4945-ae77-54d29f230725 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 5b11310f-1726-4b5c-bbf4-9aa32d1374c9 (type: ports) to 4 [pid: 7|app: 0|req: 393/819] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:14:00 2026] PUT /v2.0/ports/5b11310f-1726-4b5c-bbf4-9aa32d1374c9 => generated 1227 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:01.929 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27dba2bc-2b74-4d14-a84c-373855bf202b'] response: {'name': 'network-changed', 'server_uuid': 'e5032abc-2acc-483b-ad8d-a258046440ce', 'tag': '5b11310f-1726-4b5c-bbf4-9aa32d1374c9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 427/820] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:02 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 973 bytes in 30 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: 394/821] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:02 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/822] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:02 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/823] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:02 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/824] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:14:02 2026] GET /v2.0/ports?tenant_id=32174bac70654dc0b3b70ea59c2c287c&device_id=e5032abc-2acc-483b-ad8d-a258046440ce => 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: 396/825] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:02 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/826] 199.204.45.23 () {34 vars in 1017 bytes} [Sun May 10 05:14:02 2026] GET /v2.0/networks?tenant_id=32174bac70654dc0b3b70ea59c2c287c&shared=False => generated 821 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/827] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:02 2026] GET /v2.0/security-groups?id=c354fc05-8d7e-4ebc-88ba-5a5687dfe02f&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: 431/828] 199.204.45.23 () {34 vars in 929 bytes} [Sun May 10 05:14:02 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/829] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:02 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => 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: 432/830] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:03 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/831] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:03 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/832] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:03 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => 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: 400/833] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:03 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/834] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:14:03 2026] GET /v2.0/ports?tenant_id=32174bac70654dc0b3b70ea59c2c287c&device_id=e5032abc-2acc-483b-ad8d-a258046440ce => 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: 401/835] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:03 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/836] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:14:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5b11310f-1726-4b5c-bbf4-9aa32d1374c9 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/837] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:03 2026] GET /v2.0/security-groups?id=c354fc05-8d7e-4ebc-88ba-5a5687dfe02f&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/838] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:14:03 2026] GET /v2.0/subnets?id=a738936c-4f65-4cd2-92bd-a054ead5dcfb => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/839] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:14:03 2026] GET /v2.0/ports?network_id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3&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: 437/840] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:14:03 2026] GET /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/841] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:14:03 2026] GET /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3?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: 438/842] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:03 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => 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: 405/843] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:04 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 973 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/844] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:04 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/845] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:04 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/846] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:04 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/847] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:04 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/848] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:04 2026] GET /v2.0/security-groups?id=c354fc05-8d7e-4ebc-88ba-5a5687dfe02f&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/849] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:05 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => 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: 442/850] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:05 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/851] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:05 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/852] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:05 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/853] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:05 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/854] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:05 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/855] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:06 2026] GET /v2.0/security-groups?id=c354fc05-8d7e-4ebc-88ba-5a5687dfe02f&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: 445/856] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:14:06 2026] GET /v2.0/networks?id=e08032c9-ea0a-4757-9300-5aa0fbbf39b6 => generated 717 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:06.122 7 WARNING neutron.db.securitygroups_db [req-bbe0b816-8457-4198-a8c5-942dd32189b9 req-a0f892b9-e968-4bb6-aa92-4ba281e78240 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - 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: 412/857] 199.204.45.23 () {34 vars in 1049 bytes} [Sun May 10 05:14:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6b0766100d9d4ca4825798d14902f877 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/858] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:06 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:06.414 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-bbe0b816-8457-4198-a8c5-942dd32189b9 req-28d89da0-14d6-440f-a513-d8ad69ccb883 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] No more DHCP agents 2026-05-10 05:14:06.415 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-bbe0b816-8457-4198-a8c5-942dd32189b9 req-28d89da0-14d6-440f-a513-d8ad69ccb883 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] Unable to schedule network e08032c9-ea0a-4757-9300-5aa0fbbf39b6: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:06.476 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2e1dd1c1-1367-4cfc-ae92-fff710bfe5f5 - - - - - -] OVN reports status up for port: 5b11310f-1726-4b5c-bbf4-9aa32d1374c9 2026-05-10 05:14:06.504 8 INFO neutron.plugins.ml2.plugin [None req-2e1dd1c1-1367-4cfc-ae92-fff710bfe5f5 - - - - - -] Attempt 1 to provision port 5b11310f-1726-4b5c-bbf4-9aa32d1374c9 2026-05-10 05:14:06.601 8 INFO neutron.db.ovn_revision_numbers_db [req-bbe0b816-8457-4198-a8c5-942dd32189b9 req-28d89da0-14d6-440f-a513-d8ad69ccb883 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] Successfully bumped revision number for resource 53ba4c8a-8b38-439b-afe5-fbcc97c414d7 (type: ports) to 1 [pid: 8|app: 0|req: 446/859] 199.204.45.23 () {38 vars in 954 bytes} [Sun May 10 05:14:06 2026] POST /v2.0/ports => generated 954 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:14:06.868 8 INFO neutron.db.ovn_revision_numbers_db [None req-2e1dd1c1-1367-4cfc-ae92-fff710bfe5f5 - - - - - -] Successfully bumped revision number for resource 5b11310f-1726-4b5c-bbf4-9aa32d1374c9 (type: ports) to 5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 447/860] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:06 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 973 bytes in 93 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-10 05:14:07.001 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-67f72b17-f6e0-43a9-b81b-d9d63ad9cbfb - - - - - -] OVN reports status down for port: 53ba4c8a-8b38-439b-afe5-fbcc97c414d7 2026-05-10 05:14:07.013 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d637d1d1-fdfe-463a-ad39-46eb45a20b0d - - - - - -] No hosting information found for port be4f1fc7-ca15-4c87-b33c-bd14a7da632e: RuntimeError: No hosting information found for port be4f1fc7-ca15-4c87-b33c-bd14a7da632e 2026-05-10 05:14:07.063 7 INFO neutron.common.ovn.utils [None req-d637d1d1-fdfe-463a-ad39-46eb45a20b0d - - - - - -] HA Chassis Group neutron-e08032c9-ea0a-4757-9300-5aa0fbbf39b6 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c [pid: 8|app: 0|req: 448/861] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:06 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 973 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/862] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:07 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:07.239 7 INFO neutron.db.ovn_revision_numbers_db [req-bbe0b816-8457-4198-a8c5-942dd32189b9 req-968dbb14-0f3d-4d79-85e3-7b47617374b5 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 53ba4c8a-8b38-439b-afe5-fbcc97c414d7 (type: ports) to 2 2026-05-10 05:14:07.240 7 INFO neutron.db.ovn_revision_numbers_db [None req-d637d1d1-fdfe-463a-ad39-46eb45a20b0d - - - - - -] Successfully bumped revision number for resource be4f1fc7-ca15-4c87-b33c-bd14a7da632e (type: router_ports) to 2 [pid: 8|app: 0|req: 450/863] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:07 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:07.275 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1586002-87ac-4548-8d16-998667387540'] response: {'server_uuid': 'e5032abc-2acc-483b-ad8d-a258046440ce', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5b11310f-1726-4b5c-bbf4-9aa32d1374c9', 'code': 200} 2026-05-10 05:14:07.317 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d637d1d1-fdfe-463a-ad39-46eb45a20b0d - - - - - -] OVN reports status up for port: d4b33a6c-3e64-4efc-a599-253adcced861 2026-05-10 05:14:07.338 7 INFO neutron.plugins.ml2.plugin [None req-d637d1d1-fdfe-463a-ad39-46eb45a20b0d - - - - - -] Attempt 1 to provision port d4b33a6c-3e64-4efc-a599-253adcced861 [pid: 8|app: 0|req: 451/864] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:07 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 971 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/865] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:07 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/866] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:07 2026] GET /v2.0/security-groups?id=c354fc05-8d7e-4ebc-88ba-5a5687dfe02f&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-10 05:14:07.525 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4dae5a5-164e-4308-962d-6ec49c801a2c'] response: {'server_uuid': '76b246c8-9567-4f79-ab5f-0d64fc5b3ec3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd4b33a6c-3e64-4efc-a599-253adcced861', 'code': 200} [pid: 8|app: 0|req: 454/867] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:07 2026] GET /v2.0/security-groups?id=9b294880-4672-4c94-a662-78705e60bd91&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:07.674 7 INFO neutron.db.ovn_revision_numbers_db [req-bbe0b816-8457-4198-a8c5-942dd32189b9 req-968dbb14-0f3d-4d79-85e3-7b47617374b5 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 53ba4c8a-8b38-439b-afe5-fbcc97c414d7 (type: ports) to 4 [pid: 7|app: 0|req: 414/868] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:14:06 2026] PUT /v2.0/ports/53ba4c8a-8b38-439b-afe5-fbcc97c414d7 => generated 1227 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:07.746 7 INFO neutron.db.ovn_revision_numbers_db [None req-d637d1d1-fdfe-463a-ad39-46eb45a20b0d - - - - - -] Successfully bumped revision number for resource d4b33a6c-3e64-4efc-a599-253adcced861 (type: ports) to 5 2026-05-10 05:14:07.829 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-6bfaf8a6-6cc4-4b71-985c-e39fd8a7c4fc - - - - - -] OVN reports status up for port: 5912e121-f390-4d11-9906-9d5525fe007d 2026-05-10 05:14:07.846 7 INFO neutron.plugins.ml2.plugin [None req-6bfaf8a6-6cc4-4b71-985c-e39fd8a7c4fc - - - - - -] Attempt 1 to provision port 5912e121-f390-4d11-9906-9d5525fe007d 2026-05-10 05:14:08.090 7 INFO neutron.db.ovn_revision_numbers_db [None req-6bfaf8a6-6cc4-4b71-985c-e39fd8a7c4fc - - - - - -] Successfully bumped revision number for resource 5912e121-f390-4d11-9906-9d5525fe007d (type: ports) to 5 [pid: 8|app: 0|req: 455/869] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 456/870] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/871] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/872] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/873] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/874] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/875] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/security-groups?id=9b294880-4672-4c94-a662-78705e60bd91&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/876] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/security-groups?id=c354fc05-8d7e-4ebc-88ba-5a5687dfe02f&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/877] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/ports?tenant_id=6b0766100d9d4ca4825798d14902f877&device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => 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: 418/878] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=53ba4c8a-8b38-439b-afe5-fbcc97c414d7 => 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: 461/879] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/880] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/subnets?id=486367dd-2227-45c2-a092-4c6305192cd0 => generated 697 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/881] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/ports?network_id=e08032c9-ea0a-4757-9300-5aa0fbbf39b6&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: 421/882] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/networks/e08032c9-ea0a-4757-9300-5aa0fbbf39b6?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/883] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:14:08 2026] GET /v2.0/networks/e08032c9-ea0a-4757-9300-5aa0fbbf39b6?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-10 05:14:09.323 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2e4ec62-14b5-4af3-ac0f-f14941f9fb80'] response: {'server_uuid': 'e5032abc-2acc-483b-ad8d-a258046440ce', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5b11310f-1726-4b5c-bbf4-9aa32d1374c9', 'code': 200} 2026-05-10 05:14:09.323 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2e4ec62-14b5-4af3-ac0f-f14941f9fb80'] response: {'server_uuid': 'f1feb015-4828-4fa9-a795-d2b7f4b5f7e4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '53ba4c8a-8b38-439b-afe5-fbcc97c414d7', 'code': 200} [pid: 7|app: 0|req: 423/884] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:09 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/885] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:09 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:09.550 8 INFO neutron.db.ovn_revision_numbers_db [None req-bf9bab4b-fd9c-445e-98a6-4e311905e3bc 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Successfully bumped revision number for resource b5f7cce1-693c-4a4e-b0c1-059f089ea48e (type: floatingips) to 1 [pid: 7|app: 0|req: 425/886] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:09 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:09.581 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a7ec357-3bdf-4b76-b0e2-8b6298ae84fa'] response: {'name': 'network-changed', 'server_uuid': 'f1feb015-4828-4fa9-a795-d2b7f4b5f7e4', 'tag': '53ba4c8a-8b38-439b-afe5-fbcc97c414d7', 'status': 'completed', 'code': 200} 2026-05-10 05:14:09.581 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a7ec357-3bdf-4b76-b0e2-8b6298ae84fa'] response: {'server_uuid': '76b246c8-9567-4f79-ab5f-0d64fc5b3ec3', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd4b33a6c-3e64-4efc-a599-253adcced861', 'code': 200} 2026-05-10 05:14:09.581 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a7ec357-3bdf-4b76-b0e2-8b6298ae84fa'] response: {'server_uuid': '9cefea14-85b8-4e69-b713-df45ed9a842d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5912e121-f390-4d11-9906-9d5525fe007d', 'code': 200} 2026-05-10 05:14:09.582 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a7ec357-3bdf-4b76-b0e2-8b6298ae84fa'] response: {'server_uuid': '9cefea14-85b8-4e69-b713-df45ed9a842d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '5912e121-f390-4d11-9906-9d5525fe007d', 'code': 200} [pid: 7|app: 0|req: 426/887] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:09 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/888] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:09 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:09.727 8 INFO neutron.db.ovn_revision_numbers_db [None req-bf9bab4b-fd9c-445e-98a6-4e311905e3bc 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Successfully bumped revision number for resource b5f7cce1-693c-4a4e-b0c1-059f089ea48e (type: floatingips) to 2 2026-05-10 05:14:09.727 8 INFO neutron.db.l3_db [None req-bf9bab4b-fd9c-445e-98a6-4e311905e3bc 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Floating IP b5f7cce1-693c-4a4e-b0c1-059f089ea48e associated. External IP: 10.96.250.217, port: 5b11310f-1726-4b5c-bbf4-9aa32d1374c9. [pid: 8|app: 0|req: 462/889] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:14:08 2026] PUT /v2.0/floatingips/b5f7cce1-693c-4a4e-b0c1-059f089ea48e => generated 855 bytes in 917 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: 463/890] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:09 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/891] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:09 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/892] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:09 2026] GET /v2.0/security-groups?id=9b294880-4672-4c94-a662-78705e60bd91&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/893] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:09 2026] GET /v2.0/security-groups?id=c354fc05-8d7e-4ebc-88ba-5a5687dfe02f&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/894] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:14:10 2026] GET /v2.0/ports?tenant_id=6b0766100d9d4ca4825798d14902f877&device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 1230 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/895] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:14:10 2026] GET /v2.0/networks?id=e08032c9-ea0a-4757-9300-5aa0fbbf39b6 => generated 816 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/896] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:14:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=53ba4c8a-8b38-439b-afe5-fbcc97c414d7 => 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: 470/897] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:14:10 2026] GET /v2.0/subnets?id=486367dd-2227-45c2-a092-4c6305192cd0 => generated 697 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/898] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:14:10 2026] GET /v2.0/ports?network_id=e08032c9-ea0a-4757-9300-5aa0fbbf39b6&device_owner=network%3Adhcp => 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: 472/899] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:14:10 2026] GET /v2.0/networks/e08032c9-ea0a-4757-9300-5aa0fbbf39b6?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:10.403 7 INFO neutron.db.ovn_revision_numbers_db [None req-90bb3093-6ee2-40d7-ad7e-acf60de704ba 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] Successfully bumped revision number for resource 8af4f1e1-76ac-40a7-9a4f-9a6243c1716d (type: floatingips) to 1 [pid: 8|app: 0|req: 473/900] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:14:10 2026] GET /v2.0/networks/e08032c9-ea0a-4757-9300-5aa0fbbf39b6?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-10 05:14:10.508 7 INFO neutron.db.ovn_revision_numbers_db [None req-90bb3093-6ee2-40d7-ad7e-acf60de704ba 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] Successfully bumped revision number for resource 8af4f1e1-76ac-40a7-9a4f-9a6243c1716d (type: floatingips) to 2 2026-05-10 05:14:10.509 7 INFO neutron.db.l3_db [None req-90bb3093-6ee2-40d7-ad7e-acf60de704ba 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] Floating IP 8af4f1e1-76ac-40a7-9a4f-9a6243c1716d associated. External IP: 10.96.250.216, port: d4b33a6c-3e64-4efc-a599-253adcced861. [pid: 7|app: 0|req: 428/901] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:14:09 2026] PUT /v2.0/floatingips/8af4f1e1-76ac-40a7-9a4f-9a6243c1716d => generated 856 bytes in 794 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/902] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:10 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 975 bytes in 33 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: 429/903] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:10 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/904] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:10 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/905] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:10 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/906] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:11 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => 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: 476/907] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:11 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/908] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:11 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&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: 477/909] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:11 2026] GET /v2.0/security-groups?id=9b294880-4672-4c94-a662-78705e60bd91&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-10 05:14:11.358 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-74223fb8-2d86-416c-b1d7-10a96e96c65e'] response: {'name': 'network-changed', 'server_uuid': 'e5032abc-2acc-483b-ad8d-a258046440ce', 'tag': '5b11310f-1726-4b5c-bbf4-9aa32d1374c9', 'status': 'completed', 'code': 200} 2026-05-10 05:14:11.620 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fe5a38b-5d41-4826-89e4-96948400fbb5'] response: {'name': 'network-changed', 'server_uuid': '76b246c8-9567-4f79-ab5f-0d64fc5b3ec3', 'tag': 'd4b33a6c-3e64-4efc-a599-253adcced861', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 433/910] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:14:11 2026] GET /v2.0/ports?tenant_id=32174bac70654dc0b3b70ea59c2c287c&device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 1232 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/911] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:11 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/912] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:11 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/913] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:14:11 2026] GET /v2.0/networks?id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3 => generated 821 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:12.062 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dee2af3b-924e-430b-a043-24a881998955 - - - - - -] OVN reports status down for port: d4b33a6c-3e64-4efc-a599-253adcced861 [pid: 8|app: 0|req: 480/914] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5b11310f-1726-4b5c-bbf4-9aa32d1374c9 => generated 860 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/915] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/ports?tenant_id=dc353d2b382a4ea6915a26529a2040d4&device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 1236 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/916] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/917] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/networks?id=6360e391-5c26-4cb1-a387-68efc6c2107c => generated 807 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/918] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/919] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/920] 199.204.45.23 () {34 vars in 1059 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d4b33a6c-3e64-4efc-a599-253adcced861 => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/921] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/security-groups?id=9b294880-4672-4c94-a662-78705e60bd91&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/922] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/subnets?id=7cec4788-be06-49e8-b977-18c219b93883 => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/923] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/ports?network_id=6360e391-5c26-4cb1-a387-68efc6c2107c&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: 490/924] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/networks/6360e391-5c26-4cb1-a387-68efc6c2107c?fields=segments => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/925] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/subnets?id=a738936c-4f65-4cd2-92bd-a054ead5dcfb => generated 702 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/926] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/networks/6360e391-5c26-4cb1-a387-68efc6c2107c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/927] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/ports?network_id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3&device_owner=network%3Adhcp => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/928] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3?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: 437/929] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:14:12 2026] GET /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:12.853 7 INFO neutron.db.ovn_revision_numbers_db [None req-dee2af3b-924e-430b-a043-24a881998955 - - - - - -] Successfully bumped revision number for resource d4b33a6c-3e64-4efc-a599-253adcced861 (type: ports) to 6 [pid: 8|app: 0|req: 493/930] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:13 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 975 bytes in 69 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: 438/931] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:13 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/932] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:14:13 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => 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: 439/933] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:13 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:13.437 8 INFO neutron_taas.services.taas.taas_plugin [req-80ca1d7d-8f91-4d04-ad13-0ca0c4817581 req-a8de0071-1a75-480a-881d-ededd372d46f 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] TaaS: Handle Delete Port: d4b33a6c-3e64-4efc-a599-253adcced861 2026-05-10 05:14:13.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-80ca1d7d-8f91-4d04-ad13-0ca0c4817581 req-a8de0071-1a75-480a-881d-ededd372d46f 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] Tap Mirror: Handle Delete Port: d4b33a6c-3e64-4efc-a599-253adcced861 2026-05-10 05:14:13.817 7 INFO neutron.db.ovn_revision_numbers_db [None req-ca737c7a-cd84-489b-ab64-bc5291a28b9e 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] Successfully bumped revision number for resource 6923d9ef-feac-40a1-9259-9e9410a394c0 (type: floatingips) to 1 2026-05-10 05:14:13.941 7 INFO neutron.db.ovn_revision_numbers_db [None req-ca737c7a-cd84-489b-ab64-bc5291a28b9e 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] Successfully bumped revision number for resource 6923d9ef-feac-40a1-9259-9e9410a394c0 (type: floatingips) to 2 2026-05-10 05:14:13.942 7 INFO neutron.db.l3_db [None req-ca737c7a-cd84-489b-ab64-bc5291a28b9e 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] Floating IP 6923d9ef-feac-40a1-9259-9e9410a394c0 associated. External IP: 10.96.250.207, port: 5912e121-f390-4d11-9906-9d5525fe007d. [pid: 7|app: 0|req: 440/934] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:14:13 2026] PUT /v2.0/floatingips/6923d9ef-feac-40a1-9259-9e9410a394c0 => generated 856 bytes in 639 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: 441/935] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:13 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:14.082 8 INFO neutron.db.l3_db [req-80ca1d7d-8f91-4d04-ad13-0ca0c4817581 req-a8de0071-1a75-480a-881d-ededd372d46f 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] Floating IP 8af4f1e1-76ac-40a7-9a4f-9a6243c1716d disassociated. External IP: 10.96.250.216, port: d4b33a6c-3e64-4efc-a599-253adcced861. [pid: 7|app: 0|req: 442/936] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:14 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 969 bytes in 102 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: 443/937] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:14 2026] GET /v2.0/security-groups?id=c51a1521-82b5-4f71-827e-e76fc1312616&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/938] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:14 2026] GET /v2.0/security-groups?id=9b294880-4672-4c94-a662-78705e60bd91&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-10 05:14:14.222 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6acb11e2-6409-4e6c-9131-41c6a0af7077'] response: {'server_uuid': '76b246c8-9567-4f79-ab5f-0d64fc5b3ec3', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd4b33a6c-3e64-4efc-a599-253adcced861', 'code': 200} 2026-05-10 05:14:14.222 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6acb11e2-6409-4e6c-9131-41c6a0af7077'] response: {'server_uuid': '76b246c8-9567-4f79-ab5f-0d64fc5b3ec3', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd4b33a6c-3e64-4efc-a599-253adcced861', 'code': 200} [pid: 8|app: 0|req: 495/939] 199.204.45.23 () {36 vars in 996 bytes} [Sun May 10 05:14:13 2026] DELETE /v2.0/ports/d4b33a6c-3e64-4efc-a599-253adcced861 => generated 0 bytes in 971 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:14:14.289 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6810dc0a-ef62-44bd-87cb-2bc3c08796b2'] response: {'server_uuid': '76b246c8-9567-4f79-ab5f-0d64fc5b3ec3', 'name': 'network-vif-deleted', 'tag': 'd4b33a6c-3e64-4efc-a599-253adcced861', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 445/940] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:14 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/941] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:14 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/942] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:14 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => 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: 497/943] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:14 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&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-10 05:14:15.005 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-67f72b17-f6e0-43a9-b81b-d9d63ad9cbfb - - - - - -] OVN reports status up for port: 53ba4c8a-8b38-439b-afe5-fbcc97c414d7 2026-05-10 05:14:15.023 8 INFO neutron.plugins.ml2.plugin [None req-67f72b17-f6e0-43a9-b81b-d9d63ad9cbfb - - - - - -] Attempt 1 to provision port 53ba4c8a-8b38-439b-afe5-fbcc97c414d7 [pid: 7|app: 0|req: 448/946] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:15 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:15.369 8 INFO neutron.db.ovn_revision_numbers_db [None req-67f72b17-f6e0-43a9-b81b-d9d63ad9cbfb - - - - - -] Successfully bumped revision number for resource 53ba4c8a-8b38-439b-afe5-fbcc97c414d7 (type: ports) to 5 [pid: 8|app: 0|req: 499/947] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:15 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/948] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:15 2026] GET /v2.0/security-groups?id=9b294880-4672-4c94-a662-78705e60bd91&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-10 05:14:15.710 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-56ab04bd-da7b-4949-9992-778b8ba7d73e - - - - - -] OVN reports status down for port: 5912e121-f390-4d11-9906-9d5525fe007d /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 500/949] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:15 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/950] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:15 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&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-10 05:14:16.008 7 INFO neutron.db.ovn_revision_numbers_db [None req-56ab04bd-da7b-4949-9992-778b8ba7d73e - - - - - -] Successfully bumped revision number for resource 5912e121-f390-4d11-9906-9d5525fe007d (type: ports) to 6 2026-05-10 05:14:16.260 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0967239-2d74-439b-a540-ccbcbc6b2b07'] response: {'name': 'network-changed', 'server_uuid': '9cefea14-85b8-4e69-b713-df45ed9a842d', 'tag': '5912e121-f390-4d11-9906-9d5525fe007d', 'status': 'completed', 'code': 200} 2026-05-10 05:14:16.261 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0967239-2d74-439b-a540-ccbcbc6b2b07'] response: {'server_uuid': '9cefea14-85b8-4e69-b713-df45ed9a842d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5912e121-f390-4d11-9906-9d5525fe007d', 'code': 200} 2026-05-10 05:14:16.261 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0967239-2d74-439b-a540-ccbcbc6b2b07'] response: {'server_uuid': '9cefea14-85b8-4e69-b713-df45ed9a842d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5912e121-f390-4d11-9906-9d5525fe007d', 'code': 200} 2026-05-10 05:14:16.326 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af1f430a-559e-495f-b5c1-206009942983'] response: {'server_uuid': 'f1feb015-4828-4fa9-a795-d2b7f4b5f7e4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '53ba4c8a-8b38-439b-afe5-fbcc97c414d7', 'code': 200} 2026-05-10 05:14:16.326 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af1f430a-559e-495f-b5c1-206009942983'] response: {'server_uuid': 'f1feb015-4828-4fa9-a795-d2b7f4b5f7e4', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '53ba4c8a-8b38-439b-afe5-fbcc97c414d7', 'code': 200} [pid: 8|app: 0|req: 501/951] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:16 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => 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: 7|app: 0|req: 451/952] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:16 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => 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: 502/953] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:16 2026] GET /v2.0/security-groups?id=9b294880-4672-4c94-a662-78705e60bd91&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/954] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:14:16 2026] GET /v2.0/ports?tenant_id=4b02e44e9726458cadc697a04aefc88d&device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 1234 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/955] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:14:16 2026] GET /v2.0/networks?id=ed3e747a-59ef-4b15-861d-9cd3ca8b3e97 => generated 812 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/956] 199.204.45.23 () {34 vars in 1059 bytes} [Sun May 10 05:14:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=5912e121-f390-4d11-9906-9d5525fe007d => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/957] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:14:16 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/958] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:14:16 2026] GET /v2.0/subnets?id=582cda4b-db1b-490b-9d52-79e21305a1fe => generated 693 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/959] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:16 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => 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: 456/960] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:14:16 2026] GET /v2.0/ports?network_id=ed3e747a-59ef-4b15-861d-9cd3ca8b3e97&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: 457/961] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:17 2026] GET /v2.0/security-groups?id=0150465c-315f-4d79-bc4d-de9bdcb2c081&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:17.073 8 INFO neutron_taas.services.taas.taas_plugin [req-7ccc060f-e794-4d39-adfa-3672dc774de5 req-ff153f54-f72d-47c1-b605-7fd642371938 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] TaaS: Handle Delete Port: 5912e121-f390-4d11-9906-9d5525fe007d 2026-05-10 05:14:17.076 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7ccc060f-e794-4d39-adfa-3672dc774de5 req-ff153f54-f72d-47c1-b605-7fd642371938 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] Tap Mirror: Handle Delete Port: 5912e121-f390-4d11-9906-9d5525fe007d [pid: 7|app: 0|req: 458/962] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:14:17 2026] GET /v2.0/networks/ed3e747a-59ef-4b15-861d-9cd3ca8b3e97?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: 459/963] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:14:17 2026] GET /v2.0/networks/ed3e747a-59ef-4b15-861d-9cd3ca8b3e97?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-10 05:14:17.279 8 INFO neutron.db.l3_db [req-7ccc060f-e794-4d39-adfa-3672dc774de5 req-ff153f54-f72d-47c1-b605-7fd642371938 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] Floating IP 6923d9ef-feac-40a1-9259-9e9410a394c0 disassociated. External IP: 10.96.250.207, port: 5912e121-f390-4d11-9906-9d5525fe007d. [pid: 8|app: 0|req: 505/964] 199.204.45.23 () {36 vars in 996 bytes} [Sun May 10 05:14:16 2026] DELETE /v2.0/ports/5912e121-f390-4d11-9906-9d5525fe007d => generated 0 bytes in 459 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: 460/965] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:17 2026] GET /v2.0/ports?device_id=76b246c8-9567-4f79-ab5f-0d64fc5b3ec3 => 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: 506/966] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:17 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/967] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:17 2026] GET /v2.0/security-groups?id=9b294880-4672-4c94-a662-78705e60bd91&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/968] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:17 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/969] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:18 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:18.375 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-90fbaad4-7e76-4f78-809c-1499d70aee7a'] response: {'server_uuid': '9cefea14-85b8-4e69-b713-df45ed9a842d', 'name': 'network-vif-deleted', 'tag': '5912e121-f390-4d11-9906-9d5525fe007d', 'status': 'completed', 'code': 200} 2026-05-10 05:14:18.390 7 INFO neutron.db.ovn_revision_numbers_db [None req-707684d6-6159-4ee8-9471-29ad93ce3ae8 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] Successfully bumped revision number for resource 1f7c9359-e918-453c-9b3a-5e5e2a00109d (type: floatingips) to 1 2026-05-10 05:14:18.492 7 INFO neutron.db.ovn_revision_numbers_db [None req-707684d6-6159-4ee8-9471-29ad93ce3ae8 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] Successfully bumped revision number for resource 1f7c9359-e918-453c-9b3a-5e5e2a00109d (type: floatingips) to 2 2026-05-10 05:14:18.492 7 INFO neutron.db.l3_db [None req-707684d6-6159-4ee8-9471-29ad93ce3ae8 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] Floating IP 1f7c9359-e918-453c-9b3a-5e5e2a00109d associated. External IP: 10.96.250.208, port: 53ba4c8a-8b38-439b-afe5-fbcc97c414d7. [pid: 7|app: 0|req: 462/970] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:14:17 2026] PUT /v2.0/floatingips/1f7c9359-e918-453c-9b3a-5e5e2a00109d => generated 855 bytes in 595 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:18.551 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b05b138-bdf0-4218-a6f9-a51580f5f96a'] response: {'name': 'network-changed', 'server_uuid': 'f1feb015-4828-4fa9-a795-d2b7f4b5f7e4', 'tag': '53ba4c8a-8b38-439b-afe5-fbcc97c414d7', '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: 509/971] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:18 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/972] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:18 2026] GET /v2.0/security-groups?id=9b294880-4672-4c94-a662-78705e60bd91&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/973] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:18 2026] DELETE /v2.0/security-groups/c51a1521-82b5-4f71-827e-e76fc1312616 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:18.807 8 INFO neutron.api.v2.resource [None req-7a0617c9-57a9-46df-aec9-4cd0989ec73b 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 511/974] 10.0.0.201 () {32 vars in 737 bytes} [Sun May 10 05:14:18 2026] GET /v2.0/security-groups/c51a1521-82b5-4f71-827e-e76fc1312616 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:14:18.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d483c2e-f645-42b9-a861-13fc9a7ab01a 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] TaaS: Handle Delete Port: a96d6887-43da-4511-96cb-0a30b1b28319 2026-05-10 05:14:18.947 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d483c2e-f645-42b9-a861-13fc9a7ab01a 639b6696c9c34bf19407779f05380a9c dc353d2b382a4ea6915a26529a2040d4 - - default default] Tap Mirror: Handle Delete Port: a96d6887-43da-4511-96cb-0a30b1b28319 [pid: 8|app: 0|req: 512/975] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:18 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/976] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:18 2026] GET /v2.0/security-groups?id=9b294880-4672-4c94-a662-78705e60bd91&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/977] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:14:19 2026] GET /v2.0/ports?tenant_id=6b0766100d9d4ca4825798d14902f877&device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => 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: 464/978] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:14:18 2026] DELETE /v2.0/floatingips/8af4f1e1-76ac-40a7-9a4f-9a6243c1716d => generated 0 bytes in 332 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/979] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:14:19 2026] GET /v2.0/networks?id=e08032c9-ea0a-4757-9300-5aa0fbbf39b6 => generated 816 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/980] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:14:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=53ba4c8a-8b38-439b-afe5-fbcc97c414d7 => generated 860 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/981] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:14:19 2026] GET /v2.0/subnets?id=486367dd-2227-45c2-a092-4c6305192cd0 => generated 697 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/982] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:19 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => 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: 519/983] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:14:19 2026] GET /v2.0/ports?network_id=e08032c9-ea0a-4757-9300-5aa0fbbf39b6&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: 520/984] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:14:19 2026] GET /v2.0/networks/e08032c9-ea0a-4757-9300-5aa0fbbf39b6?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:19.391 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc488ba9-94f9-44ca-b0a9-0aa864fa980d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 632770bc-595a-461f-950b-c6126f74348f 2026-05-10 05:14:19.394 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc488ba9-94f9-44ca-b0a9-0aa864fa980d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 632770bc-595a-461f-950b-c6126f74348f [pid: 8|app: 0|req: 521/985] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:14:19 2026] GET /v2.0/networks/e08032c9-ea0a-4757-9300-5aa0fbbf39b6?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-10 05:14:20.012 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fa173483-8c0b-480e-8985-793e3d34c6fa - - - - - -] OVN reports status down for port: 53ba4c8a-8b38-439b-afe5-fbcc97c414d7 [pid: 7|app: 0|req: 465/986] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:14:19 2026] PUT /v2.0/routers/16a1d8b8-20d7-425b-ac0e-acd3af93d07f/remove_router_interface => generated 310 bytes in 869 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: 466/987] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:20 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => 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: 467/988] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:20 2026] GET /v2.0/security-groups?id=9b294880-4672-4c94-a662-78705e60bd91&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/989] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:20 2026] GET /v2.0/ports?device_id=9cefea14-85b8-4e69-b713-df45ed9a842d => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:20.438 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-38a2dade-c266-4937-9ba6-a063677ca26c'] response: {'server_uuid': 'f1feb015-4828-4fa9-a795-d2b7f4b5f7e4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '53ba4c8a-8b38-439b-afe5-fbcc97c414d7', 'code': 200} 2026-05-10 05:14:20.481 8 INFO neutron.db.ovn_revision_numbers_db [None req-fa173483-8c0b-480e-8985-793e3d34c6fa - - - - - -] Successfully bumped revision number for resource 53ba4c8a-8b38-439b-afe5-fbcc97c414d7 (type: ports) to 6 2026-05-10 05:14:20.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-02ae2c62-83e0-4757-80bc-5fbda44a1b91 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 8f0e1081-46ed-452d-8a33-77ef4a591ff4 2026-05-10 05:14:20.589 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02ae2c62-83e0-4757-80bc-5fbda44a1b91 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 8f0e1081-46ed-452d-8a33-77ef4a591ff4 [pid: 7|app: 0|req: 469/990] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 05:14:20 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 1232 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/991] 10.0.0.223 () {34 vars in 1040 bytes} [Sun May 10 05:14:20 2026] GET /v2.0/security-groups?id=c354fc05-8d7e-4ebc-88ba-5a5687dfe02f&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: 522/992] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:14:20 2026] DELETE /v2.0/routers/16a1d8b8-20d7-425b-ac0e-acd3af93d07f => generated 0 bytes in 943 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/993] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:14:20 2026] DELETE /v2.0/subnets/7cec4788-be06-49e8-b977-18c219b93883 => generated 0 bytes in 147 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: 472/994] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:14:21 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:21.273 8 INFO neutron_taas.services.taas.taas_plugin [None req-22a98ab1-be55-4699-ab6c-cb5111dbe771 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: e982d9be-ee7f-4fb2-9e28-5cace06d761f 2026-05-10 05:14:21.277 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22a98ab1-be55-4699-ab6c-cb5111dbe771 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: e982d9be-ee7f-4fb2-9e28-5cace06d761f 2026-05-10 05:14:21.374 7 INFO neutron_taas.services.taas.taas_plugin [req-bb1dee05-c55f-4949-b339-b01e9b61bff9 req-e3ee6c0e-9e35-453d-8a5d-26e2d1f6be92 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] TaaS: Handle Delete Port: 53ba4c8a-8b38-439b-afe5-fbcc97c414d7 2026-05-10 05:14:21.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bb1dee05-c55f-4949-b339-b01e9b61bff9 req-e3ee6c0e-9e35-453d-8a5d-26e2d1f6be92 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] Tap Mirror: Handle Delete Port: 53ba4c8a-8b38-439b-afe5-fbcc97c414d7 2026-05-10 05:14:21.448 8 INFO neutron.services.segments.plugin [-] Segment 606d0678-01bb-450d-8b59-3ef5b875bdd0 resource provider aggregate not found 2026-05-10 05:14:21.452 8 INFO neutron.services.segments.plugin [-] Segment 606d0678-01bb-450d-8b59-3ef5b875bdd0 resource provider aggregate not found 2026-05-10 05:14:21.472 8 INFO neutron.services.segments.plugin [-] Segment 606d0678-01bb-450d-8b59-3ef5b875bdd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 606d0678-01bb-450d-8b59-3ef5b875bdd0 found for delete ", "request_id": "req-20948cf8-0170-4e3a-941f-aca89ba652de"}]} 2026-05-10 05:14:21.476 8 INFO neutron.services.segments.plugin [-] Segment 606d0678-01bb-450d-8b59-3ef5b875bdd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 606d0678-01bb-450d-8b59-3ef5b875bdd0 found for delete ", "request_id": "req-a3fd6c36-38fa-4c0e-bd53-4d063862802c"}]} [pid: 8|app: 0|req: 523/995] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:14:21 2026] DELETE /v2.0/networks/6360e391-5c26-4cb1-a387-68efc6c2107c => generated 0 bytes in 377 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/996] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:21 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:21.631 7 INFO neutron.db.l3_db [req-bb1dee05-c55f-4949-b339-b01e9b61bff9 req-e3ee6c0e-9e35-453d-8a5d-26e2d1f6be92 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] Floating IP 1f7c9359-e918-453c-9b3a-5e5e2a00109d disassociated. External IP: 10.96.250.208, port: 53ba4c8a-8b38-439b-afe5-fbcc97c414d7. [pid: 8|app: 0|req: 525/997] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:21 2026] DELETE /v2.0/security-groups/0150465c-315f-4d79-bc4d-de9bdcb2c081 => generated 0 bytes in 167 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: 526/998] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:21 2026] GET /v2.0/security-groups?id=9b294880-4672-4c94-a662-78705e60bd91&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-10 05:14:21.749 8 WARNING neutron.db.securitygroups_db [None req-f0acd2e9-b026-434c-af24-7e7a0d1b3678 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 473/999] 199.204.45.23 () {36 vars in 996 bytes} [Sun May 10 05:14:21 2026] DELETE /v2.0/ports/53ba4c8a-8b38-439b-afe5-fbcc97c414d7 => generated 0 bytes in 559 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1000] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:21 2026] GET /v2.0/security-groups?tenant_id=dc353d2b382a4ea6915a26529a2040d4&name=default => generated 2921 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:21.790 7 INFO neutron.api.v2.resource [None req-42dc9133-36f1-43e3-9873-3db8fb4f6aef 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 474/1001] 10.0.0.201 () {32 vars in 737 bytes} [Sun May 10 05:14:21 2026] GET /v2.0/security-groups/0150465c-315f-4d79-bc4d-de9bdcb2c081 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:14:21.803 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f119d2a-dcd0-44ea-afb6-b93743e89161'] response: {'server_uuid': 'f1feb015-4828-4fa9-a795-d2b7f4b5f7e4', 'name': 'network-vif-deleted', 'tag': '53ba4c8a-8b38-439b-afe5-fbcc97c414d7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 528/1002] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:21 2026] DELETE /v2.0/security-groups/ee0171df-2968-4d0c-ac5e-63bc5618d176 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:21.950 7 INFO neutron_taas.services.taas.taas_plugin [None req-814136cb-9f6f-4ae0-a6f4-491275de58fd 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] TaaS: Handle Delete Port: 2cc49662-5803-4679-b59d-37f6b1637194 2026-05-10 05:14:21.954 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-814136cb-9f6f-4ae0-a6f4-491275de58fd 993b0a8d2f0843e1bd0bc0a22d1b40c5 4b02e44e9726458cadc697a04aefc88d - - default default] Tap Mirror: Handle Delete Port: 2cc49662-5803-4679-b59d-37f6b1637194 [pid: 7|app: 0|req: 475/1003] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:14:21 2026] DELETE /v2.0/floatingips/6923d9ef-feac-40a1-9259-9e9410a394c0 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:22.344 8 INFO neutron_taas.services.taas.taas_plugin [None req-b389382e-6443-4c3e-bc09-fbd0674ccb73 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 278e8819-dc18-4f65-bcc2-5b26914b5cc0 2026-05-10 05:14:22.347 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b389382e-6443-4c3e-bc09-fbd0674ccb73 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 278e8819-dc18-4f65-bcc2-5b26914b5cc0 2026-05-10 05:14:22.477 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-11d163aa-0d26-4780-a046-9d773e338b0a'] response: {'server_uuid': 'f1feb015-4828-4fa9-a795-d2b7f4b5f7e4', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '53ba4c8a-8b38-439b-afe5-fbcc97c414d7', 'code': 200} [pid: 7|app: 0|req: 476/1004] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:22 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => 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: 529/1005] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:14:22 2026] PUT /v2.0/routers/4bfb6c1c-7bdf-42a0-be72-2c0bb2285a74/remove_router_interface => generated 310 bytes in 872 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:23.258 7 INFO neutron_taas.services.taas.taas_plugin [None req-f33c9973-08f7-4681-ae21-167bc9fa13e9 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 6f7dc9c3-b0ad-45f4-9ec0-6a51343c55e2 2026-05-10 05:14:23.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f33c9973-08f7-4681-ae21-167bc9fa13e9 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 6f7dc9c3-b0ad-45f4-9ec0-6a51343c55e2 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 477/1006] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:14:22 2026] DELETE /v2.0/routers/4bfb6c1c-7bdf-42a0-be72-2c0bb2285a74 => generated 0 bytes in 776 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:23.893 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b6f67f3-3772-4aaf-92f7-879e13270ffb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1810cbe8-dc0c-408d-8aac-d1a35f18da1e (type: security_groups) to 1 2026-05-10 05:14:23.907 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b6f67f3-3772-4aaf-92f7-879e13270ffb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0b8a0e66-0c11-46cf-9b27-43e4c973ab25 (type: security_group_rules) to 0 2026-05-10 05:14:23.927 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b6f67f3-3772-4aaf-92f7-879e13270ffb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 57140337-798e-45b6-a585-4b2eef66cd77 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 478/1007] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:14:23 2026] DELETE /v2.0/subnets/582cda4b-db1b-490b-9d52-79e21305a1fe => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:14:23.942 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b6f67f3-3772-4aaf-92f7-879e13270ffb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7dac8a0c-a67d-4ab3-bca6-4c8b2a498f9f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 479/1008] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:23 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:23.961 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b6f67f3-3772-4aaf-92f7-879e13270ffb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fe0414c0-0b8d-4310-a324-b4614ea021d9 (type: security_group_rules) to 0 2026-05-10 05:14:24.048 8 INFO neutron.db.segments_db [None req-9b6f67f3-3772-4aaf-92f7-879e13270ffb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Added segment 588548e7-71a6-434d-9ff9-8d12a5739ff8 of type geneve for network b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e 2026-05-10 05:14:24.081 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbe79724-11e7-4815-b862-6fe9598f7bd7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: d6cc6f07-2bf2-427c-9952-8d3fde2c65b8 2026-05-10 05:14:24.085 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbe79724-11e7-4815-b862-6fe9598f7bd7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: d6cc6f07-2bf2-427c-9952-8d3fde2c65b8 2026-05-10 05:14:24.163 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b6f67f3-3772-4aaf-92f7-879e13270ffb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e (type: networks) to 1 2026-05-10 05:14:24.257 7 INFO neutron.services.segments.plugin [-] Segment cd6c1338-bf47-42ff-b4c1-54e9f79ed5e9 resource provider aggregate not found 2026-05-10 05:14:24.264 7 INFO neutron.services.segments.plugin [-] Segment cd6c1338-bf47-42ff-b4c1-54e9f79ed5e9 resource provider aggregate not found 2026-05-10 05:14:24.280 7 INFO neutron.services.segments.plugin [-] Segment cd6c1338-bf47-42ff-b4c1-54e9f79ed5e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd6c1338-bf47-42ff-b4c1-54e9f79ed5e9 found for delete ", "request_id": "req-6e663c3d-c24a-470f-a990-3b42495c804c"}]} 2026-05-10 05:14:24.287 7 INFO neutron.services.segments.plugin [-] Segment cd6c1338-bf47-42ff-b4c1-54e9f79ed5e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd6c1338-bf47-42ff-b4c1-54e9f79ed5e9 found for delete ", "request_id": "req-f24a15ce-ea2e-4ad7-92fc-c7855de16cb9"}]} [pid: 7|app: 0|req: 480/1009] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:14:23 2026] DELETE /v2.0/networks/ed3e747a-59ef-4b15-861d-9cd3ca8b3e97 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:14:24.369 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9b6f67f3-3772-4aaf-92f7-879e13270ffb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:14:24.370 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9b6f67f3-3772-4aaf-92f7-879e13270ffb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:24.416 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] OVN reports status down for port: a73aec6e-bb6c-4c40-adb6-0e2bd8febc81 2026-05-10 05:14:24.443 7 WARNING neutron.db.securitygroups_db [None req-bb70cb87-faae-40cb-8505-975dca233930 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:14:24.444 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b6f67f3-3772-4aaf-92f7-879e13270ffb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a73aec6e-bb6c-4c40-adb6-0e2bd8febc81 (type: ports) to 1 [pid: 8|app: 0|req: 530/1010] 10.0.0.201 () {34 vars in 671 bytes} [Sun May 10 05:14:23 2026] POST /v2.0/networks => generated 786 bytes in 924 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1011] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:24 2026] GET /v2.0/security-groups?tenant_id=4b02e44e9726458cadc697a04aefc88d&name=default => generated 2921 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:24.612 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c632f1ab-39de-4200-9234-7e1f8dc308b8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:14:24.613 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c632f1ab-39de-4200-9234-7e1f8dc308b8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 482/1012] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:24 2026] DELETE /v2.0/security-groups/69692336-825f-4561-af4b-7f7b9571163e => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1013] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:25 2026] GET /v2.0/ports?device_id=f1feb015-4828-4fa9-a795-d2b7f4b5f7e4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:25.064 8 INFO neutron.db.ovn_revision_numbers_db [None req-c632f1ab-39de-4200-9234-7e1f8dc308b8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a73aec6e-bb6c-4c40-adb6-0e2bd8febc81 (type: ports) to 2 2026-05-10 05:14:25.099 8 INFO neutron.db.ovn_revision_numbers_db [None req-c632f1ab-39de-4200-9234-7e1f8dc308b8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1adf89da-6520-43b5-b09a-ab78e5f08610 (type: subnets) to 0 [pid: 8|app: 0|req: 531/1014] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:14:24 2026] POST /v2.0/subnets => generated 692 bytes in 652 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:14:25.504 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7c595951-fbe2-4a9a-a16f-b3b2cac2f920 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:14:25.506 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7c595951-fbe2-4a9a-a16f-b3b2cac2f920 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:25.610 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] OVN reports status down for port: 9fa852f8-9fe9-4e4a-8493-aae0ab3d4e87 2026-05-10 05:14:25.658 7 INFO neutron.db.ovn_revision_numbers_db [None req-7c595951-fbe2-4a9a-a16f-b3b2cac2f920 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9fa852f8-9fe9-4e4a-8493-aae0ab3d4e87 (type: ports) to 1 [pid: 8|app: 0|req: 532/1015] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:25 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1016] 10.0.0.162 () {34 vars in 971 bytes} [Sun May 10 05:14:25 2026] GET /v2.0/ports/5b11310f-1726-4b5c-bbf4-9aa32d1374c9 => generated 968 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1017] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:26 2026] DELETE /v2.0/security-groups/9b294880-4672-4c94-a662-78705e60bd91 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:26.311 8 INFO neutron.api.v2.resource [None req-5ebfd522-976c-423a-9e6d-c0b87f0a7089 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 535/1018] 10.0.0.201 () {32 vars in 737 bytes} [Sun May 10 05:14:26 2026] GET /v2.0/security-groups/9b294880-4672-4c94-a662-78705e60bd91 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:14:26.373 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-c670adb1-287f-44fc-9cf7-a95bc4b4e045 - - - - - -] Router f907b0ff-7b58-4e0b-af64-daecb1eba53a is bound to host instance 2026-05-10 05:14:26.412 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] OVN reports status up for port: 9fa852f8-9fe9-4e4a-8493-aae0ab3d4e87 2026-05-10 05:14:26.474 7 INFO neutron.plugins.ml2.plugin [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] Attempt 1 to provision port 9fa852f8-9fe9-4e4a-8493-aae0ab3d4e87 2026-05-10 05:14:26.479 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d1b7a0a-4ad8-42b4-8e6d-e7af593a5bce 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] TaaS: Handle Delete Port: 1fb8b4da-3fcb-492b-9e1d-5586fdaf88a3 2026-05-10 05:14:26.482 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d1b7a0a-4ad8-42b4-8e6d-e7af593a5bce 2b01d3598fea48d8a1f5db8ffadcc60c 6b0766100d9d4ca4825798d14902f877 - - default default] Tap Mirror: Handle Delete Port: 1fb8b4da-3fcb-492b-9e1d-5586fdaf88a3 2026-05-10 05:14:26.517 7 INFO neutron.db.ovn_revision_numbers_db [None req-7c595951-fbe2-4a9a-a16f-b3b2cac2f920 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9fa852f8-9fe9-4e4a-8493-aae0ab3d4e87 (type: router_ports) to 1 [pid: 8|app: 0|req: 536/1019] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:14:26 2026] DELETE /v2.0/floatingips/1f7c9359-e918-453c-9b3a-5e5e2a00109d => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1020] 199.204.45.23 () {34 vars in 999 bytes} [Sun May 10 05:14:26 2026] GET /v2.0/subnets?network_id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3 => generated 684 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:26.702 7 INFO neutron.db.ovn_revision_numbers_db [None req-7c595951-fbe2-4a9a-a16f-b3b2cac2f920 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f907b0ff-7b58-4e0b-af64-daecb1eba53a (type: routers) to 2 [pid: 7|app: 0|req: 484/1021] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:14:25 2026] POST /v2.0/routers => generated 991 bytes in 1620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:14:26.930 8 INFO neutron_taas.services.taas.taas_plugin [None req-b461a9d5-9efe-447b-8ac4-589d9445203f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: be4f1fc7-ca15-4c87-b33c-bd14a7da632e 2026-05-10 05:14:26.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b461a9d5-9efe-447b-8ac4-589d9445203f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: be4f1fc7-ca15-4c87-b33c-bd14a7da632e [pid: 7|app: 0|req: 485/1022] 199.204.45.23 () {34 vars in 1145 bytes} [Sun May 10 05:14:26 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce&device_owner=compute%3Anova&network_id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3 => generated 971 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1023] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:14:26 2026] PUT /v2.0/routers/27bf2a61-09c8-4be6-b59d-9d100b025a5d/remove_router_interface => generated 310 bytes in 881 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-10 05:14:27.748 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-404e02c7-8cf7-4755-908e-2c64888911ab ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:14:27.755 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-404e02c7-8cf7-4755-908e-2c64888911ab ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:27.933 8 INFO neutron.db.ovn_revision_numbers_db [req-9e7e62ff-f9f7-44f0-81bb-fa88e3ec2620 req-9f5b62f1-7741-4da3-88d4-21b00f498fc4 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Successfully bumped revision number for resource 5b11310f-1726-4b5c-bbf4-9aa32d1374c9 (type: ports) to 6 [pid: 8|app: 0|req: 539/1024] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:14:27 2026] PUT /v2.0/ports/5b11310f-1726-4b5c-bbf4-9aa32d1374c9 => generated 1145 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:27.987 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4705da64-607e-433d-abd7-dd36d63f145b - - - - - -] OVN reports status down for port: 5a210b48-ef9f-493b-a190-462b4bf90038 2026-05-10 05:14:27.991 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-74547994-c3d6-4d31-9ec1-959956f429ec'] response: {'name': 'network-changed', 'server_uuid': 'e5032abc-2acc-483b-ad8d-a258046440ce', 'tag': '5b11310f-1726-4b5c-bbf4-9aa32d1374c9', 'status': 'completed', 'code': 200} 2026-05-10 05:14:27.998 7 INFO neutron.db.ovn_revision_numbers_db [None req-dfc61c29-0a4b-4dd9-a2b6-c51050aa69f5 - - - - - -] Successfully bumped revision number for resource 9fa852f8-9fe9-4e4a-8493-aae0ab3d4e87 (type: ports) to 4 2026-05-10 05:14:28.045 7 INFO neutron.db.ovn_revision_numbers_db [None req-404e02c7-8cf7-4755-908e-2c64888911ab ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5a210b48-ef9f-493b-a190-462b4bf90038 (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, ' 2026-05-10 05:14:28.208 8 WARNING neutron.db.securitygroups_db [None req-eaab8445-6233-434c-bcf4-fb4912a1002a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:14:28.326 8 INFO neutron.db.ovn_revision_numbers_db [None req-eaab8445-6233-434c-bcf4-fb4912a1002a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4d2bc61f-5c11-4539-97fe-502ed99517cd (type: security_groups) to 1 2026-05-10 05:14:28.337 8 INFO neutron.db.ovn_revision_numbers_db [None req-eaab8445-6233-434c-bcf4-fb4912a1002a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 34c6580d-b921-4323-9fe6-c6e14f79116f (type: security_group_rules) to 0 2026-05-10 05:14:28.348 8 INFO neutron.db.ovn_revision_numbers_db [None req-eaab8445-6233-434c-bcf4-fb4912a1002a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 721ebd9b-d2eb-4961-998c-d124ab6c9111 (type: security_group_rules) to 0 2026-05-10 05:14:28.358 8 INFO neutron.db.ovn_revision_numbers_db [None req-eaab8445-6233-434c-bcf4-fb4912a1002a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 979b53ed-df3a-4e4d-9dbd-1137b623d98f (type: security_group_rules) to 0 2026-05-10 05:14:28.367 8 INFO neutron.db.ovn_revision_numbers_db [None req-eaab8445-6233-434c-bcf4-fb4912a1002a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource df38d4e6-2ebf-4c91-a53f-e8e108fc3c56 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 540/1025] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:27 2026] GET /v2.0/security-groups?tenant_id=5e1e54abad06469f8ef6b17ba594bee7&name=default => generated 2925 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:28.597 7 INFO neutron.db.ovn_revision_numbers_db [None req-dfc61c29-0a4b-4dd9-a2b6-c51050aa69f5 - - - - - -] Successfully bumped revision number for resource 9fa852f8-9fe9-4e4a-8493-aae0ab3d4e87 (type: ports) to 5 2026-05-10 05:14:28.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-430cf78a-3900-4a01-876c-d2471437e5db ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 6f88259d-4ccc-463a-95a2-11997f3367a2 2026-05-10 05:14:28.705 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-430cf78a-3900-4a01-876c-d2471437e5db ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 6f88259d-4ccc-463a-95a2-11997f3367a2 2026-05-10 05:14:28.957 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4705da64-607e-433d-abd7-dd36d63f145b - - - - - -] OVN reports status up for port: 5a210b48-ef9f-493b-a190-462b4bf90038 2026-05-10 05:14:28.983 8 INFO neutron.plugins.ml2.plugin [None req-4705da64-607e-433d-abd7-dd36d63f145b - - - - - -] Attempt 1 to provision port 5a210b48-ef9f-493b-a190-462b4bf90038 2026-05-10 05:14:29.002 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-404e02c7-8cf7-4755-908e-2c64888911ab ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:14:29.004 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-404e02c7-8cf7-4755-908e-2c64888911ab ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 541/1026] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:14:28 2026] DELETE /v2.0/routers/27bf2a61-09c8-4be6-b59d-9d100b025a5d => generated 0 bytes in 846 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:29.439 7 INFO neutron.db.ovn_revision_numbers_db [None req-404e02c7-8cf7-4755-908e-2c64888911ab ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5a210b48-ef9f-493b-a190-462b4bf90038 (type: router_ports) to 1 [pid: 7|app: 0|req: 486/1027] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:14:26 2026] PUT /v2.0/routers/f907b0ff-7b58-4e0b-af64-daecb1eba53a/add_router_interface => generated 310 bytes in 2511 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1028] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:14:29 2026] GET /v2.0/ports?tenant_id=32174bac70654dc0b3b70ea59c2c287c&device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1029] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:14:29 2026] DELETE /v2.0/subnets/486367dd-2227-45c2-a092-4c6305192cd0 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1030] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:29 2026] DELETE /v2.0/security-groups/4d2bc61f-5c11-4539-97fe-502ed99517cd => generated 0 bytes in 424 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1031] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:14:29 2026] GET /v2.0/networks?id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3 => generated 821 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1032] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:14:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5b11310f-1726-4b5c-bbf4-9aa32d1374c9 => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1033] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:14:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5b11310f-1726-4b5c-bbf4-9aa32d1374c9 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:29.782 8 INFO neutron.db.ovn_revision_numbers_db [None req-4705da64-607e-433d-abd7-dd36d63f145b - - - - - -] Successfully bumped revision number for resource 5a210b48-ef9f-493b-a190-462b4bf90038 (type: ports) to 2 [pid: 7|app: 0|req: 492/1034] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:14:29 2026] GET /v2.0/subnets?id=a738936c-4f65-4cd2-92bd-a054ead5dcfb => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1035] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:14:29 2026] GET /v2.0/ports?network_id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3&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: 494/1036] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:14:29 2026] GET /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:29.889 8 INFO neutron_taas.services.taas.taas_plugin [None req-e261d365-211b-46eb-b314-fb5e15352893 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 52004e24-7e3b-41a5-88d0-ac360339d4bb 2026-05-10 05:14:29.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e261d365-211b-46eb-b314-fb5e15352893 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 52004e24-7e3b-41a5-88d0-ac360339d4bb [pid: 7|app: 0|req: 495/1037] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:14:29 2026] GET /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3?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-10 05:14:30.092 8 INFO neutron.services.segments.plugin [-] Segment 0f3de891-45f9-4744-945c-42b32f180911 resource provider aggregate not found 2026-05-10 05:14:30.095 8 INFO neutron.services.segments.plugin [-] Segment 0f3de891-45f9-4744-945c-42b32f180911 resource provider aggregate not found 2026-05-10 05:14:30.111 8 INFO neutron.services.segments.plugin [-] Segment 0f3de891-45f9-4744-945c-42b32f180911 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f3de891-45f9-4744-945c-42b32f180911 found for delete ", "request_id": "req-f99abe61-8a84-489f-8a59-0febd63a62cb"}]} 2026-05-10 05:14:30.116 8 INFO neutron.services.segments.plugin [-] Segment 0f3de891-45f9-4744-945c-42b32f180911 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f3de891-45f9-4744-945c-42b32f180911 found for delete ", "request_id": "req-1c1140e5-8a12-4960-a366-2542b4ac4c10"}]} [pid: 8|app: 0|req: 543/1040] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:14:29 2026] DELETE /v2.0/networks/e08032c9-ea0a-4757-9300-5aa0fbbf39b6 => generated 0 bytes in 480 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1041] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:30 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 1148 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1042] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:30 2026] GET /v2.0/security-groups?id=c354fc05-8d7e-4ebc-88ba-5a5687dfe02f&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-10 05:14:30.251 7 WARNING neutron.db.securitygroups_db [None req-c77c6b12-9e94-441a-a7f8-30f7c77de874 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 499/1043] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:30 2026] GET /v2.0/security-groups?tenant_id=6b0766100d9d4ca4825798d14902f877&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: 545/1044] 10.0.0.162 () {34 vars in 982 bytes} [Sun May 10 05:14:30 2026] GET /v2.0/networks?id=b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e => generated 715 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1045] 10.0.0.162 () {34 vars in 965 bytes} [Sun May 10 05:14:30 2026] GET /v2.0/quotas/f196821e9b914981a3f5db0d5927e072 => 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: 547/1046] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:14:30 2026] GET /v2.0/ports?tenant_id=f196821e9b914981a3f5db0d5927e072&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1047] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:30 2026] DELETE /v2.0/security-groups/44773e96-5326-49e9-8e1b-2537878fa232 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1048] 10.0.0.162 () {34 vars in 1008 bytes} [Sun May 10 05:14:30 2026] GET /v2.0/networks/b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e?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: 501/1049] 10.0.0.162 () {34 vars in 1108 bytes} [Sun May 10 05:14:30 2026] GET /v2.0/networks/b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e?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: 549/1050] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:30 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => 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: 502/1051] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:14:30 2026] GET /v2.0/ports?tenant_id=32174bac70654dc0b3b70ea59c2c287c&device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 1409 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1052] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:14:30 2026] GET /v2.0/networks?id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3 => generated 821 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1053] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:14:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5b11310f-1726-4b5c-bbf4-9aa32d1374c9 => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1054] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:14:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=5b11310f-1726-4b5c-bbf4-9aa32d1374c9 => 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: 504/1055] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:14:31 2026] GET /v2.0/subnets?id=a738936c-4f65-4cd2-92bd-a054ead5dcfb => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1056] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:14:31 2026] GET /v2.0/ports?network_id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3&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: 505/1057] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:14:31 2026] GET /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3?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: 553/1058] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:14:31 2026] GET /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3?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: 506/1059] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:31 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => 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: 554/1060] 199.204.45.23 () {34 vars in 1117 bytes} [Sun May 10 05:14:31 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1148 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:32.353 7 INFO neutron.db.ovn_revision_numbers_db [req-1a811eb7-49eb-4e82-b0c3-bbbf9ad89b84 req-4b1e9ec2-3945-4577-ac3d-3d0271dc0ea2 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Successfully bumped revision number for resource 5b11310f-1726-4b5c-bbf4-9aa32d1374c9 (type: ports) to 7 [pid: 7|app: 0|req: 507/1061] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:14:31 2026] PUT /v2.0/ports/5b11310f-1726-4b5c-bbf4-9aa32d1374c9 => generated 968 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:32.402 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7e073d2-400e-4cb7-b4fc-bb70930feb6f'] response: {'name': 'network-changed', 'server_uuid': 'e5032abc-2acc-483b-ad8d-a258046440ce', 'tag': '5b11310f-1726-4b5c-bbf4-9aa32d1374c9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 555/1062] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:32 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 508/1063] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:14:32 2026] GET /v2.0/ports?tenant_id=32174bac70654dc0b3b70ea59c2c287c&device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 1232 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1064] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:14:32 2026] GET /v2.0/networks?id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3 => generated 821 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1065] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:14:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5b11310f-1726-4b5c-bbf4-9aa32d1374c9 => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1066] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:14:33 2026] GET /v2.0/subnets?id=a738936c-4f65-4cd2-92bd-a054ead5dcfb => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1067] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:14:33 2026] GET /v2.0/ports?network_id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3&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: 558/1068] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:14:33 2026] GET /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3?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: 511/1069] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:14:33 2026] GET /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:33.369 8 WARNING keystonemiddleware.audit [req-1a811eb7-49eb-4e82-b0c3-bbbf9ad89b84 req-d60ca696-a412-4203-aa2a-b0ced1fa011e cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Skipping service tempest-service-1768724982 as it have no endpoints. 2026-05-10 05:14:33.373 8 WARNING neutron.db.securitygroups_db [None req-b441e4d7-6255-4ede-9fbb-30553e352e41 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:14:33.492 8 INFO neutron.db.ovn_revision_numbers_db [None req-b441e4d7-6255-4ede-9fbb-30553e352e41 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f23394fb-8b58-4cbb-8f25-5f3f0204b0f1 (type: security_groups) to 1 2026-05-10 05:14:33.504 8 INFO neutron.db.ovn_revision_numbers_db [None req-b441e4d7-6255-4ede-9fbb-30553e352e41 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1a36d196-0bc9-4496-9bde-333e20baabdb (type: security_group_rules) to 0 2026-05-10 05:14:33.515 8 INFO neutron.db.ovn_revision_numbers_db [None req-b441e4d7-6255-4ede-9fbb-30553e352e41 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a08bb28c-ced3-4573-a687-adbd98c7cf1b (type: security_group_rules) to 0 2026-05-10 05:14:33.526 8 INFO neutron.db.ovn_revision_numbers_db [None req-b441e4d7-6255-4ede-9fbb-30553e352e41 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a3476ba5-f235-43fa-b99e-7f4aaed9ea2a (type: security_group_rules) to 0 2026-05-10 05:14:33.536 8 INFO neutron.db.ovn_revision_numbers_db [None req-b441e4d7-6255-4ede-9fbb-30553e352e41 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f5c53a71-539c-456e-bab7-832f0b41e934 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 559/1070] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:33 2026] GET /v2.0/security-groups?tenant_id=9cb98c1185934b3c9f105dd86a571853&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:33.581 7 WARNING keystonemiddleware.audit [req-1a811eb7-49eb-4e82-b0c3-bbbf9ad89b84 req-7543cece-051f-479b-8563-48ebcbe19f25 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Skipping service tempest-service-1768724982 as it have no endpoints. [pid: 8|app: 0|req: 560/1071] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:33 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1072] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:33 2026] GET /v2.0/security-groups?id=c354fc05-8d7e-4ebc-88ba-5a5687dfe02f&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1073] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:33 2026] DELETE /v2.0/security-groups/f23394fb-8b58-4cbb-8f25-5f3f0204b0f1 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:33.907 8 WARNING keystonemiddleware.audit [req-151cef4a-da35-4728-a92a-1983c49f0e0b req-7403d976-e179-4f91-aa92-1a7df481ff47 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Skipping service tempest-service-1768724982 as it have no endpoints. 2026-05-10 05:14:33.910 8 WARNING neutron.db.securitygroups_db [None req-e33bc935-16f1-450c-b8b0-9d36cf9b9830 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 513/1074] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:33 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:34.034 8 INFO neutron.db.ovn_revision_numbers_db [None req-e33bc935-16f1-450c-b8b0-9d36cf9b9830 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 788084ce-1b60-4d66-971e-e05a7698097f (type: security_groups) to 1 2026-05-10 05:14:34.045 8 INFO neutron.db.ovn_revision_numbers_db [None req-e33bc935-16f1-450c-b8b0-9d36cf9b9830 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0df7a6c7-5586-4f5b-b27d-0ac90fa20a01 (type: security_group_rules) to 0 2026-05-10 05:14:34.056 8 INFO neutron.db.ovn_revision_numbers_db [None req-e33bc935-16f1-450c-b8b0-9d36cf9b9830 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2d380f08-3cee-4657-bd71-82bdd8e65cc1 (type: security_group_rules) to 0 2026-05-10 05:14:34.068 8 INFO neutron.db.ovn_revision_numbers_db [None req-e33bc935-16f1-450c-b8b0-9d36cf9b9830 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 39dfec56-e9e4-4efe-9a81-d72d4fdc4056 (type: security_group_rules) to 0 2026-05-10 05:14:34.092 8 INFO neutron.db.ovn_revision_numbers_db [None req-e33bc935-16f1-450c-b8b0-9d36cf9b9830 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9d491326-6361-4ebe-95b8-4584dccf4ad2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 562/1075] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:33 2026] GET /v2.0/security-groups?tenant_id=3520536086d44ffeb498933785b55166&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:34.135 8 WARNING keystonemiddleware.audit [None req-e33bc935-16f1-450c-b8b0-9d36cf9b9830 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Skipping service tempest-service-1768724982 as it have no endpoints. 2026-05-10 05:14:34.225 7 WARNING neutron.db.securitygroups_db [None req-2b4807b6-1261-4dd8-a988-f939b6f56789 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 563/1076] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:34 2026] DELETE /v2.0/security-groups/788084ce-1b60-4d66-971e-e05a7698097f => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1077] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:14:34 2026] GET /v2.0/ports?tenant_id=32174bac70654dc0b3b70ea59c2c287c&device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 1232 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:34.386 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b4807b6-1261-4dd8-a988-f939b6f56789 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fb9e3754-bbdf-4441-a2cd-64e90351f4da (type: security_groups) to 1 2026-05-10 05:14:34.408 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b4807b6-1261-4dd8-a988-f939b6f56789 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2134e215-8320-46c0-856c-84ce3ebdc48c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 565/1078] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:14:34 2026] GET /v2.0/networks?id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3 => generated 821 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:34.428 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b4807b6-1261-4dd8-a988-f939b6f56789 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c6c956e1-dd5c-471e-bfeb-191c9bb54b4c (type: security_group_rules) to 0 2026-05-10 05:14:34.445 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b4807b6-1261-4dd8-a988-f939b6f56789 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d0d861ef-3759-4c2f-8556-24237dabe44e (type: security_group_rules) to 0 2026-05-10 05:14:34.457 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b4807b6-1261-4dd8-a988-f939b6f56789 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e16b81be-4ba4-4576-9c49-b592e71a1b37 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 566/1079] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:14:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=5b11310f-1726-4b5c-bbf4-9aa32d1374c9 => 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: 514/1080] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:34 2026] GET /v2.0/security-groups?tenant_id=dfce4c4ab2214eb1a7695896d53b2c17&name=default => generated 2925 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1081] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:14:34 2026] GET /v2.0/subnets?id=a738936c-4f65-4cd2-92bd-a054ead5dcfb => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1082] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:14:34 2026] GET /v2.0/ports?network_id=5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3&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: 569/1083] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:14:34 2026] GET /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1084] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:34 2026] DELETE /v2.0/security-groups/fb9e3754-bbdf-4441-a2cd-64e90351f4da => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1085] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:14:34 2026] GET /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:34.748 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-1d5bc0c5-685a-4fb5-a30e-c6ed7cff6611 - - - - - -] No hosting information found for port 5a210b48-ef9f-493b-a190-462b4bf90038: RuntimeError: No hosting information found for port 5a210b48-ef9f-493b-a190-462b4bf90038 2026-05-10 05:14:34.786 8 INFO neutron.common.ovn.utils [None req-1d5bc0c5-685a-4fb5-a30e-c6ed7cff6611 - - - - - -] HA Chassis Group neutron-b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c [pid: 7|app: 0|req: 516/1086] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:34 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:34.880 7 WARNING neutron.db.securitygroups_db [None req-9617ef62-aeeb-4394-9860-80919fd33afa ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:14:34.923 8 INFO neutron.db.ovn_revision_numbers_db [None req-1d5bc0c5-685a-4fb5-a30e-c6ed7cff6611 - - - - - -] Successfully bumped revision number for resource 5a210b48-ef9f-493b-a190-462b4bf90038 (type: router_ports) to 2 [pid: 8|app: 0|req: 571/1087] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:34 2026] GET /v2.0/security-groups?id=c354fc05-8d7e-4ebc-88ba-5a5687dfe02f&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:35.003 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1d5bc0c5-685a-4fb5-a30e-c6ed7cff6611 - - - - - -] OVN reports status down for port: 5b11310f-1726-4b5c-bbf4-9aa32d1374c9 [pid: 8|app: 0|req: 572/1088] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:14:34 2026] GET /v2.0/networks?id=b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e => generated 715 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:35.061 7 INFO neutron.db.ovn_revision_numbers_db [None req-9617ef62-aeeb-4394-9860-80919fd33afa ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ba8eec4e-e5f4-446c-bc9f-8f213ee5472c (type: security_groups) to 1 [pid: 8|app: 0|req: 573/1089] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:35 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:35.077 7 INFO neutron.db.ovn_revision_numbers_db [None req-9617ef62-aeeb-4394-9860-80919fd33afa ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7d8c4acb-a9f1-440a-a750-f5678541f127 (type: security_group_rules) to 0 2026-05-10 05:14:35.092 7 INFO neutron.db.ovn_revision_numbers_db [None req-9617ef62-aeeb-4394-9860-80919fd33afa ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8fdec219-3977-47e5-99b5-1e96341117a9 (type: security_group_rules) to 0 2026-05-10 05:14:35.109 7 INFO neutron.db.ovn_revision_numbers_db [None req-9617ef62-aeeb-4394-9860-80919fd33afa ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource aa3796b7-f75f-4308-b854-f06e7db92d88 (type: security_group_rules) to 0 2026-05-10 05:14:35.123 7 INFO neutron.db.ovn_revision_numbers_db [None req-9617ef62-aeeb-4394-9860-80919fd33afa ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f633c500-6cbf-40b6-bd64-cb6f2955da61 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 517/1090] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:34 2026] GET /v2.0/security-groups?tenant_id=ab07ae72c17248fe804b4f0728699144&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:35.204 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-66052075-b667-4fec-8604-73e240885fd1'] response: {'server_uuid': 'e5032abc-2acc-483b-ad8d-a258046440ce', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5b11310f-1726-4b5c-bbf4-9aa32d1374c9', 'code': 200} [pid: 7|app: 0|req: 518/1091] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:35 2026] DELETE /v2.0/security-groups/ba8eec4e-e5f4-446c-bc9f-8f213ee5472c => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:35.436 8 INFO neutron.db.ovn_revision_numbers_db [None req-1d5bc0c5-685a-4fb5-a30e-c6ed7cff6611 - - - - - -] Successfully bumped revision number for resource 5b11310f-1726-4b5c-bbf4-9aa32d1374c9 (type: ports) to 8 2026-05-10 05:14:35.554 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-0b7af42d-45fa-4042-bd26-2115c0b4687b req-bbdc87f5-85b9-48bc-bdec-b0c5d446c8cd 9f0bf9a70031433ab1d8ad8b43d05234 f196821e9b914981a3f5db0d5927e072 - - default default] No more DHCP agents 2026-05-10 05:14:35.556 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-0b7af42d-45fa-4042-bd26-2115c0b4687b req-bbdc87f5-85b9-48bc-bdec-b0c5d446c8cd 9f0bf9a70031433ab1d8ad8b43d05234 f196821e9b914981a3f5db0d5927e072 - - default default] Unable to schedule network b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:35.677 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c5ad3cfd-1c84-40b6-8e18-3c043d53f909 - - - - - -] OVN reports status down for port: 2344e4da-4be9-4857-a996-ea044724f728 2026-05-10 05:14:35.724 8 INFO neutron.db.ovn_revision_numbers_db [req-0b7af42d-45fa-4042-bd26-2115c0b4687b req-bbdc87f5-85b9-48bc-bdec-b0c5d446c8cd 9f0bf9a70031433ab1d8ad8b43d05234 f196821e9b914981a3f5db0d5927e072 - - default default] Successfully bumped revision number for resource 2344e4da-4be9-4857-a996-ea044724f728 (type: ports) to 1 [pid: 8|app: 0|req: 574/1092] 199.204.45.23 () {38 vars in 954 bytes} [Sun May 10 05:14:35 2026] POST /v2.0/ports => generated 954 bytes in 716 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/1093] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:14:35 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:36.087 8 INFO neutron_taas.services.taas.taas_plugin [req-8314155f-4953-4acb-b8ad-2052dd34aa06 req-e7a0b1de-7884-48a4-89ed-783195b4339a 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] TaaS: Handle Delete Port: 5b11310f-1726-4b5c-bbf4-9aa32d1374c9 2026-05-10 05:14:36.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8314155f-4953-4acb-b8ad-2052dd34aa06 req-e7a0b1de-7884-48a4-89ed-783195b4339a 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Tap Mirror: Handle Delete Port: 5b11310f-1726-4b5c-bbf4-9aa32d1374c9 2026-05-10 05:14:36.163 7 INFO neutron.db.ovn_revision_numbers_db [req-0b7af42d-45fa-4042-bd26-2115c0b4687b req-982edff5-4100-4e93-a691-3740bd4f52e2 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 2344e4da-4be9-4857-a996-ea044724f728 (type: ports) to 2 2026-05-10 05:14:36.304 8 INFO neutron.db.l3_db [req-8314155f-4953-4acb-b8ad-2052dd34aa06 req-e7a0b1de-7884-48a4-89ed-783195b4339a 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Floating IP b5f7cce1-693c-4a4e-b0c1-059f089ea48e disassociated. External IP: 10.96.250.217, port: 5b11310f-1726-4b5c-bbf4-9aa32d1374c9. 2026-05-10 05:14:36.391 7 INFO neutron.db.ovn_revision_numbers_db [req-0b7af42d-45fa-4042-bd26-2115c0b4687b req-982edff5-4100-4e93-a691-3740bd4f52e2 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 2344e4da-4be9-4857-a996-ea044724f728 (type: ports) to 4 [pid: 8|app: 0|req: 576/1094] 199.204.45.23 () {36 vars in 996 bytes} [Sun May 10 05:14:35 2026] DELETE /v2.0/ports/5b11310f-1726-4b5c-bbf4-9aa32d1374c9 => generated 0 bytes in 525 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: 519/1095] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:14:35 2026] PUT /v2.0/ports/2344e4da-4be9-4857-a996-ea044724f728 => generated 1227 bytes in 679 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: 577/1096] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:36 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:36.522 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bac56af-9cbe-4f44-8f08-294102c918d6'] response: {'name': 'network-changed', 'server_uuid': 'e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254', 'tag': '2344e4da-4be9-4857-a996-ea044724f728', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 520/1097] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:36 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1098] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:36 2026] GET /v2.0/security-groups?id=1810cbe8-dc0c-408d-8aac-d1a35f18da1e&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:36.841 7 WARNING neutron.db.securitygroups_db [None req-7e9d60d6-2653-4eed-86b7-e89601c0a95c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:14:36.976 7 INFO neutron.db.ovn_revision_numbers_db [None req-7e9d60d6-2653-4eed-86b7-e89601c0a95c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 35e3a436-4883-41d5-abd4-cc7b74e7465f (type: security_groups) to 1 2026-05-10 05:14:36.991 7 INFO neutron.db.ovn_revision_numbers_db [None req-7e9d60d6-2653-4eed-86b7-e89601c0a95c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2ed208d6-a6b0-4ca6-962c-e4c60e008e17 (type: security_group_rules) to 0 2026-05-10 05:14:37.010 7 INFO neutron.db.ovn_revision_numbers_db [None req-7e9d60d6-2653-4eed-86b7-e89601c0a95c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8003ad9b-9248-4d99-a957-5353f44c2e75 (type: security_group_rules) to 0 2026-05-10 05:14:37.025 7 INFO neutron.db.ovn_revision_numbers_db [None req-7e9d60d6-2653-4eed-86b7-e89601c0a95c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 93bfa08d-e634-4cf0-a732-7a1b8f84462c (type: security_group_rules) to 0 2026-05-10 05:14:37.040 7 INFO neutron.db.ovn_revision_numbers_db [None req-7e9d60d6-2653-4eed-86b7-e89601c0a95c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c296ee04-442a-4860-8ba1-bf4cdefb9cd8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 579/1099] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:14:37 2026] GET /v2.0/ports?tenant_id=f196821e9b914981a3f5db0d5927e072&device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 1230 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1100] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:36 2026] GET /v2.0/security-groups?tenant_id=160e7288c5c24af4bf4977dc59482686&name=default => generated 2925 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1101] 199.204.45.23 () {34 vars in 1017 bytes} [Sun May 10 05:14:37 2026] GET /v2.0/networks?tenant_id=f196821e9b914981a3f5db0d5927e072&shared=False => generated 814 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1102] 199.204.45.23 () {34 vars in 929 bytes} [Sun May 10 05:14:37 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-10 05:14:37.239 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0de65f1e-e58e-4407-8c92-fb31a7cf9856'] response: {'server_uuid': 'e5032abc-2acc-483b-ad8d-a258046440ce', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '5b11310f-1726-4b5c-bbf4-9aa32d1374c9', 'code': 200} 2026-05-10 05:14:37.240 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0de65f1e-e58e-4407-8c92-fb31a7cf9856'] response: {'server_uuid': 'e5032abc-2acc-483b-ad8d-a258046440ce', 'name': 'network-vif-deleted', 'tag': '5b11310f-1726-4b5c-bbf4-9aa32d1374c9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 580/1103] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:37 2026] DELETE /v2.0/security-groups/35e3a436-4883-41d5-abd4-cc7b74e7465f => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1104] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:37 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => 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: 581/1105] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:37 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1106] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:37 2026] GET /v2.0/security-groups?id=1810cbe8-dc0c-408d-8aac-d1a35f18da1e&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1107] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:14:38 2026] GET /v2.0/ports?tenant_id=f196821e9b914981a3f5db0d5927e072&device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 1230 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1108] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:14:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=2344e4da-4be9-4857-a996-ea044724f728 => 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: 583/1109] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:14:38 2026] GET /v2.0/subnets?id=1adf89da-6520-43b5-b09a-ab78e5f08610 => generated 695 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1110] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:14:38 2026] GET /v2.0/ports?network_id=b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e&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: 584/1111] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:14:38 2026] GET /v2.0/networks/b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e?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: 528/1112] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:14:38 2026] GET /v2.0/networks/b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e?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: 585/1113] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:38 2026] GET /v2.0/ports?device_id=e5032abc-2acc-483b-ad8d-a258046440ce => 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: 529/1114] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:38 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1115] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:38 2026] GET /v2.0/security-groups?id=1810cbe8-dc0c-408d-8aac-d1a35f18da1e&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:39.235 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ae5ef85-846f-440b-9302-4bc8b294180b 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Successfully bumped revision number for resource a3cedc71-aa32-4bbb-8cf2-a7875a0b346a (type: security_groups) to 1 2026-05-10 05:14:39.243 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ae5ef85-846f-440b-9302-4bc8b294180b 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Successfully bumped revision number for resource 204a514b-c790-40c3-8150-15f4a7b411c4 (type: security_group_rules) to 0 2026-05-10 05:14:39.252 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ae5ef85-846f-440b-9302-4bc8b294180b 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Successfully bumped revision number for resource 28b64a42-9259-4e45-a09f-8d22e21e143c (type: security_group_rules) to 0 2026-05-10 05:14:39.261 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ae5ef85-846f-440b-9302-4bc8b294180b 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Successfully bumped revision number for resource b776f68f-9adc-4626-b8f4-6b959a804a1f (type: security_group_rules) to 0 2026-05-10 05:14:39.271 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ae5ef85-846f-440b-9302-4bc8b294180b 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Successfully bumped revision number for resource f1badfaf-e21e-42fc-aa82-ff07069cec07 (type: security_group_rules) to 0 2026-05-10 05:14:39.346 7 INFO neutron.db.segments_db [None req-3ae5ef85-846f-440b-9302-4bc8b294180b 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Added segment 8f9383cf-3271-4066-9cb0-ebf26803bd4c of type geneve for network b703ef13-8213-441e-b1c5-031ba7b5cf45 2026-05-10 05:14:39.471 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ae5ef85-846f-440b-9302-4bc8b294180b 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Successfully bumped revision number for resource b703ef13-8213-441e-b1c5-031ba7b5cf45 (type: networks) to 1 2026-05-10 05:14:39.708 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3ae5ef85-846f-440b-9302-4bc8b294180b 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] No more DHCP agents 2026-05-10 05:14:39.710 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3ae5ef85-846f-440b-9302-4bc8b294180b 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Unable to schedule network b703ef13-8213-441e-b1c5-031ba7b5cf45: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:39.788 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] OVN reports status down for port: 424930d7-c7c8-4fe7-9a1d-fe7db15355da 2026-05-10 05:14:39.866 8 WARNING neutron.db.securitygroups_db [None req-af4313aa-c025-472c-a6be-28f2dca04d08 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:14:39.991 8 INFO neutron.db.ovn_revision_numbers_db [None req-af4313aa-c025-472c-a6be-28f2dca04d08 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9d1f3d06-a2c8-49b8-ae7f-5bda4b4fb7cb (type: security_groups) to 1 2026-05-10 05:14:40.002 8 INFO neutron.db.ovn_revision_numbers_db [None req-af4313aa-c025-472c-a6be-28f2dca04d08 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0345459f-3567-4112-a1a5-00d2d52b8526 (type: security_group_rules) to 0 2026-05-10 05:14:40.011 8 INFO neutron.db.ovn_revision_numbers_db [None req-af4313aa-c025-472c-a6be-28f2dca04d08 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1a5b7b97-c457-43fe-85f8-5a01404b3943 (type: security_group_rules) to 0 2026-05-10 05:14:40.021 8 INFO neutron.db.ovn_revision_numbers_db [None req-af4313aa-c025-472c-a6be-28f2dca04d08 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1cc2864d-0be7-4c0a-b7ef-09bbce2fa57e (type: security_group_rules) to 0 2026-05-10 05:14:40.032 8 INFO neutron.db.ovn_revision_numbers_db [None req-af4313aa-c025-472c-a6be-28f2dca04d08 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 45e77345-5897-4603-9160-f44ed31e4807 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 587/1116] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:39 2026] GET /v2.0/security-groups?tenant_id=017f2f1c9400472b8e2d154ac8ae6156&name=default => generated 2925 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1117] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:40 2026] DELETE /v2.0/security-groups/c354fc05-8d7e-4ebc-88ba-5a5687dfe02f => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:40.258 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ae5ef85-846f-440b-9302-4bc8b294180b 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Successfully bumped revision number for resource 424930d7-c7c8-4fe7-9a1d-fe7db15355da (type: ports) to 1 [pid: 8|app: 0|req: 589/1118] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:40 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1119] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:14:38 2026] POST /v2.0/networks => generated 685 bytes in 1415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:14:40.317 7 INFO neutron.api.v2.resource [None req-b1fe7417-9c92-4780-b479-a8d5a07560ba 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 531/1120] 10.0.0.201 () {32 vars in 737 bytes} [Sun May 10 05:14:40 2026] GET /v2.0/security-groups/c354fc05-8d7e-4ebc-88ba-5a5687dfe02f => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1121] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:40 2026] GET /v2.0/security-groups?id=1810cbe8-dc0c-408d-8aac-d1a35f18da1e&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: 590/1122] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:40 2026] DELETE /v2.0/security-groups/9d1f3d06-a2c8-49b8-ae7f-5bda4b4fb7cb => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:40.471 7 INFO neutron_taas.services.taas.taas_plugin [None req-262af237-21be-4ed2-a286-38be91e4cc61 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] TaaS: Handle Delete Port: 22fc67b5-630c-4772-9dbc-3bb395b1a92f 2026-05-10 05:14:40.474 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-262af237-21be-4ed2-a286-38be91e4cc61 2caa25d2dd4948b7ab58fce700339f84 32174bac70654dc0b3b70ea59c2c287c - - default default] Tap Mirror: Handle Delete Port: 22fc67b5-630c-4772-9dbc-3bb395b1a92f [pid: 7|app: 0|req: 533/1123] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:14:40 2026] DELETE /v2.0/floatingips/b5f7cce1-693c-4a4e-b0c1-059f089ea48e => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:40.895 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-04e4b4df-a506-43db-8dbc-84f9cba33436 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] No more DHCP agents 2026-05-10 05:14:40.896 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-04e4b4df-a506-43db-8dbc-84f9cba33436 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Unable to schedule network b703ef13-8213-441e-b1c5-031ba7b5cf45: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:40.924 7 INFO neutron.db.ovn_revision_numbers_db [None req-04e4b4df-a506-43db-8dbc-84f9cba33436 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Successfully bumped revision number for resource 0d38a782-87d1-4c71-8b38-9fd3970194c2 (type: subnets) to 0 [pid: 7|app: 0|req: 534/1124] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:14:40 2026] POST /v2.0/subnets => generated 673 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:14:40.972 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd777a4c-2f55-4f28-866a-87022f64f6df ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 18e9ec23-75da-4669-bf4d-5498f48c8ce6 2026-05-10 05:14:40.976 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd777a4c-2f55-4f28-866a-87022f64f6df ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 18e9ec23-75da-4669-bf4d-5498f48c8ce6 2026-05-10 05:14:41.023 7 INFO neutron.db.segments_db [None req-dd764382-6ee5-44a5-9068-2368cb5eeeca 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Added segment 6a2aca09-c818-4773-b78c-243d762095ee of type geneve for network 3a9c19a5-34fa-41b4-ad2e-d25485290c51 2026-05-10 05:14:41.122 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c5ad3cfd-1c84-40b6-8e18-3c043d53f909 - - - - - -] OVN reports status up for port: 2344e4da-4be9-4857-a996-ea044724f728 2026-05-10 05:14:41.160 8 INFO neutron.plugins.ml2.plugin [None req-c5ad3cfd-1c84-40b6-8e18-3c043d53f909 - - - - - -] Attempt 1 to provision port 2344e4da-4be9-4857-a996-ea044724f728 2026-05-10 05:14:41.163 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd764382-6ee5-44a5-9068-2368cb5eeeca 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Successfully bumped revision number for resource 3a9c19a5-34fa-41b4-ad2e-d25485290c51 (type: networks) to 1 2026-05-10 05:14:41.347 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd764382-6ee5-44a5-9068-2368cb5eeeca 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] No more DHCP agents 2026-05-10 05:14:41.349 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd764382-6ee5-44a5-9068-2368cb5eeeca 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Unable to schedule network 3a9c19a5-34fa-41b4-ad2e-d25485290c51: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:41.351 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5d0e9ff-58a0-4f4f-8464-c249b37f5c35'] response: {'server_uuid': 'e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2344e4da-4be9-4857-a996-ea044724f728', 'code': 200} 2026-05-10 05:14:41.413 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] OVN reports status down for port: db3850c2-7304-4ca0-9e32-90fa9214aeed 2026-05-10 05:14:41.461 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd764382-6ee5-44a5-9068-2368cb5eeeca 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Successfully bumped revision number for resource db3850c2-7304-4ca0-9e32-90fa9214aeed (type: ports) to 1 [pid: 7|app: 0|req: 535/1125] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:14:40 2026] POST /v2.0/networks => generated 685 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1126] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:41 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:41.665 8 INFO neutron.db.ovn_revision_numbers_db [None req-c5ad3cfd-1c84-40b6-8e18-3c043d53f909 - - - - - -] Successfully bumped revision number for resource 2344e4da-4be9-4857-a996-ea044724f728 (type: ports) to 5 2026-05-10 05:14:41.705 7 INFO neutron.db.ovn_revision_numbers_db [None req-49727487-9968-4754-94bc-67c33483044e 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Successfully bumped revision number for resource 3a9c19a5-34fa-41b4-ad2e-d25485290c51 (type: networks) to 2 [pid: 7|app: 0|req: 537/1127] 10.0.0.201 () {34 vars in 743 bytes} [Sun May 10 05:14:41 2026] PUT /v2.0/networks/3a9c19a5-34fa-41b4-ad2e-d25485290c51 => generated 636 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1128] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:41 2026] GET /v2.0/security-groups?id=1810cbe8-dc0c-408d-8aac-d1a35f18da1e&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-10 05:14:41.946 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b46582bf-afb6-46f4-868f-d32d003e8477 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] No more DHCP agents 2026-05-10 05:14:41.948 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b46582bf-afb6-46f4-868f-d32d003e8477 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Unable to schedule network 3a9c19a5-34fa-41b4-ad2e-d25485290c51: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:41.987 7 INFO neutron.db.ovn_revision_numbers_db [None req-b46582bf-afb6-46f4-868f-d32d003e8477 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Successfully bumped revision number for resource 87323f55-9223-4788-b3d1-ac1d4477850c (type: subnets) to 0 [pid: 7|app: 0|req: 539/1129] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:14:41 2026] POST /v2.0/subnets => generated 646 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1130] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:14:40 2026] PUT /v2.0/routers/a7db3a3d-ba5b-423f-a81c-e38b2f93a105/remove_router_interface => generated 310 bytes in 1303 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-10 05:14:42.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfaff5d5-da03-4520-91e6-98ff643b8569 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 41feb756-317e-4fb6-9112-36e223a9420d 2026-05-10 05:14:42.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfaff5d5-da03-4520-91e6-98ff643b8569 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 41feb756-317e-4fb6-9112-36e223a9420d 2026-05-10 05:14:42.599 7 INFO neutron.db.ovn_revision_numbers_db [None req-44877663-58a3-4c75-a77a-6c53d806fc7f 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Successfully bumped revision number for resource db3850c2-7304-4ca0-9e32-90fa9214aeed (type: ports) to 2 2026-05-10 05:14:42.652 7 INFO neutron.db.ovn_revision_numbers_db [None req-44877663-58a3-4c75-a77a-6c53d806fc7f 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Successfully bumped revision number for resource 87323f55-9223-4788-b3d1-ac1d4477850c (type: subnets) to 1 [pid: 7|app: 0|req: 540/1131] 10.0.0.201 () {34 vars in 741 bytes} [Sun May 10 05:14:42 2026] PUT /v2.0/subnets/87323f55-9223-4788-b3d1-ac1d4477850c => generated 656 bytes in 642 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1132] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:14:42 2026] DELETE /v2.0/routers/a7db3a3d-ba5b-423f-a81c-e38b2f93a105 => generated 0 bytes in 720 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:42.861 8 INFO neutron_taas.services.taas.taas_plugin [None req-168e0779-c54c-415b-ae5c-b7f98d70a135 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] TaaS: Handle Delete Port: db3850c2-7304-4ca0-9e32-90fa9214aeed 2026-05-10 05:14:42.864 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-168e0779-c54c-415b-ae5c-b7f98d70a135 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Tap Mirror: Handle Delete Port: db3850c2-7304-4ca0-9e32-90fa9214aeed 2026-05-10 05:14:43.026 7 INFO neutron.db.ovn_revision_numbers_db [None req-a97d2c23-2a69-433d-b5c1-d0660513dd85 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 1395b67d-29b6-45c1-ae3c-636d17565450 (type: security_groups) to 1 2026-05-10 05:14:43.040 7 INFO neutron.db.ovn_revision_numbers_db [None req-a97d2c23-2a69-433d-b5c1-d0660513dd85 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 02d1307d-4fa0-4fcc-aed4-11ad4732372f (type: security_group_rules) to 0 2026-05-10 05:14:43.054 7 INFO neutron.db.ovn_revision_numbers_db [None req-a97d2c23-2a69-433d-b5c1-d0660513dd85 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 33d8d769-ae66-47e8-b28a-83c3fe4064cf (type: security_group_rules) to 0 2026-05-10 05:14:43.066 7 INFO neutron.db.ovn_revision_numbers_db [None req-a97d2c23-2a69-433d-b5c1-d0660513dd85 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 3a352cf8-c3e6-4d92-b5aa-f074732651bd (type: security_group_rules) to 0 2026-05-10 05:14:43.083 7 INFO neutron.db.ovn_revision_numbers_db [None req-a97d2c23-2a69-433d-b5c1-d0660513dd85 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 4d6078b8-ca64-4d00-a68d-bb086c761d97 (type: security_group_rules) to 0 2026-05-10 05:14:43.139 8 INFO neutron.services.segments.plugin [-] Segment 6a2aca09-c818-4773-b78c-243d762095ee resource provider aggregate not found 2026-05-10 05:14:43.150 8 INFO neutron.services.segments.plugin [-] Segment 6a2aca09-c818-4773-b78c-243d762095ee resource provider aggregate not found 2026-05-10 05:14:43.167 8 INFO neutron.services.segments.plugin [-] Segment 6a2aca09-c818-4773-b78c-243d762095ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a2aca09-c818-4773-b78c-243d762095ee found for delete ", "request_id": "req-76098892-54bc-45bc-8e67-cf084e450fb3"}]} 2026-05-10 05:14:43.170 8 INFO neutron.services.segments.plugin [-] Segment 6a2aca09-c818-4773-b78c-243d762095ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a2aca09-c818-4773-b78c-243d762095ee found for delete ", "request_id": "req-58136321-5ab7-40c9-8b97-fb207687fd84"}]} 2026-05-10 05:14:43.213 7 INFO neutron.db.segments_db [None req-a97d2c23-2a69-433d-b5c1-d0660513dd85 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Added segment 0f799e04-ab80-4114-94ae-4700ce7abfcf of type geneve for network ee674a6f-8c03-482c-8e46-77c647a99217 [pid: 8|app: 0|req: 593/1133] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:14:42 2026] DELETE /v2.0/networks/3a9c19a5-34fa-41b4-ad2e-d25485290c51 => generated 0 bytes in 485 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:14:43.312 7 INFO neutron.db.ovn_revision_numbers_db [None req-a97d2c23-2a69-433d-b5c1-d0660513dd85 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource ee674a6f-8c03-482c-8e46-77c647a99217 (type: networks) to 1 [pid: 8|app: 0|req: 594/1134] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:14:43 2026] DELETE /v2.0/subnets/a738936c-4f65-4cd2-92bd-a054ead5dcfb => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:14:43.387 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc5beebe-2979-4076-839a-fc3b23895adf'] response: {'server_uuid': 'e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2344e4da-4be9-4857-a996-ea044724f728', 'code': 200} [pid: 8|app: 0|req: 595/1135] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:43 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:43.451 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d07d371a-64a5-48f6-84eb-3a9c153af995 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 596/1136] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:14:43 2026] DELETE /v2.0/networks/3a9c19a5-34fa-41b4-ad2e-d25485290c51 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:14:43.476 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a97d2c23-2a69-433d-b5c1-d0660513dd85 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] No more DHCP agents 2026-05-10 05:14:43.477 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a97d2c23-2a69-433d-b5c1-d0660513dd85 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Unable to schedule network ee674a6f-8c03-482c-8e46-77c647a99217: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:43.536 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] OVN reports status down for port: 44433687-ae7a-46c4-8935-6a4473feb773 2026-05-10 05:14:43.574 8 INFO neutron_taas.services.taas.taas_plugin [None req-23248124-e906-43aa-920c-91e9c73bab3d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 1fe84dec-ac04-450f-acfe-cc5cc5bc5e06 2026-05-10 05:14:43.578 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23248124-e906-43aa-920c-91e9c73bab3d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 1fe84dec-ac04-450f-acfe-cc5cc5bc5e06 2026-05-10 05:14:43.606 7 INFO neutron.db.ovn_revision_numbers_db [None req-a97d2c23-2a69-433d-b5c1-d0660513dd85 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 44433687-ae7a-46c4-8935-6a4473feb773 (type: ports) to 1 [pid: 7|app: 0|req: 541/1137] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:14:42 2026] POST /v2.0/networks => generated 687 bytes in 995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1138] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:43 2026] GET /v2.0/security-groups?id=1810cbe8-dc0c-408d-8aac-d1a35f18da1e&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1139] 10.0.0.201 () {32 vars in 694 bytes} [Sun May 10 05:14:43 2026] GET /v2.0/networks?router%3Aexternal=True => generated 689 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1140] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:14:43 2026] DELETE /v2.0/networks/5dfaa5e3-bcfa-4100-aa21-2c82dab8acd3 => 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: 598/1141] 10.0.0.201 () {32 vars in 742 bytes} [Sun May 10 05:14:43 2026] GET /v2.0/subnets?network_id=4a1940cd-d845-4f41-a8eb-4985c7401711 => generated 649 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1142] 10.0.0.201 () {32 vars in 653 bytes} [Sun May 10 05:14:43 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) [pid: 8|app: 0|req: 600/1143] 10.0.0.201 () {32 vars in 649 bytes} [Sun May 10 05:14:43 2026] GET /v2.0/networks => generated 1388 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1144] 10.0.0.201 () {32 vars in 647 bytes} [Sun May 10 05:14:43 2026] GET /v2.0/subnets => generated 1312 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:43.938 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0974aa7e-9555-43c0-ab09-cfa4e456556f ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] No more DHCP agents 2026-05-10 05:14:43.940 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0974aa7e-9555-43c0-ab09-cfa4e456556f ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Unable to schedule network ee674a6f-8c03-482c-8e46-77c647a99217: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:43.962 7 INFO neutron.db.ovn_revision_numbers_db [None req-0974aa7e-9555-43c0-ab09-cfa4e456556f ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 128bfcec-2edc-427a-b861-05058c6147ba (type: subnets) to 0 [pid: 8|app: 0|req: 602/1145] 10.0.0.201 () {32 vars in 723 bytes} [Sun May 10 05:14:43 2026] GET /v2.0/networks/b703ef13-8213-441e-b1c5-031ba7b5cf45 => generated 710 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:43.969 8 WARNING neutron.db.securitygroups_db [None req-8510eb0f-f8a5-46dd-9b06-804d0d79e5fd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 544/1146] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:14:43 2026] POST /v2.0/subnets => generated 627 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1147] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:43 2026] GET /v2.0/security-groups?tenant_id=32174bac70654dc0b3b70ea59c2c287c&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1148] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:14:43 2026] GET /v2.0/subnets/0d38a782-87d1-4c71-8b38-9fd3970194c2 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1149] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:44 2026] DELETE /v2.0/security-groups/b38225ef-8e95-4cf8-a433-0d9516e25e67 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:44.204 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9fee6243-f031-433d-8777-79922f23393d 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 547/1150] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:14:44 2026] DELETE /v2.0/subnets/87323f55-9223-4788-b3d1-ac1d4477850c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:14:44.223 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3ede1a5d-51c2-48ac-8b4d-976db336e3c2 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 548/1151] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:14:44 2026] DELETE /v2.0/networks/3a9c19a5-34fa-41b4-ad2e-d25485290c51 => 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: 549/1152] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:14:44 2026] DELETE /v2.0/subnets/0d38a782-87d1-4c71-8b38-9fd3970194c2 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:14:44.461 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-233dcd9a-56ab-463c-804b-6d921f09b83c ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] No more DHCP agents 2026-05-10 05:14:44.463 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-233dcd9a-56ab-463c-804b-6d921f09b83c ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:44.496 7 INFO neutron_taas.services.taas.taas_plugin [None req-1659679c-8e45-4779-8fb5-704e6fdb795a 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] TaaS: Handle Delete Port: 424930d7-c7c8-4fe7-9a1d-fe7db15355da 2026-05-10 05:14:44.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1659679c-8e45-4779-8fb5-704e6fdb795a 4080314a5af246779266729117156f07 0db1df51bcc6460ba163c80f552ac78f - - default default] Tap Mirror: Handle Delete Port: 424930d7-c7c8-4fe7-9a1d-fe7db15355da 2026-05-10 05:14:44.598 8 INFO neutron.db.ovn_revision_numbers_db [None req-233dcd9a-56ab-463c-804b-6d921f09b83c ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 214dd4ab-5353-44a7-aded-d9ce599a58b2 (type: ports) to 1 2026-05-10 05:14:44.599 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] OVN reports status down for port: 214dd4ab-5353-44a7-aded-d9ce599a58b2 2026-05-10 05:14:44.761 7 INFO neutron.services.segments.plugin [-] Segment 8f9383cf-3271-4066-9cb0-ebf26803bd4c resource provider aggregate not found 2026-05-10 05:14:44.768 7 INFO neutron.services.segments.plugin [-] Segment 8f9383cf-3271-4066-9cb0-ebf26803bd4c resource provider aggregate not found 2026-05-10 05:14:44.795 7 INFO neutron.services.segments.plugin [-] Segment 8f9383cf-3271-4066-9cb0-ebf26803bd4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f9383cf-3271-4066-9cb0-ebf26803bd4c found for delete ", "request_id": "req-198abe8e-65ee-4d79-8e0f-bf01718057ee"}]} 2026-05-10 05:14:44.812 7 INFO neutron.services.segments.plugin [-] Segment 8f9383cf-3271-4066-9cb0-ebf26803bd4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f9383cf-3271-4066-9cb0-ebf26803bd4c found for delete ", "request_id": "req-df420395-d2e4-44b5-9b5e-79a1f9008dc4"}]} [pid: 7|app: 0|req: 550/1153] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:14:44 2026] DELETE /v2.0/networks/b703ef13-8213-441e-b1c5-031ba7b5cf45 => generated 0 bytes in 438 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1154] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:44 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1155] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:44 2026] GET /v2.0/security-groups?id=1810cbe8-dc0c-408d-8aac-d1a35f18da1e&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-10 05:14:45.194 8 INFO neutron.services.segments.plugin [-] Segment 05558d57-f4b0-4b76-a296-de85ae9992a6 resource provider aggregate not found 2026-05-10 05:14:45.197 8 INFO neutron.services.segments.plugin [-] Segment 05558d57-f4b0-4b76-a296-de85ae9992a6 resource provider aggregate not found 2026-05-10 05:14:45.205 8 INFO neutron.services.segments.plugin [-] Segment 05558d57-f4b0-4b76-a296-de85ae9992a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05558d57-f4b0-4b76-a296-de85ae9992a6 found for delete ", "request_id": "req-c9ca8484-3d27-40e8-91cb-93318c8ed874"}]} 2026-05-10 05:14:45.214 8 INFO neutron.services.segments.plugin [-] Segment 05558d57-f4b0-4b76-a296-de85ae9992a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05558d57-f4b0-4b76-a296-de85ae9992a6 found for delete ", "request_id": "req-62d56642-3e76-43f5-aa25-36d0cf22e1b3"}]} 2026-05-10 05:14:45.235 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] OVN reports status up for port: 214dd4ab-5353-44a7-aded-d9ce599a58b2 2026-05-10 05:14:45.238 8 INFO neutron.db.ovn_revision_numbers_db [None req-233dcd9a-56ab-463c-804b-6d921f09b83c ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 214dd4ab-5353-44a7-aded-d9ce599a58b2 (type: router_ports) to 1 2026-05-10 05:14:45.249 7 INFO neutron.plugins.ml2.plugin [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] Attempt 1 to provision port 214dd4ab-5353-44a7-aded-d9ce599a58b2 2026-05-10 05:14:45.311 8 INFO neutron.db.ovn_revision_numbers_db [None req-233dcd9a-56ab-463c-804b-6d921f09b83c ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 797137cd-b697-45cd-bc75-3de2ef1ac2f6 (type: routers) to 2 [pid: 8|app: 0|req: 604/1158] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:14:43 2026] POST /v2.0/routers => generated 975 bytes in 1339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1159] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:45 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:45.403 7 WARNING neutron.db.securitygroups_db [None req-6b604e10-6c9e-4a6d-afcc-19e21a56e0ab ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 555/1160] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:45 2026] GET /v2.0/security-groups?tenant_id=0db1df51bcc6460ba163c80f552ac78f&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1161] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:45 2026] GET /v2.0/security-groups?id=1810cbe8-dc0c-408d-8aac-d1a35f18da1e&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1162] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:45 2026] DELETE /v2.0/security-groups/a3cedc71-aa32-4bbb-8cf2-a7875a0b346a => generated 0 bytes in 213 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:45.866 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-26df01ab-f736-47b7-9855-3aacdbac605c ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] No more DHCP agents 2026-05-10 05:14:45.867 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-26df01ab-f736-47b7-9855-3aacdbac605c ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Unable to schedule network ee674a6f-8c03-482c-8e46-77c647a99217: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:46.336 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5f3992f5-aee3-4478-9de9-4dfdd9b997a1 - - - - - -] OVN reports status down for port: 2344e4da-4be9-4857-a996-ea044724f728 2026-05-10 05:14:46.439 7 INFO neutron.db.ovn_revision_numbers_db [None req-03869392-8f44-420d-8a2c-0d2c0d27aca5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 963a1f7c-f875-4fbe-afab-8a7523c14aec (type: security_groups) to 1 2026-05-10 05:14:46.453 7 INFO neutron.db.ovn_revision_numbers_db [None req-03869392-8f44-420d-8a2c-0d2c0d27aca5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1b921b62-ba09-4c67-9dfe-5c07e2fb969a (type: security_group_rules) to 0 2026-05-10 05:14:46.457 8 INFO neutron.db.ovn_revision_numbers_db [None req-26df01ab-f736-47b7-9855-3aacdbac605c ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource b309584e-07c4-4227-b2e4-fa7b3ac1e681 (type: ports) to 1 2026-05-10 05:14:46.468 7 INFO neutron.db.ovn_revision_numbers_db [None req-03869392-8f44-420d-8a2c-0d2c0d27aca5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9109b020-fc6e-4255-94ee-1041d821979d (type: security_group_rules) to 0 2026-05-10 05:14:46.479 7 INFO neutron.db.ovn_revision_numbers_db [None req-03869392-8f44-420d-8a2c-0d2c0d27aca5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a7ed6012-25f4-4d16-8897-cbe7656c2bca (type: security_group_rules) to 0 2026-05-10 05:14:46.489 7 INFO neutron.db.ovn_revision_numbers_db [None req-03869392-8f44-420d-8a2c-0d2c0d27aca5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource def3120b-f833-45cc-b6fa-725b2fb0bff5 (type: security_group_rules) to 0 2026-05-10 05:14:46.551 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9eb31064-440c-4901-98fc-6cbdb6735761'] response: {'server_uuid': 'e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2344e4da-4be9-4857-a996-ea044724f728', 'code': 200} 2026-05-10 05:14:46.561 7 INFO neutron.db.segments_db [None req-03869392-8f44-420d-8a2c-0d2c0d27aca5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Added segment e3608826-2944-4fc3-95a8-8b2ed493a599 of type geneve for network 2df0b12e-da6d-4cc2-9816-0461a180bca4 2026-05-10 05:14:46.683 7 INFO neutron.db.ovn_revision_numbers_db [None req-03869392-8f44-420d-8a2c-0d2c0d27aca5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2df0b12e-da6d-4cc2-9816-0461a180bca4 (type: networks) to 1 2026-05-10 05:14:46.789 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f3992f5-aee3-4478-9de9-4dfdd9b997a1 - - - - - -] Successfully bumped revision number for resource 2344e4da-4be9-4857-a996-ea044724f728 (type: ports) to 6 2026-05-10 05:14:46.851 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-03869392-8f44-420d-8a2c-0d2c0d27aca5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:14:46.852 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-03869392-8f44-420d-8a2c-0d2c0d27aca5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 2df0b12e-da6d-4cc2-9816-0461a180bca4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:46.958 7 INFO neutron.db.ovn_revision_numbers_db [None req-03869392-8f44-420d-8a2c-0d2c0d27aca5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6a27d772-5417-4e34-8167-2269eddc528b (type: ports) to 1 [pid: 7|app: 0|req: 558/1163] 10.0.0.201 () {34 vars in 671 bytes} [Sun May 10 05:14:46 2026] POST /v2.0/networks => generated 785 bytes in 908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1164] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:46 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:47.163 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9b13de4c-b97b-4532-9ed6-694a6a50730f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:14:47.164 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9b13de4c-b97b-4532-9ed6-694a6a50730f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 2df0b12e-da6d-4cc2-9816-0461a180bca4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:47.322 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-26df01ab-f736-47b7-9855-3aacdbac605c ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] No more DHCP agents 2026-05-10 05:14:47.324 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-26df01ab-f736-47b7-9855-3aacdbac605c ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Unable to schedule network ee674a6f-8c03-482c-8e46-77c647a99217: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:47.670 8 INFO neutron.db.ovn_revision_numbers_db [None req-26df01ab-f736-47b7-9855-3aacdbac605c ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource b309584e-07c4-4227-b2e4-fa7b3ac1e681 (type: router_ports) to 1 [pid: 8|app: 0|req: 606/1165] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:14:45 2026] PUT /v2.0/routers/797137cd-b697-45cd-bc75-3de2ef1ac2f6/add_router_interface => generated 310 bytes in 2312 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-10 05:14:47.678 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b13de4c-b97b-4532-9ed6-694a6a50730f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6a27d772-5417-4e34-8167-2269eddc528b (type: ports) to 2 [pid: 8|app: 0|req: 607/1166] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:14:47 2026] GET /v2.0/security-groups?id=1810cbe8-dc0c-408d-8aac-d1a35f18da1e&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:47.735 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b13de4c-b97b-4532-9ed6-694a6a50730f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 13355018-84f8-42f1-9e2c-9c67c5505351 (type: subnets) to 0 [pid: 7|app: 0|req: 560/1167] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:14:47 2026] POST /v2.0/subnets => generated 691 bytes in 738 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1168] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:14:47 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:47.947 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1866adf-d462-46ad-b985-91d6357de43f ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource 65842003-cb21-4bf3-a5eb-8b97849a8fb5 (type: security_groups) to 1 2026-05-10 05:14:47.959 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1866adf-d462-46ad-b985-91d6357de43f ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource 0612a0df-e659-4678-96c7-2aae30ed796f (type: security_group_rules) to 0 2026-05-10 05:14:47.970 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1866adf-d462-46ad-b985-91d6357de43f ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource 14fce5df-f753-43c1-95e8-90843d1fb5f6 (type: security_group_rules) to 0 2026-05-10 05:14:47.981 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1866adf-d462-46ad-b985-91d6357de43f ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource 1f194dfd-b9bd-4fc8-8c68-5a4424add188 (type: security_group_rules) to 0 2026-05-10 05:14:47.991 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1866adf-d462-46ad-b985-91d6357de43f ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource 9948b4e4-a78b-40b1-a187-49baa865f676 (type: security_group_rules) to 0 2026-05-10 05:14:48.067 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ced6f924-a46d-4f9c-a95a-38e1b804a822 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] No more DHCP agents 2026-05-10 05:14:48.068 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ced6f924-a46d-4f9c-a95a-38e1b804a822 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Unable to schedule network ee674a6f-8c03-482c-8e46-77c647a99217: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:48.095 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1866adf-d462-46ad-b985-91d6357de43f ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource 1a14e7a8-010a-4672-96d1-d54521311c27 (type: security_groups) to 1 2026-05-10 05:14:48.106 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1866adf-d462-46ad-b985-91d6357de43f ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource 2fb2becb-c284-44f1-8ea2-2edfbcaf5ad3 (type: security_group_rules) to 0 2026-05-10 05:14:48.116 8 INFO neutron.db.ovn_revision_numbers_db [None req-d1866adf-d462-46ad-b985-91d6357de43f ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource 84453a5f-5e3a-42ed-8af3-6d04abf394aa (type: security_group_rules) to 0 [pid: 8|app: 0|req: 608/1169] 10.0.0.201 () {34 vars in 684 bytes} [Sun May 10 05:14:47 2026] POST /v2.0/security-groups => generated 1625 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:14:48.234 7 INFO neutron.db.ovn_revision_numbers_db [None req-ced6f924-a46d-4f9c-a95a-38e1b804a822 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource eb6934e5-45f5-45dc-865b-a9caec616988 (type: ports) to 1 [pid: 7|app: 0|req: 562/1170] 10.0.0.201 () {34 vars in 665 bytes} [Sun May 10 05:14:47 2026] POST /v2.0/ports => generated 957 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, ' 2026-05-10 05:14:48.390 7 INFO neutron_taas.services.taas.taas_plugin [req-a0656a16-3c3d-407a-b1f9-bad9854d4d0c req-2655923f-c9ac-48f6-b656-2820510a9599 9f0bf9a70031433ab1d8ad8b43d05234 f196821e9b914981a3f5db0d5927e072 - - default default] TaaS: Handle Delete Port: 2344e4da-4be9-4857-a996-ea044724f728 2026-05-10 05:14:48.394 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a0656a16-3c3d-407a-b1f9-bad9854d4d0c req-2655923f-c9ac-48f6-b656-2820510a9599 9f0bf9a70031433ab1d8ad8b43d05234 f196821e9b914981a3f5db0d5927e072 - - default default] Tap Mirror: Handle Delete Port: 2344e4da-4be9-4857-a996-ea044724f728 [pid: 7|app: 0|req: 563/1171] 199.204.45.23 () {36 vars in 996 bytes} [Sun May 10 05:14:48 2026] DELETE /v2.0/ports/2344e4da-4be9-4857-a996-ea044724f728 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:14:48.544 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b546b274-f11c-453f-84e9-d2202a9d82e6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:14:48.547 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b546b274-f11c-453f-84e9-d2202a9d82e6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:48.578 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a04a49df-d250-4998-a6e1-b2b8e2ffa90f'] response: {'server_uuid': 'e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254', 'name': 'network-vif-deleted', 'tag': '2344e4da-4be9-4857-a996-ea044724f728', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 564/1172] 10.0.0.201 () {32 vars in 663 bytes} [Sun May 10 05:14:48 2026] GET /v2.0/security-groups => generated 4530 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:48.592 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bdf53fca-f3fd-4878-9d25-cbc65c92be62'] response: {'server_uuid': 'e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2344e4da-4be9-4857-a996-ea044724f728', 'code': 200} 2026-05-10 05:14:48.689 8 INFO neutron.db.ovn_revision_numbers_db [None req-b546b274-f11c-453f-84e9-d2202a9d82e6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource eff972d4-51b2-4a03-a571-8e29c362aa90 (type: ports) to 1 2026-05-10 05:14:48.849 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-390b2d71-88b1-49fe-85dc-824ed221e08e ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] No more DHCP agents 2026-05-10 05:14:48.850 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-390b2d71-88b1-49fe-85dc-824ed221e08e ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Unable to schedule network ee674a6f-8c03-482c-8e46-77c647a99217: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:48.991 7 INFO neutron.db.ovn_revision_numbers_db [None req-390b2d71-88b1-49fe-85dc-824ed221e08e ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 88ab5ec0-24ac-4b53-8b3a-b8427e763820 (type: ports) to 1 [pid: 7|app: 0|req: 565/1173] 10.0.0.201 () {34 vars in 665 bytes} [Sun May 10 05:14:48 2026] POST /v2.0/ports => generated 955 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, ' 2026-05-10 05:14:49.115 7 INFO neutron.db.ovn_revision_numbers_db [None req-6955d800-d924-45e8-a019-2b6aa429dcfd ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource 1a14e7a8-010a-4672-96d1-d54521311c27 (type: security_groups) to 2 [pid: 7|app: 0|req: 566/1174] 10.0.0.201 () {34 vars in 758 bytes} [Sun May 10 05:14:49 2026] PUT /v2.0/security-groups/1a14e7a8-010a-4672-96d1-d54521311c27 => generated 1664 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1175] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:49 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:49.267 8 INFO neutron.db.ovn_revision_numbers_db [None req-b546b274-f11c-453f-84e9-d2202a9d82e6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource eff972d4-51b2-4a03-a571-8e29c362aa90 (type: router_ports) to 1 2026-05-10 05:14:49.323 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-dfc61c29-0a4b-4dd9-a2b6-c51050aa69f5 - - - - - -] Router 42823648-3cd0-43f9-a157-f414232449da is bound to host instance 2026-05-10 05:14:49.325 8 INFO neutron.db.ovn_revision_numbers_db [None req-b546b274-f11c-453f-84e9-d2202a9d82e6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 42823648-3cd0-43f9-a157-f414232449da (type: routers) to 2 [pid: 8|app: 0|req: 609/1176] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:14:48 2026] POST /v2.0/routers => generated 990 bytes in 1199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1177] 10.0.0.201 () {32 vars in 737 bytes} [Sun May 10 05:14:49 2026] GET /v2.0/security-groups/1a14e7a8-010a-4672-96d1-d54521311c27 => generated 1664 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:49.532 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-300fca0d-f3b6-449b-9ec0-e047bc72fddb ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] No more DHCP agents 2026-05-10 05:14:49.537 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-300fca0d-f3b6-449b-9ec0-e047bc72fddb ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:49.749 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-54b3df3e-6835-4c39-9e77-f3d53d1530be ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:14:49.751 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-54b3df3e-6835-4c39-9e77-f3d53d1530be ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 2df0b12e-da6d-4cc2-9816-0461a180bca4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:49.844 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] No hosting information found for port 214dd4ab-5353-44a7-aded-d9ce599a58b2: RuntimeError: No hosting information found for port 214dd4ab-5353-44a7-aded-d9ce599a58b2 2026-05-10 05:14:49.844 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] OVN reports status down for port: b309584e-07c4-4227-b2e4-fa7b3ac1e681 2026-05-10 05:14:49.967 8 INFO neutron.db.ovn_revision_numbers_db [None req-54b3df3e-6835-4c39-9e77-f3d53d1530be ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 37450bb0-b32f-46e6-ba4d-aaec720af2f6 (type: ports) to 1 2026-05-10 05:14:50.111 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] Logical_Switch_Port b309584e-07c4-4227-b2e4-fa7b3ac1e681 host information not removed, the port state is up 2026-05-10 05:14:50.112 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] OVN reports status down for port: 6a27d772-5417-4e34-8167-2269eddc528b 2026-05-10 05:14:50.293 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] OVN reports status up for port: b309584e-07c4-4227-b2e4-fa7b3ac1e681 2026-05-10 05:14:50.323 7 INFO neutron.plugins.ml2.plugin [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] Attempt 1 to provision port b309584e-07c4-4227-b2e4-fa7b3ac1e681 2026-05-10 05:14:50.596 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-54b3df3e-6835-4c39-9e77-f3d53d1530be ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:14:50.597 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-54b3df3e-6835-4c39-9e77-f3d53d1530be ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 2df0b12e-da6d-4cc2-9816-0461a180bca4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:50.990 8 INFO neutron.db.ovn_revision_numbers_db [None req-54b3df3e-6835-4c39-9e77-f3d53d1530be ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 37450bb0-b32f-46e6-ba4d-aaec720af2f6 (type: router_ports) to 1 [pid: 8|app: 0|req: 611/1178] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:14:49 2026] PUT /v2.0/routers/42823648-3cd0-43f9-a157-f414232449da/add_router_interface => generated 310 bytes in 1630 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1179] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:50 2026] DELETE /v2.0/security-groups/1a14e7a8-010a-4672-96d1-d54521311c27 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1180] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:51 2026] GET /v2.0/ports?device_id=e6fbe5ee-75a3-4812-9f10-9f9f5f0f6254 => 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: 614/1181] 10.0.0.201 () {32 vars in 663 bytes} [Sun May 10 05:14:51 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:51.170 8 INFO neutron.api.v2.resource [None req-a5a894cc-e321-4a37-a706-a12592368cc2 ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 615/1182] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:51 2026] DELETE /v2.0/security-groups/1a14e7a8-010a-4672-96d1-d54521311c27 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:14:51.301 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e317ecc-ecf1-46a1-84a1-1610708a47a1 ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource c6ef7b62-126c-4e60-9a8b-a4c5f6cebcb6 (type: security_groups) to 1 2026-05-10 05:14:51.312 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e317ecc-ecf1-46a1-84a1-1610708a47a1 ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource 3e72c328-87dd-4ce3-9853-6a666bd0a126 (type: security_group_rules) to 0 2026-05-10 05:14:51.324 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e317ecc-ecf1-46a1-84a1-1610708a47a1 ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource 57ddcf94-c410-455c-992f-581265576ba7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 616/1183] 10.0.0.201 () {34 vars in 684 bytes} [Sun May 10 05:14:51 2026] POST /v2.0/security-groups => generated 1624 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:14:51.478 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e4c63b8-6ca8-49ac-9556-cebdd52e0971 ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource 66a14f9c-8179-466c-8fb1-129a9dbcee7d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 617/1184] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:14:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:14:51.631 8 INFO neutron.db.ovn_revision_numbers_db [None req-d9dd720a-ba50-471d-b0a9-49611ff6a4f3 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] Successfully bumped revision number for resource f8981a5b-1649-4f7a-9594-ac7dcaa34ed2 (type: security_groups) to 1 2026-05-10 05:14:51.640 8 INFO neutron.db.ovn_revision_numbers_db [None req-d9dd720a-ba50-471d-b0a9-49611ff6a4f3 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] Successfully bumped revision number for resource 98266abb-6505-4625-857d-73601b375fa1 (type: security_group_rules) to 0 2026-05-10 05:14:51.650 8 INFO neutron.db.ovn_revision_numbers_db [None req-d9dd720a-ba50-471d-b0a9-49611ff6a4f3 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] Successfully bumped revision number for resource b3b3cbfb-4c96-41f1-90c4-acf3c82b36e7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 618/1185] 10.0.0.201 () {34 vars in 685 bytes} [Sun May 10 05:14:51 2026] POST /v2.0/security-groups => generated 1660 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1186] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:14:51 2026] GET /v2.0/security-group-rules/66a14f9c-8179-466c-8fb1-129a9dbcee7d => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:51.799 7 INFO neutron.db.ovn_revision_numbers_db [None req-a6b476b3-5f6e-46d4-9058-e6a48ea4c608 - - - - - -] Successfully bumped revision number for resource b309584e-07c4-4227-b2e4-fa7b3ac1e681 (type: ports) to 2 2026-05-10 05:14:51.807 7 INFO neutron.db.ovn_revision_numbers_db [None req-2e76f7d3-a850-4bbc-80f9-5aecdf2a5f7e - - - - - -] Successfully bumped revision number for resource eff972d4-51b2-4a03-a571-8e29c362aa90 (type: ports) to 4 2026-05-10 05:14:51.813 8 INFO neutron.db.ovn_revision_numbers_db [None req-25bcfb04-ee60-4bf6-8a06-2acb20a8fc16 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] Successfully bumped revision number for resource f573da68-bb95-440b-936a-818573f23282 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 620/1187] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:14:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1188] 10.0.0.201 () {32 vars in 673 bytes} [Sun May 10 05:14:51 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:51.994 7 INFO neutron.db.ovn_revision_numbers_db [None req-300fca0d-f3b6-449b-9ec0-e047bc72fddb ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 6b7cb158-2b1a-4c6d-b64d-e918ef9a1589 (type: floatingips) to 1 2026-05-10 05:14:51.994 7 INFO neutron.db.l3_db [None req-300fca0d-f3b6-449b-9ec0-e047bc72fddb ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Floating IP 6b7cb158-2b1a-4c6d-b64d-e918ef9a1589 associated. External IP: 10.96.250.213, port: 88ab5ec0-24ac-4b53-8b3a-b8427e763820. 2026-05-10 05:14:52.030 8 INFO neutron.db.ovn_revision_numbers_db [None req-630e1255-a571-492f-836b-5cf23e4b52a2 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] Successfully bumped revision number for resource 8f638a69-e90e-4852-9a8a-c82addf44f5a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 622/1189] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:14:51 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) [pid: 7|app: 0|req: 568/1190] 10.0.0.201 () {34 vars in 677 bytes} [Sun May 10 05:14:49 2026] POST /v2.0/floatingips => generated 842 bytes in 2942 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1191] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:14:52 2026] DELETE /v2.0/security-group-rules/66a14f9c-8179-466c-8fb1-129a9dbcee7d => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1192] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:14:52 2026] GET /v2.0/agents => generated 1214 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:52.367 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f3247ce-74d1-4890-919d-92e36b222dd0 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 6b7cb158-2b1a-4c6d-b64d-e918ef9a1589 (type: floatingips) to 2 2026-05-10 05:14:52.408 8 INFO neutron.db.l3_db [None req-9f3247ce-74d1-4890-919d-92e36b222dd0 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Floating IP 6b7cb158-2b1a-4c6d-b64d-e918ef9a1589 disassociated. External IP: 10.96.250.213, port: 88ab5ec0-24ac-4b53-8b3a-b8427e763820. [pid: 8|app: 0|req: 625/1193] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:14:52 2026] PUT /v2.0/floatingips/6b7cb158-2b1a-4c6d-b64d-e918ef9a1589 => generated 554 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:52.574 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-84a50bd3-1dcb-495e-ba04-91a65fc6734d 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] No more DHCP agents 2026-05-10 05:14:52.576 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-84a50bd3-1dcb-495e-ba04-91a65fc6734d 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:52.606 7 INFO neutron.db.ovn_revision_numbers_db [None req-2e76f7d3-a850-4bbc-80f9-5aecdf2a5f7e - - - - - -] Successfully bumped revision number for resource eff972d4-51b2-4a03-a571-8e29c362aa90 (type: ports) to 5 2026-05-10 05:14:52.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-a781f854-a9d2-4288-8e8c-fd992638a3a3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 5a210b48-ef9f-493b-a190-462b4bf90038 2026-05-10 05:14:52.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a781f854-a9d2-4288-8e8c-fd992638a3a3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 5a210b48-ef9f-493b-a190-462b4bf90038 [pid: 7|app: 0|req: 569/1194] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:14:52 2026] POST /v2.0/floatingips => generated 552 bytes in 814 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1195] 10.0.0.201 () {32 vars in 673 bytes} [Sun May 10 05:14:52 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1196] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:14:52 2026] GET /v2.0/subnets => generated 3306 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:53.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-75a0ae74-f4af-47d3-a4e6-f83de6e3fab0 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] TaaS: Handle Delete Port: 7a0b63b0-619a-4937-9936-92d5ae44db84 2026-05-10 05:14:53.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75a0ae74-f4af-47d3-a4e6-f83de6e3fab0 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Tap Mirror: Handle Delete Port: 7a0b63b0-619a-4937-9936-92d5ae44db84 [pid: 8|app: 0|req: 626/1197] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:14:52 2026] PUT /v2.0/routers/f907b0ff-7b58-4e0b-af64-daecb1eba53a/remove_router_interface => generated 310 bytes in 860 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: 572/1198] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:14:53 2026] DELETE /v2.0/floatingips/6b7cb158-2b1a-4c6d-b64d-e918ef9a1589 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:53.389 8 INFO neutron.db.ovn_revision_numbers_db [None req-7ff0aa90-aa9c-46d8-ab28-aa50b969ce9b ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource 824ff4ef-8f34-4921-af9c-8fd6289bcade (type: security_group_rules) to 0 [pid: 8|app: 0|req: 627/1199] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:14:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:14:53.422 8 WARNING neutron.db.securitygroups_db [req-5038e033-df12-4627-ab14-01d3afa71c32 req-66cd399b-6de1-4d11-99c1-bc483d196136 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - 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: 573/1200] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:14:53 2026] GET /v2.0/routers => generated 2969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1201] 10.0.0.162 () {34 vars in 1098 bytes} [Sun May 10 05:14:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--367506886&fields=id&tenant_id=7eba1fe270cb4c3bacdc74e142a16e8d => generated 69 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:53.612 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bfc0798d-6591-4c29-8ba1-8ddd8042fd07 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] No more DHCP agents 2026-05-10 05:14:53.614 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bfc0798d-6591-4c29-8ba1-8ddd8042fd07 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:53.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9f499c2-89b7-40d6-9fcf-b1c65af512a4 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 9fa852f8-9fe9-4e4a-8493-aae0ab3d4e87 2026-05-10 05:14:53.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9f499c2-89b7-40d6-9fcf-b1c65af512a4 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 9fa852f8-9fe9-4e4a-8493-aae0ab3d4e87 [pid: 7|app: 0|req: 574/1202] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:14:53 2026] DELETE /v2.0/routers/f907b0ff-7b58-4e0b-af64-daecb1eba53a => generated 0 bytes in 604 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1203] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/security-group-rules/824ff4ef-8f34-4921-af9c-8fd6289bcade => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1204] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1205] 10.0.0.162 () {34 vars in 982 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/networks?id=2df0b12e-da6d-4cc2-9816-0461a180bca4 => generated 714 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1206] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:14:54 2026] DELETE /v2.0/subnets/1adf89da-6520-43b5-b09a-ab78e5f08610 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:14:54.340 8 INFO neutron.db.ovn_revision_numbers_db [None req-bfc0798d-6591-4c29-8ba1-8ddd8042fd07 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 0be22652-d942-4d54-bcbd-52d974479fb6 (type: floatingips) to 1 2026-05-10 05:14:54.340 8 INFO neutron.db.l3_db [None req-bfc0798d-6591-4c29-8ba1-8ddd8042fd07 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Floating IP 0be22652-d942-4d54-bcbd-52d974479fb6 associated. External IP: 10.96.250.220, port: eb6934e5-45f5-45dc-865b-a9caec616988. [pid: 7|app: 0|req: 579/1207] 10.0.0.201 () {32 vars in 673 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1208] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/network-ip-availabilities => generated 3815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1209] 10.0.0.162 () {34 vars in 965 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/quotas/7eba1fe270cb4c3bacdc74e142a16e8d => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1210] 10.0.0.201 () {34 vars in 677 bytes} [Sun May 10 05:14:53 2026] POST /v2.0/floatingips => generated 841 bytes in 963 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-10 05:14:54.495 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfe91cd8-d04c-4e95-bb81-11d306890207 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: a73aec6e-bb6c-4c40-adb6-0e2bd8febc81 2026-05-10 05:14:54.498 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfe91cd8-d04c-4e95-bb81-11d306890207 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: a73aec6e-bb6c-4c40-adb6-0e2bd8febc81 [pid: 8|app: 0|req: 630/1211] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:14:54 2026] DELETE /v2.0/security-group-rules/824ff4ef-8f34-4921-af9c-8fd6289bcade => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1212] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/networks => generated 4648 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1213] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/ports?tenant_id=7eba1fe270cb4c3bacdc74e142a16e8d&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:54.658 7 INFO neutron.services.segments.plugin [-] Segment 588548e7-71a6-434d-9ff9-8d12a5739ff8 resource provider aggregate not found 2026-05-10 05:14:54.667 7 INFO neutron.services.segments.plugin [-] Segment 588548e7-71a6-434d-9ff9-8d12a5739ff8 resource provider aggregate not found [pid: 8|app: 0|req: 633/1214] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/floatingips/0be22652-d942-4d54-bcbd-52d974479fb6 => generated 843 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:54.678 7 INFO neutron.services.segments.plugin [-] Segment 588548e7-71a6-434d-9ff9-8d12a5739ff8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 588548e7-71a6-434d-9ff9-8d12a5739ff8 found for delete ", "request_id": "req-3da0fe37-ed73-4271-8be4-691121aabb65"}]} 2026-05-10 05:14:54.694 7 INFO neutron.services.segments.plugin [-] Segment 588548e7-71a6-434d-9ff9-8d12a5739ff8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 588548e7-71a6-434d-9ff9-8d12a5739ff8 found for delete ", "request_id": "req-77e94689-0359-4e0c-abf9-2ff4c5fb378d"}]} [pid: 7|app: 0|req: 582/1215] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:14:54 2026] DELETE /v2.0/networks/b9ffa3df-e4cd-48bb-95d4-4fa43303fa2e => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1216] 10.0.0.201 () {32 vars in 673 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1217] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/security-groups => generated 33482 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1218] 10.0.0.162 () {34 vars in 1008 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/networks/2df0b12e-da6d-4cc2-9816-0461a180bca4?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: 584/1219] 10.0.0.201 () {32 vars in 655 bytes} [Sun May 10 05:14:54 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) 2026-05-10 05:14:54.847 8 INFO neutron.db.securitygroups_db [None req-40f0a6ef-0125-4f69-b803-98c7385525f8 ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Project 23a399188da3482baabddd7c258dd13c added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-10 05:14:54.913 8 INFO neutron.db.ovn_revision_numbers_db [None req-40f0a6ef-0125-4f69-b803-98c7385525f8 ec294c9d54054b408c93454125415f6d 23a399188da3482baabddd7c258dd13c - - default default] Successfully bumped revision number for resource c39a7f48-92cb-4fb8-b1ba-9828be0d27a8 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 585/1220] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/ports => generated 15517 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1221] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:14:54 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: 586/1222] 10.0.0.162 () {34 vars in 1108 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/networks/2df0b12e-da6d-4cc2-9816-0461a180bca4?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-10 05:14:54.988 7 WARNING neutron.db.securitygroups_db [None req-ea365201-f8c7-4f02-9d05-9f20eee669cc ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 587/1223] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:54 2026] GET /v2.0/security-groups?tenant_id=f196821e9b914981a3f5db0d5927e072&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1224] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:14:55 2026] GET /v2.0/security-group-rules/c39a7f48-92cb-4fb8-b1ba-9828be0d27a8 => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1225] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:14:55 2026] GET /v2.0/floatingips => generated 1384 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1226] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:55 2026] DELETE /v2.0/security-groups/1810cbe8-dc0c-408d-8aac-d1a35f18da1e => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1227] 10.0.0.201 () {32 vars in 673 bytes} [Sun May 10 05:14:55 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1228] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:14:55 2026] GET /v2.0/subnets => generated 2624 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1229] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:55 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => 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: 594/1230] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:14:55 2026] DELETE /v2.0/security-group-rules/c39a7f48-92cb-4fb8-b1ba-9828be0d27a8 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1231] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:14:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:55.452 8 INFO neutron.db.ovn_revision_numbers_db [None req-49c6fff4-bc8d-4faa-93f9-f20e58010c05 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 0be22652-d942-4d54-bcbd-52d974479fb6 (type: floatingips) to 2 [pid: 7|app: 0|req: 596/1232] 10.0.0.201 () {32 vars in 673 bytes} [Sun May 10 05:14:55 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:55.545 8 INFO neutron.db.l3_db [None req-49c6fff4-bc8d-4faa-93f9-f20e58010c05 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Floating IP 0be22652-d942-4d54-bcbd-52d974479fb6 associated. External IP: 10.96.250.220, port: eb6934e5-45f5-45dc-865b-a9caec616988. [pid: 8|app: 0|req: 637/1233] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:14:54 2026] PUT /v2.0/floatingips/0be22652-d942-4d54-bcbd-52d974479fb6 => generated 844 bytes in 647 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: 597/1234] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:55 2026] DELETE /v2.0/security-groups/c6ef7b62-126c-4e60-9a8b-a4c5f6cebcb6 => 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: 598/1235] 10.0.0.201 () {32 vars in 663 bytes} [Sun May 10 05:14:55 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: 599/1236] 10.0.0.201 () {32 vars in 663 bytes} [Sun May 10 05:14:55 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-10 05:14:55.732 8 INFO neutron.db.ovn_revision_numbers_db [None req-8209c65b-7952-4d07-853c-59d34112289f ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Successfully bumped revision number for resource 0be22652-d942-4d54-bcbd-52d974479fb6 (type: floatingips) to 3 2026-05-10 05:14:55.778 8 INFO neutron.db.l3_db [None req-8209c65b-7952-4d07-853c-59d34112289f ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Floating IP 0be22652-d942-4d54-bcbd-52d974479fb6 disassociated. External IP: 10.96.250.220, port: 88ab5ec0-24ac-4b53-8b3a-b8427e763820. [pid: 8|app: 0|req: 638/1237] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:14:55 2026] PUT /v2.0/floatingips/0be22652-d942-4d54-bcbd-52d974479fb6 => generated 554 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:55.919 7 INFO neutron_taas.services.taas.taas_plugin [None req-decb1953-4f2b-459d-a492-0aca463a313c ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] TaaS: Handle Delete Port: 0b2afd7f-fe15-49df-8dca-36ad799a34c1 2026-05-10 05:14:55.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-decb1953-4f2b-459d-a492-0aca463a313c ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Tap Mirror: Handle Delete Port: 0b2afd7f-fe15-49df-8dca-36ad799a34c1 [pid: 7|app: 0|req: 600/1238] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:14:55 2026] DELETE /v2.0/floatingips/0be22652-d942-4d54-bcbd-52d974479fb6 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:56.074 8 INFO neutron.api.v2.resource [None req-5c2c5769-067b-4e6f-baad-50171d316981 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 639/1239] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:14:56 2026] DELETE /v2.0/floatingips/0be22652-d942-4d54-bcbd-52d974479fb6 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:14:56.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-d24f7fea-8bdf-4e2f-89a8-ae4134fc2406 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] TaaS: Handle Delete Port: 88ab5ec0-24ac-4b53-8b3a-b8427e763820 2026-05-10 05:14:56.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d24f7fea-8bdf-4e2f-89a8-ae4134fc2406 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Tap Mirror: Handle Delete Port: 88ab5ec0-24ac-4b53-8b3a-b8427e763820 2026-05-10 05:14:56.296 8 WARNING neutron.db.securitygroups_db [None req-f2e34414-9008-4d12-84a3-695a7a9a4c48 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 640/1240] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:56 2026] GET /v2.0/security-groups?tenant_id=23a399188da3482baabddd7c258dd13c&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: 601/1241] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:14:56 2026] DELETE /v2.0/ports/88ab5ec0-24ac-4b53-8b3a-b8427e763820 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1242] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:56 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => 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: 641/1243] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:56 2026] DELETE /v2.0/security-groups/65842003-cb21-4bf3-a5eb-8b97849a8fb5 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:56.525 7 INFO neutron_taas.services.taas.taas_plugin [None req-68217c1d-a4cf-4074-a9de-831e272b400f ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] TaaS: Handle Delete Port: eb6934e5-45f5-45dc-865b-a9caec616988 2026-05-10 05:14:56.528 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68217c1d-a4cf-4074-a9de-831e272b400f ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Tap Mirror: Handle Delete Port: eb6934e5-45f5-45dc-865b-a9caec616988 [pid: 7|app: 0|req: 603/1244] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:14:56 2026] DELETE /v2.0/ports/eb6934e5-45f5-45dc-865b-a9caec616988 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1245] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:14:56 2026] GET /v2.0/ports?device_id=797137cd-b697-45cd-bc75-3de2ef1ac2f6 => generated 946 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:57.071 7 INFO neutron_taas.services.taas.taas_plugin [None req-4875fbd0-68ee-47d6-a890-14ed062a2acc ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] TaaS: Handle Delete Port: b309584e-07c4-4227-b2e4-fa7b3ac1e681 2026-05-10 05:14:57.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4875fbd0-68ee-47d6-a890-14ed062a2acc ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Tap Mirror: Handle Delete Port: b309584e-07c4-4227-b2e4-fa7b3ac1e681 2026-05-10 05:14:57.150 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7391f139-5762-4eb1-85e6-640be2038a4d - - - - - -] No hosting information found for port b309584e-07c4-4227-b2e4-fa7b3ac1e681: RuntimeError: No hosting information found for port b309584e-07c4-4227-b2e4-fa7b3ac1e681 2026-05-10 05:14:57.213 7 INFO neutron.common.ovn.utils [None req-7391f139-5762-4eb1-85e6-640be2038a4d - - - - - -] HA Chassis Group neutron-ee674a6f-8c03-482c-8e46-77c647a99217 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event [None req-7391f139-5762-4eb1-85e6-640be2038a4d - - - - - -] Unexpected exception in notify_loop: neutron.db.ovn_revision_numbers_db.StandardAttributeIDNotFound: Standard attribute ID not found for b309584e-07c4-4227-b2e4-fa7b3ac1e681 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event Traceback (most recent call last): 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ovn_revision_numbers_db.py", line 88, in _get_standard_attr_id 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event id=resource_uuid).one() 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event ^^^^^ 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/query.py", line 2815, in one 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event return self._iter().one() # type: ignore 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^ 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 1840, in one 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event return self._only_one_row( 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/result.py", line 772, in _only_one_row 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event raise exc.NoResultFound( 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event sqlalchemy.exc.NoResultFound: No row was found when one was required 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event During handling of the above exception, another exception occurred: 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event Traceback (most recent call last): 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/event.py", line 185, in notify_loop 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event match.run(event, row, updates) 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovsdb_monitor.py", line 663, in run 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event self.l3_plugin._ovn_client.update_router_port( 2026-05-10 05:14:57.316 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 1990, in update_router_port 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event db_rev.bump_revision( 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event return f_with_retry(*args, **kwargs, 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event with excutils.save_and_reraise_exception(): 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event self.force_reraise() 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event raise self.value 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event return f(*args, **kwargs) 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^ 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event self.force_reraise() 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event raise self.value 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event return f(*args, **kwargs) 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^ 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event with excutils.save_and_reraise_exception(): 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event self.force_reraise() 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event raise self.value 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event return f(*dup_args, **dup_kwargs) 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ovn_revision_numbers_db.py", line 186, in bump_revision 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event std_attr_id = _get_standard_attr_id(context, resource['id'], 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/ovn_revision_numbers_db.py", line 91, in _get_standard_attr_id 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event raise StandardAttributeIDNotFound(resource_uuid=resource_uuid) 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event neutron.db.ovn_revision_numbers_db.StandardAttributeIDNotFound: Standard attribute ID not found for b309584e-07c4-4227-b2e4-fa7b3ac1e681 2026-05-10 05:14:57.316 7 ERROR ovsdbapp.event 2026-05-10 05:14:57.334 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7391f139-5762-4eb1-85e6-640be2038a4d - - - - - -] OVN reports status down for port: eb6934e5-45f5-45dc-865b-a9caec616988 2026-05-10 05:14:57.349 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7391f139-5762-4eb1-85e6-640be2038a4d - - - - - -] OVN reports status down for port: eff972d4-51b2-4a03-a571-8e29c362aa90 [pid: 8|app: 0|req: 643/1246] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:57 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:14:57.942 7 INFO neutron.db.ovn_revision_numbers_db [None req-7391f139-5762-4eb1-85e6-640be2038a4d - - - - - -] Successfully bumped revision number for resource eff972d4-51b2-4a03-a571-8e29c362aa90 (type: ports) to 6 [pid: 7|app: 0|req: 604/1247] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:14:56 2026] PUT /v2.0/routers/797137cd-b697-45cd-bc75-3de2ef1ac2f6/remove_router_interface => generated 310 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:58.067 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-9d73c712-2966-43de-bb77-e791ea493580 - - - - - -] Logical_Switch_Port eff972d4-51b2-4a03-a571-8e29c362aa90 host information not removed, the port state is up 2026-05-10 05:14:58.067 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9d73c712-2966-43de-bb77-e791ea493580 - - - - - -] OVN reports status down for port: 88ab5ec0-24ac-4b53-8b3a-b8427e763820 2026-05-10 05:14:58.109 7 INFO neutron.common.ovn.utils [None req-9d73c712-2966-43de-bb77-e791ea493580 - - - - - -] HA Chassis Group neutron-2df0b12e-da6d-4cc2-9816-0461a180bca4 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:14:58.113 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9d73c712-2966-43de-bb77-e791ea493580 - - - - - -] OVN reports status up for port: eff972d4-51b2-4a03-a571-8e29c362aa90 2026-05-10 05:14:58.126 7 INFO neutron.plugins.ml2.plugin [None req-9d73c712-2966-43de-bb77-e791ea493580 - - - - - -] Attempt 1 to provision port eff972d4-51b2-4a03-a571-8e29c362aa90 [pid: 7|app: 0|req: 605/1248] 10.0.0.201 () {32 vars in 623 bytes} [Sun May 10 05:14:58 2026] GET / => generated 151 bytes in 6 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-05-10 05:14:58.271 8 INFO neutron_taas.services.taas.taas_plugin [None req-f99da941-d386-4b4f-b4a6-ce7d618b5f08 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] TaaS: Handle Delete Port: 214dd4ab-5353-44a7-aded-d9ce599a58b2 2026-05-10 05:14:58.275 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f99da941-d386-4b4f-b4a6-ce7d618b5f08 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Tap Mirror: Handle Delete Port: 214dd4ab-5353-44a7-aded-d9ce599a58b2 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 606/1249] 10.0.0.201 () {32 vars in 633 bytes} [Sun May 10 05:14:58 2026] GET /v2.0/ => generated 632 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:58.463 7 INFO neutron.db.ovn_revision_numbers_db [None req-9d73c712-2966-43de-bb77-e791ea493580 - - - - - -] Successfully bumped revision number for resource eff972d4-51b2-4a03-a571-8e29c362aa90 (type: ports) to 7 2026-05-10 05:14:58.552 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-84bc514d-5843-4de1-9d08-132ba102329a - - - - - -] OVN reports status down for port: 37450bb0-b32f-46e6-ba4d-aaec720af2f6 [pid: 7|app: 0|req: 607/1250] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:58 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => 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: 644/1251] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:14:57 2026] DELETE /v2.0/routers/797137cd-b697-45cd-bc75-3de2ef1ac2f6 => generated 0 bytes in 652 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:58.638 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-84bc514d-5843-4de1-9d08-132ba102329a - - - - - -] Logical_Switch_Port 37450bb0-b32f-46e6-ba4d-aaec720af2f6 host information not removed, the port state is up 2026-05-10 05:14:58.639 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-84bc514d-5843-4de1-9d08-132ba102329a - - - - - -] OVN reports status up for port: 37450bb0-b32f-46e6-ba4d-aaec720af2f6 2026-05-10 05:14:58.651 7 INFO neutron.plugins.ml2.plugin [None req-84bc514d-5843-4de1-9d08-132ba102329a - - - - - -] Attempt 1 to provision port 37450bb0-b32f-46e6-ba4d-aaec720af2f6 [pid: 7|app: 0|req: 608/1252] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:14:58 2026] DELETE /v2.0/subnets/128bfcec-2edc-427a-b861-05058c6147ba => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:14:58.959 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a38e406-0002-4fbf-9da0-3dbdd7143d65 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] TaaS: Handle Delete Port: 44433687-ae7a-46c4-8935-6a4473feb773 2026-05-10 05:14:58.961 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a38e406-0002-4fbf-9da0-3dbdd7143d65 ac8570e2e4394e40b389ddaffc1a0295 dc0be4622ce04ab08289595ad5466cb3 - - default default] Tap Mirror: Handle Delete Port: 44433687-ae7a-46c4-8935-6a4473feb773 2026-05-10 05:14:59.075 7 WARNING neutron.db.securitygroups_db [None req-dab0d585-d1a1-4e06-9809-e290570d5a6c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:14:59.085 7 INFO neutron.db.ovn_revision_numbers_db [None req-84bc514d-5843-4de1-9d08-132ba102329a - - - - - -] Successfully bumped revision number for resource 37450bb0-b32f-46e6-ba4d-aaec720af2f6 (type: ports) to 2 2026-05-10 05:14:59.127 8 INFO neutron.services.segments.plugin [-] Segment 0f799e04-ab80-4114-94ae-4700ce7abfcf resource provider aggregate not found 2026-05-10 05:14:59.132 8 INFO neutron.services.segments.plugin [-] Segment 0f799e04-ab80-4114-94ae-4700ce7abfcf resource provider aggregate not found 2026-05-10 05:14:59.150 8 INFO neutron.services.segments.plugin [-] Segment 0f799e04-ab80-4114-94ae-4700ce7abfcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f799e04-ab80-4114-94ae-4700ce7abfcf found for delete ", "request_id": "req-9a255497-2a1f-4f59-999e-b2d366c38dd0"}]} 2026-05-10 05:14:59.154 8 INFO neutron.services.segments.plugin [-] Segment 0f799e04-ab80-4114-94ae-4700ce7abfcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f799e04-ab80-4114-94ae-4700ce7abfcf found for delete ", "request_id": "req-3c0b5129-ac39-4f4b-982f-2009cfa4b774"}]} [pid: 8|app: 0|req: 645/1253] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:14:58 2026] DELETE /v2.0/networks/ee674a6f-8c03-482c-8e46-77c647a99217 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:14:59.255 7 INFO neutron.db.ovn_revision_numbers_db [None req-dab0d585-d1a1-4e06-9809-e290570d5a6c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource aca075fa-f82d-43d0-8a13-eeb8ecaf79be (type: security_groups) to 1 2026-05-10 05:14:59.268 7 INFO neutron.db.ovn_revision_numbers_db [None req-dab0d585-d1a1-4e06-9809-e290570d5a6c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 49d55f49-a47f-4eb6-ba50-362db46fa811 (type: security_group_rules) to 0 2026-05-10 05:14:59.283 7 INFO neutron.db.ovn_revision_numbers_db [None req-dab0d585-d1a1-4e06-9809-e290570d5a6c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a4c7c073-c21b-4f02-ba92-b11c3a12f15d (type: security_group_rules) to 0 2026-05-10 05:14:59.296 7 INFO neutron.db.ovn_revision_numbers_db [None req-dab0d585-d1a1-4e06-9809-e290570d5a6c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource abdf7698-3c20-4131-bd10-59eda6aba315 (type: security_group_rules) to 0 2026-05-10 05:14:59.325 7 INFO neutron.db.ovn_revision_numbers_db [None req-dab0d585-d1a1-4e06-9809-e290570d5a6c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource bc3a1f1d-4505-453e-b09a-d828dc9a58a0 (type: security_group_rules) to 0 2026-05-10 05:14:59.349 8 WARNING neutron.db.securitygroups_db [None req-304a4faa-0ad0-4c7b-8e7d-0d5e8046d564 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 609/1254] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:58 2026] GET /v2.0/security-groups?tenant_id=6b309977325345a1a808fc81420893dd&name=default => generated 2925 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1255] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:14:59 2026] GET /v2.0/networks?id=2df0b12e-da6d-4cc2-9816-0461a180bca4 => generated 714 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:14:59.518 8 INFO neutron.db.ovn_revision_numbers_db [None req-304a4faa-0ad0-4c7b-8e7d-0d5e8046d564 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d0ddd1e0-6d12-4ce2-aa84-64cdbaef7b0f (type: security_groups) to 1 2026-05-10 05:14:59.531 8 INFO neutron.db.ovn_revision_numbers_db [None req-304a4faa-0ad0-4c7b-8e7d-0d5e8046d564 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0cc8658a-17aa-4a87-a05b-8c3b0daf8870 (type: security_group_rules) to 0 2026-05-10 05:14:59.542 8 INFO neutron.db.ovn_revision_numbers_db [None req-304a4faa-0ad0-4c7b-8e7d-0d5e8046d564 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 57abb3ce-08fa-43ad-91b8-76297a07e8aa (type: security_group_rules) to 0 [pid: 7|app: 0|req: 611/1256] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:59 2026] DELETE /v2.0/security-groups/aca075fa-f82d-43d0-8a13-eeb8ecaf79be => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:59.554 8 INFO neutron.db.ovn_revision_numbers_db [None req-304a4faa-0ad0-4c7b-8e7d-0d5e8046d564 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b6068c25-296d-4b01-8e03-d7e3c262023a (type: security_group_rules) to 0 2026-05-10 05:14:59.558 7 WARNING neutron.db.securitygroups_db [req-5038e033-df12-4627-ab14-01d3afa71c32 req-da4473bf-7bf5-4bc7-a4a3-69b6f0535240 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - 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-10 05:14:59.566 8 INFO neutron.db.ovn_revision_numbers_db [None req-304a4faa-0ad0-4c7b-8e7d-0d5e8046d564 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource bbca5d4b-624d-4219-9343-57049b229ce8 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 612/1257] 199.204.45.23 () {34 vars in 1049 bytes} [Sun May 10 05:14:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7eba1fe270cb4c3bacdc74e142a16e8d => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1258] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:59 2026] GET /v2.0/security-groups?tenant_id=2b9126b82a8a49d493c6e02545557929&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1259] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:14:59 2026] DELETE /v2.0/security-groups/d0ddd1e0-6d12-4ce2-aa84-64cdbaef7b0f => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:14:59.836 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-5038e033-df12-4627-ab14-01d3afa71c32 req-612bfbb6-15c6-4511-9c53-ba48e0444e39 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] No more DHCP agents 2026-05-10 05:14:59.837 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-5038e033-df12-4627-ab14-01d3afa71c32 req-612bfbb6-15c6-4511-9c53-ba48e0444e39 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] Unable to schedule network 2df0b12e-da6d-4cc2-9816-0461a180bca4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:14:59.921 8 WARNING neutron.db.securitygroups_db [None req-48fccd1b-cd44-49b3-b1a1-6ba225900b65 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 648/1260] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:14:59 2026] GET /v2.0/security-groups?tenant_id=dc0be4622ce04ab08289595ad5466cb3&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:14:59.967 7 INFO neutron.db.ovn_revision_numbers_db [req-5038e033-df12-4627-ab14-01d3afa71c32 req-612bfbb6-15c6-4511-9c53-ba48e0444e39 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] Successfully bumped revision number for resource 2ad2490c-e6e5-47ea-a641-520454fc9316 (type: ports) to 1 [pid: 7|app: 0|req: 613/1261] 199.204.45.23 () {38 vars in 954 bytes} [Sun May 10 05:14:59 2026] POST /v2.0/ports => generated 954 bytes in 434 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-10 05:15:00.027 7 WARNING neutron.db.securitygroups_db [None req-5655915a-c7f8-4816-93e2-674c2b4ad32f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 649/1262] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:14:59 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 957 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:00.142 7 INFO neutron.db.ovn_revision_numbers_db [None req-5655915a-c7f8-4816-93e2-674c2b4ad32f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 759c2981-103b-47f5-91c6-1b0451bfb079 (type: security_groups) to 1 2026-05-10 05:15:00.159 7 INFO neutron.db.ovn_revision_numbers_db [None req-5655915a-c7f8-4816-93e2-674c2b4ad32f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 459dea8d-99f8-4696-8178-f1a943a04dff (type: security_group_rules) to 0 2026-05-10 05:15:00.180 7 INFO neutron.db.ovn_revision_numbers_db [None req-5655915a-c7f8-4816-93e2-674c2b4ad32f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ac4b295c-4fb4-4ef9-935b-b6f68cf16175 (type: security_group_rules) to 0 2026-05-10 05:15:00.190 7 INFO neutron.db.ovn_revision_numbers_db [None req-5655915a-c7f8-4816-93e2-674c2b4ad32f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d9047259-fd67-4c2d-a51d-7ba842e0b2db (type: security_group_rules) to 0 [pid: 8|app: 0|req: 650/1263] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:00 2026] DELETE /v2.0/security-groups/1395b67d-29b6-45c1-ae3c-636d17565450 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:00.202 7 INFO neutron.db.ovn_revision_numbers_db [None req-5655915a-c7f8-4816-93e2-674c2b4ad32f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f1fe7736-9557-4462-9984-ca269308fd3b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 614/1266] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:00 2026] GET /v2.0/security-groups?tenant_id=23b5c1daac7947e1b287e3d0a44f67f9&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1267] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:00 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&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: 616/1268] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:00 2026] DELETE /v2.0/security-groups/759c2981-103b-47f5-91c6-1b0451bfb079 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:00.596 8 INFO neutron.db.ovn_revision_numbers_db [req-5038e033-df12-4627-ab14-01d3afa71c32 req-defdb5a1-eeee-460c-a331-20aab3bf4076 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 2ad2490c-e6e5-47ea-a641-520454fc9316 (type: ports) to 2 2026-05-10 05:15:00.795 8 INFO neutron.db.ovn_revision_numbers_db [req-5038e033-df12-4627-ab14-01d3afa71c32 req-defdb5a1-eeee-460c-a331-20aab3bf4076 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 2ad2490c-e6e5-47ea-a641-520454fc9316 (type: ports) to 4 [pid: 8|app: 0|req: 653/1269] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:15:00 2026] PUT /v2.0/ports/2ad2490c-e6e5-47ea-a641-520454fc9316 => generated 1227 bytes in 614 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:00.851 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-73fca476-4215-4614-93d5-b73305be0ee0'] response: {'name': 'network-changed', 'server_uuid': '92e274db-8e82-427a-9627-260ee4c5622d', 'tag': '2ad2490c-e6e5-47ea-a641-520454fc9316', '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: 617/1270] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:01 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1271] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:15:01 2026] GET /v2.0/ports?tenant_id=7eba1fe270cb4c3bacdc74e142a16e8d&device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 1230 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1272] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:01 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1273] 199.204.45.23 () {34 vars in 1017 bytes} [Sun May 10 05:15:01 2026] GET /v2.0/networks?tenant_id=7eba1fe270cb4c3bacdc74e142a16e8d&shared=False => generated 813 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1274] 199.204.45.23 () {34 vars in 929 bytes} [Sun May 10 05:15:01 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:02.165 8 INFO neutron.db.ovn_revision_numbers_db [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource f09b532c-93c9-4e99-a7ec-e2b1bfd2700a (type: security_groups) to 1 2026-05-10 05:15:02.181 8 INFO neutron.db.ovn_revision_numbers_db [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource 47309d4e-803c-4170-a2aa-4d4795ad2e05 (type: security_group_rules) to 0 2026-05-10 05:15:02.194 8 INFO neutron.db.ovn_revision_numbers_db [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource c5aa3210-e332-451f-a690-55a028bb2953 (type: security_group_rules) to 0 2026-05-10 05:15:02.206 8 INFO neutron.db.ovn_revision_numbers_db [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource d2aa5948-71c9-4c25-ab10-de6fa8745bbd (type: security_group_rules) to 0 2026-05-10 05:15:02.219 8 INFO neutron.db.ovn_revision_numbers_db [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource eb158c45-54b2-41ec-b8a2-5530683d6396 (type: security_group_rules) to 0 2026-05-10 05:15:02.301 8 INFO neutron.db.segments_db [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Added segment 328debd3-4ce6-4cd2-bdf4-cc55c16dd63f of type geneve for network c8770bda-f45e-46b5-aa2a-baddfef69461 2026-05-10 05:15:02.368 8 INFO neutron.db.segments_db [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Added segment 7818daf0-e62f-4198-863e-3449f8b41a9d of type geneve for network 2d7b178e-4159-4770-b4a4-10a207343ee1 2026-05-10 05:15:02.485 8 INFO neutron.db.ovn_revision_numbers_db [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource c8770bda-f45e-46b5-aa2a-baddfef69461 (type: networks) to 1 [pid: 7|app: 0|req: 620/1275] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:02 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1276] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:15:02 2026] GET /v2.0/ports?tenant_id=7eba1fe270cb4c3bacdc74e142a16e8d&device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 1230 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1277] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:02 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1278] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:15:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=2ad2490c-e6e5-47ea-a641-520454fc9316 => 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: 624/1279] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:15:02 2026] GET /v2.0/subnets?id=13355018-84f8-42f1-9e2c-9c67c5505351 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1280] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:15:02 2026] GET /v2.0/ports?network_id=2df0b12e-da6d-4cc2-9816-0461a180bca4&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-10 05:15:02.687 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] No more DHCP agents 2026-05-10 05:15:02.688 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Unable to schedule network c8770bda-f45e-46b5-aa2a-baddfef69461: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 626/1281] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:15:02 2026] GET /v2.0/networks/2df0b12e-da6d-4cc2-9816-0461a180bca4?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:02.757 8 INFO neutron.db.ovn_revision_numbers_db [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource e86a1775-1249-4701-82f6-0f66e76e38f4 (type: ports) to 1 [pid: 7|app: 0|req: 627/1282] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:15:02 2026] GET /v2.0/networks/2df0b12e-da6d-4cc2-9816-0461a180bca4?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-10 05:15:02.821 8 INFO neutron.db.ovn_revision_numbers_db [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource 2d7b178e-4159-4770-b4a4-10a207343ee1 (type: networks) to 1 2026-05-10 05:15:02.958 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] No more DHCP agents 2026-05-10 05:15:02.959 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Unable to schedule network 2d7b178e-4159-4770-b4a4-10a207343ee1: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:02.994 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: cdc3710b-cae2-44b0-8621-764879a29435 2026-05-10 05:15:03.041 8 INFO neutron.db.ovn_revision_numbers_db [None req-2039051a-7e89-4e93-9706-3c9f1c713593 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource cdc3710b-cae2-44b0-8621-764879a29435 (type: ports) to 1 [pid: 8|app: 0|req: 656/1283] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:01 2026] POST /v2.0/networks => generated 1318 bytes in 1156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1284] 10.0.0.201 () {32 vars in 649 bytes} [Sun May 10 05:15:03 2026] GET /v2.0/networks => generated 1967 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:03.337 8 INFO neutron_taas.services.taas.taas_plugin [None req-d026d3cf-12f0-4b55-a11c-9de680108503 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] TaaS: Handle Delete Port: e86a1775-1249-4701-82f6-0f66e76e38f4 2026-05-10 05:15:03.339 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d026d3cf-12f0-4b55-a11c-9de680108503 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Tap Mirror: Handle Delete Port: e86a1775-1249-4701-82f6-0f66e76e38f4 2026-05-10 05:15:03.511 8 INFO neutron.services.segments.plugin [-] Segment 328debd3-4ce6-4cd2-bdf4-cc55c16dd63f resource provider aggregate not found 2026-05-10 05:15:03.521 8 INFO neutron.services.segments.plugin [-] Segment 328debd3-4ce6-4cd2-bdf4-cc55c16dd63f resource provider aggregate not found 2026-05-10 05:15:03.541 8 INFO neutron.services.segments.plugin [-] Segment 328debd3-4ce6-4cd2-bdf4-cc55c16dd63f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 328debd3-4ce6-4cd2-bdf4-cc55c16dd63f found for delete ", "request_id": "req-9843e293-91d7-4b27-a900-e19e79d5c18a"}]} 2026-05-10 05:15:03.546 8 INFO neutron.services.segments.plugin [-] Segment 328debd3-4ce6-4cd2-bdf4-cc55c16dd63f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 328debd3-4ce6-4cd2-bdf4-cc55c16dd63f found for delete ", "request_id": "req-b6ad43b5-37d5-4e28-ad81-c8be4f5fd171"}]} [pid: 8|app: 0|req: 657/1285] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:03 2026] DELETE /v2.0/networks/c8770bda-f45e-46b5-aa2a-baddfef69461 => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:03.670 7 INFO neutron_taas.services.taas.taas_plugin [None req-c28c2f9f-be44-4053-b2e5-6df8f4590a78 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] TaaS: Handle Delete Port: cdc3710b-cae2-44b0-8621-764879a29435 2026-05-10 05:15:03.673 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c28c2f9f-be44-4053-b2e5-6df8f4590a78 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Tap Mirror: Handle Delete Port: cdc3710b-cae2-44b0-8621-764879a29435 [pid: 8|app: 0|req: 658/1286] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:03 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1287] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:03 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:03.836 7 INFO neutron.services.segments.plugin [-] Segment 7818daf0-e62f-4198-863e-3449f8b41a9d resource provider aggregate not found 2026-05-10 05:15:03.839 7 INFO neutron.services.segments.plugin [-] Segment 7818daf0-e62f-4198-863e-3449f8b41a9d resource provider aggregate not found 2026-05-10 05:15:03.856 7 INFO neutron.services.segments.plugin [-] Segment 7818daf0-e62f-4198-863e-3449f8b41a9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7818daf0-e62f-4198-863e-3449f8b41a9d found for delete ", "request_id": "req-81647503-c450-4b9a-8161-de0afdfb1b9f"}]} 2026-05-10 05:15:03.859 7 INFO neutron.services.segments.plugin [-] Segment 7818daf0-e62f-4198-863e-3449f8b41a9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7818daf0-e62f-4198-863e-3449f8b41a9d found for delete ", "request_id": "req-8f783d8f-01e9-448b-827f-38e931761d8f"}]} [pid: 7|app: 0|req: 629/1288] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:03 2026] DELETE /v2.0/networks/2d7b178e-4159-4770-b4a4-10a207343ee1 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1289] 10.0.0.201 () {32 vars in 649 bytes} [Sun May 10 05:15:03 2026] GET /v2.0/networks => generated 689 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:04.058 7 INFO neutron.db.segments_db [None req-e4e237cb-dcd2-425c-9cbf-0c1c4dd40a57 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Added segment ff60ab50-87e3-46e2-9434-753ff09cbf55 of type geneve for network 32a64de9-33cb-4679-b6ee-3791d140d505 2026-05-10 05:15:04.166 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4e237cb-dcd2-425c-9cbf-0c1c4dd40a57 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource 32a64de9-33cb-4679-b6ee-3791d140d505 (type: networks) to 1 2026-05-10 05:15:04.197 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-b7b57305-af70-4511-b167-4b288693c8ac - - - - - -] No hosting information found for port 37450bb0-b32f-46e6-ba4d-aaec720af2f6: RuntimeError: No hosting information found for port 37450bb0-b32f-46e6-ba4d-aaec720af2f6 2026-05-10 05:15:04.272 7 INFO neutron.common.ovn.utils [None req-b7b57305-af70-4511-b167-4b288693c8ac - - - - - -] HA Chassis Group neutron-2df0b12e-da6d-4cc2-9816-0461a180bca4 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:15:04.411 7 INFO neutron.db.ovn_revision_numbers_db [None req-b7b57305-af70-4511-b167-4b288693c8ac - - - - - -] Successfully bumped revision number for resource 37450bb0-b32f-46e6-ba4d-aaec720af2f6 (type: router_ports) to 2 2026-05-10 05:15:04.491 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e4e237cb-dcd2-425c-9cbf-0c1c4dd40a57 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] No more DHCP agents 2026-05-10 05:15:04.494 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e4e237cb-dcd2-425c-9cbf-0c1c4dd40a57 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Unable to schedule network 32a64de9-33cb-4679-b6ee-3791d140d505: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:04.561 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: 848df87c-a798-496e-8f7d-3e5391b296b0 2026-05-10 05:15:04.638 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4e237cb-dcd2-425c-9cbf-0c1c4dd40a57 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource 848df87c-a798-496e-8f7d-3e5391b296b0 (type: ports) to 1 2026-05-10 05:15:04.641 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b7b57305-af70-4511-b167-4b288693c8ac - - - - - -] OVN reports status down for port: 2ad2490c-e6e5-47ea-a641-520454fc9316 [pid: 7|app: 0|req: 630/1290] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:03 2026] POST /v2.0/networks => generated 691 bytes in 742 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:04.801 8 INFO neutron.db.segments_db [None req-ebc1842d-31a4-4df5-a9cc-3e5d752e0e45 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Added segment 5854fa51-28f3-409b-a57b-089a1e4731fc of type geneve for network 138f8cfe-120c-4ccb-a94a-b9126d250a5f 2026-05-10 05:15:04.916 8 INFO neutron.db.ovn_revision_numbers_db [None req-ebc1842d-31a4-4df5-a9cc-3e5d752e0e45 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource 138f8cfe-120c-4ccb-a94a-b9126d250a5f (type: networks) to 1 2026-05-10 05:15:05.046 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ebc1842d-31a4-4df5-a9cc-3e5d752e0e45 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] No more DHCP agents 2026-05-10 05:15:05.047 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ebc1842d-31a4-4df5-a9cc-3e5d752e0e45 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Unable to schedule network 138f8cfe-120c-4ccb-a94a-b9126d250a5f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:05.124 8 INFO neutron.db.ovn_revision_numbers_db [None req-ebc1842d-31a4-4df5-a9cc-3e5d752e0e45 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource 8ab37f59-5b69-4061-9faf-0208d35b1426 (type: ports) to 1 [pid: 8|app: 0|req: 661/1291] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:04 2026] POST /v2.0/networks => generated 692 bytes in 440 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-10 05:15:05.255 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b7b57305-af70-4511-b167-4b288693c8ac - - - - - -] OVN reports status down for port: e86a1775-1249-4701-82f6-0f66e76e38f4 2026-05-10 05:15:05.281 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4365ce79-90f2-4007-bce5-e70529e80ecf'] response: {'server_uuid': '92e274db-8e82-427a-9627-260ee4c5622d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2ad2490c-e6e5-47ea-a641-520454fc9316', 'code': 200} 2026-05-10 05:15:05.282 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b7b57305-af70-4511-b167-4b288693c8ac - - - - - -] OVN reports status down for port: 8ab37f59-5b69-4061-9faf-0208d35b1426 [pid: 7|app: 0|req: 631/1292] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:04 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 969 bytes in 548 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:05.370 8 WARNING neutron.db.securitygroups_db [None req-2db1d114-5e15-4efb-be13-f7a3f9bf7550 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:05.414 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b7b57305-af70-4511-b167-4b288693c8ac - - - - - -] OVN reports status up for port: 2ad2490c-e6e5-47ea-a641-520454fc9316 2026-05-10 05:15:05.433 7 INFO neutron.plugins.ml2.plugin [None req-b7b57305-af70-4511-b167-4b288693c8ac - - - - - -] Attempt 1 to provision port 2ad2490c-e6e5-47ea-a641-520454fc9316 2026-05-10 05:15:05.538 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db1d114-5e15-4efb-be13-f7a3f9bf7550 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 15934bdb-8a62-46c9-9963-5b689e0a8087 (type: security_groups) to 1 2026-05-10 05:15:05.549 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db1d114-5e15-4efb-be13-f7a3f9bf7550 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 250d7a94-c4f2-45ed-8aa3-9ba1c66a2c1a (type: security_group_rules) to 0 2026-05-10 05:15:05.561 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db1d114-5e15-4efb-be13-f7a3f9bf7550 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8fb545dd-fb1b-4799-bf6c-ba7f6433d8a5 (type: security_group_rules) to 0 2026-05-10 05:15:05.582 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db1d114-5e15-4efb-be13-f7a3f9bf7550 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9ff67656-2d32-4331-94ac-1c77e0cd5b4e (type: security_group_rules) to 0 2026-05-10 05:15:05.608 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db1d114-5e15-4efb-be13-f7a3f9bf7550 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fbb1fa27-ea12-40b4-9f69-fc7ea3ed061f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 662/1293] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:05 2026] GET /v2.0/security-groups?tenant_id=b9847e6a2e5243fca655454fd42b7e9f&name=default => generated 2925 bytes in 520 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1294] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:05 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:05.806 7 INFO neutron.db.ovn_revision_numbers_db [None req-b7b57305-af70-4511-b167-4b288693c8ac - - - - - -] Successfully bumped revision number for resource 2ad2490c-e6e5-47ea-a641-520454fc9316 (type: ports) to 5 [pid: 8|app: 0|req: 664/1295] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:05 2026] DELETE /v2.0/security-groups/15934bdb-8a62-46c9-9963-5b689e0a8087 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:06.030 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ce91e336-77c2-47c8-8ae2-60962781b9ba 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] No more DHCP agents 2026-05-10 05:15:06.031 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ce91e336-77c2-47c8-8ae2-60962781b9ba 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Unable to schedule network 32a64de9-33cb-4679-b6ee-3791d140d505: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:06.076 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: ccdbbdc7-8499-44b8-8a1a-dc96e900dd3d 2026-05-10 05:15:06.093 8 WARNING neutron.db.securitygroups_db [None req-7cc885c2-44d5-4125-952b-89b4e046f82c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:06.112 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce91e336-77c2-47c8-8ae2-60962781b9ba 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource ccdbbdc7-8499-44b8-8a1a-dc96e900dd3d (type: ports) to 1 2026-05-10 05:15:06.154 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ce91e336-77c2-47c8-8ae2-60962781b9ba 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] No more DHCP agents 2026-05-10 05:15:06.155 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ce91e336-77c2-47c8-8ae2-60962781b9ba 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Unable to schedule network 138f8cfe-120c-4ccb-a94a-b9126d250a5f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:06.218 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: 428fba1d-5c12-4f4d-8426-8afc7c59d63f 2026-05-10 05:15:06.226 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce91e336-77c2-47c8-8ae2-60962781b9ba 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource 428fba1d-5c12-4f4d-8426-8afc7c59d63f (type: ports) to 1 [pid: 7|app: 0|req: 632/1296] 10.0.0.201 () {34 vars in 665 bytes} [Sun May 10 05:15:05 2026] POST /v2.0/ports => generated 1505 bytes in 941 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 05:15:06.303 7 WARNING neutron.db.securitygroups_db [None req-fc6793b4-4280-4695-b535-52552b188034 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:06.320 8 INFO neutron.db.ovn_revision_numbers_db [None req-7cc885c2-44d5-4125-952b-89b4e046f82c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fcf9d296-c899-402f-a921-e2f70256986f (type: security_groups) to 1 2026-05-10 05:15:06.336 8 INFO neutron.db.ovn_revision_numbers_db [None req-7cc885c2-44d5-4125-952b-89b4e046f82c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 54e00390-f105-4ce2-a5d5-cfe28c8a0d05 (type: security_group_rules) to 0 2026-05-10 05:15:06.347 8 INFO neutron.db.ovn_revision_numbers_db [None req-7cc885c2-44d5-4125-952b-89b4e046f82c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7cff15e8-d85a-4cef-ad34-e3fd5288eb44 (type: security_group_rules) to 0 2026-05-10 05:15:06.358 8 INFO neutron.db.ovn_revision_numbers_db [None req-7cc885c2-44d5-4125-952b-89b4e046f82c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e7b5d6a1-4795-4647-ba0b-5e203dfbafae (type: security_group_rules) to 0 2026-05-10 05:15:06.370 8 INFO neutron.db.ovn_revision_numbers_db [None req-7cc885c2-44d5-4125-952b-89b4e046f82c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f971f511-b6e1-4dd6-bf35-eb3ac69884df (type: security_group_rules) to 0 2026-05-10 05:15:06.394 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc6793b4-4280-4695-b535-52552b188034 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f0677442-71a9-4225-a289-d2f471d7ed93 (type: security_groups) to 1 2026-05-10 05:15:06.406 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc6793b4-4280-4695-b535-52552b188034 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 012847c5-d9c4-4b00-b532-18174b6fc6d8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 665/1297] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:05 2026] GET /v2.0/security-groups?tenant_id=712050aee5a34a359a70d81cf4defb1f&name=default => generated 2925 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:06.415 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc6793b4-4280-4695-b535-52552b188034 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0d410efb-185f-4cb1-a99b-8af5b9f490fa (type: security_group_rules) to 0 2026-05-10 05:15:06.425 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc6793b4-4280-4695-b535-52552b188034 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 83e2607a-4ac4-4910-a7be-d8c0cd42b1d2 (type: security_group_rules) to 0 2026-05-10 05:15:06.434 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc6793b4-4280-4695-b535-52552b188034 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9369f9d7-43f8-4c65-a293-4671038d797c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 633/1298] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:06 2026] GET /v2.0/security-groups?tenant_id=4726d292aa1e4296b5745eadcadf0439&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: 666/1299] 10.0.0.201 () {32 vars in 643 bytes} [Sun May 10 05:15:06 2026] GET /v2.0/ports => generated 3017 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1300] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:06 2026] DELETE /v2.0/security-groups/fcf9d296-c899-402f-a921-e2f70256986f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1301] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:06 2026] DELETE /v2.0/security-groups/f0677442-71a9-4225-a289-d2f471d7ed93 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:06.720 7 INFO neutron_taas.services.taas.taas_plugin [None req-d61773e0-a1cc-499d-bff4-6e915c2c67ca 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] TaaS: Handle Delete Port: ccdbbdc7-8499-44b8-8a1a-dc96e900dd3d 2026-05-10 05:15:06.722 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d61773e0-a1cc-499d-bff4-6e915c2c67ca 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Tap Mirror: Handle Delete Port: ccdbbdc7-8499-44b8-8a1a-dc96e900dd3d 2026-05-10 05:15:06.759 8 WARNING neutron.db.securitygroups_db [None req-fb6c70b7-0a4c-4dd4-bb7e-a8018bc1839d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 635/1302] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:06 2026] DELETE /v2.0/ports/ccdbbdc7-8499-44b8-8a1a-dc96e900dd3d => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1303] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:06 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:06.869 8 INFO neutron.db.ovn_revision_numbers_db [None req-fb6c70b7-0a4c-4dd4-bb7e-a8018bc1839d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 00e3d5db-7977-4678-91d6-dceb707ed9c9 (type: security_groups) to 1 2026-05-10 05:15:06.881 8 INFO neutron.db.ovn_revision_numbers_db [None req-fb6c70b7-0a4c-4dd4-bb7e-a8018bc1839d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 27c3bfa8-d631-4d00-9a26-c1400fd39202 (type: security_group_rules) to 0 2026-05-10 05:15:06.891 8 INFO neutron.db.ovn_revision_numbers_db [None req-fb6c70b7-0a4c-4dd4-bb7e-a8018bc1839d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 304cdc6f-7c65-43d2-a8c3-bd854c7c4122 (type: security_group_rules) to 0 2026-05-10 05:15:06.902 8 INFO neutron.db.ovn_revision_numbers_db [None req-fb6c70b7-0a4c-4dd4-bb7e-a8018bc1839d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6ab06b06-748c-4b84-bbdc-557247293deb (type: security_group_rules) to 0 2026-05-10 05:15:06.912 8 INFO neutron.db.ovn_revision_numbers_db [None req-fb6c70b7-0a4c-4dd4-bb7e-a8018bc1839d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a0372c36-0076-4680-89c0-a8c4d8639d24 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 668/1304] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:06 2026] GET /v2.0/security-groups?tenant_id=c8e4147e80964bc58444af79462154df&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:06.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-0356733a-6874-45bf-bce9-3c9ec6178dad 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] TaaS: Handle Delete Port: 428fba1d-5c12-4f4d-8426-8afc7c59d63f 2026-05-10 05:15:06.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0356733a-6874-45bf-bce9-3c9ec6178dad 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Tap Mirror: Handle Delete Port: 428fba1d-5c12-4f4d-8426-8afc7c59d63f [pid: 8|app: 0|req: 669/1305] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:06 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&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: 637/1306] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:06 2026] DELETE /v2.0/ports/428fba1d-5c12-4f4d-8426-8afc7c59d63f => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1307] 10.0.0.201 () {32 vars in 643 bytes} [Sun May 10 05:15:07 2026] GET /v2.0/ports => generated 1523 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1308] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:06 2026] DELETE /v2.0/security-groups/00e3d5db-7977-4678-91d6-dceb707ed9c9 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:07.219 7 INFO neutron.db.segments_db [None req-01a88e9e-6227-459b-b378-8d8e2bff46af 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Added segment d5efb03b-c3a3-4884-b628-8e22c7563bc2 of type geneve for network 2f6e63d0-ffec-43bc-a162-458d8d912713 2026-05-10 05:15:07.340 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0595d9ae-40eb-4db4-9980-fdbb4a45bbb8'] response: {'server_uuid': '92e274db-8e82-427a-9627-260ee4c5622d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2ad2490c-e6e5-47ea-a641-520454fc9316', 'code': 200} 2026-05-10 05:15:07.340 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0595d9ae-40eb-4db4-9980-fdbb4a45bbb8'] response: {'server_uuid': '92e274db-8e82-427a-9627-260ee4c5622d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2ad2490c-e6e5-47ea-a641-520454fc9316', 'code': 200} 2026-05-10 05:15:07.347 7 INFO neutron.db.ovn_revision_numbers_db [None req-01a88e9e-6227-459b-b378-8d8e2bff46af 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource 2f6e63d0-ffec-43bc-a162-458d8d912713 (type: networks) to 1 2026-05-10 05:15:07.520 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-01a88e9e-6227-459b-b378-8d8e2bff46af 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] No more DHCP agents 2026-05-10 05:15:07.521 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-01a88e9e-6227-459b-b378-8d8e2bff46af 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Unable to schedule network 2f6e63d0-ffec-43bc-a162-458d8d912713: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:07.586 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-816bf074-18f7-47a1-a538-a0741192b845 - - - - - -] OVN reports status down for port: e6789688-2503-47bc-bd68-bafea6036c48 2026-05-10 05:15:07.642 7 INFO neutron.db.ovn_revision_numbers_db [None req-01a88e9e-6227-459b-b378-8d8e2bff46af 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource e6789688-2503-47bc-bd68-bafea6036c48 (type: ports) to 1 [pid: 7|app: 0|req: 639/1309] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:07 2026] POST /v2.0/networks => generated 692 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:07.776 8 INFO neutron.db.segments_db [None req-e3aae17b-9e0a-4471-9d36-ba483e0312d2 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Added segment f8af3655-fd47-4b4d-beae-f39e31c1ef2a of type geneve for network 42d9c5f4-fb23-4d5f-baad-61810370a2d0 2026-05-10 05:15:07.909 8 INFO neutron.db.ovn_revision_numbers_db [None req-e3aae17b-9e0a-4471-9d36-ba483e0312d2 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource 42d9c5f4-fb23-4d5f-baad-61810370a2d0 (type: networks) to 1 2026-05-10 05:15:08.104 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e3aae17b-9e0a-4471-9d36-ba483e0312d2 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] No more DHCP agents 2026-05-10 05:15:08.105 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e3aae17b-9e0a-4471-9d36-ba483e0312d2 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Unable to schedule network 42d9c5f4-fb23-4d5f-baad-61810370a2d0: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 640/1310] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:08 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1311] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:08 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:08.185 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-816bf074-18f7-47a1-a538-a0741192b845 - - - - - -] OVN reports status down for port: d5011ff8-48d3-4c29-98fc-b41ad9d78428 2026-05-10 05:15:08.210 8 INFO neutron.db.ovn_revision_numbers_db [None req-e3aae17b-9e0a-4471-9d36-ba483e0312d2 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource d5011ff8-48d3-4c29-98fc-b41ad9d78428 (type: ports) to 1 [pid: 8|app: 0|req: 671/1312] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:07 2026] POST /v2.0/networks => generated 690 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:09.061 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-caea059a-2e5f-4ec6-a475-03b970b3b0e5 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] No more DHCP agents 2026-05-10 05:15:09.062 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-caea059a-2e5f-4ec6-a475-03b970b3b0e5 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Unable to schedule network 2f6e63d0-ffec-43bc-a162-458d8d912713: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:09.087 7 INFO neutron.db.ovn_revision_numbers_db [None req-caea059a-2e5f-4ec6-a475-03b970b3b0e5 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource 63ce060c-fd30-44ba-87b4-1a6bfd330f6f (type: subnets) to 0 2026-05-10 05:15:09.112 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-caea059a-2e5f-4ec6-a475-03b970b3b0e5 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] No more DHCP agents 2026-05-10 05:15:09.113 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-caea059a-2e5f-4ec6-a475-03b970b3b0e5 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Unable to schedule network 42d9c5f4-fb23-4d5f-baad-61810370a2d0: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:09.145 7 INFO neutron.db.ovn_revision_numbers_db [None req-caea059a-2e5f-4ec6-a475-03b970b3b0e5 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Successfully bumped revision number for resource 27ef4efc-c21a-4477-aef4-7ba0728540cc (type: subnets) to 0 [pid: 7|app: 0|req: 642/1313] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:15:08 2026] POST /v2.0/subnets => generated 1323 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1314] 10.0.0.201 () {32 vars in 647 bytes} [Sun May 10 05:15:09 2026] GET /v2.0/subnets => generated 1959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1315] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:09 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1316] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:09 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1317] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:09 2026] DELETE /v2.0/subnets/63ce060c-fd30-44ba-87b4-1a6bfd330f6f => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1318] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:09 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1319] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:09 2026] DELETE /v2.0/subnets/27ef4efc-c21a-4477-aef4-7ba0728540cc => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1320] 10.0.0.201 () {32 vars in 647 bytes} [Sun May 10 05:15:09 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:09.791 8 INFO neutron_taas.services.taas.taas_plugin [None req-d696dd20-3e21-47ad-85df-9da3a43dadce 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] TaaS: Handle Delete Port: d5011ff8-48d3-4c29-98fc-b41ad9d78428 2026-05-10 05:15:09.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d696dd20-3e21-47ad-85df-9da3a43dadce 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Tap Mirror: Handle Delete Port: d5011ff8-48d3-4c29-98fc-b41ad9d78428 2026-05-10 05:15:10.011 8 INFO neutron.services.segments.plugin [-] Segment f8af3655-fd47-4b4d-beae-f39e31c1ef2a resource provider aggregate not found 2026-05-10 05:15:10.011 8 INFO neutron.services.segments.plugin [-] Segment f8af3655-fd47-4b4d-beae-f39e31c1ef2a resource provider aggregate not found 2026-05-10 05:15:10.034 8 INFO neutron.services.segments.plugin [-] Segment f8af3655-fd47-4b4d-beae-f39e31c1ef2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8af3655-fd47-4b4d-beae-f39e31c1ef2a found for delete ", "request_id": "req-44e80b4f-9ee5-4dec-a19c-41926cbd4d6e"}]} 2026-05-10 05:15:10.044 8 INFO neutron.services.segments.plugin [-] Segment f8af3655-fd47-4b4d-beae-f39e31c1ef2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8af3655-fd47-4b4d-beae-f39e31c1ef2a found for delete ", "request_id": "req-1919c56f-f37d-41fb-b168-cf0f57818f21"}]} [pid: 8|app: 0|req: 677/1321] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:09 2026] DELETE /v2.0/networks/42d9c5f4-fb23-4d5f-baad-61810370a2d0 => generated 0 bytes in 412 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:10.149 7 INFO neutron.db.ovn_revision_numbers_db [None req-8dc2dd49-5c30-406d-9f2a-cc6fe0a4244f 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] Successfully bumped revision number for resource cca1ffd8-ac4f-41ec-9ef3-5cc2229b0453 (type: floatingips) to 1 2026-05-10 05:15:10.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-00db2804-e401-458a-a6c0-d7df9c454b6f 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] TaaS: Handle Delete Port: e6789688-2503-47bc-bd68-bafea6036c48 2026-05-10 05:15:10.207 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00db2804-e401-458a-a6c0-d7df9c454b6f 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Tap Mirror: Handle Delete Port: e6789688-2503-47bc-bd68-bafea6036c48 2026-05-10 05:15:10.253 7 INFO neutron.db.ovn_revision_numbers_db [None req-8dc2dd49-5c30-406d-9f2a-cc6fe0a4244f 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] Successfully bumped revision number for resource cca1ffd8-ac4f-41ec-9ef3-5cc2229b0453 (type: floatingips) to 2 2026-05-10 05:15:10.254 7 INFO neutron.db.l3_db [None req-8dc2dd49-5c30-406d-9f2a-cc6fe0a4244f 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] Floating IP cca1ffd8-ac4f-41ec-9ef3-5cc2229b0453 associated. External IP: 10.96.250.201, port: 2ad2490c-e6e5-47ea-a641-520454fc9316. [pid: 7|app: 0|req: 645/1322] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:15:09 2026] PUT /v2.0/floatingips/cca1ffd8-ac4f-41ec-9ef3-5cc2229b0453 => generated 855 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:10.342 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a82929a7-165e-4ea6-98ad-8c3697e7748e'] response: {'name': 'network-changed', 'server_uuid': '92e274db-8e82-427a-9627-260ee4c5622d', 'tag': '2ad2490c-e6e5-47ea-a641-520454fc9316', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 678/1323] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:10 2026] DELETE /v2.0/networks/2f6e63d0-ffec-43bc-a162-458d8d912713 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:10.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-4390a200-1a1c-45ac-bd29-f191067e2e5e 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] TaaS: Handle Delete Port: 8ab37f59-5b69-4061-9faf-0208d35b1426 2026-05-10 05:15:10.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4390a200-1a1c-45ac-bd29-f191067e2e5e 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Tap Mirror: Handle Delete Port: 8ab37f59-5b69-4061-9faf-0208d35b1426 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-10 05:15:10.608 8 WARNING neutron.db.securitygroups_db [None req-b903443d-3833-448f-9cd1-499c01492054 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:10.730 7 INFO neutron.services.segments.plugin [-] Segment 5854fa51-28f3-409b-a57b-089a1e4731fc resource provider aggregate not found 2026-05-10 05:15:10.733 7 INFO neutron.services.segments.plugin [-] Segment 5854fa51-28f3-409b-a57b-089a1e4731fc resource provider aggregate not found 2026-05-10 05:15:10.764 7 INFO neutron.services.segments.plugin [-] Segment 5854fa51-28f3-409b-a57b-089a1e4731fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5854fa51-28f3-409b-a57b-089a1e4731fc found for delete ", "request_id": "req-beda7263-73a5-4cf2-b135-6d397bb6630e"}]} 2026-05-10 05:15:10.765 7 INFO neutron.services.segments.plugin [-] Segment 5854fa51-28f3-409b-a57b-089a1e4731fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5854fa51-28f3-409b-a57b-089a1e4731fc found for delete ", "request_id": "req-d236fdca-386b-4c85-b6d0-92f6d7eefbcd"}]} [pid: 7|app: 0|req: 646/1324] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:10 2026] DELETE /v2.0/networks/138f8cfe-120c-4ccb-a94a-b9126d250a5f => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:10.814 8 INFO neutron.db.ovn_revision_numbers_db [None req-b903443d-3833-448f-9cd1-499c01492054 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a7f69eb9-1d20-4d37-bc11-4def12372923 (type: security_groups) to 1 2026-05-10 05:15:10.831 8 INFO neutron.db.ovn_revision_numbers_db [None req-b903443d-3833-448f-9cd1-499c01492054 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4141e3bc-f1ba-47d9-a0c8-5bb6f0cf0cf0 (type: security_group_rules) to 0 2026-05-10 05:15:10.847 8 INFO neutron.db.ovn_revision_numbers_db [None req-b903443d-3833-448f-9cd1-499c01492054 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5d7652bf-bd2c-4343-ab08-81723a9d8059 (type: security_group_rules) to 0 2026-05-10 05:15:10.858 8 INFO neutron.db.ovn_revision_numbers_db [None req-b903443d-3833-448f-9cd1-499c01492054 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6323c652-52e4-4641-bab6-4e8b5e2d69a0 (type: security_group_rules) to 0 2026-05-10 05:15:10.871 8 INFO neutron.db.ovn_revision_numbers_db [None req-b903443d-3833-448f-9cd1-499c01492054 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6cdc18e2-2f7d-4c92-b790-f8ab59ea7249 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 679/1325] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:10 2026] GET /v2.0/security-groups?tenant_id=f18e1263ddf940dbaa186b3a1d1411e1&name=default => generated 2925 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:10.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c3a9a65-6a71-46ed-be3b-77775049a3d2 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] TaaS: Handle Delete Port: 848df87c-a798-496e-8f7d-3e5391b296b0 2026-05-10 05:15:10.929 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c3a9a65-6a71-46ed-be3b-77775049a3d2 3de176a77fe14a61a7071b4fd07ab8c1 8ac7c1f96d90401b935a359cf3e2f6de - - default default] Tap Mirror: Handle Delete Port: 848df87c-a798-496e-8f7d-3e5391b296b0 [pid: 8|app: 0|req: 680/1326] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:15:10 2026] GET /v2.0/ports?tenant_id=7eba1fe270cb4c3bacdc74e142a16e8d&device_id=92e274db-8e82-427a-9627-260ee4c5622d => 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: 681/1327] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:10 2026] DELETE /v2.0/security-groups/a7f69eb9-1d20-4d37-bc11-4def12372923 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1328] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:10 2026] DELETE /v2.0/networks/32a64de9-33cb-4679-b6ee-3791d140d505 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1329] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:15:11 2026] GET /v2.0/networks?id=2df0b12e-da6d-4cc2-9816-0461a180bca4 => generated 813 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1330] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:15:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=2ad2490c-e6e5-47ea-a641-520454fc9316 => generated 860 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1331] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:15:11 2026] GET /v2.0/subnets?id=13355018-84f8-42f1-9e2c-9c67c5505351 => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1332] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:15:11 2026] GET /v2.0/ports?network_id=2df0b12e-da6d-4cc2-9816-0461a180bca4&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: 684/1333] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:15:11 2026] GET /v2.0/networks/2df0b12e-da6d-4cc2-9816-0461a180bca4?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: 650/1334] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:15:11 2026] GET /v2.0/networks/2df0b12e-da6d-4cc2-9816-0461a180bca4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:11.839 8 WARNING neutron.db.securitygroups_db [None req-b14e1c51-b800-4499-aeaa-19c5349bbeb1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 685/1335] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:11 2026] GET /v2.0/security-groups?tenant_id=8ac7c1f96d90401b935a359cf3e2f6de&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1336] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:11 2026] DELETE /v2.0/security-groups/f09b532c-93c9-4e99-a7ec-e2b1bfd2700a => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:12.051 8 INFO neutron.services.segments.plugin [-] Segment d5efb03b-c3a3-4884-b628-8e22c7563bc2 resource provider aggregate not found 2026-05-10 05:15:12.059 8 WARNING neutron.db.securitygroups_db [None req-35413d17-84dd-4173-a0a8-48649e4278ab ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:12.062 8 INFO neutron.services.segments.plugin [-] Segment d5efb03b-c3a3-4884-b628-8e22c7563bc2 resource provider aggregate not found 2026-05-10 05:15:12.066 8 INFO neutron.services.segments.plugin [-] Segment d5efb03b-c3a3-4884-b628-8e22c7563bc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5efb03b-c3a3-4884-b628-8e22c7563bc2 found for delete ", "request_id": "req-2fb454a4-66b1-4aa7-8954-b8323f977073"}]} 2026-05-10 05:15:12.078 8 INFO neutron.services.segments.plugin [-] Segment d5efb03b-c3a3-4884-b628-8e22c7563bc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5efb03b-c3a3-4884-b628-8e22c7563bc2 found for delete ", "request_id": "req-3da52916-84b3-4712-92ac-feb912a47cc1"}]} 2026-05-10 05:15:12.192 8 INFO neutron.db.ovn_revision_numbers_db [None req-35413d17-84dd-4173-a0a8-48649e4278ab ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource de8268c5-4d7f-49dd-9723-14d3748f39f5 (type: security_groups) to 1 2026-05-10 05:15:12.212 8 INFO neutron.db.ovn_revision_numbers_db [None req-35413d17-84dd-4173-a0a8-48649e4278ab ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 136d86a0-01a8-45e3-8073-7ed300a8dc19 (type: security_group_rules) to 0 2026-05-10 05:15:12.225 8 INFO neutron.db.ovn_revision_numbers_db [None req-35413d17-84dd-4173-a0a8-48649e4278ab ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1948019d-d569-44ba-b966-1a7546359e09 (type: security_group_rules) to 0 2026-05-10 05:15:12.237 8 INFO neutron.db.ovn_revision_numbers_db [None req-35413d17-84dd-4173-a0a8-48649e4278ab ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b6d85047-977a-4bc0-800d-f86cc7f61f36 (type: security_group_rules) to 0 2026-05-10 05:15:12.250 8 INFO neutron.db.ovn_revision_numbers_db [None req-35413d17-84dd-4173-a0a8-48649e4278ab ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource de1cb85b-1a8f-41a4-8d0a-0f6e5f20eda1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 686/1337] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:11 2026] GET /v2.0/security-groups?tenant_id=5d0d05bf936d4036925826fef4cb127c&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1338] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:12 2026] DELETE /v2.0/security-groups/de8268c5-4d7f-49dd-9723-14d3748f39f5 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:12.565 8 WARNING neutron.db.securitygroups_db [None req-b8d24c98-d64c-42f0-831e-6a2af0cd62f0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:12.688 8 INFO neutron.db.ovn_revision_numbers_db [None req-b8d24c98-d64c-42f0-831e-6a2af0cd62f0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e2bbc2ae-68a1-4643-9db0-1391b38f2d1b (type: security_groups) to 1 2026-05-10 05:15:12.698 8 INFO neutron.db.ovn_revision_numbers_db [None req-b8d24c98-d64c-42f0-831e-6a2af0cd62f0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3ded69ff-9aa3-4960-a425-8a5e16261631 (type: security_group_rules) to 0 2026-05-10 05:15:12.709 8 INFO neutron.db.ovn_revision_numbers_db [None req-b8d24c98-d64c-42f0-831e-6a2af0cd62f0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 623559eb-3cea-4227-8f7a-0cd384f0f6d4 (type: security_group_rules) to 0 2026-05-10 05:15:12.721 8 INFO neutron.db.ovn_revision_numbers_db [None req-b8d24c98-d64c-42f0-831e-6a2af0cd62f0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9863a43a-3be2-40d4-af13-c4aa2e2c0613 (type: security_group_rules) to 0 2026-05-10 05:15:12.732 8 INFO neutron.db.ovn_revision_numbers_db [None req-b8d24c98-d64c-42f0-831e-6a2af0cd62f0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ee796c1a-1f2f-472e-b345-405852ccdec8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 687/1339] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:12 2026] GET /v2.0/security-groups?tenant_id=bcd9950017d84b26bfcaa891811347d3&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:12.780 7 INFO neutron.services.segments.plugin [-] Segment ff60ab50-87e3-46e2-9434-753ff09cbf55 resource provider aggregate not found 2026-05-10 05:15:12.791 7 INFO neutron.services.segments.plugin [-] Segment ff60ab50-87e3-46e2-9434-753ff09cbf55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff60ab50-87e3-46e2-9434-753ff09cbf55 found for delete ", "request_id": "req-6148e5d3-4b6c-48d4-9b63-bd95abb5553b"}]} 2026-05-10 05:15:12.796 7 INFO neutron.services.segments.plugin [-] Segment ff60ab50-87e3-46e2-9434-753ff09cbf55 resource provider aggregate not found 2026-05-10 05:15:12.813 7 INFO neutron.services.segments.plugin [-] Segment ff60ab50-87e3-46e2-9434-753ff09cbf55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff60ab50-87e3-46e2-9434-753ff09cbf55 found for delete ", "request_id": "req-7f13b692-ac1c-4b2b-9296-4b3b9437b10f"}]} [pid: 7|app: 0|req: 653/1340] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:12 2026] DELETE /v2.0/security-groups/e2bbc2ae-68a1-4643-9db0-1391b38f2d1b => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:13.331 8 WARNING neutron.db.securitygroups_db [None req-b7de5032-de93-463c-aa94-a4cd995d4c99 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:13.447 8 INFO neutron.db.ovn_revision_numbers_db [None req-b7de5032-de93-463c-aa94-a4cd995d4c99 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a779b475-8ad5-4487-9bc5-0313ec1b8702 (type: security_groups) to 1 2026-05-10 05:15:13.457 8 INFO neutron.db.ovn_revision_numbers_db [None req-b7de5032-de93-463c-aa94-a4cd995d4c99 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 23a8b958-6b6e-43d8-8052-a59e35dcff80 (type: security_group_rules) to 0 2026-05-10 05:15:13.468 8 INFO neutron.db.ovn_revision_numbers_db [None req-b7de5032-de93-463c-aa94-a4cd995d4c99 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 33d5ff9e-cd4d-47fa-b482-cac55c90c5ac (type: security_group_rules) to 0 2026-05-10 05:15:13.478 8 INFO neutron.db.ovn_revision_numbers_db [None req-b7de5032-de93-463c-aa94-a4cd995d4c99 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 45c8c78a-4965-4bb3-beb7-7e66be760879 (type: security_group_rules) to 0 2026-05-10 05:15:13.488 8 INFO neutron.db.ovn_revision_numbers_db [None req-b7de5032-de93-463c-aa94-a4cd995d4c99 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e2e01442-3f1f-45b6-a980-e8097691012a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 688/1341] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:13 2026] GET /v2.0/security-groups?tenant_id=c8baf9b51d9e436aaa3e0b1936d29123&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1342] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:13 2026] DELETE /v2.0/security-groups/a779b475-8ad5-4487-9bc5-0313ec1b8702 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:14.150 8 INFO neutron.db.ovn_revision_numbers_db [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource cf4363fc-1369-4d8d-8fb3-5f5fb73c1824 (type: security_groups) to 1 2026-05-10 05:15:14.162 8 INFO neutron.db.ovn_revision_numbers_db [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 2af9e7d7-0653-4ba0-a06b-a5060048fc7b (type: security_group_rules) to 0 2026-05-10 05:15:14.174 8 INFO neutron.db.ovn_revision_numbers_db [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 755e6271-02f6-43f8-bd50-7861ec5b7cf1 (type: security_group_rules) to 0 2026-05-10 05:15:14.186 8 INFO neutron.db.ovn_revision_numbers_db [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 7f34e82a-b335-4840-91e5-3043353625a6 (type: security_group_rules) to 0 2026-05-10 05:15:14.198 8 INFO neutron.db.ovn_revision_numbers_db [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource ea1a7924-6e9a-49df-aa45-104cfa88c83f (type: security_group_rules) to 0 2026-05-10 05:15:14.291 8 INFO neutron.db.segments_db [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Added segment 38e2b936-68b2-40a1-b801-0e5514c41af8 of type geneve for network 0d10ad02-0b4f-4dae-bd3f-f2440b162a09 2026-05-10 05:15:14.379 8 INFO neutron.db.segments_db [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Added segment be31aa07-2a97-4b3a-8bfa-ef5f98d82be5 of type geneve for network 786bee97-007f-4b8d-9fe0-ae207a2f532c 2026-05-10 05:15:14.510 8 INFO neutron.db.ovn_revision_numbers_db [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 0d10ad02-0b4f-4dae-bd3f-f2440b162a09 (type: networks) to 1 2026-05-10 05:15:14.695 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] No more DHCP agents 2026-05-10 05:15:14.696 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Unable to schedule network 0d10ad02-0b4f-4dae-bd3f-f2440b162a09: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:14.759 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: f898d519-a6c3-4f57-90f9-2562eba1a786 2026-05-10 05:15:14.817 8 INFO neutron.db.ovn_revision_numbers_db [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource f898d519-a6c3-4f57-90f9-2562eba1a786 (type: ports) to 1 2026-05-10 05:15:14.906 8 INFO neutron.db.ovn_revision_numbers_db [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 786bee97-007f-4b8d-9fe0-ae207a2f532c (type: networks) to 1 2026-05-10 05:15:15.037 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] No more DHCP agents 2026-05-10 05:15:15.038 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Unable to schedule network 786bee97-007f-4b8d-9fe0-ae207a2f532c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:15.078 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: 779c2729-26d5-432f-a173-4583ca220db6 2026-05-10 05:15:15.120 8 INFO neutron.db.ovn_revision_numbers_db [None req-dded9b6a-3ff3-40bb-85cb-b33e30c15bb3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 779c2729-26d5-432f-a173-4583ca220db6 (type: ports) to 1 [pid: 8|app: 0|req: 689/1345] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:13 2026] POST /v2.0/networks => generated 1321 bytes in 1377 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1346] 10.0.0.201 () {32 vars in 649 bytes} [Sun May 10 05:15:15 2026] GET /v2.0/networks => generated 1970 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:15.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4ef61fc-36b9-4fb3-bb16-3f8afac2d789 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] TaaS: Handle Delete Port: f898d519-a6c3-4f57-90f9-2562eba1a786 2026-05-10 05:15:15.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4ef61fc-36b9-4fb3-bb16-3f8afac2d789 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Tap Mirror: Handle Delete Port: f898d519-a6c3-4f57-90f9-2562eba1a786 2026-05-10 05:15:15.472 8 INFO neutron.services.segments.plugin [-] Segment 38e2b936-68b2-40a1-b801-0e5514c41af8 resource provider aggregate not found 2026-05-10 05:15:15.476 8 INFO neutron.services.segments.plugin [-] Segment 38e2b936-68b2-40a1-b801-0e5514c41af8 resource provider aggregate not found 2026-05-10 05:15:15.491 8 INFO neutron.services.segments.plugin [-] Segment 38e2b936-68b2-40a1-b801-0e5514c41af8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38e2b936-68b2-40a1-b801-0e5514c41af8 found for delete ", "request_id": "req-65ac3a46-4c4b-475b-93da-c52dc11c41bf"}]} 2026-05-10 05:15:15.499 8 INFO neutron.services.segments.plugin [-] Segment 38e2b936-68b2-40a1-b801-0e5514c41af8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38e2b936-68b2-40a1-b801-0e5514c41af8 found for delete ", "request_id": "req-9451d1b6-7b23-42b7-a150-839cdf99ea03"}]} [pid: 8|app: 0|req: 690/1347] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:15 2026] DELETE /v2.0/networks/0d10ad02-0b4f-4dae-bd3f-f2440b162a09 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:15.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1f1435c-db0b-422b-ba65-ac275df2eebf 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] TaaS: Handle Delete Port: 779c2729-26d5-432f-a173-4583ca220db6 2026-05-10 05:15:15.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1f1435c-db0b-422b-ba65-ac275df2eebf 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Tap Mirror: Handle Delete Port: 779c2729-26d5-432f-a173-4583ca220db6 2026-05-10 05:15:15.813 7 INFO neutron.services.segments.plugin [-] Segment be31aa07-2a97-4b3a-8bfa-ef5f98d82be5 resource provider aggregate not found 2026-05-10 05:15:15.820 7 INFO neutron.services.segments.plugin [-] Segment be31aa07-2a97-4b3a-8bfa-ef5f98d82be5 resource provider aggregate not found 2026-05-10 05:15:15.833 7 INFO neutron.services.segments.plugin [-] Segment be31aa07-2a97-4b3a-8bfa-ef5f98d82be5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be31aa07-2a97-4b3a-8bfa-ef5f98d82be5 found for delete ", "request_id": "req-9786f0eb-6084-4c4b-8e41-4faf99ef84ba"}]} 2026-05-10 05:15:15.838 7 INFO neutron.services.segments.plugin [-] Segment be31aa07-2a97-4b3a-8bfa-ef5f98d82be5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be31aa07-2a97-4b3a-8bfa-ef5f98d82be5 found for delete ", "request_id": "req-71e25161-6bcc-471d-b63c-161c7f367e95"}]} [pid: 7|app: 0|req: 658/1348] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:15 2026] DELETE /v2.0/networks/786bee97-007f-4b8d-9fe0-ae207a2f532c => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1349] 10.0.0.201 () {32 vars in 649 bytes} [Sun May 10 05:15:15 2026] GET /v2.0/networks => generated 689 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:16.000 7 INFO neutron.db.segments_db [None req-fc4067be-729a-4c27-86cf-09ed295dd841 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Added segment aa9e5a83-b53c-4b65-954f-e38d6a1ef7ed of type geneve for network 09d2ed08-a807-4f49-89b0-d53b9739d6a3 2026-05-10 05:15:16.113 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc4067be-729a-4c27-86cf-09ed295dd841 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 09d2ed08-a807-4f49-89b0-d53b9739d6a3 (type: networks) to 1 2026-05-10 05:15:16.251 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fc4067be-729a-4c27-86cf-09ed295dd841 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] No more DHCP agents 2026-05-10 05:15:16.252 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fc4067be-729a-4c27-86cf-09ed295dd841 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Unable to schedule network 09d2ed08-a807-4f49-89b0-d53b9739d6a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:16.302 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-816bf074-18f7-47a1-a538-a0741192b845 - - - - - -] OVN reports status down for port: 2d0eae5c-779a-43bf-8d91-380e811bade1 2026-05-10 05:15:16.352 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc4067be-729a-4c27-86cf-09ed295dd841 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 2d0eae5c-779a-43bf-8d91-380e811bade1 (type: ports) to 1 [pid: 7|app: 0|req: 659/1350] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:15 2026] POST /v2.0/networks => generated 687 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:16.477 8 INFO neutron.db.segments_db [None req-e329e73c-1e99-436f-8dea-d395b26349ed 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Added segment 8f11a025-66c0-46cc-8546-104f634af8d3 of type geneve for network 666ace2a-6902-4268-8049-c1c434be9f73 2026-05-10 05:15:16.596 8 INFO neutron.db.ovn_revision_numbers_db [None req-e329e73c-1e99-436f-8dea-d395b26349ed 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 666ace2a-6902-4268-8049-c1c434be9f73 (type: networks) to 1 2026-05-10 05:15:16.768 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e329e73c-1e99-436f-8dea-d395b26349ed 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] No more DHCP agents 2026-05-10 05:15:16.769 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e329e73c-1e99-436f-8dea-d395b26349ed 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Unable to schedule network 666ace2a-6902-4268-8049-c1c434be9f73: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:16.823 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-816bf074-18f7-47a1-a538-a0741192b845 - - - - - -] OVN reports status down for port: 82256295-ec5a-4fb7-9422-4dd30a032ed1 2026-05-10 05:15:16.848 8 INFO neutron.db.ovn_revision_numbers_db [None req-e329e73c-1e99-436f-8dea-d395b26349ed 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 82256295-ec5a-4fb7-9422-4dd30a032ed1 (type: ports) to 1 [pid: 8|app: 0|req: 692/1351] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:16 2026] POST /v2.0/networks => generated 687 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:17.246 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1c237d16-190f-4c67-ab0f-b840da1dc10c 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] No more DHCP agents 2026-05-10 05:15:17.247 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1c237d16-190f-4c67-ab0f-b840da1dc10c 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Unable to schedule network 09d2ed08-a807-4f49-89b0-d53b9739d6a3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:17.320 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: 097ad8ae-4e53-425b-989c-ac89795e4b7c 2026-05-10 05:15:17.330 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c237d16-190f-4c67-ab0f-b840da1dc10c 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 097ad8ae-4e53-425b-989c-ac89795e4b7c (type: ports) to 1 2026-05-10 05:15:17.374 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1c237d16-190f-4c67-ab0f-b840da1dc10c 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] No more DHCP agents 2026-05-10 05:15:17.375 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1c237d16-190f-4c67-ab0f-b840da1dc10c 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Unable to schedule network 666ace2a-6902-4268-8049-c1c434be9f73: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:17.439 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-816bf074-18f7-47a1-a538-a0741192b845 - - - - - -] OVN reports status down for port: 7e9ecab0-6a28-4c0d-9cc7-7998a2ed87de 2026-05-10 05:15:17.501 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c237d16-190f-4c67-ab0f-b840da1dc10c 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 7e9ecab0-6a28-4c0d-9cc7-7998a2ed87de (type: ports) to 1 [pid: 7|app: 0|req: 660/1352] 10.0.0.201 () {34 vars in 665 bytes} [Sun May 10 05:15:16 2026] POST /v2.0/ports => generated 1505 bytes in 742 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1353] 10.0.0.201 () {32 vars in 643 bytes} [Sun May 10 05:15:17 2026] GET /v2.0/ports => generated 3017 bytes in 101 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-10 05:15:17.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc8702d4-0dc0-46e3-ba4c-6fd29298f8ab 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] TaaS: Handle Delete Port: 097ad8ae-4e53-425b-989c-ac89795e4b7c 2026-05-10 05:15:17.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc8702d4-0dc0-46e3-ba4c-6fd29298f8ab 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Tap Mirror: Handle Delete Port: 097ad8ae-4e53-425b-989c-ac89795e4b7c [pid: 7|app: 0|req: 661/1354] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:17 2026] DELETE /v2.0/ports/097ad8ae-4e53-425b-989c-ac89795e4b7c => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:18.065 8 INFO neutron_taas.services.taas.taas_plugin [None req-2091088f-d497-42a6-b05c-5e4ca79fe8be 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] TaaS: Handle Delete Port: 7e9ecab0-6a28-4c0d-9cc7-7998a2ed87de 2026-05-10 05:15:18.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2091088f-d497-42a6-b05c-5e4ca79fe8be 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Tap Mirror: Handle Delete Port: 7e9ecab0-6a28-4c0d-9cc7-7998a2ed87de [pid: 8|app: 0|req: 694/1355] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:17 2026] DELETE /v2.0/ports/7e9ecab0-6a28-4c0d-9cc7-7998a2ed87de => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1356] 10.0.0.201 () {32 vars in 643 bytes} [Sun May 10 05:15:18 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) 2026-05-10 05:15:18.312 8 INFO neutron.db.segments_db [None req-34cdf079-28d3-4132-b834-74947bdc3263 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Added segment 692636f0-8817-4252-88d7-f362370bfbf2 of type geneve for network 660442d2-47a6-4de3-b6b1-2f938431c7c4 2026-05-10 05:15:18.425 8 INFO neutron.db.ovn_revision_numbers_db [None req-34cdf079-28d3-4132-b834-74947bdc3263 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 660442d2-47a6-4de3-b6b1-2f938431c7c4 (type: networks) to 1 2026-05-10 05:15:18.590 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-34cdf079-28d3-4132-b834-74947bdc3263 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] No more DHCP agents 2026-05-10 05:15:18.592 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-34cdf079-28d3-4132-b834-74947bdc3263 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Unable to schedule network 660442d2-47a6-4de3-b6b1-2f938431c7c4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:18.613 7 WARNING neutron.db.securitygroups_db [None req-8cbc98e1-8ef8-4a3b-80a0-f27fd8d57e32 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:18.659 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: f193593e-b341-40ec-963c-72371c94c985 2026-05-10 05:15:18.726 8 INFO neutron.db.ovn_revision_numbers_db [None req-34cdf079-28d3-4132-b834-74947bdc3263 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource f193593e-b341-40ec-963c-72371c94c985 (type: ports) to 1 2026-05-10 05:15:18.751 7 INFO neutron.db.ovn_revision_numbers_db [None req-8cbc98e1-8ef8-4a3b-80a0-f27fd8d57e32 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8dbc62c4-0622-4924-9542-828953baf21d (type: security_groups) to 1 2026-05-10 05:15:18.762 7 INFO neutron.db.ovn_revision_numbers_db [None req-8cbc98e1-8ef8-4a3b-80a0-f27fd8d57e32 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2aa6e28e-4637-424d-97d8-aa4c7dd7ddd4 (type: security_group_rules) to 0 2026-05-10 05:15:18.775 7 INFO neutron.db.ovn_revision_numbers_db [None req-8cbc98e1-8ef8-4a3b-80a0-f27fd8d57e32 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 41b54540-7286-4200-8593-0e916248faad (type: security_group_rules) to 0 2026-05-10 05:15:18.786 7 INFO neutron.db.ovn_revision_numbers_db [None req-8cbc98e1-8ef8-4a3b-80a0-f27fd8d57e32 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource aeb42aa2-84d0-4511-b018-ff08924271ed (type: security_group_rules) to 0 2026-05-10 05:15:18.795 7 INFO neutron.db.ovn_revision_numbers_db [None req-8cbc98e1-8ef8-4a3b-80a0-f27fd8d57e32 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ea2e03e0-d1bd-4fdf-a6c6-7c6103d7b7c9 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 695/1357] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:18 2026] POST /v2.0/networks => generated 687 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1358] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:18 2026] GET /v2.0/security-groups?tenant_id=d8b086f50ed74daa97bc04567df7af4f&name=default => generated 2925 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:18.910 8 INFO neutron.db.segments_db [None req-c3abfcad-acd6-48b7-96d2-8a13f4c2f0fc 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Added segment 72535d85-9270-466d-a382-0430608c2da6 of type geneve for network 8788b187-ae4a-4ce9-8d5f-a80c78620770 [pid: 7|app: 0|req: 664/1359] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:18 2026] DELETE /v2.0/security-groups/8dbc62c4-0622-4924-9542-828953baf21d => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:19.044 8 INFO neutron.db.ovn_revision_numbers_db [None req-c3abfcad-acd6-48b7-96d2-8a13f4c2f0fc 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 8788b187-ae4a-4ce9-8d5f-a80c78620770 (type: networks) to 1 2026-05-10 05:15:19.105 7 WARNING neutron.db.securitygroups_db [None req-34d7312c-aa6a-47bb-bb60-fd173bf09347 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:19.203 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c3abfcad-acd6-48b7-96d2-8a13f4c2f0fc 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] No more DHCP agents 2026-05-10 05:15:19.206 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c3abfcad-acd6-48b7-96d2-8a13f4c2f0fc 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Unable to schedule network 8788b187-ae4a-4ce9-8d5f-a80c78620770: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:19.230 7 INFO neutron.db.ovn_revision_numbers_db [None req-34d7312c-aa6a-47bb-bb60-fd173bf09347 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 25900f93-09d2-4b99-98ac-f9b03bc0f5f9 (type: security_groups) to 1 2026-05-10 05:15:19.241 7 INFO neutron.db.ovn_revision_numbers_db [None req-34d7312c-aa6a-47bb-bb60-fd173bf09347 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 076e9ac0-e93e-462c-8a4d-b69b58fbcc52 (type: security_group_rules) to 0 2026-05-10 05:15:19.273 7 INFO neutron.db.ovn_revision_numbers_db [None req-34d7312c-aa6a-47bb-bb60-fd173bf09347 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0d8955b1-1fc3-4846-aefd-5d08aef8ba10 (type: security_group_rules) to 0 2026-05-10 05:15:19.296 7 INFO neutron.db.ovn_revision_numbers_db [None req-34d7312c-aa6a-47bb-bb60-fd173bf09347 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2835fe89-6dde-49c7-8d7b-a0fce9d3c727 (type: security_group_rules) to 0 2026-05-10 05:15:19.300 8 INFO neutron.db.ovn_revision_numbers_db [None req-c3abfcad-acd6-48b7-96d2-8a13f4c2f0fc 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 589e4e3b-070c-497f-9368-4d590b8f84b7 (type: ports) to 1 2026-05-10 05:15:19.302 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-816bf074-18f7-47a1-a538-a0741192b845 - - - - - -] OVN reports status down for port: 589e4e3b-070c-497f-9368-4d590b8f84b7 [pid: 8|app: 0|req: 696/1360] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:18 2026] POST /v2.0/networks => generated 688 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:19.334 7 INFO neutron.db.ovn_revision_numbers_db [None req-34d7312c-aa6a-47bb-bb60-fd173bf09347 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource cc73d549-cc22-4495-a59d-645d8ec60dba (type: security_group_rules) to 0 [pid: 7|app: 0|req: 665/1361] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:19 2026] GET /v2.0/security-groups?tenant_id=f027b7337e12481c83244c036b853632&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: 666/1362] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:19 2026] DELETE /v2.0/security-groups/25900f93-09d2-4b99-98ac-f9b03bc0f5f9 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:19.661 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cfe1f03b-bf04-46b7-afb4-143545333c06 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] No more DHCP agents 2026-05-10 05:15:19.662 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cfe1f03b-bf04-46b7-afb4-143545333c06 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Unable to schedule network 660442d2-47a6-4de3-b6b1-2f938431c7c4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:20.090 8 INFO neutron.db.ovn_revision_numbers_db [None req-cfe1f03b-bf04-46b7-afb4-143545333c06 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource f193593e-b341-40ec-963c-72371c94c985 (type: ports) to 2 2026-05-10 05:15:20.120 8 INFO neutron.db.ovn_revision_numbers_db [None req-cfe1f03b-bf04-46b7-afb4-143545333c06 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource b3dc5140-8c2e-404f-9979-87755f6f5d44 (type: subnets) to 0 2026-05-10 05:15:20.146 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cfe1f03b-bf04-46b7-afb4-143545333c06 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] No more DHCP agents 2026-05-10 05:15:20.147 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cfe1f03b-bf04-46b7-afb4-143545333c06 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Unable to schedule network 8788b187-ae4a-4ce9-8d5f-a80c78620770: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 667/1363] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 05:15:20 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 1232 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1364] 10.0.0.223 () {34 vars in 1040 bytes} [Sun May 10 05:15:20 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&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-10 05:15:20.527 8 INFO neutron.db.ovn_revision_numbers_db [None req-cfe1f03b-bf04-46b7-afb4-143545333c06 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 589e4e3b-070c-497f-9368-4d590b8f84b7 (type: ports) to 2 2026-05-10 05:15:20.558 8 INFO neutron.db.ovn_revision_numbers_db [None req-cfe1f03b-bf04-46b7-afb4-143545333c06 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Successfully bumped revision number for resource 965d50f6-f91d-44fa-9cd1-9398badf89af (type: subnets) to 0 [pid: 8|app: 0|req: 697/1365] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:15:19 2026] POST /v2.0/subnets => generated 1274 bytes in 1231 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1366] 10.0.0.201 () {32 vars in 647 bytes} [Sun May 10 05:15:20 2026] GET /v2.0/subnets => generated 1910 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1367] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:20 2026] DELETE /v2.0/subnets/b3dc5140-8c2e-404f-9979-87755f6f5d44 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1368] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:20 2026] DELETE /v2.0/subnets/965d50f6-f91d-44fa-9cd1-9398badf89af => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1369] 10.0.0.201 () {32 vars in 647 bytes} [Sun May 10 05:15:20 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:21.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c2eeef0-e1b9-4b28-bfa6-2e3600f728d3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] TaaS: Handle Delete Port: 589e4e3b-070c-497f-9368-4d590b8f84b7 2026-05-10 05:15:21.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c2eeef0-e1b9-4b28-bfa6-2e3600f728d3 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Tap Mirror: Handle Delete Port: 589e4e3b-070c-497f-9368-4d590b8f84b7 2026-05-10 05:15:21.337 7 INFO neutron.services.segments.plugin [-] Segment 72535d85-9270-466d-a382-0430608c2da6 resource provider aggregate not found 2026-05-10 05:15:21.343 7 INFO neutron.services.segments.plugin [-] Segment 72535d85-9270-466d-a382-0430608c2da6 resource provider aggregate not found 2026-05-10 05:15:21.359 7 INFO neutron.services.segments.plugin [-] Segment 72535d85-9270-466d-a382-0430608c2da6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72535d85-9270-466d-a382-0430608c2da6 found for delete ", "request_id": "req-e6bfbf39-7cae-4599-b356-afa859a25314"}]} 2026-05-10 05:15:21.360 7 INFO neutron.services.segments.plugin [-] Segment 72535d85-9270-466d-a382-0430608c2da6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72535d85-9270-466d-a382-0430608c2da6 found for delete ", "request_id": "req-9977480e-9038-4e20-b9bd-98b336415627"}]} [pid: 7|app: 0|req: 671/1370] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:21 2026] DELETE /v2.0/networks/8788b187-ae4a-4ce9-8d5f-a80c78620770 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:21.490 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7ab7c17-9d68-4aac-a93d-6a0232a83f12 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] TaaS: Handle Delete Port: f193593e-b341-40ec-963c-72371c94c985 2026-05-10 05:15:21.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7ab7c17-9d68-4aac-a93d-6a0232a83f12 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Tap Mirror: Handle Delete Port: f193593e-b341-40ec-963c-72371c94c985 2026-05-10 05:15:21.670 8 INFO neutron.services.segments.plugin [-] Segment 692636f0-8817-4252-88d7-f362370bfbf2 resource provider aggregate not found 2026-05-10 05:15:21.675 8 INFO neutron.services.segments.plugin [-] Segment 692636f0-8817-4252-88d7-f362370bfbf2 resource provider aggregate not found 2026-05-10 05:15:21.687 8 INFO neutron.services.segments.plugin [-] Segment 692636f0-8817-4252-88d7-f362370bfbf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 692636f0-8817-4252-88d7-f362370bfbf2 found for delete ", "request_id": "req-30fb0def-d767-4524-aa01-a35443f32a4f"}]} 2026-05-10 05:15:21.696 8 INFO neutron.services.segments.plugin [-] Segment 692636f0-8817-4252-88d7-f362370bfbf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 692636f0-8817-4252-88d7-f362370bfbf2 found for delete ", "request_id": "req-cf9dd249-2057-4476-a3dd-63f347bc1be3"}]} [pid: 8|app: 0|req: 700/1371] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:21 2026] DELETE /v2.0/networks/660442d2-47a6-4de3-b6b1-2f938431c7c4 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:21.852 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc4a5fd8-1124-4661-9361-f0e84d23d967 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] TaaS: Handle Delete Port: 82256295-ec5a-4fb7-9422-4dd30a032ed1 2026-05-10 05:15:21.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc4a5fd8-1124-4661-9361-f0e84d23d967 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Tap Mirror: Handle Delete Port: 82256295-ec5a-4fb7-9422-4dd30a032ed1 2026-05-10 05:15:21.891 8 WARNING neutron.db.securitygroups_db [None req-df1caadd-3e16-4a6c-9340-a477206ac31f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:22.046 8 INFO neutron.db.ovn_revision_numbers_db [None req-df1caadd-3e16-4a6c-9340-a477206ac31f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9caa4517-0796-480e-8d5f-21042b8d4116 (type: security_groups) to 1 2026-05-10 05:15:22.062 8 INFO neutron.db.ovn_revision_numbers_db [None req-df1caadd-3e16-4a6c-9340-a477206ac31f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1c622580-705b-4e67-bece-99ea7997c698 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 672/1372] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:21 2026] DELETE /v2.0/networks/666ace2a-6902-4268-8049-c1c434be9f73 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:22.076 8 INFO neutron.db.ovn_revision_numbers_db [None req-df1caadd-3e16-4a6c-9340-a477206ac31f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 39d61005-15e2-48c9-b226-c055a1a7153f (type: security_group_rules) to 0 2026-05-10 05:15:22.088 8 INFO neutron.db.ovn_revision_numbers_db [None req-df1caadd-3e16-4a6c-9340-a477206ac31f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f0deddf9-0bb8-455d-8d2b-07ccbc72acfc (type: security_group_rules) to 0 2026-05-10 05:15:22.101 8 INFO neutron.db.ovn_revision_numbers_db [None req-df1caadd-3e16-4a6c-9340-a477206ac31f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f7d5eb68-248a-4978-afd3-73bf2cd38d2b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 701/1373] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:21 2026] GET /v2.0/security-groups?tenant_id=de4917c3107241b48fb26785996e8e48&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:22.198 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ae15422-ee0d-4aa1-aa3c-aea3ce791d15 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] TaaS: Handle Delete Port: 2d0eae5c-779a-43bf-8d91-380e811bade1 2026-05-10 05:15:22.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ae15422-ee0d-4aa1-aa3c-aea3ce791d15 00301c027b3b4ff7a10c06801c5d3833 0587b889835443b1a5d9f4dab2924ccf - - default default] Tap Mirror: Handle Delete Port: 2d0eae5c-779a-43bf-8d91-380e811bade1 [pid: 8|app: 0|req: 702/1374] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:22 2026] DELETE /v2.0/security-groups/9caa4517-0796-480e-8d5f-21042b8d4116 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1375] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:22 2026] DELETE /v2.0/networks/09d2ed08-a807-4f49-89b0-d53b9739d6a3 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:22.905 8 WARNING neutron.db.securitygroups_db [None req-a5112b22-3bb4-4d40-a6a7-cd9cbedf9692 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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/1376] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:22 2026] GET /v2.0/security-groups?tenant_id=0587b889835443b1a5d9f4dab2924ccf&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1377] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:22 2026] DELETE /v2.0/security-groups/cf4363fc-1369-4d8d-8fb3-5f5fb73c1824 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:23.392 7 INFO neutron.services.segments.plugin [-] Segment 8f11a025-66c0-46cc-8546-104f634af8d3 resource provider aggregate not found 2026-05-10 05:15:23.398 7 INFO neutron.services.segments.plugin [-] Segment 8f11a025-66c0-46cc-8546-104f634af8d3 resource provider aggregate not found 2026-05-10 05:15:23.415 7 INFO neutron.services.segments.plugin [-] Segment 8f11a025-66c0-46cc-8546-104f634af8d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f11a025-66c0-46cc-8546-104f634af8d3 found for delete ", "request_id": "req-4d41edd6-8168-4a94-bc78-05723250cbdf"}]} 2026-05-10 05:15:23.418 7 INFO neutron.services.segments.plugin [-] Segment 8f11a025-66c0-46cc-8546-104f634af8d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f11a025-66c0-46cc-8546-104f634af8d3 found for delete ", "request_id": "req-32ba64af-b6c2-4b35-a367-d064cbb7c7e8"}]} 2026-05-10 05:15:23.434 7 INFO neutron.services.segments.plugin [-] Segment aa9e5a83-b53c-4b65-954f-e38d6a1ef7ed resource provider aggregate not found 2026-05-10 05:15:23.439 7 INFO neutron.services.segments.plugin [-] Segment aa9e5a83-b53c-4b65-954f-e38d6a1ef7ed resource provider aggregate not found 2026-05-10 05:15:23.459 7 INFO neutron.services.segments.plugin [-] Segment aa9e5a83-b53c-4b65-954f-e38d6a1ef7ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa9e5a83-b53c-4b65-954f-e38d6a1ef7ed found for delete ", "request_id": "req-db9d47fb-33d9-4c67-9a73-dd6643bac66d"}]} 2026-05-10 05:15:23.460 7 INFO neutron.services.segments.plugin [-] Segment aa9e5a83-b53c-4b65-954f-e38d6a1ef7ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa9e5a83-b53c-4b65-954f-e38d6a1ef7ed found for delete ", "request_id": "req-96cbd2ca-9386-4c0c-8240-ab8e2b6a9668"}]} [pid: 8|app: 0|req: 704/1378] 10.0.0.201 () {32 vars in 653 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions => generated 21706 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1379] 10.0.0.201 () {32 vars in 681 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1380] 10.0.0.201 () {32 vars in 681 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1381] 10.0.0.201 () {32 vars in 665 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1382] 10.0.0.201 () {32 vars in 697 bytes} [Sun May 10 05:15:24 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: 677/1383] 10.0.0.201 () {32 vars in 701 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1384] 10.0.0.201 () {32 vars in 689 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1385] 10.0.0.201 () {32 vars in 693 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1386] 10.0.0.201 () {32 vars in 695 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1387] 10.0.0.201 () {32 vars in 685 bytes} [Sun May 10 05:15:24 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: 709/1388] 10.0.0.201 () {32 vars in 687 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1389] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/dns-integration-domain-keywords => generated 283 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1390] 10.0.0.201 () {32 vars in 699 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1391] 10.0.0.201 () {32 vars in 679 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1392] 10.0.0.201 () {32 vars in 683 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1393] 10.0.0.201 () {32 vars in 675 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1394] 10.0.0.201 () {32 vars in 689 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1395] 10.0.0.201 () {32 vars in 689 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/filter-validation => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1396] 10.0.0.201 () {32 vars in 723 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1397] 10.0.0.201 () {32 vars in 687 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1398] 10.0.0.201 () {32 vars in 669 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1399] 10.0.0.201 () {32 vars in 687 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1400] 10.0.0.201 () {32 vars in 681 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1401] 10.0.0.201 () {32 vars in 679 bytes} [Sun May 10 05:15:24 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) [pid: 8|app: 0|req: 716/1402] 10.0.0.201 () {32 vars in 667 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1403] 10.0.0.201 () {32 vars in 703 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/enable-default-route-bfd => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1404] 10.0.0.201 () {32 vars in 705 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/enable-default-route-ecmp => generated 215 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1405] 10.0.0.201 () {32 vars in 677 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1406] 10.0.0.201 () {32 vars in 665 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/l3-ha => 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: 689/1407] 10.0.0.201 () {32 vars in 711 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/external-gateway-multihoming => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1408] 10.0.0.201 () {32 vars in 675 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/l3-flavors => 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: 690/1409] 10.0.0.201 () {32 vars in 669 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/logging => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1410] 10.0.0.201 () {32 vars in 683 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1411] 10.0.0.201 () {32 vars in 669 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1412] 10.0.0.201 () {32 vars in 687 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1413] 10.0.0.201 () {32 vars in 705 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1414] 10.0.0.201 () {32 vars in 701 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1415] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/network-ip-availability-details => generated 260 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1416] 10.0.0.201 () {32 vars in 675 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1417] 10.0.0.201 () {32 vars in 693 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1418] 10.0.0.201 () {32 vars in 709 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1419] 10.0.0.201 () {32 vars in 705 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1420] 10.0.0.201 () {32 vars in 719 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1421] 10.0.0.201 () {32 vars in 697 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1422] 10.0.0.201 () {32 vars in 711 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1423] 10.0.0.201 () {32 vars in 669 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1424] 10.0.0.201 () {32 vars in 687 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1425] 10.0.0.201 () {32 vars in 681 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1426] 10.0.0.201 () {32 vars in 675 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1427] 10.0.0.201 () {32 vars in 671 bytes} [Sun May 10 05:15:24 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: 702/1428] 10.0.0.201 () {32 vars in 663 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/qinq => generated 272 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1429] 10.0.0.201 () {32 vars in 661 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1430] 10.0.0.201 () {32 vars in 699 bytes} [Sun May 10 05:15:24 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: 705/1431] 10.0.0.201 () {32 vars in 699 bytes} [Sun May 10 05:15:24 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: 706/1432] 10.0.0.201 () {32 vars in 677 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1433] 10.0.0.201 () {32 vars in 669 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1434] 10.0.0.201 () {32 vars in 683 bytes} [Sun May 10 05:15:24 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: 709/1435] 10.0.0.201 () {32 vars in 701 bytes} [Sun May 10 05:15:24 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: 710/1436] 10.0.0.201 () {32 vars in 685 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1437] 10.0.0.201 () {32 vars in 707 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1438] 10.0.0.201 () {32 vars in 669 bytes} [Sun May 10 05:15:24 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: 713/1439] 10.0.0.201 () {32 vars in 697 bytes} [Sun May 10 05:15:24 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: 714/1440] 10.0.0.201 () {32 vars in 695 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1441] 10.0.0.201 () {32 vars in 685 bytes} [Sun May 10 05:15:24 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: 716/1442] 10.0.0.201 () {32 vars in 689 bytes} [Sun May 10 05:15:24 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: 717/1443] 10.0.0.201 () {32 vars in 705 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1444] 10.0.0.201 () {32 vars in 667 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1445] 10.0.0.201 () {32 vars in 681 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1446] 10.0.0.201 () {32 vars in 681 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/rbac-policies => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:24.999 8 INFO neutron.db.ovn_revision_numbers_db [None req-570336c6-d166-430b-ac57-7289cbd60f9c 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource 5f4c92c7-a448-4d09-8ca0-caa760773de8 (type: security_groups) to 1 [pid: 7|app: 0|req: 721/1447] 10.0.0.201 () {32 vars in 691 bytes} [Sun May 10 05:15:24 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:25.011 8 INFO neutron.db.ovn_revision_numbers_db [None req-570336c6-d166-430b-ac57-7289cbd60f9c 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource 15dd827a-6748-4fc6-a157-09d216335a8a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 722/1448] 10.0.0.201 () {32 vars in 695 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1449] 10.0.0.201 () {32 vars in 689 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:25.022 8 INFO neutron.db.ovn_revision_numbers_db [None req-570336c6-d166-430b-ac57-7289cbd60f9c 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource 4580a0db-4186-4b6c-9d2d-a59bab501604 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 724/1450] 10.0.0.201 () {32 vars in 701 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:25.033 8 INFO neutron.db.ovn_revision_numbers_db [None req-570336c6-d166-430b-ac57-7289cbd60f9c 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource 49dada7c-f6f3-4d12-9b9c-f3061afd22e4 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 725/1451] 10.0.0.201 () {32 vars in 703 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1452] 10.0.0.201 () {32 vars in 691 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/router-enable-snat => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1453] 10.0.0.201 () {32 vars in 713 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1454] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:25.057 8 INFO neutron.db.ovn_revision_numbers_db [None req-570336c6-d166-430b-ac57-7289cbd60f9c 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource b2b1089a-d53b-41f5-abed-e1cf70cba015 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 729/1455] 10.0.0.201 () {32 vars in 727 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/security-groups-remote-address-group => 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: 730/1456] 10.0.0.201 () {32 vars in 741 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1457] 10.0.0.201 () {32 vars in 719 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1458] 10.0.0.201 () {32 vars in 683 bytes} [Sun May 10 05:15:25 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: 733/1459] 10.0.0.201 () {32 vars in 669 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1460] 10.0.0.201 () {32 vars in 719 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1461] 10.0.0.201 () {32 vars in 679 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1462] 10.0.0.201 () {32 vars in 669 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1463] 10.0.0.201 () {32 vars in 697 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1464] 10.0.0.201 () {32 vars in 705 bytes} [Sun May 10 05:15:25 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) 2026-05-10 05:15:25.135 8 INFO neutron.db.segments_db [None req-570336c6-d166-430b-ac57-7289cbd60f9c 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Added segment c2ffaa24-b108-43bf-85a3-4a06f17969e1 of type geneve for network 04c5efcf-765d-4ec8-bd67-3b3550835051 [pid: 7|app: 0|req: 739/1465] 10.0.0.201 () {32 vars in 701 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1466] 10.0.0.201 () {32 vars in 709 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/subnet-dns-publish-fixed-ip => generated 227 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1467] 10.0.0.201 () {32 vars in 701 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/subnet-external-network => 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: 742/1468] 10.0.0.201 () {32 vars in 705 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1469] 10.0.0.201 () {32 vars in 695 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1470] 10.0.0.201 () {32 vars in 689 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1471] 10.0.0.201 () {32 vars in 697 bytes} [Sun May 10 05:15:25 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: 746/1472] 10.0.0.201 () {32 vars in 679 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1473] 10.0.0.201 () {32 vars in 689 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1474] 10.0.0.201 () {32 vars in 701 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1475] 10.0.0.201 () {32 vars in 665 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1476] 10.0.0.201 () {32 vars in 681 bytes} [Sun May 10 05:15:25 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: 7|app: 0|req: 751/1477] 10.0.0.201 () {32 vars in 687 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/vlan-transparent => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:25.248 8 INFO neutron.db.ovn_revision_numbers_db [None req-570336c6-d166-430b-ac57-7289cbd60f9c 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource 04c5efcf-765d-4ec8-bd67-3b3550835051 (type: networks) to 1 [pid: 7|app: 0|req: 752/1478] 10.0.0.201 () {32 vars in 677 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1479] 10.0.0.201 () {32 vars in 693 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/vpn-agent-scheduler => generated 199 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1480] 10.0.0.201 () {32 vars in 693 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1481] 10.0.0.201 () {32 vars in 677 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1482] 10.0.0.201 () {32 vars in 667 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1483] 10.0.0.201 () {32 vars in 663 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1484] 10.0.0.201 () {32 vars in 675 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1485] 10.0.0.201 () {32 vars in 705 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/tap-mirror-both-direction => generated 265 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1486] 10.0.0.201 () {32 vars in 687 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:25.396 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-570336c6-d166-430b-ac57-7289cbd60f9c 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] No more DHCP agents 2026-05-10 05:15:25.397 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-570336c6-d166-430b-ac57-7289cbd60f9c 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Unable to schedule network 04c5efcf-765d-4ec8-bd67-3b3550835051: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:25.451 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-816bf074-18f7-47a1-a538-a0741192b845 - - - - - -] OVN reports status down for port: f4c4a8db-5c7d-4c5f-ba08-596ae63e93e9 2026-05-10 05:15:25.473 8 INFO neutron.db.ovn_revision_numbers_db [None req-570336c6-d166-430b-ac57-7289cbd60f9c 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource f4c4a8db-5c7d-4c5f-ba08-596ae63e93e9 (type: ports) to 1 [pid: 8|app: 0|req: 727/1487] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:24 2026] POST /v2.0/networks => generated 682 bytes in 707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:25.717 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bd37f496-9fdd-4804-afa3-47da639ddef3 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] No more DHCP agents 2026-05-10 05:15:25.718 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bd37f496-9fdd-4804-afa3-47da639ddef3 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Unable to schedule network 04c5efcf-765d-4ec8-bd67-3b3550835051: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 728/1488] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:25.957 8 WARNING neutron.db.securitygroups_db [None req-61a425e8-1abd-46c5-90bf-aa3c7885b0bb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:26.086 8 INFO neutron.db.ovn_revision_numbers_db [None req-61a425e8-1abd-46c5-90bf-aa3c7885b0bb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 39738a7b-4eec-45eb-ad88-18b411b6059f (type: security_groups) to 1 2026-05-10 05:15:26.098 8 INFO neutron.db.ovn_revision_numbers_db [None req-61a425e8-1abd-46c5-90bf-aa3c7885b0bb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 15008bf8-9d91-44a9-a587-f0f5bcca8d9e (type: security_group_rules) to 0 2026-05-10 05:15:26.109 8 INFO neutron.db.ovn_revision_numbers_db [None req-61a425e8-1abd-46c5-90bf-aa3c7885b0bb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 745b9254-0a54-4df5-9b7b-4eaedeb97837 (type: security_group_rules) to 0 2026-05-10 05:15:26.120 8 INFO neutron.db.ovn_revision_numbers_db [None req-61a425e8-1abd-46c5-90bf-aa3c7885b0bb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ae744df9-3234-47c4-a4aa-89d1ad237909 (type: security_group_rules) to 0 2026-05-10 05:15:26.131 8 INFO neutron.db.ovn_revision_numbers_db [None req-61a425e8-1abd-46c5-90bf-aa3c7885b0bb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ffeade70-25ed-4740-832b-f2f08a376d8b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 729/1489] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:25 2026] GET /v2.0/security-groups?tenant_id=6f9ee523726a4b4495d2ebc5a58bd361&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:26.196 7 INFO neutron.db.ovn_revision_numbers_db [None req-bd37f496-9fdd-4804-afa3-47da639ddef3 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource f4c4a8db-5c7d-4c5f-ba08-596ae63e93e9 (type: ports) to 2 [pid: 8|app: 0|req: 730/1490] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:26 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:26.230 7 INFO neutron.db.ovn_revision_numbers_db [None req-bd37f496-9fdd-4804-afa3-47da639ddef3 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource 358ecb3d-13e7-4e18-a182-8c7f6723145c (type: subnets) to 0 [pid: 7|app: 0|req: 761/1491] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:15:25 2026] POST /v2.0/subnets => generated 641 bytes in 716 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:26.357 7 INFO neutron.db.segments_db [None req-592a8ac7-e9a8-4cf0-a15d-cc733a4a2aae 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Added segment a38578bc-eb4a-43b7-8918-eb5f1a4fa122 of type geneve for network 8e35c278-9fbf-4e6a-a7d4-d7e9491d01c8 [pid: 8|app: 0|req: 731/1492] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:26 2026] DELETE /v2.0/security-groups/39738a7b-4eec-45eb-ad88-18b411b6059f => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1493] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:26 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:26.462 7 INFO neutron.db.ovn_revision_numbers_db [None req-592a8ac7-e9a8-4cf0-a15d-cc733a4a2aae 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource 8e35c278-9fbf-4e6a-a7d4-d7e9491d01c8 (type: networks) to 1 [pid: 8|app: 0|req: 733/1494] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:26 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&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-10 05:15:26.611 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-592a8ac7-e9a8-4cf0-a15d-cc733a4a2aae 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] No more DHCP agents 2026-05-10 05:15:26.613 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-592a8ac7-e9a8-4cf0-a15d-cc733a4a2aae 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Unable to schedule network 8e35c278-9fbf-4e6a-a7d4-d7e9491d01c8: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:26.663 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: 6f18fdcf-cede-4e89-b6a9-4aab75d8528d 2026-05-10 05:15:26.684 7 INFO neutron.db.ovn_revision_numbers_db [None req-592a8ac7-e9a8-4cf0-a15d-cc733a4a2aae 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource 6f18fdcf-cede-4e89-b6a9-4aab75d8528d (type: ports) to 1 [pid: 7|app: 0|req: 762/1495] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:26 2026] POST /v2.0/networks => generated 681 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:26.858 8 INFO neutron.db.ovn_revision_numbers_db [None req-d7a8e52c-33f1-4ab7-92a9-e6cf0bc67d59 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource 8e35c278-9fbf-4e6a-a7d4-d7e9491d01c8 (type: networks) to 2 [pid: 7|app: 0|req: 763/1496] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:26 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1497] 10.0.0.201 () {34 vars in 743 bytes} [Sun May 10 05:15:26 2026] PUT /v2.0/networks/8e35c278-9fbf-4e6a-a7d4-d7e9491d01c8 => generated 636 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1498] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:26 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:27.052 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c9069565-d5fb-4811-b8e0-a91cd02723b1 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] No more DHCP agents 2026-05-10 05:15:27.053 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c9069565-d5fb-4811-b8e0-a91cd02723b1 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Unable to schedule network 8e35c278-9fbf-4e6a-a7d4-d7e9491d01c8: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:27.141 7 WARNING neutron.db.securitygroups_db [None req-cf4b54e4-29b4-4fcc-948c-ea9c8b34487f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:27.271 7 INFO neutron.db.ovn_revision_numbers_db [None req-cf4b54e4-29b4-4fcc-948c-ea9c8b34487f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d9ee7f52-0596-48bf-8504-04ff4148e894 (type: security_groups) to 1 2026-05-10 05:15:27.282 7 INFO neutron.db.ovn_revision_numbers_db [None req-cf4b54e4-29b4-4fcc-948c-ea9c8b34487f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 159f8c08-a54a-4cb2-8ba5-357b3415961f (type: security_group_rules) to 0 2026-05-10 05:15:27.293 7 INFO neutron.db.ovn_revision_numbers_db [None req-cf4b54e4-29b4-4fcc-948c-ea9c8b34487f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3c74a023-689a-4d4e-88c1-c380ce076ed0 (type: security_group_rules) to 0 2026-05-10 05:15:27.304 7 INFO neutron.db.ovn_revision_numbers_db [None req-cf4b54e4-29b4-4fcc-948c-ea9c8b34487f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 65ba7022-2e2a-4332-83d0-7546b0955bee (type: security_group_rules) to 0 2026-05-10 05:15:27.314 7 INFO neutron.db.ovn_revision_numbers_db [None req-cf4b54e4-29b4-4fcc-948c-ea9c8b34487f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 805d5a01-3303-40c1-99d6-8be35e594e9b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 765/1499] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:27 2026] GET /v2.0/security-groups?tenant_id=ce9f4c938544481d935158e7cc558de6&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:27.462 8 INFO neutron.db.ovn_revision_numbers_db [None req-c9069565-d5fb-4811-b8e0-a91cd02723b1 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource 6f18fdcf-cede-4e89-b6a9-4aab75d8528d (type: ports) to 2 2026-05-10 05:15:27.509 8 INFO neutron.db.ovn_revision_numbers_db [None req-c9069565-d5fb-4811-b8e0-a91cd02723b1 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource cfce927b-2c72-43f6-baf9-79dda4e2e855 (type: subnets) to 0 [pid: 7|app: 0|req: 766/1500] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:27 2026] DELETE /v2.0/security-groups/d9ee7f52-0596-48bf-8504-04ff4148e894 => 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: 735/1501] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:15:26 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) 2026-05-10 05:15:27.772 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c243256-8a25-4853-b36c-a8cf29f46ab1 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Successfully bumped revision number for resource cfce927b-2c72-43f6-baf9-79dda4e2e855 (type: subnets) to 1 [pid: 7|app: 0|req: 767/1502] 10.0.0.201 () {34 vars in 741 bytes} [Sun May 10 05:15:27 2026] PUT /v2.0/subnets/cfce927b-2c72-43f6-baf9-79dda4e2e855 => generated 636 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:27.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca129357-4d20-4d66-a8dc-89217b40bd16 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] TaaS: Handle Delete Port: 6f18fdcf-cede-4e89-b6a9-4aab75d8528d 2026-05-10 05:15:27.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca129357-4d20-4d66-a8dc-89217b40bd16 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Tap Mirror: Handle Delete Port: 6f18fdcf-cede-4e89-b6a9-4aab75d8528d [pid: 7|app: 0|req: 768/1503] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:27 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1504] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:28 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:28.211 8 INFO neutron.services.segments.plugin [-] Segment a38578bc-eb4a-43b7-8918-eb5f1a4fa122 resource provider aggregate not found 2026-05-10 05:15:28.216 8 INFO neutron.services.segments.plugin [-] Segment a38578bc-eb4a-43b7-8918-eb5f1a4fa122 resource provider aggregate not found 2026-05-10 05:15:28.236 8 INFO neutron.services.segments.plugin [-] Segment a38578bc-eb4a-43b7-8918-eb5f1a4fa122 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a38578bc-eb4a-43b7-8918-eb5f1a4fa122 found for delete ", "request_id": "req-466d374d-b861-4f5c-a9be-b7639eaf0118"}]} 2026-05-10 05:15:28.238 8 INFO neutron.services.segments.plugin [-] Segment a38578bc-eb4a-43b7-8918-eb5f1a4fa122 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a38578bc-eb4a-43b7-8918-eb5f1a4fa122 found for delete ", "request_id": "req-120c03ed-a34b-43e6-9f87-bf5317006e50"}]} [pid: 8|app: 0|req: 736/1505] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:27 2026] DELETE /v2.0/networks/8e35c278-9fbf-4e6a-a7d4-d7e9491d01c8 => generated 0 bytes in 491 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:28.291 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95936b0b-4c8e-4dfd-adcc-ef9724e12ea3 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1506] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:28 2026] DELETE /v2.0/networks/8e35c278-9fbf-4e6a-a7d4-d7e9491d01c8 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:15:28.348 7 INFO neutron.db.ovn_revision_numbers_db [None req-128c88ad-2c5d-482c-89f4-75b5cce77a2c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource 38dfa1f7-2ab3-46a6-8f6d-3d2d6d8f8b76 (type: security_groups) to 1 [pid: 8|app: 0|req: 738/1507] 10.0.0.201 () {32 vars in 694 bytes} [Sun May 10 05:15:28 2026] GET /v2.0/networks?router%3Aexternal=True => generated 689 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:28.358 7 INFO neutron.db.ovn_revision_numbers_db [None req-128c88ad-2c5d-482c-89f4-75b5cce77a2c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource 0e4f2f49-a373-444f-abe4-245dcad5b8a4 (type: security_group_rules) to 0 2026-05-10 05:15:28.370 7 INFO neutron.db.ovn_revision_numbers_db [None req-128c88ad-2c5d-482c-89f4-75b5cce77a2c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource 6e90c8ec-cb45-455c-9561-03ee06ac8481 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 739/1508] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:15:28 2026] GET /v2.0/ports?tenant_id=7eba1fe270cb4c3bacdc74e142a16e8d&device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 1232 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:28.391 7 INFO neutron.db.ovn_revision_numbers_db [None req-128c88ad-2c5d-482c-89f4-75b5cce77a2c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource 95d6bdb8-1c08-4a38-b35b-b995d9eb530d (type: security_group_rules) to 0 2026-05-10 05:15:28.405 7 INFO neutron.db.ovn_revision_numbers_db [None req-128c88ad-2c5d-482c-89f4-75b5cce77a2c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource ddd5e994-5eb9-4e4d-aa50-7c130142b735 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 740/1509] 10.0.0.201 () {32 vars in 742 bytes} [Sun May 10 05:15:28 2026] GET /v2.0/subnets?network_id=4a1940cd-d845-4f41-a8eb-4985c7401711 => generated 649 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1510] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:15:28 2026] GET /v2.0/networks?id=2df0b12e-da6d-4cc2-9816-0461a180bca4 => generated 813 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1511] 10.0.0.201 () {32 vars in 653 bytes} [Sun May 10 05:15:28 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-10 05:15:28.479 7 INFO neutron.db.segments_db [None req-128c88ad-2c5d-482c-89f4-75b5cce77a2c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Added segment 6cb6463f-e6a1-4c5b-9a14-4edb89a8f6a8 of type geneve for network 4d664090-7e93-4566-aa66-abf91a1b2080 [pid: 8|app: 0|req: 743/1512] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:15:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=2ad2490c-e6e5-47ea-a641-520454fc9316 => generated 860 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1513] 10.0.0.201 () {32 vars in 649 bytes} [Sun May 10 05:15:28 2026] GET /v2.0/networks => generated 1385 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1514] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:15:28 2026] GET /v2.0/subnets?id=13355018-84f8-42f1-9e2c-9c67c5505351 => generated 694 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1515] 10.0.0.201 () {32 vars in 647 bytes} [Sun May 10 05:15:28 2026] GET /v2.0/subnets => generated 1280 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1516] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:15:28 2026] GET /v2.0/ports?network_id=2df0b12e-da6d-4cc2-9816-0461a180bca4&device_owner=network%3Adhcp => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:28.615 7 INFO neutron.db.ovn_revision_numbers_db [None req-128c88ad-2c5d-482c-89f4-75b5cce77a2c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource 4d664090-7e93-4566-aa66-abf91a1b2080 (type: networks) to 1 [pid: 8|app: 0|req: 748/1517] 10.0.0.201 () {32 vars in 723 bytes} [Sun May 10 05:15:28 2026] GET /v2.0/networks/04c5efcf-765d-4ec8-bd67-3b3550835051 => generated 707 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1518] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:15:28 2026] GET /v2.0/networks/2df0b12e-da6d-4cc2-9816-0461a180bca4?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: 750/1519] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:15:28 2026] GET /v2.0/subnets/358ecb3d-13e7-4e18-a182-8c7f6723145c => generated 641 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1520] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:15:28 2026] GET /v2.0/networks/2df0b12e-da6d-4cc2-9816-0461a180bca4?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-10 05:15:28.751 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0e42f252-a09a-40c2-bd97-0b41575cfac3 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 752/1521] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:28 2026] DELETE /v2.0/subnets/cfce927b-2c72-43f6-baf9-79dda4e2e855 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:15:28.768 8 INFO neutron.pecan_wsgi.hooks.translation [None req-209fa3e6-2d5e-4d94-95f4-8d0f23b08a3a 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] DELETE failed (client error): The resource could not be found. 2026-05-10 05:15:28.772 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-128c88ad-2c5d-482c-89f4-75b5cce77a2c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] No more DHCP agents [pid: 8|app: 0|req: 753/1522] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:28 2026] DELETE /v2.0/networks/8e35c278-9fbf-4e6a-a7d4-d7e9491d01c8 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:15:28.773 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-128c88ad-2c5d-482c-89f4-75b5cce77a2c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Unable to schedule network 4d664090-7e93-4566-aa66-abf91a1b2080: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:28.820 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-816bf074-18f7-47a1-a538-a0741192b845 - - - - - -] OVN reports status down for port: 4f548f05-2258-4471-bef3-2b290413ceeb 2026-05-10 05:15:28.881 7 INFO neutron.db.ovn_revision_numbers_db [None req-128c88ad-2c5d-482c-89f4-75b5cce77a2c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource 4f548f05-2258-4471-bef3-2b290413ceeb (type: ports) to 1 [pid: 7|app: 0|req: 770/1523] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:28 2026] POST /v2.0/networks => generated 687 bytes in 859 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1524] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:28 2026] DELETE /v2.0/subnets/358ecb3d-13e7-4e18-a182-8c7f6723145c => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:29.036 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c0a5ebd-8864-4a2c-8e8b-b4838f3303f8 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] TaaS: Handle Delete Port: f4c4a8db-5c7d-4c5f-ba08-596ae63e93e9 2026-05-10 05:15:29.038 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c0a5ebd-8864-4a2c-8e8b-b4838f3303f8 1bbf9a472d2a422ea83cf89070de2302 bd160637673d46a7a5424daea0f2e409 - - default default] Tap Mirror: Handle Delete Port: f4c4a8db-5c7d-4c5f-ba08-596ae63e93e9 2026-05-10 05:15:29.148 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a9c80ce3-e9a8-4119-959f-56f500e7004c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] No more DHCP agents 2026-05-10 05:15:29.149 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a9c80ce3-e9a8-4119-959f-56f500e7004c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Unable to schedule network 4d664090-7e93-4566-aa66-abf91a1b2080: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:29.220 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: 00ebcf3b-9870-4a54-8a9e-3a6eaf201a34 2026-05-10 05:15:29.233 7 INFO neutron.db.ovn_revision_numbers_db [None req-a9c80ce3-e9a8-4119-959f-56f500e7004c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource 00ebcf3b-9870-4a54-8a9e-3a6eaf201a34 (type: ports) to 1 [pid: 8|app: 0|req: 755/1525] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:28 2026] DELETE /v2.0/networks/04c5efcf-765d-4ec8-bd67-3b3550835051 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1526] 10.0.0.201 () {34 vars in 665 bytes} [Sun May 10 05:15:28 2026] POST /v2.0/ports => generated 779 bytes in 375 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: 756/1527] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:29 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:29.397 7 INFO neutron.db.segments_db [None req-d7d22881-ab79-4015-8d9a-8f981fdc5153 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Added segment f15e258f-f495-4f0f-8abb-9ddd6856f850 of type geneve for network dd450d8c-a859-4aba-960f-ca3308bfe8a0 [pid: 8|app: 0|req: 757/1528] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:29 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:29.520 7 INFO neutron.db.ovn_revision_numbers_db [None req-d7d22881-ab79-4015-8d9a-8f981fdc5153 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource dd450d8c-a859-4aba-960f-ca3308bfe8a0 (type: networks) to 1 2026-05-10 05:15:29.705 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d7d22881-ab79-4015-8d9a-8f981fdc5153 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] No more DHCP agents 2026-05-10 05:15:29.706 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d7d22881-ab79-4015-8d9a-8f981fdc5153 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Unable to schedule network dd450d8c-a859-4aba-960f-ca3308bfe8a0: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:29.772 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-816bf074-18f7-47a1-a538-a0741192b845 - - - - - -] OVN reports status down for port: c3af4b08-716e-4f8b-9e16-fae84fca10cb 2026-05-10 05:15:29.825 7 INFO neutron.db.ovn_revision_numbers_db [None req-d7d22881-ab79-4015-8d9a-8f981fdc5153 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource c3af4b08-716e-4f8b-9e16-fae84fca10cb (type: ports) to 1 [pid: 7|app: 0|req: 772/1529] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:29 2026] POST /v2.0/networks => generated 673 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:30.009 8 WARNING neutron.db.securitygroups_db [None req-56fce527-e35e-41d4-bf46-8cf3e30526f8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 758/1530] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:29 2026] GET /v2.0/security-groups?tenant_id=bd160637673d46a7a5424daea0f2e409&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:30.107 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-73051ccd-b607-4f34-899b-a5ee8dbe1c4a 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] No more DHCP agents 2026-05-10 05:15:30.108 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-73051ccd-b607-4f34-899b-a5ee8dbe1c4a 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Unable to schedule network dd450d8c-a859-4aba-960f-ca3308bfe8a0: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:30.140 7 INFO neutron.db.ovn_revision_numbers_db [None req-73051ccd-b607-4f34-899b-a5ee8dbe1c4a 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource 1bb4dc6c-61e0-4c03-b724-cba70342d81a (type: subnets) to 0 [pid: 7|app: 0|req: 773/1533] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:15:29 2026] POST /v2.0/subnets => generated 646 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1534] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:30 2026] DELETE /v2.0/security-groups/5f4c92c7-a448-4d09-8ca0-caa760773de8 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:30.257 8 INFO neutron.services.segments.plugin [-] Segment c2ffaa24-b108-43bf-85a3-4a06f17969e1 resource provider aggregate not found 2026-05-10 05:15:30.270 8 INFO neutron.services.segments.plugin [-] Segment c2ffaa24-b108-43bf-85a3-4a06f17969e1 resource provider aggregate not found 2026-05-10 05:15:30.277 8 INFO neutron.services.segments.plugin [-] Segment c2ffaa24-b108-43bf-85a3-4a06f17969e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2ffaa24-b108-43bf-85a3-4a06f17969e1 found for delete ", "request_id": "req-460ee545-be09-4723-baa2-cc972d9aaf5e"}]} 2026-05-10 05:15:30.293 8 INFO neutron.services.segments.plugin [-] Segment c2ffaa24-b108-43bf-85a3-4a06f17969e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2ffaa24-b108-43bf-85a3-4a06f17969e1 found for delete ", "request_id": "req-e821060c-95f8-49cd-af0c-665193a74840"}]} 2026-05-10 05:15:30.474 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f9cb8a05-356f-4a13-9147-181aa4466fa8 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] No more DHCP agents 2026-05-10 05:15:30.475 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f9cb8a05-356f-4a13-9147-181aa4466fa8 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Unable to schedule network dd450d8c-a859-4aba-960f-ca3308bfe8a0: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 762/1535] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:30 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:30.564 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-816bf074-18f7-47a1-a538-a0741192b845 - - - - - -] OVN reports status down for port: 79fb4983-d57c-4779-babd-727d1258b1b1 [pid: 8|app: 0|req: 763/1536] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:30 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:30.629 7 INFO neutron.db.ovn_revision_numbers_db [None req-f9cb8a05-356f-4a13-9147-181aa4466fa8 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource 79fb4983-d57c-4779-babd-727d1258b1b1 (type: ports) to 1 [pid: 7|app: 0|req: 774/1537] 10.0.0.201 () {34 vars in 665 bytes} [Sun May 10 05:15:30 2026] POST /v2.0/ports => generated 966 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:30.813 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8426ece-bf10-43ff-8c41-c8267ea86dcd 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] TaaS: Handle Delete Port: 79fb4983-d57c-4779-babd-727d1258b1b1 2026-05-10 05:15:30.816 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8426ece-bf10-43ff-8c41-c8267ea86dcd 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Tap Mirror: Handle Delete Port: 79fb4983-d57c-4779-babd-727d1258b1b1 2026-05-10 05:15:30.884 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-816bf074-18f7-47a1-a538-a0741192b845 - - - - - -] OVN reports status down for port: 2ad2490c-e6e5-47ea-a641-520454fc9316 [pid: 8|app: 0|req: 764/1538] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:30 2026] DELETE /v2.0/ports/79fb4983-d57c-4779-babd-727d1258b1b1 => generated 0 bytes in 284 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-10 05:15:31.024 7 INFO neutron.pecan_wsgi.hooks.translation [None req-216a67c3-7c78-4c6d-8d6b-147ba25d9d19 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 775/1539] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:30 2026] DELETE /v2.0/ports/79fb4983-d57c-4779-babd-727d1258b1b1 => generated 132 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:15:31.054 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ca2c837-da0a-4de4-ad2a-6a943549a611 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 765/1540] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:15:31 2026] GET /v2.0/ports/79fb4983-d57c-4779-babd-727d1258b1b1 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:15:31.069 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-92e1758d-ed4e-451b-b56d-d4c20705edd5'] response: {'server_uuid': '92e274db-8e82-427a-9627-260ee4c5622d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2ad2490c-e6e5-47ea-a641-520454fc9316', 'code': 200} 2026-05-10 05:15:31.284 7 INFO neutron.db.ovn_revision_numbers_db [None req-816bf074-18f7-47a1-a538-a0741192b845 - - - - - -] Successfully bumped revision number for resource 2ad2490c-e6e5-47ea-a641-520454fc9316 (type: ports) to 6 [pid: 7|app: 0|req: 776/1541] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:31 2026] DELETE /v2.0/subnets/1bb4dc6c-61e0-4c03-b724-cba70342d81a => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:31.475 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f915459-13ad-41ad-adac-a9019fedce3b 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] TaaS: Handle Delete Port: c3af4b08-716e-4f8b-9e16-fae84fca10cb 2026-05-10 05:15:31.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f915459-13ad-41ad-adac-a9019fedce3b 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Tap Mirror: Handle Delete Port: c3af4b08-716e-4f8b-9e16-fae84fca10cb [pid: 8|app: 0|req: 766/1542] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:31 2026] DELETE /v2.0/networks/dd450d8c-a859-4aba-960f-ca3308bfe8a0 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1543] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:31 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 969 bytes in 71 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-10 05:15:31.831 8 INFO neutron.db.segments_db [None req-a77e7a8a-fe4c-46ff-bc9c-90fb99bf8182 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Added segment 05a627b2-4f5e-4b05-9800-cdf06577a926 of type geneve for network 3c67d4ea-9ffc-4c2a-a102-140df31d4a3d 2026-05-10 05:15:31.945 8 INFO neutron.db.ovn_revision_numbers_db [None req-a77e7a8a-fe4c-46ff-bc9c-90fb99bf8182 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource 3c67d4ea-9ffc-4c2a-a102-140df31d4a3d (type: networks) to 1 2026-05-10 05:15:31.966 7 INFO neutron.db.ovn_revision_numbers_db [None req-75036cb6-7f6d-4536-935c-d9054441b6e1 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource e31d0532-13f8-4fed-8c51-06ae1b500ab5 (type: security_groups) to 1 2026-05-10 05:15:31.978 7 INFO neutron.db.ovn_revision_numbers_db [None req-75036cb6-7f6d-4536-935c-d9054441b6e1 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource 03f03ded-179c-40d8-aca8-d584d9fbc18c (type: security_group_rules) to 0 2026-05-10 05:15:31.989 7 INFO neutron.db.ovn_revision_numbers_db [None req-75036cb6-7f6d-4536-935c-d9054441b6e1 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource 1f009a97-11a8-44a1-af1c-635b60fe1dde (type: security_group_rules) to 0 2026-05-10 05:15:32.001 7 INFO neutron.db.ovn_revision_numbers_db [None req-75036cb6-7f6d-4536-935c-d9054441b6e1 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource 396eec71-3b94-4dd4-8d60-ad9b677236f7 (type: security_group_rules) to 0 2026-05-10 05:15:32.012 7 INFO neutron.db.ovn_revision_numbers_db [None req-75036cb6-7f6d-4536-935c-d9054441b6e1 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource 7988a3dd-88a3-434b-907c-5f2f32cc55fd (type: security_group_rules) to 0 2026-05-10 05:15:32.096 7 INFO neutron.db.segments_db [None req-75036cb6-7f6d-4536-935c-d9054441b6e1 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Added segment de9ebf19-f125-469e-9698-5a4ce450c6f5 of type geneve for network 78a711ed-a214-4eb1-9104-6e71f0bf5655 2026-05-10 05:15:32.108 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a77e7a8a-fe4c-46ff-bc9c-90fb99bf8182 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] No more DHCP agents 2026-05-10 05:15:32.109 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a77e7a8a-fe4c-46ff-bc9c-90fb99bf8182 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Unable to schedule network 3c67d4ea-9ffc-4c2a-a102-140df31d4a3d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:32.172 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4056ef71-a096-4ddc-81ef-c0e375762d94 - - - - - -] OVN reports status down for port: 7e8f23b3-4dd2-4c5c-a44e-9301dc00eb9a 2026-05-10 05:15:32.187 8 INFO neutron.db.ovn_revision_numbers_db [None req-a77e7a8a-fe4c-46ff-bc9c-90fb99bf8182 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource 7e8f23b3-4dd2-4c5c-a44e-9301dc00eb9a (type: ports) to 1 [pid: 8|app: 0|req: 768/1544] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:31 2026] POST /v2.0/networks => generated 674 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1545] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:32 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&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-10 05:15:32.276 7 INFO neutron.db.ovn_revision_numbers_db [None req-75036cb6-7f6d-4536-935c-d9054441b6e1 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource 78a711ed-a214-4eb1-9104-6e71f0bf5655 (type: networks) to 1 2026-05-10 05:15:32.302 8 INFO neutron.services.segments.plugin [-] Segment f15e258f-f495-4f0f-8abb-9ddd6856f850 resource provider aggregate not found 2026-05-10 05:15:32.318 8 INFO neutron.services.segments.plugin [-] Segment f15e258f-f495-4f0f-8abb-9ddd6856f850 resource provider aggregate not found 2026-05-10 05:15:32.322 8 INFO neutron.services.segments.plugin [-] Segment f15e258f-f495-4f0f-8abb-9ddd6856f850 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f15e258f-f495-4f0f-8abb-9ddd6856f850 found for delete ", "request_id": "req-696c5153-bc15-48f6-9c7c-4396eec5af44"}]} 2026-05-10 05:15:32.332 8 INFO neutron.services.segments.plugin [-] Segment f15e258f-f495-4f0f-8abb-9ddd6856f850 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f15e258f-f495-4f0f-8abb-9ddd6856f850 found for delete ", "request_id": "req-d0393440-52ca-431b-8133-cc1318deb9fa"}]} 2026-05-10 05:15:32.428 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f443835-a9b8-4978-b633-39cf9ba81125 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource 4ed69be0-8341-43c7-a91f-72c39e8095d4 (type: security_groups) to 1 2026-05-10 05:15:32.440 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f443835-a9b8-4978-b633-39cf9ba81125 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource 5de6ec2e-47ea-476f-a13c-d6d6cff1a806 (type: security_group_rules) to 0 2026-05-10 05:15:32.451 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f443835-a9b8-4978-b633-39cf9ba81125 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource 9fafd9de-d147-4e71-9c03-e9a0f409e50c (type: security_group_rules) to 0 2026-05-10 05:15:32.459 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-75036cb6-7f6d-4536-935c-d9054441b6e1 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] No more DHCP agents 2026-05-10 05:15:32.460 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-75036cb6-7f6d-4536-935c-d9054441b6e1 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Unable to schedule network 78a711ed-a214-4eb1-9104-6e71f0bf5655: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:32.464 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f443835-a9b8-4978-b633-39cf9ba81125 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource dc824763-49bc-4afc-b429-4fea65015184 (type: security_group_rules) to 0 2026-05-10 05:15:32.482 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f443835-a9b8-4978-b633-39cf9ba81125 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource f6c38383-26f1-4cb4-b59a-538afbea0225 (type: security_group_rules) to 0 2026-05-10 05:15:32.534 7 INFO neutron.db.ovn_revision_numbers_db [None req-75036cb6-7f6d-4536-935c-d9054441b6e1 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource da6cba84-c58d-462f-8eda-59c76deb4421 (type: ports) to 1 2026-05-10 05:15:32.537 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: da6cba84-c58d-462f-8eda-59c76deb4421 [pid: 7|app: 0|req: 777/1546] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:31 2026] POST /v2.0/networks => generated 670 bytes in 936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:32.602 8 INFO neutron.db.segments_db [None req-9f443835-a9b8-4978-b633-39cf9ba81125 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Added segment 6cb91e39-5145-4ef9-b236-fe393db4e6b0 of type geneve for network 72adf4ec-f7ff-4086-924e-d655b0690017 2026-05-10 05:15:32.749 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-26b5d3d1-1def-4544-8675-44f286bc5840 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] No more DHCP agents 2026-05-10 05:15:32.750 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-26b5d3d1-1def-4544-8675-44f286bc5840 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Unable to schedule network 3c67d4ea-9ffc-4c2a-a102-140df31d4a3d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:32.765 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f443835-a9b8-4978-b633-39cf9ba81125 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource 72adf4ec-f7ff-4086-924e-d655b0690017 (type: networks) to 1 2026-05-10 05:15:32.802 7 INFO neutron.db.ovn_revision_numbers_db [None req-26b5d3d1-1def-4544-8675-44f286bc5840 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource 753b9387-6adb-4f45-a533-bac4957aafb6 (type: subnets) to 0 [pid: 7|app: 0|req: 778/1547] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:15:32 2026] POST /v2.0/subnets => generated 646 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:32.924 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9f443835-a9b8-4978-b633-39cf9ba81125 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] No more DHCP agents 2026-05-10 05:15:32.925 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9f443835-a9b8-4978-b633-39cf9ba81125 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Unable to schedule network 72adf4ec-f7ff-4086-924e-d655b0690017: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:32.971 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4056ef71-a096-4ddc-81ef-c0e375762d94 - - - - - -] OVN reports status down for port: 5a2a286b-bf05-4eb2-a9a4-a5894048a586 2026-05-10 05:15:32.996 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f443835-a9b8-4978-b633-39cf9ba81125 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource 5a2a286b-bf05-4eb2-a9a4-a5894048a586 (type: ports) to 1 [pid: 8|app: 0|req: 770/1548] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:32 2026] POST /v2.0/networks => generated 682 bytes in 776 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:33.101 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cc20418d-bb48-45fc-b696-bb5cee770358 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] No more DHCP agents 2026-05-10 05:15:33.102 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cc20418d-bb48-45fc-b696-bb5cee770358 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Unable to schedule network 78a711ed-a214-4eb1-9104-6e71f0bf5655: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:33.114 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7eb9ff0f-7c25-4e00-93a3-e98673084868'] response: {'server_uuid': '92e274db-8e82-427a-9627-260ee4c5622d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2ad2490c-e6e5-47ea-a641-520454fc9316', 'code': 200} 2026-05-10 05:15:33.185 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: 7ac16550-ac82-4e2f-b327-4701380e311c 2026-05-10 05:15:33.198 7 INFO neutron.db.ovn_revision_numbers_db [None req-cc20418d-bb48-45fc-b696-bb5cee770358 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource 7ac16550-ac82-4e2f-b327-4701380e311c (type: ports) to 1 [pid: 7|app: 0|req: 779/1549] 10.0.0.201 () {34 vars in 664 bytes} [Sun May 10 05:15:32 2026] POST /v2.0/ports => generated 743 bytes in 431 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-10 05:15:33.319 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-861dbdf5-73c6-4373-b31e-4fa45a6d3f2d 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] No more DHCP agents 2026-05-10 05:15:33.321 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-861dbdf5-73c6-4373-b31e-4fa45a6d3f2d 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Unable to schedule network 3c67d4ea-9ffc-4c2a-a102-140df31d4a3d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:33.426 8 INFO neutron.db.ovn_revision_numbers_db [None req-861dbdf5-73c6-4373-b31e-4fa45a6d3f2d 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource 8fc02d26-c639-454c-9b57-ec6670cb945f (type: ports) to 1 2026-05-10 05:15:33.427 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4056ef71-a096-4ddc-81ef-c0e375762d94 - - - - - -] OVN reports status down for port: 8fc02d26-c639-454c-9b57-ec6670cb945f [pid: 8|app: 0|req: 771/1550] 10.0.0.201 () {34 vars in 665 bytes} [Sun May 10 05:15:33 2026] POST /v2.0/ports => generated 926 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:33.499 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6e683b99-0aa1-4ddf-86d7-5f4ac37d156e 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] No more DHCP agents 2026-05-10 05:15:33.501 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6e683b99-0aa1-4ddf-86d7-5f4ac37d156e 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Unable to schedule network 72adf4ec-f7ff-4086-924e-d655b0690017: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:33.579 8 INFO neutron.db.segments_db [None req-db40315b-95a2-45ea-8671-56b2c27fc12a 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Added segment 28643a24-efdf-44da-8f22-6988e1e7a9ff of type geneve for network 5c3347a8-aabf-4b5c-81d7-5c36638dc430 2026-05-10 05:15:33.590 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: e7a4ad77-5a30-442c-8849-9593df07d046 2026-05-10 05:15:33.602 7 INFO neutron.db.ovn_revision_numbers_db [None req-6e683b99-0aa1-4ddf-86d7-5f4ac37d156e 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource e7a4ad77-5a30-442c-8849-9593df07d046 (type: ports) to 1 [pid: 7|app: 0|req: 780/1551] 10.0.0.201 () {34 vars in 665 bytes} [Sun May 10 05:15:33 2026] POST /v2.0/ports => generated 775 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 781/1552] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:33 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:33.731 8 INFO neutron.db.ovn_revision_numbers_db [None req-db40315b-95a2-45ea-8671-56b2c27fc12a 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource 5c3347a8-aabf-4b5c-81d7-5c36638dc430 (type: networks) to 1 2026-05-10 05:15:33.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-18247e70-f92c-42fc-be68-431d74683a02 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] TaaS: Handle Delete Port: 8fc02d26-c639-454c-9b57-ec6670cb945f 2026-05-10 05:15:33.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18247e70-f92c-42fc-be68-431d74683a02 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Tap Mirror: Handle Delete Port: 8fc02d26-c639-454c-9b57-ec6670cb945f 2026-05-10 05:15:33.878 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-db40315b-95a2-45ea-8671-56b2c27fc12a 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] No more DHCP agents 2026-05-10 05:15:33.880 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-db40315b-95a2-45ea-8671-56b2c27fc12a 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Unable to schedule network 5c3347a8-aabf-4b5c-81d7-5c36638dc430: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:33.918 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4056ef71-a096-4ddc-81ef-c0e375762d94 - - - - - -] OVN reports status up for port: 2ad2490c-e6e5-47ea-a641-520454fc9316 2026-05-10 05:15:33.972 7 INFO neutron.plugins.ml2.plugin [None req-4056ef71-a096-4ddc-81ef-c0e375762d94 - - - - - -] Attempt 1 to provision port 2ad2490c-e6e5-47ea-a641-520454fc9316 2026-05-10 05:15:33.993 8 INFO neutron.db.ovn_revision_numbers_db [None req-db40315b-95a2-45ea-8671-56b2c27fc12a 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource d9731437-fa98-43cc-80d0-df507b3d622b (type: ports) to 1 [pid: 8|app: 0|req: 772/1553] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:33 2026] POST /v2.0/networks => generated 669 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1554] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:33 2026] DELETE /v2.0/ports/8fc02d26-c639-454c-9b57-ec6670cb945f => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:34.113 8 INFO neutron.db.segments_db [None req-7052b90a-9385-442e-a3a8-18bb23af5743 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Added segment 13e1bf26-6596-4889-a6aa-659843a83126 of type geneve for network 4f3d3772-2b8e-4705-87e6-4733917eac1d [pid: 7|app: 0|req: 783/1555] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:34 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:34.243 8 INFO neutron.db.ovn_revision_numbers_db [None req-7052b90a-9385-442e-a3a8-18bb23af5743 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource 4f3d3772-2b8e-4705-87e6-4733917eac1d (type: networks) to 1 2026-05-10 05:15:34.385 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7052b90a-9385-442e-a3a8-18bb23af5743 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] No more DHCP agents 2026-05-10 05:15:34.386 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7052b90a-9385-442e-a3a8-18bb23af5743 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Unable to schedule network 4f3d3772-2b8e-4705-87e6-4733917eac1d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:34.475 8 INFO neutron.db.ovn_revision_numbers_db [None req-7052b90a-9385-442e-a3a8-18bb23af5743 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource aff6e21e-9a80-421b-8d4c-36f9f145fbca (type: ports) to 1 2026-05-10 05:15:34.491 7 INFO neutron.db.ovn_revision_numbers_db [None req-4056ef71-a096-4ddc-81ef-c0e375762d94 - - - - - -] Successfully bumped revision number for resource 2ad2490c-e6e5-47ea-a641-520454fc9316 (type: ports) to 7 [pid: 8|app: 0|req: 773/1556] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:34 2026] POST /v2.0/networks => generated 669 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:34.524 8 INFO neutron.pecan_wsgi.hooks.translation [None req-41981ed0-a317-42a1-b6a4-33b004bdb51a 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 774/1557] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:15:34 2026] GET /v2.0/ports/8fc02d26-c639-454c-9b57-ec6670cb945f => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:15:34.572 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a8cc2a31-8a55-485b-bcde-64bcbf116424 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] No more DHCP agents 2026-05-10 05:15:34.574 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a8cc2a31-8a55-485b-bcde-64bcbf116424 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Unable to schedule network 5c3347a8-aabf-4b5c-81d7-5c36638dc430: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:34.626 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-de594d84-ba7d-4e17-84fc-3c30c2ed4648 - - - - - -] OVN reports status down for port: d9731437-fa98-43cc-80d0-df507b3d622b 2026-05-10 05:15:34.676 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: 87361920-fc6f-4032-995a-4bdf52e6540c 2026-05-10 05:15:34.726 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-de594d84-ba7d-4e17-84fc-3c30c2ed4648 - - - - - -] OVN reports status down for port: aff6e21e-9a80-421b-8d4c-36f9f145fbca 2026-05-10 05:15:34.735 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-537769e1-83dd-4d33-8d0f-f4908501b563 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] No more DHCP agents 2026-05-10 05:15:34.737 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-537769e1-83dd-4d33-8d0f-f4908501b563 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Unable to schedule network 4f3d3772-2b8e-4705-87e6-4733917eac1d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:34.753 7 INFO neutron.db.ovn_revision_numbers_db [None req-a8cc2a31-8a55-485b-bcde-64bcbf116424 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource 87361920-fc6f-4032-995a-4bdf52e6540c (type: ports) to 1 [pid: 7|app: 0|req: 784/1558] 10.0.0.201 () {34 vars in 664 bytes} [Sun May 10 05:15:34 2026] POST /v2.0/ports => generated 743 bytes in 736 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: 785/1559] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:34 2026] DELETE /v2.0/subnets/753b9387-6adb-4f45-a533-bac4957aafb6 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:35.116 7 INFO neutron.db.segments_db [None req-2a3cfa56-a8eb-47ec-84ff-654a81376be6 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Added segment 3d6a3c30-990b-4a97-b163-6e7c25bd0f7b of type geneve for network 0c2f97f5-5405-483f-a999-ad339cb5c24e 2026-05-10 05:15:35.152 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b2c8945-a4d2-4dfb-b8ed-d0bbed98e7f5'] response: {'server_uuid': '92e274db-8e82-427a-9627-260ee4c5622d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2ad2490c-e6e5-47ea-a641-520454fc9316', 'code': 200} 2026-05-10 05:15:35.152 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b2c8945-a4d2-4dfb-b8ed-d0bbed98e7f5'] response: {'server_uuid': '92e274db-8e82-427a-9627-260ee4c5622d', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '2ad2490c-e6e5-47ea-a641-520454fc9316', 'code': 200} 2026-05-10 05:15:35.200 8 INFO neutron.db.ovn_revision_numbers_db [None req-537769e1-83dd-4d33-8d0f-f4908501b563 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource aff6e21e-9a80-421b-8d4c-36f9f145fbca (type: ports) to 2 2026-05-10 05:15:35.231 8 INFO neutron.db.ovn_revision_numbers_db [None req-537769e1-83dd-4d33-8d0f-f4908501b563 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource 17423142-58e3-40de-8d66-a2dcfc26ab86 (type: subnets) to 0 [pid: 8|app: 0|req: 775/1560] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:15:34 2026] POST /v2.0/subnets => generated 626 bytes in 733 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:35.269 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a3cfa56-a8eb-47ec-84ff-654a81376be6 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource 0c2f97f5-5405-483f-a999-ad339cb5c24e (type: networks) to 1 2026-05-10 05:15:35.364 8 INFO neutron_taas.services.taas.taas_plugin [None req-715829a7-e29c-4056-8036-51d7717ea232 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] TaaS: Handle Delete Port: 7e8f23b3-4dd2-4c5c-a44e-9301dc00eb9a 2026-05-10 05:15:35.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-715829a7-e29c-4056-8036-51d7717ea232 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Tap Mirror: Handle Delete Port: 7e8f23b3-4dd2-4c5c-a44e-9301dc00eb9a 2026-05-10 05:15:35.427 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2a3cfa56-a8eb-47ec-84ff-654a81376be6 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] No more DHCP agents 2026-05-10 05:15:35.428 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2a3cfa56-a8eb-47ec-84ff-654a81376be6 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Unable to schedule network 0c2f97f5-5405-483f-a999-ad339cb5c24e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:35.504 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: ab2452e9-b7a5-4927-8170-abdeebef32a6 2026-05-10 05:15:35.536 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a3cfa56-a8eb-47ec-84ff-654a81376be6 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource ab2452e9-b7a5-4927-8170-abdeebef32a6 (type: ports) to 1 2026-05-10 05:15:35.546 8 INFO neutron.services.segments.plugin [-] Segment 05a627b2-4f5e-4b05-9800-cdf06577a926 resource provider aggregate not found 2026-05-10 05:15:35.551 8 INFO neutron.services.segments.plugin [-] Segment 05a627b2-4f5e-4b05-9800-cdf06577a926 resource provider aggregate not found [pid: 7|app: 0|req: 786/1561] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:35 2026] POST /v2.0/networks => generated 670 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:35.569 8 INFO neutron.services.segments.plugin [-] Segment 05a627b2-4f5e-4b05-9800-cdf06577a926 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05a627b2-4f5e-4b05-9800-cdf06577a926 found for delete ", "request_id": "req-094a0b8f-3656-4de1-84bd-22194d96e238"}]} 2026-05-10 05:15:35.571 8 INFO neutron.services.segments.plugin [-] Segment 05a627b2-4f5e-4b05-9800-cdf06577a926 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05a627b2-4f5e-4b05-9800-cdf06577a926 found for delete ", "request_id": "req-021ba532-6f27-4622-9994-dc96d938569b"}]} [pid: 7|app: 0|req: 787/1562] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:35 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1563] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:35 2026] DELETE /v2.0/networks/3c67d4ea-9ffc-4c2a-a102-140df31d4a3d => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:35.826 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f0a39f15-76d2-43f4-aa29-e7dae43c31d6 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] No more DHCP agents 2026-05-10 05:15:35.827 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f0a39f15-76d2-43f4-aa29-e7dae43c31d6 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Unable to schedule network 0c2f97f5-5405-483f-a999-ad339cb5c24e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:35.884 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: 1e9e8492-9ba2-4baa-be80-1041fa145c8b 2026-05-10 05:15:35.892 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d125a0a8-a384-4695-8f34-930b6f0b7337 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] No more DHCP agents 2026-05-10 05:15:35.894 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d125a0a8-a384-4695-8f34-930b6f0b7337 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Unable to schedule network 4f3d3772-2b8e-4705-87e6-4733917eac1d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:35.952 8 INFO neutron.db.ovn_revision_numbers_db [None req-f0a39f15-76d2-43f4-aa29-e7dae43c31d6 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource 1e9e8492-9ba2-4baa-be80-1041fa145c8b (type: ports) to 1 2026-05-10 05:15:36.027 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: 17dcee54-193e-4ae6-bed5-2c4b5ccb8497 2026-05-10 05:15:36.082 7 INFO neutron.db.ovn_revision_numbers_db [None req-d125a0a8-a384-4695-8f34-930b6f0b7337 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource 17dcee54-193e-4ae6-bed5-2c4b5ccb8497 (type: ports) to 1 [pid: 8|app: 0|req: 777/1564] 10.0.0.201 () {34 vars in 664 bytes} [Sun May 10 05:15:35 2026] POST /v2.0/ports => generated 743 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, ' [pid: 8|app: 0|req: 778/1565] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:36 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1566] 10.0.0.201 () {34 vars in 665 bytes} [Sun May 10 05:15:35 2026] POST /v2.0/ports => generated 954 bytes in 542 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-10 05:15:36.238 7 INFO neutron.db.segments_db [None req-e4acbec1-d2dd-407a-b5ef-3199def8d489 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Added segment df71d0c4-045d-49f7-a4c0-34662d94b6df of type geneve for network 44058d89-1059-491a-948f-9872d166b446 2026-05-10 05:15:36.345 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4acbec1-d2dd-407a-b5ef-3199def8d489 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource 44058d89-1059-491a-948f-9872d166b446 (type: networks) to 1 2026-05-10 05:15:36.381 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4fe67e10-a492-4bb2-a3a7-2d753299525c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] No more DHCP agents 2026-05-10 05:15:36.383 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4fe67e10-a492-4bb2-a3a7-2d753299525c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Unable to schedule network 4d664090-7e93-4566-aa66-abf91a1b2080: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:36.457 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-de594d84-ba7d-4e17-84fc-3c30c2ed4648 - - - - - -] OVN reports status down for port: b7679013-39db-47ee-9fcf-67ad0ef6944b 2026-05-10 05:15:36.477 8 INFO neutron.db.ovn_revision_numbers_db [None req-4fe67e10-a492-4bb2-a3a7-2d753299525c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource b7679013-39db-47ee-9fcf-67ad0ef6944b (type: ports) to 1 [pid: 8|app: 0|req: 779/1567] 10.0.0.201 () {34 vars in 665 bytes} [Sun May 10 05:15:36 2026] POST /v2.0/ports => generated 779 bytes in 406 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-10 05:15:36.608 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e4acbec1-d2dd-407a-b5ef-3199def8d489 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] No more DHCP agents 2026-05-10 05:15:36.610 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e4acbec1-d2dd-407a-b5ef-3199def8d489 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Unable to schedule network 44058d89-1059-491a-948f-9872d166b446: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:36.665 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-de594d84-ba7d-4e17-84fc-3c30c2ed4648 - - - - - -] OVN reports status down for port: e05d79bc-664c-4fec-b0a4-7a42e8587cc0 2026-05-10 05:15:36.700 8 INFO neutron_taas.services.taas.taas_plugin [None req-c269dcf3-80a0-4807-9216-7eee4dfee8f1 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] TaaS: Handle Delete Port: 17dcee54-193e-4ae6-bed5-2c4b5ccb8497 2026-05-10 05:15:36.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c269dcf3-80a0-4807-9216-7eee4dfee8f1 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Tap Mirror: Handle Delete Port: 17dcee54-193e-4ae6-bed5-2c4b5ccb8497 2026-05-10 05:15:36.717 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4acbec1-d2dd-407a-b5ef-3199def8d489 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource e05d79bc-664c-4fec-b0a4-7a42e8587cc0 (type: ports) to 1 [pid: 7|app: 0|req: 789/1568] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:36 2026] POST /v2.0/networks => generated 669 bytes in 595 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1569] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:36 2026] DELETE /v2.0/ports/17dcee54-193e-4ae6-bed5-2c4b5ccb8497 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:36.992 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-de594d84-ba7d-4e17-84fc-3c30c2ed4648 - - - - - -] OVN reports status down for port: b7679013-39db-47ee-9fcf-67ad0ef6944b 2026-05-10 05:15:37.044 7 INFO neutron.db.ovn_revision_numbers_db [None req-8b59733c-f704-4f9e-8359-06d913d60128 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Successfully bumped revision number for resource b7679013-39db-47ee-9fcf-67ad0ef6944b (type: ports) to 2 2026-05-10 05:15:37.069 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a956774e-c6ff-4749-b74d-5745d6ca4dea 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] No more DHCP agents 2026-05-10 05:15:37.070 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a956774e-c6ff-4749-b74d-5745d6ca4dea 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Unable to schedule network 44058d89-1059-491a-948f-9872d166b446: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 790/1570] 10.0.0.201 () {34 vars in 737 bytes} [Sun May 10 05:15:36 2026] PUT /v2.0/ports/b7679013-39db-47ee-9fcf-67ad0ef6944b => generated 752 bytes in 368 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-10 05:15:37.137 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-de594d84-ba7d-4e17-84fc-3c30c2ed4648 - - - - - -] OVN reports status down for port: da7a38cd-5f73-499f-bb55-bc4a6e8ad552 2026-05-10 05:15:37.145 8 INFO neutron.db.ovn_revision_numbers_db [None req-a956774e-c6ff-4749-b74d-5745d6ca4dea 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource da7a38cd-5f73-499f-bb55-bc4a6e8ad552 (type: ports) to 1 2026-05-10 05:15:37.153 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f344ff3-0bd1-4e82-9d5f-e40fb55f704b 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 791/1571] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:37 2026] DELETE /v2.0/ports/17dcee54-193e-4ae6-bed5-2c4b5ccb8497 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1572] 10.0.0.201 () {34 vars in 664 bytes} [Sun May 10 05:15:36 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 05:15:37.209 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c4cf9c72-8654-4f59-9a19-78e8764057ec 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 782/1573] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:15:37 2026] GET /v2.0/ports/17dcee54-193e-4ae6-bed5-2c4b5ccb8497 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:15:37.314 8 INFO neutron.db.segments_db [None req-19603b78-5463-4d1a-a407-88ce498ec5c4 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Added segment 7216f4d1-35c7-4a59-a4d9-9ae22a11dc9d of type geneve for network 75e00294-c47d-4879-a9b2-11e38b0c0705 2026-05-10 05:15:37.348 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf2b44f7-adf0-40b3-a5e4-3fa97c95dcba 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] TaaS: Handle Delete Port: b7679013-39db-47ee-9fcf-67ad0ef6944b 2026-05-10 05:15:37.350 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf2b44f7-adf0-40b3-a5e4-3fa97c95dcba 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Tap Mirror: Handle Delete Port: b7679013-39db-47ee-9fcf-67ad0ef6944b 2026-05-10 05:15:37.458 8 INFO neutron.db.ovn_revision_numbers_db [None req-19603b78-5463-4d1a-a407-88ce498ec5c4 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource 75e00294-c47d-4879-a9b2-11e38b0c0705 (type: networks) to 1 [pid: 7|app: 0|req: 792/1574] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:37 2026] DELETE /v2.0/ports/b7679013-39db-47ee-9fcf-67ad0ef6944b => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1575] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:37 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:37.627 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-19603b78-5463-4d1a-a407-88ce498ec5c4 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] No more DHCP agents 2026-05-10 05:15:37.629 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-19603b78-5463-4d1a-a407-88ce498ec5c4 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Unable to schedule network 75e00294-c47d-4879-a9b2-11e38b0c0705: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:37.694 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: 9e3e6a92-225b-4277-a5b8-e8357f96138e [pid: 7|app: 0|req: 794/1576] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:37 2026] DELETE /v2.0/subnets/17423142-58e3-40de-8d66-a2dcfc26ab86 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1577] 10.0.0.201 () {32 vars in 643 bytes} [Sun May 10 05:15:37 2026] GET /v2.0/ports => generated 1538 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:37.763 8 INFO neutron.db.ovn_revision_numbers_db [None req-19603b78-5463-4d1a-a407-88ce498ec5c4 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource 9e3e6a92-225b-4277-a5b8-e8357f96138e (type: ports) to 1 [pid: 7|app: 0|req: 796/1578] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:37 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1579] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:37 2026] POST /v2.0/networks => generated 670 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:37.906 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ac8ab93-7d5e-4c4d-83c7-ca54aea7b74c 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] TaaS: Handle Delete Port: aff6e21e-9a80-421b-8d4c-36f9f145fbca 2026-05-10 05:15:37.909 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ac8ab93-7d5e-4c4d-83c7-ca54aea7b74c 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Tap Mirror: Handle Delete Port: aff6e21e-9a80-421b-8d4c-36f9f145fbca 2026-05-10 05:15:38.092 7 INFO neutron.services.segments.plugin [-] Segment 13e1bf26-6596-4889-a6aa-659843a83126 resource provider aggregate not found 2026-05-10 05:15:38.102 7 INFO neutron.services.segments.plugin [-] Segment 13e1bf26-6596-4889-a6aa-659843a83126 resource provider aggregate not found 2026-05-10 05:15:38.112 7 INFO neutron.services.segments.plugin [-] Segment 13e1bf26-6596-4889-a6aa-659843a83126 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13e1bf26-6596-4889-a6aa-659843a83126 found for delete ", "request_id": "req-38fcd9ad-4681-4505-9704-772023b6c103"}]} 2026-05-10 05:15:38.124 7 INFO neutron.services.segments.plugin [-] Segment 13e1bf26-6596-4889-a6aa-659843a83126 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13e1bf26-6596-4889-a6aa-659843a83126 found for delete ", "request_id": "req-6fcadebf-f815-491e-b306-547b28bdd61b"}]} [pid: 7|app: 0|req: 797/1580] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:37 2026] DELETE /v2.0/networks/4f3d3772-2b8e-4705-87e6-4733917eac1d => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:38.315 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a7dbaff-0890-49cd-94be-3e313de49bb5 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 784/1581] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:15:37 2026] GET /v2.0/ports/b7679013-39db-47ee-9fcf-67ad0ef6944b => generated 132 bytes in 514 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:15:38.368 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b7ddeb97-bccc-49e6-9214-a716da441b65 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] No more DHCP agents 2026-05-10 05:15:38.369 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b7ddeb97-bccc-49e6-9214-a716da441b65 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Unable to schedule network 75e00294-c47d-4879-a9b2-11e38b0c0705: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:38.399 8 INFO neutron.db.segments_db [None req-1eb39718-0c51-4338-9655-79a1e6efc5c7 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Added segment 0f3e9914-4c6b-4550-a83e-48024cb8ea1f of type geneve for network f836439b-8b17-4f80-b0cd-fae45ded7545 2026-05-10 05:15:38.429 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: fe009969-5501-40d7-a744-1a371abdf37d 2026-05-10 05:15:38.456 7 INFO neutron.db.ovn_revision_numbers_db [None req-b7ddeb97-bccc-49e6-9214-a716da441b65 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Successfully bumped revision number for resource fe009969-5501-40d7-a744-1a371abdf37d (type: ports) to 1 [pid: 7|app: 0|req: 798/1582] 10.0.0.201 () {34 vars in 664 bytes} [Sun May 10 05:15:38 2026] POST /v2.0/ports => generated 743 bytes in 354 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: 799/1583] 10.0.0.201 () {32 vars in 643 bytes} [Sun May 10 05:15:38 2026] GET /v2.0/ports => generated 1538 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:38.561 8 INFO neutron.db.ovn_revision_numbers_db [None req-1eb39718-0c51-4338-9655-79a1e6efc5c7 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource f836439b-8b17-4f80-b0cd-fae45ded7545 (type: networks) to 1 [pid: 7|app: 0|req: 800/1584] 10.0.0.201 () {34 vars in 747 bytes} [Sun May 10 05:15:38 2026] PUT /v2.0/ports/7ac16550-ac82-4e2f-b327-4701380e311c/tags => generated 17 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: 7|app: 0|req: 801/1585] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:15:38 2026] GET /v2.0/ports/00ebcf3b-9870-4a54-8a9e-3a6eaf201a34 => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1586] 10.0.0.201 () {34 vars in 747 bytes} [Sun May 10 05:15:38 2026] PUT /v2.0/ports/87361920-fc6f-4032-995a-4bdf52e6540c/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:38.732 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1eb39718-0c51-4338-9655-79a1e6efc5c7 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] No more DHCP agents 2026-05-10 05:15:38.733 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1eb39718-0c51-4338-9655-79a1e6efc5c7 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Unable to schedule network f836439b-8b17-4f80-b0cd-fae45ded7545: no agents available; will retry on subsequent port and subnet creation events. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 05:15:38.746 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18cc56d3-7b71-45fc-a92d-1e35d76e88a2 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 803/1587] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:38 2026] DELETE /v2.0/ports/8fc02d26-c639-454c-9b57-ec6670cb945f => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:15:38.810 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-de594d84-ba7d-4e17-84fc-3c30c2ed4648 - - - - - -] OVN reports status down for port: 7d352ea2-9ce6-4cc3-903b-f00532b2271d 2026-05-10 05:15:38.813 8 INFO neutron.db.ovn_revision_numbers_db [None req-1eb39718-0c51-4338-9655-79a1e6efc5c7 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource 7d352ea2-9ce6-4cc3-903b-f00532b2271d (type: ports) to 1 [pid: 8|app: 0|req: 785/1588] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:15:38 2026] POST /v2.0/networks => generated 670 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:38.849 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfd69c18-b9ae-4a1f-aa1d-175bcdbbeb4c 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 786/1589] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:38 2026] DELETE /v2.0/subnets/753b9387-6adb-4f45-a533-bac4957aafb6 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1590] 10.0.0.201 () {34 vars in 747 bytes} [Sun May 10 05:15:38 2026] PUT /v2.0/ports/1e9e8492-9ba2-4baa-be80-1041fa145c8b/tags => generated 34 bytes in 120 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-10 05:15:38.890 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a098e6c5-1c91-4a58-8798-cdbc2b93af75 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 805/1591] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:38 2026] DELETE /v2.0/subnets/1bb4dc6c-61e0-4c03-b724-cba70342d81a => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1592] 10.0.0.201 () {34 vars in 747 bytes} [Sun May 10 05:15:38 2026] PUT /v2.0/ports/da7a38cd-5f73-499f-bb55-bc4a6e8ad552/tags => generated 19 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 05:15:39.015 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4aa5ddab-a07b-4122-bc8b-8da3f4d0d347 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] No more DHCP agents 2026-05-10 05:15:39.017 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4aa5ddab-a07b-4122-bc8b-8da3f4d0d347 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Unable to schedule network f836439b-8b17-4f80-b0cd-fae45ded7545: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:39.095 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4bd3155-dd7d-48d3-8ee8-840093a96397 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] TaaS: Handle Delete Port: 00ebcf3b-9870-4a54-8a9e-3a6eaf201a34 2026-05-10 05:15:39.098 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4bd3155-dd7d-48d3-8ee8-840093a96397 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Tap Mirror: Handle Delete Port: 00ebcf3b-9870-4a54-8a9e-3a6eaf201a34 [pid: 7|app: 0|req: 807/1593] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:38 2026] DELETE /v2.0/ports/00ebcf3b-9870-4a54-8a9e-3a6eaf201a34 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1594] 10.0.0.201 () {32 vars in 660 bytes} [Sun May 10 05:15:39 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:39.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-d4c5577b-1024-4634-b80a-24a404cb8679 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] TaaS: Handle Delete Port: 4f548f05-2258-4471-bef3-2b290413ceeb 2026-05-10 05:15:39.426 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4c5577b-1024-4634-b80a-24a404cb8679 84b82ef00e974af58fe5af41c9eef1d7 6822307f62224fe7b914320059e5aabc - - default default] Tap Mirror: Handle Delete Port: 4f548f05-2258-4471-bef3-2b290413ceeb 2026-05-10 05:15:39.466 8 INFO neutron.db.ovn_revision_numbers_db [None req-4aa5ddab-a07b-4122-bc8b-8da3f4d0d347 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource 7d352ea2-9ce6-4cc3-903b-f00532b2271d (type: ports) to 2 2026-05-10 05:15:39.493 8 INFO neutron.db.ovn_revision_numbers_db [None req-4aa5ddab-a07b-4122-bc8b-8da3f4d0d347 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource 4b92e8f6-3b47-4c0c-95b6-de8e692b49c5 (type: subnets) to 0 [pid: 8|app: 0|req: 787/1595] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:15:38 2026] POST /v2.0/subnets => generated 626 bytes in 660 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1596] 10.0.0.201 () {32 vars in 674 bytes} [Sun May 10 05:15:39 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1597] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:39 2026] DELETE /v2.0/networks/4d664090-7e93-4566-aa66-abf91a1b2080 => 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: 810/1598] 10.0.0.201 () {32 vars in 670 bytes} [Sun May 10 05:15:39 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1599] 10.0.0.201 () {32 vars in 682 bytes} [Sun May 10 05:15:39 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1600] 10.0.0.201 () {32 vars in 668 bytes} [Sun May 10 05:15:39 2026] GET /v2.0/ports?not-tags=red => generated 5268 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:39.929 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1d572652-5e62-41af-87b8-f3d430845fab 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] No more DHCP agents 2026-05-10 05:15:39.930 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1d572652-5e62-41af-87b8-f3d430845fab 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Unable to schedule network f836439b-8b17-4f80-b0cd-fae45ded7545: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 813/1601] 10.0.0.201 () {32 vars in 682 bytes} [Sun May 10 05:15:39 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 6008 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:40.059 8 INFO neutron.db.ovn_revision_numbers_db [None req-1d572652-5e62-41af-87b8-f3d430845fab 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource 4f03b89f-7c99-4edd-974c-114cdab283e2 (type: ports) to 1 [pid: 8|app: 0|req: 789/1602] 10.0.0.201 () {34 vars in 665 bytes} [Sun May 10 05:15:39 2026] POST /v2.0/ports => generated 912 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:40.097 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-de594d84-ba7d-4e17-84fc-3c30c2ed4648 - - - - - -] OVN reports status down for port: 4f03b89f-7c99-4edd-974c-114cdab283e2 2026-05-10 05:15:40.139 7 INFO neutron.services.segments.plugin [-] Segment 6cb6463f-e6a1-4c5b-9a14-4edb89a8f6a8 resource provider aggregate not found 2026-05-10 05:15:40.144 7 INFO neutron.services.segments.plugin [-] Segment 6cb6463f-e6a1-4c5b-9a14-4edb89a8f6a8 resource provider aggregate not found 2026-05-10 05:15:40.161 7 INFO neutron.services.segments.plugin [-] Segment 6cb6463f-e6a1-4c5b-9a14-4edb89a8f6a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cb6463f-e6a1-4c5b-9a14-4edb89a8f6a8 found for delete ", "request_id": "req-5317c39c-d2df-4c8f-a415-147f82c37cca"}]} 2026-05-10 05:15:40.170 7 INFO neutron.services.segments.plugin [-] Segment 6cb6463f-e6a1-4c5b-9a14-4edb89a8f6a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cb6463f-e6a1-4c5b-9a14-4edb89a8f6a8 found for delete ", "request_id": "req-078c813a-3580-4b96-ae45-2703809fd3f4"}]} [pid: 7|app: 0|req: 814/1603] 10.0.0.201 () {32 vars in 678 bytes} [Sun May 10 05:15:40 2026] GET /v2.0/ports?not-tags-any=blue => generated 6008 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:40.211 8 INFO neutron_taas.services.taas.taas_plugin [None req-9426ad64-d5b8-4427-aad8-d8303ad81a10 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] TaaS: Handle Delete Port: 4f03b89f-7c99-4edd-974c-114cdab283e2 2026-05-10 05:15:40.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9426ad64-d5b8-4427-aad8-d8303ad81a10 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Tap Mirror: Handle Delete Port: 4f03b89f-7c99-4edd-974c-114cdab283e2 2026-05-10 05:15:40.295 7 WARNING neutron.db.securitygroups_db [None req-aca55c8b-f7cc-4470-bbe7-24ac93abedfa ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 815/1604] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:40 2026] GET /v2.0/security-groups?tenant_id=6822307f62224fe7b914320059e5aabc&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1605] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:40 2026] DELETE /v2.0/ports/4f03b89f-7c99-4edd-974c-114cdab283e2 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1606] 10.0.0.201 () {32 vars in 690 bytes} [Sun May 10 05:15:40 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 5268 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:40.417 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1c14484-e6fc-4f3a-be65-fb465bc2eaeb 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 817/1607] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:15:40 2026] GET /v2.0/ports/4f03b89f-7c99-4edd-974c-114cdab283e2 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:15:40.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccf3145e-0113-480a-864b-218d7a1ff8b1 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] TaaS: Handle Delete Port: 7ac16550-ac82-4e2f-b327-4701380e311c 2026-05-10 05:15:40.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccf3145e-0113-480a-864b-218d7a1ff8b1 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Tap Mirror: Handle Delete Port: 7ac16550-ac82-4e2f-b327-4701380e311c [pid: 8|app: 0|req: 791/1608] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:40 2026] DELETE /v2.0/security-groups/38dfa1f7-2ab3-46a6-8f6d-3d2d6d8f8b76 => 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: 818/1609] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:40 2026] DELETE /v2.0/ports/7ac16550-ac82-4e2f-b327-4701380e311c => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1610] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:40 2026] DELETE /v2.0/subnets/4b92e8f6-3b47-4c0c-95b6-de8e692b49c5 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:40.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-641796dd-5626-4d88-a57c-008738c9615d 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] TaaS: Handle Delete Port: 87361920-fc6f-4032-995a-4bdf52e6540c 2026-05-10 05:15:40.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-641796dd-5626-4d88-a57c-008738c9615d 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Tap Mirror: Handle Delete Port: 87361920-fc6f-4032-995a-4bdf52e6540c 2026-05-10 05:15:40.819 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5b9189c-bc26-4c23-bb31-d3a3e97002b8 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] TaaS: Handle Delete Port: 7d352ea2-9ce6-4cc3-903b-f00532b2271d 2026-05-10 05:15:40.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5b9189c-bc26-4c23-bb31-d3a3e97002b8 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Tap Mirror: Handle Delete Port: 7d352ea2-9ce6-4cc3-903b-f00532b2271d [pid: 7|app: 0|req: 819/1611] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:40 2026] DELETE /v2.0/ports/87361920-fc6f-4032-995a-4bdf52e6540c => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:41.017 8 INFO neutron.services.segments.plugin [-] Segment 0f3e9914-4c6b-4550-a83e-48024cb8ea1f resource provider aggregate not found 2026-05-10 05:15:41.020 8 INFO neutron.services.segments.plugin [-] Segment 0f3e9914-4c6b-4550-a83e-48024cb8ea1f resource provider aggregate not found 2026-05-10 05:15:41.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-303c95fb-f834-4b6d-8a54-f8d4fdcc3205 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] TaaS: Handle Delete Port: 1e9e8492-9ba2-4baa-be80-1041fa145c8b 2026-05-10 05:15:41.028 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-303c95fb-f834-4b6d-8a54-f8d4fdcc3205 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Tap Mirror: Handle Delete Port: 1e9e8492-9ba2-4baa-be80-1041fa145c8b 2026-05-10 05:15:41.037 8 INFO neutron.services.segments.plugin [-] Segment 0f3e9914-4c6b-4550-a83e-48024cb8ea1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f3e9914-4c6b-4550-a83e-48024cb8ea1f found for delete ", "request_id": "req-3be02f5d-fe7b-4c86-bfa9-a76576f1584a"}]} 2026-05-10 05:15:41.040 8 INFO neutron.services.segments.plugin [-] Segment 0f3e9914-4c6b-4550-a83e-48024cb8ea1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f3e9914-4c6b-4550-a83e-48024cb8ea1f found for delete ", "request_id": "req-600a98f9-dd74-4702-9703-bcaebb65d843"}]} [pid: 8|app: 0|req: 793/1612] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:40 2026] DELETE /v2.0/networks/f836439b-8b17-4f80-b0cd-fae45ded7545 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1613] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:40 2026] DELETE /v2.0/ports/1e9e8492-9ba2-4baa-be80-1041fa145c8b => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:41.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a4f12fc-dc3d-44c4-bd46-1ff062da223b 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] TaaS: Handle Delete Port: da7a38cd-5f73-499f-bb55-bc4a6e8ad552 2026-05-10 05:15:41.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a4f12fc-dc3d-44c4-bd46-1ff062da223b 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Tap Mirror: Handle Delete Port: da7a38cd-5f73-499f-bb55-bc4a6e8ad552 2026-05-10 05:15:41.297 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a14c59c1-25a1-4ea4-8bed-c830632168f2 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] No more DHCP agents 2026-05-10 05:15:41.298 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a14c59c1-25a1-4ea4-8bed-c830632168f2 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Unable to schedule network 72adf4ec-f7ff-4086-924e-d655b0690017: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:41.374 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-de594d84-ba7d-4e17-84fc-3c30c2ed4648 - - - - - -] OVN reports status down for port: b4c07414-c957-4887-b966-05e78f450130 2026-05-10 05:15:41.379 8 INFO neutron.db.ovn_revision_numbers_db [None req-a14c59c1-25a1-4ea4-8bed-c830632168f2 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource b4c07414-c957-4887-b966-05e78f450130 (type: ports) to 1 [pid: 8|app: 0|req: 794/1614] 10.0.0.201 () {34 vars in 665 bytes} [Sun May 10 05:15:41 2026] POST /v2.0/ports => generated 775 bytes in 371 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: 821/1615] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:41 2026] DELETE /v2.0/ports/da7a38cd-5f73-499f-bb55-bc4a6e8ad552 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:41.565 7 INFO neutron_taas.services.taas.taas_plugin [None req-05f0916c-8fe2-4bc8-aae7-825c1ae16940 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] TaaS: Handle Delete Port: fe009969-5501-40d7-a744-1a371abdf37d 2026-05-10 05:15:41.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05f0916c-8fe2-4bc8-aae7-825c1ae16940 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Tap Mirror: Handle Delete Port: fe009969-5501-40d7-a744-1a371abdf37d 2026-05-10 05:15:41.653 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-de594d84-ba7d-4e17-84fc-3c30c2ed4648 - - - - - -] OVN reports status down for port: b4c07414-c957-4887-b966-05e78f450130 2026-05-10 05:15:41.663 8 INFO neutron.db.ovn_revision_numbers_db [None req-c6e0c333-7708-40e8-a200-266107091169 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Successfully bumped revision number for resource b4c07414-c957-4887-b966-05e78f450130 (type: ports) to 2 [pid: 8|app: 0|req: 795/1616] 10.0.0.201 () {34 vars in 737 bytes} [Sun May 10 05:15:41 2026] PUT /v2.0/ports/b4c07414-c957-4887-b966-05e78f450130 => generated 752 bytes in 248 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: 822/1617] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:41 2026] DELETE /v2.0/ports/fe009969-5501-40d7-a744-1a371abdf37d => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:41.808 8 INFO neutron_taas.services.taas.taas_plugin [None req-702f6da0-040c-4e2a-bcc3-b3edf90e7562 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] TaaS: Handle Delete Port: b4c07414-c957-4887-b966-05e78f450130 2026-05-10 05:15:41.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-702f6da0-040c-4e2a-bcc3-b3edf90e7562 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Tap Mirror: Handle Delete Port: b4c07414-c957-4887-b966-05e78f450130 2026-05-10 05:15:41.838 7 INFO neutron_taas.services.taas.taas_plugin [None req-19e6b812-bdef-446c-bd5e-f4f87d0c222e 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] TaaS: Handle Delete Port: da6cba84-c58d-462f-8eda-59c76deb4421 2026-05-10 05:15:41.841 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19e6b812-bdef-446c-bd5e-f4f87d0c222e 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Tap Mirror: Handle Delete Port: da6cba84-c58d-462f-8eda-59c76deb4421 [pid: 8|app: 0|req: 796/1618] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:41 2026] DELETE /v2.0/ports/b4c07414-c957-4887-b966-05e78f450130 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1619] 10.0.0.201 () {32 vars in 643 bytes} [Sun May 10 05:15:41 2026] GET /v2.0/ports => generated 1534 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:42.010 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d18da885-d395-42c6-8fd0-57e86b5fb2cf 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 798/1620] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:15:41 2026] GET /v2.0/ports/b4c07414-c957-4887-b966-05e78f450130 => 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: 823/1621] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:41 2026] DELETE /v2.0/networks/78a711ed-a214-4eb1-9104-6e71f0bf5655 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1622] 10.0.0.201 () {32 vars in 643 bytes} [Sun May 10 05:15:42 2026] GET /v2.0/ports => generated 1534 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1623] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:15:42 2026] GET /v2.0/ports/e7a4ad77-5a30-442c-8849-9593df07d046 => generated 775 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:42.140 8 INFO neutron.pecan_wsgi.hooks.translation [None req-722c9772-e27b-4dcc-8536-ee159eb3da77 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 801/1624] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:42 2026] DELETE /v2.0/ports/4f03b89f-7c99-4edd-974c-114cdab283e2 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:15:42.158 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c72512a-56be-4f4e-b961-38182669516a 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 802/1625] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:42 2026] DELETE /v2.0/subnets/4b92e8f6-3b47-4c0c-95b6-de8e692b49c5 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:15:42.180 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3167208f-830e-40fe-a4fd-893624ad9938 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] DELETE failed (client error): The resource could not be found. 2026-05-10 05:15:42.181 7 INFO neutron.services.segments.plugin [-] Segment de9ebf19-f125-469e-9698-5a4ce450c6f5 resource provider aggregate not found [pid: 8|app: 0|req: 803/1626] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:42 2026] DELETE /v2.0/subnets/17423142-58e3-40de-8d66-a2dcfc26ab86 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:15:42.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-97086332-8c87-4d52-ae6b-f48719bcf4af 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] TaaS: Handle Delete Port: d9731437-fa98-43cc-80d0-df507b3d622b 2026-05-10 05:15:42.192 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97086332-8c87-4d52-ae6b-f48719bcf4af 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Tap Mirror: Handle Delete Port: d9731437-fa98-43cc-80d0-df507b3d622b 2026-05-10 05:15:42.202 7 INFO neutron.services.segments.plugin [-] Segment de9ebf19-f125-469e-9698-5a4ce450c6f5 resource provider aggregate not found 2026-05-10 05:15:42.208 7 INFO neutron.services.segments.plugin [-] Segment de9ebf19-f125-469e-9698-5a4ce450c6f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de9ebf19-f125-469e-9698-5a4ce450c6f5 found for delete ", "request_id": "req-8a8ca587-bbb2-413a-9010-47953ef7b27b"}]} 2026-05-10 05:15:42.218 7 INFO neutron.services.segments.plugin [-] Segment de9ebf19-f125-469e-9698-5a4ce450c6f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de9ebf19-f125-469e-9698-5a4ce450c6f5 found for delete ", "request_id": "req-4a6e2fed-8c4b-44f5-a33e-a4672f789608"}]} 2026-05-10 05:15:42.317 8 INFO neutron_taas.services.taas.taas_plugin [None req-10b2d1fa-7ba9-4505-a8d2-99008c5485c6 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] TaaS: Handle Delete Port: e7a4ad77-5a30-442c-8849-9593df07d046 2026-05-10 05:15:42.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10b2d1fa-7ba9-4505-a8d2-99008c5485c6 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Tap Mirror: Handle Delete Port: e7a4ad77-5a30-442c-8849-9593df07d046 [pid: 7|app: 0|req: 824/1627] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:42 2026] DELETE /v2.0/networks/5c3347a8-aabf-4b5c-81d7-5c36638dc430 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1628] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:15:42 2026] DELETE /v2.0/ports/e7a4ad77-5a30-442c-8849-9593df07d046 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:42.542 7 INFO neutron_taas.services.taas.taas_plugin [None req-751611ca-d3de-4675-bfdf-b07e9be72bc0 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] TaaS: Handle Delete Port: ab2452e9-b7a5-4927-8170-abdeebef32a6 2026-05-10 05:15:42.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-751611ca-d3de-4675-bfdf-b07e9be72bc0 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Tap Mirror: Handle Delete Port: ab2452e9-b7a5-4927-8170-abdeebef32a6 2026-05-10 05:15:42.550 8 INFO neutron_taas.services.taas.taas_plugin [None req-7af83306-c719-4f52-a031-d85b13689fe0 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] TaaS: Handle Delete Port: 5a2a286b-bf05-4eb2-a9a4-a5894048a586 2026-05-10 05:15:42.554 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7af83306-c719-4f52-a031-d85b13689fe0 6e084d39d1bd431abc4362ad2c452e43 89fdb23624a34dfbb977028da00055f2 - - default default] Tap Mirror: Handle Delete Port: 5a2a286b-bf05-4eb2-a9a4-a5894048a586 [pid: 7|app: 0|req: 825/1629] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:42 2026] DELETE /v2.0/networks/0c2f97f5-5405-483f-a999-ad339cb5c24e => 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: 805/1630] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:42 2026] DELETE /v2.0/networks/72adf4ec-f7ff-4086-924e-d655b0690017 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:42.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfb03355-1575-472f-ba75-b0dbe429268e 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] TaaS: Handle Delete Port: e05d79bc-664c-4fec-b0a4-7a42e8587cc0 2026-05-10 05:15:42.951 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfb03355-1575-472f-ba75-b0dbe429268e 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Tap Mirror: Handle Delete Port: e05d79bc-664c-4fec-b0a4-7a42e8587cc0 2026-05-10 05:15:43.058 8 INFO neutron.services.segments.plugin [-] Segment 6cb91e39-5145-4ef9-b236-fe393db4e6b0 resource provider aggregate not found 2026-05-10 05:15:43.062 8 INFO neutron.services.segments.plugin [-] Segment 6cb91e39-5145-4ef9-b236-fe393db4e6b0 resource provider aggregate not found 2026-05-10 05:15:43.072 8 INFO neutron.services.segments.plugin [-] Segment 6cb91e39-5145-4ef9-b236-fe393db4e6b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cb91e39-5145-4ef9-b236-fe393db4e6b0 found for delete ", "request_id": "req-2bfb2a4d-24d7-427e-91de-09ce5e132b16"}]} 2026-05-10 05:15:43.076 8 INFO neutron.services.segments.plugin [-] Segment 6cb91e39-5145-4ef9-b236-fe393db4e6b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cb91e39-5145-4ef9-b236-fe393db4e6b0 found for delete ", "request_id": "req-e153e0aa-f095-40fa-bf69-9e1297207742"}]} [pid: 7|app: 0|req: 826/1631] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:42 2026] DELETE /v2.0/networks/44058d89-1059-491a-948f-9872d166b446 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:43.274 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbc70c53-be8c-4cf4-a7de-3d44607cb1da 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] TaaS: Handle Delete Port: 9e3e6a92-225b-4277-a5b8-e8357f96138e 2026-05-10 05:15:43.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbc70c53-be8c-4cf4-a7de-3d44607cb1da 94e12afa08d74ce6ab4c8048c5b64565 e77a3ebf7ec14a2693fb95c405a9890c - - default default] Tap Mirror: Handle Delete Port: 9e3e6a92-225b-4277-a5b8-e8357f96138e [pid: 8|app: 0|req: 806/1632] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:43 2026] DELETE /v2.0/networks/75e00294-c47d-4879-a9b2-11e38b0c0705 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:43.587 7 WARNING neutron.db.securitygroups_db [None req-b0c3fafe-37bc-48a5-814f-d1062c2f43a1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 827/1633] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:43 2026] GET /v2.0/security-groups?tenant_id=89fdb23624a34dfbb977028da00055f2&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1634] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:43 2026] DELETE /v2.0/security-groups/4ed69be0-8341-43c7-a91f-72c39e8095d4 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:43.790 7 WARNING neutron.db.securitygroups_db [None req-83b728e5-71c8-4c8b-bcab-30f23770d6f0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:43.919 7 INFO neutron.db.ovn_revision_numbers_db [None req-83b728e5-71c8-4c8b-bcab-30f23770d6f0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 20b85639-9be7-4f6d-bbed-2a2450a393f7 (type: security_groups) to 1 2026-05-10 05:15:43.933 7 INFO neutron.db.ovn_revision_numbers_db [None req-83b728e5-71c8-4c8b-bcab-30f23770d6f0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2fe45344-d17f-472f-889b-4ac7d82d88c0 (type: security_group_rules) to 0 2026-05-10 05:15:43.942 7 INFO neutron.db.ovn_revision_numbers_db [None req-83b728e5-71c8-4c8b-bcab-30f23770d6f0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4c442087-7fdc-4275-a16d-1dae904f62e7 (type: security_group_rules) to 0 2026-05-10 05:15:43.953 7 INFO neutron.db.ovn_revision_numbers_db [None req-83b728e5-71c8-4c8b-bcab-30f23770d6f0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 962053ff-15e9-4b46-9d04-6ea7e24b6513 (type: security_group_rules) to 0 2026-05-10 05:15:43.963 7 INFO neutron.db.ovn_revision_numbers_db [None req-83b728e5-71c8-4c8b-bcab-30f23770d6f0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fc2aa4d3-29fc-43e1-85fa-48dcab60a65c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 828/1635] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:43 2026] GET /v2.0/security-groups?tenant_id=1943510f3a0c44c9b0c7605b8f4481f0&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1636] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:44 2026] DELETE /v2.0/security-groups/20b85639-9be7-4f6d-bbed-2a2450a393f7 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:44.234 7 INFO neutron.services.segments.plugin [-] Segment 28643a24-efdf-44da-8f22-6988e1e7a9ff resource provider aggregate not found 2026-05-10 05:15:44.240 7 INFO neutron.services.segments.plugin [-] Segment 28643a24-efdf-44da-8f22-6988e1e7a9ff resource provider aggregate not found 2026-05-10 05:15:44.255 7 INFO neutron.services.segments.plugin [-] Segment 28643a24-efdf-44da-8f22-6988e1e7a9ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28643a24-efdf-44da-8f22-6988e1e7a9ff found for delete ", "request_id": "req-0e9d62c9-22f5-42b7-a336-df74ab96aa63"}]} 2026-05-10 05:15:44.259 7 INFO neutron.services.segments.plugin [-] Segment 28643a24-efdf-44da-8f22-6988e1e7a9ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28643a24-efdf-44da-8f22-6988e1e7a9ff found for delete ", "request_id": "req-03637b9b-92f5-431f-b630-7c80ea1ce64d"}]} 2026-05-10 05:15:44.273 7 INFO neutron.services.segments.plugin [-] Segment 3d6a3c30-990b-4a97-b163-6e7c25bd0f7b resource provider aggregate not found 2026-05-10 05:15:44.276 7 INFO neutron.services.segments.plugin [-] Segment 3d6a3c30-990b-4a97-b163-6e7c25bd0f7b resource provider aggregate not found 2026-05-10 05:15:44.292 7 INFO neutron.services.segments.plugin [-] Segment 3d6a3c30-990b-4a97-b163-6e7c25bd0f7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d6a3c30-990b-4a97-b163-6e7c25bd0f7b found for delete ", "request_id": "req-13b0aee2-dd7f-4b9d-951e-569b4d571501"}]} 2026-05-10 05:15:44.299 7 INFO neutron.services.segments.plugin [-] Segment 3d6a3c30-990b-4a97-b163-6e7c25bd0f7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d6a3c30-990b-4a97-b163-6e7c25bd0f7b found for delete ", "request_id": "req-a44ce3b1-9072-4797-979b-a62ee0eec19a"}]} 2026-05-10 05:15:44.311 7 INFO neutron.services.segments.plugin [-] Segment df71d0c4-045d-49f7-a4c0-34662d94b6df resource provider aggregate not found 2026-05-10 05:15:44.315 7 INFO neutron.services.segments.plugin [-] Segment df71d0c4-045d-49f7-a4c0-34662d94b6df resource provider aggregate not found 2026-05-10 05:15:44.326 7 INFO neutron.services.segments.plugin [-] Segment df71d0c4-045d-49f7-a4c0-34662d94b6df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df71d0c4-045d-49f7-a4c0-34662d94b6df found for delete ", "request_id": "req-59b76736-f737-4f23-88d6-aba1d9b5553a"}]} 2026-05-10 05:15:44.330 7 INFO neutron.services.segments.plugin [-] Segment df71d0c4-045d-49f7-a4c0-34662d94b6df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df71d0c4-045d-49f7-a4c0-34662d94b6df found for delete ", "request_id": "req-c961c466-eafa-4161-bea9-0b862fbfadf5"}]} 2026-05-10 05:15:44.470 7 WARNING neutron.db.securitygroups_db [None req-5bf3dbec-e196-42c9-80e2-b62809cc2550 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 829/1637] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:44 2026] GET /v2.0/security-groups?tenant_id=e77a3ebf7ec14a2693fb95c405a9890c&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1638] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:44 2026] DELETE /v2.0/security-groups/e31d0532-13f8-4fed-8c51-06ae1b500ab5 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:44.824 7 WARNING neutron.db.securitygroups_db [None req-9a4e4d85-440d-49aa-a18a-0680e9911abb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:44.977 7 INFO neutron.db.ovn_revision_numbers_db [None req-9a4e4d85-440d-49aa-a18a-0680e9911abb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6b51df5a-3889-4ccc-9c0b-80d972e76a21 (type: security_groups) to 1 2026-05-10 05:15:44.990 7 INFO neutron.db.ovn_revision_numbers_db [None req-9a4e4d85-440d-49aa-a18a-0680e9911abb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4505dfd1-eaba-4ae5-8096-7349607608aa (type: security_group_rules) to 0 2026-05-10 05:15:45.003 7 INFO neutron.db.ovn_revision_numbers_db [None req-9a4e4d85-440d-49aa-a18a-0680e9911abb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9193ec54-e04b-43c1-a9ab-c2b19cd96f21 (type: security_group_rules) to 0 2026-05-10 05:15:45.016 7 INFO neutron.db.ovn_revision_numbers_db [None req-9a4e4d85-440d-49aa-a18a-0680e9911abb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a3581759-2fcd-4269-a761-32151f840120 (type: security_group_rules) to 0 2026-05-10 05:15:45.027 7 INFO neutron.db.ovn_revision_numbers_db [None req-9a4e4d85-440d-49aa-a18a-0680e9911abb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e179b170-3d35-4574-a2fe-36bdcb2160c9 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 830/1641] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:44 2026] GET /v2.0/security-groups?tenant_id=4e20557e8e024a6499e36e6c4ef323a5&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:45.103 8 INFO neutron.services.segments.plugin [-] Segment 7216f4d1-35c7-4a59-a4d9-9ae22a11dc9d resource provider aggregate not found 2026-05-10 05:15:45.107 8 INFO neutron.services.segments.plugin [-] Segment 7216f4d1-35c7-4a59-a4d9-9ae22a11dc9d resource provider aggregate not found 2026-05-10 05:15:45.126 8 INFO neutron.services.segments.plugin [-] Segment 7216f4d1-35c7-4a59-a4d9-9ae22a11dc9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7216f4d1-35c7-4a59-a4d9-9ae22a11dc9d found for delete ", "request_id": "req-df3402e6-2086-4e9a-aa64-e116059a9623"}]} 2026-05-10 05:15:45.129 8 INFO neutron.services.segments.plugin [-] Segment 7216f4d1-35c7-4a59-a4d9-9ae22a11dc9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7216f4d1-35c7-4a59-a4d9-9ae22a11dc9d found for delete ", "request_id": "req-344e8e5c-25ef-4f2c-82e4-e3aee320ee0c"}]} [pid: 8|app: 0|req: 812/1642] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:45 2026] DELETE /v2.0/security-groups/6b51df5a-3889-4ccc-9c0b-80d972e76a21 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:45.419 7 WARNING neutron.db.securitygroups_db [None req-54700364-0c98-4947-926c-16424363259e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:45.551 7 INFO neutron.db.ovn_revision_numbers_db [None req-54700364-0c98-4947-926c-16424363259e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9c3ecd1b-69f9-4b00-9656-c6cf3c71971c (type: security_groups) to 1 2026-05-10 05:15:45.563 7 INFO neutron.db.ovn_revision_numbers_db [None req-54700364-0c98-4947-926c-16424363259e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4a595529-fdf8-4e5e-9caf-5d64cf2ebf4d (type: security_group_rules) to 0 2026-05-10 05:15:45.575 7 INFO neutron.db.ovn_revision_numbers_db [None req-54700364-0c98-4947-926c-16424363259e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4d5d7398-5b32-4236-818d-841af6c1db4e (type: security_group_rules) to 0 2026-05-10 05:15:45.586 7 INFO neutron.db.ovn_revision_numbers_db [None req-54700364-0c98-4947-926c-16424363259e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 92577603-f1bc-4524-81a5-03765a0e6a0c (type: security_group_rules) to 0 2026-05-10 05:15:45.597 7 INFO neutron.db.ovn_revision_numbers_db [None req-54700364-0c98-4947-926c-16424363259e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c7e9d946-c245-4271-9e00-6feeef041d0e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 831/1643] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:45 2026] GET /v2.0/security-groups?tenant_id=78989153dcc94bd1b80935935f326422&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:45.815 8 INFO neutron.db.ovn_revision_numbers_db [None req-520db605-eb53-47e2-b87d-18a30b68a692 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource f0df137a-36e5-4451-bf00-5ea63bc5641a (type: security_groups) to 1 [pid: 7|app: 0|req: 832/1644] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:45 2026] DELETE /v2.0/security-groups/9c3ecd1b-69f9-4b00-9656-c6cf3c71971c => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:45.825 8 INFO neutron.db.ovn_revision_numbers_db [None req-520db605-eb53-47e2-b87d-18a30b68a692 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource 463b799a-07f4-436b-8134-986f14808409 (type: security_group_rules) to 0 2026-05-10 05:15:45.837 8 INFO neutron.db.ovn_revision_numbers_db [None req-520db605-eb53-47e2-b87d-18a30b68a692 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource 6e518e73-3362-444c-bbdb-46acdb02427a (type: security_group_rules) to 0 2026-05-10 05:15:45.848 8 INFO neutron.db.ovn_revision_numbers_db [None req-520db605-eb53-47e2-b87d-18a30b68a692 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource 7573aca4-047f-416d-b5f9-c49a6cd97a55 (type: security_group_rules) to 0 2026-05-10 05:15:45.858 8 INFO neutron.db.ovn_revision_numbers_db [None req-520db605-eb53-47e2-b87d-18a30b68a692 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource a359d5f6-a433-41b7-9a8f-70dc106b4130 (type: security_group_rules) to 0 2026-05-10 05:15:45.983 8 INFO neutron.db.ovn_revision_numbers_db [None req-520db605-eb53-47e2-b87d-18a30b68a692 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource 806290c3-e17b-421b-9424-2346f4dd3b40 (type: security_groups) to 1 2026-05-10 05:15:46.001 8 INFO neutron.db.ovn_revision_numbers_db [None req-520db605-eb53-47e2-b87d-18a30b68a692 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource 38c0850a-c023-424f-84d2-18bc8cbb0aff (type: security_group_rules) to 0 2026-05-10 05:15:46.012 8 INFO neutron.db.ovn_revision_numbers_db [None req-520db605-eb53-47e2-b87d-18a30b68a692 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource 690e2e01-9159-45ac-934e-119c780e44d9 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 813/1645] 10.0.0.201 () {34 vars in 684 bytes} [Sun May 10 05:15:45 2026] POST /v2.0/security-groups => generated 1625 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1646] 10.0.0.201 () {32 vars in 663 bytes} [Sun May 10 05:15:46 2026] GET /v2.0/security-groups => generated 4530 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:46.142 8 INFO neutron.db.ovn_revision_numbers_db [None req-40e8c7c0-260c-4253-8512-19cea88a7960 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource 806290c3-e17b-421b-9424-2346f4dd3b40 (type: security_groups) to 2 [pid: 8|app: 0|req: 814/1647] 10.0.0.201 () {34 vars in 758 bytes} [Sun May 10 05:15:46 2026] PUT /v2.0/security-groups/806290c3-e17b-421b-9424-2346f4dd3b40 => generated 1661 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1648] 10.0.0.201 () {32 vars in 737 bytes} [Sun May 10 05:15:46 2026] GET /v2.0/security-groups/806290c3-e17b-421b-9424-2346f4dd3b40 => generated 1661 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1649] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:46 2026] DELETE /v2.0/security-groups/806290c3-e17b-421b-9424-2346f4dd3b40 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1650] 10.0.0.201 () {32 vars in 663 bytes} [Sun May 10 05:15:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:46.356 8 INFO neutron.api.v2.resource [None req-f97fbe39-d39c-4d14-b056-8dd8e564e297 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 816/1651] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:46 2026] DELETE /v2.0/security-groups/806290c3-e17b-421b-9424-2346f4dd3b40 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:15:46.469 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d69708d-63f5-4107-b279-629d03aa110d 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource d0552f32-ea15-4ddc-88ac-81a225392b9a (type: security_groups) to 1 2026-05-10 05:15:46.479 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d69708d-63f5-4107-b279-629d03aa110d 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource 65bcc6f3-3400-4f3f-9309-a86dc7f12e35 (type: security_group_rules) to 0 2026-05-10 05:15:46.489 7 INFO neutron.db.ovn_revision_numbers_db [None req-7d69708d-63f5-4107-b279-629d03aa110d 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource ecebcf97-0d05-40a2-ba18-60128c489bdf (type: security_group_rules) to 0 [pid: 8|app: 0|req: 817/1652] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 05:15:46 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 1232 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1653] 10.0.0.201 () {34 vars in 684 bytes} [Sun May 10 05:15:46 2026] POST /v2.0/security-groups => generated 1625 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1654] 10.0.0.223 () {34 vars in 1040 bytes} [Sun May 10 05:15:46 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:46.633 7 INFO neutron.db.ovn_revision_numbers_db [None req-a5aa0ee9-7ae3-4ce0-938f-a8f980ff3c87 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource 4acb3734-44d5-4796-bf96-038c57471186 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 837/1655] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:15:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1656] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:15:46 2026] GET /v2.0/security-group-rules/4acb3734-44d5-4796-bf96-038c57471186 => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1657] 10.0.0.201 () {32 vars in 673 bytes} [Sun May 10 05:15:46 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: 8|app: 0|req: 820/1658] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:15:46 2026] DELETE /v2.0/security-group-rules/4acb3734-44d5-4796-bf96-038c57471186 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1659] 10.0.0.201 () {32 vars in 673 bytes} [Sun May 10 05:15:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:47.042 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c8d060d-7478-4681-aafb-23f7a371096c 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource adf192c9-6969-4011-b557-0e69b21395f4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 821/1660] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:15:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1661] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:15:47 2026] GET /v2.0/security-group-rules/adf192c9-6969-4011-b557-0e69b21395f4 => 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: 822/1662] 10.0.0.201 () {32 vars in 673 bytes} [Sun May 10 05:15:47 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1663] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:15:47 2026] DELETE /v2.0/security-group-rules/adf192c9-6969-4011-b557-0e69b21395f4 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1664] 10.0.0.201 () {32 vars in 673 bytes} [Sun May 10 05:15:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:47.453 7 INFO neutron.db.ovn_revision_numbers_db [None req-11c586a1-1243-4ccb-98de-b474d6601018 1f254b154b2c4ccba56d13643dc1f071 c9c1d819a4004763842fd2cb6de1e9cd - - default default] Successfully bumped revision number for resource a7db097f-1c49-464b-9634-3e3d06d04b55 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 843/1665] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:15:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1666] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:15:47 2026] GET /v2.0/security-group-rules/a7db097f-1c49-464b-9634-3e3d06d04b55 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:47.561 8 INFO neutron.db.ovn_revision_numbers_db [None req-54982e39-ca72-4728-9b5c-11c03ff7072d 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 16858205-ab8a-4cd3-9a5a-36f3722a166c (type: security_groups) to 1 2026-05-10 05:15:47.573 8 INFO neutron.db.ovn_revision_numbers_db [None req-54982e39-ca72-4728-9b5c-11c03ff7072d 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 20786043-28b1-44df-b359-07a8abe6b4df (type: security_group_rules) to 0 [pid: 7|app: 0|req: 845/1667] 10.0.0.201 () {32 vars in 673 bytes} [Sun May 10 05:15:47 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:47.589 8 INFO neutron.db.ovn_revision_numbers_db [None req-54982e39-ca72-4728-9b5c-11c03ff7072d 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 5b4016a8-9c16-45a7-b73e-adffa6b2c701 (type: security_group_rules) to 0 2026-05-10 05:15:47.601 8 INFO neutron.db.ovn_revision_numbers_db [None req-54982e39-ca72-4728-9b5c-11c03ff7072d 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource b0758fc7-18de-4d10-b705-06c4118dfb7a (type: security_group_rules) to 0 2026-05-10 05:15:47.614 8 INFO neutron.db.ovn_revision_numbers_db [None req-54982e39-ca72-4728-9b5c-11c03ff7072d 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource faab8909-e65a-47c2-b52f-0d261d1444df (type: security_group_rules) to 0 [pid: 7|app: 0|req: 846/1668] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:15:47 2026] DELETE /v2.0/security-group-rules/a7db097f-1c49-464b-9634-3e3d06d04b55 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:47.701 8 INFO neutron.db.segments_db [None req-54982e39-ca72-4728-9b5c-11c03ff7072d 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Added segment 920658e4-a2ed-404a-b09a-67b4d0f8e595 of type geneve for network cd4ebd3e-3c11-4582-a8ee-684f72012583 [pid: 7|app: 0|req: 847/1669] 10.0.0.201 () {32 vars in 673 bytes} [Sun May 10 05:15:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:47.810 8 INFO neutron.db.ovn_revision_numbers_db [None req-54982e39-ca72-4728-9b5c-11c03ff7072d 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource cd4ebd3e-3c11-4582-a8ee-684f72012583 (type: networks) to 1 [pid: 7|app: 0|req: 848/1670] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:47 2026] DELETE /v2.0/security-groups/d0552f32-ea15-4ddc-88ac-81a225392b9a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1671] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:47 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1672] 10.0.0.201 () {32 vars in 663 bytes} [Sun May 10 05:15:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:47.991 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-54982e39-ca72-4728-9b5c-11c03ff7072d 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] No more DHCP agents 2026-05-10 05:15:47.992 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-54982e39-ca72-4728-9b5c-11c03ff7072d 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Unable to schedule network cd4ebd3e-3c11-4582-a8ee-684f72012583: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 851/1673] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:47 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&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: 852/1674] 10.0.0.201 () {32 vars in 663 bytes} [Sun May 10 05:15:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:48.053 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: e7dccfce-1850-4761-9b40-48a97a9a206f 2026-05-10 05:15:48.115 8 INFO neutron.db.ovn_revision_numbers_db [None req-54982e39-ca72-4728-9b5c-11c03ff7072d 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource e7dccfce-1850-4761-9b40-48a97a9a206f (type: ports) to 1 [pid: 8|app: 0|req: 823/1675] 10.0.0.201 () {34 vars in 671 bytes} [Sun May 10 05:15:47 2026] POST /v2.0/networks => generated 670 bytes in 957 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1676] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:48 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1677] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:48 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:48.569 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1f693db0-21f4-4860-a1b3-881480a1707f 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] No more DHCP agents 2026-05-10 05:15:48.570 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1f693db0-21f4-4860-a1b3-881480a1707f 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:48.689 8 WARNING neutron.db.securitygroups_db [None req-5b0da3a3-b2be-41fd-b2fc-5369bd34e5a7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:48.691 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-de594d84-ba7d-4e17-84fc-3c30c2ed4648 - - - - - -] OVN reports status down for port: 5ebff82e-be2b-4d4f-8ab6-c01d9a1be8d9 [pid: 8|app: 0|req: 826/1678] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:48 2026] GET /v2.0/security-groups?tenant_id=c9c1d819a4004763842fd2cb6de1e9cd&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:48.740 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f693db0-21f4-4860-a1b3-881480a1707f 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 5ebff82e-be2b-4d4f-8ab6-c01d9a1be8d9 (type: ports) to 1 [pid: 8|app: 0|req: 827/1679] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:48 2026] DELETE /v2.0/security-groups/f0df137a-36e5-4451-bf00-5ea63bc5641a => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:49.247 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-de594d84-ba7d-4e17-84fc-3c30c2ed4648 - - - - - -] OVN reports status down for port: 2ad2490c-e6e5-47ea-a641-520454fc9316 [pid: 8|app: 0|req: 828/1680] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:49 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:49.468 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-2e76f7d3-a850-4bbc-80f9-5aecdf2a5f7e - - - - - -] Router 9a2ee25b-f4b6-46a1-8f92-d71adcee42a1 is bound to host instance 2026-05-10 05:15:49.489 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-41971844-3290-4b5c-99cb-0dcc3a0ee39b'] response: {'server_uuid': '92e274db-8e82-427a-9627-260ee4c5622d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2ad2490c-e6e5-47ea-a641-520454fc9316', 'code': 200} [pid: 8|app: 0|req: 829/1681] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:49 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:49.604 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f693db0-21f4-4860-a1b3-881480a1707f 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 5ebff82e-be2b-4d4f-8ab6-c01d9a1be8d9 (type: router_ports) to 1 2026-05-10 05:15:49.827 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f693db0-21f4-4860-a1b3-881480a1707f 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 9a2ee25b-f4b6-46a1-8f92-d71adcee42a1 (type: routers) to 2 [pid: 7|app: 0|req: 853/1682] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:15:48 2026] POST /v2.0/routers => generated 976 bytes in 1707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:49.877 7 INFO neutron.db.ovn_revision_numbers_db [None req-de594d84-ba7d-4e17-84fc-3c30c2ed4648 - - - - - -] Successfully bumped revision number for resource 2ad2490c-e6e5-47ea-a641-520454fc9316 (type: ports) to 8 2026-05-10 05:15:50.014 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-09dc50fd-4605-4179-93f3-45489e921241 - - - - - -] OVN reports status up for port: 5ebff82e-be2b-4d4f-8ab6-c01d9a1be8d9 2026-05-10 05:15:50.039 7 INFO neutron.plugins.ml2.plugin [None req-09dc50fd-4605-4179-93f3-45489e921241 - - - - - -] Attempt 1 to provision port 5ebff82e-be2b-4d4f-8ab6-c01d9a1be8d9 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 830/1683] 10.0.0.201 () {32 vars in 776 bytes} [Sun May 10 05:15:49 2026] GET /v2.0/subnets?project_id=f9d573a52fbc440081c2f7fb3e5f8d6b&cidr=10.100.0.0%2F28 => generated 14 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1684] 10.0.0.201 () {32 vars in 694 bytes} [Sun May 10 05:15:50 2026] GET /v2.0/networks?router%3Aexternal=True => generated 791 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1685] 10.0.0.201 () {32 vars in 784 bytes} [Sun May 10 05:15:50 2026] GET /v2.0/subnets?network_id=4a1940cd-d845-4f41-a8eb-4985c7401711&cidr=10.100.0.0%2F28 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1686] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:15:49 2026] POST /v2.0/subnetpools => generated 516 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1687] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:15:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:50.359 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-024cf35a-2ef5-49c1-b479-2889d6340ae4 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] No more DHCP agents 2026-05-10 05:15:50.364 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-024cf35a-2ef5-49c1-b479-2889d6340ae4 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Unable to schedule network cd4ebd3e-3c11-4582-a8ee-684f72012583: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 856/1688] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:15:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1689] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:15:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1690] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:15:50 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1691] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:15:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1692] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:50 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:50.785 8 INFO neutron.db.ovn_revision_numbers_db [None req-024cf35a-2ef5-49c1-b479-2889d6340ae4 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource e7dccfce-1850-4761-9b40-48a97a9a206f (type: ports) to 2 2026-05-10 05:15:50.817 8 INFO neutron.db.ovn_revision_numbers_db [None req-024cf35a-2ef5-49c1-b479-2889d6340ae4 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource d06c524a-af65-41d7-a3e8-669f112842f7 (type: subnets) to 0 [pid: 8|app: 0|req: 833/1693] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:15:50 2026] POST /v2.0/subnets => generated 657 bytes in 648 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1694] 10.0.0.201 () {34 vars in 759 bytes} [Sun May 10 05:15:50 2026] PUT /v2.0/subnetpools/f75a624c-bb2f-4603-b11e-3d6ca47cde6b/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1695] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:15:50 2026] GET /v2.0/security-groups?id=f8981a5b-1649-4f7a-9594-ac7dcaa34ed2&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:50.948 7 INFO neutron.db.ovn_revision_numbers_db [None req-ad2b6076-39dd-49e0-8d01-c7b240f30d02 - - - - - -] Successfully bumped revision number for resource 5ebff82e-be2b-4d4f-8ab6-c01d9a1be8d9 (type: ports) to 4 2026-05-10 05:15:50.959 7 INFO neutron_taas.services.taas.taas_plugin [req-e45aeab4-80de-49be-a160-6f39ada03978 req-b81f3e80-3a23-4215-96e0-52cd1286fa2b 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] TaaS: Handle Delete Port: 2ad2490c-e6e5-47ea-a641-520454fc9316 2026-05-10 05:15:50.965 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e45aeab4-80de-49be-a160-6f39ada03978 req-b81f3e80-3a23-4215-96e0-52cd1286fa2b 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] Tap Mirror: Handle Delete Port: 2ad2490c-e6e5-47ea-a641-520454fc9316 2026-05-10 05:15:51.258 7 INFO neutron.db.l3_db [req-e45aeab4-80de-49be-a160-6f39ada03978 req-b81f3e80-3a23-4215-96e0-52cd1286fa2b 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] Floating IP cca1ffd8-ac4f-41ec-9ef3-5cc2229b0453 disassociated. External IP: 10.96.250.201, port: 2ad2490c-e6e5-47ea-a641-520454fc9316. 2026-05-10 05:15:51.398 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bcb4f66d-183a-4bc4-8ce2-6950ca80eb1c 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] No more DHCP agents 2026-05-10 05:15:51.399 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bcb4f66d-183a-4bc4-8ce2-6950ca80eb1c 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Unable to schedule network cd4ebd3e-3c11-4582-a8ee-684f72012583: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:15:51.510 7 INFO neutron.db.ovn_revision_numbers_db [None req-ad2b6076-39dd-49e0-8d01-c7b240f30d02 - - - - - -] Successfully bumped revision number for resource 5ebff82e-be2b-4d4f-8ab6-c01d9a1be8d9 (type: ports) to 5 [pid: 7|app: 0|req: 861/1696] 199.204.45.23 () {36 vars in 996 bytes} [Sun May 10 05:15:50 2026] DELETE /v2.0/ports/2ad2490c-e6e5-47ea-a641-520454fc9316 => generated 0 bytes in 808 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:51.540 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8420072-60ec-4871-9ff4-cd838e1e4612'] response: {'server_uuid': '92e274db-8e82-427a-9627-260ee4c5622d', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '2ad2490c-e6e5-47ea-a641-520454fc9316', 'code': 200} 2026-05-10 05:15:51.564 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status down for port: 3e75cd23-ba41-4555-a5d5-14d506ee831e 2026-05-10 05:15:51.609 8 INFO neutron.db.ovn_revision_numbers_db [None req-bcb4f66d-183a-4bc4-8ce2-6950ca80eb1c 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 3e75cd23-ba41-4555-a5d5-14d506ee831e (type: ports) to 1 [pid: 7|app: 0|req: 862/1697] 10.0.0.201 () {34 vars in 759 bytes} [Sun May 10 05:15:51 2026] PUT /v2.0/subnetpools/bccb3f84-5759-49d3-941d-ec6e4201e1a7/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1698] 10.0.0.201 () {34 vars in 759 bytes} [Sun May 10 05:15:51 2026] PUT /v2.0/subnetpools/64946f8b-c520-426e-926b-e11a9da6918e/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1699] 10.0.0.201 () {34 vars in 759 bytes} [Sun May 10 05:15:51 2026] PUT /v2.0/subnetpools/4a18632c-204e-4f32-844e-386056ce1184/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1700] 10.0.0.201 () {32 vars in 672 bytes} [Sun May 10 05:15:51 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1701] 10.0.0.201 () {32 vars in 686 bytes} [Sun May 10 05:15:51 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1702] 10.0.0.201 () {32 vars in 682 bytes} [Sun May 10 05:15:51 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1703] 10.0.0.201 () {32 vars in 694 bytes} [Sun May 10 05:15:51 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1704] 10.0.0.201 () {32 vars in 680 bytes} [Sun May 10 05:15:51 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1705] 10.0.0.201 () {32 vars in 694 bytes} [Sun May 10 05:15:51 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1706] 10.0.0.201 () {32 vars in 690 bytes} [Sun May 10 05:15:51 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1707] 10.0.0.201 () {32 vars in 702 bytes} [Sun May 10 05:15:51 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1708] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:52 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:52.281 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] OVN reports status up for port: 3e75cd23-ba41-4555-a5d5-14d506ee831e 2026-05-10 05:15:52.313 8 INFO neutron.plugins.ml2.plugin [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] Attempt 1 to provision port 3e75cd23-ba41-4555-a5d5-14d506ee831e 2026-05-10 05:15:52.424 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bcb4f66d-183a-4bc4-8ce2-6950ca80eb1c 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] No more DHCP agents 2026-05-10 05:15:52.428 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bcb4f66d-183a-4bc4-8ce2-6950ca80eb1c 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Unable to schedule network cd4ebd3e-3c11-4582-a8ee-684f72012583: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 874/1709] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:15:52 2026] GET /v2.0/routers => generated 1983 bytes in 681 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1710] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:15:52 2026] DELETE /v2.0/subnetpools/f75a624c-bb2f-4603-b11e-3d6ca47cde6b => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1711] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:15:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1712] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:15:52 2026] DELETE /v2.0/subnetpools/bccb3f84-5759-49d3-941d-ec6e4201e1a7 => 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: 878/1713] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:15:52 2026] GET /v2.0/security-groups => generated 26070 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1714] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:15:52 2026] DELETE /v2.0/subnetpools/64946f8b-c520-426e-926b-e11a9da6918e => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1715] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:15:52 2026] GET /v2.0/ports => generated 12707 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-10 05:15:53.037 8 INFO neutron.db.ovn_revision_numbers_db [None req-15588866-46db-47c0-929e-420420ef9ac9 - - - - - -] Successfully bumped revision number for resource 3e75cd23-ba41-4555-a5d5-14d506ee831e (type: ports) to 2 [pid: 7|app: 0|req: 881/1716] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:15:53 2026] DELETE /v2.0/subnetpools/4a18632c-204e-4f32-844e-386056ce1184 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1717] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:15:53 2026] GET /v2.0/network-ip-availabilities => generated 3395 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1718] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:15:53 2026] DELETE /v2.0/subnetpools/0e30ad06-6984-485f-886e-222ab1ba3b15 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1719] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:15:53 2026] GET /v2.0/floatingips => generated 555 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1720] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:53 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:53.217 8 INFO neutron.db.ovn_revision_numbers_db [None req-bcb4f66d-183a-4bc4-8ce2-6950ca80eb1c 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 3e75cd23-ba41-4555-a5d5-14d506ee831e (type: router_ports) to 1 [pid: 8|app: 0|req: 836/1721] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:15:50 2026] PUT /v2.0/routers/9a2ee25b-f4b6-46a1-8f92-d71adcee42a1/add_router_interface => generated 310 bytes in 2310 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: 886/1722] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:15:53 2026] GET /v2.0/networks => generated 3869 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1723] 10.0.0.201 () {32 vars in 649 bytes} [Sun May 10 05:15:53 2026] GET /v2.0/networks => generated 3869 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1724] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:15:53 2026] GET /v2.0/subnets => generated 2654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1725] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:15:53 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1726] 10.0.0.201 () {32 vars in 647 bytes} [Sun May 10 05:15:53 2026] GET /v2.0/subnets => generated 2654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1727] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:15:53 2026] GET /v2.0/subnets => generated 2654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1728] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:15:53 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: 839/1729] 10.0.0.201 () {32 vars in 647 bytes} [Sun May 10 05:15:53 2026] GET /v2.0/routers => generated 1983 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:53.567 7 INFO neutron.db.ovn_revision_numbers_db [None req-b98e25b3-abfa-4dd1-8c95-3916d2325870 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 03c68b37-6f0a-440b-bef2-7fb697a0370f (type: security_groups) to 1 2026-05-10 05:15:53.579 7 INFO neutron.db.ovn_revision_numbers_db [None req-b98e25b3-abfa-4dd1-8c95-3916d2325870 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 139472ea-122f-4570-b40c-0f86e095c8df (type: security_group_rules) to 0 2026-05-10 05:15:53.591 7 INFO neutron.db.ovn_revision_numbers_db [None req-b98e25b3-abfa-4dd1-8c95-3916d2325870 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 42058d1c-64c8-4c0f-b706-338e91a04305 (type: security_group_rules) to 0 2026-05-10 05:15:53.599 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f816397-5a1f-4805-87e0-62f5c8ea128d'] response: {'server_uuid': '92e274db-8e82-427a-9627-260ee4c5622d', 'name': 'network-vif-deleted', 'tag': '2ad2490c-e6e5-47ea-a641-520454fc9316', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 891/1730] 10.0.0.201 () {34 vars in 685 bytes} [Sun May 10 05:15:53 2026] POST /v2.0/security-groups => generated 1673 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:15:53.725 8 INFO neutron.db.ovn_revision_numbers_db [None req-b608f36d-8d67-4743-969e-fb0eb8bdf9a4 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 26259f7c-b101-4683-badf-421ef0a1279f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 840/1731] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:15:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:53.842 7 WARNING neutron.db.securitygroups_db [None req-2df7575e-8874-4dbd-a2b7-45bee2aa3180 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:53.873 8 INFO neutron.db.ovn_revision_numbers_db [None req-e372a366-be72-40a2-a05e-e35c8331e85d 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource df520503-4069-4b10-a300-c0f71904c988 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 841/1732] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:15:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:53.952 7 INFO neutron.db.ovn_revision_numbers_db [None req-2df7575e-8874-4dbd-a2b7-45bee2aa3180 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c47d29b2-e4bf-4429-9b1b-887f9d9b7e3b (type: security_groups) to 1 2026-05-10 05:15:53.963 7 INFO neutron.db.ovn_revision_numbers_db [None req-2df7575e-8874-4dbd-a2b7-45bee2aa3180 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 33809394-4811-4f13-a314-0c3075b01a47 (type: security_group_rules) to 0 2026-05-10 05:15:53.972 7 INFO neutron.db.ovn_revision_numbers_db [None req-2df7575e-8874-4dbd-a2b7-45bee2aa3180 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 616fe144-c8d9-4aee-9167-7fb4d982753c (type: security_group_rules) to 0 2026-05-10 05:15:53.984 7 INFO neutron.db.ovn_revision_numbers_db [None req-2df7575e-8874-4dbd-a2b7-45bee2aa3180 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 778f2afd-c60d-4f04-b2ed-f843fb8887c9 (type: security_group_rules) to 0 2026-05-10 05:15:53.995 7 INFO neutron.db.ovn_revision_numbers_db [None req-2df7575e-8874-4dbd-a2b7-45bee2aa3180 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource bc77dfbe-d1d8-44ec-b016-b9e4e5e84f3a (type: security_group_rules) to 0 2026-05-10 05:15:54.041 8 INFO neutron.db.ovn_revision_numbers_db [None req-90ee5189-5dda-49cc-af56-6efc235024aa 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource cf7cd1ac-725d-448d-b731-9badda241031 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 892/1733] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:53 2026] GET /v2.0/security-groups?tenant_id=9005c6feef0d4d97ae8321ae3d8b7af2&name=default => generated 2925 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1734] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:15:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:54.137 7 WARNING neutron.db.securitygroups_db [None req-41c0c19c-9435-4984-8798-c287ee1e6fa6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 843/1735] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:54 2026] DELETE /v2.0/security-groups/c47d29b2-e4bf-4429-9b1b-887f9d9b7e3b => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:54.255 7 INFO neutron.db.ovn_revision_numbers_db [None req-41c0c19c-9435-4984-8798-c287ee1e6fa6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 213471e7-92ee-4566-b13e-22c3346dba5d (type: security_groups) to 1 2026-05-10 05:15:54.268 7 INFO neutron.db.ovn_revision_numbers_db [None req-41c0c19c-9435-4984-8798-c287ee1e6fa6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4876f058-4262-4c50-a910-8ba6c26e164b (type: security_group_rules) to 0 2026-05-10 05:15:54.285 7 INFO neutron.db.ovn_revision_numbers_db [None req-41c0c19c-9435-4984-8798-c287ee1e6fa6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 76400406-8bb1-450c-b8fa-44599c1c7b17 (type: security_group_rules) to 0 2026-05-10 05:15:54.302 7 INFO neutron.db.ovn_revision_numbers_db [None req-41c0c19c-9435-4984-8798-c287ee1e6fa6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b9510e03-66d9-47d1-8c5c-69c5d0c15e9a (type: security_group_rules) to 0 2026-05-10 05:15:54.313 7 INFO neutron.db.ovn_revision_numbers_db [None req-41c0c19c-9435-4984-8798-c287ee1e6fa6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource efb7d3d0-4b72-4c72-922b-6454e34a6149 (type: security_group_rules) to 0 2026-05-10 05:15:54.344 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c9bfad3-57d2-4f93-bec0-409be1ac01e9 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 86879bed-923c-44b3-aa2b-9126b988a8a6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 893/1736] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:54 2026] GET /v2.0/security-groups?tenant_id=b4be1855b95c404c813820238c615e92&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: 894/1737] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:54 2026] GET /v2.0/ports?device_id=92e274db-8e82-427a-9627-260ee4c5622d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:54.383 7 WARNING neutron.db.securitygroups_db [None req-c5339faf-acf7-4326-9b8d-52d870d39f4c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 844/1738] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:15:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:54.501 7 INFO neutron.db.ovn_revision_numbers_db [None req-c5339faf-acf7-4326-9b8d-52d870d39f4c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2bf10b20-e71f-40a5-92db-1eca1520e9de (type: security_groups) to 1 2026-05-10 05:15:54.512 7 INFO neutron.db.ovn_revision_numbers_db [None req-c5339faf-acf7-4326-9b8d-52d870d39f4c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource acb06202-49dd-4617-8f64-c4e80947f7a6 (type: security_group_rules) to 0 2026-05-10 05:15:54.524 7 INFO neutron.db.ovn_revision_numbers_db [None req-c5339faf-acf7-4326-9b8d-52d870d39f4c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c5db6c01-a0fb-4c56-943b-de5917e762c5 (type: security_group_rules) to 0 2026-05-10 05:15:54.536 7 INFO neutron.db.ovn_revision_numbers_db [None req-c5339faf-acf7-4326-9b8d-52d870d39f4c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e33df916-e689-4d6c-aaac-c3c7e41e9515 (type: security_group_rules) to 0 2026-05-10 05:15:54.547 7 INFO neutron.db.ovn_revision_numbers_db [None req-c5339faf-acf7-4326-9b8d-52d870d39f4c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fd101314-5081-474a-86c8-efbf85041508 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 845/1739] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:54 2026] DELETE /v2.0/security-groups/213471e7-92ee-4566-b13e-22c3346dba5d => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:54.585 8 INFO neutron.db.securitygroups_db [None req-a80c3ba8-e81d-40e1-953b-2b5b342ae05d 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Project f9d573a52fbc440081c2f7fb3e5f8d6b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 895/1740] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:54 2026] GET /v2.0/security-groups?tenant_id=7e7cbc1def4c44759cb3d1966d6d9f48&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:54.668 8 INFO neutron.db.ovn_revision_numbers_db [None req-a80c3ba8-e81d-40e1-953b-2b5b342ae05d 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 781a8974-b7ca-4ee7-bc7e-1bc3b7065708 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 846/1741] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:15:54 2026] POST /v2.0/security-group-rules => generated 607 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:54.708 8 WARNING neutron.db.securitygroups_db [None req-5c146c22-45ce-4f97-8362-5ae93bf7d895 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 896/1742] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:54 2026] DELETE /v2.0/security-groups/2bf10b20-e71f-40a5-92db-1eca1520e9de => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:54.783 7 INFO neutron.db.securitygroups_db [None req-76bdbb06-ec20-4439-b5ab-457f4ff399b4 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Project f9d573a52fbc440081c2f7fb3e5f8d6b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-10 05:15:54.809 8 INFO neutron.db.ovn_revision_numbers_db [None req-5c146c22-45ce-4f97-8362-5ae93bf7d895 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ba6980da-d978-4487-a883-b38ad0ab5f57 (type: security_groups) to 1 2026-05-10 05:15:54.819 8 INFO neutron.db.ovn_revision_numbers_db [None req-5c146c22-45ce-4f97-8362-5ae93bf7d895 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9679d5c1-0e3e-4ec2-abe8-23f6f0908325 (type: security_group_rules) to 0 2026-05-10 05:15:54.829 8 INFO neutron.db.ovn_revision_numbers_db [None req-5c146c22-45ce-4f97-8362-5ae93bf7d895 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource af370b33-8c4b-44fc-a9e7-fbce72707f90 (type: security_group_rules) to 0 2026-05-10 05:15:54.839 8 INFO neutron.db.ovn_revision_numbers_db [None req-5c146c22-45ce-4f97-8362-5ae93bf7d895 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e185acc8-da80-46b9-9d0d-1a62a6a402e2 (type: security_group_rules) to 0 2026-05-10 05:15:54.855 8 INFO neutron.db.ovn_revision_numbers_db [None req-5c146c22-45ce-4f97-8362-5ae93bf7d895 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e4d87e76-1af9-411f-a393-d6402d029d6e (type: security_group_rules) to 0 2026-05-10 05:15:54.857 7 INFO neutron.db.ovn_revision_numbers_db [None req-76bdbb06-ec20-4439-b5ab-457f4ff399b4 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 28289d9a-abd5-46ab-987a-cc1697edbb8e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 897/1743] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:15:54 2026] POST /v2.0/security-group-rules => generated 606 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1744] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:54 2026] GET /v2.0/security-groups?tenant_id=55aa7901ffc1465fb8c42e82acdc3f3c&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1745] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:54 2026] DELETE /v2.0/security-groups/ba6980da-d978-4487-a883-b38ad0ab5f57 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:55.136 8 WARNING neutron.db.securitygroups_db [None req-56ff9695-9811-4e20-a7fb-c805be71dff1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:55.256 8 INFO neutron.db.ovn_revision_numbers_db [None req-56ff9695-9811-4e20-a7fb-c805be71dff1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9eb26994-10af-457c-8127-b80d4e4aeb3f (type: security_groups) to 1 2026-05-10 05:15:55.269 8 INFO neutron.db.ovn_revision_numbers_db [None req-56ff9695-9811-4e20-a7fb-c805be71dff1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 04142afc-d06d-4b24-a9fb-701dffbf3839 (type: security_group_rules) to 0 2026-05-10 05:15:55.278 8 INFO neutron.db.ovn_revision_numbers_db [None req-56ff9695-9811-4e20-a7fb-c805be71dff1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 38d99650-395f-48b5-acdc-b0a5ebdf0392 (type: security_group_rules) to 0 2026-05-10 05:15:55.289 8 INFO neutron.db.ovn_revision_numbers_db [None req-56ff9695-9811-4e20-a7fb-c805be71dff1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3b1bfccd-418f-424a-b45b-70e25707ae14 (type: security_group_rules) to 0 2026-05-10 05:15:55.312 8 INFO neutron.db.ovn_revision_numbers_db [None req-56ff9695-9811-4e20-a7fb-c805be71dff1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a830a6bf-78ce-4895-88b3-c849504dc0f2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 848/1746] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:55 2026] GET /v2.0/security-groups?tenant_id=140438ccea6344d38223212f444c6af4&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1747] 10.0.0.201 () {32 vars in 649 bytes} [Sun May 10 05:15:55 2026] GET /v2.0/networks => generated 1373 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1748] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:55 2026] DELETE /v2.0/security-groups/9eb26994-10af-457c-8127-b80d4e4aeb3f => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:55.536 8 WARNING neutron.db.securitygroups_db [req-e4644088-f45d-47a2-ac75-482f42842204 req-2f3a752b-b8dc-48b4-877a-e2c330cdbefb 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - 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: 850/1749] 10.0.0.162 () {34 vars in 1098 bytes} [Sun May 10 05:15:55 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-702590052&fields=id&tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1750] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:55 2026] DELETE /v2.0/security-groups/f8981a5b-1649-4f7a-9594-ac7dcaa34ed2 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:55.603 7 INFO neutron.api.v2.resource [None req-85c9134b-f54e-4d5f-a45c-a5dff8afc66e 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 901/1751] 10.0.0.201 () {32 vars in 737 bytes} [Sun May 10 05:15:55 2026] GET /v2.0/security-groups/f8981a5b-1649-4f7a-9594-ac7dcaa34ed2 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1752] 10.0.0.162 () {34 vars in 982 bytes} [Sun May 10 05:15:55 2026] GET /v2.0/networks?id=cd4ebd3e-3c11-4582-a8ee-684f72012583 => generated 698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1753] 10.0.0.162 () {34 vars in 965 bytes} [Sun May 10 05:15:55 2026] GET /v2.0/quotas/f9d573a52fbc440081c2f7fb3e5f8d6b => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1754] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:15:55 2026] GET /v2.0/ports?tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:55.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-c414e771-6fcb-4fe5-9ad6-0fce507d5ea2 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] TaaS: Handle Delete Port: 7b304b7d-4bc8-442e-8eb1-c79a77a12127 2026-05-10 05:15:55.710 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c414e771-6fcb-4fe5-9ad6-0fce507d5ea2 45d318f3c8254270986835f3f2f83eca 7eba1fe270cb4c3bacdc74e142a16e8d - - default default] Tap Mirror: Handle Delete Port: 7b304b7d-4bc8-442e-8eb1-c79a77a12127 [pid: 8|app: 0|req: 854/1755] 10.0.0.162 () {34 vars in 1008 bytes} [Sun May 10 05:15:55 2026] GET /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1756] 10.0.0.162 () {34 vars in 1108 bytes} [Sun May 10 05:15:55 2026] GET /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1757] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:15:55 2026] DELETE /v2.0/floatingips/cca1ffd8-ac4f-41ec-9ef3-5cc2229b0453 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1758] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:55 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:56.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a5a0456-1b42-4dce-a1e9-ba324c77b9a6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 37450bb0-b32f-46e6-ba4d-aaec720af2f6 2026-05-10 05:15:56.164 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a5a0456-1b42-4dce-a1e9-ba324c77b9a6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 37450bb0-b32f-46e6-ba4d-aaec720af2f6 [pid: 8|app: 0|req: 856/1759] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:15:55 2026] PUT /v2.0/routers/42823648-3cd0-43f9-a157-f414232449da/remove_router_interface => generated 310 bytes in 832 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:15:56.933 7 INFO neutron_taas.services.taas.taas_plugin [None req-84b178c7-2050-4a42-bf52-7ba3f266957d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: eff972d4-51b2-4a03-a571-8e29c362aa90 2026-05-10 05:15:56.936 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84b178c7-2050-4a42-bf52-7ba3f266957d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: eff972d4-51b2-4a03-a571-8e29c362aa90 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 857/1760] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:57 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1761] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:56 2026] DELETE /v2.0/routers/42823648-3cd0-43f9-a157-f414232449da => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1762] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:15:57 2026] DELETE /v2.0/subnets/13355018-84f8-42f1-9e2c-9c67c5505351 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:57.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-e985a95f-b7b3-4790-ae4d-2f5ed51d33ea ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 6a27d772-5417-4e34-8167-2269eddc528b 2026-05-10 05:15:57.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e985a95f-b7b3-4790-ae4d-2f5ed51d33ea ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 6a27d772-5417-4e34-8167-2269eddc528b 2026-05-10 05:15:57.732 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-927b9543-30ba-42c9-840f-a0d8d63325f2 - - - - - -] No hosting information found for port 3e75cd23-ba41-4555-a5d5-14d506ee831e: RuntimeError: No hosting information found for port 3e75cd23-ba41-4555-a5d5-14d506ee831e 2026-05-10 05:15:57.736 7 INFO neutron.services.segments.plugin [-] Segment e3608826-2944-4fc3-95a8-8b2ed493a599 resource provider aggregate not found 2026-05-10 05:15:57.740 7 INFO neutron.services.segments.plugin [-] Segment e3608826-2944-4fc3-95a8-8b2ed493a599 resource provider aggregate not found 2026-05-10 05:15:57.760 7 INFO neutron.services.segments.plugin [-] Segment e3608826-2944-4fc3-95a8-8b2ed493a599 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3608826-2944-4fc3-95a8-8b2ed493a599 found for delete ", "request_id": "req-4eb64ed5-0f11-43ac-aea0-25be20056c3f"}]} 2026-05-10 05:15:57.761 7 INFO neutron.services.segments.plugin [-] Segment e3608826-2944-4fc3-95a8-8b2ed493a599 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3608826-2944-4fc3-95a8-8b2ed493a599 found for delete ", "request_id": "req-eeea7c36-c01b-401e-98ec-1e967d8cbc44"}]} 2026-05-10 05:15:57.772 8 INFO neutron.common.ovn.utils [None req-927b9543-30ba-42c9-840f-a0d8d63325f2 - - - - - -] HA Chassis Group neutron-cd4ebd3e-3c11-4582-a8ee-684f72012583 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c [pid: 7|app: 0|req: 905/1763] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:15:57 2026] DELETE /v2.0/networks/2df0b12e-da6d-4cc2-9816-0461a180bca4 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:15:57.856 8 INFO neutron.db.ovn_revision_numbers_db [None req-927b9543-30ba-42c9-840f-a0d8d63325f2 - - - - - -] Successfully bumped revision number for resource 3e75cd23-ba41-4555-a5d5-14d506ee831e (type: router_ports) to 2 2026-05-10 05:15:57.950 8 WARNING neutron.db.securitygroups_db [None req-d517fa6d-2c04-4714-88f1-4441fb7a6449 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 859/1764] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:57 2026] GET /v2.0/security-groups?tenant_id=7eba1fe270cb4c3bacdc74e142a16e8d&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1765] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:57 2026] DELETE /v2.0/security-groups/963a1f7c-f875-4fbe-afab-8a7523c14aec => 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: 860/1766] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:58 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:58.552 7 WARNING neutron.db.securitygroups_db [None req-e1624f78-c44f-4e03-a979-5eab38f81471 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:15:58.678 7 INFO neutron.db.ovn_revision_numbers_db [None req-e1624f78-c44f-4e03-a979-5eab38f81471 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e657a5b6-f0c6-4953-8dc3-344eb52af66b (type: security_groups) to 1 2026-05-10 05:15:58.690 7 INFO neutron.db.ovn_revision_numbers_db [None req-e1624f78-c44f-4e03-a979-5eab38f81471 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3de58f22-bff7-4a83-993c-e3ac781586c1 (type: security_group_rules) to 0 2026-05-10 05:15:58.701 7 INFO neutron.db.ovn_revision_numbers_db [None req-e1624f78-c44f-4e03-a979-5eab38f81471 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 429ac0b2-ab21-42ef-a077-6e820c5aa975 (type: security_group_rules) to 0 2026-05-10 05:15:58.711 7 INFO neutron.db.ovn_revision_numbers_db [None req-e1624f78-c44f-4e03-a979-5eab38f81471 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 700aef31-6759-4cd9-b0df-a32780550595 (type: security_group_rules) to 0 2026-05-10 05:15:58.722 7 INFO neutron.db.ovn_revision_numbers_db [None req-e1624f78-c44f-4e03-a979-5eab38f81471 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e402744b-ae01-4e81-90fc-43c4d8ded1b6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 907/1767] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:15:58 2026] GET /v2.0/security-groups?tenant_id=1e6972a8e5c0460baba5381f5fc9b64f&name=default => generated 2925 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:15:58.764 8 INFO neutron.db.ovn_revision_numbers_db [None req-995eb2b4-b9a3-40e9-a358-12f8bb033004 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - default default] Successfully bumped revision number for resource f9932958-0bc7-4660-8d04-9d43cc373cf1 (type: routers) to 1 [pid: 8|app: 0|req: 861/1768] 10.0.0.201 () {34 vars in 668 bytes} [Sun May 10 05:15:58 2026] POST /v2.0/routers => generated 591 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:15:58.815 8 WARNING tagging [None req-9f158022-3007-4125-aa86-7aa3270013d9 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 862/1769] 10.0.0.201 () {34 vars in 751 bytes} [Sun May 10 05:15:58 2026] PUT /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:58.904 8 WARNING tagging [None req-b98b5bf1-f125-4e01-9bfd-18bee35f8ce7 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 908/1770] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:15:58 2026] DELETE /v2.0/security-groups/e657a5b6-f0c6-4953-8dc3-344eb52af66b => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1771] 10.0.0.201 () {32 vars in 731 bytes} [Sun May 10 05:15:58 2026] GET /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:58.967 7 WARNING tagging [None req-427891e4-2bd9-4c07-80c9-c0165073099c 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 909/1772] 10.0.0.201 () {34 vars in 762 bytes} [Sun May 10 05:15:58 2026] PUT /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags/green => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:15:59.064 8 WARNING tagging [None req-782b2b71-536c-4145-9712-dee0160bdc7a 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 864/1773] 10.0.0.201 () {32 vars in 731 bytes} [Sun May 10 05:15:59 2026] GET /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:59.124 7 WARNING tagging [None req-78ca0a9a-9d82-4c23-8264-4b0179b69198 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 910/1774] 10.0.0.201 () {34 vars in 758 bytes} [Sun May 10 05:15:59 2026] PUT /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags/red => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:15:59.227 8 WARNING tagging [None req-acc9066c-8e76-48d8-b043-79b8b83eecc7 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 865/1775] 10.0.0.201 () {32 vars in 731 bytes} [Sun May 10 05:15:59 2026] GET /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1776] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:15:59 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:59.315 8 WARNING tagging [None req-ca97b206-9790-4b84-a0ef-9884bb2990bb 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 866/1777] 10.0.0.201 () {34 vars in 780 bytes} [Sun May 10 05:15:59 2026] PUT /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags/black.or.white => generated 4 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:15:59.439 7 WARNING tagging [None req-7b2204be-84b2-4311-8321-b9c7896f3123 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 912/1778] 10.0.0.201 () {32 vars in 731 bytes} [Sun May 10 05:15:59 2026] GET /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags => generated 52 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:59.498 8 WARNING tagging [None req-23d4c561-e61f-4bd5-9b1f-e540b07da19f 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 867/1779] 10.0.0.201 () {34 vars in 751 bytes} [Sun May 10 05:15:59 2026] PUT /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:59.583 7 WARNING tagging [None req-9b718c8a-ab2a-45f5-bfb9-55ac18485f0d 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 913/1780] 10.0.0.201 () {32 vars in 731 bytes} [Sun May 10 05:15:59 2026] GET /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:59.653 8 WARNING tagging [None req-d35d07a6-2e7a-4def-886a-edaf534c6c21 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 868/1781] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:15:59 2026] GET /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:59.718 7 WARNING tagging [None req-9890d2cd-c763-4a45-8aa4-278306032dc1 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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-10 05:15:59.748 7 INFO neutron.api.v2.resource [None req-9890d2cd-c763-4a45-8aa4-278306032dc1 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 914/1782] 10.0.0.201 () {32 vars in 743 bytes} [Sun May 10 05:15:59 2026] GET /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags/green => generated 99 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:15:59.787 8 WARNING tagging [None req-20503186-0d0b-4921-aa84-7a91f946906c 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 869/1783] 10.0.0.201 () {32 vars in 742 bytes} [Sun May 10 05:15:59 2026] DELETE /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags/red => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:15:59.871 7 WARNING tagging [None req-cd9a52ad-4fa5-4a29-80c3-49d38057cc20 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 915/1784] 10.0.0.201 () {32 vars in 731 bytes} [Sun May 10 05:15:59 2026] GET /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags => generated 30 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:15:59.939 8 WARNING tagging [None req-eb0c735a-6b25-4048-8069-c48557200d8e 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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-10 05:15:59.969 8 INFO neutron.api.v2.resource [None req-eb0c735a-6b25-4048-8069-c48557200d8e 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 870/1785] 10.0.0.201 () {32 vars in 746 bytes} [Sun May 10 05:15:59 2026] DELETE /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags/green => generated 99 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:16:00.005 7 WARNING tagging [None req-e187bf0d-ce69-4faf-a519-8d280a418a9a 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 916/1788] 10.0.0.201 () {32 vars in 734 bytes} [Sun May 10 05:15:59 2026] DELETE /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:16:00.093 8 WARNING tagging [None req-2a933be0-f0fb-4670-aa99-f6a7e6b78702 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - 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: 873/1789] 10.0.0.201 () {32 vars in 731 bytes} [Sun May 10 05:16:00 2026] GET /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1790] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:16:00 2026] GET /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1 => generated 597 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1791] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:00 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:00.415 8 INFO neutron.db.ovn_revision_numbers_db [None req-0de90ec3-c631-4fe5-a663-058f5513e48e 45e849ddc17d47eeb36317f6de74ad90 3afeff90c2b44a08b55678191fa9f164 - - default default] Successfully bumped revision number for resource f9932958-0bc7-4660-8d04-9d43cc373cf1 (type: routers) to 7 [pid: 8|app: 0|req: 874/1792] 10.0.0.201 () {34 vars in 742 bytes} [Sun May 10 05:16:00 2026] PUT /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1 => generated 597 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1793] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:16:00 2026] GET /v2.0/ports?device_id=f9932958-0bc7-4660-8d04-9d43cc373cf1 => 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: 875/1794] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:00 2026] DELETE /v2.0/routers/f9932958-0bc7-4660-8d04-9d43cc373cf1 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1795] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:16:00 2026] GET /v2.0/networks?id=cd4ebd3e-3c11-4582-a8ee-684f72012583 => generated 698 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:00.775 8 WARNING neutron.db.securitygroups_db [req-e4644088-f45d-47a2-ac75-482f42842204 req-330d5223-b055-4afb-958f-b0cc748f8464 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - 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: 876/1796] 199.204.45.23 () {34 vars in 1049 bytes} [Sun May 10 05:16:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:01.091 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-e4644088-f45d-47a2-ac75-482f42842204 req-4d1e268f-68aa-4ed6-8ae7-22bb155f4201 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] No more DHCP agents 2026-05-10 05:16:01.092 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-e4644088-f45d-47a2-ac75-482f42842204 req-4d1e268f-68aa-4ed6-8ae7-22bb155f4201 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Unable to schedule network cd4ebd3e-3c11-4582-a8ee-684f72012583: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:01.206 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-09dc50fd-4605-4179-93f3-45489e921241 - - - - - -] OVN reports status down for port: 604dbe81-93c1-4056-9685-31df4769b424 2026-05-10 05:16:01.264 7 INFO neutron.db.ovn_revision_numbers_db [req-e4644088-f45d-47a2-ac75-482f42842204 req-4d1e268f-68aa-4ed6-8ae7-22bb155f4201 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 604dbe81-93c1-4056-9685-31df4769b424 (type: ports) to 1 [pid: 7|app: 0|req: 921/1797] 199.204.45.23 () {38 vars in 954 bytes} [Sun May 10 05:16:00 2026] POST /v2.0/ports => generated 958 bytes in 554 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-10 05:16:01.409 8 WARNING neutron.db.securitygroups_db [None req-cd29a833-cc82-46b2-8e71-dff7cc644aa5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:16:01.558 8 INFO neutron.db.ovn_revision_numbers_db [None req-cd29a833-cc82-46b2-8e71-dff7cc644aa5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b0fba803-cd49-4691-b2da-01b12fe013bd (type: security_groups) to 1 2026-05-10 05:16:01.569 8 INFO neutron.db.ovn_revision_numbers_db [None req-cd29a833-cc82-46b2-8e71-dff7cc644aa5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3ebb1a65-f592-418d-aeec-35c774ff3a9a (type: security_group_rules) to 0 2026-05-10 05:16:01.580 8 INFO neutron.db.ovn_revision_numbers_db [None req-cd29a833-cc82-46b2-8e71-dff7cc644aa5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4b69e655-f25d-4825-b30b-04ab3c4f6e2b (type: security_group_rules) to 0 2026-05-10 05:16:01.590 8 INFO neutron.db.ovn_revision_numbers_db [None req-cd29a833-cc82-46b2-8e71-dff7cc644aa5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 749bcedc-be63-4028-a297-54de1e346f1e (type: security_group_rules) to 0 2026-05-10 05:16:01.604 8 INFO neutron.db.ovn_revision_numbers_db [None req-cd29a833-cc82-46b2-8e71-dff7cc644aa5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c4904324-bcb5-4140-8626-e0005a5f1172 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 877/1798] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:01 2026] GET /v2.0/security-groups?tenant_id=efcd3c6633fb468c9646070355690c41&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1799] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:01 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:01.739 7 INFO neutron.db.ovn_revision_numbers_db [req-e4644088-f45d-47a2-ac75-482f42842204 req-0ee4032d-11ed-4501-bd90-239d0be1027c cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 604dbe81-93c1-4056-9685-31df4769b424 (type: ports) to 2 [pid: 8|app: 0|req: 879/1800] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:01 2026] DELETE /v2.0/security-groups/b0fba803-cd49-4691-b2da-01b12fe013bd => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1801] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:01 2026] GET /v2.0/security-groups?id=03c68b37-6f0a-440b-bef2-7fb697a0370f&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:01.965 7 INFO neutron.db.ovn_revision_numbers_db [req-e4644088-f45d-47a2-ac75-482f42842204 req-0ee4032d-11ed-4501-bd90-239d0be1027c cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 604dbe81-93c1-4056-9685-31df4769b424 (type: ports) to 4 2026-05-10 05:16:01.982 8 WARNING neutron.db.securitygroups_db [None req-5ecd9389-4528-479f-a95a-c781997d919e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 922/1802] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:16:01 2026] PUT /v2.0/ports/604dbe81-93c1-4056-9685-31df4769b424 => generated 1231 bytes in 617 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:02.016 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-85a0b92c-f779-4b1c-80a7-d0087a5560b8'] response: {'name': 'network-changed', 'server_uuid': '50dc43de-5395-431c-94a4-1e76f9cfe746', 'tag': '604dbe81-93c1-4056-9685-31df4769b424', 'status': 'completed', 'code': 200} 2026-05-10 05:16:02.095 8 INFO neutron.db.ovn_revision_numbers_db [None req-5ecd9389-4528-479f-a95a-c781997d919e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource df5e99fd-0949-41e0-b967-0ec1d315ed7e (type: security_groups) to 1 2026-05-10 05:16:02.109 8 INFO neutron.db.ovn_revision_numbers_db [None req-5ecd9389-4528-479f-a95a-c781997d919e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4869939a-09c2-48c3-8167-2ce1d9a69c8a (type: security_group_rules) to 0 2026-05-10 05:16:02.122 8 INFO neutron.db.ovn_revision_numbers_db [None req-5ecd9389-4528-479f-a95a-c781997d919e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9f70b84e-16ec-4633-8c10-ca198f3d5e20 (type: security_group_rules) to 0 2026-05-10 05:16:02.132 8 INFO neutron.db.ovn_revision_numbers_db [None req-5ecd9389-4528-479f-a95a-c781997d919e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b793b76a-0989-400c-a2e5-f23e41b46d97 (type: security_group_rules) to 0 2026-05-10 05:16:02.143 8 INFO neutron.db.ovn_revision_numbers_db [None req-5ecd9389-4528-479f-a95a-c781997d919e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e853fee1-19e8-41d9-93f8-7f07ebbf4cf8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 881/1803] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:01 2026] GET /v2.0/security-groups?tenant_id=3afeff90c2b44a08b55678191fa9f164&name=default => generated 2925 bytes in 210 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: 923/1804] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:02 2026] DELETE /v2.0/security-groups/df5e99fd-0949-41e0-b967-0ec1d315ed7e => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1805] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:16:02 2026] GET /v2.0/ports?tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b&device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 1234 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1806] 199.204.45.23 () {34 vars in 1017 bytes} [Sun May 10 05:16:02 2026] GET /v2.0/networks?tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b&shared=False => generated 797 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1807] 199.204.45.23 () {34 vars in 929 bytes} [Sun May 10 05:16:02 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1808] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:02 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1809] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:02 2026] GET /v2.0/security-groups?id=03c68b37-6f0a-440b-bef2-7fb697a0370f&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1810] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:16:03 2026] GET /v2.0/ports?tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b&device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 1234 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1811] 199.204.45.23 () {34 vars in 1059 bytes} [Sun May 10 05:16:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=604dbe81-93c1-4056-9685-31df4769b424 => 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: 927/1812] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:16:03 2026] GET /v2.0/subnets?id=d06c524a-af65-41d7-a3e8-669f112842f7 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1813] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:16:03 2026] GET /v2.0/ports?network_id=cd4ebd3e-3c11-4582-a8ee-684f72012583&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: 928/1814] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:16:03 2026] GET /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583?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: 887/1815] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:16:03 2026] GET /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1816] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:04 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1817] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:04 2026] GET /v2.0/security-groups?id=03c68b37-6f0a-440b-bef2-7fb697a0370f&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-10 05:16:04.472 7 WARNING neutron.db.securitygroups_db [None req-25e1be62-b273-402b-8d02-075f9c658ac2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:16:04.600 7 INFO neutron.db.ovn_revision_numbers_db [None req-25e1be62-b273-402b-8d02-075f9c658ac2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ee964b30-d3ce-4126-9932-192c99d53fb3 (type: security_groups) to 1 2026-05-10 05:16:04.609 7 INFO neutron.db.ovn_revision_numbers_db [None req-25e1be62-b273-402b-8d02-075f9c658ac2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 026b7970-9806-4fe3-be85-d94acc4c35d0 (type: security_group_rules) to 0 2026-05-10 05:16:04.619 7 INFO neutron.db.ovn_revision_numbers_db [None req-25e1be62-b273-402b-8d02-075f9c658ac2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5e2ca538-df1c-4707-b28d-2b8fe4efc6ce (type: security_group_rules) to 0 2026-05-10 05:16:04.630 7 INFO neutron.db.ovn_revision_numbers_db [None req-25e1be62-b273-402b-8d02-075f9c658ac2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9760ef16-eb23-4791-b192-339063fc1ff4 (type: security_group_rules) to 0 2026-05-10 05:16:04.640 7 INFO neutron.db.ovn_revision_numbers_db [None req-25e1be62-b273-402b-8d02-075f9c658ac2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d0cf888e-91e3-41d4-ad67-7ac397049235 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 930/1818] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:04 2026] GET /v2.0/security-groups?tenant_id=59d3a9d747454724b2f78abb8a5f428a&name=default => generated 2925 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1819] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:04 2026] DELETE /v2.0/security-groups/ee964b30-d3ce-4126-9932-192c99d53fb3 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:16:04.954 7 WARNING neutron.db.securitygroups_db [None req-24c19c93-638b-41fa-8f79-af8f7cd8f021 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:16:05.051 7 INFO neutron.db.ovn_revision_numbers_db [None req-24c19c93-638b-41fa-8f79-af8f7cd8f021 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 33567a45-2470-40a0-ab3a-f5959ccb6f50 (type: security_groups) to 1 2026-05-10 05:16:05.065 7 INFO neutron.db.ovn_revision_numbers_db [None req-24c19c93-638b-41fa-8f79-af8f7cd8f021 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0266caad-6b3c-4d08-80e1-267bc9c28cbe (type: security_group_rules) to 0 2026-05-10 05:16:05.076 7 INFO neutron.db.ovn_revision_numbers_db [None req-24c19c93-638b-41fa-8f79-af8f7cd8f021 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 48010ccf-9bee-4bc2-bbb7-aedf5a7b530c (type: security_group_rules) to 0 2026-05-10 05:16:05.098 7 INFO neutron.db.ovn_revision_numbers_db [None req-24c19c93-638b-41fa-8f79-af8f7cd8f021 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6a3b8dba-cf73-4edc-b143-591f2979694a (type: security_group_rules) to 0 2026-05-10 05:16:05.110 7 INFO neutron.db.ovn_revision_numbers_db [None req-24c19c93-638b-41fa-8f79-af8f7cd8f021 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d973fc68-ad9a-436c-95b1-36dced5e8a28 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 931/1820] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:04 2026] GET /v2.0/security-groups?tenant_id=0a12116301254802ac578cf2c2f8d861&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1821] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:05 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1822] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:05 2026] DELETE /v2.0/security-groups/33567a45-2470-40a0-ab3a-f5959ccb6f50 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1823] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:05 2026] GET /v2.0/security-groups?id=03c68b37-6f0a-440b-bef2-7fb697a0370f&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1824] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:16:05 2026] POST /v2.0/subnetpools => generated 516 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1825] 10.0.0.201 () {34 vars in 759 bytes} [Sun May 10 05:16:05 2026] PUT /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1826] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:16:06 2026] GET /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1827] 10.0.0.201 () {34 vars in 770 bytes} [Sun May 10 05:16:06 2026] PUT /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1828] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:16:06 2026] GET /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1829] 10.0.0.201 () {34 vars in 766 bytes} [Sun May 10 05:16:06 2026] PUT /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1830] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:16:06 2026] GET /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1831] 10.0.0.201 () {34 vars in 788 bytes} [Sun May 10 05:16:06 2026] PUT /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1832] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:16:06 2026] GET /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1833] 10.0.0.201 () {34 vars in 759 bytes} [Sun May 10 05:16:06 2026] PUT /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1834] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:16:06 2026] GET /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1835] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:16:06 2026] GET /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:16:06.442 7 INFO neutron.api.v2.resource [None req-905a8d62-8911-4008-ab26-c1d547964fc2 0f95af3c1e3649eea1572fb5b5e5b4ce b0c14782a78d46f7b15a3a5778f108d2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 940/1836] 10.0.0.201 () {32 vars in 751 bytes} [Sun May 10 05:16:06 2026] GET /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1837] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:06 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => 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: 898/1838] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:06 2026] GET /v2.0/security-groups?id=03c68b37-6f0a-440b-bef2-7fb697a0370f&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1839] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:16:06 2026] DELETE /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags/red => 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: 899/1840] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:16:06 2026] GET /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:06.565 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-09dc50fd-4605-4179-93f3-45489e921241 - - - - - -] OVN reports status up for port: 604dbe81-93c1-4056-9685-31df4769b424 2026-05-10 05:16:06.589 7 INFO neutron.api.v2.resource [None req-36664f09-3667-41f9-8499-744e5ae607b6 0f95af3c1e3649eea1572fb5b5e5b4ce b0c14782a78d46f7b15a3a5778f108d2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 942/1841] 10.0.0.201 () {32 vars in 754 bytes} [Sun May 10 05:16:06 2026] DELETE /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:16:06.604 7 INFO neutron.plugins.ml2.plugin [None req-09dc50fd-4605-4179-93f3-45489e921241 - - - - - -] Attempt 1 to provision port 604dbe81-93c1-4056-9685-31df4769b424 [pid: 8|app: 0|req: 900/1842] 10.0.0.201 () {32 vars in 742 bytes} [Sun May 10 05:16:06 2026] DELETE /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1843] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:16:06 2026] GET /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:06.740 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-295affa4-d86a-4846-9aa3-0efb3b6a573e'] response: {'server_uuid': '50dc43de-5395-431c-94a4-1e76f9cfe746', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '604dbe81-93c1-4056-9685-31df4769b424', 'code': 200} [pid: 8|app: 0|req: 901/1844] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:16:06 2026] DELETE /v2.0/subnetpools/d151b028-ffc0-49d7-8ded-8fa614ab3f5b => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:16:06.881 7 INFO neutron.db.ovn_revision_numbers_db [None req-09dc50fd-4605-4179-93f3-45489e921241 - - - - - -] Successfully bumped revision number for resource 604dbe81-93c1-4056-9685-31df4769b424 (type: ports) to 5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 05:16:07.609 7 WARNING neutron.db.securitygroups_db [None req-8495bd0c-8571-428f-95fb-31f690b16c72 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 902/1845] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:07 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1846] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:07 2026] GET /v2.0/security-groups?id=03c68b37-6f0a-440b-bef2-7fb697a0370f&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-10 05:16:07.751 7 INFO neutron.db.ovn_revision_numbers_db [None req-8495bd0c-8571-428f-95fb-31f690b16c72 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 38a7e858-beb4-4072-9541-0bad0ed5d37e (type: security_groups) to 1 2026-05-10 05:16:07.762 7 INFO neutron.db.ovn_revision_numbers_db [None req-8495bd0c-8571-428f-95fb-31f690b16c72 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2f4c5ac4-62c4-455c-afa5-fa84b2df8ac2 (type: security_group_rules) to 0 2026-05-10 05:16:07.774 7 INFO neutron.db.ovn_revision_numbers_db [None req-8495bd0c-8571-428f-95fb-31f690b16c72 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 45c88103-5d3e-4b63-9b65-67b424e69e21 (type: security_group_rules) to 0 2026-05-10 05:16:07.785 7 INFO neutron.db.ovn_revision_numbers_db [None req-8495bd0c-8571-428f-95fb-31f690b16c72 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6df264fe-e964-40f4-900f-7374bf789c19 (type: security_group_rules) to 0 2026-05-10 05:16:07.798 7 INFO neutron.db.ovn_revision_numbers_db [None req-8495bd0c-8571-428f-95fb-31f690b16c72 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 794daef7-6ed2-44a8-909a-3a04e609afd2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 944/1847] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:07 2026] GET /v2.0/security-groups?tenant_id=e9ce2a6961c54bd09e856607eb78111a&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1848] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:07 2026] DELETE /v2.0/security-groups/38a7e858-beb4-4072-9541-0bad0ed5d37e => generated 0 bytes in 211 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:16:08.195 7 WARNING neutron.db.securitygroups_db [None req-e48d135b-cd37-4aa1-a61b-0d24c5bdde5b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:16:08.338 7 INFO neutron.db.ovn_revision_numbers_db [None req-e48d135b-cd37-4aa1-a61b-0d24c5bdde5b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 11fb248d-a502-4533-bdc4-25de0f8615e8 (type: security_groups) to 1 2026-05-10 05:16:08.348 7 INFO neutron.db.ovn_revision_numbers_db [None req-e48d135b-cd37-4aa1-a61b-0d24c5bdde5b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 04994684-6f7c-4b0d-a66f-aa807cd86113 (type: security_group_rules) to 0 2026-05-10 05:16:08.363 7 INFO neutron.db.ovn_revision_numbers_db [None req-e48d135b-cd37-4aa1-a61b-0d24c5bdde5b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 27385f1b-7853-437a-94a6-3b204f94b8e8 (type: security_group_rules) to 0 2026-05-10 05:16:08.377 7 INFO neutron.db.ovn_revision_numbers_db [None req-e48d135b-cd37-4aa1-a61b-0d24c5bdde5b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2c73473a-7826-4c87-b405-82c984d7ee72 (type: security_group_rules) to 0 2026-05-10 05:16:08.387 7 INFO neutron.db.ovn_revision_numbers_db [None req-e48d135b-cd37-4aa1-a61b-0d24c5bdde5b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4db36eb0-2de2-42cf-b9a7-8ba2d92e7fb8 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 945/1849] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:08 2026] GET /v2.0/security-groups?tenant_id=b0c14782a78d46f7b15a3a5778f108d2&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1850] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:08 2026] DELETE /v2.0/security-groups/11fb248d-a502-4533-bdc4-25de0f8615e8 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:16:08.791 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-550acfbe-fadb-4f25-a017-64532fdcb2cf'] response: {'server_uuid': '50dc43de-5395-431c-94a4-1e76f9cfe746', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '604dbe81-93c1-4056-9685-31df4769b424', 'code': 200} [pid: 8|app: 0|req: 906/1851] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:08 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1852] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:08 2026] GET /v2.0/security-groups?id=03c68b37-6f0a-440b-bef2-7fb697a0370f&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-10 05:16:08.955 7 WARNING neutron.db.securitygroups_db [None req-2debc631-cebf-4337-af26-4df7f82a53cf ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 908/1853] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:08 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1854] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:08 2026] GET /v2.0/security-groups?id=03c68b37-6f0a-440b-bef2-7fb697a0370f&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1855] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:16:09 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 1236 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:09.133 7 INFO neutron.db.ovn_revision_numbers_db [None req-2debc631-cebf-4337-af26-4df7f82a53cf ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e8d1d8ff-d1a0-4481-82f6-db13f8c918ed (type: security_groups) to 1 2026-05-10 05:16:09.156 7 INFO neutron.db.ovn_revision_numbers_db [None req-2debc631-cebf-4337-af26-4df7f82a53cf ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 105eb168-714c-4282-9e74-87e87aee2b98 (type: security_group_rules) to 0 2026-05-10 05:16:09.181 7 INFO neutron.db.ovn_revision_numbers_db [None req-2debc631-cebf-4337-af26-4df7f82a53cf ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 10d1ede9-17fc-4370-9f11-b776c096fce3 (type: security_group_rules) to 0 2026-05-10 05:16:09.207 7 INFO neutron.db.ovn_revision_numbers_db [None req-2debc631-cebf-4337-af26-4df7f82a53cf ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5bf5d5f9-d9fc-4a4d-a9ea-aace11b0fe96 (type: security_group_rules) to 0 2026-05-10 05:16:09.230 7 INFO neutron.db.ovn_revision_numbers_db [None req-2debc631-cebf-4337-af26-4df7f82a53cf ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource dd1d823c-0a4c-450d-b437-621f81023b5d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 946/1856] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:08 2026] GET /v2.0/security-groups?tenant_id=5da06efe61b94dc9a8d6b3a303e1caea&name=default => generated 2925 bytes in 669 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:09.433 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-17924f3e-dd08-4d6a-86bb-90200e02d8b0 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] No more DHCP agents 2026-05-10 05:16:09.434 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-17924f3e-dd08-4d6a-86bb-90200e02d8b0 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 947/1857] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:09 2026] DELETE /v2.0/security-groups/e8d1d8ff-d1a0-4481-82f6-db13f8c918ed => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:16:09.657 7 WARNING neutron.db.securitygroups_db [None req-c7eafe52-d1c0-4024-b0f7-64256e8ead91 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:16:09.829 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7eafe52-d1c0-4024-b0f7-64256e8ead91 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1487bf09-4ddb-4dbe-8ff9-9c9e4155a24f (type: security_groups) to 1 2026-05-10 05:16:09.843 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7eafe52-d1c0-4024-b0f7-64256e8ead91 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 667a1657-8b17-4c26-927c-77b1afef7b74 (type: security_group_rules) to 0 2026-05-10 05:16:09.858 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7eafe52-d1c0-4024-b0f7-64256e8ead91 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 79558488-d0ab-4ada-a6c4-d44b0bf04fc4 (type: security_group_rules) to 0 2026-05-10 05:16:09.872 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7eafe52-d1c0-4024-b0f7-64256e8ead91 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a164d82f-9bc6-45f1-a1ff-35f930b775d4 (type: security_group_rules) to 0 2026-05-10 05:16:09.887 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7eafe52-d1c0-4024-b0f7-64256e8ead91 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fa91332a-c4cf-41e1-8f8b-ef09bf4748c4 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 948/1858] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:09 2026] GET /v2.0/security-groups?tenant_id=aac970c1f8df48dc87108e26868f4a78&name=default => generated 2925 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1859] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:09 2026] DELETE /v2.0/security-groups/1487bf09-4ddb-4dbe-8ff9-9c9e4155a24f => generated 0 bytes in 154 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-10 05:16:10.184 7 WARNING neutron.db.securitygroups_db [None req-9b9703df-d8fb-497f-b1ea-97d23af27f90 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:16:10.303 8 INFO neutron.db.ovn_revision_numbers_db [None req-17924f3e-dd08-4d6a-86bb-90200e02d8b0 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 785dc391-8caa-4c3e-817a-d942c5b541c6 (type: floatingips) to 1 2026-05-10 05:16:10.304 8 INFO neutron.db.l3_db [None req-17924f3e-dd08-4d6a-86bb-90200e02d8b0 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Floating IP 785dc391-8caa-4c3e-817a-d942c5b541c6 associated. External IP: 10.96.250.202, port: 604dbe81-93c1-4056-9685-31df4769b424. 2026-05-10 05:16:10.310 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b9703df-d8fb-497f-b1ea-97d23af27f90 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ea6919f3-3f3c-496c-b111-a2f2664940b3 (type: security_groups) to 1 2026-05-10 05:16:10.324 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b9703df-d8fb-497f-b1ea-97d23af27f90 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 098404a4-7293-4540-b47d-7a5f15f17823 (type: security_group_rules) to 0 2026-05-10 05:16:10.336 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b9703df-d8fb-497f-b1ea-97d23af27f90 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0dc5db8c-29dd-42d8-b12e-86d62af5236f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 911/1860] 10.0.0.201 () {34 vars in 677 bytes} [Sun May 10 05:16:09 2026] POST /v2.0/floatingips => generated 856 bytes in 1227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:10.360 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b9703df-d8fb-497f-b1ea-97d23af27f90 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 784803a5-f282-42ab-ae93-9566ff75d5df (type: security_group_rules) to 0 2026-05-10 05:16:10.370 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b9703df-d8fb-497f-b1ea-97d23af27f90 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c79f2caf-b652-44db-8c73-827e284ccbb8 (type: security_group_rules) to 0 2026-05-10 05:16:10.396 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-28da0c1e-43ef-4a6e-a3e5-1d77ea3afec6'] response: {'name': 'network-changed', 'server_uuid': '50dc43de-5395-431c-94a4-1e76f9cfe746', 'tag': '604dbe81-93c1-4056-9685-31df4769b424', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 950/1861] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:10 2026] GET /v2.0/security-groups?tenant_id=d78d321782d6438995268c01a75f5568&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1862] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:16:10 2026] GET /v2.0/floatingips/785dc391-8caa-4c3e-817a-d942c5b541c6 => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1863] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:10 2026] DELETE /v2.0/security-groups/ea6919f3-3f3c-496c-b111-a2f2664940b3 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1864] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:16:10 2026] GET /v2.0/ports?tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b&device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 1236 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1865] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:16:10 2026] GET /v2.0/networks?id=cd4ebd3e-3c11-4582-a8ee-684f72012583 => generated 797 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1866] 199.204.45.23 () {34 vars in 1059 bytes} [Sun May 10 05:16:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=604dbe81-93c1-4056-9685-31df4769b424 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1867] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:16:11 2026] GET /v2.0/subnets?id=d06c524a-af65-41d7-a3e8-669f112842f7 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1868] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:16:11 2026] GET /v2.0/ports?network_id=cd4ebd3e-3c11-4582-a8ee-684f72012583&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: 954/1869] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:16:11 2026] GET /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583?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: 916/1870] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:16:11 2026] GET /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583?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-10 05:16:12.581 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f12d17d-3532-49c6-8dec-4ccea456f73e 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] Successfully bumped revision number for resource c35dfc30-ce52-4170-84f9-0de02058ce03 (type: security_groups) to 1 2026-05-10 05:16:12.591 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f12d17d-3532-49c6-8dec-4ccea456f73e 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] Successfully bumped revision number for resource 76d2adfa-31ba-4230-862e-812277bc4ad6 (type: security_group_rules) to 0 2026-05-10 05:16:12.603 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f12d17d-3532-49c6-8dec-4ccea456f73e 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] Successfully bumped revision number for resource a455e57e-ea2e-4d5e-b80c-b208598526ab (type: security_group_rules) to 0 2026-05-10 05:16:12.622 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f12d17d-3532-49c6-8dec-4ccea456f73e 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] Successfully bumped revision number for resource cdbf3fae-2c0b-40f7-873e-46aaa93bb83f (type: security_group_rules) to 0 2026-05-10 05:16:12.639 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f12d17d-3532-49c6-8dec-4ccea456f73e 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] Successfully bumped revision number for resource ee712485-8c43-4681-9461-75eda6c2d60d (type: security_group_rules) to 0 2026-05-10 05:16:12.718 7 INFO neutron.db.segments_db [None req-4f12d17d-3532-49c6-8dec-4ccea456f73e 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] Added segment 8fc84cab-86d0-4af1-b719-adba3fa355f9 of type geneve for network 87f2fddb-9359-47e8-ab7e-ea33d4cd897c [pid: 8|app: 0|req: 917/1871] 10.0.0.91 () {32 vars in 801 bytes} [Sun May 10 05:16:12 2026] GET /v2.0/extensions => generated 21706 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-10 05:16:12.819 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f12d17d-3532-49c6-8dec-4ccea456f73e 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] Successfully bumped revision number for resource 87f2fddb-9359-47e8-ab7e-ea33d4cd897c (type: networks) to 1 [pid: 8|app: 0|req: 918/1872] 10.0.0.91 () {32 vars in 862 bytes} [Sun May 10 05:16:12 2026] GET /v2.0/quotas/6dd9a1122c494767b0c2084ab0362d12/details => generated 847 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:12.979 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4f12d17d-3532-49c6-8dec-4ccea456f73e 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] No more DHCP agents 2026-05-10 05:16:12.981 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4f12d17d-3532-49c6-8dec-4ccea456f73e 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] Unable to schedule network 87f2fddb-9359-47e8-ab7e-ea33d4cd897c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:13.027 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8ff78cc-767a-499b-bc99-32592e752edc - - - - - -] OVN reports status down for port: 28f4b9f1-4f03-4c8a-849d-3e014192ec17 2026-05-10 05:16:13.084 7 INFO neutron.db.ovn_revision_numbers_db [None req-4f12d17d-3532-49c6-8dec-4ccea456f73e 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] Successfully bumped revision number for resource 28f4b9f1-4f03-4c8a-849d-3e014192ec17 (type: ports) to 1 [pid: 7|app: 0|req: 955/1873] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:16:12 2026] POST /v2.0/networks => generated 669 bytes in 796 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:13.324 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e56ed77a-9b98-4048-bdc5-a749eef5e79a 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] No more DHCP agents 2026-05-10 05:16:13.325 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e56ed77a-9b98-4048-bdc5-a749eef5e79a 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] Unable to schedule network 87f2fddb-9359-47e8-ab7e-ea33d4cd897c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:13.750 8 INFO neutron.db.ovn_revision_numbers_db [None req-e56ed77a-9b98-4048-bdc5-a749eef5e79a 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] Successfully bumped revision number for resource 28f4b9f1-4f03-4c8a-849d-3e014192ec17 (type: ports) to 2 2026-05-10 05:16:13.781 8 INFO neutron.db.ovn_revision_numbers_db [None req-e56ed77a-9b98-4048-bdc5-a749eef5e79a 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] Successfully bumped revision number for resource 2de2aaa6-e926-4289-adff-9e49d26fa583 (type: subnets) to 0 [pid: 8|app: 0|req: 919/1874] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:13 2026] POST /v2.0/subnets => generated 626 bytes in 657 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1875] 10.0.0.201 () {34 vars in 751 bytes} [Sun May 10 05:16:13 2026] PUT /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1876] 10.0.0.201 () {32 vars in 731 bytes} [Sun May 10 05:16:13 2026] GET /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1877] 10.0.0.201 () {34 vars in 762 bytes} [Sun May 10 05:16:13 2026] PUT /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1878] 10.0.0.201 () {32 vars in 731 bytes} [Sun May 10 05:16:13 2026] GET /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1879] 10.0.0.201 () {34 vars in 758 bytes} [Sun May 10 05:16:14 2026] PUT /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1880] 10.0.0.201 () {32 vars in 731 bytes} [Sun May 10 05:16:14 2026] GET /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1881] 10.0.0.201 () {34 vars in 780 bytes} [Sun May 10 05:16:14 2026] PUT /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1882] 10.0.0.201 () {32 vars in 731 bytes} [Sun May 10 05:16:14 2026] GET /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1883] 10.0.0.201 () {34 vars in 751 bytes} [Sun May 10 05:16:14 2026] PUT /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1884] 10.0.0.201 () {32 vars in 731 bytes} [Sun May 10 05:16:14 2026] GET /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1885] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:16:14 2026] GET /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:16:14.461 8 INFO neutron.api.v2.resource [None req-c960e898-93e5-48c1-9fe1-050e32c1daf3 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 925/1886] 10.0.0.201 () {32 vars in 743 bytes} [Sun May 10 05:16:14 2026] GET /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1887] 10.0.0.201 () {32 vars in 742 bytes} [Sun May 10 05:16:14 2026] DELETE /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags/red => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1888] 10.0.0.201 () {32 vars in 731 bytes} [Sun May 10 05:16:14 2026] GET /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:14.624 7 INFO neutron.api.v2.resource [None req-78b4493c-77ad-48a9-b685-59ad98e214ee 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 963/1889] 10.0.0.201 () {32 vars in 746 bytes} [Sun May 10 05:16:14 2026] DELETE /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/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: 927/1890] 10.0.0.201 () {32 vars in 734 bytes} [Sun May 10 05:16:14 2026] DELETE /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1891] 10.0.0.201 () {32 vars in 731 bytes} [Sun May 10 05:16:14 2026] GET /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583/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: 928/1892] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:14 2026] DELETE /v2.0/subnets/2de2aaa6-e926-4289-adff-9e49d26fa583 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:16:14.991 7 INFO neutron_taas.services.taas.taas_plugin [None req-091d0269-fb93-4177-8639-81d26555eed0 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] TaaS: Handle Delete Port: 28f4b9f1-4f03-4c8a-849d-3e014192ec17 2026-05-10 05:16:14.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-091d0269-fb93-4177-8639-81d26555eed0 9cc95cdbfe6e44659b7f266958725acd 4edddd6554cd464f856a64bd520f38f0 - - default default] Tap Mirror: Handle Delete Port: 28f4b9f1-4f03-4c8a-849d-3e014192ec17 2026-05-10 05:16:15.192 7 INFO neutron.services.segments.plugin [-] Segment 8fc84cab-86d0-4af1-b719-adba3fa355f9 resource provider aggregate not found 2026-05-10 05:16:15.200 7 INFO neutron.services.segments.plugin [-] Segment 8fc84cab-86d0-4af1-b719-adba3fa355f9 resource provider aggregate not found 2026-05-10 05:16:15.217 7 INFO neutron.services.segments.plugin [-] Segment 8fc84cab-86d0-4af1-b719-adba3fa355f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fc84cab-86d0-4af1-b719-adba3fa355f9 found for delete ", "request_id": "req-931806e4-4a95-49ce-b98d-035b2ea676b9"}]} 2026-05-10 05:16:15.221 7 INFO neutron.services.segments.plugin [-] Segment 8fc84cab-86d0-4af1-b719-adba3fa355f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fc84cab-86d0-4af1-b719-adba3fa355f9 found for delete ", "request_id": "req-4e692368-4150-4b99-a8a1-4135c192fbc0"}]} [pid: 7|app: 0|req: 965/1895] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:16:14 2026] DELETE /v2.0/networks/87f2fddb-9359-47e8-ab7e-ea33d4cd897c => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:16:16.101 8 WARNING neutron.db.securitygroups_db [None req-d7f758f5-62f0-4ba5-bdd4-74d2ed8dd942 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 966/1896] 10.0.0.91 () {32 vars in 801 bytes} [Sun May 10 05:16:16 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-10 05:16:16.237 8 INFO neutron.db.ovn_revision_numbers_db [None req-d7f758f5-62f0-4ba5-bdd4-74d2ed8dd942 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 769b1fed-c2c2-4f98-8096-a0d2b5f14679 (type: security_groups) to 1 2026-05-10 05:16:16.252 8 INFO neutron.db.ovn_revision_numbers_db [None req-d7f758f5-62f0-4ba5-bdd4-74d2ed8dd942 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1f75b87a-d06e-44d4-85d4-3c4e4e622848 (type: security_group_rules) to 0 2026-05-10 05:16:16.264 8 INFO neutron.db.ovn_revision_numbers_db [None req-d7f758f5-62f0-4ba5-bdd4-74d2ed8dd942 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 89cf8902-a32f-4110-a123-391cfc139724 (type: security_group_rules) to 0 2026-05-10 05:16:16.280 8 INFO neutron.db.ovn_revision_numbers_db [None req-d7f758f5-62f0-4ba5-bdd4-74d2ed8dd942 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9dbee082-0aad-4fe5-a2b0-7a845e0ddb4e (type: security_group_rules) to 0 2026-05-10 05:16:16.290 8 INFO neutron.db.ovn_revision_numbers_db [None req-d7f758f5-62f0-4ba5-bdd4-74d2ed8dd942 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fba569a7-8d58-42af-9595-d315eda6b08a (type: security_group_rules) to 0 2026-05-10 05:16:16.326 7 WARNING neutron.db.securitygroups_db [None req-f5e9c572-298a-4e18-a25b-3d5f82d16bff ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 931/1897] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:15 2026] GET /v2.0/security-groups?tenant_id=6f506c9f3f9d4da691e2fea6ea23c121&name=default => generated 2925 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:16.429 7 INFO neutron.db.ovn_revision_numbers_db [None req-f5e9c572-298a-4e18-a25b-3d5f82d16bff ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 93ae2413-dbcc-4fe5-91a5-14511f553941 (type: security_groups) to 1 2026-05-10 05:16:16.440 7 INFO neutron.db.ovn_revision_numbers_db [None req-f5e9c572-298a-4e18-a25b-3d5f82d16bff ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 335664e2-fb1f-4b75-a827-1be51ecc6077 (type: security_group_rules) to 0 2026-05-10 05:16:16.452 7 INFO neutron.db.ovn_revision_numbers_db [None req-f5e9c572-298a-4e18-a25b-3d5f82d16bff ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 526f6ea8-1c2e-4b43-82b4-6db9ea3cde39 (type: security_group_rules) to 0 2026-05-10 05:16:16.467 7 INFO neutron.db.ovn_revision_numbers_db [None req-f5e9c572-298a-4e18-a25b-3d5f82d16bff ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5db0b7ee-9d6e-4ca4-9847-1a3440ae0507 (type: security_group_rules) to 0 2026-05-10 05:16:16.480 7 INFO neutron.db.ovn_revision_numbers_db [None req-f5e9c572-298a-4e18-a25b-3d5f82d16bff ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 62b49704-22eb-4ce2-b905-824946e0198a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 967/1898] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:16 2026] GET /v2.0/security-groups?tenant_id=c7dafd09e7a34265936aaa512d07de4d&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1899] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:16 2026] DELETE /v2.0/security-groups/769b1fed-c2c2-4f98-8096-a0d2b5f14679 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1900] 10.0.0.91 () {32 vars in 862 bytes} [Sun May 10 05:16:16 2026] GET /v2.0/quotas/6dd9a1122c494767b0c2084ab0362d12/details => generated 847 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:16.625 7 WARNING neutron.db.securitygroups_db [None req-c5226be0-9d34-41be-a872-fec8c22b3b05 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 969/1901] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:16 2026] GET /v2.0/security-groups?tenant_id=4edddd6554cd464f856a64bd520f38f0&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1902] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:16 2026] DELETE /v2.0/security-groups/93ae2413-dbcc-4fe5-91a5-14511f553941 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1903] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:16 2026] DELETE /v2.0/security-groups/c35dfc30-ce52-4170-84f9-0de02058ce03 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:16:16.845 8 WARNING neutron.db.securitygroups_db [None req-1e5ac6ef-5754-41b3-a33c-4558c9c33d48 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:16:16.939 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e5ac6ef-5754-41b3-a33c-4558c9c33d48 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 037ea812-0c16-49e3-a846-bdbebc502d9b (type: security_groups) to 1 2026-05-10 05:16:16.952 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e5ac6ef-5754-41b3-a33c-4558c9c33d48 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 06d2a05f-543d-45d7-8a0c-584b5e32c90e (type: security_group_rules) to 0 2026-05-10 05:16:16.967 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e5ac6ef-5754-41b3-a33c-4558c9c33d48 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource bde03f1a-dafa-4a42-a396-602d84381980 (type: security_group_rules) to 0 2026-05-10 05:16:16.979 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e5ac6ef-5754-41b3-a33c-4558c9c33d48 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ccfb8b04-c0a5-418d-a41c-bd59663256ab (type: security_group_rules) to 0 2026-05-10 05:16:16.991 8 INFO neutron.db.ovn_revision_numbers_db [None req-1e5ac6ef-5754-41b3-a33c-4558c9c33d48 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f96be2e1-7a92-4401-8378-ca8b2eb977be (type: security_group_rules) to 0 [pid: 8|app: 0|req: 934/1904] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:16 2026] GET /v2.0/security-groups?tenant_id=06223058e374469ab4ea3ad5ef26d3c9&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1905] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:17 2026] DELETE /v2.0/security-groups/037ea812-0c16-49e3-a846-bdbebc502d9b => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1906] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 05:16:19 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 1236 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1907] 10.0.0.223 () {34 vars in 1040 bytes} [Sun May 10 05:16:19 2026] GET /v2.0/security-groups?id=03c68b37-6f0a-440b-bef2-7fb697a0370f&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:19.623 8 WARNING neutron.db.securitygroups_db [None req-747f874c-7ca8-4fa3-8e82-f1158083b8c2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:16:19.755 7 WARNING neutron.db.securitygroups_db [None req-09c06193-1bd4-4205-9cd2-2a11703b0780 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:16:19.767 8 INFO neutron.db.ovn_revision_numbers_db [None req-747f874c-7ca8-4fa3-8e82-f1158083b8c2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 92ca001f-c5ff-4903-b66e-4c6b3735824c (type: security_groups) to 1 2026-05-10 05:16:19.782 8 INFO neutron.db.ovn_revision_numbers_db [None req-747f874c-7ca8-4fa3-8e82-f1158083b8c2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5499fbac-719d-4537-a0ac-24ec886a159b (type: security_group_rules) to 0 2026-05-10 05:16:19.795 8 INFO neutron.db.ovn_revision_numbers_db [None req-747f874c-7ca8-4fa3-8e82-f1158083b8c2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7652b3a2-6ff1-4967-86fa-d7b94e0ac692 (type: security_group_rules) to 0 2026-05-10 05:16:19.812 8 INFO neutron.db.ovn_revision_numbers_db [None req-747f874c-7ca8-4fa3-8e82-f1158083b8c2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 97c65abb-5849-4897-9f09-a3c9ea8471f7 (type: security_group_rules) to 0 2026-05-10 05:16:19.823 8 INFO neutron.db.ovn_revision_numbers_db [None req-747f874c-7ca8-4fa3-8e82-f1158083b8c2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a0d34080-fa1c-4ba2-9b49-aa2506732bc6 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 936/1908] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:19 2026] GET /v2.0/security-groups?tenant_id=3333ec7390c64e2cbc720cb963b25c9e&name=default => generated 2925 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:19.892 7 INFO neutron.db.ovn_revision_numbers_db [None req-09c06193-1bd4-4205-9cd2-2a11703b0780 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6a94289b-d27c-4f2f-bc00-acf17442fcd1 (type: security_groups) to 1 2026-05-10 05:16:19.909 7 INFO neutron.db.ovn_revision_numbers_db [None req-09c06193-1bd4-4205-9cd2-2a11703b0780 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3f564552-d941-4dce-a922-7c2df79e6404 (type: security_group_rules) to 0 2026-05-10 05:16:19.920 7 INFO neutron.db.ovn_revision_numbers_db [None req-09c06193-1bd4-4205-9cd2-2a11703b0780 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 61f70c2b-1e42-42f5-920a-556baa12bb87 (type: security_group_rules) to 0 2026-05-10 05:16:19.931 7 INFO neutron.db.ovn_revision_numbers_db [None req-09c06193-1bd4-4205-9cd2-2a11703b0780 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 73710981-9e50-47dc-b869-b19716c94b17 (type: security_group_rules) to 0 2026-05-10 05:16:19.942 7 INFO neutron.db.ovn_revision_numbers_db [None req-09c06193-1bd4-4205-9cd2-2a11703b0780 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7739bd76-61ce-4ed6-9e34-4f0747968afa (type: security_group_rules) to 0 [pid: 7|app: 0|req: 973/1909] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:19 2026] GET /v2.0/security-groups?tenant_id=6dd9a1122c494767b0c2084ab0362d12&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1910] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:19 2026] DELETE /v2.0/security-groups/92ca001f-c5ff-4903-b66e-4c6b3735824c => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1911] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:19 2026] DELETE /v2.0/security-groups/6a94289b-d27c-4f2f-bc00-acf17442fcd1 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:16:20.234 8 INFO neutron.db.ovn_revision_numbers_db [None req-2fd7a03d-6049-4dab-b42f-75c9aa86f62e 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Successfully bumped revision number for resource 1db8f2f5-3be1-4e01-8767-61803883001a (type: security_groups) to 1 2026-05-10 05:16:20.245 8 INFO neutron.db.ovn_revision_numbers_db [None req-2fd7a03d-6049-4dab-b42f-75c9aa86f62e 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Successfully bumped revision number for resource 321b68c7-b8d6-453b-89de-6cd990e85d77 (type: security_group_rules) to 0 2026-05-10 05:16:20.257 8 INFO neutron.db.ovn_revision_numbers_db [None req-2fd7a03d-6049-4dab-b42f-75c9aa86f62e 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Successfully bumped revision number for resource 4390fd08-97f6-49ea-9754-877120777f65 (type: security_group_rules) to 0 2026-05-10 05:16:20.268 8 INFO neutron.db.ovn_revision_numbers_db [None req-2fd7a03d-6049-4dab-b42f-75c9aa86f62e 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Successfully bumped revision number for resource 8b090748-3f73-4df8-bdb3-8369fd45d8af (type: security_group_rules) to 0 2026-05-10 05:16:20.279 8 INFO neutron.db.ovn_revision_numbers_db [None req-2fd7a03d-6049-4dab-b42f-75c9aa86f62e 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Successfully bumped revision number for resource c50cb46c-1921-455a-94c6-bc58a0381c96 (type: security_group_rules) to 0 2026-05-10 05:16:20.356 8 INFO neutron.db.segments_db [None req-2fd7a03d-6049-4dab-b42f-75c9aa86f62e 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Added segment 2c12785e-f7c2-4d6f-a7ba-9f8f6601d1bb of type geneve for network ac6c594e-ee4d-40be-bf63-583ec6baab0d 2026-05-10 05:16:20.484 8 INFO neutron.db.ovn_revision_numbers_db [None req-2fd7a03d-6049-4dab-b42f-75c9aa86f62e 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Successfully bumped revision number for resource ac6c594e-ee4d-40be-bf63-583ec6baab0d (type: networks) to 1 2026-05-10 05:16:20.637 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2fd7a03d-6049-4dab-b42f-75c9aa86f62e 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] No more DHCP agents 2026-05-10 05:16:20.639 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2fd7a03d-6049-4dab-b42f-75c9aa86f62e 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Unable to schedule network ac6c594e-ee4d-40be-bf63-583ec6baab0d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:20.698 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-927b9543-30ba-42c9-840f-a0d8d63325f2 - - - - - -] OVN reports status down for port: e4233339-d075-4e95-bac7-132ee5701bc3 2026-05-10 05:16:20.744 8 INFO neutron.db.ovn_revision_numbers_db [None req-2fd7a03d-6049-4dab-b42f-75c9aa86f62e 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Successfully bumped revision number for resource e4233339-d075-4e95-bac7-132ee5701bc3 (type: ports) to 1 [pid: 8|app: 0|req: 938/1912] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:16:20 2026] POST /v2.0/networks => generated 669 bytes in 722 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:20.869 7 INFO neutron.db.segments_db [None req-b14a9482-c5fd-468c-abca-44f11d16fbfd 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Added segment cf8aee01-afcc-4340-80eb-5373da6a3c91 of type geneve for network 801feb5e-1fd0-44ce-b2b6-5ff5924a9dc9 2026-05-10 05:16:20.968 7 INFO neutron.db.ovn_revision_numbers_db [None req-b14a9482-c5fd-468c-abca-44f11d16fbfd 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Successfully bumped revision number for resource 801feb5e-1fd0-44ce-b2b6-5ff5924a9dc9 (type: networks) to 1 2026-05-10 05:16:21.124 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b14a9482-c5fd-468c-abca-44f11d16fbfd 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] No more DHCP agents 2026-05-10 05:16:21.125 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b14a9482-c5fd-468c-abca-44f11d16fbfd 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Unable to schedule network 801feb5e-1fd0-44ce-b2b6-5ff5924a9dc9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:21.169 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8ff78cc-767a-499b-bc99-32592e752edc - - - - - -] OVN reports status down for port: f3071f9a-5cba-4fbd-847b-928fab2b4fb9 [pid: 8|app: 0|req: 939/1913] 10.0.0.201 () {32 vars in 826 bytes} [Sun May 10 05:16:21 2026] GET /v2.0/ports?project_id=f9d573a52fbc440081c2f7fb3e5f8d6b&network_id=cd4ebd3e-3c11-4582-a8ee-684f72012583 => generated 3342 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:21.223 7 INFO neutron.db.ovn_revision_numbers_db [None req-b14a9482-c5fd-468c-abca-44f11d16fbfd 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Successfully bumped revision number for resource f3071f9a-5cba-4fbd-847b-928fab2b4fb9 (type: ports) to 1 [pid: 7|app: 0|req: 975/1914] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:16:20 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) [pid: 8|app: 0|req: 940/1915] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:16:21 2026] PUT /v2.0/networks/ac6c594e-ee4d-40be-bf63-583ec6baab0d/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1916] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:16:21 2026] GET /v2.0/networks/ac6c594e-ee4d-40be-bf63-583ec6baab0d/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1917] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:16:21 2026] PUT /v2.0/networks/801feb5e-1fd0-44ce-b2b6-5ff5924a9dc9/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1918] 10.0.0.201 () {32 vars in 742 bytes} [Sun May 10 05:16:21 2026] GET /v2.0/subnets?network_id=4a1940cd-d845-4f41-a8eb-4985c7401711 => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1919] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:16:21 2026] GET /v2.0/networks/801feb5e-1fd0-44ce-b2b6-5ff5924a9dc9/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1920] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:16:21 2026] PUT /v2.0/networks/801feb5e-1fd0-44ce-b2b6-5ff5924a9dc9/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1921] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:16:21 2026] GET /v2.0/networks/801feb5e-1fd0-44ce-b2b6-5ff5924a9dc9/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1922] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:16:21 2026] GET /v2.0/networks/ac6c594e-ee4d-40be-bf63-583ec6baab0d/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:21.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9a8953a-361a-4f79-8883-faa43fe80d18 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] TaaS: Handle Delete Port: e4233339-d075-4e95-bac7-132ee5701bc3 2026-05-10 05:16:21.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9a8953a-361a-4f79-8883-faa43fe80d18 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Tap Mirror: Handle Delete Port: e4233339-d075-4e95-bac7-132ee5701bc3 2026-05-10 05:16:21.890 7 INFO neutron.db.ovn_revision_numbers_db [None req-b345b08d-f0fd-4c60-aebd-9b453c6e4498 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 785dc391-8caa-4c3e-817a-d942c5b541c6 (type: floatingips) to 2 2026-05-10 05:16:21.935 7 INFO neutron.db.l3_db [None req-b345b08d-f0fd-4c60-aebd-9b453c6e4498 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Floating IP 785dc391-8caa-4c3e-817a-d942c5b541c6 disassociated. External IP: 10.96.250.202, port: 604dbe81-93c1-4056-9685-31df4769b424. 2026-05-10 05:16:21.955 8 INFO neutron.services.segments.plugin [-] Segment 2c12785e-f7c2-4d6f-a7ba-9f8f6601d1bb resource provider aggregate not found 2026-05-10 05:16:21.961 8 INFO neutron.services.segments.plugin [-] Segment 2c12785e-f7c2-4d6f-a7ba-9f8f6601d1bb resource provider aggregate not found [pid: 7|app: 0|req: 980/1923] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:16:21 2026] PUT /v2.0/floatingips/785dc391-8caa-4c3e-817a-d942c5b541c6 => generated 554 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:21.975 8 INFO neutron.services.segments.plugin [-] Segment 2c12785e-f7c2-4d6f-a7ba-9f8f6601d1bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c12785e-f7c2-4d6f-a7ba-9f8f6601d1bb found for delete ", "request_id": "req-62401c68-cc87-4bc0-9484-d316be95bbc8"}]} 2026-05-10 05:16:21.977 8 INFO neutron.services.segments.plugin [-] Segment 2c12785e-f7c2-4d6f-a7ba-9f8f6601d1bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c12785e-f7c2-4d6f-a7ba-9f8f6601d1bb found for delete ", "request_id": "req-5f84f84d-ad6c-4941-ab71-bc8a3f40ec32"}]} [pid: 8|app: 0|req: 944/1924] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:16:21 2026] DELETE /v2.0/networks/ac6c594e-ee4d-40be-bf63-583ec6baab0d => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:16:22.004 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e82e58b9-bb73-4a28-855c-e5833fdaacc9'] response: {'name': 'network-changed', 'server_uuid': '50dc43de-5395-431c-94a4-1e76f9cfe746', 'tag': '604dbe81-93c1-4056-9685-31df4769b424', '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-10 05:16:22.240 8 INFO neutron.db.ovn_revision_numbers_db [None req-81ae2e53-4782-41ff-aa81-c409a8ec0570 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d0b4e001-88e5-46a4-8895-0e6791feee9e (type: security_groups) to 1 2026-05-10 05:16:22.249 7 INFO neutron.db.ovn_revision_numbers_db [None req-c98fae5c-a45e-48ca-9bef-333526db9936 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource a9db8f38-41b1-4f2b-9347-094968096b0c (type: security_groups) to 1 2026-05-10 05:16:22.251 8 INFO neutron.db.ovn_revision_numbers_db [None req-81ae2e53-4782-41ff-aa81-c409a8ec0570 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1d5c543d-145c-4616-af05-e71a32b85778 (type: security_group_rules) to 0 2026-05-10 05:16:22.258 7 INFO neutron.db.ovn_revision_numbers_db [None req-c98fae5c-a45e-48ca-9bef-333526db9936 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 3f20d2ad-14ac-4a72-bab2-bfbbb8ec2945 (type: security_group_rules) to 0 2026-05-10 05:16:22.268 8 INFO neutron.db.ovn_revision_numbers_db [None req-81ae2e53-4782-41ff-aa81-c409a8ec0570 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 37b34e43-5405-4977-b9a3-a8b8c8eaa087 (type: security_group_rules) to 0 2026-05-10 05:16:22.270 7 INFO neutron.db.ovn_revision_numbers_db [None req-c98fae5c-a45e-48ca-9bef-333526db9936 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 466760f4-0671-4cc1-9f98-e4c43ae015cc (type: security_group_rules) to 0 2026-05-10 05:16:22.281 7 INFO neutron.db.ovn_revision_numbers_db [None req-c98fae5c-a45e-48ca-9bef-333526db9936 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 5aa304d8-495c-4a96-b066-9e1389cc3f51 (type: security_group_rules) to 0 2026-05-10 05:16:22.283 8 INFO neutron.db.ovn_revision_numbers_db [None req-81ae2e53-4782-41ff-aa81-c409a8ec0570 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 459c46ab-f4b7-4f8d-b620-ec34aeda8c92 (type: security_group_rules) to 0 2026-05-10 05:16:22.292 7 INFO neutron.db.ovn_revision_numbers_db [None req-c98fae5c-a45e-48ca-9bef-333526db9936 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 77dce89a-1a9d-4ccc-8aa1-8626de2882ee (type: security_group_rules) to 0 2026-05-10 05:16:22.294 8 INFO neutron.db.ovn_revision_numbers_db [None req-81ae2e53-4782-41ff-aa81-c409a8ec0570 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 93d10113-61bc-4167-8e8e-e9091a2e3b22 (type: security_group_rules) to 0 2026-05-10 05:16:22.356 7 INFO neutron.db.segments_db [None req-c98fae5c-a45e-48ca-9bef-333526db9936 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Added segment 551b63d0-17d8-4777-bbb7-73d5ee90de63 of type geneve for network f363e805-2b86-4a4f-9000-3ca88e3a1d79 2026-05-10 05:16:22.371 8 INFO neutron.db.segments_db [None req-81ae2e53-4782-41ff-aa81-c409a8ec0570 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Added segment e52847b5-285a-490f-8c04-6b0efd41d496 of type geneve for network f6cb486c-b4d3-472f-8506-b49c05d5de81 2026-05-10 05:16:22.466 7 INFO neutron.db.ovn_revision_numbers_db [None req-c98fae5c-a45e-48ca-9bef-333526db9936 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource f363e805-2b86-4a4f-9000-3ca88e3a1d79 (type: networks) to 1 2026-05-10 05:16:22.484 8 INFO neutron.db.ovn_revision_numbers_db [None req-81ae2e53-4782-41ff-aa81-c409a8ec0570 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f6cb486c-b4d3-472f-8506-b49c05d5de81 (type: networks) to 1 2026-05-10 05:16:22.602 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c98fae5c-a45e-48ca-9bef-333526db9936 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:22.604 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c98fae5c-a45e-48ca-9bef-333526db9936 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network f363e805-2b86-4a4f-9000-3ca88e3a1d79: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:22.647 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-81ae2e53-4782-41ff-aa81-c409a8ec0570 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:16:22.649 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-81ae2e53-4782-41ff-aa81-c409a8ec0570 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network f6cb486c-b4d3-472f-8506-b49c05d5de81: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:22.662 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8ff78cc-767a-499b-bc99-32592e752edc - - - - - -] OVN reports status down for port: 831c7733-1b58-44ba-a9b3-0f12c33bc73d 2026-05-10 05:16:22.720 8 INFO neutron.db.ovn_revision_numbers_db [None req-81ae2e53-4782-41ff-aa81-c409a8ec0570 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f3db1d5f-c335-42f9-8f4b-6fca28d7ab38 (type: ports) to 1 [pid: 8|app: 0|req: 945/1925] 10.0.0.201 () {34 vars in 671 bytes} [Sun May 10 05:16:22 2026] POST /v2.0/networks => generated 782 bytes in 739 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:22.755 7 INFO neutron.db.ovn_revision_numbers_db [None req-c98fae5c-a45e-48ca-9bef-333526db9936 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 831c7733-1b58-44ba-a9b3-0f12c33bc73d (type: ports) to 1 [pid: 8|app: 0|req: 946/1926] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:16:22 2026] GET /v2.0/floatingips/785dc391-8caa-4c3e-817a-d942c5b541c6 => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:22.801 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8ff78cc-767a-499b-bc99-32592e752edc - - - - - -] OVN reports status down for port: f3db1d5f-c335-42f9-8f4b-6fca28d7ab38 [pid: 7|app: 0|req: 981/1927] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:16:21 2026] POST /v2.0/networks => generated 672 bytes in 841 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1928] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:16:22 2026] GET /v2.0/ports?tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b&device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 1236 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:22.868 8 INFO neutron_taas.services.taas.taas_plugin [None req-79a74090-04bb-44b6-a428-37db09c063d8 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] TaaS: Handle Delete Port: f3071f9a-5cba-4fbd-847b-928fab2b4fb9 2026-05-10 05:16:22.871 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79a74090-04bb-44b6-a428-37db09c063d8 5db3becbc1144b86925b9ca1115ebc75 d47b68b9755a4c00b54eb6a34fd8596e - - default default] Tap Mirror: Handle Delete Port: f3071f9a-5cba-4fbd-847b-928fab2b4fb9 2026-05-10 05:16:23.014 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-461704ab-21d5-4900-a955-9d30abeb6867 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:16:23.015 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-461704ab-21d5-4900-a955-9d30abeb6867 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network f6cb486c-b4d3-472f-8506-b49c05d5de81: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 947/1929] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:16:22 2026] DELETE /v2.0/networks/801feb5e-1fd0-44ce-b2b6-5ff5924a9dc9 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:16:23.173 8 INFO neutron.db.segments_db [None req-4ed05df4-4f72-4fef-a322-ba07bd85d2c3 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Added segment d151d063-94f6-4823-bce7-f15a6bb4dca6 of type geneve for network 1f78323a-53e9-4b14-a814-a24eeef83d36 2026-05-10 05:16:23.270 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ed05df4-4f72-4fef-a322-ba07bd85d2c3 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 1f78323a-53e9-4b14-a814-a24eeef83d36 (type: networks) to 1 2026-05-10 05:16:23.436 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4ed05df4-4f72-4fef-a322-ba07bd85d2c3 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:23.437 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4ed05df4-4f72-4fef-a322-ba07bd85d2c3 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network 1f78323a-53e9-4b14-a814-a24eeef83d36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:23.459 7 INFO neutron.db.ovn_revision_numbers_db [None req-461704ab-21d5-4900-a955-9d30abeb6867 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f3db1d5f-c335-42f9-8f4b-6fca28d7ab38 (type: ports) to 2 2026-05-10 05:16:23.485 7 INFO neutron.db.ovn_revision_numbers_db [None req-461704ab-21d5-4900-a955-9d30abeb6867 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource dec23dc8-1c61-410e-99d8-dfc9b6f98cf4 (type: subnets) to 0 2026-05-10 05:16:23.513 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-927b9543-30ba-42c9-840f-a0d8d63325f2 - - - - - -] OVN reports status down for port: 5fcf04a5-e2e5-4aa2-b3a9-9404ba156a01 [pid: 7|app: 0|req: 983/1930] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:22 2026] POST /v2.0/subnets => generated 688 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1931] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:16:23 2026] GET /v2.0/networks?id=cd4ebd3e-3c11-4582-a8ee-684f72012583 => generated 797 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:23.561 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ed05df4-4f72-4fef-a322-ba07bd85d2c3 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 5fcf04a5-e2e5-4aa2-b3a9-9404ba156a01 (type: ports) to 1 [pid: 8|app: 0|req: 948/1932] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:16:23 2026] POST /v2.0/networks => generated 671 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1933] 199.204.45.23 () {34 vars in 1059 bytes} [Sun May 10 05:16:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=604dbe81-93c1-4056-9685-31df4769b424 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:23.812 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8587a69c-0967-43a0-b7ab-6c4754e9f4fc 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:23.813 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8587a69c-0967-43a0-b7ab-6c4754e9f4fc 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network f363e805-2b86-4a4f-9000-3ca88e3a1d79: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:23.850 8 INFO neutron.db.ovn_revision_numbers_db [None req-8587a69c-0967-43a0-b7ab-6c4754e9f4fc 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 1c52b4bf-c938-4399-9b48-4df931f20e29 (type: subnets) to 0 [pid: 8|app: 0|req: 950/1934] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:23 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1935] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:16:23 2026] GET /v2.0/subnets?id=d06c524a-af65-41d7-a3e8-669f112842f7 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:23.988 8 WARNING neutron.db.securitygroups_db [None req-213fbf1e-ea9a-4b88-aad2-a1d0a6e56a2e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:16:24.001 8 INFO neutron.services.segments.plugin [-] Segment cf8aee01-afcc-4340-80eb-5373da6a3c91 resource provider aggregate not found 2026-05-10 05:16:24.009 8 INFO neutron.services.segments.plugin [-] Segment cf8aee01-afcc-4340-80eb-5373da6a3c91 resource provider aggregate not found 2026-05-10 05:16:24.025 8 INFO neutron.services.segments.plugin [-] Segment cf8aee01-afcc-4340-80eb-5373da6a3c91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf8aee01-afcc-4340-80eb-5373da6a3c91 found for delete ", "request_id": "req-e604689f-1cfd-4904-974b-831bbe700f87"}]} 2026-05-10 05:16:24.028 8 INFO neutron.services.segments.plugin [-] Segment cf8aee01-afcc-4340-80eb-5373da6a3c91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf8aee01-afcc-4340-80eb-5373da6a3c91 found for delete ", "request_id": "req-1c3d63d7-3457-4a8d-a4cd-121bb22f6d19"}]} 2026-05-10 05:16:24.050 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-81573180-9f68-4e12-98ea-c1604e602a96 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:16:24.051 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-81573180-9f68-4e12-98ea-c1604e602a96 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:24.131 8 INFO neutron.db.ovn_revision_numbers_db [None req-213fbf1e-ea9a-4b88-aad2-a1d0a6e56a2e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0f96a3f8-23c2-4290-ae86-aa9c1fd68f80 (type: security_groups) to 1 2026-05-10 05:16:24.142 8 INFO neutron.db.ovn_revision_numbers_db [None req-213fbf1e-ea9a-4b88-aad2-a1d0a6e56a2e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5e792c7a-1c81-47a2-9ce3-5ac52bcabce3 (type: security_group_rules) to 0 2026-05-10 05:16:24.152 8 INFO neutron.db.ovn_revision_numbers_db [None req-213fbf1e-ea9a-4b88-aad2-a1d0a6e56a2e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7d6e9b33-e8b7-4a41-b929-e22ee1a58afd (type: security_group_rules) to 0 2026-05-10 05:16:24.176 8 INFO neutron.db.ovn_revision_numbers_db [None req-213fbf1e-ea9a-4b88-aad2-a1d0a6e56a2e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7d8a3303-06a0-4b01-8501-e6d66adc752f (type: security_group_rules) to 0 2026-05-10 05:16:24.193 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-927b9543-30ba-42c9-840f-a0d8d63325f2 - - - - - -] OVN reports status down for port: ae778c6c-1d4e-42c9-9748-5254326e422a 2026-05-10 05:16:24.209 7 INFO neutron.db.ovn_revision_numbers_db [None req-81573180-9f68-4e12-98ea-c1604e602a96 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ae778c6c-1d4e-42c9-9748-5254326e422a (type: ports) to 1 2026-05-10 05:16:24.210 8 INFO neutron.db.ovn_revision_numbers_db [None req-213fbf1e-ea9a-4b88-aad2-a1d0a6e56a2e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c4443c0c-b622-4b7b-81da-6b988a464c6f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 952/1936] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:23 2026] GET /v2.0/security-groups?tenant_id=6b3b97bddb8d4db1a315d3e96e623328&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:24.482 8 INFO neutron.db.ovn_revision_numbers_db [None req-37eb6152-925e-413a-ae5c-15c08a385535 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 744d5e3d-20c0-4bf3-8f21-10e477b82827 (type: security_groups) to 1 2026-05-10 05:16:24.496 8 INFO neutron.db.ovn_revision_numbers_db [None req-37eb6152-925e-413a-ae5c-15c08a385535 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 4d9c9686-09ff-4b7e-ac73-6e190d7c8268 (type: security_group_rules) to 0 2026-05-10 05:16:24.512 8 INFO neutron.db.ovn_revision_numbers_db [None req-37eb6152-925e-413a-ae5c-15c08a385535 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 8024091f-fa4b-494a-931b-61a6900eaef2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 953/1937] 10.0.0.201 () {34 vars in 685 bytes} [Sun May 10 05:16:24 2026] POST /v2.0/security-groups => generated 1675 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:16:24.797 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b5724842-c3fc-4eb8-b4dd-d1ab30a5e4a6 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:24.798 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b5724842-c3fc-4eb8-b4dd-d1ab30a5e4a6 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network 1f78323a-53e9-4b14-a814-a24eeef83d36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:24.832 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5724842-c3fc-4eb8-b4dd-d1ab30a5e4a6 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource bbcdc553-4279-4470-94fa-13f81ff3434b (type: subnets) to 0 [pid: 8|app: 0|req: 954/1938] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:24 2026] POST /v2.0/subnets => generated 655 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1939] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:16:24 2026] GET /v2.0/ports?network_id=cd4ebd3e-3c11-4582-a8ee-684f72012583&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-10 05:16:24.961 7 INFO neutron.db.ovn_revision_numbers_db [None req-81573180-9f68-4e12-98ea-c1604e602a96 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ae778c6c-1d4e-42c9-9748-5254326e422a (type: router_ports) to 1 2026-05-10 05:16:24.966 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-ad2b6076-39dd-49e0-8d01-c7b240f30d02 - - - - - -] Router 9caa96a7-ed76-4127-8090-8c013cca0f10 is bound to host instance 2026-05-10 05:16:24.996 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-927b9543-30ba-42c9-840f-a0d8d63325f2 - - - - - -] OVN reports status up for port: ae778c6c-1d4e-42c9-9748-5254326e422a 2026-05-10 05:16:25.020 8 INFO neutron.plugins.ml2.plugin [None req-927b9543-30ba-42c9-840f-a0d8d63325f2 - - - - - -] Attempt 1 to provision port ae778c6c-1d4e-42c9-9748-5254326e422a 2026-05-10 05:16:25.085 7 INFO neutron.db.ovn_revision_numbers_db [None req-81573180-9f68-4e12-98ea-c1604e602a96 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9caa96a7-ed76-4127-8090-8c013cca0f10 (type: routers) to 2 [pid: 7|app: 0|req: 985/1940] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:23 2026] POST /v2.0/routers => generated 987 bytes in 1558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1941] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:24 2026] DELETE /v2.0/security-groups/0f96a3f8-23c2-4290-ae86-aa9c1fd68f80 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:16:25.259 8 INFO neutron.db.ovn_revision_numbers_db [None req-0b1223e6-6ca3-45aa-8451-bc68e5237141 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource effe04be-dfd6-471e-ba46-956a3986c306 (type: routers) to 1 [pid: 8|app: 0|req: 957/1942] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:25 2026] POST /v2.0/routers => generated 628 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1943] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:16:25 2026] GET /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:25.337 7 INFO neutron.db.ovn_revision_numbers_db [None req-f822ecc4-48f5-4074-8a3a-183c1d7b6068 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource e5cd096d-d3d3-4b20-959b-b7150324a78a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 986/1944] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:25.406 7 WARNING neutron.db.securitygroups_db [None req-1aed3602-de0c-49ab-bc07-24b7ef752206 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 987/1945] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:25 2026] GET /v2.0/security-groups?tenant_id=d47b68b9755a4c00b54eb6a34fd8596e&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:25.697 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d0d799f6-db54-4f7e-8abe-79e4c774e32e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:16:25.699 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d0d799f6-db54-4f7e-8abe-79e4c774e32e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network f6cb486c-b4d3-472f-8506-b49c05d5de81: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:25.831 8 INFO neutron.db.ovn_revision_numbers_db [None req-d0d799f6-db54-4f7e-8abe-79e4c774e32e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0214e9a9-3b79-40db-976b-015bd51b2972 (type: ports) to 1 2026-05-10 05:16:25.853 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8ff78cc-767a-499b-bc99-32592e752edc - - - - - -] OVN reports status down for port: 0214e9a9-3b79-40db-976b-015bd51b2972 2026-05-10 05:16:26.173 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e55b8661-53b7-4cd0-9e2e-b1b8822313d7 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:26.176 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e55b8661-53b7-4cd0-9e2e-b1b8822313d7 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network f363e805-2b86-4a4f-9000-3ca88e3a1d79: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:26.404 7 INFO neutron.db.ovn_revision_numbers_db [None req-e55b8661-53b7-4cd0-9e2e-b1b8822313d7 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 1d3fb264-869a-4778-ae5f-a590796fdcae (type: ports) to 1 2026-05-10 05:16:26.414 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d8ff78cc-767a-499b-bc99-32592e752edc - - - - - -] OVN reports status up for port: 0214e9a9-3b79-40db-976b-015bd51b2972 2026-05-10 05:16:26.449 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d0d799f6-db54-4f7e-8abe-79e4c774e32e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:16:26.450 7 INFO neutron.plugins.ml2.plugin [None req-d8ff78cc-767a-499b-bc99-32592e752edc - - - - - -] Attempt 1 to provision port 0214e9a9-3b79-40db-976b-015bd51b2972 2026-05-10 05:16:26.451 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d0d799f6-db54-4f7e-8abe-79e4c774e32e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network f6cb486c-b4d3-472f-8506-b49c05d5de81: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:26.602 7 INFO neutron.db.ovn_revision_numbers_db [None req-50c5cb00-b9ac-4733-85b6-04bf939b3839 - - - - - -] Successfully bumped revision number for resource ae778c6c-1d4e-42c9-9748-5254326e422a (type: ports) to 4 2026-05-10 05:16:26.867 8 INFO neutron.db.ovn_revision_numbers_db [None req-d0d799f6-db54-4f7e-8abe-79e4c774e32e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0214e9a9-3b79-40db-976b-015bd51b2972 (type: router_ports) to 1 [pid: 8|app: 0|req: 959/1946] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:16:25 2026] PUT /v2.0/routers/9caa96a7-ed76-4127-8090-8c013cca0f10/add_router_interface => generated 310 bytes in 1567 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1947] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:16:26 2026] GET /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:27.015 8 INFO neutron.db.ovn_revision_numbers_db [None req-ff330285-efb8-4ce6-8df9-1de6173cfb3d 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource ba514b57-1e11-45eb-b52c-071f1bb35280 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 961/1948] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:26 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: 8|app: 0|req: 962/1949] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:27 2026] DELETE /v2.0/security-groups/1db8f2f5-3be1-4e01-8767-61803883001a => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:16:27.312 8 INFO neutron.db.ovn_revision_numbers_db [None req-310c8af3-1ece-4c0c-a694-1f455211e47f 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource bdf25160-8db9-4cd8-907e-855d495c3fcb (type: security_group_rules) to 0 [pid: 8|app: 0|req: 963/1950] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:27.447 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a015691-69c9-47cf-9b92-8b9ac155e9ae 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 2bb25e16-3881-4f27-9603-8d2dfe07b910 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 964/1951] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:27.532 8 INFO neutron.db.securitygroups_db [None req-6e9c8f93-a0bc-460c-b593-949b48c6562e 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Project f9d573a52fbc440081c2f7fb3e5f8d6b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-10 05:16:27.616 8 INFO neutron.db.ovn_revision_numbers_db [None req-6e9c8f93-a0bc-460c-b593-949b48c6562e 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 08772374-34d8-4ab0-bf31-4eb440d6b842 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 965/1952] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:27.698 8 INFO neutron.db.securitygroups_db [None req-43964bb6-37ce-4d53-a271-3d94330cfe01 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Project f9d573a52fbc440081c2f7fb3e5f8d6b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-10 05:16:27.748 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-927b9543-30ba-42c9-840f-a0d8d63325f2 - - - - - -] OVN reports status down for port: 1d3fb264-869a-4778-ae5f-a590796fdcae 2026-05-10 05:16:27.754 7 INFO neutron.db.ovn_revision_numbers_db [None req-50c5cb00-b9ac-4733-85b6-04bf939b3839 - - - - - -] Successfully bumped revision number for resource ae778c6c-1d4e-42c9-9748-5254326e422a (type: ports) to 5 2026-05-10 05:16:27.944 7 INFO neutron.db.ovn_revision_numbers_db [None req-d8ff78cc-767a-499b-bc99-32592e752edc - - - - - -] Successfully bumped revision number for resource 0214e9a9-3b79-40db-976b-015bd51b2972 (type: ports) to 2 2026-05-10 05:16:28.159 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e55b8661-53b7-4cd0-9e2e-b1b8822313d7 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:28.162 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e55b8661-53b7-4cd0-9e2e-b1b8822313d7 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network f363e805-2b86-4a4f-9000-3ca88e3a1d79: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:28.330 8 INFO neutron.db.ovn_revision_numbers_db [None req-43964bb6-37ce-4d53-a271-3d94330cfe01 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 6830e832-74a5-4455-b8d4-8983286f890a (type: security_group_rules) to 0 2026-05-10 05:16:28.351 7 INFO neutron.db.ovn_revision_numbers_db [None req-e55b8661-53b7-4cd0-9e2e-b1b8822313d7 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 1d3fb264-869a-4778-ae5f-a590796fdcae (type: router_ports) to 1 [pid: 7|app: 0|req: 988/1953] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:16:25 2026] PUT /v2.0/routers/effe04be-dfd6-471e-ba46-956a3986c306/add_router_interface => generated 310 bytes in 2905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:28.393 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-927b9543-30ba-42c9-840f-a0d8d63325f2 - - - - - -] Logical_Switch_Port 1d3fb264-869a-4778-ae5f-a590796fdcae host information not removed, the port state is up [pid: 8|app: 0|req: 966/1954] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:27 2026] POST /v2.0/security-group-rules => generated 606 bytes in 751 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:28.470 8 INFO neutron.common.ovn.utils [None req-927b9543-30ba-42c9-840f-a0d8d63325f2 - - - - - -] HA Chassis Group neutron-f6cb486c-b4d3-472f-8506-b49c05d5de81 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c [pid: 8|app: 0|req: 967/1955] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:16:28 2026] GET /v2.0/ports/1d3fb264-869a-4778-ae5f-a590796fdcae => generated 945 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:28.486 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-927b9543-30ba-42c9-840f-a0d8d63325f2 - - - - - -] OVN reports status up for port: 1d3fb264-869a-4778-ae5f-a590796fdcae 2026-05-10 05:16:28.489 7 INFO neutron.db.ovn_revision_numbers_db [None req-f5038e22-b96b-41db-a6ec-f4e1210c87e1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6e622d83-768b-4017-81b5-e67187bfd93e (type: security_groups) to 1 2026-05-10 05:16:28.501 7 INFO neutron.db.ovn_revision_numbers_db [None req-f5038e22-b96b-41db-a6ec-f4e1210c87e1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2ccf44b1-adaa-42dc-9748-f17b113bfa9d (type: security_group_rules) to 0 2026-05-10 05:16:28.511 7 INFO neutron.db.ovn_revision_numbers_db [None req-f5038e22-b96b-41db-a6ec-f4e1210c87e1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e80573c0-1f9d-45ca-bbe9-99025cb53cfa (type: security_group_rules) to 0 2026-05-10 05:16:28.518 8 INFO neutron.plugins.ml2.plugin [None req-927b9543-30ba-42c9-840f-a0d8d63325f2 - - - - - -] Attempt 1 to provision port 1d3fb264-869a-4778-ae5f-a590796fdcae 2026-05-10 05:16:28.521 7 INFO neutron.db.ovn_revision_numbers_db [None req-f5038e22-b96b-41db-a6ec-f4e1210c87e1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource efab28a2-c9e9-4cd3-86eb-9de06d261dcc (type: security_group_rules) to 0 2026-05-10 05:16:28.538 7 INFO neutron.db.ovn_revision_numbers_db [None req-f5038e22-b96b-41db-a6ec-f4e1210c87e1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f9131b02-30ee-4c46-83be-81ac313840d9 (type: security_group_rules) to 0 2026-05-10 05:16:28.613 7 INFO neutron.db.segments_db [None req-f5038e22-b96b-41db-a6ec-f4e1210c87e1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Added segment ae9a6bb9-d773-4e7c-8526-96dc3a2921bf of type geneve for network c077e0a3-8b3f-4fc6-b307-a8df14fb8a80 2026-05-10 05:16:28.739 7 INFO neutron.db.ovn_revision_numbers_db [None req-f5038e22-b96b-41db-a6ec-f4e1210c87e1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c077e0a3-8b3f-4fc6-b307-a8df14fb8a80 (type: networks) to 1 2026-05-10 05:16:28.898 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f5038e22-b96b-41db-a6ec-f4e1210c87e1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:16:28.900 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f5038e22-b96b-41db-a6ec-f4e1210c87e1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network c077e0a3-8b3f-4fc6-b307-a8df14fb8a80: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:29.008 7 INFO neutron.db.ovn_revision_numbers_db [None req-f5038e22-b96b-41db-a6ec-f4e1210c87e1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8b00e029-e82e-4433-9b02-ae2a79a39e5e (type: ports) to 1 [pid: 7|app: 0|req: 989/1956] 10.0.0.201 () {34 vars in 671 bytes} [Sun May 10 05:16:28 2026] POST /v2.0/networks => generated 781 bytes in 674 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:29.256 8 INFO neutron.db.ovn_revision_numbers_db [None req-927b9543-30ba-42c9-840f-a0d8d63325f2 - - - - - -] Successfully bumped revision number for resource 1d3fb264-869a-4778-ae5f-a590796fdcae (type: ports) to 2 2026-05-10 05:16:29.272 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5e95b2bf-6cd0-4c03-90eb-ddd96339c934 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:29.281 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5e95b2bf-6cd0-4c03-90eb-ddd96339c934 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network 1f78323a-53e9-4b14-a814-a24eeef83d36: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 990/1957] 10.0.0.201 () {32 vars in 649 bytes} [Sun May 10 05:16:29 2026] GET /v2.0/networks => generated 1373 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:29.456 8 INFO neutron.db.ovn_revision_numbers_db [None req-5e95b2bf-6cd0-4c03-90eb-ddd96339c934 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource ae938c7f-d8c4-486d-bcc5-c92706aac0d1 (type: ports) to 1 2026-05-10 05:16:29.461 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b07cbd04-57fe-4938-a348-38f21e2ed4e2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:16:29.463 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b07cbd04-57fe-4938-a348-38f21e2ed4e2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network c077e0a3-8b3f-4fc6-b307-a8df14fb8a80: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:29.927 7 INFO neutron.db.ovn_revision_numbers_db [None req-b07cbd04-57fe-4938-a348-38f21e2ed4e2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8b00e029-e82e-4433-9b02-ae2a79a39e5e (type: ports) to 2 2026-05-10 05:16:29.952 7 INFO neutron.db.ovn_revision_numbers_db [None req-b07cbd04-57fe-4938-a348-38f21e2ed4e2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4808668a-da1f-482d-a27f-0a41ee88ba76 (type: subnets) to 0 [pid: 7|app: 0|req: 991/1958] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:29 2026] POST /v2.0/subnets => generated 687 bytes in 659 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:29.973 7 WARNING neutron.db.securitygroups_db [req-a0924f26-e002-4a5c-ba63-0a474a1e25a7 req-faf84c30-09b9-474d-8996-78160d24c177 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - 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: 992/1959] 10.0.0.162 () {34 vars in 1100 bytes} [Sun May 10 05:16:29 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1840115040&fields=id&tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:30.114 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5e95b2bf-6cd0-4c03-90eb-ddd96339c934 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:30.116 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5e95b2bf-6cd0-4c03-90eb-ddd96339c934 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network 1f78323a-53e9-4b14-a814-a24eeef83d36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:30.298 8 INFO neutron.db.ovn_revision_numbers_db [None req-5e95b2bf-6cd0-4c03-90eb-ddd96339c934 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource ae938c7f-d8c4-486d-bcc5-c92706aac0d1 (type: router_ports) to 1 [pid: 8|app: 0|req: 968/1960] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:16:28 2026] PUT /v2.0/routers/effe04be-dfd6-471e-ba46-956a3986c306/add_router_interface => generated 310 bytes in 1815 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1963] 10.0.0.162 () {34 vars in 982 bytes} [Sun May 10 05:16:30 2026] GET /v2.0/networks?id=cd4ebd3e-3c11-4582-a8ee-684f72012583 => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1964] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:16:30 2026] GET /v2.0/ports/ae938c7f-d8c4-486d-bcc5-c92706aac0d1 => generated 953 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1965] 10.0.0.162 () {34 vars in 965 bytes} [Sun May 10 05:16:30 2026] GET /v2.0/quotas/f9d573a52fbc440081c2f7fb3e5f8d6b => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1966] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:16:30 2026] GET /v2.0/ports/ae938c7f-d8c4-486d-bcc5-c92706aac0d1 => generated 953 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:30.452 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-aaf18fc9-c3e3-4fa8-8ae4-a83196c8838c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:16:30.454 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-aaf18fc9-c3e3-4fa8-8ae4-a83196c8838c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 975/1967] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:16:30 2026] GET /v2.0/ports?tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b&fields=id => generated 149 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1968] 10.0.0.162 () {34 vars in 1008 bytes} [Sun May 10 05:16:30 2026] GET /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:30.615 7 INFO neutron.db.ovn_revision_numbers_db [None req-aaf18fc9-c3e3-4fa8-8ae4-a83196c8838c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a3860354-f180-4af2-afaf-5590a0b8b561 (type: ports) to 1 [pid: 8|app: 0|req: 977/1969] 10.0.0.162 () {34 vars in 1108 bytes} [Sun May 10 05:16:30 2026] GET /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583?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: 978/1970] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:30 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:31.268 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-50c5cb00-b9ac-4733-85b6-04bf939b3839 - - - - - -] Router eedc7910-f947-44ee-af9a-1b3d69d7188d is bound to host instance 2026-05-10 05:16:31.318 7 INFO neutron.db.ovn_revision_numbers_db [None req-aaf18fc9-c3e3-4fa8-8ae4-a83196c8838c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a3860354-f180-4af2-afaf-5590a0b8b561 (type: router_ports) to 1 2026-05-10 05:16:31.437 7 INFO neutron.db.ovn_revision_numbers_db [None req-aaf18fc9-c3e3-4fa8-8ae4-a83196c8838c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource eedc7910-f947-44ee-af9a-1b3d69d7188d (type: routers) to 2 [pid: 7|app: 0|req: 993/1971] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:29 2026] POST /v2.0/routers => generated 986 bytes in 1472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1972] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:16:31 2026] GET /v2.0/ports/ae938c7f-d8c4-486d-bcc5-c92706aac0d1 => generated 953 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1973] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:31 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1974] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:16:32 2026] GET /v2.0/ports/ae938c7f-d8c4-486d-bcc5-c92706aac0d1 => generated 953 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:32.671 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fadb0658-ddd8-410b-9f9b-e7ebbc27e7e5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:16:32.673 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fadb0658-ddd8-410b-9f9b-e7ebbc27e7e5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network c077e0a3-8b3f-4fc6-b307-a8df14fb8a80: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:32.950 7 INFO neutron.db.ovn_revision_numbers_db [None req-fadb0658-ddd8-410b-9f9b-e7ebbc27e7e5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8809a995-a8b7-47d8-a2b5-f59e8f224bed (type: ports) to 1 [pid: 8|app: 0|req: 982/1975] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:32 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:33.071 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-ecfe8e1c-0b4a-49dd-bb6c-ce0aef9babe3 - - - - - -] No hosting information found for port 0214e9a9-3b79-40db-976b-015bd51b2972: RuntimeError: No hosting information found for port 0214e9a9-3b79-40db-976b-015bd51b2972 2026-05-10 05:16:33.290 7 INFO neutron.db.ovn_revision_numbers_db [None req-aeb12c1a-8a52-4a50-a09c-8db25b000b69 - - - - - -] Successfully bumped revision number for resource a3860354-f180-4af2-afaf-5590a0b8b561 (type: ports) to 4 2026-05-10 05:16:33.294 7 INFO neutron.db.ovn_revision_numbers_db [None req-ecfe8e1c-0b4a-49dd-bb6c-ce0aef9babe3 - - - - - -] Successfully bumped revision number for resource 0214e9a9-3b79-40db-976b-015bd51b2972 (type: router_ports) to 2 2026-05-10 05:16:33.491 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-ecfe8e1c-0b4a-49dd-bb6c-ce0aef9babe3 - - - - - -] OVN reports status down for port: 8b00e029-e82e-4433-9b02-ae2a79a39e5e [pid: 8|app: 0|req: 983/1976] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:16:33 2026] GET /v2.0/ports/ae938c7f-d8c4-486d-bcc5-c92706aac0d1 => generated 953 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:33.649 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-cfdb2f08-91fd-4dc9-9679-1529ea82d1df - - - - - -] No hosting information found for port 1d3fb264-869a-4778-ae5f-a590796fdcae: RuntimeError: No hosting information found for port 1d3fb264-869a-4778-ae5f-a590796fdcae 2026-05-10 05:16:33.726 8 INFO neutron.db.ovn_revision_numbers_db [None req-cfdb2f08-91fd-4dc9-9679-1529ea82d1df - - - - - -] Successfully bumped revision number for resource 1d3fb264-869a-4778-ae5f-a590796fdcae (type: router_ports) to 2 2026-05-10 05:16:33.735 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-ecfe8e1c-0b4a-49dd-bb6c-ce0aef9babe3 - - - - - -] OVN reports status down for port: ae938c7f-d8c4-486d-bcc5-c92706aac0d1 2026-05-10 05:16:33.938 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-ecfe8e1c-0b4a-49dd-bb6c-ce0aef9babe3 - - - - - -] Logical_Switch_Port ae938c7f-d8c4-486d-bcc5-c92706aac0d1 host information not removed, the port state is up 2026-05-10 05:16:33.939 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-ecfe8e1c-0b4a-49dd-bb6c-ce0aef9babe3 - - - - - -] OVN reports status up for port: ae938c7f-d8c4-486d-bcc5-c92706aac0d1 2026-05-10 05:16:33.990 7 INFO neutron.plugins.ml2.plugin [None req-ecfe8e1c-0b4a-49dd-bb6c-ce0aef9babe3 - - - - - -] Attempt 1 to provision port ae938c7f-d8c4-486d-bcc5-c92706aac0d1 [pid: 8|app: 0|req: 984/1977] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:34 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:34.415 7 INFO neutron.db.ovn_revision_numbers_db [None req-aeb12c1a-8a52-4a50-a09c-8db25b000b69 - - - - - -] Successfully bumped revision number for resource a3860354-f180-4af2-afaf-5590a0b8b561 (type: ports) to 5 [pid: 8|app: 0|req: 985/1978] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:16:34 2026] GET /v2.0/ports/ae938c7f-d8c4-486d-bcc5-c92706aac0d1 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:34.895 8 INFO neutron_taas.services.taas.taas_plugin [None req-dcca3120-d7b1-4192-92db-082688bc24d3 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] TaaS: Handle Delete Port: ae938c7f-d8c4-486d-bcc5-c92706aac0d1 2026-05-10 05:16:34.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcca3120-d7b1-4192-92db-082688bc24d3 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Tap Mirror: Handle Delete Port: ae938c7f-d8c4-486d-bcc5-c92706aac0d1 2026-05-10 05:16:34.962 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fadb0658-ddd8-410b-9f9b-e7ebbc27e7e5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:16:34.964 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fadb0658-ddd8-410b-9f9b-e7ebbc27e7e5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network c077e0a3-8b3f-4fc6-b307-a8df14fb8a80: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:34.988 7 INFO neutron.db.ovn_revision_numbers_db [None req-ecfe8e1c-0b4a-49dd-bb6c-ce0aef9babe3 - - - - - -] Successfully bumped revision number for resource ae938c7f-d8c4-486d-bcc5-c92706aac0d1 (type: ports) to 2 2026-05-10 05:16:35.122 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e50969e1-5828-4b23-a341-ecebcef9dda2 - - - - - -] OVN reports status down for port: a3860354-f180-4af2-afaf-5590a0b8b561 [pid: 8|app: 0|req: 986/1979] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:16:34 2026] PUT /v2.0/routers/effe04be-dfd6-471e-ba46-956a3986c306/remove_router_interface => generated 310 bytes in 642 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: 987/1980] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:16:35 2026] GET /v2.0/networks?id=cd4ebd3e-3c11-4582-a8ee-684f72012583 => generated 698 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1981] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:35 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => 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: 989/1982] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:16:35 2026] GET /v2.0/ports/1d3fb264-869a-4778-ae5f-a590796fdcae => generated 947 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:35.390 8 WARNING neutron.db.securitygroups_db [req-a0924f26-e002-4a5c-ba63-0a474a1e25a7 req-251007a7-905d-4a6a-844c-aea738ce8d7b 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - 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: 990/1983] 199.204.45.23 () {34 vars in 1049 bytes} [Sun May 10 05:16:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b => generated 273 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:35.678 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a17eedd-bed9-44b3-a3a8-49d84ca8facb 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] TaaS: Handle Delete Port: 1d3fb264-869a-4778-ae5f-a590796fdcae 2026-05-10 05:16:35.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a17eedd-bed9-44b3-a3a8-49d84ca8facb 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Tap Mirror: Handle Delete Port: 1d3fb264-869a-4778-ae5f-a590796fdcae 2026-05-10 05:16:35.750 7 INFO neutron.db.ovn_revision_numbers_db [None req-e50969e1-5828-4b23-a341-ecebcef9dda2 - - - - - -] Successfully bumped revision number for resource a3860354-f180-4af2-afaf-5590a0b8b561 (type: ports) to 6 2026-05-10 05:16:35.806 8 INFO neutron.common.ovn.utils [None req-cfdb2f08-91fd-4dc9-9679-1529ea82d1df - - - - - -] HA Chassis Group neutron-c077e0a3-8b3f-4fc6-b307-a8df14fb8a80 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:16:35.906 7 INFO neutron.db.ovn_revision_numbers_db [None req-fadb0658-ddd8-410b-9f9b-e7ebbc27e7e5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8809a995-a8b7-47d8-a2b5-f59e8f224bed (type: router_ports) to 1 2026-05-10 05:16:35.918 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-9796f8fe-6e88-4445-9a58-0e5f90fc1d9e - - - - - -] Logical_Switch_Port a3860354-f180-4af2-afaf-5590a0b8b561 host information not removed, the port state is up [pid: 7|app: 0|req: 994/1984] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:16:31 2026] PUT /v2.0/routers/eedc7910-f947-44ee-af9a-1b3d69d7188d/add_router_interface => generated 310 bytes in 4443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:35.970 7 INFO neutron.common.ovn.utils [None req-9796f8fe-6e88-4445-9a58-0e5f90fc1d9e - - - - - -] HA Chassis Group neutron-c077e0a3-8b3f-4fc6-b307-a8df14fb8a80 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:16:35.975 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9796f8fe-6e88-4445-9a58-0e5f90fc1d9e - - - - - -] OVN reports status up for port: a3860354-f180-4af2-afaf-5590a0b8b561 2026-05-10 05:16:35.993 7 INFO neutron.plugins.ml2.plugin [None req-9796f8fe-6e88-4445-9a58-0e5f90fc1d9e - - - - - -] Attempt 1 to provision port a3860354-f180-4af2-afaf-5590a0b8b561 [pid: 8|app: 0|req: 991/1985] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:16:35 2026] PUT /v2.0/routers/effe04be-dfd6-471e-ba46-956a3986c306/remove_router_interface => generated 310 bytes in 587 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-10 05:16:36.412 8 INFO neutron.db.ovn_revision_numbers_db [None req-9556deef-f508-4869-9df4-a274d3894ff9 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource b3fc04a8-6169-49cb-9b1e-43fc11bfb3db (type: security_groups) to 1 2026-05-10 05:16:36.435 8 INFO neutron.db.ovn_revision_numbers_db [None req-9556deef-f508-4869-9df4-a274d3894ff9 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 1c6ae9b2-4b29-4d02-bdbf-bd8e5bd52aff (type: security_group_rules) to 0 2026-05-10 05:16:36.446 8 INFO neutron.db.ovn_revision_numbers_db [None req-9556deef-f508-4869-9df4-a274d3894ff9 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource a7cf286b-71cc-4a31-a372-3254abddad3b (type: security_group_rules) to 0 2026-05-10 05:16:36.449 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-a0924f26-e002-4a5c-ba63-0a474a1e25a7 req-8f6c18d7-458c-4ca6-93f0-f61d04010229 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] No more DHCP agents 2026-05-10 05:16:36.452 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-a0924f26-e002-4a5c-ba63-0a474a1e25a7 req-8f6c18d7-458c-4ca6-93f0-f61d04010229 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Unable to schedule network cd4ebd3e-3c11-4582-a8ee-684f72012583: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:36.456 8 INFO neutron.db.ovn_revision_numbers_db [None req-9556deef-f508-4869-9df4-a274d3894ff9 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource c7137987-ec0b-4c2d-85d3-2a8234e6b817 (type: security_group_rules) to 0 2026-05-10 05:16:36.466 8 INFO neutron.db.ovn_revision_numbers_db [None req-9556deef-f508-4869-9df4-a274d3894ff9 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource d3e25043-f1f5-4be9-9aa3-aaad42056af8 (type: security_group_rules) to 0 2026-05-10 05:16:36.545 8 INFO neutron.db.segments_db [None req-9556deef-f508-4869-9df4-a274d3894ff9 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Added segment 310ed1f3-cd5f-477d-afad-d85b371c492d of type geneve for network 3cc857bc-d7e2-4505-9504-b3be219de6f2 2026-05-10 05:16:36.622 7 INFO neutron.db.ovn_revision_numbers_db [None req-9796f8fe-6e88-4445-9a58-0e5f90fc1d9e - - - - - -] Successfully bumped revision number for resource a3860354-f180-4af2-afaf-5590a0b8b561 (type: ports) to 7 2026-05-10 05:16:36.704 8 INFO neutron.db.ovn_revision_numbers_db [None req-9556deef-f508-4869-9df4-a274d3894ff9 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 3cc857bc-d7e2-4505-9504-b3be219de6f2 (type: networks) to 1 2026-05-10 05:16:36.739 7 INFO neutron.db.ovn_revision_numbers_db [req-a0924f26-e002-4a5c-ba63-0a474a1e25a7 req-8f6c18d7-458c-4ca6-93f0-f61d04010229 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 948728c6-add1-4207-a34e-facfd7d33aa9 (type: ports) to 1 2026-05-10 05:16:36.774 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-53995d5d-60c8-4098-ab6d-5609bb4400c3 - - - - - -] OVN reports status down for port: 8809a995-a8b7-47d8-a2b5-f59e8f224bed [pid: 7|app: 0|req: 995/1986] 199.204.45.23 () {38 vars in 954 bytes} [Sun May 10 05:16:35 2026] POST /v2.0/ports => generated 954 bytes in 916 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-10 05:16:36.854 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9556deef-f508-4869-9df4-a274d3894ff9 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:36.855 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9556deef-f508-4869-9df4-a274d3894ff9 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 3cc857bc-d7e2-4505-9504-b3be219de6f2: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 996/1987] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:16:36 2026] GET /v2.0/ports?device_id=effe04be-dfd6-471e-ba46-956a3986c306 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:36.881 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-53995d5d-60c8-4098-ab6d-5609bb4400c3 - - - - - -] Logical_Switch_Port 8809a995-a8b7-47d8-a2b5-f59e8f224bed host information not removed, the port state is up 2026-05-10 05:16:36.881 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-53995d5d-60c8-4098-ab6d-5609bb4400c3 - - - - - -] OVN reports status up for port: 8809a995-a8b7-47d8-a2b5-f59e8f224bed 2026-05-10 05:16:36.924 8 INFO neutron.db.ovn_revision_numbers_db [None req-9556deef-f508-4869-9df4-a274d3894ff9 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 71d080c1-8dcc-48eb-a832-c8dce9e702c9 (type: ports) to 1 2026-05-10 05:16:36.939 7 INFO neutron.plugins.ml2.plugin [None req-53995d5d-60c8-4098-ab6d-5609bb4400c3 - - - - - -] Attempt 1 to provision port 8809a995-a8b7-47d8-a2b5-f59e8f224bed [pid: 8|app: 0|req: 992/1988] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:16:36 2026] POST /v2.0/networks => generated 678 bytes in 936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1989] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:36 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 957 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:37.049 8 INFO neutron.db.ovn_revision_numbers_db [None req-fa5f3c1d-b601-49b7-855e-eb9737f7760a e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource b528cc80-36a8-4f8f-a256-9ff2c6be47bb (type: security_groups) to 1 2026-05-10 05:16:37.059 8 INFO neutron.db.ovn_revision_numbers_db [None req-fa5f3c1d-b601-49b7-855e-eb9737f7760a e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource 1cb57756-2f30-4398-93cd-13dd940ba386 (type: security_group_rules) to 0 2026-05-10 05:16:37.071 8 INFO neutron.db.ovn_revision_numbers_db [None req-fa5f3c1d-b601-49b7-855e-eb9737f7760a e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource 252873f0-cbd1-4177-bcad-17b3c74aa2ec (type: security_group_rules) to 0 [pid: 8|app: 0|req: 993/1990] 10.0.0.201 () {34 vars in 685 bytes} [Sun May 10 05:16:36 2026] POST /v2.0/security-groups => generated 1673 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1991] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:37 2026] DELETE /v2.0/routers/effe04be-dfd6-471e-ba46-956a3986c306 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:16:37.502 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8a9cc436-0480-40f2-9c51-04cd887bb4be 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:37.503 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8a9cc436-0480-40f2-9c51-04cd887bb4be 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 3cc857bc-d7e2-4505-9504-b3be219de6f2: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:37.754 7 INFO neutron.db.ovn_revision_numbers_db [None req-53995d5d-60c8-4098-ab6d-5609bb4400c3 - - - - - -] Successfully bumped revision number for resource 8809a995-a8b7-47d8-a2b5-f59e8f224bed (type: ports) to 2 2026-05-10 05:16:37.755 7 INFO neutron.db.ovn_revision_numbers_db [req-a0924f26-e002-4a5c-ba63-0a474a1e25a7 req-5fd13f2d-d951-4e40-baf4-25dd5d3f7086 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 948728c6-add1-4207-a34e-facfd7d33aa9 (type: ports) to 2 2026-05-10 05:16:37.949 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a9cc436-0480-40f2-9c51-04cd887bb4be 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 71d080c1-8dcc-48eb-a832-c8dce9e702c9 (type: ports) to 2 2026-05-10 05:16:37.975 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a9cc436-0480-40f2-9c51-04cd887bb4be 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 04f28788-16e2-4207-9be8-e640f5c27b15 (type: subnets) to 0 [pid: 8|app: 0|req: 995/1992] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:37 2026] POST /v2.0/subnets => generated 658 bytes in 683 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:38.029 7 INFO neutron.db.ovn_revision_numbers_db [req-a0924f26-e002-4a5c-ba63-0a474a1e25a7 req-5fd13f2d-d951-4e40-baf4-25dd5d3f7086 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 948728c6-add1-4207-a34e-facfd7d33aa9 (type: ports) to 4 [pid: 8|app: 0|req: 996/1993] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:38 2026] GET /v2.0/security-groups?id=744d5e3d-20c0-4bf3-8f21-10e477b82827&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1994] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:16:36 2026] PUT /v2.0/ports/948728c6-add1-4207-a34e-facfd7d33aa9 => generated 1227 bytes in 1078 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-10 05:16:38.080 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b7b9cc5-78ac-4631-a012-18aa58bce3ab'] response: {'name': 'network-changed', 'server_uuid': 'fe317c6f-533d-4b56-89b2-25da19b80148', 'tag': '948728c6-add1-4207-a34e-facfd7d33aa9', 'status': 'completed', 'code': 200} 2026-05-10 05:16:38.140 8 INFO neutron.db.ovn_revision_numbers_db [None req-c8045a7c-eaab-455c-89c2-4eecf02f6349 e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource 4e07d5e4-b564-427d-a719-8e192760964b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 997/1995] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1996] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:38 2026] DELETE /v2.0/subnets/bbcdc553-4279-4470-94fa-13f81ff3434b => 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: 998/1997] 10.0.0.201 () {32 vars in 722 bytes} [Sun May 10 05:16:38 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:38.306 7 INFO neutron.db.ovn_revision_numbers_db [None req-e240b816-5027-4f8a-980c-fc70a8c95069 e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource 5744ec1c-0be5-45f1-8c55-06b3ab4132d2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 999/1998] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:38 2026] DELETE /v2.0/subnets/1c52b4bf-c938-4399-9b48-4df931f20e29 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1999] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:38 2026] POST /v2.0/security-group-rules => generated 596 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:38.447 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7da5e7c-d3c5-45e0-a3fc-ba9658f6f914 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] TaaS: Handle Delete Port: 5fcf04a5-e2e5-4aa2-b3a9-9404ba156a01 2026-05-10 05:16:38.450 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7da5e7c-d3c5-45e0-a3fc-ba9658f6f914 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Tap Mirror: Handle Delete Port: 5fcf04a5-e2e5-4aa2-b3a9-9404ba156a01 2026-05-10 05:16:38.519 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-68146dee-3d7f-4901-b52d-4d3ee1264884 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:38.520 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-68146dee-3d7f-4901-b52d-4d3ee1264884 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 3cc857bc-d7e2-4505-9504-b3be219de6f2: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:38.561 8 INFO neutron.db.ovn_revision_numbers_db [None req-68146dee-3d7f-4901-b52d-4d3ee1264884 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource eaa4d27a-1a5d-43dd-af34-a0ed4dea242d (type: subnets) to 0 [pid: 8|app: 0|req: 1000/2000] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:38 2026] POST /v2.0/subnets => generated 731 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:38.635 7 INFO neutron.services.segments.plugin [-] Segment d151d063-94f6-4823-bce7-f15a6bb4dca6 resource provider aggregate not found 2026-05-10 05:16:38.636 7 INFO neutron.services.segments.plugin [-] Segment d151d063-94f6-4823-bce7-f15a6bb4dca6 resource provider aggregate not found 2026-05-10 05:16:38.660 7 INFO neutron.services.segments.plugin [-] Segment d151d063-94f6-4823-bce7-f15a6bb4dca6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d151d063-94f6-4823-bce7-f15a6bb4dca6 found for delete ", "request_id": "req-d1252a6a-fc28-4754-98b0-d0efb0713d3c"}]} 2026-05-10 05:16:38.665 7 INFO neutron.services.segments.plugin [-] Segment d151d063-94f6-4823-bce7-f15a6bb4dca6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d151d063-94f6-4823-bce7-f15a6bb4dca6 found for delete ", "request_id": "req-3e9fc044-25c0-4fff-b3eb-f968423bc866"}]} 2026-05-10 05:16:38.689 8 INFO neutron.db.ovn_revision_numbers_db [None req-0490464c-a890-46cb-9f9d-8829f782b4d6 e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource fd77fae5-1d37-4398-a3e8-f1941d6f22c3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1001/2001] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:16:38 2026] DELETE /v2.0/networks/1f78323a-53e9-4b14-a814-a24eeef83d36 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2002] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2003] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:16:38 2026] GET /v2.0/ports?tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b&device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 1230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:38.785 7 INFO neutron.db.segments_db [None req-8d7d8f2e-01d0-4b6e-b542-1917eae07b8c 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Added segment 43a5e67f-5af3-4222-b6a1-794bb69f8c17 of type geneve for network adecafe4-be37-457a-96e6-1c0073889a96 2026-05-10 05:16:38.863 8 INFO neutron_taas.services.taas.taas_plugin [None req-96225b36-1f7e-48ff-975f-183c89dcf009 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] TaaS: Handle Delete Port: 831c7733-1b58-44ba-a9b3-0f12c33bc73d 2026-05-10 05:16:38.866 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96225b36-1f7e-48ff-975f-183c89dcf009 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Tap Mirror: Handle Delete Port: 831c7733-1b58-44ba-a9b3-0f12c33bc73d 2026-05-10 05:16:38.901 7 INFO neutron.db.ovn_revision_numbers_db [None req-8d7d8f2e-01d0-4b6e-b542-1917eae07b8c 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource adecafe4-be37-457a-96e6-1c0073889a96 (type: networks) to 1 2026-05-10 05:16:39.048 8 INFO neutron.services.segments.plugin [-] Segment 551b63d0-17d8-4777-bbb7-73d5ee90de63 resource provider aggregate not found 2026-05-10 05:16:39.050 8 INFO neutron.services.segments.plugin [-] Segment 551b63d0-17d8-4777-bbb7-73d5ee90de63 resource provider aggregate not found 2026-05-10 05:16:39.065 8 INFO neutron.services.segments.plugin [-] Segment 551b63d0-17d8-4777-bbb7-73d5ee90de63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 551b63d0-17d8-4777-bbb7-73d5ee90de63 found for delete ", "request_id": "req-a6a4e21d-4c25-4d51-9a4c-4fe3e1e9f7b7"}]} 2026-05-10 05:16:39.070 8 INFO neutron.services.segments.plugin [-] Segment 551b63d0-17d8-4777-bbb7-73d5ee90de63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 551b63d0-17d8-4777-bbb7-73d5ee90de63 found for delete ", "request_id": "req-cb13a0b7-59ad-4ec9-b5be-6021504d72cc"}]} [pid: 8|app: 0|req: 1003/2004] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:16:38 2026] DELETE /v2.0/networks/f363e805-2b86-4a4f-9000-3ca88e3a1d79 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:16:39.111 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8d7d8f2e-01d0-4b6e-b542-1917eae07b8c 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:39.113 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8d7d8f2e-01d0-4b6e-b542-1917eae07b8c 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network adecafe4-be37-457a-96e6-1c0073889a96: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:39.209 7 INFO neutron.db.ovn_revision_numbers_db [None req-8d7d8f2e-01d0-4b6e-b542-1917eae07b8c 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource bdd45be0-f4db-4aa4-87dc-558f7e0046aa (type: ports) to 1 [pid: 7|app: 0|req: 1002/2005] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:16:38 2026] POST /v2.0/networks => generated 675 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:39.249 8 INFO neutron.db.ovn_revision_numbers_db [None req-349ed772-75e7-4813-9355-8715d220571a e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource a8997afd-46f6-4d4e-935e-735eab8f6484 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1004/2006] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2007] 199.204.45.23 () {34 vars in 1017 bytes} [Sun May 10 05:16:39 2026] GET /v2.0/networks?tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b&shared=False => generated 797 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2008] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:39 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:39.396 8 INFO neutron.db.segments_db [None req-5105dc46-d21f-49e2-9bad-33403f136497 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Added segment 889f479c-d181-4e0f-8aad-08d1637aadbe of type geneve for network 3c8b4ee9-3f09-491b-a318-3d7fde92048e 2026-05-10 05:16:39.512 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7ee8193d-c38c-4db2-9cf4-3d7cd837c230 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:39.513 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7ee8193d-c38c-4db2-9cf4-3d7cd837c230 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network adecafe4-be37-457a-96e6-1c0073889a96: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:39.513 8 INFO neutron.db.ovn_revision_numbers_db [None req-5105dc46-d21f-49e2-9bad-33403f136497 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 3c8b4ee9-3f09-491b-a318-3d7fde92048e (type: networks) to 1 2026-05-10 05:16:39.721 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5105dc46-d21f-49e2-9bad-33403f136497 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:39.723 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5105dc46-d21f-49e2-9bad-33403f136497 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network 3c8b4ee9-3f09-491b-a318-3d7fde92048e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:39.840 8 INFO neutron.db.ovn_revision_numbers_db [None req-5105dc46-d21f-49e2-9bad-33403f136497 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 0ef9b584-b73c-4dca-a0cb-237ec2f57258 (type: ports) to 1 [pid: 8|app: 0|req: 1005/2009] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:16:39 2026] POST /v2.0/networks => generated 672 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:39.898 8 INFO neutron.db.securitygroups_db [None req-0e539528-0ac1-42b1-801d-d1884d557b4c e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Project 6c0c49caae224557808182366e255028 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-10 05:16:39.973 8 INFO neutron.db.ovn_revision_numbers_db [None req-0e539528-0ac1-42b1-801d-d1884d557b4c e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource ed2e5f0b-1ab9-4cec-acc5-22125a4d201a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1006/2010] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:39 2026] POST /v2.0/security-group-rules => generated 607 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:40.043 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ee8193d-c38c-4db2-9cf4-3d7cd837c230 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource bdd45be0-f4db-4aa4-87dc-558f7e0046aa (type: ports) to 2 [pid: 8|app: 0|req: 1007/2011] 199.204.45.23 () {34 vars in 929 bytes} [Sun May 10 05:16:40 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:40.069 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ee8193d-c38c-4db2-9cf4-3d7cd837c230 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 8cd482ab-090a-4ecf-8f29-74e14426d58f (type: subnets) to 0 [pid: 8|app: 0|req: 1008/2013] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:40 2026] GET /v2.0/security-groups?id=744d5e3d-20c0-4bf3-8f21-10e477b82827&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2013] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:39 2026] POST /v2.0/subnets => generated 655 bytes in 764 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:40.129 7 INFO neutron.db.securitygroups_db [None req-bdd91129-1ff4-4229-b483-2f8e00184cc7 e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Project 6c0c49caae224557808182366e255028 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-10 05:16:40.211 7 INFO neutron.db.ovn_revision_numbers_db [None req-bdd91129-1ff4-4229-b483-2f8e00184cc7 e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource c231036a-c7c2-4e20-81a6-43f5bd3b946b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1006/2014] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:40 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-10 05:16:40.272 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7d5066d6-9ee6-41ca-b051-2bf0be90d154 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:40.273 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7d5066d6-9ee6-41ca-b051-2bf0be90d154 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network 3c8b4ee9-3f09-491b-a318-3d7fde92048e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:40.309 8 INFO neutron.db.ovn_revision_numbers_db [None req-7d5066d6-9ee6-41ca-b051-2bf0be90d154 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 7cc941b4-f974-4b79-88c7-e194f668cc2a (type: subnets) to 0 [pid: 8|app: 0|req: 1009/2015] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:40 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) 2026-05-10 05:16:40.427 8 INFO neutron.db.ovn_revision_numbers_db [None req-d079555b-0496-488e-9f3b-32e27d7d029c 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 14e8b5da-3484-4884-a600-842c235b60bd (type: routers) to 1 2026-05-10 05:16:40.433 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e7ba246c-1ae8-4e17-b4fb-e519eca0299f 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:40.434 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e7ba246c-1ae8-4e17-b4fb-e519eca0299f 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network adecafe4-be37-457a-96e6-1c0073889a96: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1010/2016] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:40 2026] POST /v2.0/routers => generated 627 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:40.463 7 INFO neutron.db.ovn_revision_numbers_db [None req-e7ba246c-1ae8-4e17-b4fb-e519eca0299f 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource b668c045-8a3e-412e-8658-2605cdc6b97d (type: subnets) to 0 [pid: 7|app: 0|req: 1007/2017] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:40 2026] POST /v2.0/subnets => generated 726 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:40.581 7 INFO neutron.db.segments_db [None req-1c8c14f8-c580-47a3-983f-a9ef29edf615 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Added segment c733d5bf-93ee-41cf-8857-492e7a45c03d of type geneve for network 2aae7b30-62e7-45df-baa3-bee272b6052d 2026-05-10 05:16:40.710 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c8c14f8-c580-47a3-983f-a9ef29edf615 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 2aae7b30-62e7-45df-baa3-bee272b6052d (type: networks) to 1 2026-05-10 05:16:40.727 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5242992f-fc61-4d33-935f-ed22138319bf 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:40.729 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5242992f-fc61-4d33-935f-ed22138319bf 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network 3c8b4ee9-3f09-491b-a318-3d7fde92048e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:40.834 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cfdb2f08-91fd-4dc9-9679-1529ea82d1df - - - - - -] OVN reports status down for port: b7ca7237-e5cb-4474-8b45-761eb55081ea 2026-05-10 05:16:40.891 8 INFO neutron.db.ovn_revision_numbers_db [None req-5242992f-fc61-4d33-935f-ed22138319bf 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource b7ca7237-e5cb-4474-8b45-761eb55081ea (type: ports) to 1 2026-05-10 05:16:40.895 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1c8c14f8-c580-47a3-983f-a9ef29edf615 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:40.896 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1c8c14f8-c580-47a3-983f-a9ef29edf615 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 2aae7b30-62e7-45df-baa3-bee272b6052d: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1011/2018] 10.0.0.201 () {34 vars in 665 bytes} [Sun May 10 05:16:40 2026] POST /v2.0/ports => generated 964 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 05:16:40.972 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c8c14f8-c580-47a3-983f-a9ef29edf615 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 366dc735-3685-409a-a39e-996eb934a4b7 (type: ports) to 1 [pid: 7|app: 0|req: 1008/2019] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:16:40 2026] POST /v2.0/networks => generated 675 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:41.003 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cfdb2f08-91fd-4dc9-9679-1529ea82d1df - - - - - -] OVN reports status down for port: 366dc735-3685-409a-a39e-996eb934a4b7 2026-05-10 05:16:41.135 8 INFO neutron.db.ovn_revision_numbers_db [None req-bd31e123-8bb0-4f2b-87a5-34918305c49e e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource aeaf7a3d-7479-4ab9-ab73-f6a8a549801b (type: security_groups) to 1 2026-05-10 05:16:41.145 8 INFO neutron.db.ovn_revision_numbers_db [None req-bd31e123-8bb0-4f2b-87a5-34918305c49e e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource 0547a904-32be-42c4-b835-64db8730995d (type: security_group_rules) to 0 2026-05-10 05:16:41.155 8 INFO neutron.db.ovn_revision_numbers_db [None req-bd31e123-8bb0-4f2b-87a5-34918305c49e e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource 5d02d103-b9e1-417a-95bb-cc96f84e0cc4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1012/2020] 10.0.0.201 () {34 vars in 685 bytes} [Sun May 10 05:16:40 2026] POST /v2.0/security-groups => generated 1659 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:16:41.373 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-77242f4e-a868-4632-813c-043afbdeab54 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:41.374 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-77242f4e-a868-4632-813c-043afbdeab54 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 2aae7b30-62e7-45df-baa3-bee272b6052d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:41.487 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b6bc593-8ed7-48a9-804a-679e60bd493a 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource b7ca7237-e5cb-4474-8b45-761eb55081ea (type: ports) to 2 2026-05-10 05:16:41.507 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-cfdb2f08-91fd-4dc9-9679-1529ea82d1df - - - - - -] OVN reports status up for port: b7ca7237-e5cb-4474-8b45-761eb55081ea 2026-05-10 05:16:41.528 8 INFO neutron.plugins.ml2.plugin [None req-cfdb2f08-91fd-4dc9-9679-1529ea82d1df - - - - - -] Attempt 1 to provision port b7ca7237-e5cb-4474-8b45-761eb55081ea 2026-05-10 05:16:42.110 8 INFO neutron.db.ovn_revision_numbers_db [None req-77242f4e-a868-4632-813c-043afbdeab54 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 366dc735-3685-409a-a39e-996eb934a4b7 (type: ports) to 2 2026-05-10 05:16:42.113 8 INFO neutron.db.ovn_revision_numbers_db [None req-cfdb2f08-91fd-4dc9-9679-1529ea82d1df - - - - - -] Successfully bumped revision number for resource b7ca7237-e5cb-4474-8b45-761eb55081ea (type: ports) to 3 2026-05-10 05:16:42.178 8 INFO neutron.db.ovn_revision_numbers_db [None req-77242f4e-a868-4632-813c-043afbdeab54 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 83672e59-3cbd-4872-aa75-867c22ca6373 (type: subnets) to 0 [pid: 8|app: 0|req: 1013/2021] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:41 2026] POST /v2.0/subnets => generated 656 bytes in 1015 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: 1014/2022] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:16:42 2026] GET /v2.0/ports?tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b&device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 1230 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2023] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:42 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:42.415 8 INFO neutron.db.ovn_revision_numbers_db [None req-ca32e244-dfcc-463f-8710-4afee3c76ae4 e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource d299ebd6-c812-4990-ae34-6233acff6722 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1016/2024] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:42.629 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-68cf4b3b-28c6-43f6-a309-2e487a57e752 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:42.631 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-68cf4b3b-28c6-43f6-a309-2e487a57e752 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 2aae7b30-62e7-45df-baa3-bee272b6052d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:42.665 8 INFO neutron.db.ovn_revision_numbers_db [None req-68cf4b3b-28c6-43f6-a309-2e487a57e752 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 980006c3-a371-4db0-91a4-4342bfa4016c (type: subnets) to 0 [pid: 8|app: 0|req: 1017/2025] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:42 2026] POST /v2.0/subnets => generated 729 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2026] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:16:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=948728c6-add1-4207-a34e-facfd7d33aa9 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:42.699 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4b6bc593-8ed7-48a9-804a-679e60bd493a 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:42.700 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4b6bc593-8ed7-48a9-804a-679e60bd493a 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network 3c8b4ee9-3f09-491b-a318-3d7fde92048e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1019/2027] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:42 2026] GET /v2.0/security-groups?id=744d5e3d-20c0-4bf3-8f21-10e477b82827&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:42.826 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d53a30f-d3b0-4640-a5db-b2cd11845992 e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource cf3e0720-8db3-41e3-8652-53f151a3ddb5 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1020/2028] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:42.911 7 INFO neutron.db.ovn_revision_numbers_db [None req-4b6bc593-8ed7-48a9-804a-679e60bd493a 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource b7ca7237-e5cb-4474-8b45-761eb55081ea (type: router_ports) to 3 [pid: 7|app: 0|req: 1009/2029] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:16:40 2026] PUT /v2.0/routers/14e8b5da-3484-4884-a600-842c235b60bd/add_router_interface => generated 310 bytes in 1918 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: 1010/2030] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:16:42 2026] GET /v2.0/subnets?id=d06c524a-af65-41d7-a3e8-669f112842f7 => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:43.172 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] No hosting information found for port 8809a995-a8b7-47d8-a2b5-f59e8f224bed: RuntimeError: No hosting information found for port 8809a995-a8b7-47d8-a2b5-f59e8f224bed 2026-05-10 05:16:43.199 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dbb90638-346d-4fe2-8ebd-0447d25bef41 e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] No more DHCP agents 2026-05-10 05:16:43.202 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dbb90638-346d-4fe2-8ebd-0447d25bef41 e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:43.329 7 INFO neutron.db.ovn_revision_numbers_db [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] Successfully bumped revision number for resource 8809a995-a8b7-47d8-a2b5-f59e8f224bed (type: router_ports) to 2 2026-05-10 05:16:43.330 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] OVN reports status down for port: 948728c6-add1-4207-a34e-facfd7d33aa9 2026-05-10 05:16:43.357 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7dbf65e4-9c0f-44f5-833f-0f02952df636 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:43.359 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7dbf65e4-9c0f-44f5-833f-0f02952df636 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:43.454 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] OVN reports status down for port: 71d080c1-8dcc-48eb-a832-c8dce9e702c9 2026-05-10 05:16:43.503 8 INFO neutron.db.ovn_revision_numbers_db [None req-7dbf65e4-9c0f-44f5-833f-0f02952df636 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource dd60780d-3024-48ba-910a-9d0a46606629 (type: ports) to 1 2026-05-10 05:16:43.505 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bda4556a-9b5f-4abb-a00e-dc521b63ee64'] response: {'server_uuid': 'fe317c6f-533d-4b56-89b2-25da19b80148', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '948728c6-add1-4207-a34e-facfd7d33aa9', 'code': 200} 2026-05-10 05:16:43.681 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] OVN reports status down for port: bdd45be0-f4db-4aa4-87dc-558f7e0046aa [pid: 7|app: 0|req: 1011/2031] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:16:42 2026] POST /v2.0/floatingips => generated 552 bytes in 813 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:43.788 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] OVN reports status down for port: 0ef9b584-b73c-4dca-a0cb-237ec2f57258 [pid: 7|app: 0|req: 1012/2032] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:16:43 2026] GET /v2.0/ports/b7ca7237-e5cb-4474-8b45-761eb55081ea => generated 1026 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:43.905 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] OVN reports status down for port: dd60780d-3024-48ba-910a-9d0a46606629 [pid: 7|app: 0|req: 1013/2033] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:16:43 2026] GET /v2.0/ports?network_id=cd4ebd3e-3c11-4582-a8ee-684f72012583&device_owner=network%3Adhcp => 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: 1014/2034] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:43 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 969 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:44.045 7 WARNING neutron.db.securitygroups_db [req-d029e6c2-24b4-4c82-808d-bebfff825bbd req-e35e1cb3-e4b6-4ade-a710-249e2775fa8a e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - 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: 1015/2035] 10.0.0.162 () {34 vars in 1098 bytes} [Sun May 10 05:16:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--280137241&fields=id&tenant_id=6c0c49caae224557808182366e255028 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:44.128 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-0a3b8c8d-6017-4a0b-b761-26af5740ed6e - - - - - -] Router 8b4cba21-bd2d-4bb6-bff9-b895a48dab3d is bound to host instance 2026-05-10 05:16:44.160 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] OVN reports status up for port: dd60780d-3024-48ba-910a-9d0a46606629 2026-05-10 05:16:44.192 8 INFO neutron.db.ovn_revision_numbers_db [None req-7dbf65e4-9c0f-44f5-833f-0f02952df636 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource dd60780d-3024-48ba-910a-9d0a46606629 (type: router_ports) to 1 2026-05-10 05:16:44.193 7 INFO neutron.plugins.ml2.plugin [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] Attempt 1 to provision port dd60780d-3024-48ba-910a-9d0a46606629 2026-05-10 05:16:44.333 8 INFO neutron.db.ovn_revision_numbers_db [None req-7dbf65e4-9c0f-44f5-833f-0f02952df636 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 8b4cba21-bd2d-4bb6-bff9-b895a48dab3d (type: routers) to 2 [pid: 8|app: 0|req: 1021/2036] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:42 2026] POST /v2.0/routers => generated 966 bytes in 1487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2037] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:16:44 2026] GET /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:44.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc2ccb4f-7955-4500-afd3-c717e5bc3d3a 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] TaaS: Handle Delete Port: b7ca7237-e5cb-4474-8b45-761eb55081ea 2026-05-10 05:16:44.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc2ccb4f-7955-4500-afd3-c717e5bc3d3a 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Tap Mirror: Handle Delete Port: b7ca7237-e5cb-4474-8b45-761eb55081ea [pid: 8|app: 0|req: 1023/2038] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:44 2026] GET /v2.0/security-groups?id=744d5e3d-20c0-4bf3-8f21-10e477b82827&fields=id&fields=name => generated 114 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:44.543 8 WARNING neutron.db.securitygroups_db [req-d029e6c2-24b4-4c82-808d-bebfff825bbd req-5a3ffc5f-7de0-43a1-b875-1c52070d105d e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - 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: 1024/2039] 10.0.0.162 () {34 vars in 1098 bytes} [Sun May 10 05:16:44 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-143553826&fields=id&tenant_id=6c0c49caae224557808182366e255028 => generated 69 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2040] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:16:44 2026] PUT /v2.0/routers/14e8b5da-3484-4884-a600-842c235b60bd/remove_router_interface => generated 310 bytes in 732 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: 1017/2041] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:16:44 2026] GET /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583?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: 1018/2042] 10.0.0.162 () {34 vars in 982 bytes} [Sun May 10 05:16:44 2026] GET /v2.0/networks?id=f6cb486c-b4d3-472f-8506-b49c05d5de81 => generated 711 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:44.978 7 INFO neutron.api.v2.resource [None req-b7fd236c-bd2b-4376-812e-3328ed0b6d26 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1019/2043] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:16:44 2026] PUT /v2.0/routers/14e8b5da-3484-4884-a600-842c235b60bd/remove_router_interface => generated 197 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2044] 10.0.0.162 () {34 vars in 965 bytes} [Sun May 10 05:16:44 2026] GET /v2.0/quotas/6c0c49caae224557808182366e255028 => 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: 1021/2045] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:16:44 2026] GET /v2.0/ports?device_id=14e8b5da-3484-4884-a600-842c235b60bd => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2048] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:16:45 2026] GET /v2.0/ports?tenant_id=6c0c49caae224557808182366e255028&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2049] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:45 2026] DELETE /v2.0/routers/14e8b5da-3484-4884-a600-842c235b60bd => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2050] 10.0.0.162 () {34 vars in 1008 bytes} [Sun May 10 05:16:45 2026] GET /v2.0/networks/f6cb486c-b4d3-472f-8506-b49c05d5de81?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: 1027/2051] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:45 2026] DELETE /v2.0/subnets/7cc941b4-f974-4b79-88c7-e194f668cc2a => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:16:45.490 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3b3fe36e-1690-4c90-a202-6495c29074ff 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:45.496 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3b3fe36e-1690-4c90-a202-6495c29074ff 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 3cc857bc-d7e2-4505-9504-b3be219de6f2: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1028/2052] 10.0.0.162 () {34 vars in 1108 bytes} [Sun May 10 05:16:45 2026] GET /v2.0/networks/f6cb486c-b4d3-472f-8506-b49c05d5de81?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-10 05:16:45.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc62e141-8273-43d1-b220-653983438cc3 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] TaaS: Handle Delete Port: 0ef9b584-b73c-4dca-a0cb-237ec2f57258 2026-05-10 05:16:45.643 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc62e141-8273-43d1-b220-653983438cc3 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Tap Mirror: Handle Delete Port: 0ef9b584-b73c-4dca-a0cb-237ec2f57258 2026-05-10 05:16:45.695 8 INFO neutron.db.ovn_revision_numbers_db [None req-856ed870-cc21-4890-8c10-2190ce8dfcd0 - - - - - -] Successfully bumped revision number for resource dd60780d-3024-48ba-910a-9d0a46606629 (type: ports) to 4 2026-05-10 05:16:45.786 8 INFO neutron.db.ovn_revision_numbers_db [None req-3b3fe36e-1690-4c90-a202-6495c29074ff 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource fced90a4-8f6e-473a-a82b-47c04d06ecf7 (type: ports) to 1 2026-05-10 05:16:45.851 7 INFO neutron.services.segments.plugin [-] Segment 889f479c-d181-4e0f-8aad-08d1637aadbe resource provider aggregate not found 2026-05-10 05:16:45.854 7 INFO neutron.services.segments.plugin [-] Segment 889f479c-d181-4e0f-8aad-08d1637aadbe resource provider aggregate not found 2026-05-10 05:16:45.871 7 INFO neutron.services.segments.plugin [-] Segment 889f479c-d181-4e0f-8aad-08d1637aadbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 889f479c-d181-4e0f-8aad-08d1637aadbe found for delete ", "request_id": "req-e7154d89-7b66-49e9-aa93-d68d0e3aab17"}]} 2026-05-10 05:16:45.880 7 INFO neutron.services.segments.plugin [-] Segment 889f479c-d181-4e0f-8aad-08d1637aadbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 889f479c-d181-4e0f-8aad-08d1637aadbe found for delete ", "request_id": "req-f1756f96-0e5a-48e1-b218-9dfa12303106"}]} [pid: 7|app: 0|req: 1029/2053] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:16:45 2026] DELETE /v2.0/networks/3c8b4ee9-3f09-491b-a318-3d7fde92048e => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2054] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:45 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2055] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:45 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:46.035 7 INFO neutron.db.segments_db [None req-cb1f91bb-fada-4332-8851-4956898a927b 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Added segment ca7bed84-41a7-4997-9d35-536ea6d22caf of type geneve for network e0d1dd91-62e9-4ff1-8e1a-004464e88074 2026-05-10 05:16:46.151 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb1f91bb-fada-4332-8851-4956898a927b 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource e0d1dd91-62e9-4ff1-8e1a-004464e88074 (type: networks) to 1 2026-05-10 05:16:46.304 8 INFO neutron.db.ovn_revision_numbers_db [None req-856ed870-cc21-4890-8c10-2190ce8dfcd0 - - - - - -] Successfully bumped revision number for resource dd60780d-3024-48ba-910a-9d0a46606629 (type: ports) to 5 2026-05-10 05:16:46.339 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cb1f91bb-fada-4332-8851-4956898a927b 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:46.340 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cb1f91bb-fada-4332-8851-4956898a927b 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network e0d1dd91-62e9-4ff1-8e1a-004464e88074: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:46.434 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb1f91bb-fada-4332-8851-4956898a927b 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 2d1a5a79-bff1-4820-b694-39a69e46e75f (type: ports) to 1 [pid: 7|app: 0|req: 1032/2056] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:16:45 2026] POST /v2.0/networks => generated 672 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2057] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:46 2026] GET /v2.0/security-groups?id=744d5e3d-20c0-4bf3-8f21-10e477b82827&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-10 05:16:46.670 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-12c4cd30-f8ee-48bf-b3e1-fb190dd34c4b 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:46.672 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-12c4cd30-f8ee-48bf-b3e1-fb190dd34c4b 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network e0d1dd91-62e9-4ff1-8e1a-004464e88074: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:46.706 7 INFO neutron.db.ovn_revision_numbers_db [None req-12c4cd30-f8ee-48bf-b3e1-fb190dd34c4b 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 340d37d9-cec6-4f75-89a9-d5ab036a1c08 (type: subnets) to 0 [pid: 7|app: 0|req: 1034/2058] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:46 2026] POST /v2.0/subnets => generated 646 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:46.826 7 INFO neutron.db.ovn_revision_numbers_db [None req-a16f30b2-c228-42aa-b36f-6165192b7f30 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 8fa62394-2058-4556-b579-e94238ef17e4 (type: routers) to 1 [pid: 7|app: 0|req: 1035/2059] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:46 2026] POST /v2.0/routers => generated 626 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:46.861 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3b3fe36e-1690-4c90-a202-6495c29074ff 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:46.862 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3b3fe36e-1690-4c90-a202-6495c29074ff 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 3cc857bc-d7e2-4505-9504-b3be219de6f2: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:47.135 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-0e2d787a-bb5b-42b8-a6af-7be8502c146b - - - - - -] No port found with ID b7ca7237-e5cb-4474-8b45-761eb55081ea: RuntimeError: No port found with ID b7ca7237-e5cb-4474-8b45-761eb55081ea 2026-05-10 05:16:47.197 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c009e9d2-ff1a-4456-a791-cfdbe3217dbb 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:47.198 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c009e9d2-ff1a-4456-a791-cfdbe3217dbb 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network e0d1dd91-62e9-4ff1-8e1a-004464e88074: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:47.269 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] OVN reports status down for port: 2d1a5a79-bff1-4820-b694-39a69e46e75f 2026-05-10 05:16:47.282 8 INFO neutron.db.ovn_revision_numbers_db [None req-3b3fe36e-1690-4c90-a202-6495c29074ff 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource fced90a4-8f6e-473a-a82b-47c04d06ecf7 (type: router_ports) to 1 2026-05-10 05:16:47.289 8 INFO neutron.common.ovn.utils [None req-0e2d787a-bb5b-42b8-a6af-7be8502c146b - - - - - -] HA Chassis Group neutron-3cc857bc-d7e2-4505-9504-b3be219de6f2 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c [pid: 8|app: 0|req: 1025/2060] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:16:44 2026] PUT /v2.0/routers/8b4cba21-bd2d-4bb6-bff9-b895a48dab3d/add_router_interface => generated 310 bytes in 2714 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:47.309 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0e2d787a-bb5b-42b8-a6af-7be8502c146b - - - - - -] OVN reports status down for port: fced90a4-8f6e-473a-a82b-47c04d06ecf7 [pid: 8|app: 0|req: 1026/2061] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:47 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:47.415 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-0e2d787a-bb5b-42b8-a6af-7be8502c146b - - - - - -] Logical_Switch_Port fced90a4-8f6e-473a-a82b-47c04d06ecf7 host information not removed, the port state is up 2026-05-10 05:16:47.415 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0e2d787a-bb5b-42b8-a6af-7be8502c146b - - - - - -] OVN reports status up for port: fced90a4-8f6e-473a-a82b-47c04d06ecf7 2026-05-10 05:16:47.416 7 INFO neutron.db.ovn_revision_numbers_db [None req-c009e9d2-ff1a-4456-a791-cfdbe3217dbb 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 49d0e77f-c618-4562-b8c6-29c910b305c2 (type: ports) to 1 2026-05-10 05:16:47.422 7 INFO neutron.common.ovn.utils [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] HA Chassis Group neutron-3cc857bc-d7e2-4505-9504-b3be219de6f2 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:16:47.426 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] OVN reports status down for port: 49d0e77f-c618-4562-b8c6-29c910b305c2 2026-05-10 05:16:47.436 8 INFO neutron.plugins.ml2.plugin [None req-0e2d787a-bb5b-42b8-a6af-7be8502c146b - - - - - -] Attempt 1 to provision port fced90a4-8f6e-473a-a82b-47c04d06ecf7 2026-05-10 05:16:47.571 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] OVN reports status up for port: 948728c6-add1-4207-a34e-facfd7d33aa9 2026-05-10 05:16:47.596 7 INFO neutron.plugins.ml2.plugin [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] Attempt 1 to provision port 948728c6-add1-4207-a34e-facfd7d33aa9 2026-05-10 05:16:47.812 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-946e59c2-a497-4a66-97c7-9e49c50d6dd5'] response: {'server_uuid': 'fe317c6f-533d-4b56-89b2-25da19b80148', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '948728c6-add1-4207-a34e-facfd7d33aa9', 'code': 200} 2026-05-10 05:16:48.072 7 INFO neutron.db.ovn_revision_numbers_db [None req-835faeeb-1e88-4b2e-9b18-90a191f5d17b - - - - - -] Successfully bumped revision number for resource 948728c6-add1-4207-a34e-facfd7d33aa9 (type: ports) to 5 2026-05-10 05:16:48.198 8 INFO neutron.db.ovn_revision_numbers_db [None req-0e2d787a-bb5b-42b8-a6af-7be8502c146b - - - - - -] Successfully bumped revision number for resource fced90a4-8f6e-473a-a82b-47c04d06ecf7 (type: ports) to 2 2026-05-10 05:16:48.200 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c55cfc15-da58-495c-848f-eaf627d5ffd2 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:48.208 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c55cfc15-da58-495c-848f-eaf627d5ffd2 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network adecafe4-be37-457a-96e6-1c0073889a96: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:48.225 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fd29bfb4-46cb-4d1a-9fd4-71e00539b6ad - - - - - -] OVN reports status up for port: 49d0e77f-c618-4562-b8c6-29c910b305c2 2026-05-10 05:16:48.248 7 INFO neutron.plugins.ml2.plugin [None req-fd29bfb4-46cb-4d1a-9fd4-71e00539b6ad - - - - - -] Attempt 1 to provision port 49d0e77f-c618-4562-b8c6-29c910b305c2 2026-05-10 05:16:48.356 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c009e9d2-ff1a-4456-a791-cfdbe3217dbb 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:48.359 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c009e9d2-ff1a-4456-a791-cfdbe3217dbb 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network e0d1dd91-62e9-4ff1-8e1a-004464e88074: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:48.470 8 INFO neutron.db.ovn_revision_numbers_db [None req-c55cfc15-da58-495c-848f-eaf627d5ffd2 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource a341e413-60bc-4803-945b-d77a29e0653a (type: ports) to 1 2026-05-10 05:16:48.813 7 INFO neutron.db.ovn_revision_numbers_db [None req-c009e9d2-ff1a-4456-a791-cfdbe3217dbb 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 49d0e77f-c618-4562-b8c6-29c910b305c2 (type: router_ports) to 1 [pid: 7|app: 0|req: 1036/2062] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:16:46 2026] PUT /v2.0/routers/8fa62394-2058-4556-b579-e94238ef17e4/add_router_interface => generated 310 bytes in 1975 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: 1037/2063] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:48 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2064] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:48 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2065] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:16:48 2026] GET /v2.0/ports/49d0e77f-c618-4562-b8c6-29c910b305c2 => generated 947 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:48.994 7 INFO neutron.db.ovn_revision_numbers_db [None req-fd29bfb4-46cb-4d1a-9fd4-71e00539b6ad - - - - - -] Successfully bumped revision number for resource 49d0e77f-c618-4562-b8c6-29c910b305c2 (type: ports) to 2 [pid: 7|app: 0|req: 1040/2066] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:48 2026] GET /v2.0/security-groups?id=744d5e3d-20c0-4bf3-8f21-10e477b82827&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2067] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:16:49 2026] GET /v2.0/ports/49d0e77f-c618-4562-b8c6-29c910b305c2 => generated 947 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:49.333 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c55cfc15-da58-495c-848f-eaf627d5ffd2 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:49.334 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c55cfc15-da58-495c-848f-eaf627d5ffd2 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network adecafe4-be37-457a-96e6-1c0073889a96: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:49.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-36dfc843-ffb3-49ed-b942-accf421aa66e 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] TaaS: Handle Delete Port: 49d0e77f-c618-4562-b8c6-29c910b305c2 2026-05-10 05:16:49.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36dfc843-ffb3-49ed-b942-accf421aa66e 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Tap Mirror: Handle Delete Port: 49d0e77f-c618-4562-b8c6-29c910b305c2 2026-05-10 05:16:49.676 8 INFO neutron.db.ovn_revision_numbers_db [None req-c55cfc15-da58-495c-848f-eaf627d5ffd2 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource a341e413-60bc-4803-945b-d77a29e0653a (type: router_ports) to 1 [pid: 8|app: 0|req: 1027/2068] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:16:47 2026] PUT /v2.0/routers/8b4cba21-bd2d-4bb6-bff9-b895a48dab3d/add_router_interface => generated 310 bytes in 2343 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2069] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:16:49 2026] PUT /v2.0/routers/8fa62394-2058-4556-b579-e94238ef17e4/remove_router_interface => generated 310 bytes in 646 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: 1043/2070] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:16:49 2026] GET /v2.0/ports?device_id=8fa62394-2058-4556-b579-e94238ef17e4 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:49.883 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3b0436b-076f-4c4a-8821-64aa5427df92'] response: {'server_uuid': 'fe317c6f-533d-4b56-89b2-25da19b80148', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '948728c6-add1-4207-a34e-facfd7d33aa9', 'code': 200} [pid: 7|app: 0|req: 1044/2071] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:49 2026] DELETE /v2.0/routers/8fa62394-2058-4556-b579-e94238ef17e4 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2072] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:16:49 2026] GET /v2.0/networks?id=f6cb486c-b4d3-472f-8506-b49c05d5de81 => generated 711 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2073] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:50 2026] DELETE /v2.0/subnets/340d37d9-cec6-4f75-89a9-d5ab036a1c08 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2074] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:50 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:50.196 7 WARNING neutron.db.securitygroups_db [req-d029e6c2-24b4-4c82-808d-bebfff825bbd req-484cd9fb-8cff-4740-9d63-105265e2a15d e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - 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-10 05:16:50.213 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-74df5534-49e6-4b18-aa6a-b148062a6a55 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:50.219 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-74df5534-49e6-4b18-aa6a-b148062a6a55 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 2aae7b30-62e7-45df-baa3-bee272b6052d: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1048/2075] 199.204.45.23 () {34 vars in 1049 bytes} [Sun May 10 05:16:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6c0c49caae224557808182366e255028 => generated 272 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2076] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:50 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:50.365 8 INFO neutron.db.ovn_revision_numbers_db [None req-74df5534-49e6-4b18-aa6a-b148062a6a55 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource c90aa351-ecfc-452e-a0eb-2dfa4295c612 (type: ports) to 1 2026-05-10 05:16:50.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8ef464e-5fab-4386-b6e5-8587f9c437d2 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] TaaS: Handle Delete Port: 2d1a5a79-bff1-4820-b694-39a69e46e75f 2026-05-10 05:16:50.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8ef464e-5fab-4386-b6e5-8587f9c437d2 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Tap Mirror: Handle Delete Port: 2d1a5a79-bff1-4820-b694-39a69e46e75f 2026-05-10 05:16:50.622 7 INFO neutron.services.segments.plugin [-] Segment ca7bed84-41a7-4997-9d35-536ea6d22caf resource provider aggregate not found 2026-05-10 05:16:50.626 7 INFO neutron.services.segments.plugin [-] Segment ca7bed84-41a7-4997-9d35-536ea6d22caf resource provider aggregate not found 2026-05-10 05:16:50.637 7 INFO neutron.services.segments.plugin [-] Segment ca7bed84-41a7-4997-9d35-536ea6d22caf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca7bed84-41a7-4997-9d35-536ea6d22caf found for delete ", "request_id": "req-0eaebfde-ac3d-460d-b39d-1f9b020d2a6e"}]} 2026-05-10 05:16:50.648 7 INFO neutron.services.segments.plugin [-] Segment ca7bed84-41a7-4997-9d35-536ea6d22caf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca7bed84-41a7-4997-9d35-536ea6d22caf found for delete ", "request_id": "req-faaf012f-3200-4964-a654-562f7f977e8c"}]} [pid: 7|app: 0|req: 1050/2077] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:16:50 2026] DELETE /v2.0/networks/e0d1dd91-62e9-4ff1-8e1a-004464e88074 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:16:50.903 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-d029e6c2-24b4-4c82-808d-bebfff825bbd req-cd731c39-15b4-4d20-b27c-36036ef3185b e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] No more DHCP agents 2026-05-10 05:16:50.904 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-d029e6c2-24b4-4c82-808d-bebfff825bbd req-cd731c39-15b4-4d20-b27c-36036ef3185b e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Unable to schedule network f6cb486c-b4d3-472f-8506-b49c05d5de81: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:51.078 7 INFO neutron.db.ovn_revision_numbers_db [req-d029e6c2-24b4-4c82-808d-bebfff825bbd req-cd731c39-15b4-4d20-b27c-36036ef3185b e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource 732aeb0f-e196-4cc3-9404-45afb59607dc (type: ports) to 1 [pid: 7|app: 0|req: 1051/2078] 199.204.45.23 () {38 vars in 954 bytes} [Sun May 10 05:16:50 2026] POST /v2.0/ports => generated 993 bytes in 479 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: 1052/2079] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:51 2026] GET /v2.0/security-groups?id=744d5e3d-20c0-4bf3-8f21-10e477b82827&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-10 05:16:51.209 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-74df5534-49e6-4b18-aa6a-b148062a6a55 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:16:51.210 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-74df5534-49e6-4b18-aa6a-b148062a6a55 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 2aae7b30-62e7-45df-baa3-bee272b6052d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:51.611 8 INFO neutron.db.ovn_revision_numbers_db [None req-74df5534-49e6-4b18-aa6a-b148062a6a55 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource c90aa351-ecfc-452e-a0eb-2dfa4295c612 (type: router_ports) to 1 [pid: 8|app: 0|req: 1028/2080] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:16:49 2026] PUT /v2.0/routers/8b4cba21-bd2d-4bb6-bff9-b895a48dab3d/add_router_interface => generated 310 bytes in 1930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:51.666 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-27f65281-da53-4813-926a-73998557b627 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] No more DHCP agents 2026-05-10 05:16:51.668 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-27f65281-da53-4813-926a-73998557b627 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:51.805 7 INFO neutron.db.ovn_revision_numbers_db [None req-27f65281-da53-4813-926a-73998557b627 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 9dab97cd-5312-4cfa-a4b9-6ad6df19686b (type: ports) to 1 2026-05-10 05:16:52.020 8 INFO neutron.db.ovn_revision_numbers_db [req-d029e6c2-24b4-4c82-808d-bebfff825bbd req-08ce5578-377c-4bab-8019-98486f0ababc cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 732aeb0f-e196-4cc3-9404-45afb59607dc (type: ports) to 2 2026-05-10 05:16:52.271 8 INFO neutron.db.ovn_revision_numbers_db [req-d029e6c2-24b4-4c82-808d-bebfff825bbd req-08ce5578-377c-4bab-8019-98486f0ababc cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 732aeb0f-e196-4cc3-9404-45afb59607dc (type: ports) to 4 [pid: 8|app: 0|req: 1029/2081] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:16:51 2026] PUT /v2.0/ports/732aeb0f-e196-4cc3-9404-45afb59607dc => generated 1266 bytes in 674 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: 1030/2082] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:52 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2083] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:52 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2084] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:16:52 2026] GET /v2.0/subnets => generated 7531 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2085] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:16:52 2026] GET /v2.0/security-groups?id=744d5e3d-20c0-4bf3-8f21-10e477b82827&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: 1034/2086] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:16:52 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2087] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:16:52 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) [pid: 8|app: 0|req: 1036/2088] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:16:52 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 1232 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:52.611 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f597341-04b2-4506-a831-b689461c60b4'] response: {'name': 'network-changed', 'server_uuid': 'b04d1c64-506e-4973-9b06-0c9a256abaca', 'tag': '732aeb0f-e196-4cc3-9404-45afb59607dc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1037/2089] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:16:52 2026] GET /v2.0/floatingips => generated 1093 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:52.691 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-619f6fae-3070-41e9-9ae3-267daf58454a - - - - - -] No hosting information found for port fced90a4-8f6e-473a-a82b-47c04d06ecf7: RuntimeError: No hosting information found for port fced90a4-8f6e-473a-a82b-47c04d06ecf7 2026-05-10 05:16:52.788 8 INFO neutron.db.ovn_revision_numbers_db [None req-48e6ac1f-c750-454b-9897-6d20333dcbb3 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 44622cc4-b94b-447b-9301-3c7f1ef9c500 (type: security_groups) to 1 2026-05-10 05:16:52.806 8 INFO neutron.db.ovn_revision_numbers_db [None req-48e6ac1f-c750-454b-9897-6d20333dcbb3 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 1715cb3f-ae6f-4a16-8436-64774938cb89 (type: security_group_rules) to 0 2026-05-10 05:16:52.807 8 INFO neutron.db.ovn_revision_numbers_db [None req-619f6fae-3070-41e9-9ae3-267daf58454a - - - - - -] Successfully bumped revision number for resource fced90a4-8f6e-473a-a82b-47c04d06ecf7 (type: router_ports) to 2 2026-05-10 05:16:52.829 8 INFO neutron.db.ovn_revision_numbers_db [None req-48e6ac1f-c750-454b-9897-6d20333dcbb3 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource a53f9c21-4ef7-45ac-8f90-68fbbabe50a3 (type: security_group_rules) to 0 2026-05-10 05:16:52.873 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-619f6fae-3070-41e9-9ae3-267daf58454a - - - - - -] OVN reports status down for port: c90aa351-ecfc-452e-a0eb-2dfa4295c612 2026-05-10 05:16:52.944 7 INFO neutron.db.ovn_revision_numbers_db [None req-27f65281-da53-4813-926a-73998557b627 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 9dab97cd-5312-4cfa-a4b9-6ad6df19686b (type: router_ports) to 1 [pid: 8|app: 0|req: 1038/2090] 10.0.0.201 () {34 vars in 684 bytes} [Sun May 10 05:16:52 2026] POST /v2.0/security-groups => generated 1627 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:16:53.000 7 INFO neutron.db.ovn_revision_numbers_db [None req-27f65281-da53-4813-926a-73998557b627 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 066f28e2-48ac-4676-89c7-168c273adf7f (type: routers) to 2 [pid: 7|app: 0|req: 1053/2091] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:16:51 2026] POST /v2.0/routers => generated 972 bytes in 1823 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:53.023 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-619f6fae-3070-41e9-9ae3-267daf58454a - - - - - -] Logical_Switch_Port c90aa351-ecfc-452e-a0eb-2dfa4295c612 host information not removed, the port state is up 2026-05-10 05:16:53.023 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-619f6fae-3070-41e9-9ae3-267daf58454a - - - - - -] OVN reports status up for port: c90aa351-ecfc-452e-a0eb-2dfa4295c612 2026-05-10 05:16:53.048 8 INFO neutron.plugins.ml2.plugin [None req-619f6fae-3070-41e9-9ae3-267daf58454a - - - - - -] Attempt 1 to provision port c90aa351-ecfc-452e-a0eb-2dfa4295c612 [pid: 7|app: 0|req: 1054/2092] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:16:53 2026] GET /v2.0/security-groups => generated 52410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-10 05:16:53.141 7 INFO neutron.db.ovn_revision_numbers_db [None req-b3285c43-e9ff-4f39-8281-142638eed093 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource a49606b8-52ff-4139-bab9-1817c73b64a2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1055/2093] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2094] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:16:53 2026] GET /v2.0/routers/066f28e2-48ac-4676-89c7-168c273adf7f => generated 978 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2095] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:16:53 2026] GET /v2.0/routers => generated 4916 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2096] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:16:53 2026] GET /v2.0/ports?tenant_id=6c0c49caae224557808182366e255028&device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1269 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:53.440 7 INFO neutron.db.ovn_revision_numbers_db [None req-075ba1aa-a07d-48ba-a04f-fe009980ba48 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 0792c8f8-e35b-4cdf-a489-903e8dfe5ff1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1059/2097] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2098] 10.0.0.201 () {32 vars in 647 bytes} [Sun May 10 05:16:53 2026] GET /v2.0/routers => generated 981 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2099] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:16:53 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2100] 199.204.45.23 () {34 vars in 1017 bytes} [Sun May 10 05:16:53 2026] GET /v2.0/networks?tenant_id=6c0c49caae224557808182366e255028&shared=False => generated 810 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:53.706 7 INFO neutron.db.ovn_revision_numbers_db [None req-39d01303-31e2-4e47-9b96-9cfc7ffdfbb0 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 515f309d-66ce-4698-bad7-72d311bcf51c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1063/2101] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:53 2026] POST /v2.0/security-group-rules => generated 599 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:54.146 7 INFO neutron.db.ovn_revision_numbers_db [None req-fd7de997-0491-48fe-864a-5321b69be980 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Successfully bumped revision number for resource 066f28e2-48ac-4676-89c7-168c273adf7f (type: routers) to 3 [pid: 7|app: 0|req: 1064/2102] 10.0.0.201 () {34 vars in 741 bytes} [Sun May 10 05:16:53 2026] PUT /v2.0/routers/066f28e2-48ac-4676-89c7-168c273adf7f => generated 985 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:54.172 8 INFO neutron.db.ovn_revision_numbers_db [None req-7133d6eb-fd04-4ae3-9ef6-06236dedb8ec 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 785dc391-8caa-4c3e-817a-d942c5b541c6 (type: floatingips) to 4 [pid: 7|app: 0|req: 1065/2103] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:16:54 2026] GET /v2.0/network-ip-availabilities => generated 7824 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2104] 199.204.45.23 () {34 vars in 929 bytes} [Sun May 10 05:16:54 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2105] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:54 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1008 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:54.288 8 INFO neutron.db.ovn_revision_numbers_db [None req-619f6fae-3070-41e9-9ae3-267daf58454a - - - - - -] Successfully bumped revision number for resource c90aa351-ecfc-452e-a0eb-2dfa4295c612 (type: ports) to 2 2026-05-10 05:16:54.390 7 INFO neutron.db.ovn_revision_numbers_db [None req-76fe96bd-f933-42c0-9347-7676df6b9c7d 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource e8389e8a-b3a9-48a1-b93c-0970eb109a4d (type: security_group_rules) to 0 2026-05-10 05:16:54.403 8 INFO neutron.db.ovn_revision_numbers_db [None req-7133d6eb-fd04-4ae3-9ef6-06236dedb8ec 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Successfully bumped revision number for resource 785dc391-8caa-4c3e-817a-d942c5b541c6 (type: floatingips) to 5 2026-05-10 05:16:54.404 8 INFO neutron.db.l3_db [None req-7133d6eb-fd04-4ae3-9ef6-06236dedb8ec 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Floating IP 785dc391-8caa-4c3e-817a-d942c5b541c6 associated. External IP: 10.96.250.202, port: 948728c6-add1-4207-a34e-facfd7d33aa9. [pid: 7|app: 0|req: 1068/2106] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2107] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:16:52 2026] PUT /v2.0/floatingips/785dc391-8caa-4c3e-817a-d942c5b541c6 => generated 855 bytes in 1529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2108] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:16:54 2026] GET /v2.0/routers/066f28e2-48ac-4676-89c7-168c273adf7f => generated 985 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2109] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:16:54 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2110] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:16:54 2026] GET /v2.0/networks => generated 7145 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2111] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:16:54 2026] GET /v2.0/floatingips/785dc391-8caa-4c3e-817a-d942c5b541c6 => generated 857 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2112] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:16:54 2026] GET /v2.0/ports?device_id=066f28e2-48ac-4676-89c7-168c273adf7f => 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: 1043/2113] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:16:54 2026] GET /v2.0/subnets => generated 7531 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:54.658 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0145e647-55cd-42f6-9034-3bfc84b68666'] response: {'name': 'network-changed', 'server_uuid': 'fe317c6f-533d-4b56-89b2-25da19b80148', 'tag': '948728c6-add1-4207-a34e-facfd7d33aa9', 'status': 'completed', 'code': 200} 2026-05-10 05:16:54.663 7 INFO neutron.db.ovn_revision_numbers_db [None req-14c76a16-fe9c-42d8-bf88-0e5d64773361 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 1852f33e-e7a1-48e5-a99c-19b03ab0fc90 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1071/2114] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2115] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:16:54 2026] GET /v2.0/ports => generated 29062 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-10 05:16:54.917 8 INFO neutron_taas.services.taas.taas_plugin [None req-14c4e614-1323-4388-a129-090fae069bb0 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] TaaS: Handle Delete Port: 9dab97cd-5312-4cfa-a4b9-6ad6df19686b 2026-05-10 05:16:54.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14c4e614-1323-4388-a129-090fae069bb0 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] Tap Mirror: Handle Delete Port: 9dab97cd-5312-4cfa-a4b9-6ad6df19686b 2026-05-10 05:16:54.948 7 INFO neutron.db.ovn_revision_numbers_db [None req-d5acfec1-923e-4f83-8952-f4269cea4f14 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource e28b3db4-0256-4112-9ba5-a9b1e7db76d9 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1073/2116] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2117] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:16:54 2026] GET /v2.0/agents => generated 1214 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:55.117 7 INFO neutron.db.ovn_revision_numbers_db [None req-c24aef70-4c0b-40fb-8f1e-97b522507d66 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 37a3cd2f-8190-4df6-8dd3-ec9cede59ec0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1075/2118] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:54 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-10 05:16:55.258 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-785090e9-a93b-42a4-b7bc-073977febff7 - - - - - -] No port found with ID 49d0e77f-c618-4562-b8c6-29c910b305c2: RuntimeError: No port found with ID 49d0e77f-c618-4562-b8c6-29c910b305c2 2026-05-10 05:16:55.258 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-785090e9-a93b-42a4-b7bc-073977febff7 - - - - - -] OVN reports status down for port: a341e413-60bc-4803-945b-d77a29e0653a 2026-05-10 05:16:55.308 7 INFO neutron.db.ovn_revision_numbers_db [None req-505a95aa-6b53-469b-9ed1-494f9a5e3920 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 9a17e0ff-5d1e-4675-af66-7637c3265eee (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1044/2119] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:54 2026] DELETE /v2.0/routers/066f28e2-48ac-4676-89c7-168c273adf7f => generated 0 bytes in 708 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:16:55.363 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-785090e9-a93b-42a4-b7bc-073977febff7 - - - - - -] Logical_Switch_Port a341e413-60bc-4803-945b-d77a29e0653a host information not removed, the port state is up [pid: 8|app: 0|req: 1045/2120] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/ports?tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b&device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 1232 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:55.394 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-785090e9-a93b-42a4-b7bc-073977febff7 - - - - - -] OVN reports status up for port: a341e413-60bc-4803-945b-d77a29e0653a [pid: 7|app: 0|req: 1076/2121] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2122] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/ports?tenant_id=6c0c49caae224557808182366e255028&device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1269 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2123] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/ports?device_id=066f28e2-48ac-4676-89c7-168c273adf7f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:55.425 7 INFO neutron.plugins.ml2.plugin [None req-785090e9-a93b-42a4-b7bc-073977febff7 - - - - - -] Attempt 1 to provision port a341e413-60bc-4803-945b-d77a29e0653a [pid: 8|app: 0|req: 1047/2124] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/networks?id=cd4ebd3e-3c11-4582-a8ee-684f72012583 => generated 797 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2125] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=732aeb0f-e196-4cc3-9404-45afb59607dc => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:55.484 8 INFO neutron.api.v2.resource [None req-dd793b00-b0ec-4008-aa7b-c28c3354da07 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1049/2126] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:55 2026] DELETE /v2.0/routers/066f28e2-48ac-4676-89c7-168c273adf7f => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2127] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=948728c6-add1-4207-a34e-facfd7d33aa9 => generated 860 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2128] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/subnets?id=dec23dc8-1c61-410e-99d8-dfc9b6f98cf4 => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2129] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/ports?device_id=8fa62394-2058-4556-b579-e94238ef17e4 => 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: 1053/2130] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/subnets?id=d06c524a-af65-41d7-a3e8-669f112842f7 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2131] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/ports?network_id=f6cb486c-b4d3-472f-8506-b49c05d5de81&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-10 05:16:55.614 8 INFO neutron.api.v2.resource [None req-b80731a4-9dc8-4908-af3c-b96dbc4ee5a7 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1055/2132] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:55 2026] DELETE /v2.0/routers/8fa62394-2058-4556-b579-e94238ef17e4 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2133] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/ports?network_id=cd4ebd3e-3c11-4582-a8ee-684f72012583&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: 1057/2134] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/networks/f6cb486c-b4d3-472f-8506-b49c05d5de81?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:55.674 7 INFO neutron.db.ovn_revision_numbers_db [None req-b0fe8711-2acf-45c3-9efd-0eafdbdbc26d 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 91460013-e7d5-45c7-aa30-1f8a890d9a1c (type: security_group_rules) to 0 2026-05-10 05:16:55.682 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ccbc96d-ae42-4e48-b492-334ac0f7fba5 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1058/2135] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:55 2026] DELETE /v2.0/subnets/340d37d9-cec6-4f75-89a9-d5ab036a1c08 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2136] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1008 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2137] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:55 2026] POST /v2.0/security-group-rules => generated 599 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2138] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2139] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/ports?device_id=14e8b5da-3484-4884-a600-842c235b60bd => 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: 1079/2140] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/networks/f6cb486c-b4d3-472f-8506-b49c05d5de81?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2141] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:55.912 8 INFO neutron.db.ovn_revision_numbers_db [None req-f09b957d-de1a-4691-9cf9-4a8b2529774b 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 546b0f9f-1da4-426d-a24d-2afaefa81a79 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1062/2142] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2143] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:55.972 8 INFO neutron.api.v2.resource [None req-89fff076-be04-4c96-a51d-b89d6fa99ace 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1063/2144] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:55 2026] DELETE /v2.0/routers/14e8b5da-3484-4884-a600-842c235b60bd => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:16:55.988 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1fb86ce4-9d48-4177-b01c-842d2cd010db 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1064/2145] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:55 2026] DELETE /v2.0/subnets/7cc941b4-f974-4b79-88c7-e194f668cc2a => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2146] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:16:55 2026] GET /v2.0/ports?device_id=effe04be-dfd6-471e-ba46-956a3986c306 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:16:56.033 8 INFO neutron.api.v2.resource [None req-b4a7dea2-e877-4724-8f6c-e62cfd5c3f7c 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1066/2147] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:56 2026] DELETE /v2.0/routers/effe04be-dfd6-471e-ba46-956a3986c306 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:16:56.051 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b5dde0d2-fe91-48e5-a164-fe657b9e3d5d 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1067/2148] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:56 2026] DELETE /v2.0/subnets/bbcdc553-4279-4470-94fa-13f81ff3434b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:16:56.069 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b5e3684-550c-4e0b-9d09-bc8c4cd60dd7 9cdf23b900fd4131855b83d5f3d788f5 faa71c8e32c746ebb9076290ae4337d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1068/2149] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:16:56 2026] DELETE /v2.0/subnets/1c52b4bf-c938-4399-9b48-4df931f20e29 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:16:56.092 7 INFO neutron.db.ovn_revision_numbers_db [None req-785090e9-a93b-42a4-b7bc-073977febff7 - - - - - -] Successfully bumped revision number for resource a341e413-60bc-4803-945b-d77a29e0653a (type: ports) to 2 2026-05-10 05:16:56.200 7 INFO neutron.db.ovn_revision_numbers_db [None req-bcd9f5a3-1457-4fcc-93a8-30ebce908e62 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 6377d3ac-69e2-44e5-b934-91d479108593 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1082/2150] 10.0.0.201 () {34 vars in 695 bytes} [Sun May 10 05:16:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:56.520 8 WARNING neutron.db.securitygroups_db [req-0def7cd6-aa15-47ee-b2fa-8ca6a52eff9e req-fbae6c22-37e7-4de3-a8ba-cac9b3ddeac4 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - 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: 1069/2151] 10.0.0.162 () {34 vars in 1094 bytes} [Sun May 10 05:16:56 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-274405809&fields=id&tenant_id=8726fc2c042f4891b6262c81ed2c4b00 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2152] 10.0.0.162 () {34 vars in 982 bytes} [Sun May 10 05:16:56 2026] GET /v2.0/networks?id=adecafe4-be37-457a-96e6-1c0073889a96 => generated 742 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2153] 10.0.0.162 () {34 vars in 965 bytes} [Sun May 10 05:16:56 2026] GET /v2.0/quotas/8726fc2c042f4891b6262c81ed2c4b00 => generated 292 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:56.750 7 WARNING neutron.db.securitygroups_db [None req-a9f40aee-7004-42a8-bbb7-08f80a71a5aa ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1083/2154] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:16:56 2026] GET /v2.0/security-groups?tenant_id=faa71c8e32c746ebb9076290ae4337d8&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2155] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:16:56 2026] GET /v2.0/ports?tenant_id=8726fc2c042f4891b6262c81ed2c4b00&fields=id => generated 287 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2156] 10.0.0.162 () {34 vars in 1008 bytes} [Sun May 10 05:16:56 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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: 1074/2157] 10.0.0.162 () {34 vars in 1108 bytes} [Sun May 10 05:16:56 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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: 1084/2158] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:16:56 2026] DELETE /v2.0/security-groups/a9db8f38-41b1-4f2b-9347-094968096b0c => generated 0 bytes in 188 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2159] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:56 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1008 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2160] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:16:56 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2161] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:57 2026] GET /v2.0/ports?device_id=d7bb684e-ea08-4c0b-9a16-8d815195e80b => 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: 1086/2162] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:58 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1008 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2163] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:16:58 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:58.925 7 INFO neutron.db.ovn_revision_numbers_db [None req-42922ac9-9b19-4bf0-9fd5-d7b33f16c137 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource a5092884-3188-4719-a49b-37e3bc7ad9c2 (type: security_groups) to 1 [pid: 8|app: 0|req: 1078/2164] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:16:58 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1269 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:16:58.937 7 INFO neutron.db.ovn_revision_numbers_db [None req-42922ac9-9b19-4bf0-9fd5-d7b33f16c137 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 4c973efc-247a-4927-a3bc-39ac3b88588e (type: security_group_rules) to 0 2026-05-10 05:16:58.950 7 INFO neutron.db.ovn_revision_numbers_db [None req-42922ac9-9b19-4bf0-9fd5-d7b33f16c137 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 939354cb-61f1-4652-b666-f2b753cb0843 (type: security_group_rules) to 0 2026-05-10 05:16:58.961 7 INFO neutron.db.ovn_revision_numbers_db [None req-42922ac9-9b19-4bf0-9fd5-d7b33f16c137 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource cbef8ca7-06b5-4401-bc33-678a51f58408 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1079/2165] 199.204.45.23 () {34 vars in 1123 bytes} [Sun May 10 05:16:58 2026] GET /v2.0/security-groups?id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&fields=id&fields=name => generated 205 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:58.972 7 INFO neutron.db.ovn_revision_numbers_db [None req-42922ac9-9b19-4bf0-9fd5-d7b33f16c137 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource f557750a-f704-4cfd-9298-14c12f0d5770 (type: security_group_rules) to 0 2026-05-10 05:16:59.048 7 INFO neutron.db.segments_db [None req-42922ac9-9b19-4bf0-9fd5-d7b33f16c137 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Added segment b9ee0369-bbb4-4347-b2a2-996650fc6816 of type geneve for network 704dd1ff-3cca-403f-9e64-4602727fabae 2026-05-10 05:16:59.173 7 INFO neutron.db.ovn_revision_numbers_db [None req-42922ac9-9b19-4bf0-9fd5-d7b33f16c137 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 704dd1ff-3cca-403f-9e64-4602727fabae (type: networks) to 1 2026-05-10 05:16:59.376 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-42922ac9-9b19-4bf0-9fd5-d7b33f16c137 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:16:59.377 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-42922ac9-9b19-4bf0-9fd5-d7b33f16c137 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 704dd1ff-3cca-403f-9e64-4602727fabae: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1080/2166] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:16:59 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1008 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2167] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:16:59 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:16:59.469 7 INFO neutron.db.ovn_revision_numbers_db [None req-42922ac9-9b19-4bf0-9fd5-d7b33f16c137 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 31a8766e-63ce-483d-8195-0a32a7e80308 (type: ports) to 1 [pid: 7|app: 0|req: 1087/2168] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:16:58 2026] POST /v2.0/networks => generated 668 bytes in 846 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:16:59.585 8 INFO neutron.db.segments_db [None req-4bc4eda2-3fc1-423a-ab22-37675a7593e1 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Added segment 56222cec-b741-4577-bee3-73cbddd53c49 of type geneve for network 295786ce-aa04-46c8-b7b7-f5d24b4adf53 2026-05-10 05:16:59.693 8 INFO neutron.db.ovn_revision_numbers_db [None req-4bc4eda2-3fc1-423a-ab22-37675a7593e1 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 295786ce-aa04-46c8-b7b7-f5d24b4adf53 (type: networks) to 1 2026-05-10 05:16:59.802 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-98bf0b13-07db-4643-99b3-958d0eb3c4ee - - - - - -] No hosting information found for port c90aa351-ecfc-452e-a0eb-2dfa4295c612: RuntimeError: No hosting information found for port c90aa351-ecfc-452e-a0eb-2dfa4295c612 2026-05-10 05:16:59.939 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4bc4eda2-3fc1-423a-ab22-37675a7593e1 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:16:59.941 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4bc4eda2-3fc1-423a-ab22-37675a7593e1 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 295786ce-aa04-46c8-b7b7-f5d24b4adf53: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:16:59.944 8 INFO neutron.db.ovn_revision_numbers_db [None req-98bf0b13-07db-4643-99b3-958d0eb3c4ee - - - - - -] Successfully bumped revision number for resource c90aa351-ecfc-452e-a0eb-2dfa4295c612 (type: router_ports) to 2 2026-05-10 05:16:59.944 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-98bf0b13-07db-4643-99b3-958d0eb3c4ee - - - - - -] OVN reports status down for port: 9dab97cd-5312-4cfa-a4b9-6ad6df19686b 2026-05-10 05:16:59.959 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-98bf0b13-07db-4643-99b3-958d0eb3c4ee - - - - - -] OVN reports status up for port: 9dab97cd-5312-4cfa-a4b9-6ad6df19686b 2026-05-10 05:17:00.066 8 INFO neutron.db.ovn_revision_numbers_db [None req-4bc4eda2-3fc1-423a-ab22-37675a7593e1 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 02e62ec7-9db9-4802-bdeb-832b21f70d9e (type: ports) to 1 [pid: 8|app: 0|req: 1082/2171] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:16:59 2026] POST /v2.0/networks => generated 668 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:00.275 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2c050d1c-de8e-4176-8834-c68e2b1c2119 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:17:00.276 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2c050d1c-de8e-4176-8834-c68e2b1c2119 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 704dd1ff-3cca-403f-9e64-4602727fabae: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1083/2172] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 05:17:00 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 1232 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2173] 10.0.0.223 () {34 vars in 1040 bytes} [Sun May 10 05:17:00 2026] GET /v2.0/security-groups?id=744d5e3d-20c0-4bf3-8f21-10e477b82827&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-10 05:17:00.560 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a9a05650-f3be-4c9f-b19d-91c32e51d427 - - - - - -] No hosting information found for port a341e413-60bc-4803-945b-d77a29e0653a: RuntimeError: No hosting information found for port a341e413-60bc-4803-945b-d77a29e0653a [pid: 8|app: 0|req: 1085/2174] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:00 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2175] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:17:00 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:00.621 7 INFO neutron.common.ovn.utils [None req-a9a05650-f3be-4c9f-b19d-91c32e51d427 - - - - - -] HA Chassis Group neutron-adecafe4-be37-457a-96e6-1c0073889a96 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:17:00.782 7 INFO neutron.db.ovn_revision_numbers_db [None req-a9a05650-f3be-4c9f-b19d-91c32e51d427 - - - - - -] Successfully bumped revision number for resource a341e413-60bc-4803-945b-d77a29e0653a (type: router_ports) to 2 2026-05-10 05:17:00.783 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a9a05650-f3be-4c9f-b19d-91c32e51d427 - - - - - -] OVN reports status down for port: 732aeb0f-e196-4cc3-9404-45afb59607dc 2026-05-10 05:17:00.810 7 INFO neutron.db.ovn_revision_numbers_db [None req-2c050d1c-de8e-4176-8834-c68e2b1c2119 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 31a8766e-63ce-483d-8195-0a32a7e80308 (type: ports) to 2 2026-05-10 05:17:00.853 7 INFO neutron.db.ovn_revision_numbers_db [None req-2c050d1c-de8e-4176-8834-c68e2b1c2119 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource b7fbb92c-88b9-4e7f-aa84-13ec47f7feb0 (type: subnets) to 0 2026-05-10 05:17:00.873 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-a9a05650-f3be-4c9f-b19d-91c32e51d427 - - - - - -] Logical_Switch_Port 732aeb0f-e196-4cc3-9404-45afb59607dc host information not removed, the port state is up [pid: 7|app: 0|req: 1090/2176] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:17:00 2026] POST /v2.0/subnets => generated 626 bytes in 799 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:00.919 7 INFO neutron.common.ovn.utils [None req-a9a05650-f3be-4c9f-b19d-91c32e51d427 - - - - - -] HA Chassis Group neutron-2aae7b30-62e7-45df-baa3-bee272b6052d synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:17:00.924 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad048be9-bab9-4753-b233-53bb4cc474a8'] response: {'server_uuid': 'b04d1c64-506e-4973-9b06-0c9a256abaca', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '732aeb0f-e196-4cc3-9404-45afb59607dc', 'code': 200} 2026-05-10 05:17:01.002 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a9a05650-f3be-4c9f-b19d-91c32e51d427 - - - - - -] OVN reports status up for port: 732aeb0f-e196-4cc3-9404-45afb59607dc 2026-05-10 05:17:01.014 7 INFO neutron.plugins.ml2.plugin [None req-a9a05650-f3be-4c9f-b19d-91c32e51d427 - - - - - -] Attempt 1 to provision port 732aeb0f-e196-4cc3-9404-45afb59607dc 2026-05-10 05:17:01.079 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0f68831b-2216-43d4-b1c8-e577cdb496fb 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:17:01.080 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0f68831b-2216-43d4-b1c8-e577cdb496fb 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 295786ce-aa04-46c8-b7b7-f5d24b4adf53: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:01.262 7 INFO neutron.db.ovn_revision_numbers_db [None req-a9a05650-f3be-4c9f-b19d-91c32e51d427 - - - - - -] Successfully bumped revision number for resource 732aeb0f-e196-4cc3-9404-45afb59607dc (type: ports) to 5 2026-05-10 05:17:01.335 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e89e632c-da61-4c6f-8bfd-0bac451ef2f1 - - - - - -] OVN reports status down for port: 31a8766e-63ce-483d-8195-0a32a7e80308 2026-05-10 05:17:01.394 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e89e632c-da61-4c6f-8bfd-0bac451ef2f1 - - - - - -] OVN reports status down for port: 02e62ec7-9db9-4802-bdeb-832b21f70d9e /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1091/2177] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:01 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 971 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:01.562 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f68831b-2216-43d4-b1c8-e577cdb496fb 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 02e62ec7-9db9-4802-bdeb-832b21f70d9e (type: ports) to 2 [pid: 7|app: 0|req: 1092/2178] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:01 2026] GET /v2.0/security-groups?id=744d5e3d-20c0-4bf3-8f21-10e477b82827&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:01.597 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f68831b-2216-43d4-b1c8-e577cdb496fb 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 1ae43485-b16e-4da4-aa20-83d6a771099b (type: subnets) to 0 [pid: 8|app: 0|req: 1087/2179] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:17:00 2026] POST /v2.0/subnets => generated 626 bytes in 707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2180] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:01 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:01.737 7 INFO neutron.db.ovn_revision_numbers_db [None req-1694af39-8458-4964-9ab1-b3b637cda789 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 2c74645f-cda5-4a54-9940-c96da199cdec (type: routers) to 1 [pid: 7|app: 0|req: 1093/2181] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:17:01 2026] POST /v2.0/routers => generated 624 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2182] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:17:01 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:02.080 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d3b27630-b1b2-4b15-8d7c-7437c7e1d90c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:17:02.081 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d3b27630-b1b2-4b15-8d7c-7437c7e1d90c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 704dd1ff-3cca-403f-9e64-4602727fabae: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:02.179 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e89e632c-da61-4c6f-8bfd-0bac451ef2f1 - - - - - -] OVN reports status down for port: 7567e46b-f4f7-433f-a00c-dd28e47550a0 [pid: 8|app: 0|req: 1090/2183] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:02 2026] GET /v2.0/ports?device_id=d7bb684e-ea08-4c0b-9a16-8d815195e80b => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:02.246 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3b27630-b1b2-4b15-8d7c-7437c7e1d90c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 7567e46b-f4f7-433f-a00c-dd28e47550a0 (type: ports) to 1 [pid: 8|app: 0|req: 1091/2184] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:17:02 2026] GET /v2.0/networks?id=adecafe4-be37-457a-96e6-1c0073889a96 => generated 742 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:02.408 8 WARNING neutron.db.securitygroups_db [req-0def7cd6-aa15-47ee-b2fa-8ca6a52eff9e req-daffb7b9-cc61-4cc0-8d63-d4ca473d4849 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - 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: 1092/2185] 199.204.45.23 () {34 vars in 1049 bytes} [Sun May 10 05:17:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8726fc2c042f4891b6262c81ed2c4b00 => generated 178 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:02.475 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e89e632c-da61-4c6f-8bfd-0bac451ef2f1 - - - - - -] OVN reports status down for port: 948728c6-add1-4207-a34e-facfd7d33aa9 2026-05-10 05:17:02.747 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-0def7cd6-aa15-47ee-b2fa-8ca6a52eff9e req-1a8e15e4-908c-4f66-9363-7094281c76a4 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:17:02.749 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-0def7cd6-aa15-47ee-b2fa-8ca6a52eff9e req-1a8e15e4-908c-4f66-9363-7094281c76a4 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network adecafe4-be37-457a-96e6-1c0073889a96: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:02.879 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-98bf0b13-07db-4643-99b3-958d0eb3c4ee - - - - - -] OVN reports status down for port: 1b7f1657-7154-4fab-9ab8-4386f8879ef2 2026-05-10 05:17:02.933 8 INFO neutron.db.ovn_revision_numbers_db [req-0def7cd6-aa15-47ee-b2fa-8ca6a52eff9e req-1a8e15e4-908c-4f66-9363-7094281c76a4 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 1b7f1657-7154-4fab-9ab8-4386f8879ef2 (type: ports) to 1 2026-05-10 05:17:02.942 7 INFO neutron.db.ovn_revision_numbers_db [None req-e89e632c-da61-4c6f-8bfd-0bac451ef2f1 - - - - - -] Successfully bumped revision number for resource 948728c6-add1-4207-a34e-facfd7d33aa9 (type: ports) to 6 [pid: 8|app: 0|req: 1093/2186] 199.204.45.23 () {38 vars in 954 bytes} [Sun May 10 05:17:02 2026] POST /v2.0/ports => generated 1179 bytes in 589 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 05:17:03.044 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-269f62b6-5bde-4f0e-a1fa-74a2787f98b7 - - - - - -] OVN reports status up for port: 7567e46b-f4f7-433f-a00c-dd28e47550a0 2026-05-10 05:17:03.074 7 INFO neutron.plugins.ml2.plugin [None req-269f62b6-5bde-4f0e-a1fa-74a2787f98b7 - - - - - -] Attempt 1 to provision port 7567e46b-f4f7-433f-a00c-dd28e47550a0 2026-05-10 05:17:03.108 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d3b27630-b1b2-4b15-8d7c-7437c7e1d90c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents [pid: 8|app: 0|req: 1094/2187] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:03 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:03.116 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d3b27630-b1b2-4b15-8d7c-7437c7e1d90c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 704dd1ff-3cca-403f-9e64-4602727fabae: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1095/2188] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:03 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:03.467 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3b27630-b1b2-4b15-8d7c-7437c7e1d90c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 7567e46b-f4f7-433f-a00c-dd28e47550a0 (type: router_ports) to 1 [pid: 7|app: 0|req: 1094/2189] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:17:01 2026] PUT /v2.0/routers/2c74645f-cda5-4a54-9940-c96da199cdec/add_router_interface => generated 310 bytes in 1719 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-10 05:17:03.532 8 INFO neutron.db.ovn_revision_numbers_db [req-0def7cd6-aa15-47ee-b2fa-8ca6a52eff9e req-e4d4e82f-49fa-44eb-b5ec-9f0f8469514f cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 1b7f1657-7154-4fab-9ab8-4386f8879ef2 (type: ports) to 2 [pid: 7|app: 0|req: 1095/2190] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:03 2026] GET /v2.0/security-groups?id=744d5e3d-20c0-4bf3-8f21-10e477b82827&fields=id&fields=name => generated 114 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:03.595 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-26e414b1-c1e2-4813-a39e-e52c4ed52a3e'] response: {'server_uuid': 'b04d1c64-506e-4973-9b06-0c9a256abaca', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '732aeb0f-e196-4cc3-9404-45afb59607dc', 'code': 200} 2026-05-10 05:17:03.596 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-26e414b1-c1e2-4813-a39e-e52c4ed52a3e'] response: {'server_uuid': 'b04d1c64-506e-4973-9b06-0c9a256abaca', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '732aeb0f-e196-4cc3-9404-45afb59607dc', 'code': 200} 2026-05-10 05:17:03.596 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-26e414b1-c1e2-4813-a39e-e52c4ed52a3e'] response: {'server_uuid': 'fe317c6f-533d-4b56-89b2-25da19b80148', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '948728c6-add1-4207-a34e-facfd7d33aa9', 'code': 200} [pid: 7|app: 0|req: 1096/2191] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:17:03 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2192] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:17:03 2026] GET /v2.0/ports/7567e46b-f4f7-433f-a00c-dd28e47550a0 => generated 943 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:03.783 8 INFO neutron.db.ovn_revision_numbers_db [req-0def7cd6-aa15-47ee-b2fa-8ca6a52eff9e req-e4d4e82f-49fa-44eb-b5ec-9f0f8469514f cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 1b7f1657-7154-4fab-9ab8-4386f8879ef2 (type: ports) to 4 [pid: 7|app: 0|req: 1098/2193] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:17:03 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:03.805 7 INFO neutron.db.ovn_revision_numbers_db [None req-269f62b6-5bde-4f0e-a1fa-74a2787f98b7 - - - - - -] Successfully bumped revision number for resource 7567e46b-f4f7-433f-a00c-dd28e47550a0 (type: ports) to 2 [pid: 8|app: 0|req: 1096/2194] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:17:03 2026] PUT /v2.0/ports/1b7f1657-7154-4fab-9ab8-4386f8879ef2 => generated 1452 bytes in 658 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-10 05:17:03.855 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a810500a-b87d-421d-b6ca-5a62f03876f3'] response: {'name': 'network-changed', 'server_uuid': 'd7bb684e-ea08-4c0b-9a16-8d815195e80b', 'tag': '1b7f1657-7154-4fab-9ab8-4386f8879ef2', 'status': 'completed', 'code': 200} 2026-05-10 05:17:03.970 8 INFO neutron_taas.services.taas.taas_plugin [req-ae05fd45-e525-481f-816f-a22a1144af77 req-ea2cb90d-e479-4b2a-81d9-acb592d08aff 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] TaaS: Handle Delete Port: 948728c6-add1-4207-a34e-facfd7d33aa9 2026-05-10 05:17:03.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ae05fd45-e525-481f-816f-a22a1144af77 req-ea2cb90d-e479-4b2a-81d9-acb592d08aff 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Tap Mirror: Handle Delete Port: 948728c6-add1-4207-a34e-facfd7d33aa9 2026-05-10 05:17:04.179 8 INFO neutron.db.l3_db [req-ae05fd45-e525-481f-816f-a22a1144af77 req-ea2cb90d-e479-4b2a-81d9-acb592d08aff 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Floating IP 785dc391-8caa-4c3e-817a-d942c5b541c6 disassociated. External IP: 10.96.250.202, port: 948728c6-add1-4207-a34e-facfd7d33aa9. [pid: 8|app: 0|req: 1097/2195] 199.204.45.23 () {36 vars in 996 bytes} [Sun May 10 05:17:03 2026] DELETE /v2.0/ports/948728c6-add1-4207-a34e-facfd7d33aa9 => generated 0 bytes in 499 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:04.369 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c4341532-c2a6-4a3e-84ad-af642836c68c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:17:04.370 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c4341532-c2a6-4a3e-84ad-af642836c68c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 295786ce-aa04-46c8-b7b7-f5d24b4adf53: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1098/2196] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:17:04 2026] GET /v2.0/ports?tenant_id=8726fc2c042f4891b6262c81ed2c4b00&device_id=d7bb684e-ea08-4c0b-9a16-8d815195e80b => generated 1455 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2197] 199.204.45.23 () {34 vars in 1017 bytes} [Sun May 10 05:17:04 2026] GET /v2.0/networks?tenant_id=8726fc2c042f4891b6262c81ed2c4b00&shared=False => generated 2498 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:04.556 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4341532-c2a6-4a3e-84ad-af642836c68c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource ade3574f-26b7-49b2-8fc3-9503421b7269 (type: ports) to 1 [pid: 8|app: 0|req: 1100/2198] 199.204.45.23 () {34 vars in 929 bytes} [Sun May 10 05:17:04 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2199] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:04 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => 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: 1102/2200] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:04 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1010 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2201] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:17:04 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:05.222 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c4341532-c2a6-4a3e-84ad-af642836c68c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:17:05.223 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c4341532-c2a6-4a3e-84ad-af642836c68c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 295786ce-aa04-46c8-b7b7-f5d24b4adf53: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:05.442 7 INFO neutron.db.ovn_revision_numbers_db [None req-c4341532-c2a6-4a3e-84ad-af642836c68c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource ade3574f-26b7-49b2-8fc3-9503421b7269 (type: router_ports) to 1 [pid: 7|app: 0|req: 1099/2202] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:17:03 2026] PUT /v2.0/routers/2c74645f-cda5-4a54-9940-c96da199cdec/add_router_interface => generated 310 bytes in 1658 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2203] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:17:05 2026] GET /v2.0/ports/ade3574f-26b7-49b2-8fc3-9503421b7269 => generated 941 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2204] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:17:05 2026] GET /v2.0/ports/ade3574f-26b7-49b2-8fc3-9503421b7269 => generated 941 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:05.639 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-84a007b0-2f3b-44e7-a1aa-5ddf2f481198'] response: {'server_uuid': 'fe317c6f-533d-4b56-89b2-25da19b80148', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '948728c6-add1-4207-a34e-facfd7d33aa9', 'code': 200} [pid: 8|app: 0|req: 1105/2205] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:17:05 2026] GET /v2.0/ports?tenant_id=8726fc2c042f4891b6262c81ed2c4b00&device_id=d7bb684e-ea08-4c0b-9a16-8d815195e80b => generated 1455 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2206] 199.204.45.23 () {34 vars in 1055 bytes} [Sun May 10 05:17:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=1b7f1657-7154-4fab-9ab8-4386f8879ef2 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2207] 199.204.45.23 () {34 vars in 1103 bytes} [Sun May 10 05:17:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A229&port_id=1b7f1657-7154-4fab-9ab8-4386f8879ef2 => 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: 1102/2208] 199.204.45.23 () {34 vars in 1063 bytes} [Sun May 10 05:17:05 2026] GET /v2.0/subnets?id=8cd482ab-090a-4ecf-8f29-74e14426d58f&id=b668c045-8a3e-412e-8658-2605cdc6b97d => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2209] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:17:05 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&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: 1103/2210] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:17:05 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&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: 1108/2211] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:17:05 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:05.888 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4f8ea6e-1913-4b66-b9aa-82c57a271b41'] response: {'server_uuid': 'fe317c6f-533d-4b56-89b2-25da19b80148', 'name': 'network-vif-deleted', 'tag': '948728c6-add1-4207-a34e-facfd7d33aa9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1104/2212] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:17:05 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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: 1109/2213] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:05 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => 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: 1105/2214] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:05 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2215] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:17:06 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2216] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:06 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2217] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:17:06 2026] GET /v2.0/ports/ade3574f-26b7-49b2-8fc3-9503421b7269 => generated 941 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:06.624 8 INFO neutron.db.ovn_revision_numbers_db [None req-c406efa4-9edf-4cb6-83bd-3f234624e9e6 e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource 4bed9c3a-e6e1-4d12-8ffa-f0ffb033ae0a (type: floatingips) to 1 2026-05-10 05:17:06.743 8 INFO neutron.db.ovn_revision_numbers_db [None req-c406efa4-9edf-4cb6-83bd-3f234624e9e6 e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Successfully bumped revision number for resource 4bed9c3a-e6e1-4d12-8ffa-f0ffb033ae0a (type: floatingips) to 2 2026-05-10 05:17:06.743 8 INFO neutron.db.l3_db [None req-c406efa4-9edf-4cb6-83bd-3f234624e9e6 e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Floating IP 4bed9c3a-e6e1-4d12-8ffa-f0ffb033ae0a associated. External IP: 10.96.250.217, port: 732aeb0f-e196-4cc3-9404-45afb59607dc. [pid: 8|app: 0|req: 1111/2218] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:17:06 2026] PUT /v2.0/floatingips/4bed9c3a-e6e1-4d12-8ffa-f0ffb033ae0a => generated 855 bytes in 594 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2219] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:07 2026] GET /v2.0/ports?device_id=fe317c6f-533d-4b56-89b2-25da19b80148 => generated 12 bytes in 33 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: 1112/2220] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:07 2026] GET /v2.0/ports?device_id=d7bb684e-ea08-4c0b-9a16-8d815195e80b => generated 1194 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2221] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:07 2026] GET /v2.0/security-groups?id=44622cc4-b94b-447b-9301-3c7f1ef9c500&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2222] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:17:07 2026] GET /v2.0/ports/ade3574f-26b7-49b2-8fc3-9503421b7269 => generated 941 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:07.920 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a485626-06bb-4bd2-b685-0c6426fea3d5'] response: {'name': 'network-changed', 'server_uuid': 'b04d1c64-506e-4973-9b06-0c9a256abaca', 'tag': '732aeb0f-e196-4cc3-9404-45afb59607dc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1114/2223] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:17:08 2026] GET /v2.0/ports?tenant_id=6c0c49caae224557808182366e255028&device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1271 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2224] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:08 2026] DELETE /v2.0/security-groups/744d5e3d-20c0-4bf3-8f21-10e477b82827 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2225] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:17:08 2026] GET /v2.0/networks?id=f6cb486c-b4d3-472f-8506-b49c05d5de81 => generated 810 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:08.614 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-98bf0b13-07db-4643-99b3-958d0eb3c4ee - - - - - -] OVN reports status up for port: 1b7f1657-7154-4fab-9ab8-4386f8879ef2 [pid: 8|app: 0|req: 1116/2226] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:17:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=732aeb0f-e196-4cc3-9404-45afb59607dc => generated 860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:08.641 8 INFO neutron.plugins.ml2.plugin [None req-98bf0b13-07db-4643-99b3-958d0eb3c4ee - - - - - -] Attempt 1 to provision port 1b7f1657-7154-4fab-9ab8-4386f8879ef2 2026-05-10 05:17:08.682 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b273936-2ccc-472f-9b86-4e1f4a9e2f6c 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] TaaS: Handle Delete Port: 75010360-8341-4504-9d56-6a27f74a6bbe 2026-05-10 05:17:08.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b273936-2ccc-472f-9b86-4e1f4a9e2f6c 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Tap Mirror: Handle Delete Port: 75010360-8341-4504-9d56-6a27f74a6bbe [pid: 8|app: 0|req: 1117/2227] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:17:08 2026] GET /v2.0/subnets?id=dec23dc8-1c61-410e-99d8-dfc9b6f98cf4 => generated 691 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2228] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:17:08 2026] GET /v2.0/ports?network_id=f6cb486c-b4d3-472f-8506-b49c05d5de81&device_owner=network%3Adhcp => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:08.756 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-5ff275bc-127c-484f-b132-c5d7877bbfbb - - - - - -] No hosting information found for port 7567e46b-f4f7-433f-a00c-dd28e47550a0: RuntimeError: No hosting information found for port 7567e46b-f4f7-433f-a00c-dd28e47550a0 [pid: 8|app: 0|req: 1119/2229] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:17:08 2026] GET /v2.0/ports/ade3574f-26b7-49b2-8fc3-9503421b7269 => generated 941 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:08.867 7 INFO neutron.db.ovn_revision_numbers_db [None req-5ff275bc-127c-484f-b132-c5d7877bbfbb - - - - - -] Successfully bumped revision number for resource 7567e46b-f4f7-433f-a00c-dd28e47550a0 (type: router_ports) to 2 [pid: 8|app: 0|req: 1120/2230] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:17:08 2026] GET /v2.0/networks/f6cb486c-b4d3-472f-8506-b49c05d5de81?fields=segments => generated 14 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2231] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:17:08 2026] DELETE /v2.0/floatingips/785dc391-8caa-4c3e-817a-d942c5b541c6 => generated 0 bytes in 432 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:08.959 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5ff275bc-127c-484f-b132-c5d7877bbfbb - - - - - -] OVN reports status down for port: ade3574f-26b7-49b2-8fc3-9503421b7269 [pid: 8|app: 0|req: 1121/2232] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:17:08 2026] GET /v2.0/networks/f6cb486c-b4d3-472f-8506-b49c05d5de81?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:09.027 8 INFO neutron.db.ovn_revision_numbers_db [None req-98bf0b13-07db-4643-99b3-958d0eb3c4ee - - - - - -] Successfully bumped revision number for resource 1b7f1657-7154-4fab-9ab8-4386f8879ef2 (type: ports) to 5 2026-05-10 05:17:09.040 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-5ff275bc-127c-484f-b132-c5d7877bbfbb - - - - - -] Logical_Switch_Port ade3574f-26b7-49b2-8fc3-9503421b7269 host information not removed, the port state is up 2026-05-10 05:17:09.040 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5ff275bc-127c-484f-b132-c5d7877bbfbb - - - - - -] OVN reports status up for port: ade3574f-26b7-49b2-8fc3-9503421b7269 2026-05-10 05:17:09.049 7 INFO neutron.plugins.ml2.plugin [None req-5ff275bc-127c-484f-b132-c5d7877bbfbb - - - - - -] Attempt 1 to provision port ade3574f-26b7-49b2-8fc3-9503421b7269 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1112/2233] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:09 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 975 bytes in 156 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: 1122/2234] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:09 2026] GET /v2.0/security-groups?id=03c68b37-6f0a-440b-bef2-7fb697a0370f&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:09.495 7 INFO neutron.db.ovn_revision_numbers_db [None req-5ff275bc-127c-484f-b132-c5d7877bbfbb - - - - - -] Successfully bumped revision number for resource ade3574f-26b7-49b2-8fc3-9503421b7269 (type: ports) to 2 [pid: 7|app: 0|req: 1113/2235] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:17:09 2026] GET /v2.0/ports/ade3574f-26b7-49b2-8fc3-9503421b7269 => generated 943 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:09.957 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3588df39-4aaf-4c14-ac7e-4a4f465f66bd'] response: {'server_uuid': 'd7bb684e-ea08-4c0b-9a16-8d815195e80b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1b7f1657-7154-4fab-9ab8-4386f8879ef2', 'code': 200} 2026-05-10 05:17:09.959 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3588df39-4aaf-4c14-ac7e-4a4f465f66bd'] response: {'server_uuid': 'd7bb684e-ea08-4c0b-9a16-8d815195e80b', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '1b7f1657-7154-4fab-9ab8-4386f8879ef2', 'code': 200} 2026-05-10 05:17:10.156 8 INFO neutron_taas.services.taas.taas_plugin [None req-e63ded7b-b163-4c3a-9030-f36f94fcdb60 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] TaaS: Handle Delete Port: ade3574f-26b7-49b2-8fc3-9503421b7269 2026-05-10 05:17:10.159 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e63ded7b-b163-4c3a-9030-f36f94fcdb60 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Tap Mirror: Handle Delete Port: ade3574f-26b7-49b2-8fc3-9503421b7269 [pid: 7|app: 0|req: 1114/2236] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:10 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2237] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:10 2026] GET /v2.0/security-groups?id=03c68b37-6f0a-440b-bef2-7fb697a0370f&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2238] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:17:09 2026] PUT /v2.0/routers/2c74645f-cda5-4a54-9940-c96da199cdec/remove_router_interface => generated 310 bytes in 689 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2239] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:17:10 2026] GET /v2.0/ports/7567e46b-f4f7-433f-a00c-dd28e47550a0 => generated 943 bytes in 80 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-10 05:17:10.923 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b08af0f-f9c7-45bb-81ed-f7deee247078 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] TaaS: Handle Delete Port: 7567e46b-f4f7-433f-a00c-dd28e47550a0 2026-05-10 05:17:10.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b08af0f-f9c7-45bb-81ed-f7deee247078 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Tap Mirror: Handle Delete Port: 7567e46b-f4f7-433f-a00c-dd28e47550a0 [pid: 8|app: 0|req: 1124/2240] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:17:10 2026] PUT /v2.0/routers/2c74645f-cda5-4a54-9940-c96da199cdec/remove_router_interface => generated 310 bytes in 602 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2241] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:17:11 2026] GET /v2.0/ports?device_id=2c74645f-cda5-4a54-9940-c96da199cdec => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1118/2242] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:17:11 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => 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: 1125/2243] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:11 2026] DELETE /v2.0/routers/2c74645f-cda5-4a54-9940-c96da199cdec => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:11.540 7 INFO neutron_taas.services.taas.taas_plugin [req-46f34ab4-1a07-4100-b616-ce3764c7b1e8 req-c3f6f27d-71b4-47a0-a0d0-b8528d4b5908 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] TaaS: Handle Delete Port: 604dbe81-93c1-4056-9685-31df4769b424 2026-05-10 05:17:11.543 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-46f34ab4-1a07-4100-b616-ce3764c7b1e8 req-c3f6f27d-71b4-47a0-a0d0-b8528d4b5908 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Tap Mirror: Handle Delete Port: 604dbe81-93c1-4056-9685-31df4769b424 [pid: 8|app: 0|req: 1126/2244] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:11 2026] DELETE /v2.0/subnets/1ae43485-b16e-4da4-aa20-83d6a771099b => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2245] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:11 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => 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: 1119/2246] 199.204.45.23 () {36 vars in 996 bytes} [Sun May 10 05:17:11 2026] DELETE /v2.0/ports/604dbe81-93c1-4056-9685-31df4769b424 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:11.736 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-811e1cde-06fe-43f0-be6a-09f2f060a7e1'] response: {'server_uuid': '50dc43de-5395-431c-94a4-1e76f9cfe746', 'name': 'network-vif-deleted', 'tag': '604dbe81-93c1-4056-9685-31df4769b424', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1128/2247] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:11 2026] DELETE /v2.0/subnets/b7fbb92c-88b9-4e7f-aa84-13ec47f7feb0 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:11.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2539d73-4686-4bbe-9c5b-a185e449f27a 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] TaaS: Handle Delete Port: 02e62ec7-9db9-4802-bdeb-832b21f70d9e 2026-05-10 05:17:11.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2539d73-4686-4bbe-9c5b-a185e449f27a 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Tap Mirror: Handle Delete Port: 02e62ec7-9db9-4802-bdeb-832b21f70d9e 2026-05-10 05:17:12.165 7 INFO neutron.services.segments.plugin [-] Segment 56222cec-b741-4577-bee3-73cbddd53c49 resource provider aggregate not found 2026-05-10 05:17:12.172 7 INFO neutron.services.segments.plugin [-] Segment 56222cec-b741-4577-bee3-73cbddd53c49 resource provider aggregate not found 2026-05-10 05:17:12.189 7 INFO neutron.services.segments.plugin [-] Segment 56222cec-b741-4577-bee3-73cbddd53c49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56222cec-b741-4577-bee3-73cbddd53c49 found for delete ", "request_id": "req-1514fa41-2587-428d-8915-2afcae9dab6e"}]} 2026-05-10 05:17:12.193 7 INFO neutron.services.segments.plugin [-] Segment 56222cec-b741-4577-bee3-73cbddd53c49 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56222cec-b741-4577-bee3-73cbddd53c49 found for delete ", "request_id": "req-6de2efa9-cdd4-4535-946c-deae4cb0b7d9"}]} [pid: 7|app: 0|req: 1120/2248] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:11 2026] DELETE /v2.0/networks/295786ce-aa04-46c8-b7b7-f5d24b4adf53 => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:12.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-e17a5b2a-2585-43b1-ab4a-b7b1a44a8b12 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] TaaS: Handle Delete Port: 31a8766e-63ce-483d-8195-0a32a7e80308 2026-05-10 05:17:12.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e17a5b2a-2585-43b1-ab4a-b7b1a44a8b12 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Tap Mirror: Handle Delete Port: 31a8766e-63ce-483d-8195-0a32a7e80308 [pid: 7|app: 0|req: 1121/2249] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:12 2026] GET /v2.0/ports?device_id=d7bb684e-ea08-4c0b-9a16-8d815195e80b => generated 1196 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:12.568 8 INFO neutron.services.segments.plugin [-] Segment b9ee0369-bbb4-4347-b2a2-996650fc6816 resource provider aggregate not found 2026-05-10 05:17:12.574 8 INFO neutron.services.segments.plugin [-] Segment b9ee0369-bbb4-4347-b2a2-996650fc6816 resource provider aggregate not found [pid: 7|app: 0|req: 1122/2250] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:12 2026] GET /v2.0/security-groups?id=44622cc4-b94b-447b-9301-3c7f1ef9c500&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:12.591 8 INFO neutron.services.segments.plugin [-] Segment b9ee0369-bbb4-4347-b2a2-996650fc6816 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9ee0369-bbb4-4347-b2a2-996650fc6816 found for delete ", "request_id": "req-c33cc0c3-ec5f-4c33-bc88-e8776251fa07"}]} 2026-05-10 05:17:12.602 8 INFO neutron.services.segments.plugin [-] Segment b9ee0369-bbb4-4347-b2a2-996650fc6816 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9ee0369-bbb4-4347-b2a2-996650fc6816 found for delete ", "request_id": "req-a623dc70-bf56-4284-a679-b7531ea1e1b9"}]} [pid: 8|app: 0|req: 1129/2251] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:12 2026] DELETE /v2.0/networks/704dd1ff-3cca-403f-9e64-4602727fabae => generated 0 bytes in 398 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2252] 10.0.0.201 () {32 vars in 818 bytes} [Sun May 10 05:17:12 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&mac_address=fa%3A16%3A3e%3Ae2%3A1c%3A91 => generated 1196 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:12.739 8 INFO neutron.db.segments_db [None req-7b5b2c53-852f-4286-88b2-559b7340f66c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Added segment 658b1c2c-b8e5-45fd-be15-651390a0fe3d of type geneve for network 5dc5302e-0871-46d1-bc48-67ce9a241074 2026-05-10 05:17:12.865 8 INFO neutron.db.ovn_revision_numbers_db [None req-7b5b2c53-852f-4286-88b2-559b7340f66c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 5dc5302e-0871-46d1-bc48-67ce9a241074 (type: networks) to 1 2026-05-10 05:17:12.941 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-25cf4be4-e45d-4d8c-8c5d-3c876f003104 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:17:12.942 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-25cf4be4-e45d-4d8c-8c5d-3c876f003104 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:13.030 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7b5b2c53-852f-4286-88b2-559b7340f66c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:17:13.032 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7b5b2c53-852f-4286-88b2-559b7340f66c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 5dc5302e-0871-46d1-bc48-67ce9a241074: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:13.119 8 INFO neutron.db.ovn_revision_numbers_db [None req-7b5b2c53-852f-4286-88b2-559b7340f66c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 2e96ca42-a481-4236-be9e-23141ef93537 (type: ports) to 1 [pid: 8|app: 0|req: 1130/2253] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:17:12 2026] POST /v2.0/networks => generated 668 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2254] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:13 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:13.353 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-acae6795-d3e1-4d9d-b1e7-b8c09c6f077c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:17:13.354 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-acae6795-d3e1-4d9d-b1e7-b8c09c6f077c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 5dc5302e-0871-46d1-bc48-67ce9a241074: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:13.752 7 INFO neutron.db.ovn_revision_numbers_db [None req-25cf4be4-e45d-4d8c-8c5d-3c876f003104 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 1178893a-e371-4d2a-be43-ddc3a61407b2 (type: floatingips) to 1 2026-05-10 05:17:13.753 7 INFO neutron.db.l3_db [None req-25cf4be4-e45d-4d8c-8c5d-3c876f003104 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Floating IP 1178893a-e371-4d2a-be43-ddc3a61407b2 associated. External IP: 10.96.250.213, port: 1b7f1657-7154-4fab-9ab8-4386f8879ef2. [pid: 7|app: 0|req: 1124/2255] 10.0.0.201 () {34 vars in 677 bytes} [Sun May 10 05:17:12 2026] POST /v2.0/floatingips => generated 854 bytes in 1097 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:13.828 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f65108b-dff6-4b4a-bc3c-3eb8488bf36a'] response: {'name': 'network-changed', 'server_uuid': 'd7bb684e-ea08-4c0b-9a16-8d815195e80b', 'tag': '1b7f1657-7154-4fab-9ab8-4386f8879ef2', 'status': 'completed', 'code': 200} 2026-05-10 05:17:13.878 8 INFO neutron.db.ovn_revision_numbers_db [None req-acae6795-d3e1-4d9d-b1e7-b8c09c6f077c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 2e96ca42-a481-4236-be9e-23141ef93537 (type: ports) to 2 2026-05-10 05:17:13.885 7 WARNING neutron.db.securitygroups_db [req-f33e5d00-1a68-4aff-b47d-736f3495f71f req-39664e63-ea46-422b-90b3-c504a68efdd8 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - 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-10 05:17:13.907 8 INFO neutron.db.ovn_revision_numbers_db [None req-acae6795-d3e1-4d9d-b1e7-b8c09c6f077c 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 6fc2eca4-77b6-4728-8d7f-fe7b310cad8a (type: subnets) to 0 [pid: 7|app: 0|req: 1125/2256] 10.0.0.162 () {34 vars in 1094 bytes} [Sun May 10 05:17:13 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-274405809&fields=id&tenant_id=8726fc2c042f4891b6262c81ed2c4b00 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2257] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:17:13 2026] POST /v2.0/subnets => generated 626 bytes in 768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2258] 10.0.0.162 () {34 vars in 982 bytes} [Sun May 10 05:17:13 2026] GET /v2.0/networks?id=2aae7b30-62e7-45df-baa3-bee272b6052d => generated 742 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2259] 10.0.0.162 () {34 vars in 965 bytes} [Sun May 10 05:17:13 2026] GET /v2.0/quotas/8726fc2c042f4891b6262c81ed2c4b00 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:14.034 8 INFO neutron.db.ovn_revision_numbers_db [None req-dae4bab4-3ba6-4d0b-86c5-7c49b55f066b 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 73ad441e-46e5-4138-91c0-dc97140790df (type: routers) to 1 [pid: 8|app: 0|req: 1133/2260] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:17:13 2026] POST /v2.0/routers => generated 623 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2261] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:17:13 2026] GET /v2.0/ports?tenant_id=8726fc2c042f4891b6262c81ed2c4b00&fields=id => generated 333 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2262] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1010 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:14.226 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-64527b5f-a5d3-4b25-9568-1107c1846c82 - - - - - -] No port found with ID ade3574f-26b7-49b2-8fc3-9503421b7269: RuntimeError: No port found with ID ade3574f-26b7-49b2-8fc3-9503421b7269 2026-05-10 05:17:14.259 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-64527b5f-a5d3-4b25-9568-1107c1846c82 - - - - - -] OVN reports status down for port: 604dbe81-93c1-4056-9685-31df4769b424 2026-05-10 05:17:14.277 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-64527b5f-a5d3-4b25-9568-1107c1846c82 - - - - - -] OVN reports status down for port: 2e96ca42-a481-4236-be9e-23141ef93537 [pid: 7|app: 0|req: 1130/2263] 10.0.0.162 () {34 vars in 1008 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:14.326 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4ad4b0b1-620f-4fdd-a3b1-92d24ea867bb 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:17:14.328 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4ad4b0b1-620f-4fdd-a3b1-92d24ea867bb 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 5dc5302e-0871-46d1-bc48-67ce9a241074: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1131/2264] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2265] 10.0.0.162 () {34 vars in 1108 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 05:17:14.467 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ad4b0b1-620f-4fdd-a3b1-92d24ea867bb 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource cf60e67e-ad7e-418b-9af8-1d579dfcbe19 (type: ports) to 1 2026-05-10 05:17:14.472 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-64527b5f-a5d3-4b25-9568-1107c1846c82 - - - - - -] OVN reports status down for port: cf60e67e-ad7e-418b-9af8-1d579dfcbe19 [pid: 8|app: 0|req: 1134/2266] 10.0.0.201 () {34 vars in 665 bytes} [Sun May 10 05:17:14 2026] POST /v2.0/ports => generated 947 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2267] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/ports?tenant_id=8726fc2c042f4891b6262c81ed2c4b00&device_id=d7bb684e-ea08-4c0b-9a16-8d815195e80b => generated 1457 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2268] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/ports?device_id=50dc43de-5395-431c-94a4-1e76f9cfe746 => generated 12 bytes in 26 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: 1135/2269] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1271 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2270] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/networks?id=adecafe4-be37-457a-96e6-1c0073889a96 => generated 841 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2271] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/ports?device_id=1e7ee366-86e7-4c89-90df-d8742cf972bc => 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: 1138/2272] 10.0.0.201 () {32 vars in 858 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/floatingips?floating_network_id=4a1940cd-d845-4f41-a8eb-4985c7401711&port_id=732aeb0f-e196-4cc3-9404-45afb59607dc => generated 860 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2273] 199.204.45.23 () {34 vars in 1055 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=1b7f1657-7154-4fab-9ab8-4386f8879ef2 => generated 859 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2274] 199.204.45.23 () {34 vars in 1103 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A229&port_id=1b7f1657-7154-4fab-9ab8-4386f8879ef2 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2275] 199.204.45.23 () {34 vars in 1063 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/subnets?id=8cd482ab-090a-4ecf-8f29-74e14426d58f&id=b668c045-8a3e-412e-8658-2605cdc6b97d => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2276] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&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: 8|app: 0|req: 1143/2277] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&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: 1144/2278] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:17:14 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2281] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 05:17:15 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1271 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2282] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:17:15 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2283] 10.0.0.223 () {34 vars in 1120 bytes} [Sun May 10 05:17:15 2026] GET /v2.0/security-groups?id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&fields=id&fields=name => generated 205 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:15.178 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-64527b5f-a5d3-4b25-9568-1107c1846c82 - - - - - -] OVN reports status up for port: cf60e67e-ad7e-418b-9af8-1d579dfcbe19 2026-05-10 05:17:15.200 7 INFO neutron.plugins.ml2.plugin [None req-64527b5f-a5d3-4b25-9568-1107c1846c82 - - - - - -] Attempt 1 to provision port cf60e67e-ad7e-418b-9af8-1d579dfcbe19 2026-05-10 05:17:15.234 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c80f98b-4616-4979-adea-f464ee85000a 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource cf60e67e-ad7e-418b-9af8-1d579dfcbe19 (type: ports) to 2 2026-05-10 05:17:15.797 7 INFO neutron.db.ovn_revision_numbers_db [None req-64527b5f-a5d3-4b25-9568-1107c1846c82 - - - - - -] Successfully bumped revision number for resource cf60e67e-ad7e-418b-9af8-1d579dfcbe19 (type: ports) to 3 [pid: 8|app: 0|req: 1150/2284] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:15 2026] DELETE /v2.0/security-groups/03c68b37-6f0a-440b-bef2-7fb697a0370f => generated 0 bytes in 209 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:16.128 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff0f0e2c-e201-4483-8b93-bef58d57ce16 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] TaaS: Handle Delete Port: 3e75cd23-ba41-4555-a5d5-14d506ee831e 2026-05-10 05:17:16.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff0f0e2c-e201-4483-8b93-bef58d57ce16 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Tap Mirror: Handle Delete Port: 3e75cd23-ba41-4555-a5d5-14d506ee831e 2026-05-10 05:17:16.224 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8c80f98b-4616-4979-adea-f464ee85000a 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:17:16.225 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8c80f98b-4616-4979-adea-f464ee85000a 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 5dc5302e-0871-46d1-bc48-67ce9a241074: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:16.469 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c80f98b-4616-4979-adea-f464ee85000a 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource cf60e67e-ad7e-418b-9af8-1d579dfcbe19 (type: router_ports) to 3 [pid: 7|app: 0|req: 1135/2285] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:17:14 2026] PUT /v2.0/routers/73ad441e-46e5-4138-91c0-dc97140790df/add_router_interface => generated 310 bytes in 1934 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: 1136/2286] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:17:16 2026] GET /v2.0/ports/cf60e67e-ad7e-418b-9af8-1d579dfcbe19 => generated 1009 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2287] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:17:15 2026] PUT /v2.0/routers/9a2ee25b-f4b6-46a1-8f92-d71adcee42a1/remove_router_interface => generated 310 bytes in 793 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-10 05:17:16.816 7 INFO neutron_taas.services.taas.taas_plugin [None req-360f23ea-8aca-487f-a6ff-1aa5a055b912 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] TaaS: Handle Delete Port: cf60e67e-ad7e-418b-9af8-1d579dfcbe19 [pid: 8|app: 0|req: 1152/2288] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:16 2026] DELETE /v2.0/subnets/d06c524a-af65-41d7-a3e8-669f112842f7 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:16.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-360f23ea-8aca-487f-a6ff-1aa5a055b912 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Tap Mirror: Handle Delete Port: cf60e67e-ad7e-418b-9af8-1d579dfcbe19 2026-05-10 05:17:17.125 8 INFO neutron_taas.services.taas.taas_plugin [None req-230847b2-c5f9-4d1f-8b75-b305df14d586 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] TaaS: Handle Delete Port: 5ebff82e-be2b-4d4f-8ab6-c01d9a1be8d9 2026-05-10 05:17:17.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-230847b2-c5f9-4d1f-8b75-b305df14d586 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Tap Mirror: Handle Delete Port: 5ebff82e-be2b-4d4f-8ab6-c01d9a1be8d9 [pid: 7|app: 0|req: 1137/2289] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:17:16 2026] PUT /v2.0/routers/73ad441e-46e5-4138-91c0-dc97140790df/remove_router_interface => generated 310 bytes in 566 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: 1138/2290] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:17 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:17.209 7 INFO neutron.api.v2.resource [None req-e167ed2e-be88-4292-81b5-aaa601c183f3 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1139/2291] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:17:17 2026] PUT /v2.0/routers/73ad441e-46e5-4138-91c0-dc97140790df/remove_router_interface => generated 197 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2292] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:17:17 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2293] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:17:17 2026] GET /v2.0/ports?device_id=73ad441e-46e5-4138-91c0-dc97140790df => 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: 1142/2294] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:17 2026] DELETE /v2.0/routers/73ad441e-46e5-4138-91c0-dc97140790df => 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: 1153/2295] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:16 2026] DELETE /v2.0/routers/9a2ee25b-f4b6-46a1-8f92-d71adcee42a1 => generated 0 bytes in 651 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:17.594 8 INFO neutron_taas.services.taas.taas_plugin [None req-417bbdfe-ff7d-405e-92e4-1eb1857e7ec5 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] TaaS: Handle Delete Port: e7dccfce-1850-4761-9b40-48a97a9a206f 2026-05-10 05:17:17.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-417bbdfe-ff7d-405e-92e4-1eb1857e7ec5 27b684aa80474506aead422dd5727e10 f9d573a52fbc440081c2f7fb3e5f8d6b - - default default] Tap Mirror: Handle Delete Port: e7dccfce-1850-4761-9b40-48a97a9a206f [pid: 7|app: 0|req: 1143/2296] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:17 2026] DELETE /v2.0/subnets/6fc2eca4-77b6-4728-8d7f-fe7b310cad8a => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:17.775 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2ea94e8-a6ad-47bd-8f2c-7e353a2705ee 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] TaaS: Handle Delete Port: 2e96ca42-a481-4236-be9e-23141ef93537 2026-05-10 05:17:17.778 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2ea94e8-a6ad-47bd-8f2c-7e353a2705ee 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Tap Mirror: Handle Delete Port: 2e96ca42-a481-4236-be9e-23141ef93537 2026-05-10 05:17:17.790 8 INFO neutron.services.segments.plugin [-] Segment 920658e4-a2ed-404a-b09a-67b4d0f8e595 resource provider aggregate not found 2026-05-10 05:17:17.794 8 INFO neutron.services.segments.plugin [-] Segment 920658e4-a2ed-404a-b09a-67b4d0f8e595 resource provider aggregate not found 2026-05-10 05:17:17.811 8 INFO neutron.services.segments.plugin [-] Segment 920658e4-a2ed-404a-b09a-67b4d0f8e595 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 920658e4-a2ed-404a-b09a-67b4d0f8e595 found for delete ", "request_id": "req-498d45c6-b652-486c-a868-0f89bbc5b8f3"}]} 2026-05-10 05:17:17.814 8 INFO neutron.services.segments.plugin [-] Segment 920658e4-a2ed-404a-b09a-67b4d0f8e595 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 920658e4-a2ed-404a-b09a-67b4d0f8e595 found for delete ", "request_id": "req-aabf445e-36bc-43cc-9ef6-e117e5efeb42"}]} [pid: 8|app: 0|req: 1154/2297] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:17 2026] DELETE /v2.0/networks/cd4ebd3e-3c11-4582-a8ee-684f72012583 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:17.976 7 INFO neutron.services.segments.plugin [-] Segment 658b1c2c-b8e5-45fd-be15-651390a0fe3d resource provider aggregate not found 2026-05-10 05:17:17.983 7 INFO neutron.services.segments.plugin [-] Segment 658b1c2c-b8e5-45fd-be15-651390a0fe3d resource provider aggregate not found 2026-05-10 05:17:17.997 7 INFO neutron.services.segments.plugin [-] Segment 658b1c2c-b8e5-45fd-be15-651390a0fe3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 658b1c2c-b8e5-45fd-be15-651390a0fe3d found for delete ", "request_id": "req-a3f0213a-6e79-4bb6-b0e0-d972999ee183"}]} 2026-05-10 05:17:18.001 7 INFO neutron.services.segments.plugin [-] Segment 658b1c2c-b8e5-45fd-be15-651390a0fe3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 658b1c2c-b8e5-45fd-be15-651390a0fe3d found for delete ", "request_id": "req-256b468d-d142-4fbb-9618-cf710053a4e1"}]} [pid: 7|app: 0|req: 1144/2298] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:17 2026] DELETE /v2.0/networks/5dc5302e-0871-46d1-bc48-67ce9a241074 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:18.115 8 INFO neutron.db.segments_db [None req-856ebfde-583f-4d0f-8053-40f36cd22f58 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Added segment da616739-a8ae-43cd-b4c2-0ddd7d1aacb7 of type geneve for network 41c7b03b-c744-490c-b279-d762b77cd126 2026-05-10 05:17:18.226 8 INFO neutron.db.ovn_revision_numbers_db [None req-856ebfde-583f-4d0f-8053-40f36cd22f58 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 41c7b03b-c744-490c-b279-d762b77cd126 (type: networks) to 1 [pid: 7|app: 0|req: 1145/2299] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:18 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1010 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:18.407 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-856ebfde-583f-4d0f-8053-40f36cd22f58 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:17:18.409 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-856ebfde-583f-4d0f-8053-40f36cd22f58 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 41c7b03b-c744-490c-b279-d762b77cd126: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1146/2300] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:17:18 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:18.487 8 INFO neutron.db.ovn_revision_numbers_db [None req-856ebfde-583f-4d0f-8053-40f36cd22f58 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 21c8dac7-c4d5-4b63-a2de-226a783c1275 (type: ports) to 1 [pid: 8|app: 0|req: 1155/2301] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:17:18 2026] POST /v2.0/networks => generated 667 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:18.591 7 WARNING neutron.db.securitygroups_db [None req-dacecd85-04d0-4d7f-b204-111e89bc88b0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1147/2302] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:18 2026] GET /v2.0/security-groups?tenant_id=f9d573a52fbc440081c2f7fb3e5f8d6b&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:18.681 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2437d3d1-7118-4d29-b8bf-84dce4958800 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:17:18.682 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2437d3d1-7118-4d29-b8bf-84dce4958800 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 41c7b03b-c744-490c-b279-d762b77cd126: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1148/2303] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:18 2026] DELETE /v2.0/security-groups/16858205-ab8a-4cd3-9a5a-36f3722a166c => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:18.876 7 WARNING neutron.db.securitygroups_db [None req-331be8ca-2f5f-410f-923a-632a6994a856 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:17:19.002 7 INFO neutron.db.ovn_revision_numbers_db [None req-331be8ca-2f5f-410f-923a-632a6994a856 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 281908e7-5617-4e93-a4dc-b0d9a2f53b82 (type: security_groups) to 1 2026-05-10 05:17:19.013 7 INFO neutron.db.ovn_revision_numbers_db [None req-331be8ca-2f5f-410f-923a-632a6994a856 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 88d8db82-4af3-4662-a874-0a2114fc0fe1 (type: security_group_rules) to 0 2026-05-10 05:17:19.021 7 INFO neutron.db.ovn_revision_numbers_db [None req-331be8ca-2f5f-410f-923a-632a6994a856 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8f75001e-674c-446d-889c-f883e0c87f95 (type: security_group_rules) to 0 2026-05-10 05:17:19.032 7 INFO neutron.db.ovn_revision_numbers_db [None req-331be8ca-2f5f-410f-923a-632a6994a856 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9625fbdf-3421-4590-89d4-7322587f1cec (type: security_group_rules) to 0 2026-05-10 05:17:19.043 7 INFO neutron.db.ovn_revision_numbers_db [None req-331be8ca-2f5f-410f-923a-632a6994a856 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fa0b3973-2eb2-4ec6-9a31-39d254cbc287 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1149/2304] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:18 2026] GET /v2.0/security-groups?tenant_id=4f3792c69e5e4973a117b4d1496f244f&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:19.112 8 INFO neutron.db.ovn_revision_numbers_db [None req-2437d3d1-7118-4d29-b8bf-84dce4958800 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 21c8dac7-c4d5-4b63-a2de-226a783c1275 (type: ports) to 2 2026-05-10 05:17:19.138 8 INFO neutron.db.ovn_revision_numbers_db [None req-2437d3d1-7118-4d29-b8bf-84dce4958800 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 63486009-7e6b-40de-b439-2d363d109f9d (type: subnets) to 0 [pid: 7|app: 0|req: 1150/2305] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:17:19 2026] GET /v2.0/networks?id=2aae7b30-62e7-45df-baa3-bee272b6052d => generated 742 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2306] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:17:18 2026] POST /v2.0/subnets => generated 626 bytes in 644 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:19.161 8 WARNING neutron.db.securitygroups_db [req-f33e5d00-1a68-4aff-b47d-736f3495f71f req-978ee227-3cd4-4c78-b4c7-5c86d6221f61 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - 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: 1157/2307] 199.204.45.23 () {34 vars in 1049 bytes} [Sun May 10 05:17:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8726fc2c042f4891b6262c81ed2c4b00 => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:19.308 8 INFO neutron.db.ovn_revision_numbers_db [None req-9a010674-098d-493b-853a-42ffc0cabe91 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 432d16ba-682c-42ad-82f2-617ca889395f (type: routers) to 1 [pid: 7|app: 0|req: 1151/2308] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:19 2026] DELETE /v2.0/security-groups/281908e7-5617-4e93-a4dc-b0d9a2f53b82 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2309] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:17:19 2026] POST /v2.0/routers => generated 623 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:19.618 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-f33e5d00-1a68-4aff-b47d-736f3495f71f req-b2092896-5bdf-4eda-a450-8e444bcf6265 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:17:19.619 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-f33e5d00-1a68-4aff-b47d-736f3495f71f req-b2092896-5bdf-4eda-a450-8e444bcf6265 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 2aae7b30-62e7-45df-baa3-bee272b6052d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:19.679 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2b7731cc-96ea-4573-8e21-0ce324542af1 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:17:19.680 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2b7731cc-96ea-4573-8e21-0ce324542af1 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 41c7b03b-c744-490c-b279-d762b77cd126: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:19.813 7 INFO neutron.db.ovn_revision_numbers_db [req-f33e5d00-1a68-4aff-b47d-736f3495f71f req-b2092896-5bdf-4eda-a450-8e444bcf6265 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 094e1d04-9380-40d5-aad9-27289289d491 (type: ports) to 1 2026-05-10 05:17:19.874 8 INFO neutron.db.ovn_revision_numbers_db [None req-2b7731cc-96ea-4573-8e21-0ce324542af1 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9 (type: ports) to 1 [pid: 7|app: 0|req: 1152/2310] 199.204.45.23 () {38 vars in 954 bytes} [Sun May 10 05:17:19 2026] POST /v2.0/ports => generated 1187 bytes in 611 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: 1153/2311] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:17:19 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1010 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2312] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:19 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2313] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:20 2026] GET /v2.0/ports?device_id=1e7ee366-86e7-4c89-90df-d8742cf972bc => generated 1190 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:20.414 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2b7731cc-96ea-4573-8e21-0ce324542af1 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:17:20.426 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2b7731cc-96ea-4573-8e21-0ce324542af1 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 41c7b03b-c744-490c-b279-d762b77cd126: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:20.460 7 INFO neutron.db.ovn_revision_numbers_db [req-f33e5d00-1a68-4aff-b47d-736f3495f71f req-65e53f9a-455c-4091-8824-917caf875126 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 094e1d04-9380-40d5-aad9-27289289d491 (type: ports) to 2 2026-05-10 05:17:20.599 8 INFO neutron.db.ovn_revision_numbers_db [None req-2b7731cc-96ea-4573-8e21-0ce324542af1 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9 (type: router_ports) to 1 [pid: 8|app: 0|req: 1159/2314] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:17:19 2026] PUT /v2.0/routers/432d16ba-682c-42ad-82f2-617ca889395f/add_router_interface => generated 310 bytes in 1274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:20.792 8 INFO neutron_taas.services.taas.taas_plugin [req-2a5a821b-2a29-4889-ae5b-274d294b410e req-92e586d0-536a-44de-b878-6d9c9a4aff9d e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] TaaS: Handle Delete Port: 732aeb0f-e196-4cc3-9404-45afb59607dc 2026-05-10 05:17:20.795 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2a5a821b-2a29-4889-ae5b-274d294b410e req-92e586d0-536a-44de-b878-6d9c9a4aff9d e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Tap Mirror: Handle Delete Port: 732aeb0f-e196-4cc3-9404-45afb59607dc 2026-05-10 05:17:20.798 7 INFO neutron.db.ovn_revision_numbers_db [req-f33e5d00-1a68-4aff-b47d-736f3495f71f req-65e53f9a-455c-4091-8824-917caf875126 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 094e1d04-9380-40d5-aad9-27289289d491 (type: ports) to 4 [pid: 7|app: 0|req: 1156/2315] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:17:20 2026] PUT /v2.0/ports/094e1d04-9380-40d5-aad9-27289289d491 => generated 1460 bytes in 759 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: 1157/2316] 10.0.0.162 () {34 vars in 1120 bytes} [Sun May 10 05:17:20 2026] GET /v2.0/security-groups?id=aeaf7a3d-7479-4ab9-ab73-f6a8a549801b&id=b528cc80-36a8-4f8f-a256-9ff2c6be47bb&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2317] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:20 2026] GET /v2.0/security-groups?id=44622cc4-b94b-447b-9301-3c7f1ef9c500&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:20.902 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b802c18f-be91-449b-acaa-9cb82e6f4e59'] response: {'name': 'network-changed', 'server_uuid': '1e7ee366-86e7-4c89-90df-d8742cf972bc', 'tag': '094e1d04-9380-40d5-aad9-27289289d491', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1159/2318] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:17:20 2026] GET /v2.0/ports/f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9 => generated 941 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:20.992 8 INFO neutron.db.l3_db [req-2a5a821b-2a29-4889-ae5b-274d294b410e req-92e586d0-536a-44de-b878-6d9c9a4aff9d e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Floating IP 4bed9c3a-e6e1-4d12-8ffa-f0ffb033ae0a disassociated. External IP: 10.96.250.217, port: 732aeb0f-e196-4cc3-9404-45afb59607dc. [pid: 7|app: 0|req: 1160/2319] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:17:20 2026] GET /v2.0/ports/f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9 => 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: 1160/2320] 199.204.45.23 () {36 vars in 996 bytes} [Sun May 10 05:17:20 2026] DELETE /v2.0/ports/732aeb0f-e196-4cc3-9404-45afb59607dc => generated 0 bytes in 509 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:21.144 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-290789a8-b7b6-49a8-b8c8-b72bd4ce6b64'] response: {'server_uuid': 'b04d1c64-506e-4973-9b06-0c9a256abaca', 'name': 'network-vif-deleted', 'tag': '732aeb0f-e196-4cc3-9404-45afb59607dc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1161/2321] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:17:21 2026] GET /v2.0/ports?tenant_id=8726fc2c042f4891b6262c81ed2c4b00&device_id=1e7ee366-86e7-4c89-90df-d8742cf972bc => generated 1463 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1161/2322] 199.204.45.23 () {34 vars in 1017 bytes} [Sun May 10 05:17:21 2026] GET /v2.0/networks?tenant_id=8726fc2c042f4891b6262c81ed2c4b00&shared=False => generated 2498 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2323] 199.204.45.23 () {34 vars in 929 bytes} [Sun May 10 05:17:21 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:21.944 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-db5f8406-bdbb-4e31-9536-f1393152f797 - - - - - -] No port found with ID cf60e67e-ad7e-418b-9af8-1d579dfcbe19: RuntimeError: No port found with ID cf60e67e-ad7e-418b-9af8-1d579dfcbe19 2026-05-10 05:17:21.951 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-db5f8406-bdbb-4e31-9536-f1393152f797 - - - - - -] OVN reports status down for port: 732aeb0f-e196-4cc3-9404-45afb59607dc [pid: 8|app: 0|req: 1162/2324] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:21 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:21.961 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-db5f8406-bdbb-4e31-9536-f1393152f797 - - - - - -] OVN reports status down for port: 21c8dac7-c4d5-4b63-a2de-226a783c1275 2026-05-10 05:17:22.041 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-db5f8406-bdbb-4e31-9536-f1393152f797 - - - - - -] OVN reports status down for port: 094e1d04-9380-40d5-aad9-27289289d491 [pid: 7|app: 0|req: 1163/2325] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:17:22 2026] GET /v2.0/ports/f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9 => generated 941 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:22.119 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-db5f8406-bdbb-4e31-9536-f1393152f797 - - - - - -] OVN reports status down for port: f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9 2026-05-10 05:17:22.179 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-db5f8406-bdbb-4e31-9536-f1393152f797 - - - - - -] Logical_Switch_Port f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9 host information not removed, the port state is up 2026-05-10 05:17:22.179 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-db5f8406-bdbb-4e31-9536-f1393152f797 - - - - - -] OVN reports status up for port: f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9 2026-05-10 05:17:22.188 7 INFO neutron.plugins.ml2.plugin [None req-db5f8406-bdbb-4e31-9536-f1393152f797 - - - - - -] Attempt 1 to provision port f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9 [pid: 8|app: 0|req: 1163/2326] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 05:17:22 2026] GET /v2.0/ports?device_id=d7bb684e-ea08-4c0b-9a16-8d815195e80b => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2327] 10.0.0.223 () {34 vars in 1040 bytes} [Sun May 10 05:17:22 2026] GET /v2.0/security-groups?id=44622cc4-b94b-447b-9301-3c7f1ef9c500&fields=id&fields=name => generated 111 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:22.553 7 INFO neutron.db.ovn_revision_numbers_db [None req-db5f8406-bdbb-4e31-9536-f1393152f797 - - - - - -] Successfully bumped revision number for resource f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9 (type: ports) to 2 [pid: 8|app: 0|req: 1164/2328] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:17:22 2026] GET /v2.0/ports?tenant_id=8726fc2c042f4891b6262c81ed2c4b00&device_id=1e7ee366-86e7-4c89-90df-d8742cf972bc => generated 1463 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2329] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:17:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.192&port_id=094e1d04-9380-40d5-aad9-27289289d491 => 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: 1165/2330] 199.204.45.23 () {34 vars in 1105 bytes} [Sun May 10 05:17:22 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A278&port_id=094e1d04-9380-40d5-aad9-27289289d491 => 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: 1166/2331] 199.204.45.23 () {34 vars in 1063 bytes} [Sun May 10 05:17:22 2026] GET /v2.0/subnets?id=83672e59-3cbd-4872-aa75-867c22ca6373&id=980006c3-a371-4db0-91a4-4342bfa4016c => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2332] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:17:22 2026] GET /v2.0/ports?network_id=2aae7b30-62e7-45df-baa3-bee272b6052d&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: 1167/2333] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:17:22 2026] GET /v2.0/ports?network_id=2aae7b30-62e7-45df-baa3-bee272b6052d&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: 1167/2334] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:17:22 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?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: 1168/2335] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:17:22 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?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-10 05:17:22.948 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e4a15b1-6b97-4243-9c69-53f14678aef0'] response: {'server_uuid': '1e7ee366-86e7-4c89-90df-d8742cf972bc', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '094e1d04-9380-40d5-aad9-27289289d491', 'code': 200} [pid: 8|app: 0|req: 1168/2336] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:23 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => 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: 1169/2337] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:17:23 2026] GET /v2.0/ports/f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9 => generated 943 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:23.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1862344-c518-4a70-a2e1-91c2a35ca4cf 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] TaaS: Handle Delete Port: f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9 2026-05-10 05:17:23.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1862344-c518-4a70-a2e1-91c2a35ca4cf 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Tap Mirror: Handle Delete Port: f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9 2026-05-10 05:17:23.662 7 INFO neutron.db.ovn_revision_numbers_db [None req-72423bea-e063-4b42-a5c1-61d85b57f93f a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource 0b689f22-d8be-45c5-b3b8-9678cbfdcc01 (type: security_groups) to 1 2026-05-10 05:17:23.676 7 INFO neutron.db.ovn_revision_numbers_db [None req-72423bea-e063-4b42-a5c1-61d85b57f93f a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource 1436ef9e-4f17-4622-92f2-f8525997ff4c (type: security_group_rules) to 0 2026-05-10 05:17:23.694 7 INFO neutron.db.ovn_revision_numbers_db [None req-72423bea-e063-4b42-a5c1-61d85b57f93f a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource 417ddfbf-a872-4abf-a03d-01b6c54608c8 (type: security_group_rules) to 0 2026-05-10 05:17:23.708 7 INFO neutron.db.ovn_revision_numbers_db [None req-72423bea-e063-4b42-a5c1-61d85b57f93f a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource 65c7bea7-e653-49c4-ad15-bbb6413da170 (type: security_group_rules) to 0 2026-05-10 05:17:23.719 7 INFO neutron.db.ovn_revision_numbers_db [None req-72423bea-e063-4b42-a5c1-61d85b57f93f a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource 686682c7-7e32-4c72-9200-a296e323dc4c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1169/2338] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:17:23 2026] PUT /v2.0/routers/432d16ba-682c-42ad-82f2-617ca889395f/remove_router_interface => generated 310 bytes in 654 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-10 05:17:23.798 7 INFO neutron.db.segments_db [None req-72423bea-e063-4b42-a5c1-61d85b57f93f a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Added segment 69127e35-4f0c-44dd-ab2b-7243afb60946 of type geneve for network 161c0ac0-f7bb-4d8d-bf08-787924756f8d [pid: 8|app: 0|req: 1170/2339] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:17:23 2026] GET /v2.0/ports?device_id=432d16ba-682c-42ad-82f2-617ca889395f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:23.909 7 INFO neutron.db.ovn_revision_numbers_db [None req-72423bea-e063-4b42-a5c1-61d85b57f93f a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource 161c0ac0-f7bb-4d8d-bf08-787924756f8d (type: networks) to 1 [pid: 8|app: 0|req: 1171/2340] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:23 2026] DELETE /v2.0/routers/432d16ba-682c-42ad-82f2-617ca889395f => generated 0 bytes in 208 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:24.071 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-72423bea-e063-4b42-a5c1-61d85b57f93f a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] No more DHCP agents 2026-05-10 05:17:24.072 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-72423bea-e063-4b42-a5c1-61d85b57f93f a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Unable to schedule network 161c0ac0-f7bb-4d8d-bf08-787924756f8d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:24.169 7 INFO neutron.db.ovn_revision_numbers_db [None req-72423bea-e063-4b42-a5c1-61d85b57f93f a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource 87f808c5-5c5a-4b6d-a5d7-53da277ca0b5 (type: ports) to 1 [pid: 7|app: 0|req: 1170/2341] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:17:23 2026] POST /v2.0/networks => generated 768 bytes in 870 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2342] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:24 2026] GET /v2.0/ports?device_id=b04d1c64-506e-4973-9b06-0c9a256abaca => 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: 1172/2343] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:24 2026] DELETE /v2.0/subnets/63486009-7e6b-40de-b439-2d363d109f9d => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:24.360 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e1ecfdc3-33a9-4990-86e7-bbacb283bdd8 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] No more DHCP agents 2026-05-10 05:17:24.362 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e1ecfdc3-33a9-4990-86e7-bbacb283bdd8 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Unable to schedule network 161c0ac0-f7bb-4d8d-bf08-787924756f8d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:24.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5e2ad0e-e5b2-448c-8d15-c3802304d213 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] TaaS: Handle Delete Port: 21c8dac7-c4d5-4b63-a2de-226a783c1275 2026-05-10 05:17:24.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5e2ad0e-e5b2-448c-8d15-c3802304d213 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Tap Mirror: Handle Delete Port: 21c8dac7-c4d5-4b63-a2de-226a783c1275 2026-05-10 05:17:24.561 8 INFO neutron.services.segments.plugin [-] Segment da616739-a8ae-43cd-b4c2-0ddd7d1aacb7 resource provider aggregate not found 2026-05-10 05:17:24.569 8 INFO neutron.services.segments.plugin [-] Segment da616739-a8ae-43cd-b4c2-0ddd7d1aacb7 resource provider aggregate not found 2026-05-10 05:17:24.585 8 INFO neutron.services.segments.plugin [-] Segment da616739-a8ae-43cd-b4c2-0ddd7d1aacb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da616739-a8ae-43cd-b4c2-0ddd7d1aacb7 found for delete ", "request_id": "req-be256cd8-e3f6-4991-8e3d-30e98f7e8ba2"}]} 2026-05-10 05:17:24.587 8 INFO neutron.services.segments.plugin [-] Segment da616739-a8ae-43cd-b4c2-0ddd7d1aacb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da616739-a8ae-43cd-b4c2-0ddd7d1aacb7 found for delete ", "request_id": "req-6ca1e453-3466-4f63-a8e7-4c7da041379c"}]} [pid: 8|app: 0|req: 1173/2344] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:24 2026] DELETE /v2.0/networks/41c7b03b-c744-490c-b279-d762b77cd126 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:24.857 7 INFO neutron.db.ovn_revision_numbers_db [None req-e1ecfdc3-33a9-4990-86e7-bbacb283bdd8 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource 87f808c5-5c5a-4b6d-a5d7-53da277ca0b5 (type: ports) to 2 2026-05-10 05:17:24.881 7 INFO neutron.db.ovn_revision_numbers_db [None req-e1ecfdc3-33a9-4990-86e7-bbacb283bdd8 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource 42074ec5-a679-4171-a947-07bccfef25b5 (type: subnets) to 0 [pid: 7|app: 0|req: 1172/2345] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:17:24 2026] POST /v2.0/subnets => generated 644 bytes in 674 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:24.909 7 WARNING neutron.api.v2.base [None req-d3ff0d3b-0c1b-421c-941e-c1503fc375d5 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - 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-10 05:17:24.910 7 INFO neutron.api.v2.resource [None req-d3ff0d3b-0c1b-421c-941e-c1503fc375d5 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1173/2346] 10.0.0.201 () {34 vars in 681 bytes} [Sun May 10 05:17:24 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-10 05:17:25.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-818f36a2-1105-42a4-8698-46755b485c97 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] TaaS: Handle Delete Port: 87f808c5-5c5a-4b6d-a5d7-53da277ca0b5 2026-05-10 05:17:25.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-818f36a2-1105-42a4-8698-46755b485c97 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Tap Mirror: Handle Delete Port: 87f808c5-5c5a-4b6d-a5d7-53da277ca0b5 2026-05-10 05:17:25.069 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dfcf00df-1bd6-4f7f-8bf9-60cec36b247a 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] No more DHCP agents 2026-05-10 05:17:25.070 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dfcf00df-1bd6-4f7f-8bf9-60cec36b247a 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:25.241 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: 1526c128-4349-42bd-9dbe-760a0c4967b9 2026-05-10 05:17:25.303 8 INFO neutron.db.ovn_revision_numbers_db [None req-dfcf00df-1bd6-4f7f-8bf9-60cec36b247a 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 1526c128-4349-42bd-9dbe-760a0c4967b9 (type: ports) to 1 2026-05-10 05:17:25.431 7 INFO neutron.services.segments.plugin [-] Segment 69127e35-4f0c-44dd-ab2b-7243afb60946 resource provider aggregate not found 2026-05-10 05:17:25.436 7 INFO neutron.services.segments.plugin [-] Segment 69127e35-4f0c-44dd-ab2b-7243afb60946 resource provider aggregate not found 2026-05-10 05:17:25.448 7 INFO neutron.services.segments.plugin [-] Segment 69127e35-4f0c-44dd-ab2b-7243afb60946 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69127e35-4f0c-44dd-ab2b-7243afb60946 found for delete ", "request_id": "req-fc6e680c-83c7-4b41-836a-39e9726a2cc9"}]} 2026-05-10 05:17:25.450 7 INFO neutron.services.segments.plugin [-] Segment 69127e35-4f0c-44dd-ab2b-7243afb60946 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69127e35-4f0c-44dd-ab2b-7243afb60946 found for delete ", "request_id": "req-cb42be1b-42ab-473b-9aa3-682ba6e1be00"}]} [pid: 7|app: 0|req: 1174/2347] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:24 2026] DELETE /v2.0/networks/161c0ac0-f7bb-4d8d-bf08-787924756f8d => generated 0 bytes in 553 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2348] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:25 2026] DELETE /v2.0/security-groups/aeaf7a3d-7479-4ab9-ab73-f6a8a549801b => generated 0 bytes in 205 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:25.784 7 INFO neutron.db.segments_db [None req-bc65eb61-fda2-4ce2-a71d-172294533354 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Added segment 62684107-545d-466c-a0c0-f0631451e3db of type geneve for network 5a485ea6-eb34-4151-92f8-3eac74310134 2026-05-10 05:17:25.902 7 INFO neutron.db.ovn_revision_numbers_db [None req-bc65eb61-fda2-4ce2-a71d-172294533354 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource 5a485ea6-eb34-4151-92f8-3eac74310134 (type: networks) to 1 2026-05-10 05:17:26.087 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bc65eb61-fda2-4ce2-a71d-172294533354 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] No more DHCP agents 2026-05-10 05:17:26.090 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bc65eb61-fda2-4ce2-a71d-172294533354 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Unable to schedule network 5a485ea6-eb34-4151-92f8-3eac74310134: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:26.091 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status up for port: 1526c128-4349-42bd-9dbe-760a0c4967b9 2026-05-10 05:17:26.115 8 INFO neutron.plugins.ml2.plugin [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] Attempt 1 to provision port 1526c128-4349-42bd-9dbe-760a0c4967b9 2026-05-10 05:17:26.161 8 INFO neutron.db.ovn_revision_numbers_db [None req-dfcf00df-1bd6-4f7f-8bf9-60cec36b247a 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource 1526c128-4349-42bd-9dbe-760a0c4967b9 (type: router_ports) to 1 2026-05-10 05:17:26.171 7 INFO neutron.db.ovn_revision_numbers_db [None req-bc65eb61-fda2-4ce2-a71d-172294533354 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource ddbacfa9-0605-41eb-a3d6-e97f8b359e5c (type: ports) to 1 [pid: 7|app: 0|req: 1176/2349] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:17:25 2026] POST /v2.0/networks => generated 768 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:26.204 7 INFO neutron.api.v2.resource [None req-3fa5053d-163e-49e2-8e40-7aee5133a59c e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1177/2350] 10.0.0.201 () {32 vars in 737 bytes} [Sun May 10 05:17:26 2026] GET /v2.0/security-groups/aeaf7a3d-7479-4ab9-ab73-f6a8a549801b => 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: 1178/2351] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:26 2026] GET /v2.0/ports?device_id=1e7ee366-86e7-4c89-90df-d8742cf972bc => generated 1202 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:26.293 8 INFO neutron.db.ovn_revision_numbers_db [None req-dfcf00df-1bd6-4f7f-8bf9-60cec36b247a 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource e0365dab-040f-4598-ae62-48a640473dc1 (type: routers) to 2 [pid: 8|app: 0|req: 1174/2352] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:17:24 2026] POST /v2.0/routers => generated 969 bytes in 1686 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:26.409 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e43c721e-bd0c-48b3-b65b-70eb5022fac8 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] No more DHCP agents 2026-05-10 05:17:26.410 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e43c721e-bd0c-48b3-b65b-70eb5022fac8 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Unable to schedule network 5a485ea6-eb34-4151-92f8-3eac74310134: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:26.425 8 INFO neutron_taas.services.taas.taas_plugin [None req-8582929b-9b2c-4ff2-bd19-83a2a56061fd e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] TaaS: Handle Delete Port: ea5960d0-a06c-4cb4-ad44-090b6941cf75 2026-05-10 05:17:26.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8582929b-9b2c-4ff2-bd19-83a2a56061fd e7e018e0cdfc472285226e4464b35007 6c0c49caae224557808182366e255028 - - default default] Tap Mirror: Handle Delete Port: ea5960d0-a06c-4cb4-ad44-090b6941cf75 [pid: 8|app: 0|req: 1175/2353] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:17:26 2026] DELETE /v2.0/floatingips/4bed9c3a-e6e1-4d12-8ffa-f0ffb033ae0a => generated 0 bytes in 251 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2354] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:26 2026] GET /v2.0/security-groups?id=44622cc4-b94b-447b-9301-3c7f1ef9c500&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2355] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:17:26 2026] GET /v2.0/routers/e0365dab-040f-4598-ae62-48a640473dc1 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:26.815 7 INFO neutron.db.ovn_revision_numbers_db [None req-e43c721e-bd0c-48b3-b65b-70eb5022fac8 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource ddbacfa9-0605-41eb-a3d6-e97f8b359e5c (type: ports) to 2 2026-05-10 05:17:26.851 7 INFO neutron.db.ovn_revision_numbers_db [None req-e43c721e-bd0c-48b3-b65b-70eb5022fac8 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource c83662ab-8f1d-469f-ac81-46f1deed5fb6 (type: subnets) to 0 [pid: 8|app: 0|req: 1178/2356] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:26 2026] DELETE /v2.0/security-groups/b528cc80-36a8-4f8f-a256-9ff2c6be47bb => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2357] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:17:26 2026] POST /v2.0/subnets => generated 647 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:26.889 7 WARNING neutron.api.v2.base [None req-ba7dd1b3-2a85-4ccb-b898-3df878fbe32a a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - 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-10 05:17:26.890 7 INFO neutron.api.v2.resource [None req-ba7dd1b3-2a85-4ccb-b898-3df878fbe32a a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1180/2358] 10.0.0.201 () {34 vars in 681 bytes} [Sun May 10 05:17:26 2026] POST /v2.0/rbac-policies => generated 547 bytes in 12 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2359] 10.0.0.201 () {32 vars in 647 bytes} [Sun May 10 05:17:26 2026] GET /v2.0/routers => generated 978 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:27.049 8 INFO neutron_taas.services.taas.taas_plugin [None req-f615e237-6d51-439d-9334-a11a693e7de5 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] TaaS: Handle Delete Port: ddbacfa9-0605-41eb-a3d6-e97f8b359e5c 2026-05-10 05:17:27.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f615e237-6d51-439d-9334-a11a693e7de5 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Tap Mirror: Handle Delete Port: ddbacfa9-0605-41eb-a3d6-e97f8b359e5c 2026-05-10 05:17:27.137 7 INFO neutron_taas.services.taas.taas_plugin [None req-24398386-0621-482d-b960-a5777d085a41 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 0214e9a9-3b79-40db-976b-015bd51b2972 2026-05-10 05:17:27.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24398386-0621-482d-b960-a5777d085a41 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 0214e9a9-3b79-40db-976b-015bd51b2972 2026-05-10 05:17:27.370 8 INFO neutron.services.segments.plugin [-] Segment 62684107-545d-466c-a0c0-f0631451e3db resource provider aggregate not found 2026-05-10 05:17:27.381 8 INFO neutron.services.segments.plugin [-] Segment 62684107-545d-466c-a0c0-f0631451e3db resource provider aggregate not found 2026-05-10 05:17:27.391 8 INFO neutron.services.segments.plugin [-] Segment 62684107-545d-466c-a0c0-f0631451e3db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62684107-545d-466c-a0c0-f0631451e3db found for delete ", "request_id": "req-c24d0942-6037-4380-beda-cbcc613205bd"}]} 2026-05-10 05:17:27.395 8 INFO neutron.services.segments.plugin [-] Segment 62684107-545d-466c-a0c0-f0631451e3db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62684107-545d-466c-a0c0-f0631451e3db found for delete ", "request_id": "req-1d505df8-d7bc-45e9-92b1-1416548a0626"}]} [pid: 8|app: 0|req: 1180/2360] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:26 2026] DELETE /v2.0/networks/5a485ea6-eb34-4151-92f8-3eac74310134 => generated 0 bytes in 497 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:27.808 8 INFO neutron.db.ovn_revision_numbers_db [None req-00104fc2-8135-4663-80d2-01c5c6058b0a 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Successfully bumped revision number for resource e0365dab-040f-4598-ae62-48a640473dc1 (type: routers) to 3 [pid: 8|app: 0|req: 1181/2361] 10.0.0.201 () {34 vars in 741 bytes} [Sun May 10 05:17:27 2026] PUT /v2.0/routers/e0365dab-040f-4598-ae62-48a640473dc1 => generated 982 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:27.894 8 INFO neutron.db.segments_db [None req-abb1fe75-e4cd-4ab2-a459-b5705e71bc06 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Added segment acb6169d-91b2-4b1c-9f7e-f12489a2e98a of type geneve for network 39be9bb9-a63f-4375-bcbf-006e328a66da 2026-05-10 05:17:27.973 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-22716c9d-6cd7-41eb-85eb-d392846bb762 - - - - - -] No port found with ID f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9: RuntimeError: No port found with ID f8ae63a2-0c9a-422d-8c55-885d4bc6ddb9 2026-05-10 05:17:27.987 8 INFO neutron.db.ovn_revision_numbers_db [None req-abb1fe75-e4cd-4ab2-a459-b5705e71bc06 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource 39be9bb9-a63f-4375-bcbf-006e328a66da (type: networks) to 1 2026-05-10 05:17:28.049 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-22716c9d-6cd7-41eb-85eb-d392846bb762 - - - - - -] OVN reports status down for port: 87f808c5-5c5a-4b6d-a5d7-53da277ca0b5 2026-05-10 05:17:28.071 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-22716c9d-6cd7-41eb-85eb-d392846bb762 - - - - - -] OVN reports status up for port: 094e1d04-9380-40d5-aad9-27289289d491 2026-05-10 05:17:28.101 7 INFO neutron.plugins.ml2.plugin [None req-22716c9d-6cd7-41eb-85eb-d392846bb762 - - - - - -] Attempt 1 to provision port 094e1d04-9380-40d5-aad9-27289289d491 2026-05-10 05:17:28.152 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-abb1fe75-e4cd-4ab2-a459-b5705e71bc06 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] No more DHCP agents 2026-05-10 05:17:28.153 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-abb1fe75-e4cd-4ab2-a459-b5705e71bc06 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Unable to schedule network 39be9bb9-a63f-4375-bcbf-006e328a66da: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:28.232 8 INFO neutron.db.ovn_revision_numbers_db [None req-abb1fe75-e4cd-4ab2-a459-b5705e71bc06 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource b0a92372-242e-477d-b84a-f3909555a242 (type: ports) to 1 [pid: 8|app: 0|req: 1182/2362] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:17:27 2026] POST /v2.0/networks => generated 766 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2363] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:17:28 2026] GET /v2.0/routers/e0365dab-040f-4598-ae62-48a640473dc1 => generated 982 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:28.334 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4d3fd8d-cb06-447f-90bc-2e33418a14b3'] response: {'server_uuid': '1e7ee366-86e7-4c89-90df-d8742cf972bc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '094e1d04-9380-40d5-aad9-27289289d491', 'code': 200} 2026-05-10 05:17:28.449 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3cf94147-7f6a-42c3-9691-bc39097f467d a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] No more DHCP agents 2026-05-10 05:17:28.451 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3cf94147-7f6a-42c3-9691-bc39097f467d a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Unable to schedule network 39be9bb9-a63f-4375-bcbf-006e328a66da: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:28.605 7 INFO neutron.db.ovn_revision_numbers_db [None req-22716c9d-6cd7-41eb-85eb-d392846bb762 - - - - - -] Successfully bumped revision number for resource 094e1d04-9380-40d5-aad9-27289289d491 (type: ports) to 5 [pid: 7|app: 0|req: 1181/2364] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:17:26 2026] PUT /v2.0/routers/9caa96a7-ed76-4127-8090-8c013cca0f10/remove_router_interface => generated 310 bytes in 1780 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: 1182/2365] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:17:28 2026] GET /v2.0/ports?device_id=e0365dab-040f-4598-ae62-48a640473dc1 => generated 12 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, ' 2026-05-10 05:17:28.928 8 INFO neutron.db.ovn_revision_numbers_db [None req-3cf94147-7f6a-42c3-9691-bc39097f467d a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource b0a92372-242e-477d-b84a-f3909555a242 (type: ports) to 2 2026-05-10 05:17:28.955 8 INFO neutron.db.ovn_revision_numbers_db [None req-3cf94147-7f6a-42c3-9691-bc39097f467d a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Successfully bumped revision number for resource ebbf511f-3a0d-415c-b098-34821c42d554 (type: subnets) to 0 [pid: 8|app: 0|req: 1184/2366] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:17:28 2026] POST /v2.0/subnets => generated 647 bytes in 650 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:29.078 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f891554-8eb2-46ba-8369-2aa56463e8c1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: ae778c6c-1d4e-42c9-9748-5254326e422a 2026-05-10 05:17:29.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f891554-8eb2-46ba-8369-2aa56463e8c1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: ae778c6c-1d4e-42c9-9748-5254326e422a 2026-05-10 05:17:29.308 8 INFO neutron_taas.services.taas.taas_plugin [None req-e66c88bc-ead0-4560-bb8f-9ea07072b3b1 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] TaaS: Handle Delete Port: 1526c128-4349-42bd-9dbe-760a0c4967b9 2026-05-10 05:17:29.312 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e66c88bc-ead0-4560-bb8f-9ea07072b3b1 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] Tap Mirror: Handle Delete Port: 1526c128-4349-42bd-9dbe-760a0c4967b9 [pid: 7|app: 0|req: 1183/2367] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:28 2026] DELETE /v2.0/routers/9caa96a7-ed76-4127-8090-8c013cca0f10 => generated 0 bytes in 788 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2368] 10.0.0.201 () {34 vars in 681 bytes} [Sun May 10 05:17:29 2026] POST /v2.0/rbac-policies => generated 324 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2369] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:29 2026] DELETE /v2.0/subnets/dec23dc8-1c61-410e-99d8-dfc9b6f98cf4 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:30.020 7 INFO neutron_taas.services.taas.taas_plugin [None req-62fe429c-c9b6-4b54-9354-f2288b8900f6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: f3db1d5f-c335-42f9-8f4b-6fca28d7ab38 2026-05-10 05:17:30.023 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62fe429c-c9b6-4b54-9354-f2288b8900f6 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: f3db1d5f-c335-42f9-8f4b-6fca28d7ab38 2026-05-10 05:17:30.250 7 INFO neutron.services.segments.plugin [-] Segment e52847b5-285a-490f-8c04-6b0efd41d496 resource provider aggregate not found 2026-05-10 05:17:30.256 7 INFO neutron.services.segments.plugin [-] Segment e52847b5-285a-490f-8c04-6b0efd41d496 resource provider aggregate not found 2026-05-10 05:17:30.276 7 INFO neutron.services.segments.plugin [-] Segment e52847b5-285a-490f-8c04-6b0efd41d496 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e52847b5-285a-490f-8c04-6b0efd41d496 found for delete ", "request_id": "req-26ec2da2-1351-486d-8896-e14f8491ff5c"}]} 2026-05-10 05:17:30.279 7 INFO neutron.services.segments.plugin [-] Segment e52847b5-285a-490f-8c04-6b0efd41d496 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e52847b5-285a-490f-8c04-6b0efd41d496 found for delete ", "request_id": "req-46651e11-8c4e-4bd6-b301-fa461c4e4c95"}]} [pid: 8|app: 0|req: 1185/2370] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:28 2026] DELETE /v2.0/routers/e0365dab-040f-4598-ae62-48a640473dc1 => generated 0 bytes in 1325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2373] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:29 2026] DELETE /v2.0/networks/f6cb486c-b4d3-472f-8506-b49c05d5de81 => generated 0 bytes in 428 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2374] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:17:30 2026] GET /v2.0/ports?device_id=e0365dab-040f-4598-ae62-48a640473dc1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:30.386 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c043000-b3f3-4845-bbf5-f9c1506d46e9'] response: {'server_uuid': '1e7ee366-86e7-4c89-90df-d8742cf972bc', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '094e1d04-9380-40d5-aad9-27289289d491', 'code': 200} [pid: 8|app: 0|req: 1188/2375] 10.0.0.201 () {32 vars in 723 bytes} [Sun May 10 05:17:30 2026] GET /v2.0/networks/39be9bb9-a63f-4375-bcbf-006e328a66da => generated 691 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:30.430 8 INFO neutron.api.v2.resource [None req-74ac4c7a-c046-47bb-a370-db098bdc8f0d 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1189/2376] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:30 2026] DELETE /v2.0/routers/e0365dab-040f-4598-ae62-48a640473dc1 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2377] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:17:30 2026] GET /v2.0/ports?device_id=432d16ba-682c-42ad-82f2-617ca889395f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:30.481 8 INFO neutron.api.v2.resource [None req-a385aafd-2d99-4780-86c6-d6b4e1f41c2f 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1191/2378] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:30 2026] DELETE /v2.0/routers/432d16ba-682c-42ad-82f2-617ca889395f => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:17:30.495 8 INFO neutron.pecan_wsgi.hooks.translation [None req-953cb34d-808e-4319-9fdf-971e4807f01e 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1192/2379] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:30 2026] DELETE /v2.0/subnets/63486009-7e6b-40de-b439-2d363d109f9d => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2380] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:17:30 2026] GET /v2.0/ports?device_id=73ad441e-46e5-4138-91c0-dc97140790df => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:30.543 8 INFO neutron.api.v2.resource [None req-5c80ddf0-2fa0-4b49-bc42-74be3db31dcd 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1194/2381] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:30 2026] DELETE /v2.0/routers/73ad441e-46e5-4138-91c0-dc97140790df => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:17:30.557 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b499601-a2c2-475f-808d-cb458f2b94f4 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1195/2382] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:30 2026] DELETE /v2.0/subnets/6fc2eca4-77b6-4728-8d7f-fe7b310cad8a => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2383] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:17:30 2026] GET /v2.0/ports?device_id=2c74645f-cda5-4a54-9940-c96da199cdec => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:30.614 8 INFO neutron.api.v2.resource [None req-d95a58a4-e1b7-44c8-81ba-db7fd40a9080 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1197/2384] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:30 2026] DELETE /v2.0/routers/2c74645f-cda5-4a54-9940-c96da199cdec => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:17:30.629 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a0afc4b-2808-433a-bc6e-4df242b4e806 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] DELETE failed (client error): The resource could not be found. 2026-05-10 05:17:30.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-864b8ca9-0a48-403b-a21c-26fd63587b03 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 8809a995-a8b7-47d8-a2b5-f59e8f224bed 2026-05-10 05:17:30.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-864b8ca9-0a48-403b-a21c-26fd63587b03 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 8809a995-a8b7-47d8-a2b5-f59e8f224bed [pid: 8|app: 0|req: 1198/2385] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:30 2026] DELETE /v2.0/subnets/1ae43485-b16e-4da4-aa20-83d6a771099b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:17:30.647 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d934f5a-383c-4f77-a3e0-6e570768c8fc 08c18906142a4de2ac70ed7e07216040 aaeabd6d1d1d4760b846d2fb2dc7cae5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1199/2386] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:30 2026] DELETE /v2.0/subnets/b7fbb92c-88b9-4e7f-aa84-13ec47f7feb0 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:17:30.827 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2db86b8b-f8e1-402d-b2a5-05f374bc23c2 0beb0d6c2559410a8230413350a3d22b d0fdb1b7aad94c37bfbe11dc26d32c1f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1200/2387] 10.0.0.201 () {32 vars in 723 bytes} [Sun May 10 05:17:30 2026] GET /v2.0/networks/39be9bb9-a63f-4375-bcbf-006e328a66da => generated 138 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:17:30.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-27db6881-93f7-4891-b631-cd73e449073b a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] TaaS: Handle Delete Port: b0a92372-242e-477d-b84a-f3909555a242 2026-05-10 05:17:30.992 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27db6881-93f7-4891-b631-cd73e449073b a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] Tap Mirror: Handle Delete Port: b0a92372-242e-477d-b84a-f3909555a242 2026-05-10 05:17:31.273 8 INFO neutron.services.segments.plugin [-] Segment acb6169d-91b2-4b1c-9f7e-f12489a2e98a resource provider aggregate not found 2026-05-10 05:17:31.277 8 INFO neutron.services.segments.plugin [-] Segment acb6169d-91b2-4b1c-9f7e-f12489a2e98a resource provider aggregate not found 2026-05-10 05:17:31.292 8 INFO neutron.services.segments.plugin [-] Segment acb6169d-91b2-4b1c-9f7e-f12489a2e98a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acb6169d-91b2-4b1c-9f7e-f12489a2e98a found for delete ", "request_id": "req-ae803472-f251-4fc9-97ed-a0779a910c4c"}]} 2026-05-10 05:17:31.297 8 INFO neutron.services.segments.plugin [-] Segment acb6169d-91b2-4b1c-9f7e-f12489a2e98a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acb6169d-91b2-4b1c-9f7e-f12489a2e98a found for delete ", "request_id": "req-f297b8f3-2159-4580-85f1-40cc03a7e793"}]} [pid: 8|app: 0|req: 1201/2388] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:30 2026] DELETE /v2.0/networks/39be9bb9-a63f-4375-bcbf-006e328a66da => generated 0 bytes in 480 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2389] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:17:30 2026] PUT /v2.0/routers/eedc7910-f947-44ee-af9a-1b3d69d7188d/remove_router_interface => generated 310 bytes in 1030 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-10 05:17:31.402 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5433862a-7216-407f-be62-570b55520edf a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1189/2390] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:31 2026] DELETE /v2.0/subnets/42074ec5-a679-4171-a947-07bccfef25b5 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:17:31.408 8 WARNING neutron.db.securitygroups_db [None req-4a9cbed0-0b5e-4f9c-aa1b-7685eeff48e3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1202/2391] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:31 2026] GET /v2.0/security-groups?tenant_id=aaeabd6d1d1d4760b846d2fb2dc7cae5&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:31.441 8 INFO neutron.pecan_wsgi.hooks.translation [None req-41fcc430-2ab8-4f1b-b64a-eca1e4b4ca61 a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1203/2392] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:31 2026] DELETE /v2.0/subnets/c83662ab-8f1d-469f-ac81-46f1deed5fb6 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:17:31.462 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] No port found with ID 1526c128-4349-42bd-9dbe-760a0c4967b9: RuntimeError: No port found with ID 1526c128-4349-42bd-9dbe-760a0c4967b9 2026-05-10 05:17:31.464 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: ddbacfa9-0605-41eb-a3d6-e97f8b359e5c 2026-05-10 05:17:31.491 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: b0a92372-242e-477d-b84a-f3909555a242 [pid: 8|app: 0|req: 1204/2393] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:31 2026] DELETE /v2.0/security-groups/a5092884-3188-4719-a49b-37e3bc7ad9c2 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:31.650 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5905356b-1ec9-4a9c-a61a-c8ad37b4e1fb a557c06f4d39494aa65aed61738cc6d0 c16f456a871f4321ad47ba49a21057bc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1205/2394] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:31 2026] DELETE /v2.0/subnets/ebbf511f-3a0d-415c-b098-34821c42d554 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2395] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:31 2026] GET /v2.0/ports?device_id=1e7ee366-86e7-4c89-90df-d8742cf972bc => generated 1204 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2396] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:31 2026] GET /v2.0/security-groups?id=44622cc4-b94b-447b-9301-3c7f1ef9c500&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:31.832 7 INFO neutron_taas.services.taas.taas_plugin [None req-55991443-06b1-4e01-bee3-31db802909f2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: a3860354-f180-4af2-afaf-5590a0b8b561 2026-05-10 05:17:31.835 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55991443-06b1-4e01-bee3-31db802909f2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: a3860354-f180-4af2-afaf-5590a0b8b561 [pid: 8|app: 0|req: 1208/2397] 10.0.0.201 () {32 vars in 818 bytes} [Sun May 10 05:17:31 2026] GET /v2.0/ports?network_id=2aae7b30-62e7-45df-baa3-bee272b6052d&mac_address=fa%3A16%3A3e%3A6c%3A3e%3Abe => generated 1204 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:32.118 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4325c72c-8fe8-461c-9574-51057af81a7d 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:17:32.119 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4325c72c-8fe8-461c-9574-51057af81a7d 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1190/2398] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:31 2026] DELETE /v2.0/routers/eedc7910-f947-44ee-af9a-1b3d69d7188d => generated 0 bytes in 910 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2399] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:17:32 2026] DELETE /v2.0/subnets/4808668a-da1f-482d-a27f-0a41ee88ba76 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:32.616 7 INFO neutron_taas.services.taas.taas_plugin [None req-57fa89dc-2a13-441c-aad6-c08a61c8499e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 8b00e029-e82e-4433-9b02-ae2a79a39e5e 2026-05-10 05:17:32.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57fa89dc-2a13-441c-aad6-c08a61c8499e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 8b00e029-e82e-4433-9b02-ae2a79a39e5e 2026-05-10 05:17:32.825 7 INFO neutron.services.segments.plugin [-] Segment ae9a6bb9-d773-4e7c-8526-96dc3a2921bf resource provider aggregate not found 2026-05-10 05:17:32.829 7 INFO neutron.services.segments.plugin [-] Segment ae9a6bb9-d773-4e7c-8526-96dc3a2921bf resource provider aggregate not found 2026-05-10 05:17:32.847 7 INFO neutron.services.segments.plugin [-] Segment ae9a6bb9-d773-4e7c-8526-96dc3a2921bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae9a6bb9-d773-4e7c-8526-96dc3a2921bf found for delete ", "request_id": "req-13ceab44-cdd5-4678-8adf-b6ba9a2588d4"}]} 2026-05-10 05:17:32.850 7 INFO neutron.services.segments.plugin [-] Segment ae9a6bb9-d773-4e7c-8526-96dc3a2921bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae9a6bb9-d773-4e7c-8526-96dc3a2921bf found for delete ", "request_id": "req-367117e8-b1c5-4e87-afb0-e8aa4b72f979"}]} [pid: 7|app: 0|req: 1192/2400] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:32 2026] DELETE /v2.0/networks/c077e0a3-8b3f-4fc6-b307-a8df14fb8a80 => generated 0 bytes in 406 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:33.125 8 INFO neutron.db.ovn_revision_numbers_db [None req-4325c72c-8fe8-461c-9574-51057af81a7d 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource c6fc3fab-1443-4422-bb12-c6b976c8e1b0 (type: floatingips) to 1 2026-05-10 05:17:33.126 8 INFO neutron.db.l3_db [None req-4325c72c-8fe8-461c-9574-51057af81a7d 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Floating IP c6fc3fab-1443-4422-bb12-c6b976c8e1b0 associated. External IP: 10.96.250.202, port: 094e1d04-9380-40d5-aad9-27289289d491. 2026-05-10 05:17:33.136 7 WARNING neutron.db.securitygroups_db [None req-13d30a60-0a4b-4908-b55c-66a7b417cac8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1209/2401] 10.0.0.201 () {34 vars in 677 bytes} [Sun May 10 05:17:31 2026] POST /v2.0/floatingips => generated 855 bytes in 1281 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-10 05:17:33.183 8 WARNING neutron.db.securitygroups_db [None req-a8789ed3-1ceb-4c35-8d5f-b9c03afdc674 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:17:33.206 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-31bd2f86-0515-4054-8079-d1309bae5db0'] response: {'name': 'network-changed', 'server_uuid': '1e7ee366-86e7-4c89-90df-d8742cf972bc', 'tag': '094e1d04-9380-40d5-aad9-27289289d491', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1210/2402] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:33 2026] GET /v2.0/security-groups?tenant_id=f3591c09a6aa4f5586dd38c45fd226ea&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:33.303 7 INFO neutron.db.ovn_revision_numbers_db [None req-13d30a60-0a4b-4908-b55c-66a7b417cac8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c6c60b6c-4f0f-40a9-85be-819c81da84e6 (type: security_groups) to 1 2026-05-10 05:17:33.317 7 INFO neutron.db.ovn_revision_numbers_db [None req-13d30a60-0a4b-4908-b55c-66a7b417cac8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8f93ac39-44c2-4730-8eaf-5296e319794e (type: security_group_rules) to 0 2026-05-10 05:17:33.331 7 INFO neutron.db.ovn_revision_numbers_db [None req-13d30a60-0a4b-4908-b55c-66a7b417cac8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource dd7ed6cf-75f8-42cd-8042-e5202c95b6a5 (type: security_group_rules) to 0 2026-05-10 05:17:33.355 7 INFO neutron.db.ovn_revision_numbers_db [None req-13d30a60-0a4b-4908-b55c-66a7b417cac8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ddb7fe1b-0f57-4bf3-ac49-db6d477493a9 (type: security_group_rules) to 0 2026-05-10 05:17:33.370 7 INFO neutron.db.ovn_revision_numbers_db [None req-13d30a60-0a4b-4908-b55c-66a7b417cac8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e74fc314-7685-4aa2-a2e4-45ac03adbc01 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1211/2403] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:33 2026] DELETE /v2.0/security-groups/6e622d83-768b-4017-81b5-e67187bfd93e => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2404] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:32 2026] GET /v2.0/security-groups?tenant_id=61ace89aab73414abcb724e69db37c93&name=default => generated 2925 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2405] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:33 2026] DELETE /v2.0/security-groups/c6c60b6c-4f0f-40a9-85be-819c81da84e6 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:33.667 8 WARNING neutron.db.securitygroups_db [None req-f6ce2149-a86b-4d10-9955-34b12a5a5749 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1213/2406] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:33 2026] GET /v2.0/security-groups?tenant_id=6c0c49caae224557808182366e255028&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2407] 10.0.0.201 () {34 vars in 677 bytes} [Sun May 10 05:17:33 2026] POST /v2.0/subnetpools => generated 549 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2408] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:17:33 2026] GET /v2.0/subnetpools/5ffd995d-95cf-4751-8d69-d2d896487fca => generated 549 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2409] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:17:33 2026] GET /v2.0/ports?tenant_id=8726fc2c042f4891b6262c81ed2c4b00&device_id=1e7ee366-86e7-4c89-90df-d8742cf972bc => generated 1465 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2410] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:17:33 2026] PUT /v2.0/subnetpools/5ffd995d-95cf-4751-8d69-d2d896487fca => generated 500 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2411] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:17:33 2026] GET /v2.0/networks?id=2aae7b30-62e7-45df-baa3-bee272b6052d => generated 841 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:33.902 7 WARNING neutron.db.securitygroups_db [None req-bd8309fc-7777-4590-8914-bf3ab57a1542 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1214/2412] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:33 2026] DELETE /v2.0/security-groups/d0b4e001-88e5-46a4-8895-0e6791feee9e => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2413] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:17:33 2026] DELETE /v2.0/subnetpools/5ffd995d-95cf-4751-8d69-d2d896487fca => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:34.044 7 INFO neutron.db.ovn_revision_numbers_db [None req-bd8309fc-7777-4590-8914-bf3ab57a1542 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 60f3bb96-1ba3-4552-ba0c-49ac2087ded4 (type: security_groups) to 1 [pid: 8|app: 0|req: 1216/2414] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:17:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.192&port_id=094e1d04-9380-40d5-aad9-27289289d491 => generated 860 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:34.055 7 INFO neutron.db.ovn_revision_numbers_db [None req-bd8309fc-7777-4590-8914-bf3ab57a1542 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2c17c93d-4824-41de-93da-a49eb174260b (type: security_group_rules) to 0 2026-05-10 05:17:34.062 8 INFO neutron.api.v2.resource [None req-144fecd5-b935-42d5-bd32-88814f21c5a4 a1041cf067834f9a9580a9185ff8cb8d 45347566d6e74bb7bcc251bdb4093d33 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1217/2415] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:17:34 2026] GET /v2.0/subnetpools/5ffd995d-95cf-4751-8d69-d2d896487fca => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:17:34.065 7 INFO neutron.db.ovn_revision_numbers_db [None req-bd8309fc-7777-4590-8914-bf3ab57a1542 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8910aa7e-88c3-437a-a1a5-f06537e5bf18 (type: security_group_rules) to 0 2026-05-10 05:17:34.083 7 INFO neutron.db.ovn_revision_numbers_db [None req-bd8309fc-7777-4590-8914-bf3ab57a1542 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 928284fc-a3c8-4eb1-a2c5-f81f14e2ce9e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1218/2416] 199.204.45.23 () {34 vars in 1105 bytes} [Sun May 10 05:17:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A278&port_id=094e1d04-9380-40d5-aad9-27289289d491 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:34.093 8 INFO neutron.api.v2.resource [None req-8de97f94-3f46-4f2e-8cb4-ff2b13a52449 a1041cf067834f9a9580a9185ff8cb8d 45347566d6e74bb7bcc251bdb4093d33 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1219/2417] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:17:34 2026] DELETE /v2.0/subnetpools/5ffd995d-95cf-4751-8d69-d2d896487fca => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:17:34.101 7 INFO neutron.db.ovn_revision_numbers_db [None req-bd8309fc-7777-4590-8914-bf3ab57a1542 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a09bd15b-bdea-4c35-8c9e-1cbcac32425d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1220/2418] 199.204.45.23 () {34 vars in 1063 bytes} [Sun May 10 05:17:34 2026] GET /v2.0/subnets?id=83672e59-3cbd-4872-aa75-867c22ca6373&id=980006c3-a371-4db0-91a4-4342bfa4016c => generated 1414 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2419] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:33 2026] GET /v2.0/security-groups?tenant_id=d0fdb1b7aad94c37bfbe11dc26d32c1f&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2420] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:17:34 2026] GET /v2.0/ports?network_id=2aae7b30-62e7-45df-baa3-bee272b6052d&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: 1201/2421] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:17:34 2026] GET /v2.0/ports?network_id=2aae7b30-62e7-45df-baa3-bee272b6052d&device_owner=network%3Adhcp => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2422] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:17:34 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?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: 1203/2423] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:17:34 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2424] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:34 2026] DELETE /v2.0/security-groups/60f3bb96-1ba3-4552-ba0c-49ac2087ded4 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:34.540 7 WARNING neutron.db.securitygroups_db [None req-1853101d-67c7-4e0d-88bf-1a2dff295cd7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1204/2425] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:34 2026] GET /v2.0/security-groups?tenant_id=c16f456a871f4321ad47ba49a21057bc&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2426] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:34 2026] DELETE /v2.0/security-groups/0b689f22-d8be-45c5-b3b8-9678cbfdcc01 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:34.908 7 WARNING neutron.db.securitygroups_db [None req-1853432c-8421-4a23-8554-5935db35d0db ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:17:35.027 7 INFO neutron.db.ovn_revision_numbers_db [None req-1853432c-8421-4a23-8554-5935db35d0db ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 44788de7-129f-4ea8-9e6b-d6f3071ffafe (type: security_groups) to 1 2026-05-10 05:17:35.038 7 INFO neutron.db.ovn_revision_numbers_db [None req-1853432c-8421-4a23-8554-5935db35d0db ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0c3f5ef4-892c-4745-b4e9-851c3533bbac (type: security_group_rules) to 0 2026-05-10 05:17:35.045 7 INFO neutron.db.ovn_revision_numbers_db [None req-1853432c-8421-4a23-8554-5935db35d0db ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 155ea0b6-988c-4ab5-80ac-d32beb8d1b11 (type: security_group_rules) to 0 2026-05-10 05:17:35.060 7 INFO neutron.db.ovn_revision_numbers_db [None req-1853432c-8421-4a23-8554-5935db35d0db ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2b0a07ff-fd81-4614-834b-1373f54d303f (type: security_group_rules) to 0 2026-05-10 05:17:35.069 7 INFO neutron.db.ovn_revision_numbers_db [None req-1853432c-8421-4a23-8554-5935db35d0db ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b08ecbac-ed1c-4efe-a14c-274142eeae45 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1205/2427] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:34 2026] GET /v2.0/security-groups?tenant_id=45347566d6e74bb7bcc251bdb4093d33&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2428] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:35 2026] DELETE /v2.0/security-groups/44788de7-129f-4ea8-9e6b-d6f3071ffafe => generated 0 bytes in 216 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:37.451 7 INFO neutron.db.ovn_revision_numbers_db [None req-24dafc70-94d1-4e90-ab50-e4cfdcd80aae ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ad23da71-a066-4ef3-a3ef-e6fbd22225dc (type: security_groups) to 1 2026-05-10 05:17:37.468 7 INFO neutron.db.ovn_revision_numbers_db [None req-24dafc70-94d1-4e90-ab50-e4cfdcd80aae ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 50cf2c26-a942-4711-95a3-3eb3969a1ed1 (type: security_group_rules) to 0 2026-05-10 05:17:37.493 7 INFO neutron.db.ovn_revision_numbers_db [None req-24dafc70-94d1-4e90-ab50-e4cfdcd80aae ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9f0accf7-b4ca-463e-bdd0-545833225a4c (type: security_group_rules) to 0 2026-05-10 05:17:37.517 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bcc48c8f-7123-43db-bb53-019c3f89dfaa 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - default default] No more DHCP agents 2026-05-10 05:17:37.517 7 INFO neutron.db.ovn_revision_numbers_db [None req-24dafc70-94d1-4e90-ab50-e4cfdcd80aae ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource dcd182a5-8138-451a-b7b9-52ca74dfe015 (type: security_group_rules) to 0 2026-05-10 05:17:37.521 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bcc48c8f-7123-43db-bb53-019c3f89dfaa 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:37.545 7 INFO neutron.db.ovn_revision_numbers_db [None req-24dafc70-94d1-4e90-ab50-e4cfdcd80aae ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fc77fc5e-0ab7-4703-90c4-d50908a3d4df (type: security_group_rules) to 0 2026-05-10 05:17:37.616 7 INFO neutron.db.segments_db [None req-24dafc70-94d1-4e90-ab50-e4cfdcd80aae ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Added segment c8130585-0fe8-4d7f-889a-da31cd3b97ca of type geneve for network c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9 2026-05-10 05:17:37.732 7 INFO neutron.db.ovn_revision_numbers_db [None req-24dafc70-94d1-4e90-ab50-e4cfdcd80aae ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9 (type: networks) to 1 [pid: 8|app: 0|req: 1224/2429] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:17:37 2026] POST /v2.0/floatingips => generated 552 bytes in 751 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:37.912 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-24dafc70-94d1-4e90-ab50-e4cfdcd80aae ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:17:37.912 8 WARNING tagging [None req-b5d223bc-9419-44b4-a770-f7d01301a392 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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-10 05:17:37.916 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-24dafc70-94d1-4e90-ab50-e4cfdcd80aae ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:37.980 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bdc4fc93-c36d-4cac-9e76-1d41e000181a - - - - - -] OVN reports status down for port: a194bb67-07c2-4b1d-a18a-601622cfe3ff [pid: 8|app: 0|req: 1225/2430] 10.0.0.201 () {34 vars in 759 bytes} [Sun May 10 05:17:37 2026] PUT /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:38.011 8 WARNING tagging [None req-3f8c37d0-0295-4c6f-929f-6038772c4480 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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: 1226/2431] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:17:37 2026] GET /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:38.031 7 INFO neutron.db.ovn_revision_numbers_db [None req-24dafc70-94d1-4e90-ab50-e4cfdcd80aae ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a194bb67-07c2-4b1d-a18a-601622cfe3ff (type: ports) to 1 2026-05-10 05:17:38.051 8 WARNING tagging [None req-60fd7013-7eec-4331-aec1-1d907cb65b7b 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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: 1206/2432] 10.0.0.201 () {34 vars in 671 bytes} [Sun May 10 05:17:37 2026] POST /v2.0/networks => generated 780 bytes in 1040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2433] 10.0.0.201 () {34 vars in 770 bytes} [Sun May 10 05:17:38 2026] PUT /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:17:38.112 8 WARNING tagging [None req-8d15973f-6696-4f55-89cb-067372e4944a 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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: 1228/2434] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:17:38 2026] GET /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:38.153 8 WARNING tagging [None req-28eac5dd-981e-4752-8319-5d520749545f 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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: 1229/2435] 10.0.0.201 () {34 vars in 766 bytes} [Sun May 10 05:17:38 2026] PUT /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags/red => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:17:38.205 8 WARNING tagging [None req-1d8fa845-b7d1-4b87-aac9-23853dfc4c9c 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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-10 05:17:38.219 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-73052423-8f6e-437b-a8b0-becefa4c593e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents [pid: 8|app: 0|req: 1230/2436] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:17:38 2026] GET /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:38.221 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-73052423-8f6e-437b-a8b0-becefa4c593e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:38.243 8 WARNING tagging [None req-a08701dd-4a09-40a2-ad0e-48daed574668 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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: 1231/2437] 10.0.0.201 () {34 vars in 788 bytes} [Sun May 10 05:17:38 2026] PUT /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:17:38.317 8 WARNING tagging [None req-fc5fe3b4-bacb-494a-884b-5d0f412f7c48 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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: 1232/2438] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:17:38 2026] GET /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:38.361 8 WARNING tagging [None req-a1c07c5f-1b86-4549-9e14-625716813651 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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: 1233/2439] 10.0.0.201 () {34 vars in 759 bytes} [Sun May 10 05:17:38 2026] PUT /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:38.418 8 WARNING tagging [None req-f11ce07a-936e-49f0-a5fa-865d87fda48b 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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: 1234/2440] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:17:38 2026] GET /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:38.464 8 WARNING tagging [None req-14368f6c-a078-4a0d-97bd-9bd6f8bcdadd 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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: 1235/2441] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:17:38 2026] GET /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:38.519 8 WARNING tagging [None req-b7656fe1-a71a-46ff-915c-1ab7664f40f7 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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-10 05:17:38.533 8 INFO neutron.api.v2.resource [None req-b7656fe1-a71a-46ff-915c-1ab7664f40f7 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1236/2442] 10.0.0.201 () {32 vars in 751 bytes} [Sun May 10 05:17:38 2026] GET /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:17:38.570 8 WARNING tagging [None req-1638e0a5-fb3f-4c70-a135-13bf5b276c2b 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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: 1237/2443] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:17:38 2026] DELETE /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:38.628 8 WARNING tagging [None req-419cada5-4275-482f-b3d4-866ff04085a5 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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: 1238/2444] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:17:38 2026] GET /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:38.680 8 WARNING tagging [None req-5a0835e9-a2d6-48ff-90bb-01971ee8a30a 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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-10 05:17:38.728 8 INFO neutron.api.v2.resource [None req-5a0835e9-a2d6-48ff-90bb-01971ee8a30a 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1239/2445] 10.0.0.201 () {32 vars in 754 bytes} [Sun May 10 05:17:38 2026] DELETE /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags/green => generated 99 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:17:38.755 7 INFO neutron.db.ovn_revision_numbers_db [None req-73052423-8f6e-437b-a8b0-becefa4c593e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a194bb67-07c2-4b1d-a18a-601622cfe3ff (type: ports) to 2 [pid: 8|app: 0|req: 1240/2446] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 05:17:38 2026] GET /v2.0/ports?device_id=1e7ee366-86e7-4c89-90df-d8742cf972bc => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:38.785 8 WARNING tagging [None req-230a6487-e6c5-4467-81d8-92fd4b3eab50 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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-10 05:17:38.787 7 INFO neutron.db.ovn_revision_numbers_db [None req-73052423-8f6e-437b-a8b0-becefa4c593e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1c100eea-d6ee-46ee-acab-2edcd60ffdfe (type: subnets) to 0 [pid: 7|app: 0|req: 1207/2447] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:17:38 2026] POST /v2.0/subnets => generated 687 bytes in 724 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2448] 10.0.0.201 () {32 vars in 742 bytes} [Sun May 10 05:17:38 2026] DELETE /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2449] 10.0.0.223 () {34 vars in 1040 bytes} [Sun May 10 05:17:38 2026] GET /v2.0/security-groups?id=44622cc4-b94b-447b-9301-3c7f1ef9c500&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:38.859 7 WARNING tagging [None req-09e35410-8494-4009-bd9d-0986ed6614c7 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - 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: 1209/2450] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:17:38 2026] GET /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:39.227 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ef34a6b-34e0-4dc0-9ba3-5896d2c0c190 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource e0ac2654-985c-4543-9e19-ca8f37a9ef1f (type: security_groups) to 1 2026-05-10 05:17:39.236 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ef34a6b-34e0-4dc0-9ba3-5896d2c0c190 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource 01a1c722-b185-4275-a290-651d600d3efd (type: security_group_rules) to 0 2026-05-10 05:17:39.246 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ad454449-f17a-4f1d-a11f-fac7e979f6dd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:17:39.248 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ef34a6b-34e0-4dc0-9ba3-5896d2c0c190 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource 060ff4d8-dc85-4244-9014-555af915d093 (type: security_group_rules) to 0 2026-05-10 05:17:39.248 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ad454449-f17a-4f1d-a11f-fac7e979f6dd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:39.259 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ef34a6b-34e0-4dc0-9ba3-5896d2c0c190 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource 33a28ea3-e26f-443f-a2f8-e6458c9b7374 (type: security_group_rules) to 0 2026-05-10 05:17:39.280 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ef34a6b-34e0-4dc0-9ba3-5896d2c0c190 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource 60591119-8a7b-40e7-a684-5b24bb317421 (type: security_group_rules) to 0 2026-05-10 05:17:39.363 7 INFO neutron.db.segments_db [None req-6ef34a6b-34e0-4dc0-9ba3-5896d2c0c190 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Added segment f23b1152-0866-471b-b7b9-5762c77882b9 of type geneve for network 3586d18a-a9da-46e7-aa67-1e300e386bd8 2026-05-10 05:17:39.404 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: 70bf6e91-f7bd-4ad1-8df7-c0af709a0360 2026-05-10 05:17:39.464 8 INFO neutron.db.ovn_revision_numbers_db [None req-ad454449-f17a-4f1d-a11f-fac7e979f6dd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 70bf6e91-f7bd-4ad1-8df7-c0af709a0360 (type: ports) to 1 2026-05-10 05:17:39.505 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ef34a6b-34e0-4dc0-9ba3-5896d2c0c190 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource 3586d18a-a9da-46e7-aa67-1e300e386bd8 (type: networks) to 1 2026-05-10 05:17:39.679 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6ef34a6b-34e0-4dc0-9ba3-5896d2c0c190 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] No more DHCP agents 2026-05-10 05:17:39.681 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6ef34a6b-34e0-4dc0-9ba3-5896d2c0c190 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Unable to schedule network 3586d18a-a9da-46e7-aa67-1e300e386bd8: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:39.755 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bdc4fc93-c36d-4cac-9e76-1d41e000181a - - - - - -] OVN reports status down for port: 2be32271-d05b-4606-8cae-88e251891eb0 2026-05-10 05:17:39.827 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ef34a6b-34e0-4dc0-9ba3-5896d2c0c190 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource 2be32271-d05b-4606-8cae-88e251891eb0 (type: ports) to 1 [pid: 7|app: 0|req: 1210/2451] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:17:38 2026] POST /v2.0/networks => generated 670 bytes in 997 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:40.075 7 INFO neutron_taas.services.taas.taas_plugin [None req-d116feb8-24f4-4384-8fda-8efddf6c9fa4 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - default default] TaaS: Handle Delete Port: 18ee3ba4-f795-425a-8a95-77b574d5519e 2026-05-10 05:17:40.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d116feb8-24f4-4384-8fda-8efddf6c9fa4 24c9146bd5374abe96a16b84d374b2cc 8b9633fd8594433c98d39dac96014b11 - - default default] Tap Mirror: Handle Delete Port: 18ee3ba4-f795-425a-8a95-77b574d5519e [pid: 7|app: 0|req: 1211/2452] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:17:39 2026] DELETE /v2.0/floatingips/46b7cfc2-46de-4e08-be7f-5f93318434e4 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:40.278 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status up for port: 70bf6e91-f7bd-4ad1-8df7-c0af709a0360 2026-05-10 05:17:40.311 8 INFO neutron.plugins.ml2.plugin [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] Attempt 1 to provision port 70bf6e91-f7bd-4ad1-8df7-c0af709a0360 2026-05-10 05:17:40.316 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-856ed870-cc21-4890-8c10-2190ce8dfcd0 - - - - - -] Router 55e6a161-243c-454b-ac4e-905da7e39686 is bound to host instance 2026-05-10 05:17:40.348 7 INFO neutron.db.segments_db [None req-2bfdc0c7-17fd-4983-9d38-18466dc04b76 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Added segment f169e658-3b8e-4f39-be56-bf16e4fece4e of type geneve for network df477629-4666-45ce-a4ab-2c68f90c79cc 2026-05-10 05:17:40.393 8 INFO neutron.db.ovn_revision_numbers_db [None req-ad454449-f17a-4f1d-a11f-fac7e979f6dd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 70bf6e91-f7bd-4ad1-8df7-c0af709a0360 (type: router_ports) to 1 2026-05-10 05:17:40.439 7 INFO neutron.db.ovn_revision_numbers_db [None req-2bfdc0c7-17fd-4983-9d38-18466dc04b76 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource df477629-4666-45ce-a4ab-2c68f90c79cc (type: networks) to 1 2026-05-10 05:17:40.587 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2bfdc0c7-17fd-4983-9d38-18466dc04b76 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] No more DHCP agents 2026-05-10 05:17:40.589 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2bfdc0c7-17fd-4983-9d38-18466dc04b76 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Unable to schedule network df477629-4666-45ce-a4ab-2c68f90c79cc: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:40.622 8 INFO neutron.db.ovn_revision_numbers_db [None req-ad454449-f17a-4f1d-a11f-fac7e979f6dd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 55e6a161-243c-454b-ac4e-905da7e39686 (type: routers) to 2 2026-05-10 05:17:40.676 7 INFO neutron.db.ovn_revision_numbers_db [None req-2bfdc0c7-17fd-4983-9d38-18466dc04b76 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource f3d5f303-d68a-4c73-b37f-1e74899be660 (type: ports) to 1 [pid: 7|app: 0|req: 1212/2453] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:17:40 2026] POST /v2.0/networks => generated 670 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2454] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:17:38 2026] POST /v2.0/routers => generated 986 bytes in 1906 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:40.806 7 INFO neutron.db.segments_db [None req-c1974bfa-ba32-486e-9620-a69543480920 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Added segment 299fce62-96a3-401a-b3d5-0055cbc9e7b8 of type geneve for network 1c1b4742-9a49-4d7b-a3c9-15b2d367028b 2026-05-10 05:17:40.924 7 INFO neutron.db.ovn_revision_numbers_db [None req-c1974bfa-ba32-486e-9620-a69543480920 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource 1c1b4742-9a49-4d7b-a3c9-15b2d367028b (type: networks) to 1 2026-05-10 05:17:41.073 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c1974bfa-ba32-486e-9620-a69543480920 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] No more DHCP agents 2026-05-10 05:17:41.075 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c1974bfa-ba32-486e-9620-a69543480920 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Unable to schedule network 1c1b4742-9a49-4d7b-a3c9-15b2d367028b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:41.144 7 INFO neutron.db.ovn_revision_numbers_db [None req-c1974bfa-ba32-486e-9620-a69543480920 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource 514463ad-7ad1-4d82-95e8-f308e5bc31fb (type: ports) to 1 [pid: 7|app: 0|req: 1213/2455] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:17:40 2026] POST /v2.0/networks => generated 669 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:41.262 7 WARNING neutron.db.securitygroups_db [None req-762b8808-d62e-4f10-8d48-c9c7ed76bc01 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:17:41.371 7 INFO neutron.db.ovn_revision_numbers_db [None req-762b8808-d62e-4f10-8d48-c9c7ed76bc01 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d7e9d810-9dbf-409a-84a8-4d26d86ca5c2 (type: security_groups) to 1 2026-05-10 05:17:41.383 7 INFO neutron.db.ovn_revision_numbers_db [None req-762b8808-d62e-4f10-8d48-c9c7ed76bc01 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1e6536ac-cf42-4fa9-96d4-02cdfa7bc0a3 (type: security_group_rules) to 0 2026-05-10 05:17:41.394 7 INFO neutron.db.ovn_revision_numbers_db [None req-762b8808-d62e-4f10-8d48-c9c7ed76bc01 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource de1bbffb-064d-4404-9178-7cf026ff0261 (type: security_group_rules) to 0 2026-05-10 05:17:41.405 7 INFO neutron.db.ovn_revision_numbers_db [None req-762b8808-d62e-4f10-8d48-c9c7ed76bc01 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e5d2a420-dc3f-4e96-b7df-fe456415e5d8 (type: security_group_rules) to 0 2026-05-10 05:17:41.422 7 INFO neutron.db.ovn_revision_numbers_db [None req-762b8808-d62e-4f10-8d48-c9c7ed76bc01 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f80fa960-5399-48df-b010-2db9d1cc4bec (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1214/2456] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:41 2026] GET /v2.0/security-groups?tenant_id=8b9633fd8594433c98d39dac96014b11&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:41.545 7 INFO neutron.db.segments_db [None req-8662f7f6-2086-4312-98ee-28096c2ca470 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Added segment b35c0f2a-3554-4c44-88e6-4287bf71f03a of type geneve for network 489ddd26-e1db-4d78-8e7a-fc0e852618c8 2026-05-10 05:17:41.634 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-36db5578-041b-47ae-a037-a66929791cad ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:17:41.644 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-36db5578-041b-47ae-a037-a66929791cad ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:41.655 7 INFO neutron.db.ovn_revision_numbers_db [None req-8662f7f6-2086-4312-98ee-28096c2ca470 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource 489ddd26-e1db-4d78-8e7a-fc0e852618c8 (type: networks) to 1 2026-05-10 05:17:41.824 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8662f7f6-2086-4312-98ee-28096c2ca470 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] No more DHCP agents 2026-05-10 05:17:41.838 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8662f7f6-2086-4312-98ee-28096c2ca470 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Unable to schedule network 489ddd26-e1db-4d78-8e7a-fc0e852618c8: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:41.875 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bdc4fc93-c36d-4cac-9e76-1d41e000181a - - - - - -] OVN reports status down for port: def02334-307e-4c60-b143-60c4e7165222 2026-05-10 05:17:41.890 8 INFO neutron.db.ovn_revision_numbers_db [None req-36db5578-041b-47ae-a037-a66929791cad ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource def02334-307e-4c60-b143-60c4e7165222 (type: ports) to 1 2026-05-10 05:17:41.981 7 INFO neutron.db.ovn_revision_numbers_db [None req-8662f7f6-2086-4312-98ee-28096c2ca470 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource 3d179419-2b6c-4618-803c-fb7c273f40f3 (type: ports) to 1 [pid: 7|app: 0|req: 1215/2457] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:17:41 2026] POST /v2.0/networks => generated 669 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:42.219 8 INFO neutron.db.ovn_revision_numbers_db [None req-23900d7c-b6b0-48ae-9877-c70c5ef2d2b2 - - - - - -] Successfully bumped revision number for resource 70bf6e91-f7bd-4ad1-8df7-c0af709a0360 (type: ports) to 4 [pid: 7|app: 0|req: 1216/2458] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:42 2026] DELETE /v2.0/security-groups/d7e9d810-9dbf-409a-84a8-4d26d86ca5c2 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:42.333 7 INFO neutron.db.segments_db [None req-6e104935-0f1e-48cd-996a-204c6a030dc9 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Added segment 5a6c946d-b300-4ed4-b96f-017262609380 of type geneve for network b40cf12a-87b3-42ea-bba8-0b1fb1d9373b 2026-05-10 05:17:42.449 7 INFO neutron.db.ovn_revision_numbers_db [None req-6e104935-0f1e-48cd-996a-204c6a030dc9 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource b40cf12a-87b3-42ea-bba8-0b1fb1d9373b (type: networks) to 1 2026-05-10 05:17:42.627 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6e104935-0f1e-48cd-996a-204c6a030dc9 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] No more DHCP agents 2026-05-10 05:17:42.629 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6e104935-0f1e-48cd-996a-204c6a030dc9 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Unable to schedule network b40cf12a-87b3-42ea-bba8-0b1fb1d9373b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:42.708 7 INFO neutron.db.ovn_revision_numbers_db [None req-6e104935-0f1e-48cd-996a-204c6a030dc9 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Successfully bumped revision number for resource a1720f35-899c-4ac3-a87f-19395e1ac7f0 (type: ports) to 1 [pid: 7|app: 0|req: 1217/2459] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:17:42 2026] POST /v2.0/networks => generated 669 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:42.741 7 WARNING neutron.db.securitygroups_db [None req-876946fb-cbea-49cb-bac9-ccf76f5897c3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:17:42.856 7 INFO neutron.db.ovn_revision_numbers_db [None req-876946fb-cbea-49cb-bac9-ccf76f5897c3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c2fb7821-ff5f-4381-9c5d-038034a063dd (type: security_groups) to 1 2026-05-10 05:17:42.869 7 INFO neutron.db.ovn_revision_numbers_db [None req-876946fb-cbea-49cb-bac9-ccf76f5897c3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0f5a0e4c-f35e-42df-a31a-a3d7c1248d7d (type: security_group_rules) to 0 2026-05-10 05:17:42.883 7 INFO neutron.db.ovn_revision_numbers_db [None req-876946fb-cbea-49cb-bac9-ccf76f5897c3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9ae15174-698e-438f-b516-b6277c077c23 (type: security_group_rules) to 0 2026-05-10 05:17:42.895 7 INFO neutron.db.ovn_revision_numbers_db [None req-876946fb-cbea-49cb-bac9-ccf76f5897c3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c53f4950-18d9-4268-86ae-c730366535c3 (type: security_group_rules) to 0 2026-05-10 05:17:42.906 7 INFO neutron.db.ovn_revision_numbers_db [None req-876946fb-cbea-49cb-bac9-ccf76f5897c3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource deca186c-0427-4a4b-a744-e205f4953352 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1218/2460] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:42 2026] GET /v2.0/security-groups?tenant_id=80b4be45e1b643cf9ba71b4605759d53&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2461] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:17:42 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:42.988 8 INFO neutron.db.ovn_revision_numbers_db [None req-23900d7c-b6b0-48ae-9877-c70c5ef2d2b2 - - - - - -] Successfully bumped revision number for resource 70bf6e91-f7bd-4ad1-8df7-c0af709a0360 (type: ports) to 5 [pid: 7|app: 0|req: 1220/2462] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:17:42 2026] PUT /v2.0/networks/3586d18a-a9da-46e7-aa67-1e300e386bd8/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:43.104 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-bdc4fc93-c36d-4cac-9e76-1d41e000181a - - - - - -] OVN reports status up for port: def02334-307e-4c60-b143-60c4e7165222 2026-05-10 05:17:43.131 7 INFO neutron.plugins.ml2.plugin [None req-bdc4fc93-c36d-4cac-9e76-1d41e000181a - - - - - -] Attempt 1 to provision port def02334-307e-4c60-b143-60c4e7165222 2026-05-10 05:17:43.164 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: f3d5f303-d68a-4c73-b37f-1e74899be660 2026-05-10 05:17:43.296 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-36db5578-041b-47ae-a037-a66929791cad ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:17:43.299 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-36db5578-041b-47ae-a037-a66929791cad ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:43.322 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: 514463ad-7ad1-4d82-95e8-f308e5bc31fb [pid: 7|app: 0|req: 1221/2463] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:43 2026] DELETE /v2.0/security-groups/c2fb7821-ff5f-4381-9c5d-038034a063dd => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2464] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:17:43 2026] PUT /v2.0/networks/df477629-4666-45ce-a4ab-2c68f90c79cc/tags => generated 25 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:43.463 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: 3d179419-2b6c-4618-803c-fb7c273f40f3 [pid: 7|app: 0|req: 1223/2465] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:17:43 2026] PUT /v2.0/networks/1c1b4742-9a49-4d7b-a3c9-15b2d367028b/tags => generated 34 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:43.612 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: a1720f35-899c-4ac3-a87f-19395e1ac7f0 [pid: 7|app: 0|req: 1224/2466] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:17:43 2026] PUT /v2.0/networks/489ddd26-e1db-4d78-8e7a-fc0e852618c8/tags => generated 19 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:43.685 7 INFO neutron.db.ovn_revision_numbers_db [None req-bdc4fc93-c36d-4cac-9e76-1d41e000181a - - - - - -] Successfully bumped revision number for resource def02334-307e-4c60-b143-60c4e7165222 (type: ports) to 2 [pid: 7|app: 0|req: 1225/2467] 10.0.0.201 () {32 vars in 666 bytes} [Sun May 10 05:17:43 2026] GET /v2.0/networks?tags=red => generated 1988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2468] 10.0.0.201 () {32 vars in 680 bytes} [Sun May 10 05:17:43 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1337 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:43.960 8 INFO neutron.db.ovn_revision_numbers_db [None req-36db5578-041b-47ae-a037-a66929791cad ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource def02334-307e-4c60-b143-60c4e7165222 (type: router_ports) to 1 [pid: 8|app: 0|req: 1243/2469] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:17:40 2026] PUT /v2.0/routers/55e6a161-243c-454b-ac4e-905da7e39686/add_router_interface => generated 310 bytes in 3245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:43.971 8 INFO neutron.common.ovn.utils [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] HA Chassis Group neutron-c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c [pid: 7|app: 0|req: 1227/2470] 10.0.0.201 () {32 vars in 676 bytes} [Sun May 10 05:17:43 2026] GET /v2.0/networks?tags-any=blue => generated 1337 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2471] 10.0.0.201 () {32 vars in 688 bytes} [Sun May 10 05:17:44 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1988 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2472] 10.0.0.201 () {32 vars in 674 bytes} [Sun May 10 05:17:44 2026] GET /v2.0/networks?not-tags=red => generated 1986 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2473] 10.0.0.201 () {32 vars in 688 bytes} [Sun May 10 05:17:44 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2637 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2474] 10.0.0.201 () {32 vars in 684 bytes} [Sun May 10 05:17:44 2026] GET /v2.0/networks?not-tags-any=blue => generated 2637 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2475] 10.0.0.201 () {32 vars in 696 bytes} [Sun May 10 05:17:44 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1986 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2476] 10.0.0.37 () {30 vars in 689 bytes} [Sun May 10 05:17:44 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: 1230/2477] 10.0.0.37 () {30 vars in 691 bytes} [Sun May 10 05:17:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2478] 10.0.0.37 () {30 vars in 667 bytes} [Sun May 10 05:17:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2479] 10.0.0.37 () {30 vars in 703 bytes} [Sun May 10 05:17:44 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:44.573 8 INFO neutron_taas.services.taas.taas_plugin [None req-74f76d2c-7d8b-447b-a751-ac9cf0b580a9 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] TaaS: Handle Delete Port: 2be32271-d05b-4606-8cae-88e251891eb0 2026-05-10 05:17:44.576 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74f76d2c-7d8b-447b-a751-ac9cf0b580a9 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Tap Mirror: Handle Delete Port: 2be32271-d05b-4606-8cae-88e251891eb0 2026-05-10 05:17:44.782 8 INFO neutron.services.segments.plugin [-] Segment f23b1152-0866-471b-b7b9-5762c77882b9 resource provider aggregate not found 2026-05-10 05:17:44.789 8 INFO neutron.services.segments.plugin [-] Segment f23b1152-0866-471b-b7b9-5762c77882b9 resource provider aggregate not found 2026-05-10 05:17:44.810 8 INFO neutron.services.segments.plugin [-] Segment f23b1152-0866-471b-b7b9-5762c77882b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f23b1152-0866-471b-b7b9-5762c77882b9 found for delete ", "request_id": "req-0a241d85-076c-484e-8212-17971ddc4fa1"}]} 2026-05-10 05:17:44.817 8 INFO neutron.services.segments.plugin [-] Segment f23b1152-0866-471b-b7b9-5762c77882b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f23b1152-0866-471b-b7b9-5762c77882b9 found for delete ", "request_id": "req-15e7a624-f630-4b16-8258-a979ac09dde7"}]} [pid: 8|app: 0|req: 1248/2480] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:44 2026] DELETE /v2.0/networks/3586d18a-a9da-46e7-aa67-1e300e386bd8 => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:44.958 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2d69029-536b-4b93-a1f7-a310af777c11 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] TaaS: Handle Delete Port: f3d5f303-d68a-4c73-b37f-1e74899be660 2026-05-10 05:17:44.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2d69029-536b-4b93-a1f7-a310af777c11 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Tap Mirror: Handle Delete Port: f3d5f303-d68a-4c73-b37f-1e74899be660 [pid: 8|app: 0|req: 1251/2483] 10.0.0.37 () {28 vars in 438 bytes} [Sun May 10 05:17:45 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2484] 10.0.0.37 () {30 vars in 727 bytes} [Sun May 10 05:17:45 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 658 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2485] 10.0.0.37 () {30 vars in 689 bytes} [Sun May 10 05:17:45 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: 1254/2486] 10.0.0.37 () {30 vars in 691 bytes} [Sun May 10 05:17:45 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: 1255/2487] 10.0.0.37 () {30 vars in 667 bytes} [Sun May 10 05:17:45 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: 1256/2488] 10.0.0.37 () {30 vars in 703 bytes} [Sun May 10 05:17:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:45.195 7 INFO neutron.services.segments.plugin [-] Segment f169e658-3b8e-4f39-be56-bf16e4fece4e resource provider aggregate not found 2026-05-10 05:17:45.198 7 INFO neutron.services.segments.plugin [-] Segment f169e658-3b8e-4f39-be56-bf16e4fece4e resource provider aggregate not found [pid: 8|app: 0|req: 1257/2489] 10.0.0.37 () {30 vars in 727 bytes} [Sun May 10 05:17:45 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:45.217 7 INFO neutron.services.segments.plugin [-] Segment f169e658-3b8e-4f39-be56-bf16e4fece4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f169e658-3b8e-4f39-be56-bf16e4fece4e found for delete ", "request_id": "req-f9460934-9fa4-4fb9-bea8-fd395537263b"}]} 2026-05-10 05:17:45.218 7 INFO neutron.services.segments.plugin [-] Segment f169e658-3b8e-4f39-be56-bf16e4fece4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f169e658-3b8e-4f39-be56-bf16e4fece4e found for delete ", "request_id": "req-360c74d6-e47d-4372-baa3-6711c7f6b905"}]} [pid: 7|app: 0|req: 1233/2490] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:44 2026] DELETE /v2.0/networks/df477629-4666-45ce-a4ab-2c68f90c79cc => generated 0 bytes in 414 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2491] 10.0.0.37 () {30 vars in 689 bytes} [Sun May 10 05:17:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2492] 10.0.0.37 () {30 vars in 691 bytes} [Sun May 10 05:17:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2493] 10.0.0.37 () {30 vars in 667 bytes} [Sun May 10 05:17:45 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: 1237/2494] 10.0.0.37 () {30 vars in 703 bytes} [Sun May 10 05:17:45 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-10 05:17:45.391 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ae72397-4014-4655-8830-0d223709a7e9 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] TaaS: Handle Delete Port: 514463ad-7ad1-4d82-95e8-f308e5bc31fb 2026-05-10 05:17:45.393 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ae72397-4014-4655-8830-0d223709a7e9 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Tap Mirror: Handle Delete Port: 514463ad-7ad1-4d82-95e8-f308e5bc31fb [pid: 7|app: 0|req: 1238/2495] 10.0.0.37 () {30 vars in 729 bytes} [Sun May 10 05:17:45 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2 => generated 841 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2496] 10.0.0.37 () {30 vars in 681 bytes} [Sun May 10 05:17:45 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2497] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:45 2026] DELETE /v2.0/networks/1c1b4742-9a49-4d7b-a3c9-15b2d367028b => generated 0 bytes in 417 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:17:45.731 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b2167a2a-7ea5-4f59-8395-bcdd1bcdac8e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:17:45.733 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b2167a2a-7ea5-4f59-8395-bcdd1bcdac8e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 3cc857bc-d7e2-4505-9504-b3be219de6f2: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:45.833 8 INFO neutron_taas.services.taas.taas_plugin [None req-59f2ab63-2a3c-4745-bbab-d8b84517290c 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] TaaS: Handle Delete Port: 3d179419-2b6c-4618-803c-fb7c273f40f3 2026-05-10 05:17:45.836 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59f2ab63-2a3c-4745-bbab-d8b84517290c 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Tap Mirror: Handle Delete Port: 3d179419-2b6c-4618-803c-fb7c273f40f3 2026-05-10 05:17:45.892 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: c8ec15a3-78cc-4880-b9f3-11c05e81fac9 2026-05-10 05:17:45.903 7 INFO neutron.db.ovn_revision_numbers_db [None req-b2167a2a-7ea5-4f59-8395-bcdd1bcdac8e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c8ec15a3-78cc-4880-b9f3-11c05e81fac9 (type: ports) to 1 [pid: 7|app: 0|req: 1240/2498] 10.0.0.37 () {34 vars in 703 bytes} [Sun May 10 05:17:45 2026] POST /v2.0/ports => generated 1128 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2499] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:45 2026] DELETE /v2.0/networks/489ddd26-e1db-4d78-8e7a-fc0e852618c8 => generated 0 bytes in 439 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: 1260/2500] 10.0.0.162 () {34 vars in 982 bytes} [Sun May 10 05:17:46 2026] GET /v2.0/networks?id=c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9 => generated 710 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:46.262 7 INFO neutron_taas.services.taas.taas_plugin [None req-a36b5142-4097-411e-8e6f-cbc015a7d321 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] TaaS: Handle Delete Port: a1720f35-899c-4ac3-a87f-19395e1ac7f0 2026-05-10 05:17:46.265 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a36b5142-4097-411e-8e6f-cbc015a7d321 041401fb235e4983a6d92237db945a46 cf9a62312aab4116b6e49e84d456d46c - - default default] Tap Mirror: Handle Delete Port: a1720f35-899c-4ac3-a87f-19395e1ac7f0 [pid: 8|app: 0|req: 1261/2501] 10.0.0.162 () {34 vars in 965 bytes} [Sun May 10 05:17:46 2026] GET /v2.0/quotas/dec3db6849b94b1abac1d633701454c2 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2502] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:17:46 2026] GET /v2.0/ports?tenant_id=dec3db6849b94b1abac1d633701454c2&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2503] 10.0.0.162 () {34 vars in 1008 bytes} [Sun May 10 05:17:46 2026] GET /v2.0/networks/c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2504] 10.0.0.162 () {34 vars in 1108 bytes} [Sun May 10 05:17:46 2026] GET /v2.0/networks/c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9?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: 1241/2505] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:17:46 2026] DELETE /v2.0/networks/b40cf12a-87b3-42ea-bba8-0b1fb1d9373b => 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: 1242/2506] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:46 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => 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: 1265/2507] 10.0.0.201 () {34 vars in 678 bytes} [Sun May 10 05:17:46 2026] POST /v2.0/qos/policies => generated 359 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:46.683 7 WARNING tagging [None req-01af6953-1e2c-46af-9818-83f6a5d1a8fd 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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: 1243/2508] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:17:46 2026] PUT /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:46.759 8 WARNING tagging [None req-7fd2512a-4008-4d99-84a4-2de7a65d4e91 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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: 1266/2509] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:17:46 2026] GET /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:46.806 7 WARNING tagging [None req-2acfff0c-1047-41d4-b5b1-b09b588455d8 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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-10 05:17:46.828 8 INFO neutron.services.segments.plugin [-] Segment 299fce62-96a3-401a-b3d5-0055cbc9e7b8 resource provider aggregate not found [pid: 7|app: 0|req: 1244/2510] 10.0.0.201 () {34 vars in 764 bytes} [Sun May 10 05:17:46 2026] PUT /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:17:46.833 8 INFO neutron.services.segments.plugin [-] Segment 299fce62-96a3-401a-b3d5-0055cbc9e7b8 resource provider aggregate not found 2026-05-10 05:17:46.852 8 INFO neutron.services.segments.plugin [-] Segment 299fce62-96a3-401a-b3d5-0055cbc9e7b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 299fce62-96a3-401a-b3d5-0055cbc9e7b8 found for delete ", "request_id": "req-73c37932-2f59-4e7f-b438-e8b4f950d0f1"}]} 2026-05-10 05:17:46.853 8 INFO neutron.services.segments.plugin [-] Segment 299fce62-96a3-401a-b3d5-0055cbc9e7b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 299fce62-96a3-401a-b3d5-0055cbc9e7b8 found for delete ", "request_id": "req-32efd7df-2b8f-42bc-b6ef-30abb15c9f8e"}]} 2026-05-10 05:17:46.873 8 INFO neutron.services.segments.plugin [-] Segment b35c0f2a-3554-4c44-88e6-4287bf71f03a resource provider aggregate not found 2026-05-10 05:17:46.878 8 INFO neutron.services.segments.plugin [-] Segment b35c0f2a-3554-4c44-88e6-4287bf71f03a resource provider aggregate not found 2026-05-10 05:17:46.889 8 INFO neutron.services.segments.plugin [-] Segment b35c0f2a-3554-4c44-88e6-4287bf71f03a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b35c0f2a-3554-4c44-88e6-4287bf71f03a found for delete ", "request_id": "req-22debcd6-c0b9-470d-a029-80e88c547f84"}]} 2026-05-10 05:17:46.894 8 WARNING tagging [None req-524fa2b4-fec1-40c6-a3bc-b9af33baebd7 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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-10 05:17:46.895 8 INFO neutron.services.segments.plugin [-] Segment b35c0f2a-3554-4c44-88e6-4287bf71f03a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b35c0f2a-3554-4c44-88e6-4287bf71f03a found for delete ", "request_id": "req-374381b7-4b70-479f-874e-41ddd6a00fc1"}]} [pid: 8|app: 0|req: 1267/2511] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:17:46 2026] GET /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:46.937 7 WARNING tagging [None req-3454f487-bfca-4ae2-8a22-ade65fbea87a 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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: 1245/2512] 10.0.0.201 () {34 vars in 760 bytes} [Sun May 10 05:17:46 2026] PUT /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:17:46.987 8 WARNING tagging [None req-94b155dd-736e-4b89-814d-89a95bb33dcb 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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: 1268/2513] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:17:46 2026] GET /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:47.030 7 WARNING tagging [None req-9cd0f20c-632c-4862-94f0-1186b6d80d49 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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: 1246/2514] 10.0.0.201 () {34 vars in 782 bytes} [Sun May 10 05:17:47 2026] PUT /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:17:47.095 8 WARNING tagging [None req-339512d6-13a4-4182-b363-e0f3b47664a0 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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: 1269/2515] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:17:47 2026] GET /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:47.137 7 WARNING tagging [None req-eda805a5-9355-411d-a16e-256c60cc7f66 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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: 1247/2516] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:17:47 2026] PUT /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:47.191 8 WARNING tagging [None req-45a8b299-7d74-4765-9de8-382e085e9b74 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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: 1270/2517] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:17:47 2026] GET /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:47.236 7 WARNING tagging [None req-41b37e33-bf66-43d9-a7e6-a15e90e7cd5b 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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-10 05:17:47.244 7 INFO neutron.services.segments.plugin [-] Segment 5a6c946d-b300-4ed4-b96f-017262609380 resource provider aggregate not found [pid: 7|app: 0|req: 1248/2518] 10.0.0.201 () {32 vars in 741 bytes} [Sun May 10 05:17:47 2026] GET /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:47.249 7 INFO neutron.services.segments.plugin [-] Segment 5a6c946d-b300-4ed4-b96f-017262609380 resource provider aggregate not found 2026-05-10 05:17:47.258 7 INFO neutron.services.segments.plugin [-] Segment 5a6c946d-b300-4ed4-b96f-017262609380 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a6c946d-b300-4ed4-b96f-017262609380 found for delete ", "request_id": "req-a354a0d5-c549-44cc-96ee-b506dc106e95"}]} 2026-05-10 05:17:47.263 7 INFO neutron.services.segments.plugin [-] Segment 5a6c946d-b300-4ed4-b96f-017262609380 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a6c946d-b300-4ed4-b96f-017262609380 found for delete ", "request_id": "req-f206cbbf-647c-4e3f-a602-0990b26d4818"}]} 2026-05-10 05:17:47.276 8 WARNING tagging [None req-08dede3c-bfb5-4ae6-a5d7-904dc0c1ddb5 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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-10 05:17:47.281 8 INFO neutron.api.v2.resource [None req-08dede3c-bfb5-4ae6-a5d7-904dc0c1ddb5 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1271/2519] 10.0.0.201 () {32 vars in 745 bytes} [Sun May 10 05:17:47 2026] GET /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:17:47.312 7 WARNING tagging [None req-20478a47-3736-4d65-894b-1a9594bfbcff 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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: 1249/2520] 10.0.0.201 () {32 vars in 744 bytes} [Sun May 10 05:17:47 2026] DELETE /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:47.370 8 WARNING tagging [None req-01519d87-d06d-4f3e-b9f4-fe39151bdff9 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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: 1272/2521] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:17:47 2026] GET /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:47.406 8 WARNING tagging [None req-deccae2f-467a-4d57-b864-ceef59987ba5 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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-10 05:17:47.416 8 INFO neutron.api.v2.resource [None req-deccae2f-467a-4d57-b864-ceef59987ba5 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1273/2522] 10.0.0.201 () {32 vars in 748 bytes} [Sun May 10 05:17:47 2026] DELETE /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:17:47.447 8 WARNING tagging [None req-291fd355-cba6-4b27-90fd-b19a38c1c846 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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: 1274/2523] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:17:47 2026] DELETE /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:47.497 8 WARNING tagging [None req-5e8adf98-e76c-405a-a522-c57b8de6e59e 6f7a26e2048c462f86792c10c9138db6 f84cb1401cc1441ab02f8cc2854654db - - 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-10 05:17:47.512 7 WARNING neutron.db.securitygroups_db [None req-9427f6cd-9c13-409e-b13b-fd2740158470 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1275/2524] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:17:47 2026] GET /v2.0/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2525] 10.0.0.201 () {32 vars in 734 bytes} [Sun May 10 05:17:47 2026] DELETE /v2.0/qos/policies/f9722b35-a7dd-48b5-9838-8f579da78fb5 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:47.643 7 INFO neutron.db.ovn_revision_numbers_db [None req-9427f6cd-9c13-409e-b13b-fd2740158470 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8ff6ec4b-a059-4ab4-9223-6a8168284f49 (type: security_groups) to 1 2026-05-10 05:17:47.668 7 INFO neutron.db.ovn_revision_numbers_db [None req-9427f6cd-9c13-409e-b13b-fd2740158470 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0495532b-528b-48f2-945d-0db1a4846da8 (type: security_group_rules) to 0 2026-05-10 05:17:47.679 7 INFO neutron.db.ovn_revision_numbers_db [None req-9427f6cd-9c13-409e-b13b-fd2740158470 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2c24d59f-f835-46bf-8ae5-b6ff17f6784a (type: security_group_rules) to 0 2026-05-10 05:17:47.690 7 INFO neutron.db.ovn_revision_numbers_db [None req-9427f6cd-9c13-409e-b13b-fd2740158470 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5d60e692-638e-475e-8856-cefed5483ef9 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1277/2526] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:47 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:47.704 7 INFO neutron.db.ovn_revision_numbers_db [None req-9427f6cd-9c13-409e-b13b-fd2740158470 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c2f83999-c972-4c25-a9d9-0901d11e3d24 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1250/2527] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:47 2026] GET /v2.0/security-groups?tenant_id=fe73f3d47db042dd8f45230e3d44ef47&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2528] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:47 2026] DELETE /v2.0/security-groups/8ff6ec4b-a059-4ab4-9223-6a8168284f49 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:48.093 7 WARNING neutron.db.securitygroups_db [None req-d3b224e5-1910-48b8-8056-a64c4ee9dbdd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:17:48.215 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3b224e5-1910-48b8-8056-a64c4ee9dbdd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource bd94547d-4609-45fc-a6e5-850d53d27792 (type: security_groups) to 1 2026-05-10 05:17:48.225 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3b224e5-1910-48b8-8056-a64c4ee9dbdd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5bda9e5c-0874-4a0b-98b5-4e14c6b0a6e9 (type: security_group_rules) to 0 2026-05-10 05:17:48.237 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3b224e5-1910-48b8-8056-a64c4ee9dbdd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6189d708-8f5a-45f5-9bb7-d217998d4c3f (type: security_group_rules) to 0 2026-05-10 05:17:48.247 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3b224e5-1910-48b8-8056-a64c4ee9dbdd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 76cc54f2-6c94-4c6b-b9d1-3d8722cdad14 (type: security_group_rules) to 0 2026-05-10 05:17:48.261 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3b224e5-1910-48b8-8056-a64c4ee9dbdd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b7505c01-6614-4e80-810d-f53495169995 (type: security_group_rules) to 0 2026-05-10 05:17:48.292 8 WARNING neutron.db.securitygroups_db [None req-474bbd33-61dc-4729-b9fb-53808fd91536 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1251/2529] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/security-groups?tenant_id=a929d98b1d8d4817885de0cd437a12a6&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:48.417 8 INFO neutron.db.ovn_revision_numbers_db [None req-474bbd33-61dc-4729-b9fb-53808fd91536 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b464c052-43fa-4eba-a707-dd33341bbd8a (type: security_groups) to 1 2026-05-10 05:17:48.430 8 INFO neutron.db.ovn_revision_numbers_db [None req-474bbd33-61dc-4729-b9fb-53808fd91536 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 29061d45-a9e1-4089-878b-e7f24f14c396 (type: security_group_rules) to 0 2026-05-10 05:17:48.442 8 INFO neutron.db.ovn_revision_numbers_db [None req-474bbd33-61dc-4729-b9fb-53808fd91536 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 400fe856-4144-4656-b636-4b8f56569848 (type: security_group_rules) to 0 2026-05-10 05:17:48.452 8 INFO neutron.db.ovn_revision_numbers_db [None req-474bbd33-61dc-4729-b9fb-53808fd91536 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 55622a05-bf91-4053-aad7-5a8d662ab0c4 (type: security_group_rules) to 0 2026-05-10 05:17:48.461 8 INFO neutron.db.ovn_revision_numbers_db [None req-474bbd33-61dc-4729-b9fb-53808fd91536 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7c8042f6-ecb9-4804-8387-091d0b03f3fe (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1279/2530] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/security-groups?tenant_id=f84cb1401cc1441ab02f8cc2854654db&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2531] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:48 2026] DELETE /v2.0/security-groups/bd94547d-4609-45fc-a6e5-850d53d27792 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2532] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2533] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2534] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:17:48 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: 1283/2535] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2536] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:17:48.600 8 WARNING neutron.db.securitygroups_db [None req-3efdfaaf-666a-4e94-a57d-01b102b85718 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1285/2537] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/security-groups?tenant_id=cf9a62312aab4116b6e49e84d456d46c&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2538] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:48 2026] DELETE /v2.0/security-groups/b464c052-43fa-4eba-a707-dd33341bbd8a => 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: 1254/2539] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => 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: 1255/2540] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2541] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:48 2026] DELETE /v2.0/security-groups/e0ac2654-985c-4543-9e19-ca8f37a9ef1f => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:48.823 7 WARNING neutron.db.securitygroups_db [None req-2b51d96a-482c-4627-9063-99f033cea111 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1287/2542] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2543] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2544] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:17:48.881 8 INFO neutron.api.v2.resource [None req-d525d884-f05d-4ac6-8809-1469e93b5e2c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1290/2545] 199.204.45.23 () {30 vars in 762 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/security-groups/lb-f3b05b7e-6cb4-4215-a3b6-762ef28d48db => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2546] 199.204.45.23 () {30 vars in 784 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/security-groups?name=lb-f3b05b7e-6cb4-4215-a3b6-762ef28d48db => generated 23 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:48.925 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-72adadfe-9f91-454e-afc7-32abe769d947 - - - - - -] No hosting information found for port def02334-307e-4c60-b143-60c4e7165222: RuntimeError: No hosting information found for port def02334-307e-4c60-b143-60c4e7165222 2026-05-10 05:17:49.026 8 INFO neutron.db.ovn_revision_numbers_db [None req-1010e80f-c039-44d6-812d-b88a426cb331 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 267bd3d4-173d-4821-8075-ddb1dd783d3d (type: security_groups) to 1 2026-05-10 05:17:49.037 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b51d96a-482c-4627-9063-99f033cea111 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2882897d-7b56-4912-bf4e-af6d149e7704 (type: security_groups) to 1 2026-05-10 05:17:49.039 8 INFO neutron.db.ovn_revision_numbers_db [None req-1010e80f-c039-44d6-812d-b88a426cb331 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4154f8ed-c8bf-451c-a70a-63ad87d2c394 (type: security_group_rules) to 0 2026-05-10 05:17:49.049 8 INFO neutron.db.ovn_revision_numbers_db [None req-1010e80f-c039-44d6-812d-b88a426cb331 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 83a473f1-2131-4199-9504-944ad2a9d700 (type: security_group_rules) to 0 2026-05-10 05:17:49.051 7 INFO neutron.db.ovn_revision_numbers_db [None req-72adadfe-9f91-454e-afc7-32abe769d947 - - - - - -] Successfully bumped revision number for resource def02334-307e-4c60-b143-60c4e7165222 (type: router_ports) to 2 2026-05-10 05:17:49.053 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b51d96a-482c-4627-9063-99f033cea111 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 06a7c905-9da0-491a-aca1-bc84f8d78638 (type: security_group_rules) to 0 2026-05-10 05:17:49.071 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b51d96a-482c-4627-9063-99f033cea111 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0c10420e-edc6-401e-8491-cf63508d055f (type: security_group_rules) to 0 2026-05-10 05:17:49.081 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b51d96a-482c-4627-9063-99f033cea111 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8ebaad90-793e-41ac-87da-622695ee7fb4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1292/2547] 199.204.45.23 () {34 vars in 735 bytes} [Sun May 10 05:17:48 2026] POST /v2.0/security-groups => generated 1636 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:17:49.090 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b51d96a-482c-4627-9063-99f033cea111 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 91ae405c-7bec-47de-a2d6-e9d79cc50b0c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1293/2548] 199.204.45.23 () {30 vars in 814 bytes} [Sun May 10 05:17:49 2026] GET /v2.0/security-group-rules?security_group_id=267bd3d4-173d-4821-8075-ddb1dd783d3d => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2549] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:48 2026] GET /v2.0/security-groups?tenant_id=c3e77a1f54c74a0884caab3d451e89b4&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2550] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:49 2026] DELETE /v2.0/security-groups/2882897d-7b56-4912-bf4e-af6d149e7704 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:49.494 7 INFO neutron.db.ovn_revision_numbers_db [None req-80e1e258-5343-453f-b1d7-2520a6d8ca61 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c8ec15a3-78cc-4880-b9f3-11c05e81fac9 (type: ports) to 2 [pid: 7|app: 0|req: 1257/2551] 199.204.45.23 () {34 vars in 788 bytes} [Sun May 10 05:17:49 2026] PUT /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 1128 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2552] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:17:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1258/2553] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:17:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2554] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:17:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2555] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:17:49 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: 1297/2556] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:17:49 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2557] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:49 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => 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: 1298/2558] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:17:50 2026] GET /v2.0/networks?id=c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9 => generated 710 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2559] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:51 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:51.210 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-ebf176f1-9362-4b24-8eef-582393349c20 req-34eb54ca-3604-4ee6-a610-f79793db2a92 d75f35eeb6a640bd90652cf70e26ce3e dec3db6849b94b1abac1d633701454c2 - - default default] No more DHCP agents 2026-05-10 05:17:51.211 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-ebf176f1-9362-4b24-8eef-582393349c20 req-34eb54ca-3604-4ee6-a610-f79793db2a92 d75f35eeb6a640bd90652cf70e26ce3e dec3db6849b94b1abac1d633701454c2 - - default default] Unable to schedule network c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:17:51.351 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-72adadfe-9f91-454e-afc7-32abe769d947 - - - - - -] OVN reports status down for port: 16da9c90-d9bd-4088-a398-d8d343aaed68 2026-05-10 05:17:51.419 7 INFO neutron.db.ovn_revision_numbers_db [req-ebf176f1-9362-4b24-8eef-582393349c20 req-34eb54ca-3604-4ee6-a610-f79793db2a92 d75f35eeb6a640bd90652cf70e26ce3e dec3db6849b94b1abac1d633701454c2 - - default default] Successfully bumped revision number for resource 16da9c90-d9bd-4088-a398-d8d343aaed68 (type: ports) to 1 [pid: 7|app: 0|req: 1261/2560] 199.204.45.23 () {38 vars in 954 bytes} [Sun May 10 05:17:50 2026] POST /v2.0/ports => generated 954 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:51.902 8 INFO neutron.db.ovn_revision_numbers_db [req-ebf176f1-9362-4b24-8eef-582393349c20 req-d585ad7f-4b98-4d71-9fc0-ef9d41c60205 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 16da9c90-d9bd-4088-a398-d8d343aaed68 (type: ports) to 2 2026-05-10 05:17:52.160 8 INFO neutron.db.ovn_revision_numbers_db [req-ebf176f1-9362-4b24-8eef-582393349c20 req-d585ad7f-4b98-4d71-9fc0-ef9d41c60205 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 16da9c90-d9bd-4088-a398-d8d343aaed68 (type: ports) to 4 [pid: 8|app: 0|req: 1300/2561] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:17:51 2026] PUT /v2.0/ports/16da9c90-d9bd-4088-a398-d8d343aaed68 => generated 1227 bytes in 665 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-10 05:17:52.232 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41967744-fd6b-42b3-ae9a-33f315fb035b'] response: {'name': 'network-changed', 'server_uuid': '1e646b1f-89c7-45c2-91d7-e18c3e5d9177', 'tag': '16da9c90-d9bd-4088-a398-d8d343aaed68', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1301/2562] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => generated 969 bytes in 93 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: 1302/2563] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/security-groups?id=ad23da71-a066-4ef3-a3ef-e6fbd22225dc&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2564] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/subnets => generated 6188 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2565] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/agents => generated 1214 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2566] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/networks => generated 5565 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2567] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/security-groups => generated 33155 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2568] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/routers => generated 1969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2569] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2570] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/network-ip-availabilities => generated 6302 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2571] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/floatingips => generated 1702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2572] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/ports?tenant_id=dec3db6849b94b1abac1d633701454c2&device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => 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: 1266/2573] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/ports => generated 23104 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2574] 199.204.45.23 () {34 vars in 1017 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/networks?tenant_id=dec3db6849b94b1abac1d633701454c2&shared=False => generated 808 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2575] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/subnets => generated 6188 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2576] 10.0.0.201 () {34 vars in 678 bytes} [Sun May 10 05:17:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2577] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2578] 199.204.45.23 () {34 vars in 929 bytes} [Sun May 10 05:17:52 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2579] 10.0.0.201 () {34 vars in 678 bytes} [Sun May 10 05:17:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2580] 10.0.0.201 () {34 vars in 678 bytes} [Sun May 10 05:17:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2581] 10.0.0.201 () {34 vars in 678 bytes} [Sun May 10 05:17:52 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2582] 10.0.0.201 () {34 vars in 678 bytes} [Sun May 10 05:17:53 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:17:53.087 7 WARNING tagging [None req-04b75834-5676-4ec7-a163-eb81acf9ef8b 35a5ceafb40b49e6bc19172c87cadd8c a5d21ae23edc409da2d404c0b871aef4 - - 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: 1271/2583] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:17:53 2026] PUT /v2.0/policies/10353293-19a3-46df-879a-f4be0c0c9add/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:53.132 8 WARNING tagging [None req-145de76d-6345-4560-85fe-d263f48b7719 35a5ceafb40b49e6bc19172c87cadd8c a5d21ae23edc409da2d404c0b871aef4 - - 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: 1313/2584] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:17:53 2026] PUT /v2.0/policies/0fa830e8-1c55-45e9-9199-8de34dc892a8/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:53.182 7 WARNING tagging [None req-5288dea9-60ee-4995-a390-a3f783b4e4f0 35a5ceafb40b49e6bc19172c87cadd8c a5d21ae23edc409da2d404c0b871aef4 - - 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: 1272/2585] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:17:53 2026] PUT /v2.0/policies/b21dedbc-6c13-4525-9d60-adbfc8c4a318/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:53.236 8 WARNING tagging [None req-60f9e828-644b-4e38-b955-75bc293a7314 35a5ceafb40b49e6bc19172c87cadd8c a5d21ae23edc409da2d404c0b871aef4 - - 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: 1314/2586] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:17:53 2026] PUT /v2.0/policies/4e21bcf0-aea2-4e6f-8aa3-3f528cfb277e/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2587] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:53 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => 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: 1315/2588] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:53 2026] GET /v2.0/security-groups?id=ad23da71-a066-4ef3-a3ef-e6fbd22225dc&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2589] 10.0.0.201 () {32 vars in 674 bytes} [Sun May 10 05:17:53 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2590] 10.0.0.201 () {32 vars in 688 bytes} [Sun May 10 05:17:53 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2591] 10.0.0.201 () {32 vars in 684 bytes} [Sun May 10 05:17:53 2026] GET /v2.0/qos/policies?tags-any=blue => 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: 1317/2592] 10.0.0.201 () {32 vars in 696 bytes} [Sun May 10 05:17:53 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2593] 10.0.0.201 () {32 vars in 682 bytes} [Sun May 10 05:17:53 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: 8|app: 0|req: 1318/2594] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:17:53 2026] GET /v2.0/ports?tenant_id=dec3db6849b94b1abac1d633701454c2&device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => generated 1230 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2595] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:17:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=16da9c90-d9bd-4088-a398-d8d343aaed68 => 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: 1277/2596] 10.0.0.201 () {32 vars in 696 bytes} [Sun May 10 05:17:53 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2597] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:17:53 2026] GET /v2.0/subnets?id=1c100eea-d6ee-46ee-acab-2edcd60ffdfe => generated 690 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2598] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:17:54 2026] GET /v2.0/ports?network_id=c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9&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: 1278/2599] 10.0.0.201 () {32 vars in 692 bytes} [Sun May 10 05:17:54 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2600] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:17:54 2026] GET /v2.0/networks/c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9?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: 1279/2601] 10.0.0.201 () {32 vars in 704 bytes} [Sun May 10 05:17:54 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2602] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:17:54 2026] GET /v2.0/networks/c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2603] 10.0.0.201 () {32 vars in 734 bytes} [Sun May 10 05:17:54 2026] DELETE /v2.0/qos/policies/10353293-19a3-46df-879a-f4be0c0c9add => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2604] 10.0.0.201 () {32 vars in 734 bytes} [Sun May 10 05:17:54 2026] DELETE /v2.0/qos/policies/0fa830e8-1c55-45e9-9199-8de34dc892a8 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2605] 10.0.0.201 () {32 vars in 734 bytes} [Sun May 10 05:17:54 2026] DELETE /v2.0/qos/policies/b21dedbc-6c13-4525-9d60-adbfc8c4a318 => 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: 1325/2606] 10.0.0.201 () {32 vars in 734 bytes} [Sun May 10 05:17:54 2026] DELETE /v2.0/qos/policies/4e21bcf0-aea2-4e6f-8aa3-3f528cfb277e => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2607] 10.0.0.201 () {32 vars in 734 bytes} [Sun May 10 05:17:54 2026] DELETE /v2.0/qos/policies/df2f173d-845e-47e6-bb52-0b9175a7af87 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2608] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:54 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2609] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:54 2026] GET /v2.0/security-groups?id=ad23da71-a066-4ef3-a3ef-e6fbd22225dc&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-10 05:17:55.301 8 WARNING neutron.db.securitygroups_db [None req-ecf65702-ee71-4d4c-ad89-1be18905867d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:17:55.421 8 INFO neutron.db.ovn_revision_numbers_db [None req-ecf65702-ee71-4d4c-ad89-1be18905867d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a3eb92b6-8dd5-4060-9127-469070809942 (type: security_groups) to 1 2026-05-10 05:17:55.432 8 INFO neutron.db.ovn_revision_numbers_db [None req-ecf65702-ee71-4d4c-ad89-1be18905867d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1b15bf5a-2b2d-43a8-b4af-6749bb9dadb7 (type: security_group_rules) to 0 2026-05-10 05:17:55.444 8 INFO neutron.db.ovn_revision_numbers_db [None req-ecf65702-ee71-4d4c-ad89-1be18905867d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 440c0cbb-f8a8-4115-8045-cef3a55a0b8d (type: security_group_rules) to 0 2026-05-10 05:17:55.456 8 INFO neutron.db.ovn_revision_numbers_db [None req-ecf65702-ee71-4d4c-ad89-1be18905867d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6a03094e-4c9c-4557-99e9-ff024b5380b0 (type: security_group_rules) to 0 2026-05-10 05:17:55.467 8 INFO neutron.db.ovn_revision_numbers_db [None req-ecf65702-ee71-4d4c-ad89-1be18905867d ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource decccd33-88d0-478e-b8fd-d453fd718ed9 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1327/2610] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:55 2026] GET /v2.0/security-groups?tenant_id=04ba13b3d4504ea7aa276a336cb8bd3c&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2611] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:55 2026] DELETE /v2.0/security-groups/a3eb92b6-8dd5-4060-9127-469070809942 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:55.760 7 WARNING neutron.db.securitygroups_db [None req-e6fa4a96-fe5e-4c8e-b2a8-1983fd024597 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1328/2612] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:55 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2613] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:55 2026] GET /v2.0/security-groups?id=ad23da71-a066-4ef3-a3ef-e6fbd22225dc&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-10 05:17:55.893 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6fa4a96-fe5e-4c8e-b2a8-1983fd024597 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f57a90fc-b058-43c1-be20-fb2798d466ea (type: security_groups) to 1 2026-05-10 05:17:55.904 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6fa4a96-fe5e-4c8e-b2a8-1983fd024597 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 22fcc662-2a9f-489c-b154-e919e30b3f72 (type: security_group_rules) to 0 2026-05-10 05:17:55.916 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6fa4a96-fe5e-4c8e-b2a8-1983fd024597 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3038a18a-2645-40b8-97de-03c136f83623 (type: security_group_rules) to 0 2026-05-10 05:17:55.928 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6fa4a96-fe5e-4c8e-b2a8-1983fd024597 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9be0c666-85ac-4d8b-96af-5628dcd56191 (type: security_group_rules) to 0 2026-05-10 05:17:55.945 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6fa4a96-fe5e-4c8e-b2a8-1983fd024597 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource bed1381e-95f8-4c07-8c36-e66b99fc4e43 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1285/2614] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:55 2026] GET /v2.0/security-groups?tenant_id=a5d21ae23edc409da2d404c0b871aef4&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2615] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:55 2026] DELETE /v2.0/security-groups/f57a90fc-b058-43c1-be20-fb2798d466ea => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:56.288 7 WARNING neutron.db.securitygroups_db [None req-57ab00c5-b9e1-4a5d-8f8a-f94247937da0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:17:56.404 7 INFO neutron.db.ovn_revision_numbers_db [None req-57ab00c5-b9e1-4a5d-8f8a-f94247937da0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b544a156-7f23-45eb-b562-879b908a807e (type: security_groups) to 1 2026-05-10 05:17:56.416 7 INFO neutron.db.ovn_revision_numbers_db [None req-57ab00c5-b9e1-4a5d-8f8a-f94247937da0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 20be3345-9bff-429c-9550-6fc43ee11976 (type: security_group_rules) to 0 2026-05-10 05:17:56.428 7 INFO neutron.db.ovn_revision_numbers_db [None req-57ab00c5-b9e1-4a5d-8f8a-f94247937da0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3be2f31f-ee44-4e64-9a19-71f3ffe9e566 (type: security_group_rules) to 0 2026-05-10 05:17:56.440 7 INFO neutron.db.ovn_revision_numbers_db [None req-57ab00c5-b9e1-4a5d-8f8a-f94247937da0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b4d71acc-fa1d-495c-820a-d9f7289321f6 (type: security_group_rules) to 0 2026-05-10 05:17:56.455 7 INFO neutron.db.ovn_revision_numbers_db [None req-57ab00c5-b9e1-4a5d-8f8a-f94247937da0 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ca5eca1a-baba-41c2-8c69-a5f4312c3ec0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1286/2616] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:17:56 2026] GET /v2.0/security-groups?tenant_id=3a9133f8fcfb49dd8568e82b8c23e058&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2617] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:17:56 2026] DELETE /v2.0/security-groups/b544a156-7f23-45eb-b562-879b908a807e => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:17:56.807 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-72adadfe-9f91-454e-afc7-32abe769d947 - - - - - -] OVN reports status up for port: 16da9c90-d9bd-4088-a398-d8d343aaed68 2026-05-10 05:17:56.852 7 INFO neutron.plugins.ml2.plugin [None req-72adadfe-9f91-454e-afc7-32abe769d947 - - - - - -] Attempt 1 to provision port 16da9c90-d9bd-4088-a398-d8d343aaed68 2026-05-10 05:17:57.003 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2557fd63-4102-46d4-b9cf-0a128bc4ec93'] response: {'server_uuid': '1e646b1f-89c7-45c2-91d7-e18c3e5d9177', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '16da9c90-d9bd-4088-a398-d8d343aaed68', 'code': 200} [pid: 7|app: 0|req: 1287/2618] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:56 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => generated 969 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2619] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:57 2026] GET /v2.0/security-groups?id=ad23da71-a066-4ef3-a3ef-e6fbd22225dc&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-10 05:17:57.169 7 INFO neutron.db.ovn_revision_numbers_db [None req-72adadfe-9f91-454e-afc7-32abe769d947 - - - - - -] Successfully bumped revision number for resource 16da9c90-d9bd-4088-a398-d8d343aaed68 (type: ports) to 5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1288/2620] 10.0.0.162 () {34 vars in 1016 bytes} [Sun May 10 05:17:57 2026] GET /v2.0/security-groups?id=c1ee5b67-8855-4969-bc78-2b4042dde008&fields=id => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2621] 10.0.0.162 () {34 vars in 982 bytes} [Sun May 10 05:17:57 2026] GET /v2.0/networks?id=ce28a0f2-5b02-4aed-8653-b315658cd656 => generated 776 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2622] 10.0.0.162 () {34 vars in 965 bytes} [Sun May 10 05:17:57 2026] GET /v2.0/quotas/b22c3a43ac3048f4812c26ea5b3a8f9e => generated 291 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2623] 10.0.0.162 () {34 vars in 1002 bytes} [Sun May 10 05:17:57 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&fields=id => generated 149 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2624] 10.0.0.162 () {34 vars in 1008 bytes} [Sun May 10 05:17:57 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?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: 1335/2625] 10.0.0.162 () {34 vars in 1108 bytes} [Sun May 10 05:17:57 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?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: 1291/2626] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:58 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => 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: 1336/2627] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:58 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => 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: 1292/2628] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:58 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2629] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:58 2026] GET /v2.0/security-groups?id=ad23da71-a066-4ef3-a3ef-e6fbd22225dc&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:17:59.049 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6eeeb24-db1f-4975-b3b6-8a6dbe7c222b'] response: {'server_uuid': '1e646b1f-89c7-45c2-91d7-e18c3e5d9177', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '16da9c90-d9bd-4088-a398-d8d343aaed68', 'code': 200} [pid: 7|app: 0|req: 1293/2630] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:17:59 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => 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: 1338/2631] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:17:59 2026] GET /v2.0/security-groups?id=ad23da71-a066-4ef3-a3ef-e6fbd22225dc&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2634] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:00 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2635] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:18:00 2026] GET /v2.0/security-groups?id=ad23da71-a066-4ef3-a3ef-e6fbd22225dc&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: 1342/2636] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:00 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => 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: 1343/2637] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:00 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:01.001 7 INFO neutron.db.ovn_revision_numbers_db [None req-1feb948b-3757-4c2c-bafc-31baca6e94e1 a37766458bad48df9ded346976b6bd0b 9825b86334fd473f8275f9710521848c - - default default] Successfully bumped revision number for resource 72feec1f-3530-40cc-a503-d17cf7f6bc89 (type: routers) to 1 [pid: 7|app: 0|req: 1295/2638] 10.0.0.201 () {34 vars in 668 bytes} [Sun May 10 05:18:00 2026] POST /v2.0/routers => generated 591 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:01.147 8 INFO neutron.db.ovn_revision_numbers_db [None req-04b9a5f1-9f0b-4340-8e11-a883b5b4a115 a37766458bad48df9ded346976b6bd0b 9825b86334fd473f8275f9710521848c - - default default] Successfully bumped revision number for resource 3656e464-9ca2-48ed-b6c7-9d40d9aa916f (type: routers) to 1 [pid: 8|app: 0|req: 1344/2639] 10.0.0.201 () {34 vars in 668 bytes} [Sun May 10 05:18:01 2026] POST /v2.0/routers => generated 591 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:01.290 7 INFO neutron.db.ovn_revision_numbers_db [None req-a9cc17af-2277-4d82-9405-5c06abe327bd a37766458bad48df9ded346976b6bd0b 9825b86334fd473f8275f9710521848c - - default default] Successfully bumped revision number for resource 438f7a0a-6b66-41ff-91c1-c76b26b7683e (type: routers) to 1 [pid: 7|app: 0|req: 1296/2640] 10.0.0.201 () {34 vars in 668 bytes} [Sun May 10 05:18:01 2026] POST /v2.0/routers => generated 591 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:01.409 8 INFO neutron.db.ovn_revision_numbers_db [None req-5c288218-a9ce-40b8-9581-b9f8f141c86c a37766458bad48df9ded346976b6bd0b 9825b86334fd473f8275f9710521848c - - default default] Successfully bumped revision number for resource e3ee2b52-d8e8-4a2b-abb5-977a2c57fcd7 (type: routers) to 1 [pid: 8|app: 0|req: 1345/2641] 10.0.0.201 () {34 vars in 668 bytes} [Sun May 10 05:18:01 2026] POST /v2.0/routers => generated 591 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:01.538 7 INFO neutron.db.ovn_revision_numbers_db [None req-b1e434e6-dfbe-496f-812a-d768a9db7545 a37766458bad48df9ded346976b6bd0b 9825b86334fd473f8275f9710521848c - - default default] Successfully bumped revision number for resource a99c5d3b-db4a-4bc4-8822-cbdea34d4b23 (type: routers) to 1 [pid: 7|app: 0|req: 1297/2642] 10.0.0.201 () {34 vars in 668 bytes} [Sun May 10 05:18:01 2026] POST /v2.0/routers => generated 591 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:01.597 8 WARNING tagging [None req-f8f704b6-148d-4129-90b7-917ed4c96b76 a37766458bad48df9ded346976b6bd0b 9825b86334fd473f8275f9710521848c - - 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: 1346/2643] 10.0.0.201 () {34 vars in 751 bytes} [Sun May 10 05:18:01 2026] PUT /v2.0/routers/72feec1f-3530-40cc-a503-d17cf7f6bc89/tags => generated 17 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:01.676 7 WARNING tagging [None req-1cf83117-7b95-4259-a20d-6c4a5c1b2cdd a37766458bad48df9ded346976b6bd0b 9825b86334fd473f8275f9710521848c - - 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: 1298/2644] 10.0.0.201 () {34 vars in 751 bytes} [Sun May 10 05:18:01 2026] PUT /v2.0/routers/3656e464-9ca2-48ed-b6c7-9d40d9aa916f/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:01.755 8 WARNING tagging [None req-65d36b2a-91cb-4f5b-ad74-d9475580edc0 a37766458bad48df9ded346976b6bd0b 9825b86334fd473f8275f9710521848c - - 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: 1347/2645] 10.0.0.201 () {34 vars in 751 bytes} [Sun May 10 05:18:01 2026] PUT /v2.0/routers/438f7a0a-6b66-41ff-91c1-c76b26b7683e/tags => generated 34 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:01.830 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-05aa48a4-598b-49e2-becb-b93e8b4419b5 - - - - - -] OVN reports status down for port: 16da9c90-d9bd-4088-a398-d8d343aaed68 2026-05-10 05:18:01.870 7 WARNING tagging [None req-6fc7a5aa-a017-4615-aa40-eca50b12d44c a37766458bad48df9ded346976b6bd0b 9825b86334fd473f8275f9710521848c - - 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: 1299/2646] 10.0.0.201 () {34 vars in 751 bytes} [Sun May 10 05:18:01 2026] PUT /v2.0/routers/e3ee2b52-d8e8-4a2b-abb5-977a2c57fcd7/tags => generated 19 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2647] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:01 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => 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: 1349/2648] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:18:01 2026] GET /v2.0/security-groups?id=ad23da71-a066-4ef3-a3ef-e6fbd22225dc&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2649] 10.0.0.201 () {32 vars in 664 bytes} [Sun May 10 05:18:01 2026] GET /v2.0/routers?tags=red => generated 1814 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:18:02.098 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79f4d962-330d-418a-9f6b-0e4a5b3dd9ea'] response: {'server_uuid': '1e646b1f-89c7-45c2-91d7-e18c3e5d9177', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '16da9c90-d9bd-4088-a398-d8d343aaed68', 'code': 200} [pid: 8|app: 0|req: 1350/2650] 10.0.0.201 () {32 vars in 678 bytes} [Sun May 10 05:18:02 2026] GET /v2.0/routers?tags=red%2Cblue => generated 1222 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2651] 10.0.0.201 () {32 vars in 674 bytes} [Sun May 10 05:18:02 2026] GET /v2.0/routers?tags-any=blue => generated 1222 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:18:02.273 7 INFO neutron.db.ovn_revision_numbers_db [None req-05aa48a4-598b-49e2-becb-b93e8b4419b5 - - - - - -] Successfully bumped revision number for resource 16da9c90-d9bd-4088-a398-d8d343aaed68 (type: ports) to 6 [pid: 8|app: 0|req: 1351/2652] 10.0.0.201 () {32 vars in 686 bytes} [Sun May 10 05:18:02 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1814 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2653] 10.0.0.201 () {32 vars in 672 bytes} [Sun May 10 05:18:02 2026] GET /v2.0/routers?not-tags=red => generated 1194 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2654] 10.0.0.201 () {32 vars in 686 bytes} [Sun May 10 05:18:02 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1786 bytes in 71 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: 1303/2655] 10.0.0.201 () {32 vars in 682 bytes} [Sun May 10 05:18:02 2026] GET /v2.0/routers?not-tags-any=blue => generated 1786 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2656] 10.0.0.201 () {32 vars in 694 bytes} [Sun May 10 05:18:02 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 1194 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2657] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:18:02 2026] GET /v2.0/routers/72feec1f-3530-40cc-a503-d17cf7f6bc89 => generated 602 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:18:02.928 8 INFO neutron.db.ovn_revision_numbers_db [None req-9bf3d9a0-ed15-4edf-972c-afcefbecc157 a37766458bad48df9ded346976b6bd0b 9825b86334fd473f8275f9710521848c - - default default] Successfully bumped revision number for resource 72feec1f-3530-40cc-a503-d17cf7f6bc89 (type: routers) to 2 [pid: 8|app: 0|req: 1354/2658] 10.0.0.201 () {34 vars in 742 bytes} [Sun May 10 05:18:02 2026] PUT /v2.0/routers/72feec1f-3530-40cc-a503-d17cf7f6bc89 => generated 602 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2659] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:18:02 2026] GET /v2.0/ports?device_id=72feec1f-3530-40cc-a503-d17cf7f6bc89 => 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: 1306/2660] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:18:03 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2661] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:18:02 2026] DELETE /v2.0/routers/72feec1f-3530-40cc-a503-d17cf7f6bc89 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2662] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:03 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:18:03.209 7 INFO neutron_taas.services.taas.taas_plugin [req-354f08a2-c194-41d2-8099-80ed3420c13a req-d6215eae-bd0f-4389-8c3d-737c096ad5af d75f35eeb6a640bd90652cf70e26ce3e dec3db6849b94b1abac1d633701454c2 - - default default] TaaS: Handle Delete Port: 16da9c90-d9bd-4088-a398-d8d343aaed68 [pid: 8|app: 0|req: 1357/2663] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:18:03 2026] GET /v2.0/routers/3656e464-9ca2-48ed-b6c7-9d40d9aa916f => generated 610 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:18:03.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-354f08a2-c194-41d2-8099-80ed3420c13a req-d6215eae-bd0f-4389-8c3d-737c096ad5af d75f35eeb6a640bd90652cf70e26ce3e dec3db6849b94b1abac1d633701454c2 - - default default] Tap Mirror: Handle Delete Port: 16da9c90-d9bd-4088-a398-d8d343aaed68 [pid: 8|app: 0|req: 1358/2664] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:18:03 2026] GET /v2.0/security-groups?id=ad23da71-a066-4ef3-a3ef-e6fbd22225dc&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2665] 199.204.45.23 () {36 vars in 996 bytes} [Sun May 10 05:18:03 2026] DELETE /v2.0/ports/16da9c90-d9bd-4088-a398-d8d343aaed68 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:03.505 8 INFO neutron.db.ovn_revision_numbers_db [None req-ef93f2b1-ce71-40cb-870b-db2c6ac5b82a a37766458bad48df9ded346976b6bd0b 9825b86334fd473f8275f9710521848c - - default default] Successfully bumped revision number for resource 3656e464-9ca2-48ed-b6c7-9d40d9aa916f (type: routers) to 2 [pid: 8|app: 0|req: 1359/2666] 10.0.0.201 () {34 vars in 742 bytes} [Sun May 10 05:18:03 2026] PUT /v2.0/routers/3656e464-9ca2-48ed-b6c7-9d40d9aa916f => generated 610 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2667] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:18:03 2026] GET /v2.0/ports?device_id=3656e464-9ca2-48ed-b6c7-9d40d9aa916f => 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: 1360/2668] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:18:03 2026] DELETE /v2.0/routers/3656e464-9ca2-48ed-b6c7-9d40d9aa916f => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2669] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:18:03 2026] GET /v2.0/routers/438f7a0a-6b66-41ff-91c1-c76b26b7683e => generated 619 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2670] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:03 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => 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: 1311/2671] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:03 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:04.144 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f3aaf72-43af-45e1-bf1e-2643174f6b70'] response: {'server_uuid': '1e646b1f-89c7-45c2-91d7-e18c3e5d9177', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '16da9c90-d9bd-4088-a398-d8d343aaed68', 'code': 200} 2026-05-10 05:18:04.145 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f3aaf72-43af-45e1-bf1e-2643174f6b70'] response: {'server_uuid': '1e646b1f-89c7-45c2-91d7-e18c3e5d9177', 'name': 'network-vif-deleted', 'tag': '16da9c90-d9bd-4088-a398-d8d343aaed68', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1312/2672] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:18:04 2026] GET /v2.0/networks?id=ce28a0f2-5b02-4aed-8653-b315658cd656 => generated 776 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:18:04.307 7 WARNING neutron.db.securitygroups_db [req-cff3e2fc-2158-4196-8388-e31f15b07e26 req-a00e56b2-f97f-4512-99a8-9e2e82a70f9c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1313/2673] 199.204.45.23 () {34 vars in 1049 bytes} [Sun May 10 05:18:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e => generated 343 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2674] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:04 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:04.600 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-cff3e2fc-2158-4196-8388-e31f15b07e26 req-0d62747d-11b0-4fe9-9569-e579401fc772 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:18:04.601 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-cff3e2fc-2158-4196-8388-e31f15b07e26 req-0d62747d-11b0-4fe9-9569-e579401fc772 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network ce28a0f2-5b02-4aed-8653-b315658cd656: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:04.604 8 INFO neutron.db.ovn_revision_numbers_db [None req-3c042ff8-0a5d-4818-8f2c-e660e607f4bd a37766458bad48df9ded346976b6bd0b 9825b86334fd473f8275f9710521848c - - default default] Successfully bumped revision number for resource 438f7a0a-6b66-41ff-91c1-c76b26b7683e (type: routers) to 2 [pid: 8|app: 0|req: 1361/2675] 10.0.0.201 () {34 vars in 742 bytes} [Sun May 10 05:18:03 2026] PUT /v2.0/routers/438f7a0a-6b66-41ff-91c1-c76b26b7683e => generated 619 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2676] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:18:04 2026] GET /v2.0/ports?device_id=438f7a0a-6b66-41ff-91c1-c76b26b7683e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:04.710 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-32a1128b-3d3e-424c-8ac1-77b0702b04be - - - - - -] OVN reports status down for port: e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 2026-05-10 05:18:04.755 7 INFO neutron.db.ovn_revision_numbers_db [req-cff3e2fc-2158-4196-8388-e31f15b07e26 req-0d62747d-11b0-4fe9-9569-e579401fc772 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 (type: ports) to 1 [pid: 7|app: 0|req: 1315/2677] 199.204.45.23 () {38 vars in 954 bytes} [Sun May 10 05:18:04 2026] POST /v2.0/ports => generated 1074 bytes in 441 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: 1363/2678] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:18:04 2026] DELETE /v2.0/routers/438f7a0a-6b66-41ff-91c1-c76b26b7683e => generated 0 bytes in 220 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2679] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:18:04 2026] GET /v2.0/routers/e3ee2b52-d8e8-4a2b-abb5-977a2c57fcd7 => generated 604 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:18:05.182 8 INFO neutron.db.ovn_revision_numbers_db [None req-726f8d63-dd98-46ab-852d-30571e3edee1 a37766458bad48df9ded346976b6bd0b 9825b86334fd473f8275f9710521848c - - default default] Successfully bumped revision number for resource e3ee2b52-d8e8-4a2b-abb5-977a2c57fcd7 (type: routers) to 2 2026-05-10 05:18:05.185 7 INFO neutron.db.ovn_revision_numbers_db [req-cff3e2fc-2158-4196-8388-e31f15b07e26 req-de46e86b-7d18-49e0-af13-7c836b49c4ff cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 (type: ports) to 2 [pid: 8|app: 0|req: 1365/2680] 10.0.0.201 () {34 vars in 742 bytes} [Sun May 10 05:18:04 2026] PUT /v2.0/routers/e3ee2b52-d8e8-4a2b-abb5-977a2c57fcd7 => generated 604 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2681] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:18:05 2026] GET /v2.0/ports?device_id=e3ee2b52-d8e8-4a2b-abb5-977a2c57fcd7 => 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: 1367/2682] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:18:05 2026] DELETE /v2.0/routers/e3ee2b52-d8e8-4a2b-abb5-977a2c57fcd7 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:05.416 7 INFO neutron.db.ovn_revision_numbers_db [req-cff3e2fc-2158-4196-8388-e31f15b07e26 req-de46e86b-7d18-49e0-af13-7c836b49c4ff cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 (type: ports) to 4 [pid: 7|app: 0|req: 1316/2683] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:18:04 2026] PUT /v2.0/ports/e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 => generated 1227 bytes in 621 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: 1368/2684] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:18:05 2026] GET /v2.0/routers/a99c5d3b-db4a-4bc4-8822-cbdea34d4b23 => generated 597 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2685] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:05 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => 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: 1369/2686] 10.0.0.201 () {34 vars in 742 bytes} [Sun May 10 05:18:05 2026] PUT /v2.0/routers/a99c5d3b-db4a-4bc4-8822-cbdea34d4b23 => generated 597 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2687] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:18:05 2026] GET /v2.0/ports?device_id=a99c5d3b-db4a-4bc4-8822-cbdea34d4b23 => 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: 1370/2688] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:18:05 2026] DELETE /v2.0/routers/a99c5d3b-db4a-4bc4-8822-cbdea34d4b23 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:06.177 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d3e6f3d-c731-4441-b39a-2bb55fc4fa1d'] response: {'name': 'network-changed', 'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'tag': 'e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1319/2689] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:18:06 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1230 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2690] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:18:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.3&port_id=e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 => 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: 1372/2691] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:06 2026] GET /v2.0/ports?device_id=1e646b1f-89c7-45c2-91d7-e18c3e5d9177 => 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: 1320/2692] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:18:06 2026] GET /v2.0/subnets?id=ea320f80-e4e0-4c52-9c69-7322b2d90f10 => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2693] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:18:06 2026] GET /v2.0/ports?network_id=ce28a0f2-5b02-4aed-8653-b315658cd656&device_owner=network%3Adhcp => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2694] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:18:06 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?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: 1374/2695] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:06 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1230 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2696] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:18:06 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2697] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:18:06 2026] GET /v2.0/security-groups?id=c1ee5b67-8855-4969-bc78-2b4042dde008&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2698] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:06 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1230 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:18:06.903 7 WARNING neutron.db.securitygroups_db [None req-679d0468-de97-4f14-a065-895e3e66eedd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:18:07.031 7 INFO neutron.db.ovn_revision_numbers_db [None req-679d0468-de97-4f14-a065-895e3e66eedd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ddd18e26-1d26-4475-aa9c-bcad8c4cb9ab (type: security_groups) to 1 2026-05-10 05:18:07.044 7 INFO neutron.db.ovn_revision_numbers_db [None req-679d0468-de97-4f14-a065-895e3e66eedd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 74cabd36-76f2-48d3-9fee-70f49ffcbca5 (type: security_group_rules) to 0 2026-05-10 05:18:07.056 7 INFO neutron.db.ovn_revision_numbers_db [None req-679d0468-de97-4f14-a065-895e3e66eedd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a13468ce-1a5f-4fca-8fdc-96b49b824051 (type: security_group_rules) to 0 2026-05-10 05:18:07.067 7 INFO neutron.db.ovn_revision_numbers_db [None req-679d0468-de97-4f14-a065-895e3e66eedd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e21aeacd-78bf-4ad9-95bf-0e4f0be5f09b (type: security_group_rules) to 0 2026-05-10 05:18:07.078 7 INFO neutron.db.ovn_revision_numbers_db [None req-679d0468-de97-4f14-a065-895e3e66eedd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f481a8d4-5985-4ca0-9996-895274755111 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1323/2699] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:06 2026] GET /v2.0/security-groups?tenant_id=7b97f95712ce49619fe2885dde6103d3&name=default => generated 2925 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2700] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:07 2026] DELETE /v2.0/security-groups/ddd18e26-1d26-4475-aa9c-bcad8c4cb9ab => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:07.367 7 WARNING neutron.db.securitygroups_db [None req-979b95af-6bfa-48af-bd9c-7888d9928cc3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:18:07.495 7 INFO neutron.db.ovn_revision_numbers_db [None req-979b95af-6bfa-48af-bd9c-7888d9928cc3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 65ab11f5-91b7-48a6-b3bf-5e5a03beec4e (type: security_groups) to 1 2026-05-10 05:18:07.509 7 INFO neutron.db.ovn_revision_numbers_db [None req-979b95af-6bfa-48af-bd9c-7888d9928cc3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 435993e7-079a-4f65-b911-44d8c42eacae (type: security_group_rules) to 0 2026-05-10 05:18:07.525 7 INFO neutron.db.ovn_revision_numbers_db [None req-979b95af-6bfa-48af-bd9c-7888d9928cc3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource aba13f5f-0d9e-4bf0-8fe7-b99fc1718b87 (type: security_group_rules) to 0 2026-05-10 05:18:07.537 7 INFO neutron.db.ovn_revision_numbers_db [None req-979b95af-6bfa-48af-bd9c-7888d9928cc3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ad8fe612-4abd-465f-81c6-b07acb5492d1 (type: security_group_rules) to 0 2026-05-10 05:18:07.548 7 INFO neutron.db.ovn_revision_numbers_db [None req-979b95af-6bfa-48af-bd9c-7888d9928cc3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource cc9a7337-6867-49d1-80ab-7162f3af91e4 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1324/2701] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:07 2026] GET /v2.0/security-groups?tenant_id=b9111bca0d2e4f47b40f8e09c490b54a&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: 1325/2702] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:18:07 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1230 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2703] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:07 2026] DELETE /v2.0/security-groups/65ab11f5-91b7-48a6-b3bf-5e5a03beec4e => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2704] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:18:07 2026] GET /v2.0/networks?id=ce28a0f2-5b02-4aed-8653-b315658cd656 => generated 776 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2705] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:18:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.3&port_id=e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2706] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:18:07 2026] GET /v2.0/subnets?id=ea320f80-e4e0-4c52-9c69-7322b2d90f10 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2707] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:18:07 2026] GET /v2.0/ports?network_id=ce28a0f2-5b02-4aed-8653-b315658cd656&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-10 05:18:07.933 8 WARNING neutron.db.securitygroups_db [None req-6ca5c8bd-d58c-4c99-b988-19c8d0f12344 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1328/2708] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:18:07 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?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: 1329/2709] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:18:07 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?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-10 05:18:08.066 8 INFO neutron.db.ovn_revision_numbers_db [None req-6ca5c8bd-d58c-4c99-b988-19c8d0f12344 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9a392fd0-9317-4b5a-995b-568d4eb2ac47 (type: security_groups) to 1 2026-05-10 05:18:08.082 8 INFO neutron.db.ovn_revision_numbers_db [None req-6ca5c8bd-d58c-4c99-b988-19c8d0f12344 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 05c11123-f266-4491-b8bd-6a54bc3248a5 (type: security_group_rules) to 0 2026-05-10 05:18:08.092 8 INFO neutron.db.ovn_revision_numbers_db [None req-6ca5c8bd-d58c-4c99-b988-19c8d0f12344 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3eef9116-b2f1-428c-bfee-16c882c13c9f (type: security_group_rules) to 0 2026-05-10 05:18:08.104 8 INFO neutron.db.ovn_revision_numbers_db [None req-6ca5c8bd-d58c-4c99-b988-19c8d0f12344 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5dfc3ab8-e91a-4e99-84af-167432a214f8 (type: security_group_rules) to 0 2026-05-10 05:18:08.113 8 INFO neutron.db.ovn_revision_numbers_db [None req-6ca5c8bd-d58c-4c99-b988-19c8d0f12344 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 65e10532-8dc1-4347-b816-9cb77dd6f8a4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1381/2710] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:07 2026] GET /v2.0/security-groups?tenant_id=9825b86334fd473f8275f9710521848c&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2711] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:08 2026] DELETE /v2.0/security-groups/9a392fd0-9317-4b5a-995b-568d4eb2ac47 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:09.055 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf94f3f3-52f6-4330-8d36-0854f4bca45c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: def02334-307e-4c60-b143-60c4e7165222 2026-05-10 05:18:09.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf94f3f3-52f6-4330-8d36-0854f4bca45c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: def02334-307e-4c60-b143-60c4e7165222 [pid: 8|app: 0|req: 1382/2712] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:18:08 2026] PUT /v2.0/routers/55e6a161-243c-454b-ac4e-905da7e39686/remove_router_interface => generated 310 bytes in 874 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: 1383/2713] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:09 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1230 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2714] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:18:09 2026] GET /v2.0/security-groups?id=c1ee5b67-8855-4969-bc78-2b4042dde008&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:09.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-4749be03-cf89-4a0f-812a-ca1688e26576 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 70bf6e91-f7bd-4ad1-8df7-c0af709a0360 2026-05-10 05:18:09.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4749be03-cf89-4a0f-812a-ca1688e26576 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 70bf6e91-f7bd-4ad1-8df7-c0af709a0360 [pid: 8|app: 0|req: 1385/2715] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:10 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2716] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:18:09 2026] DELETE /v2.0/routers/55e6a161-243c-454b-ac4e-905da7e39686 => generated 0 bytes in 705 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2717] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:18:10 2026] DELETE /v2.0/subnets/1c100eea-d6ee-46ee-acab-2edcd60ffdfe => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:10.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-c01a2ece-dfee-4b85-9fdc-74e32a66d93e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: a194bb67-07c2-4b1d-a18a-601622cfe3ff 2026-05-10 05:18:10.655 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c01a2ece-dfee-4b85-9fdc-74e32a66d93e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: a194bb67-07c2-4b1d-a18a-601622cfe3ff 2026-05-10 05:18:10.817 7 INFO neutron.services.segments.plugin [-] Segment c8130585-0fe8-4d7f-889a-da31cd3b97ca resource provider aggregate not found 2026-05-10 05:18:10.822 7 INFO neutron.services.segments.plugin [-] Segment c8130585-0fe8-4d7f-889a-da31cd3b97ca resource provider aggregate not found 2026-05-10 05:18:10.835 7 INFO neutron.services.segments.plugin [-] Segment c8130585-0fe8-4d7f-889a-da31cd3b97ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8130585-0fe8-4d7f-889a-da31cd3b97ca found for delete ", "request_id": "req-ff2f265e-da9c-466d-879b-b1815ac72b58"}]} 2026-05-10 05:18:10.843 7 INFO neutron.services.segments.plugin [-] Segment c8130585-0fe8-4d7f-889a-da31cd3b97ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8130585-0fe8-4d7f-889a-da31cd3b97ca found for delete ", "request_id": "req-e11a6cb6-3bd3-466e-a6dd-9cbab01b4b3c"}]} [pid: 7|app: 0|req: 1332/2718] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:18:10 2026] DELETE /v2.0/networks/c6c8aba3-3c22-4d5c-982a-3fb1fafaceb9 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:11.012 8 WARNING neutron.db.securitygroups_db [None req-546f9114-7651-492b-a62a-e1296a8ab4ac ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1387/2719] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:11 2026] GET /v2.0/security-groups?tenant_id=dec3db6849b94b1abac1d633701454c2&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2720] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:18:11 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1230 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2721] 199.204.45.23 () {34 vars in 1043 bytes} [Sun May 10 05:18:11 2026] GET /v2.0/security-groups?id=c1ee5b67-8855-4969-bc78-2b4042dde008&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2722] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:11 2026] DELETE /v2.0/security-groups/ad23da71-a066-4ef3-a3ef-e6fbd22225dc => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:11.272 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-32a1128b-3d3e-424c-8ac1-77b0702b04be - - - - - -] OVN reports status up for port: e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 2026-05-10 05:18:11.290 7 INFO neutron.plugins.ml2.plugin [None req-32a1128b-3d3e-424c-8ac1-77b0702b04be - - - - - -] Attempt 1 to provision port e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 2026-05-10 05:18:11.409 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2dfe851a-0327-472f-b991-3ea84ed36140'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2', 'code': 200} 2026-05-10 05:18:11.523 7 INFO neutron.db.ovn_revision_numbers_db [None req-32a1128b-3d3e-424c-8ac1-77b0702b04be - - - - - -] Successfully bumped revision number for resource e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 (type: ports) to 5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1334/2723] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:12 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1232 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:18:12.765 8 INFO neutron.db.ovn_revision_numbers_db [None req-b418d6e1-2a4f-4347-9896-8bf3a156ae36 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource 6043b188-8c56-40a7-8a4a-fab057672c15 (type: security_groups) to 1 2026-05-10 05:18:12.775 8 INFO neutron.db.ovn_revision_numbers_db [None req-b418d6e1-2a4f-4347-9896-8bf3a156ae36 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource 051d1d9e-8e16-402d-8fd3-2cce23b570db (type: security_group_rules) to 0 2026-05-10 05:18:12.788 8 INFO neutron.db.ovn_revision_numbers_db [None req-b418d6e1-2a4f-4347-9896-8bf3a156ae36 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource bb0f585a-24f4-4066-99cd-6bb5e73d0624 (type: security_group_rules) to 0 2026-05-10 05:18:12.798 8 INFO neutron.db.ovn_revision_numbers_db [None req-b418d6e1-2a4f-4347-9896-8bf3a156ae36 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource bb4ff7c7-003c-440e-b933-5a89b3f1aedf (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1335/2724] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:18:12 2026] GET /v2.0/security-groups?id=c1ee5b67-8855-4969-bc78-2b4042dde008&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:12.812 8 INFO neutron.db.ovn_revision_numbers_db [None req-b418d6e1-2a4f-4347-9896-8bf3a156ae36 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource d601275e-4646-475c-b381-6af35e08b684 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1336/2725] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:12 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1232 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:18:12.964 8 INFO neutron.db.ovn_revision_numbers_db [None req-b418d6e1-2a4f-4347-9896-8bf3a156ae36 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource 741161de-cfba-4298-8986-4b749da10b4d (type: security_groups) to 1 2026-05-10 05:18:12.977 8 INFO neutron.db.ovn_revision_numbers_db [None req-b418d6e1-2a4f-4347-9896-8bf3a156ae36 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource a817db21-45b4-49a9-8ca8-eba3334b932e (type: security_group_rules) to 0 2026-05-10 05:18:13.000 8 INFO neutron.db.ovn_revision_numbers_db [None req-b418d6e1-2a4f-4347-9896-8bf3a156ae36 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource cd823b2a-1c28-41a9-b81a-054c8bdb0227 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1390/2726] 10.0.0.201 () {34 vars in 684 bytes} [Sun May 10 05:18:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 637 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:18:13.213 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5fb9f6a-1b50-4532-b359-2635297d5e1d 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource e824f866-48a8-4042-8f31-5bddc7f2a7b4 (type: security_groups) to 1 2026-05-10 05:18:13.225 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5fb9f6a-1b50-4532-b359-2635297d5e1d 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource 0d721390-ddfc-4abb-b729-bbf03b255372 (type: security_group_rules) to 0 2026-05-10 05:18:13.236 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5fb9f6a-1b50-4532-b359-2635297d5e1d 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource ec43032c-34e5-4509-9342-621b2e2972ba (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1337/2727] 10.0.0.201 () {34 vars in 684 bytes} [Sun May 10 05:18:13 2026] POST /v2.0/security-groups => generated 1602 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:18:13.395 8 INFO neutron.db.ovn_revision_numbers_db [None req-6f48eb2c-82bb-455c-9c9b-efaa0f29726f 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource cc8ba935-5541-4eda-b240-72d841bf0aa3 (type: security_groups) to 1 2026-05-10 05:18:13.405 8 INFO neutron.db.ovn_revision_numbers_db [None req-6f48eb2c-82bb-455c-9c9b-efaa0f29726f 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource 1ed40fc5-1e72-4fa7-90d9-5a3ca264c6f2 (type: security_group_rules) to 0 2026-05-10 05:18:13.419 8 INFO neutron.db.ovn_revision_numbers_db [None req-6f48eb2c-82bb-455c-9c9b-efaa0f29726f 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource 938f290b-a6fc-4bc1-8b92-1fe572eaa8a9 (type: security_group_rules) to 0 2026-05-10 05:18:13.442 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8839d146-979f-4932-978b-87fcbed6e345'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2', 'code': 200} [pid: 8|app: 0|req: 1391/2728] 10.0.0.201 () {34 vars in 684 bytes} [Sun May 10 05:18:13 2026] POST /v2.0/security-groups => generated 1603 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:18:13.586 7 INFO neutron.db.ovn_revision_numbers_db [None req-e0e77c7a-2d3c-48a2-8247-7bf122521c9f 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource 8e9bcba7-f712-4dad-a13f-16bef2e53e7c (type: security_groups) to 1 2026-05-10 05:18:13.597 7 INFO neutron.db.ovn_revision_numbers_db [None req-e0e77c7a-2d3c-48a2-8247-7bf122521c9f 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource 74d90275-3f96-41e8-9dc2-093596f8df77 (type: security_group_rules) to 0 2026-05-10 05:18:13.613 7 INFO neutron.db.ovn_revision_numbers_db [None req-e0e77c7a-2d3c-48a2-8247-7bf122521c9f 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource fb7e34ca-6bce-48e2-85bd-836e1129fa7b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1338/2729] 10.0.0.201 () {34 vars in 684 bytes} [Sun May 10 05:18:13 2026] POST /v2.0/security-groups => generated 1603 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:18:13.779 8 INFO neutron.db.ovn_revision_numbers_db [None req-6ea29530-49ac-4080-8a59-37ae5f17be00 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource 9244f77a-d9bc-4ee3-b5f3-368a1f749db8 (type: security_groups) to 1 2026-05-10 05:18:13.790 8 INFO neutron.db.ovn_revision_numbers_db [None req-6ea29530-49ac-4080-8a59-37ae5f17be00 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource 38a622e2-00a8-4b07-b1d4-b85dda00ed81 (type: security_group_rules) to 0 2026-05-10 05:18:13.802 8 INFO neutron.db.ovn_revision_numbers_db [None req-6ea29530-49ac-4080-8a59-37ae5f17be00 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - default default] Successfully bumped revision number for resource eb7975b7-9b0f-4b22-a832-eb74d063dd2a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1392/2730] 10.0.0.201 () {34 vars in 684 bytes} [Sun May 10 05:18:13 2026] POST /v2.0/security-groups => generated 1603 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:18:13.868 7 WARNING tagging [None req-b85b5bed-25fc-4ec0-b0f5-347bd4cfbfec 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - 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: 1339/2731] 10.0.0.201 () {34 vars in 767 bytes} [Sun May 10 05:18:13 2026] PUT /v2.0/security-groups/741161de-cfba-4298-8986-4b749da10b4d/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:13.940 8 WARNING tagging [None req-b9e9c15e-c3a8-49f0-bd8e-617aae0c1181 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - 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: 1393/2732] 10.0.0.201 () {34 vars in 767 bytes} [Sun May 10 05:18:13 2026] PUT /v2.0/security-groups/e824f866-48a8-4042-8f31-5bddc7f2a7b4/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:14.045 7 WARNING tagging [None req-6da3ef38-2183-401c-91f9-93212efb4fe3 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - 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: 1340/2733] 10.0.0.201 () {34 vars in 767 bytes} [Sun May 10 05:18:13 2026] PUT /v2.0/security-groups/cc8ba935-5541-4eda-b240-72d841bf0aa3/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:14.107 8 WARNING tagging [None req-2741066c-549f-4be8-934a-b3ad85f7268f 736aed2a685d4747b6d7c73062ae46be d459759dc42141df811c01fc317c47fe - - 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: 1394/2734] 10.0.0.201 () {34 vars in 767 bytes} [Sun May 10 05:18:14 2026] PUT /v2.0/security-groups/8e9bcba7-f712-4dad-a13f-16bef2e53e7c/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2735] 10.0.0.201 () {32 vars in 680 bytes} [Sun May 10 05:18:14 2026] GET /v2.0/security-groups?tags=red => generated 4807 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2736] 10.0.0.201 () {32 vars in 694 bytes} [Sun May 10 05:18:14 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3221 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2737] 10.0.0.201 () {32 vars in 690 bytes} [Sun May 10 05:18:14 2026] GET /v2.0/security-groups?tags-any=blue => generated 3221 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2738] 10.0.0.201 () {32 vars in 702 bytes} [Sun May 10 05:18:14 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4807 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2739] 10.0.0.201 () {32 vars in 688 bytes} [Sun May 10 05:18:14 2026] GET /v2.0/security-groups?not-tags=red => generated 6098 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2740] 10.0.0.201 () {32 vars in 702 bytes} [Sun May 10 05:18:14 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7684 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2741] 10.0.0.201 () {32 vars in 698 bytes} [Sun May 10 05:18:14 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7684 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2742] 10.0.0.201 () {32 vars in 710 bytes} [Sun May 10 05:18:14 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6098 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2743] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:14 2026] DELETE /v2.0/security-groups/741161de-cfba-4298-8986-4b749da10b4d => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2744] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:14 2026] DELETE /v2.0/security-groups/e824f866-48a8-4042-8f31-5bddc7f2a7b4 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2745] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:14 2026] DELETE /v2.0/security-groups/cc8ba935-5541-4eda-b240-72d841bf0aa3 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2748] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:14 2026] DELETE /v2.0/security-groups/8e9bcba7-f712-4dad-a13f-16bef2e53e7c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2749] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:15 2026] DELETE /v2.0/security-groups/9244f77a-d9bc-4ee3-b5f3-368a1f749db8 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:15.736 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4913ce6f-ac72-4063-8cea-4a0887fd59e2 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] No more DHCP agents 2026-05-10 05:18:15.738 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4913ce6f-ac72-4063-8cea-4a0887fd59e2 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1350/2750] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:15 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1232 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2751] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:18:15 2026] POST /v2.0/floatingips => generated 552 bytes in 702 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2752] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:18:16 2026] GET /v2.0/security-groups?id=c1ee5b67-8855-4969-bc78-2b4042dde008&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:16.244 7 WARNING neutron.db.securitygroups_db [None req-40a944ad-54cc-4893-8598-3431246fb851 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:18:16.249 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0d880cb9-2dc9-4233-b12d-58fe0ddd1abc 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] No more DHCP agents 2026-05-10 05:18:16.251 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0d880cb9-2dc9-4233-b12d-58fe0ddd1abc 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:16.398 7 INFO neutron.db.ovn_revision_numbers_db [None req-40a944ad-54cc-4893-8598-3431246fb851 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 22427e15-9d15-4665-bacc-7a66d7f632f2 (type: security_groups) to 1 2026-05-10 05:18:16.421 7 INFO neutron.db.ovn_revision_numbers_db [None req-40a944ad-54cc-4893-8598-3431246fb851 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 07e9ffd3-8881-493a-928d-6f696e68c690 (type: security_group_rules) to 0 2026-05-10 05:18:16.443 7 INFO neutron.db.ovn_revision_numbers_db [None req-40a944ad-54cc-4893-8598-3431246fb851 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2987f7f1-2bdf-4d07-a0f7-2943606e5efe (type: security_group_rules) to 0 2026-05-10 05:18:16.455 7 INFO neutron.db.ovn_revision_numbers_db [None req-40a944ad-54cc-4893-8598-3431246fb851 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 44289518-2792-4783-a24c-f9bec9281b2c (type: security_group_rules) to 0 2026-05-10 05:18:16.468 7 INFO neutron.db.ovn_revision_numbers_db [None req-40a944ad-54cc-4893-8598-3431246fb851 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 859afb6a-08d4-4dfb-8d28-a954477626ad (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1352/2753] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:16 2026] GET /v2.0/security-groups?tenant_id=df80e10d0970495f9d77eb61a51330a2&name=default => generated 2929 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2754] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:18:16 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1232 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2755] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:18:16 2026] POST /v2.0/floatingips => generated 552 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2756] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:16 2026] DELETE /v2.0/security-groups/22427e15-9d15-4665-bacc-7a66d7f632f2 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:16.813 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b26ec2d5-6150-4fc9-b751-bbb74538db48 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] No more DHCP agents 2026-05-10 05:18:16.815 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b26ec2d5-6150-4fc9-b751-bbb74538db48 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:16.857 7 WARNING neutron.db.securitygroups_db [None req-cbea6247-aeb5-421a-a0b9-4a618bed3504 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:18:17.001 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbea6247-aeb5-421a-a0b9-4a618bed3504 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 941a7b21-2783-4a52-ad64-15cb42ef8fc3 (type: security_groups) to 1 2026-05-10 05:18:17.012 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbea6247-aeb5-421a-a0b9-4a618bed3504 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ba21acac-995e-4514-b562-c2214ce40201 (type: security_group_rules) to 0 2026-05-10 05:18:17.024 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbea6247-aeb5-421a-a0b9-4a618bed3504 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource cbd22217-9a30-4ff5-a41e-672f69742ad9 (type: security_group_rules) to 0 2026-05-10 05:18:17.037 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbea6247-aeb5-421a-a0b9-4a618bed3504 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource de99f8e8-46ce-4307-a668-b547dcafcedf (type: security_group_rules) to 0 2026-05-10 05:18:17.047 7 INFO neutron.db.ovn_revision_numbers_db [None req-cbea6247-aeb5-421a-a0b9-4a618bed3504 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ec63f8cc-4b2a-4c4e-8f72-cc6c80fe5254 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1355/2757] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:16 2026] GET /v2.0/security-groups?tenant_id=e3a34a9b4e8b45d09df7b9727ad96afd&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2758] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:18:16 2026] POST /v2.0/floatingips => generated 552 bytes in 563 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2759] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:17 2026] DELETE /v2.0/security-groups/941a7b21-2783-4a52-ad64-15cb42ef8fc3 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:17.407 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-306de7d8-6282-4750-9b92-34aaf5a780cc 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] No more DHCP agents 2026-05-10 05:18:17.408 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-306de7d8-6282-4750-9b92-34aaf5a780cc 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:17.433 7 WARNING neutron.db.securitygroups_db [None req-31048a1c-3769-4f72-8eb2-f955bc8fdae8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1357/2760] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:17 2026] GET /v2.0/security-groups?tenant_id=d459759dc42141df811c01fc317c47fe&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2761] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:17 2026] DELETE /v2.0/security-groups/6043b188-8c56-40a7-8a4a-fab057672c15 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2762] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:18:17 2026] POST /v2.0/floatingips => generated 552 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:17.960 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8e63eaa9-408c-4e28-aad3-efbb3f3add22 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] No more DHCP agents 2026-05-10 05:18:17.961 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8e63eaa9-408c-4e28-aad3-efbb3f3add22 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1359/2763] 10.0.0.201 () {34 vars in 676 bytes} [Sun May 10 05:18:17 2026] POST /v2.0/floatingips => generated 552 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:18.249 8 WARNING tagging [None req-32ff1a72-5cc9-4a9d-9760-44092fbb5f51 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - 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: 1405/2764] 10.0.0.201 () {34 vars in 759 bytes} [Sun May 10 05:18:18 2026] PUT /v2.0/floatingips/91943edc-19cc-4900-9163-d929e9535ba4/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:18.304 7 WARNING tagging [None req-95b49239-a15c-4720-b913-4d47ec983f53 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - 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: 1360/2765] 10.0.0.201 () {34 vars in 759 bytes} [Sun May 10 05:18:18 2026] PUT /v2.0/floatingips/b60a3b79-1ae9-426e-8219-0041550d53d4/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:18.361 8 WARNING tagging [None req-1ddba3af-0ead-4bb3-bdcf-eecbd672f7ca 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - 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: 1406/2766] 10.0.0.201 () {34 vars in 759 bytes} [Sun May 10 05:18:18 2026] PUT /v2.0/floatingips/390397f6-6a97-4cb8-8ad0-a25d0e011a98/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:18.420 7 WARNING tagging [None req-76920fa0-ce2f-4efc-94a1-7050651f0bde 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - 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: 1361/2767] 10.0.0.201 () {34 vars in 759 bytes} [Sun May 10 05:18:18 2026] PUT /v2.0/floatingips/ec09af6f-9a3b-428b-87fe-3c09ac953912/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: 1407/2768] 10.0.0.201 () {32 vars in 672 bytes} [Sun May 10 05:18:18 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2769] 10.0.0.201 () {32 vars in 686 bytes} [Sun May 10 05:18:18 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2770] 10.0.0.201 () {32 vars in 682 bytes} [Sun May 10 05:18:18 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2771] 10.0.0.201 () {32 vars in 694 bytes} [Sun May 10 05:18:18 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2772] 10.0.0.201 () {32 vars in 680 bytes} [Sun May 10 05:18:18 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2773] 10.0.0.201 () {32 vars in 694 bytes} [Sun May 10 05:18:18 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2774] 10.0.0.201 () {32 vars in 690 bytes} [Sun May 10 05:18:18 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2775] 10.0.0.201 () {32 vars in 702 bytes} [Sun May 10 05:18:18 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:18:19.146 8 INFO neutron_taas.services.taas.taas_plugin [None req-66e691b4-5d36-4cd5-9d42-ea009af7e40d 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] TaaS: Handle Delete Port: 43b30db6-4f7b-4349-9201-1bfafcc0a618 2026-05-10 05:18:19.149 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66e691b4-5d36-4cd5-9d42-ea009af7e40d 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] Tap Mirror: Handle Delete Port: 43b30db6-4f7b-4349-9201-1bfafcc0a618 [pid: 8|app: 0|req: 1411/2776] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:18:19 2026] DELETE /v2.0/floatingips/91943edc-19cc-4900-9163-d929e9535ba4 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:19.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba758bf3-4270-4d5d-810b-05c1933d16b1 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] TaaS: Handle Delete Port: 6fb5d6b8-d86f-4737-91a0-1b9092f9a123 2026-05-10 05:18:19.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba758bf3-4270-4d5d-810b-05c1933d16b1 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] Tap Mirror: Handle Delete Port: 6fb5d6b8-d86f-4737-91a0-1b9092f9a123 [pid: 7|app: 0|req: 1366/2777] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:18:19 2026] DELETE /v2.0/floatingips/b60a3b79-1ae9-426e-8219-0041550d53d4 => generated 0 bytes in 758 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:20.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-45786d70-df6a-4647-bcad-225dd61a8f8e 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] TaaS: Handle Delete Port: 546c927c-ea02-467f-968e-d5d19d8118ae 2026-05-10 05:18:20.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45786d70-df6a-4647-bcad-225dd61a8f8e 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] Tap Mirror: Handle Delete Port: 546c927c-ea02-467f-968e-d5d19d8118ae [pid: 8|app: 0|req: 1412/2778] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:18:20 2026] DELETE /v2.0/floatingips/390397f6-6a97-4cb8-8ad0-a25d0e011a98 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:20.488 7 INFO neutron_taas.services.taas.taas_plugin [None req-89a3fe81-86c2-4541-9c7c-f9500acbb512 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] TaaS: Handle Delete Port: da154ea6-4e07-4383-83a2-eddbadfaa750 2026-05-10 05:18:20.491 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89a3fe81-86c2-4541-9c7c-f9500acbb512 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] Tap Mirror: Handle Delete Port: da154ea6-4e07-4383-83a2-eddbadfaa750 [pid: 7|app: 0|req: 1367/2779] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:18:20 2026] DELETE /v2.0/floatingips/ec09af6f-9a3b-428b-87fe-3c09ac953912 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:20.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-69d5cf6b-8395-4874-8c02-cea9bf3457a2 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] TaaS: Handle Delete Port: 79705733-e7b1-4adc-b9e6-68ccb60374cd 2026-05-10 05:18:20.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69d5cf6b-8395-4874-8c02-cea9bf3457a2 689ec35c439644619b4eb8fc8c236bf7 d3d3e7831bbd42148def4a2dcca84928 - - default default] Tap Mirror: Handle Delete Port: 79705733-e7b1-4adc-b9e6-68ccb60374cd [pid: 8|app: 0|req: 1413/2780] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:18:20 2026] DELETE /v2.0/floatingips/d4a9ca6e-cd5d-48b9-95e9-50b09d6d10b1 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:21.088 7 INFO neutron.db.ovn_revision_numbers_db [None req-bbcc2d96-f7ea-4fd5-8160-5d2220756949 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] Successfully bumped revision number for resource cda709b9-b400-4dfb-a3a8-67b38cef7f67 (type: security_groups) to 1 2026-05-10 05:18:21.100 7 INFO neutron.db.ovn_revision_numbers_db [None req-bbcc2d96-f7ea-4fd5-8160-5d2220756949 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] Successfully bumped revision number for resource 3fa3ee20-075a-40f0-9e3a-8d11e0369162 (type: security_group_rules) to 0 2026-05-10 05:18:21.110 7 INFO neutron.db.ovn_revision_numbers_db [None req-bbcc2d96-f7ea-4fd5-8160-5d2220756949 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] Successfully bumped revision number for resource 50b8a2e1-3220-4794-9313-c21c1a452a0c (type: security_group_rules) to 0 2026-05-10 05:18:21.120 7 INFO neutron.db.ovn_revision_numbers_db [None req-bbcc2d96-f7ea-4fd5-8160-5d2220756949 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] Successfully bumped revision number for resource a6d00aee-b9dc-44ea-8b75-d40c14ef0cbf (type: security_group_rules) to 0 2026-05-10 05:18:21.131 7 INFO neutron.db.ovn_revision_numbers_db [None req-bbcc2d96-f7ea-4fd5-8160-5d2220756949 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] Successfully bumped revision number for resource e926d0d4-75d4-4d00-bdb0-75094c5a8292 (type: security_group_rules) to 0 2026-05-10 05:18:21.205 7 INFO neutron.db.segments_db [None req-bbcc2d96-f7ea-4fd5-8160-5d2220756949 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] Added segment 93d568bb-06ea-4a5e-938e-0a9038affc41 of type geneve for network 7d11d44c-d526-4604-a639-a70aed7e2959 2026-05-10 05:18:21.303 7 INFO neutron.db.ovn_revision_numbers_db [None req-bbcc2d96-f7ea-4fd5-8160-5d2220756949 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] Successfully bumped revision number for resource 7d11d44c-d526-4604-a639-a70aed7e2959 (type: networks) to 1 2026-05-10 05:18:21.458 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bbcc2d96-f7ea-4fd5-8160-5d2220756949 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] No more DHCP agents 2026-05-10 05:18:21.460 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bbcc2d96-f7ea-4fd5-8160-5d2220756949 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] Unable to schedule network 7d11d44c-d526-4604-a639-a70aed7e2959: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:21.521 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] OVN reports status down for port: 3a8b8fc9-2707-44f8-8255-8ef90c128255 2026-05-10 05:18:21.579 7 INFO neutron.db.ovn_revision_numbers_db [None req-bbcc2d96-f7ea-4fd5-8160-5d2220756949 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] Successfully bumped revision number for resource 3a8b8fc9-2707-44f8-8255-8ef90c128255 (type: ports) to 1 [pid: 7|app: 0|req: 1368/2781] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:18:20 2026] POST /v2.0/networks => generated 669 bytes in 822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:21.774 7 WARNING neutron.db.securitygroups_db [None req-ce645cd4-08e6-454b-974b-efe365eca44c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:18:21.887 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1200fca5-3e7c-4105-b3f1-d7deffba3dad 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] No more DHCP agents 2026-05-10 05:18:21.889 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1200fca5-3e7c-4105-b3f1-d7deffba3dad 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] Unable to schedule network 7d11d44c-d526-4604-a639-a70aed7e2959: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:21.892 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce645cd4-08e6-454b-974b-efe365eca44c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f76d6a25-f2d7-4fc1-9316-24658f62521e (type: security_groups) to 1 2026-05-10 05:18:21.910 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce645cd4-08e6-454b-974b-efe365eca44c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3916a0ad-0ec7-4094-81ed-8fcea11aad0d (type: security_group_rules) to 0 2026-05-10 05:18:21.927 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce645cd4-08e6-454b-974b-efe365eca44c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource acea2931-171c-40d1-9d62-66f75759cb90 (type: security_group_rules) to 0 2026-05-10 05:18:21.959 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce645cd4-08e6-454b-974b-efe365eca44c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e25c54b6-8116-4876-a97c-2bee5ed31bdf (type: security_group_rules) to 0 2026-05-10 05:18:21.974 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] OVN reports status down for port: de549267-1960-42a4-8c35-1c38355bb660 2026-05-10 05:18:21.975 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce645cd4-08e6-454b-974b-efe365eca44c ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource eee7bfa9-0a2d-4133-bd72-676ecab7a585 (type: security_group_rules) to 0 2026-05-10 05:18:21.983 8 INFO neutron.db.ovn_revision_numbers_db [None req-1200fca5-3e7c-4105-b3f1-d7deffba3dad 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] Successfully bumped revision number for resource de549267-1960-42a4-8c35-1c38355bb660 (type: ports) to 1 [pid: 7|app: 0|req: 1369/2782] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:21 2026] GET /v2.0/security-groups?tenant_id=ffabc26c617841b389597d7829b8236a&name=default => generated 2929 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2783] 10.0.0.201 () {34 vars in 664 bytes} [Sun May 10 05:18:21 2026] POST /v2.0/ports => generated 743 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1370/2784] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:22 2026] DELETE /v2.0/security-groups/f76d6a25-f2d7-4fc1-9316-24658f62521e => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2785] 10.0.0.201 () {34 vars in 666 bytes} [Sun May 10 05:18:22 2026] POST /v2.0/trunks => generated 409 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:22.339 7 WARNING tagging [None req-89c2ae52-fb92-425f-9c2a-d142debaed19 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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-10 05:18:22.354 8 WARNING neutron.db.securitygroups_db [None req-999a8668-c476-45bc-9b6a-0f6c9adb3c41 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1371/2786] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:18:22 2026] PUT /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:22.385 7 WARNING tagging [None req-2708d1f9-cf0d-4fb5-b2b4-36c30d468cdd 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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: 1372/2787] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:18:22 2026] GET /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:22.421 7 WARNING tagging [None req-b98dc066-1ed8-4622-b51a-8ad8ac262b69 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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: 1373/2788] 10.0.0.201 () {34 vars in 760 bytes} [Sun May 10 05:18:22 2026] PUT /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:18:22.471 8 INFO neutron.db.ovn_revision_numbers_db [None req-999a8668-c476-45bc-9b6a-0f6c9adb3c41 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 39685170-c68d-43db-9c09-033ba31ed6bb (type: security_groups) to 1 2026-05-10 05:18:22.478 7 WARNING tagging [None req-07849a4e-b555-4e57-a020-8a6142b70d3e 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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: 1374/2789] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:18:22 2026] GET /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:22.486 8 INFO neutron.db.ovn_revision_numbers_db [None req-999a8668-c476-45bc-9b6a-0f6c9adb3c41 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1635e068-0273-4d28-9b2e-1419c1bebf79 (type: security_group_rules) to 0 2026-05-10 05:18:22.500 8 INFO neutron.db.ovn_revision_numbers_db [None req-999a8668-c476-45bc-9b6a-0f6c9adb3c41 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1b034f78-4e7e-4fce-96c3-05c4f50f2eeb (type: security_group_rules) to 0 2026-05-10 05:18:22.500 7 WARNING tagging [None req-6a7deba4-3826-453d-ba59-ffa2e4092610 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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-10 05:18:22.512 8 INFO neutron.db.ovn_revision_numbers_db [None req-999a8668-c476-45bc-9b6a-0f6c9adb3c41 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a558eff3-5889-4288-b31e-88868464b6ba (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1375/2790] 10.0.0.201 () {34 vars in 756 bytes} [Sun May 10 05:18:22 2026] PUT /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags/red => generated 4 bytes in 24 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:18:22.523 8 INFO neutron.db.ovn_revision_numbers_db [None req-999a8668-c476-45bc-9b6a-0f6c9adb3c41 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource ce065529-96fd-4b26-be31-d1c49abf8720 (type: security_group_rules) to 0 2026-05-10 05:18:22.530 7 WARNING tagging [None req-e4a98ff5-78da-44ea-8cc9-8876714647f1 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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: 1376/2791] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:18:22 2026] GET /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:22.551 7 WARNING tagging [None req-05072da1-bcd7-4cca-bac6-6ac7ef865e8b 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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: 1416/2792] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:22 2026] GET /v2.0/security-groups?tenant_id=2d8e08e8b8604695af235f7452c336e4&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2793] 10.0.0.201 () {34 vars in 778 bytes} [Sun May 10 05:18:22 2026] PUT /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags/black.or.white => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:18:22.594 7 WARNING tagging [None req-9334dec0-5d61-4173-916c-c088f4950234 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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: 1378/2794] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:18:22 2026] GET /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:22.615 7 WARNING tagging [None req-15608b5d-b670-424d-aa17-47fda3168111 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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: 1379/2795] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:18:22 2026] PUT /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:22.651 7 WARNING tagging [None req-66fcc23d-46f2-4dca-969f-2edbb5b98e48 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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: 1380/2796] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:18:22 2026] GET /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:22.678 7 WARNING tagging [None req-e54710a8-2522-4754-894b-fb354b02369d 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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: 1381/2797] 10.0.0.201 () {32 vars in 737 bytes} [Sun May 10 05:18:22 2026] GET /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:22.708 7 WARNING tagging [None req-7fcca2c3-34c0-4118-9690-4e22edd5120d 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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-10 05:18:22.716 7 INFO neutron.api.v2.resource [None req-7fcca2c3-34c0-4118-9690-4e22edd5120d 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1382/2798] 10.0.0.201 () {32 vars in 741 bytes} [Sun May 10 05:18:22 2026] GET /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:18:22.732 7 WARNING tagging [None req-564e4f09-19a5-4d65-8e90-ccf2d21256e2 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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: 1417/2799] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:22 2026] DELETE /v2.0/security-groups/39685170-c68d-43db-9c09-033ba31ed6bb => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2800] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:22 2026] DELETE /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:22.773 8 WARNING tagging [None req-4c84da88-c47e-4961-8bd2-83a3a7bd924d 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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: 1418/2801] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:18:22 2026] GET /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:22.801 7 WARNING tagging [None req-8d21183d-398f-4f85-882a-1e397ecb4ebe 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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-10 05:18:22.813 7 INFO neutron.api.v2.resource [None req-8d21183d-398f-4f85-882a-1e397ecb4ebe 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1384/2802] 10.0.0.201 () {32 vars in 744 bytes} [Sun May 10 05:18:22 2026] DELETE /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:18:22.831 8 WARNING tagging [None req-59eb0439-0268-492c-af94-76687d9ed955 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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: 1419/2803] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:18:22 2026] DELETE /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:22.879 7 WARNING tagging [None req-bcba290e-d3a0-4d26-aa96-2bc4ee5e78e9 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - 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-10 05:18:22.890 8 WARNING neutron.db.securitygroups_db [None req-0708c9bd-14a4-4755-87aa-3107d8d6496b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1385/2804] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:18:22 2026] GET /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c/tags => 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: 1386/2805] 10.0.0.201 () {32 vars in 719 bytes} [Sun May 10 05:18:22 2026] GET /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c => generated 409 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:18:23.016 8 INFO neutron.db.ovn_revision_numbers_db [None req-0708c9bd-14a4-4755-87aa-3107d8d6496b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 666e36c4-8e44-441a-a38b-4e429b9a5924 (type: security_groups) to 1 2026-05-10 05:18:23.030 8 INFO neutron.db.ovn_revision_numbers_db [None req-0708c9bd-14a4-4755-87aa-3107d8d6496b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0d6c93b3-5d1e-452b-bf55-a18fb11edfb6 (type: security_group_rules) to 0 2026-05-10 05:18:23.042 8 INFO neutron.db.ovn_revision_numbers_db [None req-0708c9bd-14a4-4755-87aa-3107d8d6496b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1e625b88-b82e-461d-8443-39ec381796ae (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1387/2806] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:18:22 2026] GET /v2.0/ports/de549267-1960-42a4-8c35-1c38355bb660 => generated 826 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:18:23.056 8 INFO neutron.db.ovn_revision_numbers_db [None req-0708c9bd-14a4-4755-87aa-3107d8d6496b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 96247bc8-8876-461d-ae17-d563cbb7c85f (type: security_group_rules) to 0 2026-05-10 05:18:23.079 8 INFO neutron.db.ovn_revision_numbers_db [None req-0708c9bd-14a4-4755-87aa-3107d8d6496b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f6a70150-918b-482e-aa07-9043d226089a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1420/2807] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:22 2026] GET /v2.0/security-groups?tenant_id=d3d3e7831bbd42148def4a2dcca84928&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2808] 10.0.0.201 () {32 vars in 722 bytes} [Sun May 10 05:18:23 2026] DELETE /v2.0/trunks/f1ed82d0-5571-4398-abf3-dbbdc00e0b6c => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:23.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-108e942f-d8db-4789-b05b-29588a62b6f2 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] TaaS: Handle Delete Port: de549267-1960-42a4-8c35-1c38355bb660 2026-05-10 05:18:23.282 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-108e942f-d8db-4789-b05b-29588a62b6f2 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] Tap Mirror: Handle Delete Port: de549267-1960-42a4-8c35-1c38355bb660 [pid: 8|app: 0|req: 1421/2809] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:23 2026] DELETE /v2.0/security-groups/666e36c4-8e44-441a-a38b-4e429b9a5924 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2810] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:18:23 2026] DELETE /v2.0/ports/de549267-1960-42a4-8c35-1c38355bb660 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:23.566 8 INFO neutron_taas.services.taas.taas_plugin [None req-71ea610d-f6a6-4411-ab55-0f0c2bad7525 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] TaaS: Handle Delete Port: 3a8b8fc9-2707-44f8-8255-8ef90c128255 2026-05-10 05:18:23.569 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71ea610d-f6a6-4411-ab55-0f0c2bad7525 5c78c6b0143846499dc78f8fc3fce1e8 951da31e50454e6ebaf810ef485cf333 - - default default] Tap Mirror: Handle Delete Port: 3a8b8fc9-2707-44f8-8255-8ef90c128255 2026-05-10 05:18:23.745 8 INFO neutron.services.segments.plugin [-] Segment 93d568bb-06ea-4a5e-938e-0a9038affc41 resource provider aggregate not found 2026-05-10 05:18:23.748 8 INFO neutron.services.segments.plugin [-] Segment 93d568bb-06ea-4a5e-938e-0a9038affc41 resource provider aggregate not found 2026-05-10 05:18:23.769 8 INFO neutron.services.segments.plugin [-] Segment 93d568bb-06ea-4a5e-938e-0a9038affc41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93d568bb-06ea-4a5e-938e-0a9038affc41 found for delete ", "request_id": "req-f320672e-add7-4876-9847-51c4a9427cb9"}]} 2026-05-10 05:18:23.771 8 INFO neutron.services.segments.plugin [-] Segment 93d568bb-06ea-4a5e-938e-0a9038affc41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93d568bb-06ea-4a5e-938e-0a9038affc41 found for delete ", "request_id": "req-d223306d-057e-4e81-a27d-c73b2b65cb1a"}]} [pid: 8|app: 0|req: 1422/2811] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:18:23 2026] DELETE /v2.0/networks/7d11d44c-d526-4604-a639-a70aed7e2959 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:24.584 7 WARNING neutron.db.securitygroups_db [None req-4e2534ac-fa2e-4b3f-8552-b9b4146b579e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:18:24.717 7 INFO neutron.db.ovn_revision_numbers_db [None req-4e2534ac-fa2e-4b3f-8552-b9b4146b579e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 977faa14-f606-4660-aff3-0b2f4d55a2b1 (type: security_groups) to 1 2026-05-10 05:18:24.731 7 INFO neutron.db.ovn_revision_numbers_db [None req-4e2534ac-fa2e-4b3f-8552-b9b4146b579e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7d8afac7-a80a-40b3-9ff6-86008d4405a7 (type: security_group_rules) to 0 2026-05-10 05:18:24.751 7 INFO neutron.db.ovn_revision_numbers_db [None req-4e2534ac-fa2e-4b3f-8552-b9b4146b579e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource aa696dc8-ea8b-4b09-875b-8c725259e115 (type: security_group_rules) to 0 2026-05-10 05:18:24.763 7 INFO neutron.db.ovn_revision_numbers_db [None req-4e2534ac-fa2e-4b3f-8552-b9b4146b579e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource cd40c154-1c94-4ed4-bc9a-9db7bad333a0 (type: security_group_rules) to 0 2026-05-10 05:18:24.776 7 INFO neutron.db.ovn_revision_numbers_db [None req-4e2534ac-fa2e-4b3f-8552-b9b4146b579e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d8f378d3-747c-41eb-aa3d-9711caeb83e1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1390/2812] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:24 2026] GET /v2.0/security-groups?tenant_id=0efebf5c4e8a4d03968b9df19ef27464&name=default => generated 2929 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2813] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:24 2026] DELETE /v2.0/security-groups/977faa14-f606-4660-aff3-0b2f4d55a2b1 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:25.200 7 WARNING neutron.db.securitygroups_db [None req-ac72086b-8554-4f62-8cde-688f790b0cba ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1391/2814] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:25 2026] GET /v2.0/security-groups?tenant_id=951da31e50454e6ebaf810ef485cf333&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2815] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:25 2026] DELETE /v2.0/security-groups/cda709b9-b400-4dfb-a3a8-67b38cef7f67 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:27.924 7 INFO neutron.db.ovn_revision_numbers_db [None req-e44ec508-8076-45d2-8978-107ea72270b5 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource ccf46072-aeac-4054-88c6-8026d852cd0a (type: security_groups) to 1 2026-05-10 05:18:27.939 7 INFO neutron.db.ovn_revision_numbers_db [None req-e44ec508-8076-45d2-8978-107ea72270b5 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource 62a76b7d-3a3f-4df7-8f6b-be2331278d52 (type: security_group_rules) to 0 2026-05-10 05:18:27.950 7 INFO neutron.db.ovn_revision_numbers_db [None req-e44ec508-8076-45d2-8978-107ea72270b5 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource b13cd4f9-90c1-4819-8e3b-8eb6160e613d (type: security_group_rules) to 0 2026-05-10 05:18:27.966 7 INFO neutron.db.ovn_revision_numbers_db [None req-e44ec508-8076-45d2-8978-107ea72270b5 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource ebaa3fe2-3593-4d24-b642-d25d572c7f8f (type: security_group_rules) to 0 2026-05-10 05:18:27.979 7 INFO neutron.db.ovn_revision_numbers_db [None req-e44ec508-8076-45d2-8978-107ea72270b5 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource f1c5fe68-4a07-4c84-b4c1-341a056546e9 (type: security_group_rules) to 0 2026-05-10 05:18:28.073 7 INFO neutron.db.segments_db [None req-e44ec508-8076-45d2-8978-107ea72270b5 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Added segment 0bf8d24a-5b48-42aa-b55f-aee04c332eb3 of type geneve for network 9543b0ea-8827-4c49-8867-ecb12b26378f 2026-05-10 05:18:28.185 7 INFO neutron.db.ovn_revision_numbers_db [None req-e44ec508-8076-45d2-8978-107ea72270b5 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource 9543b0ea-8827-4c49-8867-ecb12b26378f (type: networks) to 1 2026-05-10 05:18:28.333 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e44ec508-8076-45d2-8978-107ea72270b5 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] No more DHCP agents 2026-05-10 05:18:28.334 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e44ec508-8076-45d2-8978-107ea72270b5 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Unable to schedule network 9543b0ea-8827-4c49-8867-ecb12b26378f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:28.390 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] OVN reports status down for port: eeacf7d8-c1e8-4606-bcd4-8c6a509afa29 2026-05-10 05:18:28.444 7 INFO neutron.db.ovn_revision_numbers_db [None req-e44ec508-8076-45d2-8978-107ea72270b5 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource eeacf7d8-c1e8-4606-bcd4-8c6a509afa29 (type: ports) to 1 [pid: 7|app: 0|req: 1392/2816] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:18:27 2026] POST /v2.0/networks => generated 669 bytes in 846 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:28.701 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6f7517fc-dc4d-492e-8185-0f585e025538 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] No more DHCP agents 2026-05-10 05:18:28.702 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6f7517fc-dc4d-492e-8185-0f585e025538 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Unable to schedule network 9543b0ea-8827-4c49-8867-ecb12b26378f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:29.163 8 INFO neutron.db.ovn_revision_numbers_db [None req-6f7517fc-dc4d-492e-8185-0f585e025538 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource eeacf7d8-c1e8-4606-bcd4-8c6a509afa29 (type: ports) to 2 2026-05-10 05:18:29.199 8 INFO neutron.db.ovn_revision_numbers_db [None req-6f7517fc-dc4d-492e-8185-0f585e025538 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource 12f7ac7c-54dd-40a8-b63a-62498e89168c (type: subnets) to 0 [pid: 8|app: 0|req: 1425/2817] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:18:28 2026] POST /v2.0/subnets => generated 626 bytes in 734 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:29.316 7 INFO neutron.db.segments_db [None req-52aa893a-ab3d-4d5e-aad6-9928ec6601f9 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Added segment 14f0f863-a6cb-4bd6-84e8-3fea89662e60 of type geneve for network ba0c1abe-ab52-46de-a629-072711014d99 2026-05-10 05:18:29.447 7 INFO neutron.db.ovn_revision_numbers_db [None req-52aa893a-ab3d-4d5e-aad6-9928ec6601f9 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource ba0c1abe-ab52-46de-a629-072711014d99 (type: networks) to 1 2026-05-10 05:18:29.624 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-52aa893a-ab3d-4d5e-aad6-9928ec6601f9 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] No more DHCP agents 2026-05-10 05:18:29.625 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-52aa893a-ab3d-4d5e-aad6-9928ec6601f9 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Unable to schedule network ba0c1abe-ab52-46de-a629-072711014d99: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:29.681 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] OVN reports status down for port: 265d687a-d94e-45ef-8ced-256f28dc3572 2026-05-10 05:18:29.733 7 INFO neutron.db.ovn_revision_numbers_db [None req-52aa893a-ab3d-4d5e-aad6-9928ec6601f9 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource 265d687a-d94e-45ef-8ced-256f28dc3572 (type: ports) to 1 [pid: 7|app: 0|req: 1393/2818] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:18:29 2026] POST /v2.0/networks => generated 670 bytes in 544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:29.950 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-228b0ec8-18f5-46c2-97cb-33a76c5f5fc6 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] No more DHCP agents 2026-05-10 05:18:29.951 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-228b0ec8-18f5-46c2-97cb-33a76c5f5fc6 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Unable to schedule network ba0c1abe-ab52-46de-a629-072711014d99: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:30.360 8 INFO neutron.db.ovn_revision_numbers_db [None req-228b0ec8-18f5-46c2-97cb-33a76c5f5fc6 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource 265d687a-d94e-45ef-8ced-256f28dc3572 (type: ports) to 2 2026-05-10 05:18:30.392 8 INFO neutron.db.ovn_revision_numbers_db [None req-228b0ec8-18f5-46c2-97cb-33a76c5f5fc6 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource 81d490ed-7293-4116-b957-930c472daafd (type: subnets) to 0 [pid: 8|app: 0|req: 1426/2821] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:18:29 2026] POST /v2.0/subnets => generated 629 bytes in 635 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:30.493 7 INFO neutron.db.segments_db [None req-039c57f0-4060-48fe-a13a-9135e6a53fce 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Added segment 6bc6e657-6b84-4a19-bc4c-4d69bf985e4c of type geneve for network 5b18200f-0d6d-4c1b-8c7d-cba966c05845 2026-05-10 05:18:30.593 7 INFO neutron.db.ovn_revision_numbers_db [None req-039c57f0-4060-48fe-a13a-9135e6a53fce 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource 5b18200f-0d6d-4c1b-8c7d-cba966c05845 (type: networks) to 1 2026-05-10 05:18:30.759 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-039c57f0-4060-48fe-a13a-9135e6a53fce 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] No more DHCP agents 2026-05-10 05:18:30.761 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-039c57f0-4060-48fe-a13a-9135e6a53fce 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Unable to schedule network 5b18200f-0d6d-4c1b-8c7d-cba966c05845: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:30.817 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: b9816110-5049-48a4-bbde-ccb4c906b7f6 2026-05-10 05:18:30.837 7 INFO neutron.db.ovn_revision_numbers_db [None req-039c57f0-4060-48fe-a13a-9135e6a53fce 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource b9816110-5049-48a4-bbde-ccb4c906b7f6 (type: ports) to 1 [pid: 7|app: 0|req: 1396/2822] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:18:30 2026] POST /v2.0/networks => generated 669 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:31.039 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a6fb4a02-122b-410a-bb5a-649769f15831 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] No more DHCP agents 2026-05-10 05:18:31.041 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a6fb4a02-122b-410a-bb5a-649769f15831 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Unable to schedule network 5b18200f-0d6d-4c1b-8c7d-cba966c05845: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:31.465 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6fb4a02-122b-410a-bb5a-649769f15831 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource b9816110-5049-48a4-bbde-ccb4c906b7f6 (type: ports) to 2 2026-05-10 05:18:31.494 8 INFO neutron.db.ovn_revision_numbers_db [None req-a6fb4a02-122b-410a-bb5a-649769f15831 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource ecb900e4-5dec-4764-b8b4-d25b78c8c641 (type: subnets) to 0 [pid: 8|app: 0|req: 1427/2823] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:18:30 2026] POST /v2.0/subnets => generated 629 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:31.614 7 INFO neutron.db.segments_db [None req-11b58014-c40c-41a3-bc30-0cb50a54ded0 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Added segment 51fef383-6718-4e35-8363-7e4dd327476a of type geneve for network e9e951c9-f66e-4f4b-be2a-a0f8ef099bd2 2026-05-10 05:18:31.730 7 INFO neutron.db.ovn_revision_numbers_db [None req-11b58014-c40c-41a3-bc30-0cb50a54ded0 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource e9e951c9-f66e-4f4b-be2a-a0f8ef099bd2 (type: networks) to 1 2026-05-10 05:18:31.901 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-11b58014-c40c-41a3-bc30-0cb50a54ded0 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] No more DHCP agents 2026-05-10 05:18:31.903 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-11b58014-c40c-41a3-bc30-0cb50a54ded0 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Unable to schedule network e9e951c9-f66e-4f4b-be2a-a0f8ef099bd2: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:31.973 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: c0532976-516c-4d96-8871-552d1f23f2dc 2026-05-10 05:18:32.014 7 INFO neutron.db.ovn_revision_numbers_db [None req-11b58014-c40c-41a3-bc30-0cb50a54ded0 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource c0532976-516c-4d96-8871-552d1f23f2dc (type: ports) to 1 [pid: 7|app: 0|req: 1397/2824] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:18:31 2026] POST /v2.0/networks => generated 670 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:32.247 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-26be480a-e515-44fa-8b7f-5d78a77540af 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] No more DHCP agents 2026-05-10 05:18:32.247 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-26be480a-e515-44fa-8b7f-5d78a77540af 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Unable to schedule network e9e951c9-f66e-4f4b-be2a-a0f8ef099bd2: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:32.733 8 INFO neutron.db.ovn_revision_numbers_db [None req-26be480a-e515-44fa-8b7f-5d78a77540af 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource c0532976-516c-4d96-8871-552d1f23f2dc (type: ports) to 2 2026-05-10 05:18:32.769 8 INFO neutron.db.ovn_revision_numbers_db [None req-26be480a-e515-44fa-8b7f-5d78a77540af 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource e653628f-be4a-4725-b1f3-36454c9812b1 (type: subnets) to 0 [pid: 8|app: 0|req: 1428/2825] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:18:32 2026] POST /v2.0/subnets => generated 629 bytes in 727 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:32.887 7 INFO neutron.db.segments_db [None req-a0857ecf-001a-4b89-9250-c0b09d274749 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Added segment 02bea261-3d65-4821-81b6-34dc857692a1 of type geneve for network b37d60e2-a065-4fdf-925d-ff10d95643bc 2026-05-10 05:18:33.014 7 INFO neutron.db.ovn_revision_numbers_db [None req-a0857ecf-001a-4b89-9250-c0b09d274749 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource b37d60e2-a065-4fdf-925d-ff10d95643bc (type: networks) to 1 2026-05-10 05:18:33.202 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a0857ecf-001a-4b89-9250-c0b09d274749 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] No more DHCP agents 2026-05-10 05:18:33.204 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a0857ecf-001a-4b89-9250-c0b09d274749 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Unable to schedule network b37d60e2-a065-4fdf-925d-ff10d95643bc: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:33.256 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] OVN reports status down for port: 6467530b-dd8c-4f29-a6fe-9637ffa3ba51 2026-05-10 05:18:33.323 7 INFO neutron.db.ovn_revision_numbers_db [None req-a0857ecf-001a-4b89-9250-c0b09d274749 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource 6467530b-dd8c-4f29-a6fe-9637ffa3ba51 (type: ports) to 1 [pid: 7|app: 0|req: 1398/2826] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:18:32 2026] POST /v2.0/networks => generated 669 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:33.587 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4028e913-47c6-4bc1-a646-94bd9cb39f19 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] No more DHCP agents 2026-05-10 05:18:33.588 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4028e913-47c6-4bc1-a646-94bd9cb39f19 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Unable to schedule network b37d60e2-a065-4fdf-925d-ff10d95643bc: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:33.975 8 INFO neutron.db.ovn_revision_numbers_db [None req-4028e913-47c6-4bc1-a646-94bd9cb39f19 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource 6467530b-dd8c-4f29-a6fe-9637ffa3ba51 (type: ports) to 2 2026-05-10 05:18:34.009 8 INFO neutron.db.ovn_revision_numbers_db [None req-4028e913-47c6-4bc1-a646-94bd9cb39f19 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Successfully bumped revision number for resource c268bdda-1b20-4a20-8cb4-2a8296645ded (type: subnets) to 0 [pid: 8|app: 0|req: 1429/2827] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:18:33 2026] POST /v2.0/subnets => generated 629 bytes in 658 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2828] 10.0.0.201 () {34 vars in 751 bytes} [Sun May 10 05:18:34 2026] PUT /v2.0/subnets/12f7ac7c-54dd-40a8-b63a-62498e89168c/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2829] 10.0.0.201 () {34 vars in 751 bytes} [Sun May 10 05:18:34 2026] PUT /v2.0/subnets/81d490ed-7293-4116-b957-930c472daafd/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2830] 10.0.0.201 () {34 vars in 751 bytes} [Sun May 10 05:18:34 2026] PUT /v2.0/subnets/ecb900e4-5dec-4764-b8b4-d25b78c8c641/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2831] 10.0.0.201 () {34 vars in 751 bytes} [Sun May 10 05:18:34 2026] PUT /v2.0/subnets/e653628f-be4a-4725-b1f3-36454c9812b1/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2832] 10.0.0.201 () {32 vars in 664 bytes} [Sun May 10 05:18:34 2026] GET /v2.0/subnets?tags=red => 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: 1432/2833] 10.0.0.201 () {32 vars in 678 bytes} [Sun May 10 05:18:34 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2834] 10.0.0.201 () {32 vars in 674 bytes} [Sun May 10 05:18:34 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2835] 10.0.0.201 () {32 vars in 686 bytes} [Sun May 10 05:18:34 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2836] 10.0.0.201 () {32 vars in 672 bytes} [Sun May 10 05:18:34 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2837] 10.0.0.201 () {32 vars in 686 bytes} [Sun May 10 05:18:34 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2838] 10.0.0.201 () {32 vars in 682 bytes} [Sun May 10 05:18:34 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2839] 10.0.0.201 () {32 vars in 694 bytes} [Sun May 10 05:18:34 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2840] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:18:34 2026] DELETE /v2.0/subnets/12f7ac7c-54dd-40a8-b63a-62498e89168c => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2841] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:18:34 2026] DELETE /v2.0/subnets/81d490ed-7293-4116-b957-930c472daafd => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2842] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:18:35 2026] DELETE /v2.0/subnets/ecb900e4-5dec-4764-b8b4-d25b78c8c641 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2843] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:18:35 2026] DELETE /v2.0/subnets/e653628f-be4a-4725-b1f3-36454c9812b1 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2844] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:18:35 2026] DELETE /v2.0/subnets/c268bdda-1b20-4a20-8cb4-2a8296645ded => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:35.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-07d13ef5-c6db-4541-9e60-baf3bd7186b5 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] TaaS: Handle Delete Port: eeacf7d8-c1e8-4606-bcd4-8c6a509afa29 2026-05-10 05:18:35.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07d13ef5-c6db-4541-9e60-baf3bd7186b5 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Tap Mirror: Handle Delete Port: eeacf7d8-c1e8-4606-bcd4-8c6a509afa29 2026-05-10 05:18:36.166 8 INFO neutron.services.segments.plugin [-] Segment 0bf8d24a-5b48-42aa-b55f-aee04c332eb3 resource provider aggregate not found 2026-05-10 05:18:36.171 8 INFO neutron.services.segments.plugin [-] Segment 0bf8d24a-5b48-42aa-b55f-aee04c332eb3 resource provider aggregate not found 2026-05-10 05:18:36.188 8 INFO neutron.services.segments.plugin [-] Segment 0bf8d24a-5b48-42aa-b55f-aee04c332eb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bf8d24a-5b48-42aa-b55f-aee04c332eb3 found for delete ", "request_id": "req-23320dd7-93b7-46ec-8811-80862a098cf2"}]} 2026-05-10 05:18:36.193 8 INFO neutron.services.segments.plugin [-] Segment 0bf8d24a-5b48-42aa-b55f-aee04c332eb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bf8d24a-5b48-42aa-b55f-aee04c332eb3 found for delete ", "request_id": "req-5b92af2a-be97-46bc-aac3-ac57081070b5"}]} [pid: 8|app: 0|req: 1438/2845] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:18:35 2026] DELETE /v2.0/networks/9543b0ea-8827-4c49-8867-ecb12b26378f => generated 0 bytes in 457 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:36.350 7 INFO neutron_taas.services.taas.taas_plugin [None req-46421e2f-931e-42dd-85df-22815fd699bc 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] TaaS: Handle Delete Port: 265d687a-d94e-45ef-8ced-256f28dc3572 2026-05-10 05:18:36.353 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46421e2f-931e-42dd-85df-22815fd699bc 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Tap Mirror: Handle Delete Port: 265d687a-d94e-45ef-8ced-256f28dc3572 2026-05-10 05:18:36.557 7 INFO neutron.services.segments.plugin [-] Segment 14f0f863-a6cb-4bd6-84e8-3fea89662e60 resource provider aggregate not found 2026-05-10 05:18:36.557 7 INFO neutron.services.segments.plugin [-] Segment 14f0f863-a6cb-4bd6-84e8-3fea89662e60 resource provider aggregate not found 2026-05-10 05:18:36.578 7 INFO neutron.services.segments.plugin [-] Segment 14f0f863-a6cb-4bd6-84e8-3fea89662e60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14f0f863-a6cb-4bd6-84e8-3fea89662e60 found for delete ", "request_id": "req-6f52ba88-3308-438c-8fad-b12f2ce63ed7"}]} 2026-05-10 05:18:36.591 7 INFO neutron.services.segments.plugin [-] Segment 14f0f863-a6cb-4bd6-84e8-3fea89662e60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14f0f863-a6cb-4bd6-84e8-3fea89662e60 found for delete ", "request_id": "req-8f5a454d-3d47-4e84-8922-457d3a7746d9"}]} [pid: 7|app: 0|req: 1408/2846] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:18:36 2026] DELETE /v2.0/networks/ba0c1abe-ab52-46de-a629-072711014d99 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:36.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb8c89b1-2611-418c-85d8-a9ba2830bdc7 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] TaaS: Handle Delete Port: b9816110-5049-48a4-bbde-ccb4c906b7f6 2026-05-10 05:18:36.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb8c89b1-2611-418c-85d8-a9ba2830bdc7 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Tap Mirror: Handle Delete Port: b9816110-5049-48a4-bbde-ccb4c906b7f6 [pid: 8|app: 0|req: 1439/2847] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:18:36 2026] DELETE /v2.0/networks/5b18200f-0d6d-4c1b-8c7d-cba966c05845 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:37.087 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4417642-3473-4af6-b048-87e46d8e3b52 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] TaaS: Handle Delete Port: c0532976-516c-4d96-8871-552d1f23f2dc 2026-05-10 05:18:37.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4417642-3473-4af6-b048-87e46d8e3b52 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Tap Mirror: Handle Delete Port: c0532976-516c-4d96-8871-552d1f23f2dc [pid: 7|app: 0|req: 1409/2848] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:18:36 2026] DELETE /v2.0/networks/e9e951c9-f66e-4f4b-be2a-a0f8ef099bd2 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:37.520 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c045b83-98f4-4527-af6c-6099c10111ee 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] TaaS: Handle Delete Port: 6467530b-dd8c-4f29-a6fe-9637ffa3ba51 2026-05-10 05:18:37.523 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c045b83-98f4-4527-af6c-6099c10111ee 799a082a17f240c9ad4a2cb4c0427072 ea817559c0244f309b42f3fb378c4160 - - default default] Tap Mirror: Handle Delete Port: 6467530b-dd8c-4f29-a6fe-9637ffa3ba51 [pid: 8|app: 0|req: 1440/2849] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:18:37 2026] DELETE /v2.0/networks/b37d60e2-a065-4fdf-925d-ff10d95643bc => generated 0 bytes in 380 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:38.212 8 INFO neutron.services.segments.plugin [-] Segment 6bc6e657-6b84-4a19-bc4c-4d69bf985e4c resource provider aggregate not found 2026-05-10 05:18:38.216 8 INFO neutron.services.segments.plugin [-] Segment 6bc6e657-6b84-4a19-bc4c-4d69bf985e4c resource provider aggregate not found 2026-05-10 05:18:38.229 8 INFO neutron.services.segments.plugin [-] Segment 6bc6e657-6b84-4a19-bc4c-4d69bf985e4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bc6e657-6b84-4a19-bc4c-4d69bf985e4c found for delete ", "request_id": "req-4ce464c1-19ad-4165-8694-e9de8b07e1ec"}]} 2026-05-10 05:18:38.233 8 INFO neutron.services.segments.plugin [-] Segment 6bc6e657-6b84-4a19-bc4c-4d69bf985e4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bc6e657-6b84-4a19-bc4c-4d69bf985e4c found for delete ", "request_id": "req-10002518-1393-4ca7-98f2-46fbbad651f1"}]} 2026-05-10 05:18:38.244 8 INFO neutron.services.segments.plugin [-] Segment 02bea261-3d65-4821-81b6-34dc857692a1 resource provider aggregate not found 2026-05-10 05:18:38.251 8 INFO neutron.services.segments.plugin [-] Segment 02bea261-3d65-4821-81b6-34dc857692a1 resource provider aggregate not found 2026-05-10 05:18:38.255 8 INFO neutron.services.segments.plugin [-] Segment 02bea261-3d65-4821-81b6-34dc857692a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02bea261-3d65-4821-81b6-34dc857692a1 found for delete ", "request_id": "req-e5e07ced-28ec-400a-bafa-0efc54230025"}]} 2026-05-10 05:18:38.267 8 INFO neutron.services.segments.plugin [-] Segment 02bea261-3d65-4821-81b6-34dc857692a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02bea261-3d65-4821-81b6-34dc857692a1 found for delete ", "request_id": "req-54e5c3e1-c2e4-42ff-bf58-8b591d9d5ee6"}]} 2026-05-10 05:18:38.597 7 INFO neutron.services.segments.plugin [-] Segment 51fef383-6718-4e35-8363-7e4dd327476a resource provider aggregate not found 2026-05-10 05:18:38.612 7 INFO neutron.services.segments.plugin [-] Segment 51fef383-6718-4e35-8363-7e4dd327476a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51fef383-6718-4e35-8363-7e4dd327476a found for delete ", "request_id": "req-ff31fd86-b6f0-429f-a75a-2c11ef71002f"}]} 2026-05-10 05:18:38.614 7 INFO neutron.services.segments.plugin [-] Segment 51fef383-6718-4e35-8363-7e4dd327476a resource provider aggregate not found 2026-05-10 05:18:38.633 7 INFO neutron.services.segments.plugin [-] Segment 51fef383-6718-4e35-8363-7e4dd327476a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51fef383-6718-4e35-8363-7e4dd327476a found for delete ", "request_id": "req-2d304919-faed-4771-9737-1b34d4198d02"}]} 2026-05-10 05:18:38.648 7 WARNING neutron.db.securitygroups_db [None req-752b98f3-80d3-4f0c-9cf4-5af9ae0d1032 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:18:38.782 7 INFO neutron.db.ovn_revision_numbers_db [None req-752b98f3-80d3-4f0c-9cf4-5af9ae0d1032 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 684d0a99-e2be-4e8e-999b-3f8734a02f96 (type: security_groups) to 1 2026-05-10 05:18:38.795 7 INFO neutron.db.ovn_revision_numbers_db [None req-752b98f3-80d3-4f0c-9cf4-5af9ae0d1032 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0d3970c6-69ee-40ed-8649-cc6e28587c14 (type: security_group_rules) to 0 2026-05-10 05:18:38.807 7 INFO neutron.db.ovn_revision_numbers_db [None req-752b98f3-80d3-4f0c-9cf4-5af9ae0d1032 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 41cc52c8-5544-4213-98ee-f53888334119 (type: security_group_rules) to 0 2026-05-10 05:18:38.819 7 INFO neutron.db.ovn_revision_numbers_db [None req-752b98f3-80d3-4f0c-9cf4-5af9ae0d1032 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 68c859af-d2b4-44e6-adb4-dff503cf63e8 (type: security_group_rules) to 0 2026-05-10 05:18:38.830 7 INFO neutron.db.ovn_revision_numbers_db [None req-752b98f3-80d3-4f0c-9cf4-5af9ae0d1032 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 91c69f9e-5192-4879-92f7-212ed89fe224 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1410/2850] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:38 2026] GET /v2.0/security-groups?tenant_id=ca6d1f79e465483ab10dfeab0fd6fac9&name=default => generated 2929 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2851] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:38 2026] DELETE /v2.0/security-groups/684d0a99-e2be-4e8e-999b-3f8734a02f96 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:39.133 7 WARNING neutron.db.securitygroups_db [None req-ac55953a-f16d-43b5-ac8a-f91e94773dce ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1411/2852] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:39 2026] GET /v2.0/security-groups?tenant_id=ea817559c0244f309b42f3fb378c4160&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2853] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:39 2026] DELETE /v2.0/security-groups/ccf46072-aeac-4054-88c6-8026d852cd0a => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:39.468 7 WARNING neutron.db.securitygroups_db [None req-1233703a-8c26-4f64-accb-13e7468fcd57 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:18:39.594 7 INFO neutron.db.ovn_revision_numbers_db [None req-1233703a-8c26-4f64-accb-13e7468fcd57 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource db2a56b5-ea1c-4bb5-bce7-97287e492521 (type: security_groups) to 1 2026-05-10 05:18:39.611 7 INFO neutron.db.ovn_revision_numbers_db [None req-1233703a-8c26-4f64-accb-13e7468fcd57 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 16e383c8-4c54-4234-bfc1-bab233cb5721 (type: security_group_rules) to 0 2026-05-10 05:18:39.630 7 INFO neutron.db.ovn_revision_numbers_db [None req-1233703a-8c26-4f64-accb-13e7468fcd57 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4ac4eeb6-1551-4c7b-97c8-751dc2a56567 (type: security_group_rules) to 0 2026-05-10 05:18:39.654 7 INFO neutron.db.ovn_revision_numbers_db [None req-1233703a-8c26-4f64-accb-13e7468fcd57 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a14a5a07-59db-4cf6-80b9-89e57201f5ca (type: security_group_rules) to 0 2026-05-10 05:18:39.667 7 INFO neutron.db.ovn_revision_numbers_db [None req-1233703a-8c26-4f64-accb-13e7468fcd57 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource abf70c17-6242-4243-9d39-ce747d0d5d32 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1412/2854] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:39 2026] GET /v2.0/security-groups?tenant_id=ecc8ef068736441f8c67f91ad9914288&name=default => generated 2929 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2855] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:39 2026] DELETE /v2.0/security-groups/db2a56b5-ea1c-4bb5-bce7-97287e492521 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:45.121 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb0c1907-f83a-457d-b2ee-331d1def9480 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource 83e7caa1-b15c-4a29-8505-69e08f83c55f (type: security_groups) to 1 2026-05-10 05:18:45.135 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb0c1907-f83a-457d-b2ee-331d1def9480 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource 3be30fe9-166e-4b88-9e23-b8641b5a91b0 (type: security_group_rules) to 0 2026-05-10 05:18:45.146 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb0c1907-f83a-457d-b2ee-331d1def9480 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource 4d62c1e1-dafc-461c-a06c-b2349cdd8aca (type: security_group_rules) to 0 2026-05-10 05:18:45.156 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb0c1907-f83a-457d-b2ee-331d1def9480 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource a23d4769-f3e3-43fa-a929-4275a4176359 (type: security_group_rules) to 0 2026-05-10 05:18:45.166 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb0c1907-f83a-457d-b2ee-331d1def9480 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource d9db4995-6d1c-49cd-8192-f18d0d78145e (type: security_group_rules) to 0 2026-05-10 05:18:45.241 7 INFO neutron.db.segments_db [None req-fb0c1907-f83a-457d-b2ee-331d1def9480 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Added segment 5801eafe-469e-4a25-bf5a-0d7a9acac7ef of type geneve for network 1fe931f8-95a0-43a7-9f11-409758f72df6 2026-05-10 05:18:45.358 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb0c1907-f83a-457d-b2ee-331d1def9480 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource 1fe931f8-95a0-43a7-9f11-409758f72df6 (type: networks) to 1 2026-05-10 05:18:45.512 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fb0c1907-f83a-457d-b2ee-331d1def9480 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] No more DHCP agents 2026-05-10 05:18:45.513 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fb0c1907-f83a-457d-b2ee-331d1def9480 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Unable to schedule network 1fe931f8-95a0-43a7-9f11-409758f72df6: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:45.574 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] OVN reports status down for port: 47e78c26-3396-4aba-a080-0bd73bc1538e 2026-05-10 05:18:45.633 7 INFO neutron.db.ovn_revision_numbers_db [None req-fb0c1907-f83a-457d-b2ee-331d1def9480 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource 47e78c26-3396-4aba-a080-0bd73bc1538e (type: ports) to 1 [pid: 7|app: 0|req: 1413/2858] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:18:44 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-10 05:18:45.908 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f799bd5d-0453-4904-a568-3140ccf77ea4 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] No more DHCP agents 2026-05-10 05:18:45.909 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f799bd5d-0453-4904-a568-3140ccf77ea4 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Unable to schedule network 1fe931f8-95a0-43a7-9f11-409758f72df6: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:45.967 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] OVN reports status down for port: eeaac225-29d0-4a81-b7a5-d4695a6fb44f 2026-05-10 05:18:45.998 8 INFO neutron.db.ovn_revision_numbers_db [None req-f799bd5d-0453-4904-a568-3140ccf77ea4 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource eeaac225-29d0-4a81-b7a5-d4695a6fb44f (type: ports) to 1 [pid: 8|app: 0|req: 1446/2859] 10.0.0.201 () {34 vars in 664 bytes} [Sun May 10 05:18:45 2026] POST /v2.0/ports => generated 743 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2860] 10.0.0.201 () {34 vars in 666 bytes} [Sun May 10 05:18:46 2026] POST /v2.0/trunks => generated 409 bytes in 226 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-10 05:18:46.360 8 INFO neutron.db.segments_db [None req-9be31f14-9535-479d-a99d-e4c804ff3661 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Added segment 4acae64c-cb8c-4e33-bcef-e5fd50926ddc of type geneve for network c72a2fc3-d4e6-4a3a-8e97-15c3d54bdc02 2026-05-10 05:18:46.467 8 INFO neutron.db.ovn_revision_numbers_db [None req-9be31f14-9535-479d-a99d-e4c804ff3661 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource c72a2fc3-d4e6-4a3a-8e97-15c3d54bdc02 (type: networks) to 1 2026-05-10 05:18:46.628 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9be31f14-9535-479d-a99d-e4c804ff3661 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] No more DHCP agents 2026-05-10 05:18:46.629 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9be31f14-9535-479d-a99d-e4c804ff3661 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Unable to schedule network c72a2fc3-d4e6-4a3a-8e97-15c3d54bdc02: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:46.689 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] OVN reports status down for port: eefb791f-d105-422e-a9f3-ff7e9eeac575 2026-05-10 05:18:46.701 8 INFO neutron.db.ovn_revision_numbers_db [None req-9be31f14-9535-479d-a99d-e4c804ff3661 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource eefb791f-d105-422e-a9f3-ff7e9eeac575 (type: ports) to 1 [pid: 8|app: 0|req: 1447/2861] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:18:46 2026] POST /v2.0/networks => generated 670 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:47.016 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0056bc72-82e2-4ae5-8284-67c2dfb8135b a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] No more DHCP agents 2026-05-10 05:18:47.017 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0056bc72-82e2-4ae5-8284-67c2dfb8135b a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Unable to schedule network c72a2fc3-d4e6-4a3a-8e97-15c3d54bdc02: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:47.073 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] OVN reports status down for port: 56b62c9d-61f9-435f-a9a4-17dd146a647b 2026-05-10 05:18:47.139 7 INFO neutron.db.ovn_revision_numbers_db [None req-0056bc72-82e2-4ae5-8284-67c2dfb8135b a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource 56b62c9d-61f9-435f-a9a4-17dd146a647b (type: ports) to 1 [pid: 7|app: 0|req: 1415/2862] 10.0.0.201 () {34 vars in 664 bytes} [Sun May 10 05:18:46 2026] POST /v2.0/ports => generated 743 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2863] 10.0.0.201 () {34 vars in 666 bytes} [Sun May 10 05:18:47 2026] POST /v2.0/trunks => generated 409 bytes in 150 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-10 05:18:47.469 7 INFO neutron.db.segments_db [None req-dd358c35-8d92-4815-bbb6-f5b7c86cd250 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Added segment 59f51719-ba7b-4c38-a58d-fef346c58724 of type geneve for network 7708389c-f4d9-4cd4-a945-36a3bcb73737 2026-05-10 05:18:47.590 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd358c35-8d92-4815-bbb6-f5b7c86cd250 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource 7708389c-f4d9-4cd4-a945-36a3bcb73737 (type: networks) to 1 2026-05-10 05:18:47.743 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd358c35-8d92-4815-bbb6-f5b7c86cd250 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] No more DHCP agents 2026-05-10 05:18:47.745 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd358c35-8d92-4815-bbb6-f5b7c86cd250 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Unable to schedule network 7708389c-f4d9-4cd4-a945-36a3bcb73737: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:47.808 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: cfdc40c1-a3b0-4b4e-a300-a2cc1399413e 2026-05-10 05:18:47.838 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd358c35-8d92-4815-bbb6-f5b7c86cd250 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource cfdc40c1-a3b0-4b4e-a300-a2cc1399413e (type: ports) to 1 [pid: 7|app: 0|req: 1416/2864] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:18:47 2026] POST /v2.0/networks => generated 670 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:48.095 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2252c5c9-7653-4719-8346-4fdf1a086fef a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] No more DHCP agents 2026-05-10 05:18:48.096 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2252c5c9-7653-4719-8346-4fdf1a086fef a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Unable to schedule network 7708389c-f4d9-4cd4-a945-36a3bcb73737: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:48.154 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: 945d54b3-7bde-46fc-b08d-f9521a23a113 2026-05-10 05:18:48.227 8 INFO neutron.db.ovn_revision_numbers_db [None req-2252c5c9-7653-4719-8346-4fdf1a086fef a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource 945d54b3-7bde-46fc-b08d-f9521a23a113 (type: ports) to 1 [pid: 8|app: 0|req: 1449/2865] 10.0.0.201 () {34 vars in 664 bytes} [Sun May 10 05:18:47 2026] POST /v2.0/ports => generated 743 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2866] 10.0.0.201 () {34 vars in 666 bytes} [Sun May 10 05:18:48 2026] POST /v2.0/trunks => generated 409 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-10 05:18:48.573 8 INFO neutron.db.segments_db [None req-f2b93c82-7805-4cee-a550-4f9b61f12290 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Added segment 2eefd794-01bf-4acd-991f-a5cf82c24bff of type geneve for network 9aee4c71-e545-4ac1-b86f-f77e0449ab2e 2026-05-10 05:18:48.689 8 INFO neutron.db.ovn_revision_numbers_db [None req-f2b93c82-7805-4cee-a550-4f9b61f12290 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource 9aee4c71-e545-4ac1-b86f-f77e0449ab2e (type: networks) to 1 2026-05-10 05:18:48.855 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f2b93c82-7805-4cee-a550-4f9b61f12290 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] No more DHCP agents 2026-05-10 05:18:48.857 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f2b93c82-7805-4cee-a550-4f9b61f12290 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Unable to schedule network 9aee4c71-e545-4ac1-b86f-f77e0449ab2e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:48.913 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: 705c8c23-82af-45bc-b906-45a53c2af22c 2026-05-10 05:18:48.986 8 INFO neutron.db.ovn_revision_numbers_db [None req-f2b93c82-7805-4cee-a550-4f9b61f12290 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource 705c8c23-82af-45bc-b906-45a53c2af22c (type: ports) to 1 [pid: 8|app: 0|req: 1450/2867] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:18:48 2026] POST /v2.0/networks => generated 670 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:49.241 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2ddcb381-dc00-425d-bcb7-ce9adaa2b89b a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] No more DHCP agents 2026-05-10 05:18:49.242 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2ddcb381-dc00-425d-bcb7-ce9adaa2b89b a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Unable to schedule network 9aee4c71-e545-4ac1-b86f-f77e0449ab2e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:49.298 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] OVN reports status down for port: f118779b-5e53-4fb8-8bd8-49c5c9fab5c3 2026-05-10 05:18:49.366 7 INFO neutron.db.ovn_revision_numbers_db [None req-2ddcb381-dc00-425d-bcb7-ce9adaa2b89b a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource f118779b-5e53-4fb8-8bd8-49c5c9fab5c3 (type: ports) to 1 [pid: 7|app: 0|req: 1418/2868] 10.0.0.201 () {34 vars in 664 bytes} [Sun May 10 05:18:49 2026] POST /v2.0/ports => generated 743 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2869] 10.0.0.201 () {34 vars in 666 bytes} [Sun May 10 05:18:49 2026] POST /v2.0/trunks => generated 409 bytes in 168 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-10 05:18:49.719 7 INFO neutron.db.segments_db [None req-082c9f84-ea9a-40b9-8d18-da29c95cfa5c a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Added segment 768d47ff-b4c3-4f95-ba47-a6f06d92b07d of type geneve for network 1a165a9e-0bbf-45b4-a3a1-99f30a6a10a5 [pid: 8|app: 0|req: 1452/2870] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:18:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2871] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:18:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2872] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:18:49 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: 1455/2873] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:18:49 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: 1456/2874] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:18:49 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:18:49.830 7 INFO neutron.db.ovn_revision_numbers_db [None req-082c9f84-ea9a-40b9-8d18-da29c95cfa5c a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource 1a165a9e-0bbf-45b4-a3a1-99f30a6a10a5 (type: networks) to 1 [pid: 8|app: 0|req: 1457/2875] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:18:49 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1232 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:18:50.017 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-082c9f84-ea9a-40b9-8d18-da29c95cfa5c a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] No more DHCP agents 2026-05-10 05:18:50.019 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-082c9f84-ea9a-40b9-8d18-da29c95cfa5c a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Unable to schedule network 1a165a9e-0bbf-45b4-a3a1-99f30a6a10a5: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:18:50.089 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] OVN reports status down for port: 23bf271d-7fad-4f8e-b1ab-b3d5d4c6c3f6 2026-05-10 05:18:50.154 7 INFO neutron.db.ovn_revision_numbers_db [None req-082c9f84-ea9a-40b9-8d18-da29c95cfa5c a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource 23bf271d-7fad-4f8e-b1ab-b3d5d4c6c3f6 (type: ports) to 1 2026-05-10 05:18:50.157 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7f2cf87d-c7d6-4a1e-a3a8-3be111286d8f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:18:50.158 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7f2cf87d-c7d6-4a1e-a3a8-3be111286d8f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 3cc857bc-d7e2-4505-9504-b3be219de6f2: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1419/2876] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:18:49 2026] POST /v2.0/networks => generated 670 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:18:50.284 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] OVN reports status down for port: 200bd187-c5bc-489b-b092-18d82f44990e 2026-05-10 05:18:50.309 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f2cf87d-c7d6-4a1e-a3a8-3be111286d8f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 200bd187-c5bc-489b-b092-18d82f44990e (type: ports) to 1 [pid: 8|app: 0|req: 1458/2877] 199.204.45.23 () {34 vars in 716 bytes} [Sun May 10 05:18:49 2026] POST /v2.0/ports => generated 1059 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:18:50.515 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2e661d88-eb7c-4820-86e3-1adb8199cc56 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] No more DHCP agents 2026-05-10 05:18:50.516 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2e661d88-eb7c-4820-86e3-1adb8199cc56 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Unable to schedule network 1a165a9e-0bbf-45b4-a3a1-99f30a6a10a5: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1459/2878] 10.0.0.162 () {34 vars in 971 bytes} [Sun May 10 05:18:50 2026] GET /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1059 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2879] 10.0.0.162 () {34 vars in 907 bytes} [Sun May 10 05:18:50 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-10 05:18:50.596 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] OVN reports status down for port: 2b2057af-a2d7-43cf-bf36-8f5e63c32737 2026-05-10 05:18:50.655 7 INFO neutron.db.ovn_revision_numbers_db [None req-2e661d88-eb7c-4820-86e3-1adb8199cc56 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Successfully bumped revision number for resource 2b2057af-a2d7-43cf-bf36-8f5e63c32737 (type: ports) to 1 [pid: 7|app: 0|req: 1420/2880] 10.0.0.201 () {34 vars in 664 bytes} [Sun May 10 05:18:50 2026] POST /v2.0/ports => generated 743 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2881] 10.0.0.201 () {34 vars in 666 bytes} [Sun May 10 05:18:50 2026] POST /v2.0/trunks => generated 409 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-10 05:18:50.918 7 WARNING tagging [None req-b3854e38-9858-4880-b590-aed0726762b5 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - 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: 1421/2882] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:18:50 2026] PUT /v2.0/trunks/c468fb4c-9427-4fff-8435-0dc8a876b58e/tags => generated 17 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:50.955 8 WARNING tagging [None req-2189a8b3-b6de-4005-88a5-12d2486ae507 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - 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: 1462/2883] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:18:50 2026] PUT /v2.0/trunks/461d44a9-6969-4163-adbd-e8a9265e693a/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:50.996 7 WARNING tagging [None req-50cb6521-a79d-4008-93ad-c803007418a6 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - 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: 1422/2884] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:18:50 2026] PUT /v2.0/trunks/c88fb407-3150-4734-97c8-a4f86f185738/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:51.034 8 WARNING tagging [None req-47526e34-f569-4e2a-bc2e-314bc47539d3 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - 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: 1463/2885] 10.0.0.201 () {34 vars in 749 bytes} [Sun May 10 05:18:51 2026] PUT /v2.0/trunks/55ee8090-712c-4a24-90a8-1c4b21dfa939/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2886] 10.0.0.201 () {32 vars in 662 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/trunks?tags=red => generated 1252 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2887] 10.0.0.201 () {32 vars in 676 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 847 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2888] 10.0.0.201 () {32 vars in 672 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/trunks?tags-any=blue => generated 847 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2889] 10.0.0.201 () {32 vars in 684 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1252 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2890] 10.0.0.201 () {32 vars in 670 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/trunks?not-tags=red => generated 819 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2891] 10.0.0.201 () {32 vars in 684 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1224 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2892] 10.0.0.201 () {32 vars in 680 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1224 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2893] 10.0.0.201 () {32 vars in 692 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 819 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2894] 10.0.0.201 () {32 vars in 719 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/trunks/c468fb4c-9427-4fff-8435-0dc8a876b58e => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2895] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/ports/eeaac225-29d0-4a81-b7a5-d4695a6fb44f => generated 826 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2896] 10.0.0.201 () {32 vars in 722 bytes} [Sun May 10 05:18:51 2026] DELETE /v2.0/trunks/c468fb4c-9427-4fff-8435-0dc8a876b58e => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2897] 10.0.0.201 () {32 vars in 719 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/trunks/461d44a9-6969-4163-adbd-e8a9265e693a => generated 422 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2898] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/ports/56b62c9d-61f9-435f-a9a4-17dd146a647b => generated 826 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2899] 10.0.0.201 () {32 vars in 722 bytes} [Sun May 10 05:18:51 2026] DELETE /v2.0/trunks/461d44a9-6969-4163-adbd-e8a9265e693a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2900] 10.0.0.201 () {32 vars in 719 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/trunks/c88fb407-3150-4734-97c8-a4f86f185738 => generated 431 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2901] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/ports/945d54b3-7bde-46fc-b08d-f9521a23a113 => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2902] 199.204.45.23 () {34 vars in 1261 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2903] 10.0.0.201 () {32 vars in 722 bytes} [Sun May 10 05:18:51 2026] DELETE /v2.0/trunks/c88fb407-3150-4734-97c8-a4f86f185738 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2904] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2905] 10.0.0.201 () {32 vars in 719 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/trunks/55ee8090-712c-4a24-90a8-1c4b21dfa939 => 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: 1432/2906] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?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: 8|app: 0|req: 1475/2907] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/ports/f118779b-5e53-4fb8-8bd8-49c5c9fab5c3 => generated 826 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2908] 10.0.0.201 () {32 vars in 722 bytes} [Sun May 10 05:18:51 2026] DELETE /v2.0/trunks/55ee8090-712c-4a24-90a8-1c4b21dfa939 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2909] 10.0.0.201 () {32 vars in 719 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/trunks/5a995c32-7e5f-4edf-9141-ca20587ca86c => generated 409 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2910] 10.0.0.201 () {32 vars in 717 bytes} [Sun May 10 05:18:51 2026] GET /v2.0/ports/2b2057af-a2d7-43cf-bf36-8f5e63c32737 => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2911] 10.0.0.201 () {32 vars in 722 bytes} [Sun May 10 05:18:52 2026] DELETE /v2.0/trunks/5a995c32-7e5f-4edf-9141-ca20587ca86c => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2912] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:18:52 2026] GET /v2.0/networks => generated 8495 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:18:52.235 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ff88260-c594-483a-b021-f141802d32be a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] TaaS: Handle Delete Port: eeaac225-29d0-4a81-b7a5-d4695a6fb44f [pid: 7|app: 0|req: 1436/2913] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:18:52 2026] GET /v2.0/security-groups => generated 33159 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-10 05:18:52.238 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ff88260-c594-483a-b021-f141802d32be a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Tap Mirror: Handle Delete Port: eeaac225-29d0-4a81-b7a5-d4695a6fb44f [pid: 7|app: 0|req: 1437/2914] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:18:52 2026] GET /v2.0/agents => generated 1214 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2915] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:18:52 2026] GET /v2.0/network-ip-availabilities => generated 7615 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2916] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:18:52 2026] DELETE /v2.0/ports/eeaac225-29d0-4a81-b7a5-d4695a6fb44f => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2917] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:18:52 2026] GET /v2.0/subnets => generated 5511 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2918] 199.204.45.23 () {34 vars in 974 bytes} [Sun May 10 05:18:52 2026] GET /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2919] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:18:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2920] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:18:52 2026] GET /v2.0/networks?id=3cc857bc-d7e2-4505-9504-b3be219de6f2 => generated 844 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2921] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:18:52 2026] GET /v2.0/floatingips => generated 1702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:18:52.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca303a6f-57bb-4e10-a1ee-8e013a0b67af a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] TaaS: Handle Delete Port: 56b62c9d-61f9-435f-a9a4-17dd146a647b 2026-05-10 05:18:52.558 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca303a6f-57bb-4e10-a1ee-8e013a0b67af a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Tap Mirror: Handle Delete Port: 56b62c9d-61f9-435f-a9a4-17dd146a647b [pid: 7|app: 0|req: 1440/2922] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:18:52 2026] DELETE /v2.0/ports/56b62c9d-61f9-435f-a9a4-17dd146a647b => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2923] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:18:52 2026] GET /v2.0/subnets => generated 5511 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:18:52.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ea25b9c-56fd-49e0-8642-e3317d42bfc6 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] TaaS: Handle Delete Port: 945d54b3-7bde-46fc-b08d-f9521a23a113 2026-05-10 05:18:52.849 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ea25b9c-56fd-49e0-8642-e3317d42bfc6 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Tap Mirror: Handle Delete Port: 945d54b3-7bde-46fc-b08d-f9521a23a113 2026-05-10 05:18:52.901 8 INFO neutron.db.ovn_revision_numbers_db [req-6dedbcab-cbe9-4ad2-866a-c3d00a68632e req-df76e8d7-aa8d-4610-a33a-f668838a1a87 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 200bd187-c5bc-489b-b092-18d82f44990e (type: ports) to 2 [pid: 7|app: 0|req: 1442/2924] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:18:52 2026] DELETE /v2.0/ports/945d54b3-7bde-46fc-b08d-f9521a23a113 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2925] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:18:52 2026] GET /v2.0/ports => generated 27048 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-10 05:18:53.149 8 INFO neutron.db.ovn_revision_numbers_db [req-6dedbcab-cbe9-4ad2-866a-c3d00a68632e req-df76e8d7-aa8d-4610-a33a-f668838a1a87 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 200bd187-c5bc-489b-b092-18d82f44990e (type: ports) to 4 [pid: 8|app: 0|req: 1483/2926] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:18:52 2026] PUT /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1241 bytes in 653 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:18:53.202 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-da091d32-c758-440d-88e5-9b7b3aca5b73'] response: {'name': 'network-changed', 'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'tag': '200bd187-c5bc-489b-b092-18d82f44990e', 'status': 'completed', 'code': 200} 2026-05-10 05:18:53.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d7a23f2-0386-4ca9-9797-8f63b822f4e3 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] TaaS: Handle Delete Port: f118779b-5e53-4fb8-8bd8-49c5c9fab5c3 2026-05-10 05:18:53.212 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d7a23f2-0386-4ca9-9797-8f63b822f4e3 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Tap Mirror: Handle Delete Port: f118779b-5e53-4fb8-8bd8-49c5c9fab5c3 [pid: 8|app: 0|req: 1484/2927] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:18:53 2026] GET /v2.0/routers => generated 987 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2928] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:18:53 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2929] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:18:53 2026] DELETE /v2.0/ports/f118779b-5e53-4fb8-8bd8-49c5c9fab5c3 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:53.475 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc9063ad-a9da-4713-a240-9d0671cd5d73 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] TaaS: Handle Delete Port: 2b2057af-a2d7-43cf-bf36-8f5e63c32737 2026-05-10 05:18:53.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc9063ad-a9da-4713-a240-9d0671cd5d73 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Tap Mirror: Handle Delete Port: 2b2057af-a2d7-43cf-bf36-8f5e63c32737 [pid: 8|app: 0|req: 1486/2930] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:18:53 2026] DELETE /v2.0/ports/2b2057af-a2d7-43cf-bf36-8f5e63c32737 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:53.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7d0fdb7-61a3-423c-a9f2-e85ebbc1b4af a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] TaaS: Handle Delete Port: 47e78c26-3396-4aba-a080-0bd73bc1538e 2026-05-10 05:18:53.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7d0fdb7-61a3-423c-a9f2-e85ebbc1b4af a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Tap Mirror: Handle Delete Port: 47e78c26-3396-4aba-a080-0bd73bc1538e [pid: 8|app: 0|req: 1487/2931] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:18:53 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 2465 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2932] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:18:53 2026] GET /v2.0/networks?id=3cc857bc-d7e2-4505-9504-b3be219de6f2 => generated 844 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2933] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:18:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.194&port_id=200bd187-c5bc-489b-b092-18d82f44990e => 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: 1490/2934] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:18:53 2026] GET /v2.0/subnets?id=04f28788-16e2-4207-9be8-e640f5c27b15 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2935] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:18:53 2026] GET /v2.0/ports?network_id=3cc857bc-d7e2-4505-9504-b3be219de6f2&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: 1445/2936] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:18:53 2026] DELETE /v2.0/networks/1fe931f8-95a0-43a7-9f11-409758f72df6 => generated 0 bytes in 390 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2937] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:18:53 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:18:54.017 7 INFO neutron.services.segments.plugin [-] Segment 5801eafe-469e-4a25-bf5a-0d7a9acac7ef resource provider aggregate not found [pid: 8|app: 0|req: 1493/2938] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:18:53 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?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-10 05:18:54.035 7 INFO neutron.services.segments.plugin [-] Segment 5801eafe-469e-4a25-bf5a-0d7a9acac7ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5801eafe-469e-4a25-bf5a-0d7a9acac7ef found for delete ", "request_id": "req-c841f1a1-ae16-4920-be63-0bfefbdadf1e"}]} 2026-05-10 05:18:54.037 7 INFO neutron.services.segments.plugin [-] Segment 5801eafe-469e-4a25-bf5a-0d7a9acac7ef resource provider aggregate not found 2026-05-10 05:18:54.056 7 INFO neutron.services.segments.plugin [-] Segment 5801eafe-469e-4a25-bf5a-0d7a9acac7ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5801eafe-469e-4a25-bf5a-0d7a9acac7ef found for delete ", "request_id": "req-667ff395-c2bf-4926-99b4-da1400932a8e"}]} 2026-05-10 05:18:54.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-f56dab3d-602f-418b-b1bc-0131c4fbbc65 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] TaaS: Handle Delete Port: eefb791f-d105-422e-a9f3-ff7e9eeac575 2026-05-10 05:18:54.124 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f56dab3d-602f-418b-b1bc-0131c4fbbc65 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Tap Mirror: Handle Delete Port: eefb791f-d105-422e-a9f3-ff7e9eeac575 [pid: 7|app: 0|req: 1446/2939] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:18:53 2026] DELETE /v2.0/networks/c72a2fc3-d4e6-4a3a-8e97-15c3d54bdc02 => generated 0 bytes in 399 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:54.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c4b0964-78e9-4c8e-8d4e-d93ac6d56d8f a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] TaaS: Handle Delete Port: cfdc40c1-a3b0-4b4e-a300-a2cc1399413e 2026-05-10 05:18:54.503 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c4b0964-78e9-4c8e-8d4e-d93ac6d56d8f a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Tap Mirror: Handle Delete Port: cfdc40c1-a3b0-4b4e-a300-a2cc1399413e 2026-05-10 05:18:54.700 8 INFO neutron.services.segments.plugin [-] Segment 59f51719-ba7b-4c38-a58d-fef346c58724 resource provider aggregate not found 2026-05-10 05:18:54.714 8 INFO neutron.services.segments.plugin [-] Segment 59f51719-ba7b-4c38-a58d-fef346c58724 resource provider aggregate not found [pid: 8|app: 0|req: 1494/2940] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:18:54 2026] DELETE /v2.0/networks/7708389c-f4d9-4cd4-a945-36a3bcb73737 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:18:54.731 8 INFO neutron.services.segments.plugin [-] Segment 59f51719-ba7b-4c38-a58d-fef346c58724 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59f51719-ba7b-4c38-a58d-fef346c58724 found for delete ", "request_id": "req-23790060-d460-47c4-b66d-982e9ac8a391"}]} 2026-05-10 05:18:54.732 8 INFO neutron.services.segments.plugin [-] Segment 59f51719-ba7b-4c38-a58d-fef346c58724 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59f51719-ba7b-4c38-a58d-fef346c58724 found for delete ", "request_id": "req-eb1165b6-456c-4e35-8e19-acae58da592f"}]} 2026-05-10 05:18:54.852 7 INFO neutron_taas.services.taas.taas_plugin [None req-379455e2-6709-4b3d-84da-bba83e2725db a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] TaaS: Handle Delete Port: 705c8c23-82af-45bc-b906-45a53c2af22c 2026-05-10 05:18:54.854 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-379455e2-6709-4b3d-84da-bba83e2725db a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Tap Mirror: Handle Delete Port: 705c8c23-82af-45bc-b906-45a53c2af22c [pid: 7|app: 0|req: 1447/2941] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:18:54 2026] DELETE /v2.0/networks/9aee4c71-e545-4ac1-b86f-f77e0449ab2e => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2942] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:18:55 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 2465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2943] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:18:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.3&port_id=e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 => 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: 1497/2944] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:18:55 2026] GET /v2.0/subnets?id=ea320f80-e4e0-4c52-9c69-7322b2d90f10 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:18:55.166 7 INFO neutron_taas.services.taas.taas_plugin [None req-3144951a-d5c9-4b55-88bd-f59f7e69dd03 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] TaaS: Handle Delete Port: 23bf271d-7fad-4f8e-b1ab-b3d5d4c6c3f6 [pid: 8|app: 0|req: 1498/2945] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:18:55 2026] GET /v2.0/ports?network_id=ce28a0f2-5b02-4aed-8653-b315658cd656&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-10 05:18:55.168 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3144951a-d5c9-4b55-88bd-f59f7e69dd03 a8cd16a1da334c91adb28cff87a85d50 7473b7776f364521874091bcc6af5eea - - default default] Tap Mirror: Handle Delete Port: 23bf271d-7fad-4f8e-b1ab-b3d5d4c6c3f6 [pid: 8|app: 0|req: 1499/2946] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:18:55 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2947] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:18:55 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2948] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:18:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.194&port_id=200bd187-c5bc-489b-b092-18d82f44990e => 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: 1502/2949] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:18:55 2026] GET /v2.0/subnets?id=04f28788-16e2-4207-9be8-e640f5c27b15 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2950] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:18:55 2026] GET /v2.0/ports?network_id=3cc857bc-d7e2-4505-9504-b3be219de6f2&device_owner=network%3Adhcp => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2951] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:18:55 2026] DELETE /v2.0/networks/1a165a9e-0bbf-45b4-a3a1-99f30a6a10a5 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2952] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:18:55 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?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: 1449/2953] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:18:55 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?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-10 05:18:56.061 7 INFO neutron.services.segments.plugin [-] Segment 4acae64c-cb8c-4e33-bcef-e5fd50926ddc resource provider aggregate not found 2026-05-10 05:18:56.088 7 INFO neutron.services.segments.plugin [-] Segment 4acae64c-cb8c-4e33-bcef-e5fd50926ddc resource provider aggregate not found 2026-05-10 05:18:56.100 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] OVN reports status up for port: 200bd187-c5bc-489b-b092-18d82f44990e 2026-05-10 05:18:56.104 7 INFO neutron.services.segments.plugin [-] Segment 4acae64c-cb8c-4e33-bcef-e5fd50926ddc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4acae64c-cb8c-4e33-bcef-e5fd50926ddc found for delete ", "request_id": "req-effce76e-2f3b-4ab7-b39c-9ed42b9b68d9"}]} 2026-05-10 05:18:56.109 7 INFO neutron.services.segments.plugin [-] Segment 4acae64c-cb8c-4e33-bcef-e5fd50926ddc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4acae64c-cb8c-4e33-bcef-e5fd50926ddc found for delete ", "request_id": "req-9602475f-42bf-4e21-8bcb-704d35278ea3"}]} 2026-05-10 05:18:56.125 7 INFO neutron.plugins.ml2.plugin [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] Attempt 1 to provision port 200bd187-c5bc-489b-b092-18d82f44990e 2026-05-10 05:18:56.128 7 INFO neutron.services.segments.plugin [-] Segment 2eefd794-01bf-4acd-991f-a5cf82c24bff resource provider aggregate not found 2026-05-10 05:18:56.144 7 INFO neutron.services.segments.plugin [-] Segment 2eefd794-01bf-4acd-991f-a5cf82c24bff resource provider aggregate not found 2026-05-10 05:18:56.169 7 INFO neutron.services.segments.plugin [-] Segment 2eefd794-01bf-4acd-991f-a5cf82c24bff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2eefd794-01bf-4acd-991f-a5cf82c24bff found for delete ", "request_id": "req-c9c1a40f-136d-4cab-85e2-24f9edadd2db"}]} 2026-05-10 05:18:56.173 7 INFO neutron.services.segments.plugin [-] Segment 2eefd794-01bf-4acd-991f-a5cf82c24bff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2eefd794-01bf-4acd-991f-a5cf82c24bff found for delete ", "request_id": "req-4b1c9283-285a-4dda-b7ae-74148b5c546f"}]} 2026-05-10 05:18:56.192 7 INFO neutron.services.segments.plugin [-] Segment 768d47ff-b4c3-4f95-ba47-a6f06d92b07d resource provider aggregate not found 2026-05-10 05:18:56.195 7 INFO neutron.services.segments.plugin [-] Segment 768d47ff-b4c3-4f95-ba47-a6f06d92b07d resource provider aggregate not found 2026-05-10 05:18:56.219 7 INFO neutron.services.segments.plugin [-] Segment 768d47ff-b4c3-4f95-ba47-a6f06d92b07d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 768d47ff-b4c3-4f95-ba47-a6f06d92b07d found for delete ", "request_id": "req-7bef87f4-4ae4-4814-b7af-a9710733202f"}]} 2026-05-10 05:18:56.220 7 INFO neutron.services.segments.plugin [-] Segment 768d47ff-b4c3-4f95-ba47-a6f06d92b07d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 768d47ff-b4c3-4f95-ba47-a6f06d92b07d found for delete ", "request_id": "req-95cffec8-89c8-4bf0-bb50-8b55a656c88b"}]} 2026-05-10 05:18:56.299 8 WARNING neutron.db.securitygroups_db [None req-fa3b9f8b-1207-40c2-b5be-6798b8c78886 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1505/2954] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:56 2026] GET /v2.0/security-groups?tenant_id=7473b7776f364521874091bcc6af5eea&name=default => generated 2929 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:18:56.481 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-31aa76fb-8e0f-4805-aa71-1dd0b8fb9939'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '200bd187-c5bc-489b-b092-18d82f44990e', 'code': 200} 2026-05-10 05:18:56.504 7 INFO neutron.db.ovn_revision_numbers_db [None req-f89fe63a-dcc8-40db-8d16-c6bb56bebc1d - - - - - -] Successfully bumped revision number for resource 200bd187-c5bc-489b-b092-18d82f44990e (type: ports) to 5 [pid: 7|app: 0|req: 1450/2955] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:56 2026] DELETE /v2.0/security-groups/83e7caa1-b15c-4a29-8505-69e08f83c55f => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:56.728 8 WARNING neutron.db.securitygroups_db [None req-0c33f53c-2e69-43e0-af5c-8f0e15c6ff7b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:18:56.848 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c33f53c-2e69-43e0-af5c-8f0e15c6ff7b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 27c8f60f-1c26-4f97-a6ef-563001f3f540 (type: security_groups) to 1 2026-05-10 05:18:56.860 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c33f53c-2e69-43e0-af5c-8f0e15c6ff7b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0e9364f6-812b-4eaa-8928-c92486b1fcf2 (type: security_group_rules) to 0 2026-05-10 05:18:56.873 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c33f53c-2e69-43e0-af5c-8f0e15c6ff7b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6b2b19a7-a8e3-4733-980d-6ed5599f118c (type: security_group_rules) to 0 2026-05-10 05:18:56.887 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c33f53c-2e69-43e0-af5c-8f0e15c6ff7b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6d794a40-8726-4af0-8541-1ae177095635 (type: security_group_rules) to 0 2026-05-10 05:18:56.902 8 INFO neutron.db.ovn_revision_numbers_db [None req-0c33f53c-2e69-43e0-af5c-8f0e15c6ff7b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d813ba2b-c921-49af-80ae-8aa99235df03 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1506/2956] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:56 2026] GET /v2.0/security-groups?tenant_id=f5ea9632dc294495a29a11b64bbd8db9&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: 1451/2957] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:56 2026] DELETE /v2.0/security-groups/27c8f60f-1c26-4f97-a6ef-563001f3f540 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:57.258 8 WARNING neutron.db.securitygroups_db [None req-8a4da7d7-f01b-4eab-b8d3-12d69295629a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:18:57.377 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a4da7d7-f01b-4eab-b8d3-12d69295629a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b053c0f8-bf72-46bc-a3b4-ec347cb6ffc4 (type: security_groups) to 1 2026-05-10 05:18:57.393 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a4da7d7-f01b-4eab-b8d3-12d69295629a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3d4b3552-ac58-439d-8af5-cc216d019639 (type: security_group_rules) to 0 2026-05-10 05:18:57.407 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a4da7d7-f01b-4eab-b8d3-12d69295629a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 75c61584-2dc0-47a2-b898-70d12e2879a5 (type: security_group_rules) to 0 2026-05-10 05:18:57.419 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a4da7d7-f01b-4eab-b8d3-12d69295629a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d84ea65b-27eb-46c2-ad0b-db4b626cff6e (type: security_group_rules) to 0 2026-05-10 05:18:57.429 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a4da7d7-f01b-4eab-b8d3-12d69295629a ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e6f55049-85b3-4990-9657-a3853b8af63c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1507/2958] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:18:57 2026] GET /v2.0/security-groups?tenant_id=b3b88a75441d4c0e8cd3b9fc284ede12&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2959] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:18:57 2026] DELETE /v2.0/security-groups/b053c0f8-bf72-46bc-a3b4-ec347cb6ffc4 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:18:58.515 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6526c85-dd64-4f72-984c-55008593b832'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '200bd187-c5bc-489b-b092-18d82f44990e', 'code': 200} [pid: 8|app: 0|req: 1508/2960] 10.0.0.162 () {34 vars in 971 bytes} [Sun May 10 05:18:59 2026] GET /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1243 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:19:00.056 7 INFO neutron.db.ovn_revision_numbers_db [None req-20ca21e9-b8d8-4720-917f-a5b9b36fb557 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 200bd187-c5bc-489b-b092-18d82f44990e (type: ports) to 6 [pid: 7|app: 0|req: 1453/2963] 199.204.45.23 () {34 vars in 788 bytes} [Sun May 10 05:18:59 2026] PUT /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1275 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:19:00.092 8 INFO neutron.api.v2.resource [None req-0a798df7-8d08-408b-973e-afad82992d44 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1511/2964] 199.204.45.23 () {30 vars in 762 bytes} [Sun May 10 05:19:00 2026] GET /v2.0/security-groups/lb-f3b05b7e-6cb4-4215-a3b6-762ef28d48db => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2965] 199.204.45.23 () {30 vars in 784 bytes} [Sun May 10 05:19:00 2026] GET /v2.0/security-groups?name=lb-f3b05b7e-6cb4-4215-a3b6-762ef28d48db => generated 1637 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:19:00.473 8 INFO neutron.db.ovn_revision_numbers_db [None req-e5484151-01c1-4ae2-bd89-d5af818300e8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 200bd187-c5bc-489b-b092-18d82f44990e (type: ports) to 7 [pid: 8|app: 0|req: 1512/2966] 199.204.45.23 () {34 vars in 788 bytes} [Sun May 10 05:19:00 2026] PUT /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1313 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:19:00.534 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2dddca4-876b-42ef-bc09-7a893f83495c'] response: {'name': 'network-changed', 'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'tag': '200bd187-c5bc-489b-b092-18d82f44990e', 'status': 'completed', 'code': 200} 2026-05-10 05:19:00.561 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86743fb8-a77e-46d1-ad5a-26408eaf0440'] response: {'name': 'network-changed', 'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'tag': '200bd187-c5bc-489b-b092-18d82f44990e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1455/2967] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:19:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1513/2968] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:19:00 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: 1456/2969] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:19:00 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: 1514/2970] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:19:00 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: 1457/2971] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:00 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2972] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:19:00 2026] GET /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 1128 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2973] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:19:00 2026] GET /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1341 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2974] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:00 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2975] 199.204.45.23 () {30 vars in 742 bytes} [Sun May 10 05:19:00 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2 => 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: 1462/2976] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:19:00 2026] GET /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2977] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:00 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:19:01.005 8 INFO neutron.db.ovn_revision_numbers_db [None req-77d27166-8f1f-4b5d-a0a8-70546293a9cf fed3c4d735b24c2e999113a97a3f07ec b5b18e1352f34be6b0b38dbafb09bba9 - - default default] Successfully bumped revision number for resource 5140e6d8-96b7-4eda-923e-9617278eab28 (type: security_groups) to 1 2026-05-10 05:19:01.017 8 INFO neutron.db.ovn_revision_numbers_db [None req-77d27166-8f1f-4b5d-a0a8-70546293a9cf fed3c4d735b24c2e999113a97a3f07ec b5b18e1352f34be6b0b38dbafb09bba9 - - default default] Successfully bumped revision number for resource 15eb957e-9781-4ca5-9842-918e7ab01cd2 (type: security_group_rules) to 0 2026-05-10 05:19:01.029 8 INFO neutron.db.ovn_revision_numbers_db [None req-77d27166-8f1f-4b5d-a0a8-70546293a9cf fed3c4d735b24c2e999113a97a3f07ec b5b18e1352f34be6b0b38dbafb09bba9 - - default default] Successfully bumped revision number for resource 2688e951-5cd8-4303-8f74-63ed0d323d1d (type: security_group_rules) to 0 2026-05-10 05:19:01.041 8 INFO neutron.db.ovn_revision_numbers_db [None req-77d27166-8f1f-4b5d-a0a8-70546293a9cf fed3c4d735b24c2e999113a97a3f07ec b5b18e1352f34be6b0b38dbafb09bba9 - - default default] Successfully bumped revision number for resource 2cfe4227-1fd4-4753-982f-05b79e30464c (type: security_group_rules) to 0 2026-05-10 05:19:01.054 8 INFO neutron.db.ovn_revision_numbers_db [None req-77d27166-8f1f-4b5d-a0a8-70546293a9cf fed3c4d735b24c2e999113a97a3f07ec b5b18e1352f34be6b0b38dbafb09bba9 - - default default] Successfully bumped revision number for resource 4b8caf93-6b61-4861-b126-b6eeb0c0c1d6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1464/2978] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:19:01 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 2565 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2979] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:19:01 2026] GET /v2.0/networks?id=3cc857bc-d7e2-4505-9504-b3be219de6f2 => generated 844 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:19:01.120 8 INFO neutron.db.segments_db [None req-77d27166-8f1f-4b5d-a0a8-70546293a9cf fed3c4d735b24c2e999113a97a3f07ec b5b18e1352f34be6b0b38dbafb09bba9 - - default default] Added segment 9733fcdf-f745-4321-8e41-dc1ead8588bb of type geneve for network b097bc5e-8f7c-47be-a5f4-5f8f8453752d [pid: 7|app: 0|req: 1466/2980] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:19:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.194&port_id=200bd187-c5bc-489b-b092-18d82f44990e => 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: 1467/2981] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:19:01 2026] GET /v2.0/subnets?id=04f28788-16e2-4207-9be8-e640f5c27b15 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2982] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:01 2026] GET /v2.0/ports?network_id=3cc857bc-d7e2-4505-9504-b3be219de6f2&device_owner=network%3Adhcp => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:19:01.230 8 INFO neutron.db.ovn_revision_numbers_db [None req-77d27166-8f1f-4b5d-a0a8-70546293a9cf fed3c4d735b24c2e999113a97a3f07ec b5b18e1352f34be6b0b38dbafb09bba9 - - default default] Successfully bumped revision number for resource b097bc5e-8f7c-47be-a5f4-5f8f8453752d (type: networks) to 1 [pid: 7|app: 0|req: 1469/2983] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:19:01 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2984] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:19:01 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?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-10 05:19:01.387 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-77d27166-8f1f-4b5d-a0a8-70546293a9cf fed3c4d735b24c2e999113a97a3f07ec b5b18e1352f34be6b0b38dbafb09bba9 - - default default] No more DHCP agents 2026-05-10 05:19:01.388 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-77d27166-8f1f-4b5d-a0a8-70546293a9cf fed3c4d735b24c2e999113a97a3f07ec b5b18e1352f34be6b0b38dbafb09bba9 - - default default] Unable to schedule network b097bc5e-8f7c-47be-a5f4-5f8f8453752d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:19:01.431 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c1609de5-e3d4-4aa9-87b9-e8705fa67510 - - - - - -] OVN reports status down for port: 19b6086a-c0a2-4b42-9501-493719990f87 2026-05-10 05:19:01.464 8 INFO neutron.db.ovn_revision_numbers_db [None req-77d27166-8f1f-4b5d-a0a8-70546293a9cf fed3c4d735b24c2e999113a97a3f07ec b5b18e1352f34be6b0b38dbafb09bba9 - - default default] Successfully bumped revision number for resource 19b6086a-c0a2-4b42-9501-493719990f87 (type: ports) to 1 [pid: 8|app: 0|req: 1515/2985] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:19:00 2026] POST /v2.0/networks => generated 670 bytes in 768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2986] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:19:01 2026] PUT /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2987] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:19:01 2026] GET /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2988] 10.0.0.201 () {34 vars in 764 bytes} [Sun May 10 05:19:01 2026] PUT /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2989] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:19:01 2026] GET /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2990] 10.0.0.201 () {34 vars in 760 bytes} [Sun May 10 05:19:01 2026] PUT /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags/red => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2991] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:19:01 2026] GET /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2992] 10.0.0.201 () {34 vars in 782 bytes} [Sun May 10 05:19:01 2026] PUT /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2993] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:19:01 2026] GET /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2994] 10.0.0.201 () {34 vars in 753 bytes} [Sun May 10 05:19:02 2026] PUT /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2995] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:19:02 2026] GET /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2996] 10.0.0.201 () {32 vars in 741 bytes} [Sun May 10 05:19:02 2026] GET /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:19:02.211 8 INFO neutron.api.v2.resource [None req-a58dbaf4-1068-4ea2-99ca-6dfa2dec9a09 fed3c4d735b24c2e999113a97a3f07ec b5b18e1352f34be6b0b38dbafb09bba9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1521/2997] 10.0.0.201 () {32 vars in 745 bytes} [Sun May 10 05:19:02 2026] GET /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2998] 10.0.0.201 () {32 vars in 744 bytes} [Sun May 10 05:19:02 2026] DELETE /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2999] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:19:02 2026] GET /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3000] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:19:02 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 2565 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:19:02.388 8 INFO neutron.api.v2.resource [None req-d40f6d7c-e1db-430a-a5e2-9730008b713c fed3c4d735b24c2e999113a97a3f07ec b5b18e1352f34be6b0b38dbafb09bba9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1523/3001] 10.0.0.201 () {32 vars in 748 bytes} [Sun May 10 05:19:02 2026] DELETE /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags/green => generated 99 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3002] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:19:02 2026] GET /v2.0/networks?id=3cc857bc-d7e2-4505-9504-b3be219de6f2 => generated 844 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3003] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:19:02 2026] DELETE /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3004] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:19:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.194&port_id=200bd187-c5bc-489b-b092-18d82f44990e => 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: 1481/3005] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:19:02 2026] GET /v2.0/subnets?id=04f28788-16e2-4207-9be8-e640f5c27b15 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3006] 10.0.0.201 () {32 vars in 733 bytes} [Sun May 10 05:19:02 2026] GET /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3007] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:02 2026] GET /v2.0/ports?network_id=3cc857bc-d7e2-4505-9504-b3be219de6f2&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: 1483/3008] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:19:02 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?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: 1484/3009] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:19:02 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?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) 2026-05-10 05:19:02.624 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6385526-dcc6-48be-bb83-e9d8c06695bb fed3c4d735b24c2e999113a97a3f07ec b5b18e1352f34be6b0b38dbafb09bba9 - - default default] TaaS: Handle Delete Port: 19b6086a-c0a2-4b42-9501-493719990f87 2026-05-10 05:19:02.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6385526-dcc6-48be-bb83-e9d8c06695bb fed3c4d735b24c2e999113a97a3f07ec b5b18e1352f34be6b0b38dbafb09bba9 - - default default] Tap Mirror: Handle Delete Port: 19b6086a-c0a2-4b42-9501-493719990f87 2026-05-10 05:19:02.795 8 INFO neutron.services.segments.plugin [-] Segment 9733fcdf-f745-4321-8e41-dc1ead8588bb resource provider aggregate not found 2026-05-10 05:19:02.796 8 INFO neutron.services.segments.plugin [-] Segment 9733fcdf-f745-4321-8e41-dc1ead8588bb resource provider aggregate not found 2026-05-10 05:19:02.818 8 INFO neutron.services.segments.plugin [-] Segment 9733fcdf-f745-4321-8e41-dc1ead8588bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9733fcdf-f745-4321-8e41-dc1ead8588bb found for delete ", "request_id": "req-3370b34e-d077-43bb-b81a-77b45f7f6131"}]} 2026-05-10 05:19:02.819 8 INFO neutron.services.segments.plugin [-] Segment 9733fcdf-f745-4321-8e41-dc1ead8588bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9733fcdf-f745-4321-8e41-dc1ead8588bb found for delete ", "request_id": "req-7f64efaf-57b2-4df8-9baf-50a81386ecdb"}]} [pid: 8|app: 0|req: 1526/3010] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:19:02 2026] DELETE /v2.0/networks/b097bc5e-8f7c-47be-a5f4-5f8f8453752d => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:19:03.560 7 WARNING neutron.db.securitygroups_db [None req-c8d85807-eb5c-43e4-8351-d65922532807 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:19:03.726 7 INFO neutron.db.ovn_revision_numbers_db [None req-c8d85807-eb5c-43e4-8351-d65922532807 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f02fbe54-c38d-4d5a-b36e-0e7e11f00b8f (type: security_groups) to 1 2026-05-10 05:19:03.739 7 INFO neutron.db.ovn_revision_numbers_db [None req-c8d85807-eb5c-43e4-8351-d65922532807 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 40107e65-3f48-4769-8247-bc05cd8aabd7 (type: security_group_rules) to 0 2026-05-10 05:19:03.751 7 INFO neutron.db.ovn_revision_numbers_db [None req-c8d85807-eb5c-43e4-8351-d65922532807 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource df47ce81-76af-4fbf-a40c-94d24c1b5af4 (type: security_group_rules) to 0 2026-05-10 05:19:03.764 7 INFO neutron.db.ovn_revision_numbers_db [None req-c8d85807-eb5c-43e4-8351-d65922532807 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource eef9aee5-77ea-481d-aa1a-89a264839ef7 (type: security_group_rules) to 0 2026-05-10 05:19:03.776 7 INFO neutron.db.ovn_revision_numbers_db [None req-c8d85807-eb5c-43e4-8351-d65922532807 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource fd791fce-f64d-4396-a42b-89571eefdb4a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1485/3011] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:19:03 2026] GET /v2.0/security-groups?tenant_id=0040873e6ce040c2b77f97b42bcb8d29&name=default => generated 2929 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3012] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:19:03 2026] DELETE /v2.0/security-groups/f02fbe54-c38d-4d5a-b36e-0e7e11f00b8f => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:19:04.114 7 WARNING neutron.db.securitygroups_db [None req-27898406-43a8-475f-b64c-92ee741e84a4 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1486/3013] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:19:04 2026] GET /v2.0/security-groups?tenant_id=b5b18e1352f34be6b0b38dbafb09bba9&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3014] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:19:04 2026] DELETE /v2.0/security-groups/5140e6d8-96b7-4eda-923e-9617278eab28 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:19:06.594 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-493fcfea-1aa8-4365-b88a-f43a6b659732 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] No more DHCP agents 2026-05-10 05:19:06.596 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-493fcfea-1aa8-4365-b88a-f43a6b659732 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:19:07.299 7 INFO neutron.db.ovn_revision_numbers_db [None req-493fcfea-1aa8-4365-b88a-f43a6b659732 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Successfully bumped revision number for resource 277c0510-aaab-40af-8d0f-b67186087335 (type: floatingips) to 1 2026-05-10 05:19:07.300 7 INFO neutron.db.l3_db [None req-493fcfea-1aa8-4365-b88a-f43a6b659732 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Floating IP 277c0510-aaab-40af-8d0f-b67186087335 associated. External IP: 10.96.250.220, port: c8ec15a3-78cc-4880-b9f3-11c05e81fac9. [pid: 7|app: 0|req: 1487/3015] 10.0.0.201 () {34 vars in 677 bytes} [Sun May 10 05:19:06 2026] POST /v2.0/floatingips => generated 898 bytes in 956 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-10 05:19:07.702 8 INFO neutron.db.ovn_revision_numbers_db [None req-c284fdd5-8f27-461c-b53c-eb2d6f3f8201 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] Successfully bumped revision number for resource 1d3bcacb-08c5-460f-bd33-84fccd2771ef (type: security_groups) to 1 2026-05-10 05:19:07.714 8 INFO neutron.db.ovn_revision_numbers_db [None req-c284fdd5-8f27-461c-b53c-eb2d6f3f8201 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] Successfully bumped revision number for resource 0d9a05f2-91a0-41f7-9701-49e7a07da9bd (type: security_group_rules) to 0 2026-05-10 05:19:07.728 8 INFO neutron.db.ovn_revision_numbers_db [None req-c284fdd5-8f27-461c-b53c-eb2d6f3f8201 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] Successfully bumped revision number for resource 90dee328-c4df-41c7-8247-43e7e4a95255 (type: security_group_rules) to 0 2026-05-10 05:19:07.738 8 INFO neutron.db.ovn_revision_numbers_db [None req-c284fdd5-8f27-461c-b53c-eb2d6f3f8201 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] Successfully bumped revision number for resource 9fdb80fd-41d0-4add-97be-df0e39af1acb (type: security_group_rules) to 0 2026-05-10 05:19:07.749 8 INFO neutron.db.ovn_revision_numbers_db [None req-c284fdd5-8f27-461c-b53c-eb2d6f3f8201 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] Successfully bumped revision number for resource aff3f266-aade-4550-a821-d98abaaa720e (type: security_group_rules) to 0 2026-05-10 05:19:07.834 8 INFO neutron.db.segments_db [None req-c284fdd5-8f27-461c-b53c-eb2d6f3f8201 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] Added segment 33846758-2f48-4b2e-88d5-d6fc5cfff1bc of type geneve for network 7fa93349-9743-4abc-ba75-6a6fd582ae19 2026-05-10 05:19:07.953 8 INFO neutron.db.ovn_revision_numbers_db [None req-c284fdd5-8f27-461c-b53c-eb2d6f3f8201 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] Successfully bumped revision number for resource 7fa93349-9743-4abc-ba75-6a6fd582ae19 (type: networks) to 1 2026-05-10 05:19:08.111 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c284fdd5-8f27-461c-b53c-eb2d6f3f8201 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] No more DHCP agents 2026-05-10 05:19:08.112 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c284fdd5-8f27-461c-b53c-eb2d6f3f8201 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] Unable to schedule network 7fa93349-9743-4abc-ba75-6a6fd582ae19: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:19:08.153 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: cbb1fb5d-bcc3-4774-9c8f-f076ca7be808 2026-05-10 05:19:08.208 8 INFO neutron.db.ovn_revision_numbers_db [None req-c284fdd5-8f27-461c-b53c-eb2d6f3f8201 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] Successfully bumped revision number for resource cbb1fb5d-bcc3-4774-9c8f-f076ca7be808 (type: ports) to 1 [pid: 8|app: 0|req: 1529/3016] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:19:07 2026] POST /v2.0/networks => generated 670 bytes in 853 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:19:08.458 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-33f1cc78-e0ea-45c1-874a-a6e88a210fb3 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] No more DHCP agents 2026-05-10 05:19:08.459 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-33f1cc78-e0ea-45c1-874a-a6e88a210fb3 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] Unable to schedule network 7fa93349-9743-4abc-ba75-6a6fd582ae19: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:19:08.510 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c1609de5-e3d4-4aa9-87b9-e8705fa67510 - - - - - -] OVN reports status down for port: 08f7a5c3-f6a4-44ae-8383-ba0500387b26 2026-05-10 05:19:08.568 7 INFO neutron.db.ovn_revision_numbers_db [None req-33f1cc78-e0ea-45c1-874a-a6e88a210fb3 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] Successfully bumped revision number for resource 08f7a5c3-f6a4-44ae-8383-ba0500387b26 (type: ports) to 1 [pid: 7|app: 0|req: 1488/3017] 10.0.0.201 () {34 vars in 664 bytes} [Sun May 10 05:19:08 2026] POST /v2.0/ports => generated 743 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3018] 10.0.0.201 () {34 vars in 747 bytes} [Sun May 10 05:19:08 2026] PUT /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags => generated 25 bytes in 92 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: 1489/3019] 10.0.0.201 () {32 vars in 727 bytes} [Sun May 10 05:19:08 2026] GET /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1531/3020] 10.0.0.201 () {34 vars in 758 bytes} [Sun May 10 05:19:08 2026] PUT /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags/green => generated 4 bytes in 101 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: 1490/3021] 10.0.0.201 () {32 vars in 727 bytes} [Sun May 10 05:19:08 2026] GET /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags => generated 34 bytes in 67 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: 1532/3022] 10.0.0.201 () {34 vars in 754 bytes} [Sun May 10 05:19:09 2026] PUT /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags/red => generated 4 bytes in 72 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: 1491/3023] 10.0.0.201 () {32 vars in 727 bytes} [Sun May 10 05:19:09 2026] GET /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags => generated 34 bytes in 39 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: 1533/3024] 10.0.0.201 () {34 vars in 776 bytes} [Sun May 10 05:19:09 2026] PUT /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags/black.or.white => generated 4 bytes in 97 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: 1492/3025] 10.0.0.201 () {32 vars in 727 bytes} [Sun May 10 05:19:09 2026] GET /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags => generated 52 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: 1534/3026] 10.0.0.201 () {34 vars in 747 bytes} [Sun May 10 05:19:09 2026] PUT /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags => generated 37 bytes in 98 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: 1493/3027] 10.0.0.201 () {32 vars in 727 bytes} [Sun May 10 05:19:09 2026] GET /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags => generated 37 bytes in 80 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: 1535/3028] 10.0.0.201 () {32 vars in 735 bytes} [Sun May 10 05:19:09 2026] GET /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 05:19:09.597 7 INFO neutron.api.v2.resource [None req-f5e91b09-1f64-4aaa-af75-8d5ac77c18e2 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1494/3029] 10.0.0.201 () {32 vars in 739 bytes} [Sun May 10 05:19:09 2026] GET /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags/green => generated 99 bytes in 67 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: 1536/3030] 10.0.0.201 () {32 vars in 738 bytes} [Sun May 10 05:19:09 2026] DELETE /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags/red => generated 0 bytes in 79 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: 1495/3031] 10.0.0.201 () {32 vars in 727 bytes} [Sun May 10 05:19:09 2026] GET /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags => generated 30 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 05:19:09.829 8 INFO neutron.api.v2.resource [None req-bce4eaf2-ef46-4424-af88-1be2f12005d7 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3032] 10.0.0.201 () {32 vars in 742 bytes} [Sun May 10 05:19:09 2026] DELETE /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags/green => generated 99 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1496/3033] 10.0.0.201 () {32 vars in 730 bytes} [Sun May 10 05:19:09 2026] DELETE /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags => generated 0 bytes in 64 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: 1538/3034] 10.0.0.201 () {32 vars in 727 bytes} [Sun May 10 05:19:09 2026] GET /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 05:19:10.063 7 INFO neutron_taas.services.taas.taas_plugin [None req-c15d3db0-a68f-4af2-b21c-38b049560197 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] TaaS: Handle Delete Port: 08f7a5c3-f6a4-44ae-8383-ba0500387b26 2026-05-10 05:19:10.067 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c15d3db0-a68f-4af2-b21c-38b049560197 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] Tap Mirror: Handle Delete Port: 08f7a5c3-f6a4-44ae-8383-ba0500387b26 [pid: 7|app: 0|req: 1497/3035] 10.0.0.201 () {32 vars in 720 bytes} [Sun May 10 05:19:09 2026] DELETE /v2.0/ports/08f7a5c3-f6a4-44ae-8383-ba0500387b26 => generated 0 bytes in 279 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: 1498/3036] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:19:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3037] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:19:10 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: 1500/3038] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:19:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3039] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:19:10 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-10 05:19:10.356 7 INFO neutron.api.v2.resource [None req-7b3e8b14-87fe-4d85-a95c-ee9d635633d1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1502/3040] 199.204.45.23 () {30 vars in 762 bytes} [Sun May 10 05:19:10 2026] GET /v2.0/security-groups/lb-f3b05b7e-6cb4-4215-a3b6-762ef28d48db => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3041] 199.204.45.23 () {30 vars in 784 bytes} [Sun May 10 05:19:10 2026] GET /v2.0/security-groups?name=lb-f3b05b7e-6cb4-4215-a3b6-762ef28d48db => generated 1637 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:19:10.420 8 INFO neutron.db.ovn_revision_numbers_db [None req-23900d7c-b6b0-48ae-9877-c70c5ef2d2b2 - - - - - -] Successfully bumped revision number for resource c8ec15a3-78cc-4880-b9f3-11c05e81fac9 (type: ports) to 4 [pid: 7|app: 0|req: 1504/3042] 199.204.45.23 () {30 vars in 814 bytes} [Sun May 10 05:19:10 2026] GET /v2.0/security-group-rules?security_group_id=267bd3d4-173d-4821-8075-ddb1dd783d3d => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:19:10.456 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d1b4221-7922-43cf-a464-81b6965f57dc 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] TaaS: Handle Delete Port: cbb1fb5d-bcc3-4774-9c8f-f076ca7be808 2026-05-10 05:19:10.459 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d1b4221-7922-43cf-a464-81b6965f57dc 4d6d29735d2f4731aefe6bfa65304c8b 8c6a409d1e734825beecf2d06e38ca1f - - default default] Tap Mirror: Handle Delete Port: cbb1fb5d-bcc3-4774-9c8f-f076ca7be808 2026-05-10 05:19:10.579 7 INFO neutron.db.ovn_revision_numbers_db [None req-ea9c6187-0cde-4446-ba39-ea8c83a692f5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 2466be94-e6a8-4afc-bcfa-8ed93263ab9c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1505/3043] 199.204.45.23 () {34 vars in 746 bytes} [Sun May 10 05:19:10 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-10 05:19:10.670 8 INFO neutron.services.segments.plugin [-] Segment 33846758-2f48-4b2e-88d5-d6fc5cfff1bc resource provider aggregate not found 2026-05-10 05:19:10.675 8 INFO neutron.services.segments.plugin [-] Segment 33846758-2f48-4b2e-88d5-d6fc5cfff1bc resource provider aggregate not found 2026-05-10 05:19:10.697 8 INFO neutron.services.segments.plugin [-] Segment 33846758-2f48-4b2e-88d5-d6fc5cfff1bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33846758-2f48-4b2e-88d5-d6fc5cfff1bc found for delete ", "request_id": "req-70357e70-8852-4fe3-a33e-4994ff3739eb"}]} 2026-05-10 05:19:10.705 8 INFO neutron.services.segments.plugin [-] Segment 33846758-2f48-4b2e-88d5-d6fc5cfff1bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33846758-2f48-4b2e-88d5-d6fc5cfff1bc found for delete ", "request_id": "req-ba366565-459a-43d9-8e59-4d2f7e24a13f"}]} [pid: 8|app: 0|req: 1539/3044] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:19:10 2026] DELETE /v2.0/networks/7fa93349-9743-4abc-ba75-6a6fd582ae19 => generated 0 bytes in 495 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:19:10.781 7 INFO neutron.db.ovn_revision_numbers_db [None req-df3aa12b-7947-4afc-868c-878accac2b9e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9703ab13-cdf5-40e3-a0a9-d9218751814d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1506/3045] 199.204.45.23 () {34 vars in 746 bytes} [Sun May 10 05:19:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:19:11.519 8 WARNING neutron.db.securitygroups_db [None req-a4cebbad-6839-4483-97c4-4fe27d1bc20f ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1540/3046] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:19:11 2026] GET /v2.0/security-groups?tenant_id=8c6a409d1e734825beecf2d06e38ca1f&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: 1507/3047] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:19:11 2026] DELETE /v2.0/security-groups/1d3bcacb-08c5-460f-bd33-84fccd2771ef => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:19:11.872 8 WARNING neutron.db.securitygroups_db [None req-9cd948f6-fc97-4400-8ae9-88f6311a24ca ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:19:12.011 8 INFO neutron.db.ovn_revision_numbers_db [None req-9cd948f6-fc97-4400-8ae9-88f6311a24ca ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d3403b87-78a7-475b-8a65-a96f71872392 (type: security_groups) to 1 2026-05-10 05:19:12.024 8 INFO neutron.db.ovn_revision_numbers_db [None req-9cd948f6-fc97-4400-8ae9-88f6311a24ca ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 534c7866-983a-4ebb-8d2a-0f1841d3dbac (type: security_group_rules) to 0 2026-05-10 05:19:12.037 8 INFO neutron.db.ovn_revision_numbers_db [None req-9cd948f6-fc97-4400-8ae9-88f6311a24ca ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 5ba3d3d9-1b5e-4759-8be6-bbbc119c1baa (type: security_group_rules) to 0 2026-05-10 05:19:12.049 8 INFO neutron.db.ovn_revision_numbers_db [None req-9cd948f6-fc97-4400-8ae9-88f6311a24ca ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 61d13ff8-640b-4485-9ab2-c3944c31d41d (type: security_group_rules) to 0 2026-05-10 05:19:12.059 8 INFO neutron.db.ovn_revision_numbers_db [None req-9cd948f6-fc97-4400-8ae9-88f6311a24ca ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8bca0f8d-5044-4a93-8f8d-eebf06982a9f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1541/3048] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:19:11 2026] GET /v2.0/security-groups?tenant_id=baa2e41a4ab94502b23e686e56eec2b2&name=default => generated 2929 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3049] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:19:12 2026] DELETE /v2.0/security-groups/d3403b87-78a7-475b-8a65-a96f71872392 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:19:15.661 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c9f84aa-1b55-4939-bf03-84aa5e2dd9d4 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - default default] Successfully bumped revision number for resource 00935f05-9864-496a-99dc-0b8455ecee95 (type: security_groups) to 1 2026-05-10 05:19:15.673 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c9f84aa-1b55-4939-bf03-84aa5e2dd9d4 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - default default] Successfully bumped revision number for resource 02c3f9ad-1180-48d8-8c12-d1ae16cc28ca (type: security_group_rules) to 0 2026-05-10 05:19:15.684 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c9f84aa-1b55-4939-bf03-84aa5e2dd9d4 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - default default] Successfully bumped revision number for resource 047a56f7-cc38-4cce-8419-eb5a1cb953a0 (type: security_group_rules) to 0 2026-05-10 05:19:15.696 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c9f84aa-1b55-4939-bf03-84aa5e2dd9d4 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - default default] Successfully bumped revision number for resource 2c243983-3d1f-42dc-94bd-0bbc3ec372fe (type: security_group_rules) to 0 2026-05-10 05:19:15.707 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c9f84aa-1b55-4939-bf03-84aa5e2dd9d4 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - default default] Successfully bumped revision number for resource db5d1764-3d62-4bed-ae15-a1e9d679f509 (type: security_group_rules) to 0 2026-05-10 05:19:15.808 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c9f84aa-1b55-4939-bf03-84aa5e2dd9d4 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - default default] Successfully bumped revision number for resource 82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0 (type: security_groups) to 1 2026-05-10 05:19:15.822 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c9f84aa-1b55-4939-bf03-84aa5e2dd9d4 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - default default] Successfully bumped revision number for resource 06880b35-0207-49c8-b45c-3305d2322dfc (type: security_group_rules) to 0 2026-05-10 05:19:15.838 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c9f84aa-1b55-4939-bf03-84aa5e2dd9d4 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - default default] Successfully bumped revision number for resource 4e160f06-a997-42ef-9647-0ed2d910a71c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1543/3052] 10.0.0.201 () {34 vars in 684 bytes} [Sun May 10 05:19:15 2026] POST /v2.0/security-groups => generated 1603 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:19:15.916 7 WARNING tagging [None req-353763d0-acb0-468f-b699-94c3801aa6b9 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1510/3053] 10.0.0.201 () {34 vars in 767 bytes} [Sun May 10 05:19:15 2026] PUT /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:19:15.966 8 WARNING tagging [None req-2415eca6-1ed0-4ed8-9b3a-8bf4a93fa263 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1544/3054] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:19:15 2026] GET /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:19:16.005 7 WARNING tagging [None req-3776c34f-e39e-42aa-863d-d2dcd9343e63 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1511/3055] 10.0.0.201 () {34 vars in 778 bytes} [Sun May 10 05:19:15 2026] PUT /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:19:16.062 8 WARNING tagging [None req-8fcf1ed2-cb9f-4c14-8e69-90de2ef2c581 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1545/3056] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:19:16 2026] GET /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:19:16.094 7 WARNING tagging [None req-89fd6cc2-408f-4837-ae74-d93f6cd63704 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1512/3057] 10.0.0.201 () {34 vars in 774 bytes} [Sun May 10 05:19:16 2026] PUT /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:19:16.140 8 WARNING tagging [None req-88f10209-eba8-42c3-896d-46b5ce1d2c05 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1546/3058] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:19:16 2026] GET /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:19:16.172 7 WARNING tagging [None req-09cdfcb3-befd-46d1-a32f-0a0bf130831e 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1513/3059] 10.0.0.201 () {34 vars in 796 bytes} [Sun May 10 05:19:16 2026] PUT /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 05:19:16.228 8 WARNING tagging [None req-9272cad4-c7eb-4fe3-812a-1f655291d8c6 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1547/3060] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:19:16 2026] GET /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:19:16.266 7 WARNING tagging [None req-88672242-3a2c-4e6c-a357-9533cb704199 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1514/3061] 10.0.0.201 () {34 vars in 767 bytes} [Sun May 10 05:19:16 2026] PUT /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:19:16.326 8 WARNING tagging [None req-7efa827a-0ee5-4e12-9c09-c0335f03afd8 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1548/3062] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:19:16 2026] GET /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:19:16.366 7 WARNING tagging [None req-8be02cd0-4951-45e7-9a6e-55d013e0292f 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1515/3063] 10.0.0.201 () {32 vars in 755 bytes} [Sun May 10 05:19:16 2026] GET /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:19:16.404 8 WARNING tagging [None req-9da4bbb7-5563-4d8a-a936-d86c2b7d1031 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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-10 05:19:16.411 8 INFO neutron.api.v2.resource [None req-9da4bbb7-5563-4d8a-a936-d86c2b7d1031 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3064] 10.0.0.201 () {32 vars in 759 bytes} [Sun May 10 05:19:16 2026] GET /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:19:16.446 7 WARNING tagging [None req-1a80e9e3-624c-44a1-83cb-4b7bf7ff2fe7 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1516/3065] 10.0.0.201 () {32 vars in 758 bytes} [Sun May 10 05:19:16 2026] DELETE /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:19:16.503 8 WARNING tagging [None req-c9bbc0f2-e032-4d35-ab3a-3ba717efe307 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1550/3066] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:19:16 2026] GET /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:19:16.542 7 WARNING tagging [None req-580c9ec3-8774-4cdf-816b-5a9506b72a11 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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-10 05:19:16.554 7 INFO neutron.api.v2.resource [None req-580c9ec3-8774-4cdf-816b-5a9506b72a11 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1517/3067] 10.0.0.201 () {32 vars in 762 bytes} [Sun May 10 05:19:16 2026] DELETE /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:19:16.585 8 WARNING tagging [None req-406c63e0-9cb0-4024-a8c7-1ca95370ae3d 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1551/3068] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:19:16 2026] DELETE /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:19:16.641 7 WARNING tagging [None req-aa786244-fdfb-407b-8c33-52674365b3ea 6caba5e4759e419fbd8ed9a0b0a10507 0368403600124fc5b5610b7ddbaf068d - - 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: 1518/3069] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:19:16 2026] GET /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3070] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:19:16 2026] DELETE /v2.0/security-groups/82c4f9aa-f273-4ae9-ad6c-fa0f5d7cfca0 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:19:17.512 7 WARNING neutron.db.securitygroups_db [None req-10171b58-c92f-4b35-8e2e-8c8c2ef68fdc ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1519/3071] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:19:17 2026] GET /v2.0/security-groups?tenant_id=0368403600124fc5b5610b7ddbaf068d&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3072] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:19:17 2026] DELETE /v2.0/security-groups/00935f05-9864-496a-99dc-0b8455ecee95 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:19:17.828 7 WARNING neutron.db.securitygroups_db [None req-b0db0aa7-30a4-4fc3-9dea-8c705f56b59e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:19:17.958 7 INFO neutron.db.ovn_revision_numbers_db [None req-b0db0aa7-30a4-4fc3-9dea-8c705f56b59e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4019b3a9-af3c-4c93-9026-bafee7dc09d5 (type: security_groups) to 1 2026-05-10 05:19:17.969 7 INFO neutron.db.ovn_revision_numbers_db [None req-b0db0aa7-30a4-4fc3-9dea-8c705f56b59e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 198764c9-a872-4752-a62f-08c8242c9ba1 (type: security_group_rules) to 0 2026-05-10 05:19:17.981 7 INFO neutron.db.ovn_revision_numbers_db [None req-b0db0aa7-30a4-4fc3-9dea-8c705f56b59e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 3762959a-6cc3-42c1-8cc0-55c51ed7513f (type: security_group_rules) to 0 2026-05-10 05:19:17.991 7 INFO neutron.db.ovn_revision_numbers_db [None req-b0db0aa7-30a4-4fc3-9dea-8c705f56b59e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8954714e-493a-4936-9d44-2c7d5d93349e (type: security_group_rules) to 0 2026-05-10 05:19:18.002 7 INFO neutron.db.ovn_revision_numbers_db [None req-b0db0aa7-30a4-4fc3-9dea-8c705f56b59e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b5b4436e-d6f7-405e-9d10-a2e8a06e5343 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1520/3073] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:19:17 2026] GET /v2.0/security-groups?tenant_id=8d51b4127c344d128d6f3749565387c5&name=default => generated 2929 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3074] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:19:18 2026] DELETE /v2.0/security-groups/4019b3a9-af3c-4c93-9026-bafee7dc09d5 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3075] 10.0.0.37 () {30 vars in 689 bytes} [Sun May 10 05:19:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3076] 10.0.0.37 () {30 vars in 691 bytes} [Sun May 10 05:19:18 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: 1522/3077] 10.0.0.37 () {30 vars in 667 bytes} [Sun May 10 05:19:18 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: 1556/3078] 10.0.0.37 () {30 vars in 703 bytes} [Sun May 10 05:19:19 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: 1523/3079] 10.0.0.37 () {28 vars in 438 bytes} [Sun May 10 05:19:19 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3080] 10.0.0.37 () {30 vars in 727 bytes} [Sun May 10 05:19:19 2026] GET /v2.0/subnets/8cd482ab-090a-4ecf-8f29-74e14426d58f => generated 655 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3081] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:19:20 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: 1558/3082] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:19:20 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: 1525/3083] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:19:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3084] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:19:20 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: 1526/3085] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:20 2026] GET /v2.0/subnets/8cd482ab-090a-4ecf-8f29-74e14426d58f => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3086] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:19:20 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 2565 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3087] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:19:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3088] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:19:21 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: 1528/3089] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:19:21 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: 1562/3090] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:19:21 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-10 05:19:21.446 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-565521da-06a7-42d2-8abc-13841cfd7a15 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:19:21.447 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-565521da-06a7-42d2-8abc-13841cfd7a15 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network adecafe4-be37-457a-96e6-1c0073889a96: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:19:21.453 7 INFO neutron.db.ovn_revision_numbers_db [None req-1497a7c3-42bb-4f39-a562-7a1a9ac9216b 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource 344f42f1-f94a-4b62-ae73-b02fec51deda (type: security_groups) to 1 2026-05-10 05:19:21.467 7 INFO neutron.db.ovn_revision_numbers_db [None req-1497a7c3-42bb-4f39-a562-7a1a9ac9216b 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource 13483eae-01bf-4fdf-ba4d-1da0d92f9b79 (type: security_group_rules) to 0 2026-05-10 05:19:21.477 7 INFO neutron.db.ovn_revision_numbers_db [None req-1497a7c3-42bb-4f39-a562-7a1a9ac9216b 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource 95467844-3d54-4206-9c27-aeea01503cfb (type: security_group_rules) to 0 2026-05-10 05:19:21.490 7 INFO neutron.db.ovn_revision_numbers_db [None req-1497a7c3-42bb-4f39-a562-7a1a9ac9216b 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource aff9baab-ef3e-44cf-b31b-82b248bcd111 (type: security_group_rules) to 0 2026-05-10 05:19:21.501 7 INFO neutron.db.ovn_revision_numbers_db [None req-1497a7c3-42bb-4f39-a562-7a1a9ac9216b 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource e79bcc0f-c5c0-48db-9ce9-c0e2cc3167ef (type: security_group_rules) to 0 2026-05-10 05:19:21.579 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: 9b322eb5-94fb-48ed-9c95-7df5178d70ce 2026-05-10 05:19:21.590 7 INFO neutron.db.segments_db [None req-1497a7c3-42bb-4f39-a562-7a1a9ac9216b 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Added segment 8d339b65-011b-4b9a-9f8a-e0bf8d032ae1 of type geneve for network f3c47002-f209-49fb-9139-7a8613fae7aa 2026-05-10 05:19:21.634 8 INFO neutron.db.ovn_revision_numbers_db [None req-565521da-06a7-42d2-8abc-13841cfd7a15 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9b322eb5-94fb-48ed-9c95-7df5178d70ce (type: ports) to 1 [pid: 8|app: 0|req: 1563/3091] 199.204.45.23 () {34 vars in 716 bytes} [Sun May 10 05:19:21 2026] POST /v2.0/ports => generated 1320 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 05:19:21.685 7 INFO neutron.db.ovn_revision_numbers_db [None req-1497a7c3-42bb-4f39-a562-7a1a9ac9216b 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource f3c47002-f209-49fb-9139-7a8613fae7aa (type: networks) to 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 05:19:21.833 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1497a7c3-42bb-4f39-a562-7a1a9ac9216b 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] No more DHCP agents 2026-05-10 05:19:21.835 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1497a7c3-42bb-4f39-a562-7a1a9ac9216b 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Unable to schedule network f3c47002-f209-49fb-9139-7a8613fae7aa: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1564/3092] 10.0.0.162 () {34 vars in 971 bytes} [Sun May 10 05:19:21 2026] GET /v2.0/ports/9b322eb5-94fb-48ed-9c95-7df5178d70ce => generated 1320 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3093] 10.0.0.162 () {34 vars in 907 bytes} [Sun May 10 05:19:21 2026] GET /v2.0/extensions => generated 21706 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-10 05:19:21.894 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: fc49557d-442c-43b9-b7dc-4e8b7bee8fd8 2026-05-10 05:19:21.915 7 INFO neutron.db.ovn_revision_numbers_db [None req-1497a7c3-42bb-4f39-a562-7a1a9ac9216b 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource fc49557d-442c-43b9-b7dc-4e8b7bee8fd8 (type: ports) to 1 [pid: 7|app: 0|req: 1529/3094] 10.0.0.201 () {34 vars in 670 bytes} [Sun May 10 05:19:21 2026] POST /v2.0/networks => generated 665 bytes in 771 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:19:22.142 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7f67a16f-7034-45f6-bfe4-b4dc32aea00d 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] No more DHCP agents 2026-05-10 05:19:22.143 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7f67a16f-7034-45f6-bfe4-b4dc32aea00d 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Unable to schedule network f3c47002-f209-49fb-9139-7a8613fae7aa: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1530/3095] 199.204.45.23 () {34 vars in 1261 bytes} [Sun May 10 05:19:22 2026] GET /v2.0/ports/9b322eb5-94fb-48ed-9c95-7df5178d70ce?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: 1531/3096] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:19:22 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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: 1532/3097] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:19:23 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:19:23.101 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f67a16f-7034-45f6-bfe4-b4dc32aea00d 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource fc49557d-442c-43b9-b7dc-4e8b7bee8fd8 (type: ports) to 2 2026-05-10 05:19:23.140 8 INFO neutron.db.ovn_revision_numbers_db [None req-7f67a16f-7034-45f6-bfe4-b4dc32aea00d 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource 6c47147c-a73f-46f7-9bac-0a2483438de1 (type: subnets) to 0 [pid: 8|app: 0|req: 1566/3098] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:19:21 2026] POST /v2.0/subnets => generated 626 bytes in 1214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:19:23.561 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e2a3bcba-795f-4109-b130-ff2b8320676e 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] No more DHCP agents 2026-05-10 05:19:23.562 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e2a3bcba-795f-4109-b130-ff2b8320676e 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1567/3099] 199.204.45.23 () {34 vars in 974 bytes} [Sun May 10 05:19:23 2026] GET /v2.0/ports/9b322eb5-94fb-48ed-9c95-7df5178d70ce => generated 1320 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3100] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:19:23 2026] GET /v2.0/networks?id=adecafe4-be37-457a-96e6-1c0073889a96 => generated 841 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:19:23.665 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c1609de5-e3d4-4aa9-87b9-e8705fa67510 - - - - - -] OVN reports status down for port: 972d3b77-f3ab-4876-80d7-77cd2558acc7 2026-05-10 05:19:23.722 7 INFO neutron.db.ovn_revision_numbers_db [None req-e2a3bcba-795f-4109-b130-ff2b8320676e 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource 972d3b77-f3ab-4876-80d7-77cd2558acc7 (type: ports) to 1 2026-05-10 05:19:24.096 8 INFO neutron.db.ovn_revision_numbers_db [req-3ff4dd29-fe11-4021-9b9d-b63744bb13a8 req-7b5e4824-3e2c-4177-ac3b-7cafc80cfc99 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 9b322eb5-94fb-48ed-9c95-7df5178d70ce (type: ports) to 2 2026-05-10 05:19:24.364 8 INFO neutron.db.ovn_revision_numbers_db [req-3ff4dd29-fe11-4021-9b9d-b63744bb13a8 req-7b5e4824-3e2c-4177-ac3b-7cafc80cfc99 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 9b322eb5-94fb-48ed-9c95-7df5178d70ce (type: ports) to 4 2026-05-10 05:19:24.368 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c1609de5-e3d4-4aa9-87b9-e8705fa67510 - - - - - -] OVN reports status up for port: 972d3b77-f3ab-4876-80d7-77cd2558acc7 2026-05-10 05:19:24.390 7 INFO neutron.plugins.ml2.plugin [None req-c1609de5-e3d4-4aa9-87b9-e8705fa67510 - - - - - -] Attempt 1 to provision port 972d3b77-f3ab-4876-80d7-77cd2558acc7 [pid: 8|app: 0|req: 1569/3101] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:19:23 2026] PUT /v2.0/ports/9b322eb5-94fb-48ed-9c95-7df5178d70ce => generated 1502 bytes in 737 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:19:24.411 7 INFO neutron.db.ovn_revision_numbers_db [None req-e2a3bcba-795f-4109-b130-ff2b8320676e 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource 972d3b77-f3ab-4876-80d7-77cd2558acc7 (type: router_ports) to 1 2026-05-10 05:19:24.463 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d70168d-ed84-4385-a21a-76bd53b8b17f'] response: {'name': 'network-changed', 'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'tag': '9b322eb5-94fb-48ed-9c95-7df5178d70ce', 'status': 'completed', 'code': 200} 2026-05-10 05:19:24.502 7 INFO neutron.db.ovn_revision_numbers_db [None req-e2a3bcba-795f-4109-b130-ff2b8320676e 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource 6228a06c-375d-4203-8241-a2819884c4b1 (type: routers) to 2 [pid: 7|app: 0|req: 1533/3102] 10.0.0.201 () {34 vars in 669 bytes} [Sun May 10 05:19:23 2026] POST /v2.0/routers => generated 957 bytes in 1355 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-10 05:19:24.992 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-292981e7-ac76-4a4c-91ca-ea1bcd42a600 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] No more DHCP agents 2026-05-10 05:19:24.993 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-292981e7-ac76-4a4c-91ca-ea1bcd42a600 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Unable to schedule network f3c47002-f209-49fb-9139-7a8613fae7aa: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1534/3103] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:19:24 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 4059 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3104] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:19:25 2026] GET /v2.0/networks?id=adecafe4-be37-457a-96e6-1c0073889a96 => generated 841 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3105] 199.204.45.23 () {34 vars in 1055 bytes} [Sun May 10 05:19:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.69&port_id=9b322eb5-94fb-48ed-9c95-7df5178d70ce => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:19:25.131 8 INFO neutron.db.ovn_revision_numbers_db [None req-292981e7-ac76-4a4c-91ca-ea1bcd42a600 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource 04020cd3-4b6b-4edb-b5f0-03c9a9f41655 (type: ports) to 1 [pid: 7|app: 0|req: 1537/3106] 199.204.45.23 () {34 vars in 1101 bytes} [Sun May 10 05:19:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A74&port_id=9b322eb5-94fb-48ed-9c95-7df5178d70ce => 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: 1538/3107] 199.204.45.23 () {34 vars in 1063 bytes} [Sun May 10 05:19:25 2026] GET /v2.0/subnets?id=8cd482ab-090a-4ecf-8f29-74e14426d58f&id=b668c045-8a3e-412e-8658-2605cdc6b97d => 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: 1539/3108] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:25 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&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: 1540/3109] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:25 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&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: 1541/3110] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:19:25 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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: 1542/3111] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:19:25 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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-10 05:19:25.789 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-292981e7-ac76-4a4c-91ca-ea1bcd42a600 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] No more DHCP agents 2026-05-10 05:19:25.791 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-292981e7-ac76-4a4c-91ca-ea1bcd42a600 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Unable to schedule network f3c47002-f209-49fb-9139-7a8613fae7aa: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:19:26.114 8 INFO neutron.db.ovn_revision_numbers_db [None req-292981e7-ac76-4a4c-91ca-ea1bcd42a600 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource 04020cd3-4b6b-4edb-b5f0-03c9a9f41655 (type: router_ports) to 1 [pid: 8|app: 0|req: 1570/3112] 10.0.0.201 () {34 vars in 783 bytes} [Sun May 10 05:19:24 2026] PUT /v2.0/routers/6228a06c-375d-4203-8241-a2819884c4b1/add_router_interface => generated 310 bytes in 1600 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3113] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 4059 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3114] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.3&port_id=e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 => 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: 1573/3115] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/subnets?id=ea320f80-e4e0-4c52-9c69-7322b2d90f10 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3116] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/ports?network_id=ce28a0f2-5b02-4aed-8653-b315658cd656&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: 1575/3117] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3118] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?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) [pid: 8|app: 0|req: 1577/3119] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.194&port_id=200bd187-c5bc-489b-b092-18d82f44990e => 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: 1578/3120] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/subnets?id=04f28788-16e2-4207-9be8-e640f5c27b15 => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3121] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/ports?network_id=3cc857bc-d7e2-4505-9504-b3be219de6f2&device_owner=network%3Adhcp => 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: 1580/3122] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:19:26.717 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fa0dcea7-e0d3-4803-bd99-9cf5246efca4 - - - - - -] No more DHCP agents 2026-05-10 05:19:26.719 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fa0dcea7-e0d3-4803-bd99-9cf5246efca4 - - - - - -] Unable to schedule network 4a1940cd-d845-4f41-a8eb-4985c7401711: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1581/3123] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?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: 1582/3124] 199.204.45.23 () {34 vars in 1055 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.69&port_id=9b322eb5-94fb-48ed-9c95-7df5178d70ce => 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: 1583/3125] 199.204.45.23 () {34 vars in 1101 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A74&port_id=9b322eb5-94fb-48ed-9c95-7df5178d70ce => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:19:26.871 7 INFO neutron.db.ovn_revision_numbers_db [None req-fa0dcea7-e0d3-4803-bd99-9cf5246efca4 - - - - - -] Successfully bumped revision number for resource 58cd5f40-8f41-4b3b-af1e-6d5d670197fb (type: ports) to 1 [pid: 8|app: 0|req: 1584/3126] 199.204.45.23 () {34 vars in 1063 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/subnets?id=8cd482ab-090a-4ecf-8f29-74e14426d58f&id=b668c045-8a3e-412e-8658-2605cdc6b97d => generated 1410 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:19:26.894 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: 58cd5f40-8f41-4b3b-af1e-6d5d670197fb [pid: 8|app: 0|req: 1585/3127] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&device_owner=network%3Adhcp => 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: 1586/3128] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&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: 1587/3129] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:19:26 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3130] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:19:27 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:19:27.140 7 INFO neutron.db.ovn_revision_numbers_db [None req-fa0dcea7-e0d3-4803-bd99-9cf5246efca4 - - - - - -] Successfully bumped revision number for resource 58cd5f40-8f41-4b3b-af1e-6d5d670197fb (type: ports) to 3 2026-05-10 05:19:27.198 7 INFO neutron.db.segments_db [None req-fa0dcea7-e0d3-4803-bd99-9cf5246efca4 - - - - - -] Added segment 84be43d5-0b3f-4d84-afb7-02d742f5c91f of type geneve for network fb388ac4-3e34-44d0-96cd-a8365e9ce5a9 2026-05-10 05:19:27.302 7 INFO neutron.db.ovn_revision_numbers_db [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] Successfully bumped revision number for resource fb388ac4-3e34-44d0-96cd-a8365e9ce5a9 (type: networks) to 1 2026-05-10 05:19:27.469 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] No more DHCP agents 2026-05-10 05:19:27.471 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] Unable to schedule network fb388ac4-3e34-44d0-96cd-a8365e9ce5a9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:19:27.533 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status down for port: 37bf6900-d2cb-49dc-ac00-3103655bd6e0 2026-05-10 05:19:27.573 7 INFO neutron.db.ovn_revision_numbers_db [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] Successfully bumped revision number for resource 37bf6900-d2cb-49dc-ac00-3103655bd6e0 (type: ports) to 1 2026-05-10 05:19:27.711 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] OVN reports status up for port: 9b322eb5-94fb-48ed-9c95-7df5178d70ce 2026-05-10 05:19:27.725 8 INFO neutron.plugins.ml2.plugin [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] Attempt 1 to provision port 9b322eb5-94fb-48ed-9c95-7df5178d70ce 2026-05-10 05:19:27.732 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] No more DHCP agents 2026-05-10 05:19:27.735 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] Unable to schedule network fb388ac4-3e34-44d0-96cd-a8365e9ce5a9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:19:27.774 7 INFO neutron.db.ovn_revision_numbers_db [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] Successfully bumped revision number for resource 0aacbf5f-58c9-4e3e-8a6b-580f5181d006 (type: subnets) to 0 2026-05-10 05:19:27.862 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1c0e0e5-e094-4ac7-8d7f-1a7da2ae85eb'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9b322eb5-94fb-48ed-9c95-7df5178d70ce', 'code': 200} 2026-05-10 05:19:28.001 8 INFO neutron.db.ovn_revision_numbers_db [None req-2de34f7e-a03f-4d6a-8726-fd40a2d7d55c - - - - - -] Successfully bumped revision number for resource 9b322eb5-94fb-48ed-9c95-7df5178d70ce (type: ports) to 5 2026-05-10 05:19:28.192 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] No more DHCP agents 2026-05-10 05:19:28.193 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] Unable to schedule network fb388ac4-3e34-44d0-96cd-a8365e9ce5a9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:19:28.338 7 INFO neutron.db.ovn_revision_numbers_db [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] Successfully bumped revision number for resource 77775421-ef34-4c56-89be-9a46b46a181f (type: ports) to 1 2026-05-10 05:19:29.005 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] No more DHCP agents 2026-05-10 05:19:29.007 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] Unable to schedule network fb388ac4-3e34-44d0-96cd-a8365e9ce5a9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:19:29.477 8 INFO neutron.common.ovn.utils [None req-c7b57189-634c-4785-8196-4cfb5f99ead6 - - - - - -] HA Chassis Group neutron-fb388ac4-3e34-44d0-96cd-a8365e9ce5a9 synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:19:29.560 7 INFO neutron.db.ovn_revision_numbers_db [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] Successfully bumped revision number for resource 77775421-ef34-4c56-89be-9a46b46a181f (type: router_ports) to 1 2026-05-10 05:19:29.778 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-c1609de5-e3d4-4aa9-87b9-e8705fa67510 - - - - - -] No hosting information found for port 972d3b77-f3ab-4876-80d7-77cd2558acc7: RuntimeError: No hosting information found for port 972d3b77-f3ab-4876-80d7-77cd2558acc7 2026-05-10 05:19:29.779 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c1609de5-e3d4-4aa9-87b9-e8705fa67510 - - - - - -] OVN reports status down for port: 04020cd3-4b6b-4edb-b5f0-03c9a9f41655 2026-05-10 05:19:29.794 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] No more DHCP agents 2026-05-10 05:19:29.796 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] Unable to schedule network fb388ac4-3e34-44d0-96cd-a8365e9ce5a9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:19:29.896 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-c1609de5-e3d4-4aa9-87b9-e8705fa67510 - - - - - -] Logical_Switch_Port 04020cd3-4b6b-4edb-b5f0-03c9a9f41655 host information not removed, the port state is up 2026-05-10 05:19:29.898 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c1609de5-e3d4-4aa9-87b9-e8705fa67510 - - - - - -] OVN reports status up for port: 04020cd3-4b6b-4edb-b5f0-03c9a9f41655 2026-05-10 05:19:29.899 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0abff200-bb45-47df-a35e-5c41cb52179b'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9b322eb5-94fb-48ed-9c95-7df5178d70ce', 'code': 200} 2026-05-10 05:19:29.922 7 INFO neutron.plugins.ml2.plugin [None req-c1609de5-e3d4-4aa9-87b9-e8705fa67510 - - - - - -] Attempt 1 to provision port 04020cd3-4b6b-4edb-b5f0-03c9a9f41655 2026-05-10 05:19:30.024 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c7b57189-634c-4785-8196-4cfb5f99ead6 - - - - - -] OVN reports status down for port: 9f23d272-3075-4a85-a709-63295ed29724 2026-05-10 05:19:30.079 7 INFO neutron.db.ovn_revision_numbers_db [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] Successfully bumped revision number for resource 9f23d272-3075-4a85-a709-63295ed29724 (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: 8|app: 0|req: 1591/3133] 10.0.0.162 () {34 vars in 971 bytes} [Sun May 10 05:19:30 2026] GET /v2.0/ports/9b322eb5-94fb-48ed-9c95-7df5178d70ce => generated 1504 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3134] 199.204.45.23 () {30 vars in 742 bytes} [Sun May 10 05:19:30 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96 => generated 838 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3135] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:31 2026] GET /v2.0/subnets/8cd482ab-090a-4ecf-8f29-74e14426d58f => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3136] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:31 2026] GET /v2.0/subnets/b668c045-8a3e-412e-8658-2605cdc6b97d => generated 744 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:19:31.215 7 INFO neutron.db.ovn_revision_numbers_db [None req-215c2606-dd79-4abf-bc46-76ad79f00546 - - - - - -] Successfully bumped revision number for resource 9f23d272-3075-4a85-a709-63295ed29724 (type: ports) to 3 [pid: 8|app: 0|req: 1595/3137] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:19:31 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: 1596/3138] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:19:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3139] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:19:31 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: 1598/3140] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:19:31 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: 1599/3141] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:31 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3142] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:19:31 2026] GET /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 1156 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3143] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:19:31 2026] GET /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1341 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:19:31.412 7 INFO neutron.db.ovn_revision_numbers_db [None req-c1609de5-e3d4-4aa9-87b9-e8705fa67510 - - - - - -] Successfully bumped revision number for resource 04020cd3-4b6b-4edb-b5f0-03c9a9f41655 (type: ports) to 2 [pid: 8|app: 0|req: 1602/3144] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:31 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3145] 199.204.45.23 () {30 vars in 742 bytes} [Sun May 10 05:19:31 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2 => generated 841 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3146] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:19:31 2026] GET /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 1156 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3147] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:31 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3148] 10.0.0.201 () {34 vars in 685 bytes} [Sun May 10 05:19:26 2026] POST /v2.0/vpn/vpnservices => generated 457 bytes in 5457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3149] 10.0.0.201 () {34 vars in 685 bytes} [Sun May 10 05:19:31 2026] POST /v2.0/vpn/vpnservices => generated 424 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource [None req-c4ee1b1d-8a46-4854-8064-a4de2b132a5e 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - 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--944125696', 'description': '', 'auth_algorithm': 'sha1', 'encryption_algorithm': 'aes-128', 'phase1_negotiation_mode': 'main', 'lifetime_units': 'seconds', 'lifetime_value': 3600, 'ike_version': 'v1', 'pfs': 'group5', 'id': '850e3f34-82e1-458c-b372-f685448ce63e', 'project_id': 'e52cb331969b4eabaaacec1c6fbe5529'}] (Background on this error at: https://sqlalche.me/e/20/9h9h) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource Traceback (most recent call last): 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource self.dialect.do_execute( 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource cursor.execute(statement, parameters) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 157, in execute 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource result = self._query(query) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 328, in _query 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource conn.query(q) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 575, in query 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource result.read() 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 1203, in read 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource first_packet = self.connection._read_packet() 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 782, in _read_packet 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource packet.raise_for_error() 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource err.raise_mysql_exception(self._data) 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource raise errorclass(errno, errval) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource pymysql.err.DataError: (1265, "Data truncated for column 'auth_algorithm' at row 1") 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource The above exception was the direct cause of the following exception: 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource Traceback (most recent call last): 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource result = method(request=request, **args) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource return self._create(request, body, **kwargs) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception(): 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource raise self.value 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource return f(*args, **kwargs) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception() as ectxt: 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource raise self.value 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource return f(*args, **kwargs) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception(): 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource raise self.value 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource return f(*dup_args, **dup_kwargs) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource obj = do_create(body) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception(): 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource raise self.value 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource return obj_creator(request.context, **kwargs) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource with db_api.CONTEXT_WRITER.using(context): 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource next(self.gen) 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource with current._produce_block( 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource next(self.gen) 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception(): 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource raise self.value 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource self._end_session_transaction(self.session) 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource session.commit() 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 2030, in commit 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource trans.commit(_to_root=True) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "", line 2, in commit 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource ret_value = fn(self, *arg, **kw) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 1311, in commit 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource self._prepare_impl() 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "", line 2, in _prepare_impl 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource ret_value = fn(self, *arg, **kw) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource self.session.dispatch.before_commit(self.session) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/event/attr.py", line 387, in __call__ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource fn(*args, **kw) 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource session.flush() 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4331, in flush 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource self._flush(objects) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4466, in _flush 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource with util.safe_reraise(): 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/util/langhelpers.py", line 121, in __exit__ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource raise exc_value.with_traceback(exc_tb) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4427, in _flush 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource flush_context.execute() 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource rec.execute(self) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource util.preloaded.orm_persistence.save_obj( 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource _emit_insert_statements( 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource result = connection.execute( 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1419, in execute 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource return meth( 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^ 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource return connection._execute_clauseelement( 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource ret = self._execute_context( 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource return self._exec_single_context( 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource self._handle_dbapi_exception( 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource raise newraise.with_traceback(exc_info[2]) from e 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource self.dialect.do_execute( 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource cursor.execute(statement, parameters) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 157, in execute 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource result = self._query(query) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 328, in _query 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource conn.query(q) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 575, in query 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource result.read() 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 1203, in read 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource first_packet = self.connection._read_packet() 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 782, in _read_packet 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource packet.raise_for_error() 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource err.raise_mysql_exception(self._data) 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource raise errorclass(errno, errval) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource oslo_db.exception.DBDataError: (pymysql.err.DataError) (1265, "Data truncated for column 'auth_algorithm' at row 1") 2026-05-10 05:19:32.124 7 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-10 05:19:32.124 7 ERROR neutron.api.v2.resource [parameters: {'name': 'tempest-ike-policy--944125696', 'description': '', 'auth_algorithm': 'sha1', 'encryption_algorithm': 'aes-128', 'phase1_negotiation_mode': 'main', 'lifetime_units': 'seconds', 'lifetime_value': 3600, 'ike_version': 'v1', 'pfs': 'group5', 'id': '850e3f34-82e1-458c-b372-f685448ce63e', 'project_id': 'e52cb331969b4eabaaacec1c6fbe5529'}] 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource (Background on this error at: https://sqlalche.me/e/20/9h9h) 2026-05-10 05:19:32.124 7 ERROR neutron.api.v2.resource [pid: 7|app: 0|req: 1544/3150] 10.0.0.201 () {34 vars in 684 bytes} [Sun May 10 05:19:32 2026] POST /v2.0/vpn/ikepolicies => generated 150 bytes in 55 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3151] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:19:32 2026] DELETE /v2.0/vpn/vpnservices/2e53e620-e6f2-45d8-9966-234eead21697 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:19:32.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2f5561c-8c8b-495a-8ae1-e7909219ed64 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] TaaS: Handle Delete Port: 58cd5f40-8f41-4b3b-af1e-6d5d670197fb 2026-05-10 05:19:32.443 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2f5561c-8c8b-495a-8ae1-e7909219ed64 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Tap Mirror: Handle Delete Port: 58cd5f40-8f41-4b3b-af1e-6d5d670197fb 2026-05-10 05:19:32.661 7 INFO neutron_taas.services.taas.taas_plugin [None req-447d5a86-5d59-48f4-b13f-589383dd532f - - - - - -] TaaS: Handle Delete Port: 9f23d272-3075-4a85-a709-63295ed29724 2026-05-10 05:19:32.663 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-447d5a86-5d59-48f4-b13f-589383dd532f - - - - - -] Tap Mirror: Handle Delete Port: 9f23d272-3075-4a85-a709-63295ed29724 2026-05-10 05:19:33.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ed0568b-fad7-41c9-9df3-23c39d20e2fb - - - - - -] TaaS: Handle Delete Port: 77775421-ef34-4c56-89be-9a46b46a181f 2026-05-10 05:19:33.171 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ed0568b-fad7-41c9-9df3-23c39d20e2fb - - - - - -] Tap Mirror: Handle Delete Port: 77775421-ef34-4c56-89be-9a46b46a181f 2026-05-10 05:19:34.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ed0568b-fad7-41c9-9df3-23c39d20e2fb - - - - - -] TaaS: Handle Delete Port: 37bf6900-d2cb-49dc-ac00-3103655bd6e0 2026-05-10 05:19:34.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ed0568b-fad7-41c9-9df3-23c39d20e2fb - - - - - -] Tap Mirror: Handle Delete Port: 37bf6900-d2cb-49dc-ac00-3103655bd6e0 2026-05-10 05:19:34.385 7 INFO neutron.services.segments.plugin [-] Segment 84be43d5-0b3f-4d84-afb7-02d742f5c91f resource provider aggregate not found 2026-05-10 05:19:34.388 7 INFO neutron.services.segments.plugin [-] Segment 84be43d5-0b3f-4d84-afb7-02d742f5c91f resource provider aggregate not found 2026-05-10 05:19:34.402 7 INFO neutron.services.segments.plugin [-] Segment 84be43d5-0b3f-4d84-afb7-02d742f5c91f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84be43d5-0b3f-4d84-afb7-02d742f5c91f found for delete ", "request_id": "req-ffb3c423-d081-463a-bf03-0bb55d2d5d24"}]} 2026-05-10 05:19:34.421 7 INFO neutron.services.segments.plugin [-] Segment 84be43d5-0b3f-4d84-afb7-02d742f5c91f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84be43d5-0b3f-4d84-afb7-02d742f5c91f found for delete ", "request_id": "req-3beda06f-0ee4-4e77-98dd-d415071a1b70"}]} [pid: 7|app: 0|req: 1545/3152] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:19:32 2026] DELETE /v2.0/vpn/vpnservices/1687d396-d5ba-476f-a423-81982cbf461c => generated 0 bytes in 2249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3153] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:19:34 2026] GET /v2.0/routers/6228a06c-375d-4203-8241-a2819884c4b1 => generated 963 bytes in 67 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-10 05:19:35.263 7 INFO neutron.db.ovn_revision_numbers_db [None req-71549f16-76d0-4513-9d31-52e5a2255de5 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Successfully bumped revision number for resource 6228a06c-375d-4203-8241-a2819884c4b1 (type: routers) to 5 [pid: 7|app: 0|req: 1546/3154] 10.0.0.201 () {34 vars in 742 bytes} [Sun May 10 05:19:34 2026] PUT /v2.0/routers/6228a06c-375d-4203-8241-a2819884c4b1 => generated 963 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3155] 10.0.0.201 () {32 vars in 736 bytes} [Sun May 10 05:19:35 2026] GET /v2.0/ports?device_id=6228a06c-375d-4203-8241-a2819884c4b1 => generated 946 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:19:35.676 7 INFO neutron_taas.services.taas.taas_plugin [None req-741ab0a5-431e-46b0-b7d4-620e0157f095 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] TaaS: Handle Delete Port: 04020cd3-4b6b-4edb-b5f0-03c9a9f41655 2026-05-10 05:19:35.680 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-741ab0a5-431e-46b0-b7d4-620e0157f095 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Tap Mirror: Handle Delete Port: 04020cd3-4b6b-4edb-b5f0-03c9a9f41655 2026-05-10 05:19:36.180 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-80ebec93-c4e1-4fa8-af9c-84a280e39e15 - - - - - -] No port found with ID 04020cd3-4b6b-4edb-b5f0-03c9a9f41655: RuntimeError: No port found with ID 04020cd3-4b6b-4edb-b5f0-03c9a9f41655 [pid: 7|app: 0|req: 1547/3156] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:19:35 2026] PUT /v2.0/routers/6228a06c-375d-4203-8241-a2819884c4b1/remove_router_interface => generated 310 bytes in 850 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:19:36.253 7 INFO neutron.common.ovn.utils [None req-80ebec93-c4e1-4fa8-af9c-84a280e39e15 - - - - - -] HA Chassis Group neutron-f3c47002-f209-49fb-9139-7a8613fae7aa synchronized; highest priority chassis 0322fd97-e66b-4201-bff3-faba9de9900c 2026-05-10 05:19:36.306 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-80ebec93-c4e1-4fa8-af9c-84a280e39e15 - - - - - -] OVN reports status down for port: 77775421-ef34-4c56-89be-9a46b46a181f 2026-05-10 05:19:36.317 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-80ebec93-c4e1-4fa8-af9c-84a280e39e15 - - - - - -] OVN reports status up for port: 77775421-ef34-4c56-89be-9a46b46a181f 2026-05-10 05:19:36.594 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7a65009-b0c9-4c4d-8025-eefc6e6c0017 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] TaaS: Handle Delete Port: 972d3b77-f3ab-4876-80d7-77cd2558acc7 2026-05-10 05:19:36.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7a65009-b0c9-4c4d-8025-eefc6e6c0017 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Tap Mirror: Handle Delete Port: 972d3b77-f3ab-4876-80d7-77cd2558acc7 [pid: 8|app: 0|req: 1610/3157] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:19:36 2026] DELETE /v2.0/routers/6228a06c-375d-4203-8241-a2819884c4b1 => generated 0 bytes in 759 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: 1548/3158] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:19:37 2026] DELETE /v2.0/subnets/6c47147c-a73f-46f7-9bac-0a2483438de1 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:19:37.320 8 INFO neutron_taas.services.taas.taas_plugin [None req-79c82670-a0c7-47ac-b887-2fce178ac841 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] TaaS: Handle Delete Port: fc49557d-442c-43b9-b7dc-4e8b7bee8fd8 2026-05-10 05:19:37.323 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79c82670-a0c7-47ac-b887-2fce178ac841 0d16beb5d4a8453bb878bad7c237ca34 e52cb331969b4eabaaacec1c6fbe5529 - - default default] Tap Mirror: Handle Delete Port: fc49557d-442c-43b9-b7dc-4e8b7bee8fd8 2026-05-10 05:19:37.525 8 INFO neutron.services.segments.plugin [-] Segment 8d339b65-011b-4b9a-9f8a-e0bf8d032ae1 resource provider aggregate not found 2026-05-10 05:19:37.532 8 INFO neutron.services.segments.plugin [-] Segment 8d339b65-011b-4b9a-9f8a-e0bf8d032ae1 resource provider aggregate not found 2026-05-10 05:19:37.547 8 INFO neutron.services.segments.plugin [-] Segment 8d339b65-011b-4b9a-9f8a-e0bf8d032ae1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d339b65-011b-4b9a-9f8a-e0bf8d032ae1 found for delete ", "request_id": "req-793b4efa-05cd-4fd0-8e7d-2b814e86243e"}]} 2026-05-10 05:19:37.551 8 INFO neutron.services.segments.plugin [-] Segment 8d339b65-011b-4b9a-9f8a-e0bf8d032ae1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d339b65-011b-4b9a-9f8a-e0bf8d032ae1 found for delete ", "request_id": "req-b8b73fbc-5ea9-479e-943f-b4d8d5cc6f22"}]} [pid: 8|app: 0|req: 1611/3159] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:19:37 2026] DELETE /v2.0/networks/f3c47002-f209-49fb-9139-7a8613fae7aa => generated 0 bytes in 390 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:19:38.341 7 WARNING neutron.db.securitygroups_db [None req-b4bf151f-68b7-41c9-8f72-dc7ae534c82b ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1549/3160] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:19:38 2026] GET /v2.0/security-groups?tenant_id=e52cb331969b4eabaaacec1c6fbe5529&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3161] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:19:38 2026] DELETE /v2.0/security-groups/344f42f1-f94a-4b62-ae73-b02fec51deda => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:19:38.628 7 WARNING neutron.db.securitygroups_db [None req-a885639d-60dd-432c-8c63-25ffcffdadc7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:19:38.776 7 INFO neutron.db.ovn_revision_numbers_db [None req-a885639d-60dd-432c-8c63-25ffcffdadc7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 991349ee-9892-4cd8-8ffd-2b9ce64bbceb (type: security_groups) to 1 2026-05-10 05:19:38.789 7 INFO neutron.db.ovn_revision_numbers_db [None req-a885639d-60dd-432c-8c63-25ffcffdadc7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 67ecf695-39a6-45f8-8a98-dda32ef14218 (type: security_group_rules) to 0 2026-05-10 05:19:38.804 7 INFO neutron.db.ovn_revision_numbers_db [None req-a885639d-60dd-432c-8c63-25ffcffdadc7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7bef6c8b-2cc4-4ab2-8ce6-f2a40e419a79 (type: security_group_rules) to 0 2026-05-10 05:19:38.817 7 INFO neutron.db.ovn_revision_numbers_db [None req-a885639d-60dd-432c-8c63-25ffcffdadc7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a12934f0-699f-4eb4-85f4-ea0dfdde5841 (type: security_group_rules) to 0 2026-05-10 05:19:38.830 7 INFO neutron.db.ovn_revision_numbers_db [None req-a885639d-60dd-432c-8c63-25ffcffdadc7 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource f9e071ec-322e-4adf-b00b-368eceeddb16 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1550/3162] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:19:38 2026] GET /v2.0/security-groups?tenant_id=90bd60c9359b47cf81157ef91d734a62&name=default => generated 2929 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3163] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:19:38 2026] DELETE /v2.0/security-groups/991349ee-9892-4cd8-8ffd-2b9ce64bbceb => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3164] 10.0.0.37 () {30 vars in 689 bytes} [Sun May 10 05:19:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3165] 10.0.0.37 () {30 vars in 691 bytes} [Sun May 10 05:19:39 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: 1552/3166] 10.0.0.37 () {30 vars in 667 bytes} [Sun May 10 05:19:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3167] 10.0.0.37 () {30 vars in 703 bytes} [Sun May 10 05:19:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3168] 10.0.0.37 () {28 vars in 438 bytes} [Sun May 10 05:19:40 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3169] 10.0.0.37 () {30 vars in 727 bytes} [Sun May 10 05:19:40 2026] GET /v2.0/subnets/83672e59-3cbd-4872-aa75-867c22ca6373 => generated 656 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3170] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:19:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3171] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:19:41 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: 1555/3172] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:19:41 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: 1618/3173] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:19:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3174] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:41 2026] GET /v2.0/subnets/8cd482ab-090a-4ecf-8f29-74e14426d58f => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3175] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:41 2026] GET /v2.0/subnets/83672e59-3cbd-4872-aa75-867c22ca6373 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3176] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:19:41 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 4061 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3177] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:19:41 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: 1558/3178] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:19:41 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: 1621/3179] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:19:41 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: 1559/3180] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:19:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:19:41.925 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dde4b263-6ef1-4690-b75a-ffd72413d4a2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] No more DHCP agents 2026-05-10 05:19:41.927 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dde4b263-6ef1-4690-b75a-ffd72413d4a2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Unable to schedule network 2aae7b30-62e7-45df-baa3-bee272b6052d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-10 05:19:42.066 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-80ebec93-c4e1-4fa8-af9c-84a280e39e15 - - - - - -] OVN reports status down for port: 60941fc5-bf3f-4812-bc09-297207645de0 2026-05-10 05:19:42.088 8 INFO neutron.db.ovn_revision_numbers_db [None req-dde4b263-6ef1-4690-b75a-ffd72413d4a2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 60941fc5-bf3f-4812-bc09-297207645de0 (type: ports) to 1 [pid: 8|app: 0|req: 1622/3181] 199.204.45.23 () {34 vars in 716 bytes} [Sun May 10 05:19:41 2026] POST /v2.0/ports => generated 1328 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3182] 10.0.0.162 () {34 vars in 971 bytes} [Sun May 10 05:19:42 2026] GET /v2.0/ports/60941fc5-bf3f-4812-bc09-297207645de0 => generated 1328 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: 1623/3183] 199.204.45.23 () {34 vars in 1261 bytes} [Sun May 10 05:19:43 2026] GET /v2.0/ports/60941fc5-bf3f-4812-bc09-297207645de0?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3184] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:19:43 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?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: 1624/3185] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:19:43 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3186] 199.204.45.23 () {34 vars in 974 bytes} [Sun May 10 05:19:43 2026] GET /v2.0/ports/60941fc5-bf3f-4812-bc09-297207645de0 => generated 1328 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3187] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:19:43 2026] GET /v2.0/networks?id=2aae7b30-62e7-45df-baa3-bee272b6052d => generated 841 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:19:44.478 7 INFO neutron.db.ovn_revision_numbers_db [req-27ec01c4-9f46-4e06-af2f-e417ed6db937 req-54599059-c2d6-4104-8983-98492ac3ab4c cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 60941fc5-bf3f-4812-bc09-297207645de0 (type: ports) to 2 2026-05-10 05:19:44.760 7 INFO neutron.db.ovn_revision_numbers_db [req-27ec01c4-9f46-4e06-af2f-e417ed6db937 req-54599059-c2d6-4104-8983-98492ac3ab4c cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 60941fc5-bf3f-4812-bc09-297207645de0 (type: ports) to 4 [pid: 7|app: 0|req: 1563/3188] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:19:43 2026] PUT /v2.0/ports/60941fc5-bf3f-4812-bc09-297207645de0 => generated 1510 bytes in 799 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:19:44.824 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-650d22ea-82a9-439f-8ee8-e71cfcc95808'] response: {'name': 'network-changed', 'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'tag': '60941fc5-bf3f-4812-bc09-297207645de0', '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: 1565/3191] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:19:45 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 5563 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3192] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:19:45 2026] GET /v2.0/networks?id=2aae7b30-62e7-45df-baa3-bee272b6052d => generated 841 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3193] 199.204.45.23 () {34 vars in 1055 bytes} [Sun May 10 05:19:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.48&port_id=60941fc5-bf3f-4812-bc09-297207645de0 => 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: 1628/3194] 199.204.45.23 () {34 vars in 1105 bytes} [Sun May 10 05:19:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A19b&port_id=60941fc5-bf3f-4812-bc09-297207645de0 => 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: 1567/3195] 199.204.45.23 () {34 vars in 1063 bytes} [Sun May 10 05:19:45 2026] GET /v2.0/subnets?id=83672e59-3cbd-4872-aa75-867c22ca6373&id=980006c3-a371-4db0-91a4-4342bfa4016c => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3196] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:45 2026] GET /v2.0/ports?network_id=2aae7b30-62e7-45df-baa3-bee272b6052d&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: 1568/3197] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:45 2026] GET /v2.0/ports?network_id=2aae7b30-62e7-45df-baa3-bee272b6052d&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: 1630/3198] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:19:45 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?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: 1569/3199] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:19:45 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?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: 8|app: 0|req: 1631/3200] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:19:46 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 5563 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3201] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:19:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.3&port_id=e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 => 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: 1632/3202] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:19:46 2026] GET /v2.0/subnets?id=ea320f80-e4e0-4c52-9c69-7322b2d90f10 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3203] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:46 2026] GET /v2.0/ports?network_id=ce28a0f2-5b02-4aed-8653-b315658cd656&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: 1633/3204] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:19:46 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3205] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:19:46 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?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: 1634/3206] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.194&port_id=200bd187-c5bc-489b-b092-18d82f44990e => 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: 1573/3207] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/subnets?id=04f28788-16e2-4207-9be8-e640f5c27b15 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3208] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/ports?network_id=3cc857bc-d7e2-4505-9504-b3be219de6f2&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: 1574/3209] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3210] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?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: 1575/3211] 199.204.45.23 () {34 vars in 1055 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.69&port_id=9b322eb5-94fb-48ed-9c95-7df5178d70ce => 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: 1637/3212] 199.204.45.23 () {34 vars in 1101 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A74&port_id=9b322eb5-94fb-48ed-9c95-7df5178d70ce => 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: 1576/3213] 199.204.45.23 () {34 vars in 1063 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/subnets?id=8cd482ab-090a-4ecf-8f29-74e14426d58f&id=b668c045-8a3e-412e-8658-2605cdc6b97d => generated 1410 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3214] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&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: 1577/3215] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&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: 1639/3216] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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: 1578/3217] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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: 1640/3218] 199.204.45.23 () {34 vars in 1055 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.48&port_id=60941fc5-bf3f-4812-bc09-297207645de0 => 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: 1579/3219] 199.204.45.23 () {34 vars in 1105 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A19b&port_id=60941fc5-bf3f-4812-bc09-297207645de0 => 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: 1641/3220] 199.204.45.23 () {34 vars in 1063 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/subnets?id=83672e59-3cbd-4872-aa75-867c22ca6373&id=980006c3-a371-4db0-91a4-4342bfa4016c => generated 1414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3221] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/ports?network_id=2aae7b30-62e7-45df-baa3-bee272b6052d&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: 1642/3222] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/ports?network_id=2aae7b30-62e7-45df-baa3-bee272b6052d&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: 1581/3223] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?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: 1643/3224] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:19:47 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?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-10 05:19:48.303 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-80ebec93-c4e1-4fa8-af9c-84a280e39e15 - - - - - -] OVN reports status up for port: 60941fc5-bf3f-4812-bc09-297207645de0 2026-05-10 05:19:48.319 7 INFO neutron.plugins.ml2.plugin [None req-80ebec93-c4e1-4fa8-af9c-84a280e39e15 - - - - - -] Attempt 1 to provision port 60941fc5-bf3f-4812-bc09-297207645de0 2026-05-10 05:19:48.441 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6822eb00-3760-4ae0-8ace-322c45d68310'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '60941fc5-bf3f-4812-bc09-297207645de0', 'code': 200} 2026-05-10 05:19:48.590 7 INFO neutron.db.ovn_revision_numbers_db [None req-80ebec93-c4e1-4fa8-af9c-84a280e39e15 - - - - - -] Successfully bumped revision number for resource 60941fc5-bf3f-4812-bc09-297207645de0 (type: ports) to 5 2026-05-10 05:19:50.478 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1f51180-a729-4208-9c7d-aae86051b9e3'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '60941fc5-bf3f-4812-bc09-297207645de0', '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: 1582/3225] 10.0.0.162 () {34 vars in 971 bytes} [Sun May 10 05:19:51 2026] GET /v2.0/ports/60941fc5-bf3f-4812-bc09-297207645de0 => generated 1512 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3226] 199.204.45.23 () {30 vars in 742 bytes} [Sun May 10 05:19:51 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d => generated 838 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3227] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:51 2026] GET /v2.0/subnets/83672e59-3cbd-4872-aa75-867c22ca6373 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3228] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:51 2026] GET /v2.0/subnets/980006c3-a371-4db0-91a4-4342bfa4016c => generated 747 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3229] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:19:51 2026] GET /v2.0/ports/9b322eb5-94fb-48ed-9c95-7df5178d70ce => generated 1504 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3230] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:19:51 2026] GET /v2.0/networks => generated 4771 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3231] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/network-ip-availabilities => generated 5530 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3232] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/subnets => generated 5511 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3233] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/ports => generated 24988 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-10 05:19:52.378 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ce524a4-c559-444d-85aa-5183602a8ff5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9b322eb5-94fb-48ed-9c95-7df5178d70ce (type: ports) to 6 [pid: 7|app: 0|req: 1585/3234] 199.204.45.23 () {34 vars in 789 bytes} [Sun May 10 05:19:51 2026] PUT /v2.0/ports/9b322eb5-94fb-48ed-9c95-7df5178d70ce => generated 1251 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3235] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:19:52 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1651/3236] 199.204.45.23 () {30 vars in 742 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96 => generated 838 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3237] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/routers => generated 987 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3238] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:19:52 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: 1587/3239] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/subnets/8cd482ab-090a-4ecf-8f29-74e14426d58f => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3240] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/floatingips => generated 2588 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:19:52.518 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9336d2e-4d9e-459d-9b18-6bd16112ab62'] response: {'name': 'network-changed', 'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'tag': '9b322eb5-94fb-48ed-9c95-7df5178d70ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1588/3241] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/security-groups => generated 31477 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3242] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:19:52 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: 1654/3243] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/subnets => generated 5511 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3244] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3245] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:19:52 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: 1591/3246] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:19:52 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: 1656/3247] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:19: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: 7|app: 0|req: 1592/3248] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3249] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 1156 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3250] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1341 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3251] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3252] 199.204.45.23 () {30 vars in 742 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2 => 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: 1659/3253] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 1156 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3254] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:19:52 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3255] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:19:53 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 5340 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3256] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:19:53 2026] GET /v2.0/networks?id=adecafe4-be37-457a-96e6-1c0073889a96 => 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: 1661/3257] 199.204.45.23 () {34 vars in 1055 bytes} [Sun May 10 05:19:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.69&port_id=9b322eb5-94fb-48ed-9c95-7df5178d70ce => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3258] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:19:53 2026] GET /v2.0/subnets?id=8cd482ab-090a-4ecf-8f29-74e14426d58f => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3259] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:19:53 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&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: 1598/3260] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:19:53 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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: 1663/3261] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:19:53 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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: 1600/3264] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:20:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3265] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:20:06 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: 1601/3266] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:20:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3267] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:20:06 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: 1602/3268] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:20:06 2026] GET /v2.0/subnets/8cd482ab-090a-4ecf-8f29-74e14426d58f => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3269] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:06 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 5340 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3270] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:20:06 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: 1668/3271] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:20:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3272] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:20:06 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: 1669/3273] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:20:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3274] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:20:06 2026] GET /v2.0/ports/60941fc5-bf3f-4812-bc09-297207645de0 => generated 1512 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:20:07.185 8 INFO neutron.db.ovn_revision_numbers_db [None req-43a6137a-aed5-4f82-9ca1-0ba1534b5303 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 60941fc5-bf3f-4812-bc09-297207645de0 (type: ports) to 6 [pid: 8|app: 0|req: 1670/3275] 199.204.45.23 () {34 vars in 789 bytes} [Sun May 10 05:20:06 2026] PUT /v2.0/ports/60941fc5-bf3f-4812-bc09-297207645de0 => generated 1311 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:20:07.239 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c44bc270-f95d-40e6-8102-3b503bd91e5b'] response: {'name': 'network-changed', 'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'tag': '60941fc5-bf3f-4812-bc09-297207645de0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1606/3276] 199.204.45.23 () {30 vars in 742 bytes} [Sun May 10 05:20:07 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d => generated 838 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1671/3277] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:20:07 2026] GET /v2.0/subnets/980006c3-a371-4db0-91a4-4342bfa4016c => generated 747 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3278] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:20:07 2026] GET /v2.0/ports/60941fc5-bf3f-4812-bc09-297207645de0 => generated 1339 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:20:07.726 8 INFO neutron.db.ovn_revision_numbers_db [None req-201294e2-8cb0-4d7e-a08d-db77edce4650 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 60941fc5-bf3f-4812-bc09-297207645de0 (type: ports) to 7 [pid: 8|app: 0|req: 1672/3279] 199.204.45.23 () {34 vars in 788 bytes} [Sun May 10 05:20:07 2026] PUT /v2.0/ports/60941fc5-bf3f-4812-bc09-297207645de0 => generated 1080 bytes in 392 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: 1608/3280] 199.204.45.23 () {30 vars in 742 bytes} [Sun May 10 05:20:07 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d => generated 838 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3281] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:20:07 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 4936 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3282] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:07 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 4936 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3283] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:20:07 2026] GET /v2.0/networks?id=2aae7b30-62e7-45df-baa3-bee272b6052d => generated 841 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3284] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:20:07 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?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: 1610/3285] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:20:07 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?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: 8|app: 0|req: 1676/3286] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:08 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 4936 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:20:09.279 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-faac0a1d-8f07-4055-bd95-f82154eaad34'] response: {'name': 'network-changed', 'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'tag': '60941fc5-bf3f-4812-bc09-297207645de0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1611/3287] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:09 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 4936 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3288] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:20:09 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 4936 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3289] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:20:09 2026] GET /v2.0/networks?id=2aae7b30-62e7-45df-baa3-bee272b6052d => generated 841 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3290] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:20:09 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?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: 1613/3291] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:20:09 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?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-10 05:20:10.398 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-526c59a7-cde0-4585-8d74-077de9958d3b - - - - - -] OVN reports status down for port: 60941fc5-bf3f-4812-bc09-297207645de0 [pid: 8|app: 0|req: 1679/3292] 199.204.45.23 () {34 vars in 974 bytes} [Sun May 10 05:20:10 2026] GET /v2.0/ports/60941fc5-bf3f-4812-bc09-297207645de0 => generated 1108 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3293] 199.204.45.23 () {34 vars in 1059 bytes} [Sun May 10 05:20:10 2026] GET /v2.0/ports/60941fc5-bf3f-4812-bc09-297207645de0?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:20:10.554 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4b037e7-bad6-4e57-9ac6-6bb85dff29ea'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '60941fc5-bf3f-4812-bc09-297207645de0', 'code': 200} [pid: 8|app: 0|req: 1680/3294] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:10 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 4934 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3295] 199.204.45.23 () {34 vars in 1015 bytes} [Sun May 10 05:20:10 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?fields=dns_domain => generated 29 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:20:10.695 7 INFO neutron.db.ovn_revision_numbers_db [None req-526c59a7-cde0-4585-8d74-077de9958d3b - - - - - -] Successfully bumped revision number for resource 60941fc5-bf3f-4812-bc09-297207645de0 (type: ports) to 8 2026-05-10 05:20:10.926 8 INFO neutron.db.ovn_revision_numbers_db [req-3737d1a1-5466-49fd-b5b6-e2c2bd86f2fb req-8d089d57-c17c-49c5-b990-ff2e9280588d cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 60941fc5-bf3f-4812-bc09-297207645de0 (type: ports) to 9 [pid: 8|app: 0|req: 1681/3296] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:20:10 2026] PUT /v2.0/ports/60941fc5-bf3f-4812-bc09-297207645de0 => generated 917 bytes in 325 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: 1616/3297] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:11 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 3836 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 05:20:11.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-993a59c9-e145-43b2-8805-d820d13989f8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 60941fc5-bf3f-4812-bc09-297207645de0 2026-05-10 05:20:11.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-993a59c9-e145-43b2-8805-d820d13989f8 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 60941fc5-bf3f-4812-bc09-297207645de0 [pid: 8|app: 0|req: 1682/3298] 199.204.45.23 () {32 vars in 758 bytes} [Sun May 10 05:20:11 2026] DELETE /v2.0/ports/60941fc5-bf3f-4812-bc09-297207645de0 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3299] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:20:11 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: 1683/3300] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:20:11 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: 1618/3301] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:20:11 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: 1684/3302] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:20:11 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: 1619/3303] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3304] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => 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: 1620/3305] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1341 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3306] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3307] 199.204.45.23 () {30 vars in 742 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2 => 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: 1687/3308] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 1156 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3309] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3310] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 3836 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3311] 199.204.45.23 () {34 vars in 1225 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/networks?id=ce28a0f2-5b02-4aed-8653-b315658cd656&id=3cc857bc-d7e2-4505-9504-b3be219de6f2&id=adecafe4-be37-457a-96e6-1c0073889a96&id=2aae7b30-62e7-45df-baa3-bee272b6052d => generated 3260 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3312] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.3&port_id=e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:20:12.589 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f2aa0d7-7b5f-4318-be3b-c1cd756781bf'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '60941fc5-bf3f-4812-bc09-297207645de0', 'code': 200} [pid: 7|app: 0|req: 1624/3313] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/subnets?id=ea320f80-e4e0-4c52-9c69-7322b2d90f10 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3314] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/ports?network_id=ce28a0f2-5b02-4aed-8653-b315658cd656&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: 1625/3315] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?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: 1691/3316] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?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: 1626/3317] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.194&port_id=200bd187-c5bc-489b-b092-18d82f44990e => 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: 1692/3318] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/subnets?id=04f28788-16e2-4207-9be8-e640f5c27b15 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3319] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/ports?network_id=3cc857bc-d7e2-4505-9504-b3be219de6f2&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: 1693/3320] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?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: 1628/3321] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?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: 1694/3322] 199.204.45.23 () {34 vars in 1055 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.69&port_id=9b322eb5-94fb-48ed-9c95-7df5178d70ce => 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: 1629/3323] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:20:12 2026] GET /v2.0/subnets?id=8cd482ab-090a-4ecf-8f29-74e14426d58f => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1695/3324] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:20:13 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&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: 1630/3325] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:20:13 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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: 1696/3326] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:20:13 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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: 1632/3329] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:20:15 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: 1698/3330] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:20:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3331] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:20:15 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: 1699/3332] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:20:15 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: 1634/3333] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:15 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 3836 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3334] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:20:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3335] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:20:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1701/3336] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:20:15 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: 1636/3337] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:20:15 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: 1702/3338] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:20:15 2026] GET /v2.0/ports/9b322eb5-94fb-48ed-9c95-7df5178d70ce => generated 1279 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:20:15.734 7 INFO neutron.db.ovn_revision_numbers_db [None req-080adbbc-4642-4d80-bdcd-ef542ce50309 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 9b322eb5-94fb-48ed-9c95-7df5178d70ce (type: ports) to 7 [pid: 7|app: 0|req: 1637/3339] 199.204.45.23 () {34 vars in 788 bytes} [Sun May 10 05:20:15 2026] PUT /v2.0/ports/9b322eb5-94fb-48ed-9c95-7df5178d70ce => generated 1080 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:20:15.789 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2cdae66a-2e23-440d-b425-61a750280bd4'] response: {'name': 'network-changed', 'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'tag': '9b322eb5-94fb-48ed-9c95-7df5178d70ce', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1703/3340] 199.204.45.23 () {30 vars in 742 bytes} [Sun May 10 05:20:15 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96 => 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: 7|app: 0|req: 1638/3341] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:15 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 3665 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3342] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:15 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 3665 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3343] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:20:16 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 3665 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3344] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:20:16 2026] GET /v2.0/networks?id=adecafe4-be37-457a-96e6-1c0073889a96 => generated 841 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3345] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:20:16 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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: 1706/3346] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:20:16 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3347] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:17 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 3665 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:20:17.718 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-c7b57189-634c-4785-8196-4cfb5f99ead6 - - - - - -] OVN reports status down for port: 9b322eb5-94fb-48ed-9c95-7df5178d70ce [pid: 8|app: 0|req: 1707/3348] 199.204.45.23 () {34 vars in 974 bytes} [Sun May 10 05:20:17 2026] GET /v2.0/ports/9b322eb5-94fb-48ed-9c95-7df5178d70ce => generated 1108 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3349] 199.204.45.23 () {34 vars in 1059 bytes} [Sun May 10 05:20:17 2026] GET /v2.0/ports/9b322eb5-94fb-48ed-9c95-7df5178d70ce?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:20:17.866 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-638b79b3-957a-4f1e-b01e-97b401d14a90'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '9b322eb5-94fb-48ed-9c95-7df5178d70ce', 'code': 200} [pid: 8|app: 0|req: 1708/3350] 199.204.45.23 () {34 vars in 1015 bytes} [Sun May 10 05:20:17 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?fields=dns_domain => generated 29 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:20:17.996 8 INFO neutron.db.ovn_revision_numbers_db [None req-c7b57189-634c-4785-8196-4cfb5f99ead6 - - - - - -] Successfully bumped revision number for resource 9b322eb5-94fb-48ed-9c95-7df5178d70ce (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: 1709/3351] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:18 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 3663 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:20:18.223 7 INFO neutron.db.ovn_revision_numbers_db [req-9e4bb4a3-50fb-4353-bb57-f96a2fd42809 req-f5b8d844-f101-406f-b6ac-17bc2e428631 cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 9b322eb5-94fb-48ed-9c95-7df5178d70ce (type: ports) to 9 [pid: 7|app: 0|req: 1643/3352] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:20:17 2026] PUT /v2.0/ports/9b322eb5-94fb-48ed-9c95-7df5178d70ce => generated 917 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3353] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:19 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 2565 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-10 05:20:19.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3915f4b-cb4e-47fa-940b-76e212f3db25 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 9b322eb5-94fb-48ed-9c95-7df5178d70ce 2026-05-10 05:20:19.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3915f4b-cb4e-47fa-940b-76e212f3db25 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 9b322eb5-94fb-48ed-9c95-7df5178d70ce [pid: 7|app: 0|req: 1644/3354] 199.204.45.23 () {32 vars in 758 bytes} [Sun May 10 05:20:19 2026] DELETE /v2.0/ports/9b322eb5-94fb-48ed-9c95-7df5178d70ce => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3355] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:20:19 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: 1645/3356] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:20:19 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: 1712/3357] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:20:19 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: 1646/3358] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:20:19 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: 1713/3359] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:20:19 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3360] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:20:19 2026] GET /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 1156 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3361] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:20:19 2026] GET /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1341 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3362] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:20:19 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3363] 199.204.45.23 () {30 vars in 742 bytes} [Sun May 10 05:20:19 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2 => 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: 1649/3364] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:20:19 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 2565 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3365] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:20:19 2026] GET /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 1156 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3366] 199.204.45.23 () {34 vars in 1145 bytes} [Sun May 10 05:20:19 2026] GET /v2.0/networks?id=ce28a0f2-5b02-4aed-8653-b315658cd656&id=3cc857bc-d7e2-4505-9504-b3be219de6f2&id=adecafe4-be37-457a-96e6-1c0073889a96 => generated 2433 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3367] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:20:19 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3368] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:20:19 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.3&port_id=e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:20:19.908 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3effb861-a0d1-4a03-94c1-7b39b6eb927f'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '9b322eb5-94fb-48ed-9c95-7df5178d70ce', 'code': 200} [pid: 8|app: 0|req: 1718/3369] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:20:19 2026] GET /v2.0/subnets?id=ea320f80-e4e0-4c52-9c69-7322b2d90f10 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3370] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:20:19 2026] GET /v2.0/ports?network_id=ce28a0f2-5b02-4aed-8653-b315658cd656&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: 1719/3371] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:20:19 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3372] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:20:20 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?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: 1720/3373] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:20:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.194&port_id=200bd187-c5bc-489b-b092-18d82f44990e => 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: 1654/3374] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:20:20 2026] GET /v2.0/subnets?id=04f28788-16e2-4207-9be8-e640f5c27b15 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1721/3375] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:20:20 2026] GET /v2.0/ports?network_id=3cc857bc-d7e2-4505-9504-b3be219de6f2&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: 1655/3376] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:20:20 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?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: 1722/3377] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:20:20 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?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: 1657/3380] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:20:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3381] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:20:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3382] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:20:32 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: 1725/3383] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:20:32 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-10 05:20:32.065 7 INFO neutron.api.v2.resource [None req-d63dab1c-42f7-4ac6-a3b9-f70d37b7b5ca ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1659/3384] 199.204.45.23 () {30 vars in 762 bytes} [Sun May 10 05:20:32 2026] GET /v2.0/security-groups/lb-f3b05b7e-6cb4-4215-a3b6-762ef28d48db => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3385] 199.204.45.23 () {30 vars in 784 bytes} [Sun May 10 05:20:32 2026] GET /v2.0/security-groups?name=lb-f3b05b7e-6cb4-4215-a3b6-762ef28d48db => generated 2863 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3386] 199.204.45.23 () {30 vars in 814 bytes} [Sun May 10 05:20:32 2026] GET /v2.0/security-group-rules?security_group_id=267bd3d4-173d-4821-8075-ddb1dd783d3d => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3387] 199.204.45.23 () {32 vars in 788 bytes} [Sun May 10 05:20:32 2026] DELETE /v2.0/security-group-rules/2466be94-e6a8-4afc-bcfa-8ed93263ab9c => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3388] 199.204.45.23 () {32 vars in 788 bytes} [Sun May 10 05:20:32 2026] DELETE /v2.0/security-group-rules/9703ab13-cdf5-40e3-a0a9-d9218751814d => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:20:34.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-d05903bd-d84c-40b2-bd74-b826a2f873d8 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] TaaS: Handle Delete Port: d9def835-23cf-4503-bc7c-8ffad0ac62ab 2026-05-10 05:20:34.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d05903bd-d84c-40b2-bd74-b826a2f873d8 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Tap Mirror: Handle Delete Port: d9def835-23cf-4503-bc7c-8ffad0ac62ab 2026-05-10 05:20:35.229 8 INFO neutron.db.l3_db [None req-d05903bd-d84c-40b2-bd74-b826a2f873d8 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Floating IP 277c0510-aaab-40af-8d0f-b67186087335 disassociated (deleted). External IP: 10.96.250.220, port: c8ec15a3-78cc-4880-b9f3-11c05e81fac9. [pid: 8|app: 0|req: 1728/3389] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:20:34 2026] DELETE /v2.0/floatingips/277c0510-aaab-40af-8d0f-b67186087335 => generated 0 bytes in 480 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:20:35.293 7 INFO neutron.api.v2.resource [None req-4b17c779-8fe3-47c5-929d-0b527fedbc97 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1662/3390] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:20:35 2026] GET /v2.0/floatingips/277c0510-aaab-40af-8d0f-b67186087335 => generated 144 bytes in 20 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: 1729/3391] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:20:35 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: 1663/3392] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:20: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: 1730/3393] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:20:35 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: 1664/3394] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:20: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) 2026-05-10 05:20:36.026 8 INFO neutron.api.v2.resource [None req-2a10ea02-27e4-4388-9962-683c271c0ed1 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1731/3395] 199.204.45.23 () {30 vars in 762 bytes} [Sun May 10 05:20:36 2026] GET /v2.0/security-groups/lb-f3b05b7e-6cb4-4215-a3b6-762ef28d48db => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3396] 199.204.45.23 () {30 vars in 784 bytes} [Sun May 10 05:20:36 2026] GET /v2.0/security-groups?name=lb-f3b05b7e-6cb4-4215-a3b6-762ef28d48db => generated 1637 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1732/3397] 199.204.45.23 () {30 vars in 814 bytes} [Sun May 10 05:20:36 2026] GET /v2.0/security-group-rules?security_group_id=267bd3d4-173d-4821-8075-ddb1dd783d3d => generated 1182 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3398] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:20:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3399] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:20: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: 1667/3400] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:20:36 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: 1734/3401] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:20: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: 1668/3402] 199.204.45.23 () {30 vars in 740 bytes} [Sun May 10 05:20:36 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3403] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:36 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 2565 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3404] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:36 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 2565 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3405] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:36 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 2565 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3406] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:37 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 2565 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:20:38.210 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0d075720-bdf3-4262-97cd-8d089b6868c9 - - - - - -] OVN reports status down for port: 200bd187-c5bc-489b-b092-18d82f44990e 2026-05-10 05:20:38.214 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-49727ca7-8dcc-4230-9e3d-a932a2c728a1 - - - - - -] OVN reports status down for port: c8ec15a3-78cc-4880-b9f3-11c05e81fac9 2026-05-10 05:20:38.339 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcfb65e9-f4a5-4f62-8eaf-ff810947306d'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '200bd187-c5bc-489b-b092-18d82f44990e', 'code': 200} [pid: 8|app: 0|req: 1737/3407] 199.204.45.23 () {34 vars in 974 bytes} [Sun May 10 05:20:38 2026] GET /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1341 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3408] 199.204.45.23 () {34 vars in 1059 bytes} [Sun May 10 05:20:38 2026] GET /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 05:20:38.486 8 INFO neutron.db.ovn_revision_numbers_db [None req-23900d7c-b6b0-48ae-9877-c70c5ef2d2b2 - - - - - -] Successfully bumped revision number for resource c8ec15a3-78cc-4880-b9f3-11c05e81fac9 (type: ports) to 6 2026-05-10 05:20:38.505 7 INFO neutron.db.ovn_revision_numbers_db [None req-0d075720-bdf3-4262-97cd-8d089b6868c9 - - - - - -] Successfully bumped revision number for resource 200bd187-c5bc-489b-b092-18d82f44990e (type: ports) to 8 [pid: 8|app: 0|req: 1738/3409] 199.204.45.23 () {34 vars in 1015 bytes} [Sun May 10 05:20:38 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2?fields=dns_domain => generated 29 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3410] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:38 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 2563 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:20:38.944 7 INFO neutron.db.ovn_revision_numbers_db [req-176a1986-903d-4d3a-b3fd-624b2528d094 req-0376d5cf-49e0-4d55-a397-b1b9b9e7e21a cab9ac7036814eea9def3349058f0805 df8d11f900254b19916e03b058f0b5f7 - - 9d4252f0a65b4b2d83b96722214c4c81 9d4252f0a65b4b2d83b96722214c4c81] Successfully bumped revision number for resource 200bd187-c5bc-489b-b092-18d82f44990e (type: ports) to 9 [pid: 7|app: 0|req: 1672/3411] 199.204.45.23 () {38 vars in 1027 bytes} [Sun May 10 05:20:38 2026] PUT /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1150 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3412] 199.204.45.23 () {30 vars in 768 bytes} [Sun May 10 05:20:39 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1232 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-10 05:20:40.116 7 INFO neutron.db.ovn_revision_numbers_db [None req-0f6290c3-e210-4971-b62f-c6bb773c96ce ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 200bd187-c5bc-489b-b092-18d82f44990e (type: ports) to 10 [pid: 7|app: 0|req: 1673/3413] 199.204.45.23 () {34 vars in 788 bytes} [Sun May 10 05:20:39 2026] PUT /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1091 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3414] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:20:40 2026] GET /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 1091 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:20:40.230 8 INFO neutron.db.ovn_revision_numbers_db [None req-23900d7c-b6b0-48ae-9877-c70c5ef2d2b2 - - - - - -] Successfully bumped revision number for resource c8ec15a3-78cc-4880-b9f3-11c05e81fac9 (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, ' 2026-05-10 05:20:40.352 7 INFO neutron_taas.services.taas.taas_plugin [None req-a14756c7-f3fb-4aa5-84fa-69e4fb712ec5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: 200bd187-c5bc-489b-b092-18d82f44990e 2026-05-10 05:20:40.355 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a14756c7-f3fb-4aa5-84fa-69e4fb712ec5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: 200bd187-c5bc-489b-b092-18d82f44990e 2026-05-10 05:20:40.382 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c3e3af2-48ab-4d38-a508-ffa26d92fe74'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '200bd187-c5bc-489b-b092-18d82f44990e', 'code': 200} [pid: 8|app: 0|req: 1742/3415] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:20:40 2026] GET /v2.0/ports?tenant_id=b22c3a43ac3048f4812c26ea5b3a8f9e&device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1232 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3416] 199.204.45.23 () {32 vars in 758 bytes} [Sun May 10 05:20:40 2026] DELETE /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3417] 199.204.45.23 () {34 vars in 1065 bytes} [Sun May 10 05:20:40 2026] GET /v2.0/networks?id=ce28a0f2-5b02-4aed-8653-b315658cd656&id=3cc857bc-d7e2-4505-9504-b3be219de6f2 => generated 1606 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3418] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:20:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.3&port_id=e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 => 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: 1676/3419] 199.204.45.23 () {30 vars in 702 bytes} [Sun May 10 05:20:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3420] 199.204.45.23 () {34 vars in 983 bytes} [Sun May 10 05:20:40 2026] GET /v2.0/subnets?id=ea320f80-e4e0-4c52-9c69-7322b2d90f10 => 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: 1677/3421] 199.204.45.23 () {30 vars in 704 bytes} [Sun May 10 05:20:40 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: 1678/3422] 199.204.45.23 () {30 vars in 680 bytes} [Sun May 10 05:20:40 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: 1745/3423] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:20:40 2026] GET /v2.0/ports?network_id=ce28a0f2-5b02-4aed-8653-b315658cd656&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: 1679/3424] 199.204.45.23 () {30 vars in 716 bytes} [Sun May 10 05:20:40 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-10 05:20:40.704 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6537e9bb-e9a6-4025-b208-d75141be0bbd ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1680/3425] 199.204.45.23 () {32 vars in 758 bytes} [Sun May 10 05:20:40 2026] DELETE /v2.0/ports/200bd187-c5bc-489b-b092-18d82f44990e => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3426] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:20:40 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?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: 1681/3427] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:20:40 2026] GET /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 1148 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1747/3428] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:20:40 2026] GET /v2.0/networks/ce28a0f2-5b02-4aed-8653-b315658cd656?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-10 05:20:40.770 7 INFO neutron.api.v2.resource [None req-82bd83a1-166a-4c91-8511-33642fd77914 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1682/3429] 199.204.45.23 () {30 vars in 762 bytes} [Sun May 10 05:20:40 2026] GET /v2.0/security-groups/lb-f3b05b7e-6cb4-4215-a3b6-762ef28d48db => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3430] 199.204.45.23 () {30 vars in 784 bytes} [Sun May 10 05:20:40 2026] GET /v2.0/security-groups?name=lb-f3b05b7e-6cb4-4215-a3b6-762ef28d48db => generated 1637 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3431] 199.204.45.23 () {30 vars in 736 bytes} [Sun May 10 05:20:40 2026] GET /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 1148 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:20:41.171 8 INFO neutron.db.ovn_revision_numbers_db [None req-c4c0c0fb-ad0e-4a73-ba21-675a66e3cf0e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource c8ec15a3-78cc-4880-b9f3-11c05e81fac9 (type: ports) to 9 [pid: 8|app: 0|req: 1749/3432] 199.204.45.23 () {34 vars in 788 bytes} [Sun May 10 05:20:40 2026] PUT /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 1110 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3433] 199.204.45.23 () {32 vars in 778 bytes} [Sun May 10 05:20:41 2026] DELETE /v2.0/security-groups/267bd3d4-173d-4821-8075-ddb1dd783d3d => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:20:41.467 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c919979-dd2f-4dd5-bcf4-39583c1bd6a2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: c8ec15a3-78cc-4880-b9f3-11c05e81fac9 2026-05-10 05:20:41.470 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c919979-dd2f-4dd5-bcf4-39583c1bd6a2 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: c8ec15a3-78cc-4880-b9f3-11c05e81fac9 [pid: 8|app: 0|req: 1750/3434] 199.204.45.23 () {32 vars in 758 bytes} [Sun May 10 05:20:41 2026] DELETE /v2.0/ports/c8ec15a3-78cc-4880-b9f3-11c05e81fac9 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:20:43.015 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2a177c79-1149-4da3-982f-27041904e954 - - - - - -] OVN reports status down for port: e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 2026-05-10 05:20:43.147 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-623a42fa-ba9b-4350-9484-20deb553d20c'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2', 'code': 200} 2026-05-10 05:20:43.269 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a177c79-1149-4da3-982f-27041904e954 - - - - - -] Successfully bumped revision number for resource e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 (type: ports) to 6 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1685/3435] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:20:44 2026] GET /v2.0/ports?device_id=59c8e73a-1794-4c66-a42d-f00d75091c4a => generated 1230 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:20:44.285 8 INFO neutron_taas.services.taas.taas_plugin [req-731a1f45-3166-4778-8376-079311ef6735 req-a79529cd-7f38-4d7c-b2c6-59c52dcf5284 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] TaaS: Handle Delete Port: e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 2026-05-10 05:20:44.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-731a1f45-3166-4778-8376-079311ef6735 req-a79529cd-7f38-4d7c-b2c6-59c52dcf5284 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Tap Mirror: Handle Delete Port: e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 [pid: 8|app: 0|req: 1751/3436] 199.204.45.23 () {36 vars in 996 bytes} [Sun May 10 05:20:44 2026] DELETE /v2.0/ports/e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:20:44.468 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f64b297-b368-4f7d-9025-16088f94d046'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-deleted', 'tag': 'e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2', 'status': 'completed', 'code': 200} 2026-05-10 05:20:45.184 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6cc01472-0410-4f95-b784-ee4160f61728'] response: {'server_uuid': '59c8e73a-1794-4c66-a42d-f00d75091c4a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'e6fedb7e-600c-49d3-a1b3-728e5ca6fbe2', 'code': 200} 2026-05-10 05:20:45.662 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0409c3a-b7cd-4e27-946b-8c947c61f938 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] TaaS: Handle Delete Port: d6324035-3990-47ef-a208-adaaf737aea0 2026-05-10 05:20:45.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0409c3a-b7cd-4e27-946b-8c947c61f938 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Tap Mirror: Handle Delete Port: d6324035-3990-47ef-a208-adaaf737aea0 2026-05-10 05:20:45.874 7 INFO neutron.db.l3_db [None req-e0409c3a-b7cd-4e27-946b-8c947c61f938 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Floating IP c6fc3fab-1443-4422-bb12-c6b976c8e1b0 disassociated (deleted). External IP: 10.96.250.202, port: 094e1d04-9380-40d5-aad9-27289289d491. [pid: 7|app: 0|req: 1687/3439] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:20:45 2026] DELETE /v2.0/floatingips/c6fc3fab-1443-4422-bb12-c6b976c8e1b0 => generated 0 bytes in 411 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-10 05:20:45.947 8 INFO neutron.api.v2.resource [None req-4afccf67-f59d-4eee-a730-227581795263 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1753/3440] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:20:45 2026] GET /v2.0/floatingips/c6fc3fab-1443-4422-bb12-c6b976c8e1b0 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3441] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:20:46 2026] GET /v2.0/ports?device_id=1e7ee366-86e7-4c89-90df-d8742cf972bc => generated 1204 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1754/3442] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:20:46 2026] GET /v2.0/security-groups?id=44622cc4-b94b-447b-9301-3c7f1ef9c500&fields=id&fields=name => generated 111 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:20:47.170 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-dcd04078-c3b6-485e-bdbe-0e8d48cb4e65 - - - - - -] OVN reports status down for port: 094e1d04-9380-40d5-aad9-27289289d491 2026-05-10 05:20:47.233 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0cfea87c-c9d6-4b3e-9f93-48ad28fe0ba0'] response: {'name': 'network-changed', 'server_uuid': '1e7ee366-86e7-4c89-90df-d8742cf972bc', 'tag': '094e1d04-9380-40d5-aad9-27289289d491', 'status': 'completed', 'code': 200} 2026-05-10 05:20:47.445 7 INFO neutron.db.ovn_revision_numbers_db [None req-dcd04078-c3b6-485e-bdbe-0e8d48cb4e65 - - - - - -] Successfully bumped revision number for resource 094e1d04-9380-40d5-aad9-27289289d491 (type: ports) to 6 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1689/3443] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:20:47 2026] GET /v2.0/ports?tenant_id=8726fc2c042f4891b6262c81ed2c4b00&device_id=1e7ee366-86e7-4c89-90df-d8742cf972bc => generated 1463 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1755/3444] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:20:47 2026] GET /v2.0/networks?id=2aae7b30-62e7-45df-baa3-bee272b6052d => generated 841 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3445] 199.204.45.23 () {34 vars in 1057 bytes} [Sun May 10 05:20:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.192&port_id=094e1d04-9380-40d5-aad9-27289289d491 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1756/3446] 199.204.45.23 () {34 vars in 1105 bytes} [Sun May 10 05:20:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A278&port_id=094e1d04-9380-40d5-aad9-27289289d491 => 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: 1691/3447] 199.204.45.23 () {34 vars in 1063 bytes} [Sun May 10 05:20:47 2026] GET /v2.0/subnets?id=83672e59-3cbd-4872-aa75-867c22ca6373&id=980006c3-a371-4db0-91a4-4342bfa4016c => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1757/3448] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:20:47 2026] GET /v2.0/ports?network_id=2aae7b30-62e7-45df-baa3-bee272b6052d&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: 1692/3449] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:20:47 2026] GET /v2.0/ports?network_id=2aae7b30-62e7-45df-baa3-bee272b6052d&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: 1758/3450] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:20:48 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?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: 1693/3451] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:20:48 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d?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: 8|app: 0|req: 1759/3452] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:20:48 2026] GET /v2.0/ports?device_id=1e7ee366-86e7-4c89-90df-d8742cf972bc => generated 1202 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 05:20:48.565 7 INFO neutron_taas.services.taas.taas_plugin [req-cd289003-0316-4a35-b0a2-a0a4df42cb1c req-210f9e33-a83b-440f-a7c1-9ef314c7e20a 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] TaaS: Handle Delete Port: 094e1d04-9380-40d5-aad9-27289289d491 2026-05-10 05:20:48.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cd289003-0316-4a35-b0a2-a0a4df42cb1c req-210f9e33-a83b-440f-a7c1-9ef314c7e20a 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Tap Mirror: Handle Delete Port: 094e1d04-9380-40d5-aad9-27289289d491 [pid: 7|app: 0|req: 1694/3453] 199.204.45.23 () {36 vars in 996 bytes} [Sun May 10 05:20:48 2026] DELETE /v2.0/ports/094e1d04-9380-40d5-aad9-27289289d491 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:20:49.274 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2eeae0cf-6f3a-42ff-bb7e-28565256787c'] response: {'server_uuid': '1e7ee366-86e7-4c89-90df-d8742cf972bc', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '094e1d04-9380-40d5-aad9-27289289d491', 'code': 200} 2026-05-10 05:20:49.275 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2eeae0cf-6f3a-42ff-bb7e-28565256787c'] response: {'server_uuid': '1e7ee366-86e7-4c89-90df-d8742cf972bc', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '094e1d04-9380-40d5-aad9-27289289d491', 'code': 200} 2026-05-10 05:20:49.275 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2eeae0cf-6f3a-42ff-bb7e-28565256787c'] response: {'server_uuid': '1e7ee366-86e7-4c89-90df-d8742cf972bc', 'name': 'network-vif-deleted', 'tag': '094e1d04-9380-40d5-aad9-27289289d491', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1760/3454] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:20:51 2026] GET /v2.0/ports?device_id=1e7ee366-86e7-4c89-90df-d8742cf972bc => 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: 1695/3455] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:20:51 2026] GET /v2.0/floatingips => generated 859 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1761/3456] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:20:52 2026] GET /v2.0/networks => generated 4771 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3457] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:20:52 2026] GET /v2.0/subnets => generated 5511 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1762/3458] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:20:52 2026] GET /v2.0/routers => generated 987 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3459] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:20:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1763/3460] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:20:52 2026] GET /v2.0/network-ip-availabilities => generated 5530 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3461] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:20:52 2026] GET /v2.0/subnets => generated 5511 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1764/3462] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:20:52 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: 1699/3463] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:20:52 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: 1765/3464] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:20:52 2026] GET /v2.0/ports => generated 15069 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3465] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:20:52 2026] GET /v2.0/security-groups => generated 28635 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-10 05:20:56.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2458919-f9e0-4867-87b7-13df58408f1b 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] TaaS: Handle Delete Port: 751bf743-bb80-4220-b35b-3860b281b24c 2026-05-10 05:20:56.536 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2458919-f9e0-4867-87b7-13df58408f1b 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Tap Mirror: Handle Delete Port: 751bf743-bb80-4220-b35b-3860b281b24c 2026-05-10 05:20:56.702 8 INFO neutron.db.l3_db [None req-d2458919-f9e0-4867-87b7-13df58408f1b 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Floating IP 1178893a-e371-4d2a-be43-ddc3a61407b2 disassociated (deleted). External IP: 10.96.250.213, port: 1b7f1657-7154-4fab-9ab8-4386f8879ef2. [pid: 8|app: 0|req: 1766/3466] 10.0.0.201 () {32 vars in 732 bytes} [Sun May 10 05:20:56 2026] DELETE /v2.0/floatingips/1178893a-e371-4d2a-be43-ddc3a61407b2 => generated 0 bytes in 317 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-10 05:20:56.748 7 INFO neutron.api.v2.resource [None req-733b0326-cd07-496f-b5d4-a109184bcf4b 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1701/3467] 10.0.0.201 () {32 vars in 729 bytes} [Sun May 10 05:20:56 2026] GET /v2.0/floatingips/1178893a-e371-4d2a-be43-ddc3a61407b2 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:20:56.760 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa69ab86-dca2-4ce7-b95f-b691f1de85a5'] response: {'name': 'network-changed', 'server_uuid': 'd7bb684e-ea08-4c0b-9a16-8d815195e80b', 'tag': '1b7f1657-7154-4fab-9ab8-4386f8879ef2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1767/3468] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:20:56 2026] GET /v2.0/ports?device_id=d7bb684e-ea08-4c0b-9a16-8d815195e80b => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3469] 10.0.0.162 () {34 vars in 1040 bytes} [Sun May 10 05:20:56 2026] GET /v2.0/security-groups?id=44622cc4-b94b-447b-9301-3c7f1ef9c500&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1768/3470] 199.204.45.23 () {34 vars in 1079 bytes} [Sun May 10 05:20:57 2026] GET /v2.0/ports?tenant_id=8726fc2c042f4891b6262c81ed2c4b00&device_id=d7bb684e-ea08-4c0b-9a16-8d815195e80b => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3471] 199.204.45.23 () {34 vars in 985 bytes} [Sun May 10 05:20:57 2026] GET /v2.0/networks?id=adecafe4-be37-457a-96e6-1c0073889a96 => generated 841 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1769/3472] 199.204.45.23 () {34 vars in 1055 bytes} [Sun May 10 05:20:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.62&port_id=1b7f1657-7154-4fab-9ab8-4386f8879ef2 => 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: 1704/3473] 199.204.45.23 () {34 vars in 1103 bytes} [Sun May 10 05:20:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A229&port_id=1b7f1657-7154-4fab-9ab8-4386f8879ef2 => 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: 1770/3474] 199.204.45.23 () {34 vars in 1063 bytes} [Sun May 10 05:20:57 2026] GET /v2.0/subnets?id=8cd482ab-090a-4ecf-8f29-74e14426d58f&id=b668c045-8a3e-412e-8658-2605cdc6b97d => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3475] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:20:57 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&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: 1771/3476] 199.204.45.23 () {34 vars in 1051 bytes} [Sun May 10 05:20:57 2026] GET /v2.0/ports?network_id=adecafe4-be37-457a-96e6-1c0073889a96&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: 1706/3477] 199.204.45.23 () {34 vars in 1011 bytes} [Sun May 10 05:20:57 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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: 1772/3478] 199.204.45.23 () {34 vars in 1111 bytes} [Sun May 10 05:20:57 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96?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-10 05:20:57.943 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-49727ca7-8dcc-4230-9e3d-a932a2c728a1 - - - - - -] OVN reports status down for port: 1b7f1657-7154-4fab-9ab8-4386f8879ef2 2026-05-10 05:20:58.206 8 INFO neutron.db.ovn_revision_numbers_db [None req-49727ca7-8dcc-4230-9e3d-a932a2c728a1 - - - - - -] Successfully bumped revision number for resource 1b7f1657-7154-4fab-9ab8-4386f8879ef2 (type: ports) to 6 2026-05-10 05:20:58.791 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2059f970-0d47-43d2-8ad8-d11614a2d138'] response: {'server_uuid': 'd7bb684e-ea08-4c0b-9a16-8d815195e80b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1b7f1657-7154-4fab-9ab8-4386f8879ef2', 'code': 200} 2026-05-10 05:20:58.791 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2059f970-0d47-43d2-8ad8-d11614a2d138'] response: {'server_uuid': 'd7bb684e-ea08-4c0b-9a16-8d815195e80b', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '1b7f1657-7154-4fab-9ab8-4386f8879ef2', 'code': 200} [pid: 7|app: 0|req: 1707/3479] 199.204.45.23 () {34 vars in 993 bytes} [Sun May 10 05:20:59 2026] GET /v2.0/ports?device_id=d7bb684e-ea08-4c0b-9a16-8d815195e80b => generated 1194 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 05:20:59.349 8 INFO neutron_taas.services.taas.taas_plugin [req-fcef6649-6ea1-4525-90a2-d0509e7a0c92 req-646121a6-35fc-49fd-9c0f-ff0b4f4bafb4 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] TaaS: Handle Delete Port: 1b7f1657-7154-4fab-9ab8-4386f8879ef2 2026-05-10 05:20:59.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fcef6649-6ea1-4525-90a2-d0509e7a0c92 req-646121a6-35fc-49fd-9c0f-ff0b4f4bafb4 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Tap Mirror: Handle Delete Port: 1b7f1657-7154-4fab-9ab8-4386f8879ef2 [pid: 8|app: 0|req: 1773/3480] 199.204.45.23 () {36 vars in 996 bytes} [Sun May 10 05:20:59 2026] DELETE /v2.0/ports/1b7f1657-7154-4fab-9ab8-4386f8879ef2 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:21:00.825 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0eccbc6-e275-4172-92cf-6df6034a8162'] response: {'server_uuid': 'd7bb684e-ea08-4c0b-9a16-8d815195e80b', 'name': 'network-vif-deleted', 'tag': '1b7f1657-7154-4fab-9ab8-4386f8879ef2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1709/3483] 10.0.0.162 () {34 vars in 990 bytes} [Sun May 10 05:21:02 2026] GET /v2.0/ports?device_id=d7bb684e-ea08-4c0b-9a16-8d815195e80b => 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: 1775/3484] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:21:07 2026] DELETE /v2.0/security-group-rules/6377d3ac-69e2-44e5-b934-91d479108593 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:07.346 7 INFO neutron.api.v2.resource [None req-be9d89ce-4814-4171-aa9f-5062c04c6a8c 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1710/3485] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:21:07 2026] GET /v2.0/security-group-rules/6377d3ac-69e2-44e5-b934-91d479108593 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1776/3486] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:21:07 2026] DELETE /v2.0/security-group-rules/546b0f9f-1da4-426d-a24d-2afaefa81a79 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:07.471 7 INFO neutron.api.v2.resource [None req-46131dd4-5e2f-4ea6-af69-d76a3b29d4a4 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1711/3487] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:21:07 2026] GET /v2.0/security-group-rules/546b0f9f-1da4-426d-a24d-2afaefa81a79 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1777/3488] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:21:07 2026] DELETE /v2.0/security-group-rules/91460013-e7d5-45c7-aa30-1f8a890d9a1c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:07.594 7 INFO neutron.api.v2.resource [None req-a8636244-1da0-42ac-9030-f915af777125 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1712/3489] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:21:07 2026] GET /v2.0/security-group-rules/91460013-e7d5-45c7-aa30-1f8a890d9a1c => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1778/3490] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:21:07 2026] DELETE /v2.0/security-group-rules/9a17e0ff-5d1e-4675-af66-7637c3265eee => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:07.707 7 INFO neutron.api.v2.resource [None req-782b56d7-dce3-4c51-9c20-12d8a42c9c4e 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1713/3491] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:21:07 2026] GET /v2.0/security-group-rules/9a17e0ff-5d1e-4675-af66-7637c3265eee => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1779/3492] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:21:07 2026] DELETE /v2.0/security-group-rules/37a3cd2f-8190-4df6-8dd3-ec9cede59ec0 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:07.807 7 INFO neutron.api.v2.resource [None req-0b7226a7-339b-4db3-91e0-559a11b34a8b 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1714/3493] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:21:07 2026] GET /v2.0/security-group-rules/37a3cd2f-8190-4df6-8dd3-ec9cede59ec0 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1780/3494] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:21:07 2026] DELETE /v2.0/security-group-rules/e28b3db4-0256-4112-9ba5-a9b1e7db76d9 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:07.907 7 INFO neutron.api.v2.resource [None req-23bd20e1-8901-4743-ab63-ef50358cf6b3 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1715/3495] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:21:07 2026] GET /v2.0/security-group-rules/e28b3db4-0256-4112-9ba5-a9b1e7db76d9 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1781/3496] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:21:07 2026] DELETE /v2.0/security-group-rules/1852f33e-e7a1-48e5-a99c-19b03ab0fc90 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:08.014 7 INFO neutron.api.v2.resource [None req-4800c67b-8b5e-4baa-8d15-d0c985ca1d3e 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1716/3497] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:21:08 2026] GET /v2.0/security-group-rules/1852f33e-e7a1-48e5-a99c-19b03ab0fc90 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1782/3498] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:21:08 2026] DELETE /v2.0/security-group-rules/e8389e8a-b3a9-48a1-b93c-0970eb109a4d => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:08.122 7 INFO neutron.api.v2.resource [None req-d5f3bdda-3f73-4bcd-a6ef-2275d9597d7a 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1717/3499] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:21:08 2026] GET /v2.0/security-group-rules/e8389e8a-b3a9-48a1-b93c-0970eb109a4d => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1783/3500] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:21:08 2026] DELETE /v2.0/security-group-rules/515f309d-66ce-4698-bad7-72d311bcf51c => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:08.237 7 INFO neutron.api.v2.resource [None req-0de60eab-cf0c-42b0-9776-9e9b47a61412 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1718/3501] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:21:08 2026] GET /v2.0/security-group-rules/515f309d-66ce-4698-bad7-72d311bcf51c => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1784/3502] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:21:08 2026] DELETE /v2.0/security-group-rules/0792c8f8-e35b-4cdf-a489-903e8dfe5ff1 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:08.355 7 INFO neutron.api.v2.resource [None req-acad2d52-c11a-49fc-92d5-65fcda04de74 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1719/3503] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:21:08 2026] GET /v2.0/security-group-rules/0792c8f8-e35b-4cdf-a489-903e8dfe5ff1 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1785/3504] 10.0.0.201 () {32 vars in 750 bytes} [Sun May 10 05:21:08 2026] DELETE /v2.0/security-group-rules/a49606b8-52ff-4139-bab9-1817c73b64a2 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:08.479 7 INFO neutron.api.v2.resource [None req-ffc45d1f-bb5a-4459-9226-a97a2ecf8201 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1720/3505] 10.0.0.201 () {32 vars in 747 bytes} [Sun May 10 05:21:08 2026] GET /v2.0/security-group-rules/a49606b8-52ff-4139-bab9-1817c73b64a2 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1786/3506] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:21:08 2026] DELETE /v2.0/security-groups/44622cc4-b94b-447b-9301-3c7f1ef9c500 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:08.631 7 INFO neutron.api.v2.resource [None req-9a698584-a3f8-4e76-8ed8-9a496e0b294d 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1721/3507] 10.0.0.201 () {32 vars in 737 bytes} [Sun May 10 05:21:08 2026] GET /v2.0/security-groups/44622cc4-b94b-447b-9301-3c7f1ef9c500 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:21:09.047 8 INFO neutron_taas.services.taas.taas_plugin [None req-c147bc66-ceb0-4237-8723-188bd93bd544 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] TaaS: Handle Delete Port: c90aa351-ecfc-452e-a0eb-2dfa4295c612 2026-05-10 05:21:09.050 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c147bc66-ceb0-4237-8723-188bd93bd544 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Tap Mirror: Handle Delete Port: c90aa351-ecfc-452e-a0eb-2dfa4295c612 [pid: 8|app: 0|req: 1787/3508] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:21:08 2026] PUT /v2.0/routers/8b4cba21-bd2d-4bb6-bff9-b895a48dab3d/remove_router_interface => generated 310 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:21:09.593 7 INFO neutron.api.v2.resource [None req-c9004148-dc1e-477a-ba37-c8e90334d669 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1722/3509] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:21:09 2026] PUT /v2.0/routers/8b4cba21-bd2d-4bb6-bff9-b895a48dab3d/remove_router_interface => generated 198 bytes in 98 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-10 05:21:09.947 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2ba9ed1-0dc8-40a9-bcc7-e3ebe11ca463 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] TaaS: Handle Delete Port: a341e413-60bc-4803-945b-d77a29e0653a 2026-05-10 05:21:09.950 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2ba9ed1-0dc8-40a9-bcc7-e3ebe11ca463 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Tap Mirror: Handle Delete Port: a341e413-60bc-4803-945b-d77a29e0653a [pid: 8|app: 0|req: 1788/3510] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:21:09 2026] PUT /v2.0/routers/8b4cba21-bd2d-4bb6-bff9-b895a48dab3d/remove_router_interface => generated 310 bytes in 888 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:21:10.610 7 INFO neutron.api.v2.resource [None req-48d48f8c-db2a-4306-9d68-609a5662cebd 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1723/3511] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:21:10 2026] PUT /v2.0/routers/8b4cba21-bd2d-4bb6-bff9-b895a48dab3d/remove_router_interface => generated 198 bytes in 120 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-10 05:21:10.912 8 INFO neutron_taas.services.taas.taas_plugin [None req-69ce5230-aa74-4a43-894e-e91b0c008618 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] TaaS: Handle Delete Port: fced90a4-8f6e-473a-a82b-47c04d06ecf7 2026-05-10 05:21:10.915 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69ce5230-aa74-4a43-894e-e91b0c008618 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Tap Mirror: Handle Delete Port: fced90a4-8f6e-473a-a82b-47c04d06ecf7 [pid: 8|app: 0|req: 1789/3512] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:21:10 2026] PUT /v2.0/routers/8b4cba21-bd2d-4bb6-bff9-b895a48dab3d/remove_router_interface => generated 310 bytes in 778 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 05:21:11.496 7 INFO neutron.api.v2.resource [None req-1ae55b91-bbad-4cdd-a974-ccf76130d582 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1724/3513] 10.0.0.201 () {34 vars in 789 bytes} [Sun May 10 05:21:11 2026] PUT /v2.0/routers/8b4cba21-bd2d-4bb6-bff9-b895a48dab3d/remove_router_interface => generated 198 bytes in 97 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-10 05:21:11.833 8 INFO neutron_taas.services.taas.taas_plugin [None req-62ffd916-2dc2-4955-ad86-ef186b4e1303 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] TaaS: Handle Delete Port: dd60780d-3024-48ba-910a-9d0a46606629 2026-05-10 05:21:11.836 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62ffd916-2dc2-4955-ad86-ef186b4e1303 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Tap Mirror: Handle Delete Port: dd60780d-3024-48ba-910a-9d0a46606629 [pid: 8|app: 0|req: 1790/3514] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:21:11 2026] DELETE /v2.0/routers/8b4cba21-bd2d-4bb6-bff9-b895a48dab3d => generated 0 bytes in 723 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:12.249 7 INFO neutron.api.v2.resource [None req-3edbbe4b-b2b7-4e77-a245-3840aa268709 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1725/3515] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:21:12 2026] GET /v2.0/routers/8b4cba21-bd2d-4bb6-bff9-b895a48dab3d => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1791/3516] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:21:12 2026] DELETE /v2.0/subnets/980006c3-a371-4db0-91a4-4342bfa4016c => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:21:12.423 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2405e7c-1691-4f11-9834-ade196e32efd 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1726/3517] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:21:12 2026] GET /v2.0/subnets/980006c3-a371-4db0-91a4-4342bfa4016c => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1792/3518] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:21:12 2026] DELETE /v2.0/subnets/83672e59-3cbd-4872-aa75-867c22ca6373 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:21:12.610 7 INFO neutron.pecan_wsgi.hooks.translation [None req-544a52a9-70e9-4f6a-874d-92e6b2c35578 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1727/3519] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:21:12 2026] GET /v2.0/subnets/83672e59-3cbd-4872-aa75-867c22ca6373 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:21:12.736 8 INFO neutron_taas.services.taas.taas_plugin [None req-305ae903-dd48-4c8a-940c-f89f23df70fb 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] TaaS: Handle Delete Port: 366dc735-3685-409a-a39e-996eb934a4b7 2026-05-10 05:21:12.740 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-305ae903-dd48-4c8a-940c-f89f23df70fb 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Tap Mirror: Handle Delete Port: 366dc735-3685-409a-a39e-996eb934a4b7 2026-05-10 05:21:12.912 8 INFO neutron.services.segments.plugin [-] Segment c733d5bf-93ee-41cf-8857-492e7a45c03d resource provider aggregate not found 2026-05-10 05:21:12.919 8 INFO neutron.services.segments.plugin [-] Segment c733d5bf-93ee-41cf-8857-492e7a45c03d resource provider aggregate not found 2026-05-10 05:21:12.934 8 INFO neutron.services.segments.plugin [-] Segment c733d5bf-93ee-41cf-8857-492e7a45c03d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c733d5bf-93ee-41cf-8857-492e7a45c03d found for delete ", "request_id": "req-78322b4c-753c-4b14-b3f8-cdee6d23f084"}]} 2026-05-10 05:21:12.935 8 INFO neutron.services.segments.plugin [-] Segment c733d5bf-93ee-41cf-8857-492e7a45c03d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c733d5bf-93ee-41cf-8857-492e7a45c03d found for delete ", "request_id": "req-a2e0232d-e27a-4620-9a07-fec417a4f732"}]} [pid: 8|app: 0|req: 1793/3520] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:21:12 2026] DELETE /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:21:12.974 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6df9bab-03c8-47d4-819c-4dc881894385 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1728/3521] 10.0.0.201 () {32 vars in 723 bytes} [Sun May 10 05:21:12 2026] GET /v2.0/networks/2aae7b30-62e7-45df-baa3-bee272b6052d => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1794/3522] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:21:12 2026] DELETE /v2.0/subnets/b668c045-8a3e-412e-8658-2605cdc6b97d => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:21:13.136 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f46b6f0c-05ee-40a3-a14a-036856ecdc16 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1729/3523] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:21:13 2026] GET /v2.0/subnets/b668c045-8a3e-412e-8658-2605cdc6b97d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1795/3524] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:21:13 2026] DELETE /v2.0/subnets/8cd482ab-090a-4ecf-8f29-74e14426d58f => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:21:13.294 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e898d03b-854a-44e2-b93a-9060543065d8 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1730/3525] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:21:13 2026] GET /v2.0/subnets/8cd482ab-090a-4ecf-8f29-74e14426d58f => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:21:13.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-1bfb4236-f4f8-4074-ad65-0a91fa2272fb 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] TaaS: Handle Delete Port: bdd45be0-f4db-4aa4-87dc-558f7e0046aa 2026-05-10 05:21:13.391 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bfb4236-f4f8-4074-ad65-0a91fa2272fb 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Tap Mirror: Handle Delete Port: bdd45be0-f4db-4aa4-87dc-558f7e0046aa [pid: 8|app: 0|req: 1796/3526] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:21:13 2026] DELETE /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:21:13.591 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b79cabd-b6c6-4fe4-a0af-84e1dcd3fd10 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1731/3527] 10.0.0.201 () {32 vars in 723 bytes} [Sun May 10 05:21:13 2026] GET /v2.0/networks/adecafe4-be37-457a-96e6-1c0073889a96 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1797/3528] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:21:13 2026] DELETE /v2.0/subnets/eaa4d27a-1a5d-43dd-af34-a0ed4dea242d => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:21:13.757 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7008fa0e-e8fa-4d31-8a66-1bb80efefe05 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1732/3529] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:21:13 2026] GET /v2.0/subnets/eaa4d27a-1a5d-43dd-af34-a0ed4dea242d => 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: 1798/3530] 10.0.0.201 () {32 vars in 724 bytes} [Sun May 10 05:21:13 2026] DELETE /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:21:13.943 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c8c513d2-ab4e-46cb-8c93-60a87701a8a1 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1733/3531] 10.0.0.201 () {32 vars in 721 bytes} [Sun May 10 05:21:13 2026] GET /v2.0/subnets/04f28788-16e2-4207-9be8-e640f5c27b15 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:21:14.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-09229613-5b0a-4c7a-9009-4fd890e20312 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] TaaS: Handle Delete Port: 71d080c1-8dcc-48eb-a832-c8dce9e702c9 2026-05-10 05:21:14.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09229613-5b0a-4c7a-9009-4fd890e20312 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] Tap Mirror: Handle Delete Port: 71d080c1-8dcc-48eb-a832-c8dce9e702c9 [pid: 8|app: 0|req: 1799/3532] 10.0.0.201 () {32 vars in 726 bytes} [Sun May 10 05:21:13 2026] DELETE /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 05:21:14.302 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff2d90c0-c231-4a1c-ace9-519c49b8f07a 51bb7587a5eb4ba0b4dedb58b04e6fe5 8726fc2c042f4891b6262c81ed2c4b00 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1734/3533] 10.0.0.201 () {32 vars in 723 bytes} [Sun May 10 05:21:14 2026] GET /v2.0/networks/3cc857bc-d7e2-4505-9504-b3be219de6f2 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 05:21:14.958 8 INFO neutron.services.segments.plugin [-] Segment 43a5e67f-5af3-4222-b6a1-794bb69f8c17 resource provider aggregate not found 2026-05-10 05:21:14.963 8 INFO neutron.services.segments.plugin [-] Segment 43a5e67f-5af3-4222-b6a1-794bb69f8c17 resource provider aggregate not found 2026-05-10 05:21:14.975 8 INFO neutron.services.segments.plugin [-] Segment 43a5e67f-5af3-4222-b6a1-794bb69f8c17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43a5e67f-5af3-4222-b6a1-794bb69f8c17 found for delete ", "request_id": "req-387e115e-0356-419f-be24-ce46b45ed3bd"}]} 2026-05-10 05:21:14.978 8 INFO neutron.services.segments.plugin [-] Segment 43a5e67f-5af3-4222-b6a1-794bb69f8c17 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43a5e67f-5af3-4222-b6a1-794bb69f8c17 found for delete ", "request_id": "req-add6aa1c-1a02-430f-9091-ad4bee29542b"}]} 2026-05-10 05:21:14.988 8 INFO neutron.services.segments.plugin [-] Segment 310ed1f3-cd5f-477d-afad-d85b371c492d resource provider aggregate not found 2026-05-10 05:21:14.993 8 INFO neutron.services.segments.plugin [-] Segment 310ed1f3-cd5f-477d-afad-d85b371c492d resource provider aggregate not found 2026-05-10 05:21:15.009 8 INFO neutron.services.segments.plugin [-] Segment 310ed1f3-cd5f-477d-afad-d85b371c492d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 310ed1f3-cd5f-477d-afad-d85b371c492d found for delete ", "request_id": "req-167c4e39-d9bc-4b91-b8eb-e9cf665429ae"}]} 2026-05-10 05:21:15.010 8 INFO neutron.services.segments.plugin [-] Segment 310ed1f3-cd5f-477d-afad-d85b371c492d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 310ed1f3-cd5f-477d-afad-d85b371c492d found for delete ", "request_id": "req-26b37a4c-fa25-4ac4-9dcb-2d34d4a174d1"}]} 2026-05-10 05:21:16.387 8 WARNING neutron.db.securitygroups_db [None req-f7331c3c-f848-4419-ae9d-ab1b753d8859 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:21:16.525 8 INFO neutron.db.ovn_revision_numbers_db [None req-f7331c3c-f848-4419-ae9d-ab1b753d8859 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7c033b9e-f5e9-49ac-a927-7453834a9249 (type: security_groups) to 1 2026-05-10 05:21:16.539 8 INFO neutron.db.ovn_revision_numbers_db [None req-f7331c3c-f848-4419-ae9d-ab1b753d8859 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 90331d0b-67bf-436d-850a-7a75fcb608b5 (type: security_group_rules) to 0 2026-05-10 05:21:16.551 8 INFO neutron.db.ovn_revision_numbers_db [None req-f7331c3c-f848-4419-ae9d-ab1b753d8859 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b218334a-1625-4123-b6a2-7efa64b9a3de (type: security_group_rules) to 0 2026-05-10 05:21:16.564 8 INFO neutron.db.ovn_revision_numbers_db [None req-f7331c3c-f848-4419-ae9d-ab1b753d8859 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b2bb1bcb-0dcd-469f-ab48-25e9cf8a8466 (type: security_group_rules) to 0 2026-05-10 05:21:16.576 8 INFO neutron.db.ovn_revision_numbers_db [None req-f7331c3c-f848-4419-ae9d-ab1b753d8859 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e690cfe3-7a56-4c4c-9817-7048406b0434 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1801/3536] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:21:16 2026] GET /v2.0/security-groups?tenant_id=d2503679e935416284ae5b255799b549&name=default => generated 2929 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1736/3537] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:21:16 2026] DELETE /v2.0/security-groups/7c033b9e-f5e9-49ac-a927-7453834a9249 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:16.884 8 WARNING neutron.db.securitygroups_db [None req-3475885c-b147-4ad6-afd9-7a38924d50db ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:21:16.999 8 INFO neutron.db.ovn_revision_numbers_db [None req-3475885c-b147-4ad6-afd9-7a38924d50db ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0939ef43-4734-48f5-a2c8-c9e054de2534 (type: security_groups) to 1 2026-05-10 05:21:17.011 8 INFO neutron.db.ovn_revision_numbers_db [None req-3475885c-b147-4ad6-afd9-7a38924d50db ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 1aa79ce2-6d20-4414-a6ab-6cc0cdab563b (type: security_group_rules) to 0 2026-05-10 05:21:17.022 8 INFO neutron.db.ovn_revision_numbers_db [None req-3475885c-b147-4ad6-afd9-7a38924d50db ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 49e9bdc1-3abb-4706-9819-365f1b419281 (type: security_group_rules) to 0 2026-05-10 05:21:17.035 8 INFO neutron.db.ovn_revision_numbers_db [None req-3475885c-b147-4ad6-afd9-7a38924d50db ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 60e7ff50-e0b7-496a-b5c0-8dbb7747bef8 (type: security_group_rules) to 0 2026-05-10 05:21:17.045 8 INFO neutron.db.ovn_revision_numbers_db [None req-3475885c-b147-4ad6-afd9-7a38924d50db ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource cecb36d6-7ecd-4916-82d3-dc072380eff7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1802/3538] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:21:16 2026] GET /v2.0/security-groups?tenant_id=c6abc32c58b8479a8f9f0912ef8ed262&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: 1737/3539] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:21:17 2026] DELETE /v2.0/security-groups/0939ef43-4734-48f5-a2c8-c9e054de2534 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:17.426 8 WARNING neutron.db.securitygroups_db [None req-3f0cdad3-e00c-46c1-a70e-0eec7e1854eb ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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: 1803/3540] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:21:17 2026] GET /v2.0/security-groups?tenant_id=8726fc2c042f4891b6262c81ed2c4b00&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1738/3541] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:21:17 2026] DELETE /v2.0/security-groups/b3fc04a8-6169-49cb-9b1e-43fc11bfb3db => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:17.734 8 WARNING neutron.db.securitygroups_db [None req-a94f98fd-d7d3-47b4-ab8a-3500842c14c5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:21:17.862 8 INFO neutron.db.ovn_revision_numbers_db [None req-a94f98fd-d7d3-47b4-ab8a-3500842c14c5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 573118e5-71e0-440d-b2fa-09cdbc006bc3 (type: security_groups) to 1 2026-05-10 05:21:17.874 8 INFO neutron.db.ovn_revision_numbers_db [None req-a94f98fd-d7d3-47b4-ab8a-3500842c14c5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 4f715ead-0e1c-4c19-b23a-3ff35695ad02 (type: security_group_rules) to 0 2026-05-10 05:21:17.887 8 INFO neutron.db.ovn_revision_numbers_db [None req-a94f98fd-d7d3-47b4-ab8a-3500842c14c5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7eaa21aa-8259-47bf-9de6-24064aabb200 (type: security_group_rules) to 0 2026-05-10 05:21:17.898 8 INFO neutron.db.ovn_revision_numbers_db [None req-a94f98fd-d7d3-47b4-ab8a-3500842c14c5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 7f34baa4-3fc8-41b5-94c5-ac38218d7283 (type: security_group_rules) to 0 2026-05-10 05:21:17.909 8 INFO neutron.db.ovn_revision_numbers_db [None req-a94f98fd-d7d3-47b4-ab8a-3500842c14c5 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d7e04cf1-16c3-4e9a-8885-b773d360653a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1804/3542] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:21:17 2026] GET /v2.0/security-groups?tenant_id=6ffe5723a1894d7b8b745b3a90bad9d5&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1739/3543] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:21:17 2026] DELETE /v2.0/security-groups/573118e5-71e0-440d-b2fa-09cdbc006bc3 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:18.251 8 WARNING neutron.db.securitygroups_db [None req-1565cc7f-1c22-443a-90a8-584f0d348d7e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:21:18.352 8 INFO neutron.db.ovn_revision_numbers_db [None req-1565cc7f-1c22-443a-90a8-584f0d348d7e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource e570575e-c17d-4319-a8fa-f619dfa9233f (type: security_groups) to 1 2026-05-10 05:21:18.363 8 INFO neutron.db.ovn_revision_numbers_db [None req-1565cc7f-1c22-443a-90a8-584f0d348d7e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 0585d602-4709-4059-bca9-4ffa6db3c092 (type: security_group_rules) to 0 2026-05-10 05:21:18.377 8 INFO neutron.db.ovn_revision_numbers_db [None req-1565cc7f-1c22-443a-90a8-584f0d348d7e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 08efdaa0-4e7b-4912-9234-b13f57663283 (type: security_group_rules) to 0 2026-05-10 05:21:18.390 8 INFO neutron.db.ovn_revision_numbers_db [None req-1565cc7f-1c22-443a-90a8-584f0d348d7e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 6f089c94-4c40-44bd-b0a1-8efeb4585ca5 (type: security_group_rules) to 0 2026-05-10 05:21:18.401 8 INFO neutron.db.ovn_revision_numbers_db [None req-1565cc7f-1c22-443a-90a8-584f0d348d7e ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource b7f3484f-c9e5-4981-ac05-614f0336fe51 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1805/3544] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:21:18 2026] GET /v2.0/security-groups?tenant_id=30cb853663994653b27a2c35c79172ca&name=default => generated 2929 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1740/3545] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:21:18 2026] DELETE /v2.0/security-groups/e570575e-c17d-4319-a8fa-f619dfa9233f => generated 0 bytes in 188 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:18.771 8 WARNING neutron.db.securitygroups_db [None req-5d7224c1-d984-43e0-b769-b6f1dce5f961 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:21:18.891 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d7224c1-d984-43e0-b769-b6f1dce5f961 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 90b99e28-16f4-4d2a-b96c-9f5bafe7838e (type: security_groups) to 1 2026-05-10 05:21:18.902 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d7224c1-d984-43e0-b769-b6f1dce5f961 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 74406064-1085-4d6b-b2cf-de7896e0ad58 (type: security_group_rules) to 0 2026-05-10 05:21:18.912 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d7224c1-d984-43e0-b769-b6f1dce5f961 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 8af93467-634f-4333-a334-352288e7f4cb (type: security_group_rules) to 0 2026-05-10 05:21:18.923 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d7224c1-d984-43e0-b769-b6f1dce5f961 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource af151ad7-1b45-4a0d-9d43-4f075618d69f (type: security_group_rules) to 0 2026-05-10 05:21:18.935 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d7224c1-d984-43e0-b769-b6f1dce5f961 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d55f1bd8-b896-4c60-ac9a-a1a5a7c80310 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1806/3546] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:21:18 2026] GET /v2.0/security-groups?tenant_id=32ef33c25cdb40f2bbdaa78bff457c95&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1741/3547] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:21:18 2026] DELETE /v2.0/security-groups/90b99e28-16f4-4d2a-b96c-9f5bafe7838e => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 05:21:19.277 8 WARNING neutron.db.securitygroups_db [None req-878ab0cd-4269-475d-99c5-580995b02bd3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - 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-10 05:21:19.400 8 INFO neutron.db.ovn_revision_numbers_db [None req-878ab0cd-4269-475d-99c5-580995b02bd3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 948b0b6b-e391-45b2-9ffc-568aa258e803 (type: security_groups) to 1 2026-05-10 05:21:19.411 8 INFO neutron.db.ovn_revision_numbers_db [None req-878ab0cd-4269-475d-99c5-580995b02bd3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource 05546a8d-def7-4a69-87bd-c897a0d1f4be (type: security_group_rules) to 0 2026-05-10 05:21:19.421 8 INFO neutron.db.ovn_revision_numbers_db [None req-878ab0cd-4269-475d-99c5-580995b02bd3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource a5bfc42a-0b5a-4519-895d-1502ba514f00 (type: security_group_rules) to 0 2026-05-10 05:21:19.431 8 INFO neutron.db.ovn_revision_numbers_db [None req-878ab0cd-4269-475d-99c5-580995b02bd3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource d51b28d6-b387-48f8-aa48-a8fefe90e0af (type: security_group_rules) to 0 2026-05-10 05:21:19.442 8 INFO neutron.db.ovn_revision_numbers_db [None req-878ab0cd-4269-475d-99c5-580995b02bd3 ae7d1fc9cb964133b932410f7b605dac b22c3a43ac3048f4812c26ea5b3a8f9e - - default default] Successfully bumped revision number for resource dc84c1db-8734-44fd-a4d6-f5ca791926f0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1807/3548] 10.0.0.201 () {32 vars in 774 bytes} [Sun May 10 05:21:19 2026] GET /v2.0/security-groups?tenant_id=9d5490875b4f437ba5920430ddae2c59&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1742/3549] 10.0.0.201 () {32 vars in 740 bytes} [Sun May 10 05:21:19 2026] DELETE /v2.0/security-groups/948b0b6b-e391-45b2-9ffc-568aa258e803 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1810/3554] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:21:52 2026] GET /v2.0/ports => generated 5217 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1745/3555] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:21:52 2026] GET /v2.0/agents => generated 1214 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1811/3556] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:21:52 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: 1746/3557] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:21:52 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: 1812/3558] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:21:52 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: 1747/3559] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:21:52 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: 1813/3560] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:21:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1748/3561] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:21:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1814/3562] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:21:52 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) [pid: 7|app: 0|req: 1749/3563] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:21:52 2026] GET /v2.0/floatingips => 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: 1815/3564] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:21:52 2026] GET /v2.0/networks => generated 2287 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1754/3573] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:22:51 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: 8|app: 0|req: 1820/3574] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:22:52 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1755/3575] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:22:52 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: 1821/3576] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:22:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1756/3577] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:22:52 2026] GET /v2.0/agents => generated 1214 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1822/3578] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:22:52 2026] GET /v2.0/floatingips => 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: 1757/3579] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:22:52 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: 1823/3580] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:22:52 2026] GET /v2.0/ports => generated 5217 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1758/3581] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:22:52 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1824/3582] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:22:52 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: 1759/3583] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:22:52 2026] GET /v2.0/networks => generated 2287 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1764/3592] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:23:51 2026] GET /v2.0/floatingips => generated 19 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1829/3593] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:23:52 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1765/3594] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:23:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1830/3595] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:23:52 2026] GET /v2.0/networks => generated 2287 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1766/3596] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:23:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1831/3597] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:23:52 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1767/3598] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:23:52 2026] GET /v2.0/agents => generated 1214 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1832/3599] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:23:52 2026] GET /v2.0/ports => generated 5217 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1768/3600] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:23:52 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: 1833/3601] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:23:52 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: 1769/3602] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:23:52 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1774/3611] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:24:52 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1838/3612] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:24:52 2026] GET /v2.0/ports => generated 5217 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1775/3613] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:24:52 2026] GET /v2.0/agents => generated 1214 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1839/3614] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:24:52 2026] GET /v2.0/networks => generated 2287 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1776/3615] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:24:52 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1840/3616] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:24:52 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: 1777/3617] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:24:52 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1841/3618] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:24:52 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: 1778/3619] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:24:52 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1842/3620] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:24:52 2026] GET /v2.0/floatingips => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1779/3621] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:24:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1847/3630] 10.0.0.1 () {28 vars in 579 bytes} [Sun May 10 05:25:52 2026] GET /v2.0/agents => generated 1214 bytes in 784 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1784/3631] 10.0.0.1 () {28 vars in 597 bytes} [Sun May 10 05:25:52 2026] GET /v2.0/security-groups => generated 17397 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1848/3632] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:25:52 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: 1785/3633] 10.0.0.1 () {28 vars in 617 bytes} [Sun May 10 05:25:52 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: 1849/3634] 10.0.0.1 () {28 vars in 583 bytes} [Sun May 10 05:25:52 2026] GET /v2.0/networks => generated 2287 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1786/3635] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:25:52 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: 1850/3636] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:25:53 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: 1787/3637] 10.0.0.1 () {28 vars in 589 bytes} [Sun May 10 05:25:53 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1851/3638] 10.0.0.1 () {28 vars in 577 bytes} [Sun May 10 05:25:53 2026] GET /v2.0/ports => generated 5217 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1788/3639] 10.0.0.1 () {28 vars in 581 bytes} [Sun May 10 05:25:53 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1852/3640] 10.0.0.1 () {28 vars in 622 bytes} [Sun May 10 05:25:53 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)