+ 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 17 01:45:10 2026] *** compiled with version: 13.3.0 on 14 May 2026 18:15:17 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-679c6784c-lfbns 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 0x7f5c40c5b668 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-17 01:45:14.774 8 INFO neutron.common.config [-] Logging enabled! 2026-05-17 01:45:14.774 8 INFO neutron.common.config [-] uwsgi version 28.1.0.dev173 2026-05-17 01:45:14.775 7 INFO neutron.common.config [-] Logging enabled! 2026-05-17 01:45:14.776 7 INFO neutron.common.config [-] uwsgi version 28.1.0.dev173 2026-05-17 01:45:15.855 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-17 01:45:15.897 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-17 01:45:17.255 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-05-17 01:45:17.258 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-17 01:45:17.261 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-17 01:45:17.262 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-05-17 01:45:17.262 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-05-17 01:45:17.262 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-17 01:45:17.262 8 INFO neutron.plugins.ml2.managers [-] Project network_types: ['geneve'] 2026-05-17 01:45:17.262 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-17 01:45:17.270 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-17 01:45:17.270 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-17 01:45:17.270 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-05-17 01:45:17.328 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'vlan', 'geneve'] 2026-05-17 01:45:17.330 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-17 01:45:17.334 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-17 01:45:17.334 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'geneve', 'vlan'] 2026-05-17 01:45:17.334 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'geneve', 'vlan']) 2026-05-17 01:45:17.334 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-17 01:45:17.335 7 INFO neutron.plugins.ml2.managers [-] Project network_types: ['geneve'] 2026-05-17 01:45:17.335 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-17 01:45:17.342 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-17 01:45:17.342 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-17 01:45:17.342 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['ovn'] 2026-05-17 01:45:17.485 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-05-17 01:45:17.485 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-05-17 01:45:17.485 8 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-05-17 01:45:17.511 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-17 01:45:17.511 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-17 01:45:17.511 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-05-17 01:45:17.511 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-05-17 01:45:17.557 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['ovn'] 2026-05-17 01:45:17.557 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['ovn'] 2026-05-17 01:45:17.557 7 INFO neutron.plugins.ml2.managers [-] No mechanism drivers provide segment reachability information for agent scheduling. 2026-05-17 01:45:17.582 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-17 01:45:17.582 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-17 01:45:17.582 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'geneve' 2026-05-17 01:45:17.582 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] geneve ID ranges: [(1, 65536)] 2026-05-17 01:45:19.473 8 INFO neutron.plugins.ml2.managers [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Initializing driver for type 'vlan' 2026-05-17 01:45:19.555 7 INFO neutron.plugins.ml2.managers [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Initializing driver for type 'vlan' 2026-05-17 01:45:19.625 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] VlanTypeDriver initialization complete 2026-05-17 01:45:19.625 8 INFO neutron.plugins.ml2.managers [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-17 01:45:19.625 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-17 01:45:19.626 8 INFO neutron.plugins.ml2.managers [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Initializing extension driver 'port_security' 2026-05-17 01:45:19.626 8 INFO neutron.plugins.ml2.extensions.port_security [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-17 01:45:19.626 8 INFO neutron.plugins.ml2.managers [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Initializing extension driver 'qos' 2026-05-17 01:45:19.626 8 INFO neutron.plugins.ml2.managers [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Initializing mechanism driver 'ovn' 2026-05-17 01:45:19.626 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Starting OVNMechanismDriver 2026-05-17 01:45:19.629 8 INFO neutron.services.logapi.drivers.ovn.driver [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] OVN logging driver registered 2026-05-17 01:45:19.635 8 INFO neutron.quota [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded quota_driver: . 2026-05-17 01:45:19.635 8 INFO neutron.plugins.ml2.plugin [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Modular L2 Plugin initialization complete 2026-05-17 01:45:19.635 8 INFO neutron.plugins.ml2.managers [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-17 01:45:19.635 8 INFO neutron.plugins.ml2.managers [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-17 01:45:19.636 8 INFO neutron.plugins.ml2.managers [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-17 01:45:19.636 8 INFO neutron.manager [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loading Plugin: qos 2026-05-17 01:45:19.648 8 INFO neutron.manager [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loading Plugin: ovn-router 2026-05-17 01:45:19.682 8 INFO neutron.services.ovn_l3.plugin [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Starting OVNL3RouterPlugin 2026-05-17 01:45:19.686 8 INFO neutron.manager [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loading Plugin: segments 2026-05-17 01:45:19.705 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] VlanTypeDriver initialization complete 2026-05-17 01:45:19.705 7 INFO neutron.plugins.ml2.managers [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-17 01:45:19.705 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-17 01:45:19.706 7 INFO neutron.plugins.ml2.managers [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Initializing extension driver 'port_security' 2026-05-17 01:45:19.706 7 INFO neutron.plugins.ml2.extensions.port_security [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-17 01:45:19.706 7 INFO neutron.plugins.ml2.managers [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Initializing extension driver 'qos' 2026-05-17 01:45:19.706 7 INFO neutron.plugins.ml2.managers [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Initializing mechanism driver 'ovn' 2026-05-17 01:45:19.706 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Starting OVNMechanismDriver 2026-05-17 01:45:19.709 7 INFO neutron.services.logapi.drivers.ovn.driver [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] OVN logging driver registered 2026-05-17 01:45:19.715 7 INFO neutron.quota [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded quota_driver: . 2026-05-17 01:45:19.715 7 INFO neutron.plugins.ml2.plugin [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Modular L2 Plugin initialization complete 2026-05-17 01:45:19.715 7 INFO neutron.plugins.ml2.managers [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-17 01:45:19.715 7 INFO neutron.plugins.ml2.managers [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-17 01:45:19.716 7 INFO neutron.plugins.ml2.managers [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Got port-security extension from driver 'port_security' 2026-05-17 01:45:19.716 7 INFO neutron.manager [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loading Plugin: qos 2026-05-17 01:45:19.728 7 INFO neutron.manager [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loading Plugin: ovn-router 2026-05-17 01:45:19.761 7 INFO neutron.services.ovn_l3.plugin [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Starting OVNL3RouterPlugin 2026-05-17 01:45:19.765 7 INFO neutron.manager [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loading Plugin: segments 2026-05-17 01:45:19.780 8 INFO neutron.manager [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loading Plugin: trunk 2026-05-17 01:45:19.791 8 INFO neutron.manager [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loading Plugin: log 2026-05-17 01:45:19.794 8 INFO neutron.manager [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loading Plugin: ovn-vpnaas 2026-05-17 01:45:19.851 8 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-05-17 01:45:19.851 8 WARNING stevedore.named [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-05-17 01:45:19.860 7 INFO neutron.manager [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loading Plugin: trunk 2026-05-17 01:45:19.873 7 INFO neutron.manager [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loading Plugin: log 2026-05-17 01:45:19.875 7 INFO neutron.manager [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loading Plugin: ovn-vpnaas 2026-05-17 01:45:19.891 8 INFO neutron_vpnaas.services.vpn.plugin [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-17 01:45:19.891 8 INFO neutron.manager [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loading Plugin: taas 2026-05-17 01:45:19.912 8 WARNING stevedore.named [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-17 01:45:19.918 8 INFO neutron_taas.services.taas.taas_plugin [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-17 01:45:19.918 8 INFO neutron.manager [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loading Plugin: tapmirror 2026-05-17 01:45:19.926 8 WARNING stevedore.named [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-17 01:45:19.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-17 01:45:19.928 8 INFO neutron.manager [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loading Plugin: auto_allocate 2026-05-17 01:45:19.932 8 INFO neutron.manager [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loading Plugin: tag 2026-05-17 01:45:19.933 7 INFO neutron_vpnaas.db.vpn.vpn_agentschedulers_db [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Skipping periodic VPN agent status check because automatic rescheduling is disabled. 2026-05-17 01:45:19.934 7 WARNING stevedore.named [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ovn_ipsec.IPsecOvnVPNDriver 2026-05-17 01:45:19.939 8 INFO neutron.manager [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loading Plugin: timestamp 2026-05-17 01:45:19.941 8 INFO neutron.manager [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loading Plugin: network_ip_availability 2026-05-17 01:45:19.946 8 INFO neutron.manager [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loading Plugin: flavors 2026-05-17 01:45:19.949 8 INFO neutron.manager [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loading Plugin: revisions 2026-05-17 01:45:19.952 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Initializing extension manager. 2026-05-17 01:45:19.953 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: address-group 2026-05-17 01:45:19.954 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: address-scope 2026-05-17 01:45:19.955 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-05-17 01:45:19.956 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: agent 2026-05-17 01:45:19.956 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-05-17 01:45:19.957 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-17 01:45:19.958 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-17 01:45:19.959 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: availability_zone 2026-05-17 01:45:19.959 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-05-17 01:45:19.960 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-17 01:45:19.960 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: default-subnetpools 2026-05-17 01:45:19.962 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-17 01:45:19.962 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: dns-integration 2026-05-17 01:45:19.963 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: dns-domain-ports 2026-05-17 01:45:19.963 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-05-17 01:45:19.964 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension dvr not supported by any of loaded plugins 2026-05-17 01:45:19.965 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-17 01:45:19.965 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: empty-string-filtering 2026-05-17 01:45:19.966 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-17 01:45:19.966 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-17 01:45:19.967 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: external-net 2026-05-17 01:45:19.967 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-17 01:45:19.968 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: extraroute 2026-05-17 01:45:19.968 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: extraroute-atomic 2026-05-17 01:45:19.969 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: filter-validation 2026-05-17 01:45:19.969 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-17 01:45:19.970 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-17 01:45:19.970 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-17 01:45:19.971 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: fip-port-details 2026-05-17 01:45:19.971 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: flavors 2026-05-17 01:45:19.972 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-17 01:45:19.973 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: floatingip-pools 2026-05-17 01:45:19.974 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: ip_allocation 2026-05-17 01:45:19.974 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-05-17 01:45:19.975 7 INFO neutron_vpnaas.services.vpn.plugin [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-17 01:45:19.975 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: l2_adjacency 2026-05-17 01:45:19.975 7 INFO neutron.manager [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loading Plugin: taas 2026-05-17 01:45:19.976 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: router 2026-05-17 01:45:19.978 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-17 01:45:19.978 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: enable-default-route-bfd 2026-05-17 01:45:19.979 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: enable-default-route-ecmp 2026-05-17 01:45:19.979 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: ext-gw-mode 2026-05-17 01:45:19.980 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: l3-ha 2026-05-17 01:45:19.980 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-17 01:45:19.981 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: external-gateway-multihoming 2026-05-17 01:45:19.981 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: l3-flavors 2026-05-17 01:45:19.982 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-17 01:45:19.983 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-05-17 01:45:19.985 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-05-17 01:45:19.986 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-17 01:45:19.987 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: logging 2026-05-17 01:45:19.988 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-17 01:45:19.989 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-17 01:45:19.989 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: multi-provider 2026-05-17 01:45:19.990 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: net-mtu 2026-05-17 01:45:19.990 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: net-mtu-writable 2026-05-17 01:45:19.991 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: network_availability_zone 2026-05-17 01:45:19.991 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-05-17 01:45:19.992 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: network-ip-availability 2026-05-17 01:45:19.993 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: network-ip-availability-details 2026-05-17 01:45:19.994 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-17 01:45:19.994 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: pagination 2026-05-17 01:45:19.995 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: port-device-profile 2026-05-17 01:45:19.995 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-17 01:45:19.996 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-17 01:45:19.997 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-17 01:45:19.997 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-05-17 01:45:19.998 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-17 01:45:19.998 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-17 01:45:19.999 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-17 01:45:19.999 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: port-resource-request 2026-05-17 01:45:20.000 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-17 01:45:20.000 7 WARNING stevedore.named [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-17 01:45:20.000 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-17 01:45:20.001 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: binding 2026-05-17 01:45:20.001 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: binding-extended 2026-05-17 01:45:20.002 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: port-security 2026-05-17 01:45:20.002 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: project-id 2026-05-17 01:45:20.003 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: provider 2026-05-17 01:45:20.004 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: qinq 2026-05-17 01:45:20.006 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: qos 2026-05-17 01:45:20.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-17 01:45:20.006 7 INFO neutron.manager [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loading Plugin: tapmirror 2026-05-17 01:45:20.006 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-17 01:45:20.007 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-17 01:45:20.007 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: qos-default 2026-05-17 01:45:20.008 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: qos-fip 2026-05-17 01:45:20.009 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-17 01:45:20.009 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-17 01:45:20.010 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-17 01:45:20.010 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-17 01:45:20.011 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-17 01:45:20.011 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: qos-pps 2026-05-17 01:45:20.012 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-17 01:45:20.012 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-17 01:45:20.013 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: qos-rules-alias 2026-05-17 01:45:20.014 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: quota-check-limit 2026-05-17 01:45:20.014 7 WARNING stevedore.named [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.ovn.taas_ovn.TaasOvnDriver 2026-05-17 01:45:20.014 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-17 01:45:20.015 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-17 01:45:20.015 7 INFO neutron.manager [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loading Plugin: auto_allocate 2026-05-17 01:45:20.016 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: quotas 2026-05-17 01:45:20.018 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: quota_details 2026-05-17 01:45:20.019 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: rbac-policies 2026-05-17 01:45:20.020 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-05-17 01:45:20.020 7 INFO neutron.manager [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loading Plugin: tag 2026-05-17 01:45:20.020 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: rbac-address-scope 2026-05-17 01:45:20.021 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: rbac-security-groups 2026-05-17 01:45:20.021 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-05-17 01:45:20.022 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: revision-if-match 2026-05-17 01:45:20.022 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-17 01:45:20.023 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: router_availability_zone 2026-05-17 01:45:20.023 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: router-enable-snat 2026-05-17 01:45:20.024 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-17 01:45:20.026 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-17 01:45:20.026 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-17 01:45:20.027 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-05-17 01:45:20.027 7 INFO neutron.manager [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loading Plugin: timestamp 2026-05-17 01:45:20.027 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-17 01:45:20.028 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-17 01:45:20.028 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-17 01:45:20.029 7 INFO neutron.manager [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loading Plugin: network_ip_availability 2026-05-17 01:45:20.033 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: security-group 2026-05-17 01:45:20.033 7 INFO neutron.manager [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loading Plugin: flavors 2026-05-17 01:45:20.034 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: segment 2026-05-17 01:45:20.034 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-17 01:45:20.035 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: service-type 2026-05-17 01:45:20.036 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: sorting 2026-05-17 01:45:20.036 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: standard-attr-segment 2026-05-17 01:45:20.037 7 INFO neutron.manager [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loading Plugin: revisions 2026-05-17 01:45:20.037 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: standard-attr-description 2026-05-17 01:45:20.037 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: stateful-security-group 2026-05-17 01:45:20.038 8 WARNING neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-17 01:45:20.038 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-05-17 01:45:20.039 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: subnet-external-network 2026-05-17 01:45:20.039 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-05-17 01:45:20.040 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-17 01:45:20.040 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Initializing extension manager. 2026-05-17 01:45:20.041 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: subnet-service-types 2026-05-17 01:45:20.041 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: subnet_allocation 2026-05-17 01:45:20.041 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: address-group 2026-05-17 01:45:20.042 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-17 01:45:20.042 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: address-scope 2026-05-17 01:45:20.043 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: tag-creation 2026-05-17 01:45:20.043 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension router-admin-state-down-before-update not supported by any of loaded plugins 2026-05-17 01:45:20.043 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-17 01:45:20.044 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: agent 2026-05-17 01:45:20.044 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension agent-resources-synced not supported by any of loaded plugins 2026-05-17 01:45:20.046 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: allowed-address-pairs 2026-05-17 01:45:20.046 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: auto-allocated-topology 2026-05-17 01:45:20.047 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: standard-attr-tag 2026-05-17 01:45:20.047 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: availability_zone 2026-05-17 01:45:20.047 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension availability_zone_filter not supported by any of loaded plugins 2026-05-17 01:45:20.048 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-17 01:45:20.048 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-17 01:45:20.048 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: trunk 2026-05-17 01:45:20.048 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: default-subnetpools 2026-05-17 01:45:20.049 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: trunk-details 2026-05-17 01:45:20.049 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-17 01:45:20.050 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-17 01:45:20.050 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-17 01:45:20.050 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: vlan-transparent 2026-05-17 01:45:20.050 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: dns-integration 2026-05-17 01:45:20.051 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: dns-domain-ports 2026-05-17 01:45:20.051 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-17 01:45:20.051 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: dns-integration-domain-keywords 2026-05-17 01:45:20.052 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension dvr not supported by any of loaded plugins 2026-05-17 01:45:20.053 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-17 01:45:20.053 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: empty-string-filtering 2026-05-17 01:45:20.054 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-17 01:45:20.054 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: vpn-agent-scheduler 2026-05-17 01:45:20.054 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-17 01:45:20.055 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: external-net 2026-05-17 01:45:20.055 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-17 01:45:20.055 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-17 01:45:20.055 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: vpn-flavors 2026-05-17 01:45:20.056 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: extraroute 2026-05-17 01:45:20.056 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: extraroute-atomic 2026-05-17 01:45:20.057 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: filter-validation 2026-05-17 01:45:20.057 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: vpnaas 2026-05-17 01:45:20.057 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-17 01:45:20.058 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-17 01:45:20.058 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: taas 2026-05-17 01:45:20.058 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-17 01:45:20.059 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: fip-port-details 2026-05-17 01:45:20.059 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: tap-mirror 2026-05-17 01:45:20.060 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: flavors 2026-05-17 01:45:20.060 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-17 01:45:20.060 8 INFO neutron.api.extensions [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-17 01:45:20.061 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-17 01:45:20.061 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: floatingip-pools 2026-05-17 01:45:20.062 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: ip_allocation 2026-05-17 01:45:20.062 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension ip-substring-filtering not supported by any of loaded plugins 2026-05-17 01:45:20.063 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-17 01:45:20.063 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: l2_adjacency 2026-05-17 01:45:20.063 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-17 01:45:20.063 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-17 01:45:20.063 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-17 01:45:20.064 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: router 2026-05-17 01:45:20.066 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-17 01:45:20.066 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: enable-default-route-bfd 2026-05-17 01:45:20.066 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-17 01:45:20.067 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-17 01:45:20.067 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: enable-default-route-ecmp 2026-05-17 01:45:20.067 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: ext-gw-mode 2026-05-17 01:45:20.068 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: l3-ha 2026-05-17 01:45:20.068 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-17 01:45:20.069 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: external-gateway-multihoming 2026-05-17 01:45:20.069 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: l3-flavors 2026-05-17 01:45:20.070 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-17 01:45:20.071 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension l3-port-ip-change-not-allowed not supported by any of loaded plugins 2026-05-17 01:45:20.071 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-17 01:45:20.072 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-17 01:45:20.072 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-17 01:45:20.073 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.073 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension l3_agent_scheduler not supported by any of loaded plugins 2026-05-17 01:45:20.073 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-17 01:45:20.073 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] subnetpool is already registered 2026-05-17 01:45:20.074 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-17 01:45:20.074 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-17 01:45:20.074 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-17 01:45:20.075 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-17 01:45:20.075 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-17 01:45:20.075 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: logging 2026-05-17 01:45:20.075 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-17 01:45:20.076 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-17 01:45:20.076 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-17 01:45:20.076 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] ipsecpolicy is already registered 2026-05-17 01:45:20.076 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-17 01:45:20.077 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-17 01:45:20.077 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] ikepolicy is already registered 2026-05-17 01:45:20.077 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-17 01:45:20.078 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: multi-provider 2026-05-17 01:45:20.078 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: net-mtu 2026-05-17 01:45:20.078 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.078 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.078 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: net-mtu-writable 2026-05-17 01:45:20.079 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.079 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.079 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.079 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: network_availability_zone 2026-05-17 01:45:20.079 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.079 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.079 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.079 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.080 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.080 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension network_ha not supported by any of loaded plugins 2026-05-17 01:45:20.080 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.080 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.080 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.080 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.080 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: network-ip-availability 2026-05-17 01:45:20.080 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.080 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.081 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: network-ip-availability-details 2026-05-17 01:45:20.082 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-17 01:45:20.082 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: pagination 2026-05-17 01:45:20.083 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: port-device-profile 2026-05-17 01:45:20.083 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-17 01:45:20.083 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] router is already registered 2026-05-17 01:45:20.083 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-17 01:45:20.083 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-17 01:45:20.084 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] floatingip is already registered 2026-05-17 01:45:20.084 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-17 01:45:20.084 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-17 01:45:20.085 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension port-mac-override not supported by any of loaded plugins 2026-05-17 01:45:20.085 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-17 01:45:20.086 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-17 01:45:20.086 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-17 01:45:20.087 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: port-resource-request 2026-05-17 01:45:20.087 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: port-resource-request-groups 2026-05-17 01:45:20.088 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-17 01:45:20.088 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] rbac_policy is already registered 2026-05-17 01:45:20.088 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-17 01:45:20.088 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-17 01:45:20.088 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: binding 2026-05-17 01:45:20.089 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] security_group is already registered 2026-05-17 01:45:20.089 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-17 01:45:20.089 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] security_group_rule is already registered 2026-05-17 01:45:20.089 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: binding-extended 2026-05-17 01:45:20.090 8 WARNING neutron.api.api_common [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] 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-17 01:45:20.090 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: port-security 2026-05-17 01:45:20.090 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-17 01:45:20.090 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] subnetpool is already registered 2026-05-17 01:45:20.090 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: project-id 2026-05-17 01:45:20.091 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-17 01:45:20.091 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: provider 2026-05-17 01:45:20.091 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] trunk is already registered 2026-05-17 01:45:20.091 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-17 01:45:20.091 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] ikepolicy is already registered 2026-05-17 01:45:20.091 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: qinq 2026-05-17 01:45:20.092 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-17 01:45:20.092 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] ipsecpolicy is already registered 2026-05-17 01:45:20.092 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-17 01:45:20.092 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] endpoint_group is already registered 2026-05-17 01:45:20.093 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-17 01:45:20.093 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] vpnservice is already registered 2026-05-17 01:45:20.093 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-17 01:45:20.093 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: qos 2026-05-17 01:45:20.093 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] ipsec_site_connection is already registered 2026-05-17 01:45:20.094 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-17 01:45:20.094 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] ipsecpolicy is already registered 2026-05-17 01:45:20.094 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-17 01:45:20.094 8 INFO neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-17 01:45:20.094 8 WARNING neutron.quota.resource_registry [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] ikepolicy is already registered 2026-05-17 01:45:20.095 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-17 01:45:20.095 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: qos-default 2026-05-17 01:45:20.095 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: qos-fip 2026-05-17 01:45:20.096 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-17 01:45:20.096 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: qos-gateway-ip 2026-05-17 01:45:20.097 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: qos-port-network-policy 2026-05-17 01:45:20.098 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: qos-pps-minimum 2026-05-17 01:45:20.098 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-17 01:45:20.099 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: qos-pps 2026-05-17 01:45:20.099 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: qos-rule-type-details 2026-05-17 01:45:20.100 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-17 01:45:20.100 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: qos-rules-alias 2026-05-17 01:45:20.101 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: quota-check-limit 2026-05-17 01:45:20.102 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: quota-check-limit-default 2026-05-17 01:45:20.104 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: quotas 2026-05-17 01:45:20.105 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: quota_details 2026-05-17 01:45:20.106 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: rbac-policies 2026-05-17 01:45:20.107 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension rbac-address-group not supported by any of loaded plugins 2026-05-17 01:45:20.107 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: rbac-address-scope 2026-05-17 01:45:20.108 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: rbac-security-groups 2026-05-17 01:45:20.108 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension rbac-subnetpool not supported by any of loaded plugins 2026-05-17 01:45:20.109 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: revision-if-match 2026-05-17 01:45:20.110 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: standard-attr-revisions 2026-05-17 01:45:20.110 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: router_availability_zone 2026-05-17 01:45:20.111 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: router-enable-snat 2026-05-17 01:45:20.111 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-17 01:45:20.113 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: security-groups-default-rules 2026-05-17 01:45:20.113 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-17 01:45:20.114 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension port-security-groups-filtering not supported by any of loaded plugins 2026-05-17 01:45:20.114 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-17 01:45:20.115 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-17 01:45:20.115 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-17 01:45:20.120 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: security-group 2026-05-17 01:45:20.121 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: segment 2026-05-17 01:45:20.121 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-17 01:45:20.122 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: service-type 2026-05-17 01:45:20.123 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: sorting 2026-05-17 01:45:20.123 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: standard-attr-segment 2026-05-17 01:45:20.124 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: standard-attr-description 2026-05-17 01:45:20.124 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: stateful-security-group 2026-05-17 01:45:20.125 7 WARNING neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-17 01:45:20.125 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: subnet-dns-publish-fixed-ip 2026-05-17 01:45:20.126 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: subnet-external-network 2026-05-17 01:45:20.126 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension subnet_onboard not supported by any of loaded plugins 2026-05-17 01:45:20.127 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-17 01:45:20.127 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: subnet-service-types 2026-05-17 01:45:20.128 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: subnet_allocation 2026-05-17 01:45:20.129 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-17 01:45:20.129 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: tag-creation 2026-05-17 01:45:20.130 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-17 01:45:20.133 8 WARNING keystonemiddleware._common.config [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-17 01:45:20.133 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: standard-attr-tag 2026-05-17 01:45:20.134 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-17 01:45:20.135 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: trunk 2026-05-17 01:45:20.135 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: trunk-details 2026-05-17 01:45:20.136 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-17 01:45:20.136 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-17 01:45:20.137 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: vlan-transparent 2026-05-17 01:45:20.138 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-17 01:45:20.139 8 WARNING oslo_config.cfg [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-17 01:45:20.141 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: vpn-agent-scheduler 2026-05-17 01:45:20.141 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-17 01:45:20.142 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: vpn-flavors 2026-05-17 01:45:20.144 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: vpnaas 2026-05-17 01:45:20.145 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: taas 2026-05-17 01:45:20.146 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: tap-mirror 2026-05-17 01:45:20.147 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: tap-mirror-both-direction 2026-05-17 01:45:20.147 7 INFO neutron.api.extensions [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Loaded extension: taas-vlan-filter 2026-05-17 01:45:20.149 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-17 01:45:20.150 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-17 01:45:20.150 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-17 01:45:20.150 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-17 01:45:20.153 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-17 01:45:20.154 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-17 01:45:20.158 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-17 01:45:20.159 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-17 01:45:20.159 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-17 01:45:20.160 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.160 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-17 01:45:20.160 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] subnetpool is already registered 2026-05-17 01:45:20.161 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-17 01:45:20.161 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-17 01:45:20.162 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-17 01:45:20.162 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-17 01:45:20.163 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-17 01:45:20.163 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-17 01:45:20.163 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-17 01:45:20.163 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] ipsecpolicy is already registered 2026-05-17 01:45:20.164 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-17 01:45:20.164 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] ikepolicy is already registered 2026-05-17 01:45:20.164 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-05-17 01:45:20.165 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.165 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.166 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.166 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.166 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.166 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.167 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.167 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.167 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.167 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.167 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.167 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.167 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.167 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.168 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.168 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.171 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-17 01:45:20.171 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] router is already registered 2026-05-17 01:45:20.171 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-17 01:45:20.171 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] floatingip is already registered 2026-05-17 01:45:20.176 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-17 01:45:20.176 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] rbac_policy is already registered 2026-05-17 01:45:20.176 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-17 01:45:20.177 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] security_group is already registered 2026-05-17 01:45:20.177 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-17 01:45:20.177 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] security_group_rule is already registered 2026-05-17 01:45:20.178 7 WARNING neutron.api.api_common [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] 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-17 01:45:20.178 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-17 01:45:20.178 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] subnetpool is already registered 2026-05-17 01:45:20.179 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-17 01:45:20.179 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] trunk is already registered 2026-05-17 01:45:20.179 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-17 01:45:20.179 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] ikepolicy is already registered 2026-05-17 01:45:20.180 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-17 01:45:20.180 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] ipsecpolicy is already registered 2026-05-17 01:45:20.180 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-17 01:45:20.180 8 INFO neutron.db.ovn_hash_ring_db [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Nodes from host "neutron-server-679c6784c-lfbns" and group "mechanism_driver" removed from the Hash Ring created at 2026-05-17 01:45:20+00:00 2026-05-17 01:45:20.180 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] endpoint_group is already registered 2026-05-17 01:45:20.181 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-17 01:45:20.181 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] vpnservice is already registered 2026-05-17 01:45:20.181 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-17 01:45:20.181 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] ipsec_site_connection is already registered 2026-05-17 01:45:20.182 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-17 01:45:20.182 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] ipsecpolicy is already registered 2026-05-17 01:45:20.182 7 INFO neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-17 01:45:20.182 7 WARNING neutron.quota.resource_registry [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] ikepolicy is already registered 2026-05-17 01:45:20.183 8 INFO neutron.db.ovn_hash_ring_db [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Node 3afb1f99e2b05569905725deaab412f1 from host "neutron-server-679c6784c-lfbns" and group "mechanism_driver" added to the Hash Ring 2026-05-17 01:45:20.194 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Hash Ring probing thread for node 3afb1f99e2b05569905725deaab412f1 has started 2026-05-17 01:45:20.195 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-05-17 01:45:20.222 7 WARNING keystonemiddleware._common.config [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-17 01:45:20.227 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] tcp:10.98.151.109:6641: connecting... 2026-05-17 01:45:20.227 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] tcp:10.98.151.109:6641: connected 2026-05-17 01:45:20.229 7 WARNING oslo_config.cfg [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-17 01:45:20.251 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] uWSGI must provide a start time using the configuration parameter "start-time %t" in the configuration file 2026-05-17 01:45:20.263 7 INFO neutron.db.ovn_hash_ring_db [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Nodes from host "neutron-server-679c6784c-lfbns" and group "mechanism_driver" removed from the Hash Ring created at 2026-05-17 01:45:20+00:00 2026-05-17 01:45:20.265 7 INFO neutron.db.ovn_hash_ring_db [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Node 6c3db68018f5550b97921a6b717b087c from host "neutron-server-679c6784c-lfbns" and group "mechanism_driver" added to the Hash Ring 2026-05-17 01:45:20.273 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Hash Ring probing thread for node 6c3db68018f5550b97921a6b717b087c has started 2026-05-17 01:45:20.273 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Getting OvsdbNbOvnIdl for WorkerService with retry 2026-05-17 01:45:20.273 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-05-17 01:45:20.295 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] tcp:10.104.22.196:6642: connecting... 2026-05-17 01:45:20.295 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] tcp:10.104.22.196:6642: connected 2026-05-17 01:45:20.302 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] tcp:10.98.151.109:6641: connecting... 2026-05-17 01:45:20.302 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] tcp:10.98.151.109:6641: connected 2026-05-17 01:45:20.325 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] WorkerService process has finished the post initialization 2026-05-17 01:45:20.326 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [-] Starting OVNClientQosExtension 2026-05-17 01:45:20.327 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [-] Starting OVNClientPlacementExtension 2026-05-17 01:45:20.338 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.impl_idl_ovn [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] Getting OvsdbSbOvnIdl for WorkerService with retry 2026-05-17 01:45:20.348 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] tcp:10.98.151.109:6641: connecting... 2026-05-17 01:45:20.348 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] tcp:10.98.151.109:6641: connected 2026-05-17 01:45:20.361 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] tcp:10.104.22.196:6642: connecting... 2026-05-17 01:45:20.361 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] tcp:10.104.22.196:6642: connected 2026-05-17 01:45:20.386 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] tcp:10.98.151.109:6641: connecting... 2026-05-17 01:45:20.386 8 INFO ovsdbapp.backend.ovs_idl.vlog [None req-d263a211-6c87-4157-95a1-5d9601a835f1 - - - - - -] tcp:10.98.151.109:6641: connected 2026-05-17 01:45:20.389 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] WorkerService process has finished the post initialization WSGI app 0 (mountpoint='') ready in 10 seconds on interpreter 0x7f5c40c5b668 pid: 8 (default app) 2026-05-17 01:45:20.411 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] tcp:10.98.151.109:6641: connecting... 2026-05-17 01:45:20.411 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] tcp:10.98.151.109:6641: connected 2026-05-17 01:45:20.449 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] tcp:10.98.151.109:6641: connecting... 2026-05-17 01:45:20.450 7 INFO ovsdbapp.backend.ovs_idl.vlog [None req-9cf97db1-df51-48d2-a937-25b86422625b - - - - - -] tcp:10.98.151.109:6641: connected WSGI app 0 (mountpoint='') ready in 10 seconds on interpreter 0x7f5c40c5b668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-17 01:45:23.463 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ac7f944-8461-49fb-83aa-5fe3d7f986b5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.38 () {44 vars in 922 bytes} [Sun May 17 01:45:22 2026] GET /v2.0/networks/public => generated 108 bytes in 812 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.38 () {44 vars in 944 bytes} [Sun May 17 01:45:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 01:45:24.433 8 INFO neutron.db.ovn_revision_numbers_db [None req-636117fc-5593-487d-9492-404828ece2c8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2211fd60-ed08-4d77-bbab-219644dcd242 (type: security_groups) to 1 2026-05-17 01:45:24.450 8 INFO neutron.db.ovn_revision_numbers_db [None req-636117fc-5593-487d-9492-404828ece2c8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 99defded-524b-4307-9df3-06ae718c4998 (type: security_group_rules) to 0 2026-05-17 01:45:24.459 8 INFO neutron.db.ovn_revision_numbers_db [None req-636117fc-5593-487d-9492-404828ece2c8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c62c217c-1d65-4d30-adac-51c50fad3e1b (type: security_group_rules) to 0 2026-05-17 01:45:24.476 8 INFO neutron.db.ovn_revision_numbers_db [None req-636117fc-5593-487d-9492-404828ece2c8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c9d3aeee-0e16-418c-b6b2-392a888388a0 (type: security_group_rules) to 0 2026-05-17 01:45:24.489 8 INFO neutron.db.ovn_revision_numbers_db [None req-636117fc-5593-487d-9492-404828ece2c8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d672f3b9-1382-4b10-a45b-40de0add02e1 (type: security_group_rules) to 0 2026-05-17 01:45:24.584 8 WARNING neutron.services.revisions.revision_plugin [None req-636117fc-5593-487d-9492-404828ece2c8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Could not find related network for resource to bump revision. 2026-05-17 01:45:24.613 8 INFO neutron.db.segments_db [None req-636117fc-5593-487d-9492-404828ece2c8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Added segment 220f80cc-8c92-4032-8ab9-2fe05e198182 of type flat for network 57816ba8-429f-41af-83ce-8063b8bc0e36 2026-05-17 01:45:24.799 8 INFO neutron.db.ovn_revision_numbers_db [None req-636117fc-5593-487d-9492-404828ece2c8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 57816ba8-429f-41af-83ce-8063b8bc0e36 (type: networks) to 1 2026-05-17 01:45:25.066 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-636117fc-5593-487d-9492-404828ece2c8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 01:45:25.068 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-636117fc-5593-487d-9492-404828ece2c8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 01:45:25.133 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: 91a6b219-7c7e-43b0-8e36-b9022a487221 2026-05-17 01:45:25.148 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [-] OVN reports status down for port: 91a6b219-7c7e-43b0-8e36-b9022a487221 2026-05-17 01:45:25.269 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] Starting OVNClientQosExtension 2026-05-17 01:45:25.270 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.placement [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] Starting OVNClientPlacementExtension 2026-05-17 01:45:25.519 8 INFO neutron.db.ovn_revision_numbers_db [None req-636117fc-5593-487d-9492-404828ece2c8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 91a6b219-7c7e-43b0-8e36-b9022a487221 (type: ports) to 1 [pid: 8|app: 0|req: 4/5] 199.204.45.38 () {48 vars in 962 bytes} [Sun May 17 01:45:23 2026] POST /v2.0/networks => generated 744 bytes in 1710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 01:45:27.044 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f63ae3eb-b559-466f-92fc-4ad70537c665 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.38 () {44 vars in 922 bytes} [Sun May 17 01:45:26 2026] GET /v2.0/networks/public => generated 108 bytes in 406 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/7] 199.204.45.38 () {44 vars in 944 bytes} [Sun May 17 01:45:27 2026] GET /v2.0/networks?name=public => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 01:45:27.145 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f6312a2-714c-4708-a779-039438ceb74b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/8] 199.204.45.38 () {44 vars in 1029 bytes} [Sun May 17 01:45:27 2026] GET /v2.0/subnets/public-subnet?network_id=57816ba8-429f-41af-83ce-8063b8bc0e36 => generated 113 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/9] 199.204.45.38 () {44 vars in 1052 bytes} [Sun May 17 01:45:27 2026] GET /v2.0/subnets?name=public-subnet&network_id=57816ba8-429f-41af-83ce-8063b8bc0e36 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 01:45:27.837 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7db9360f-d604-4f3d-9ebd-1ea4d7e2a54c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 01:45:27.839 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7db9360f-d604-4f3d-9ebd-1ea4d7e2a54c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 01:45:29.086 7 INFO neutron.db.ovn_revision_numbers_db [None req-7db9360f-d604-4f3d-9ebd-1ea4d7e2a54c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 91a6b219-7c7e-43b0-8e36-b9022a487221 (type: ports) to 2 2026-05-17 01:45:29.136 7 INFO neutron.db.ovn_revision_numbers_db [None req-7db9360f-d604-4f3d-9ebd-1ea4d7e2a54c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f8dd418a-6dc3-493c-903f-c380bdc18bc9 (type: subnets) to 0 [pid: 7|app: 0|req: 4/10] 199.204.45.38 () {48 vars in 960 bytes} [Sun May 17 01:45:27 2026] POST /v2.0/subnets => generated 664 bytes in 1971 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 01:50:30.513 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c314418-03d8-44ab-8cdd-dfb12edf86dd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 23/48] 199.204.45.38 () {44 vars in 932 bytes} [Sun May 17 01:50:30 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: 8|app: 0|req: 26/49] 199.204.45.38 () {44 vars in 954 bytes} [Sun May 17 01:50:30 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 01:50:30.650 7 INFO neutron.db.segments_db [None req-9b74ad04-b3bf-4661-9504-9fc9b1c4ba2b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Added segment a3aed5c0-0594-4224-8967-1bc0d6594c84 of type geneve for network 25a3ac49-a9b6-4e93-9826-f5438f77fdfd 2026-05-17 01:50:30.791 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b74ad04-b3bf-4661-9504-9fc9b1c4ba2b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 25a3ac49-a9b6-4e93-9826-f5438f77fdfd (type: networks) to 1 2026-05-17 01:50:30.951 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9b74ad04-b3bf-4661-9504-9fc9b1c4ba2b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 01:50:30.952 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9b74ad04-b3bf-4661-9504-9fc9b1c4ba2b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 25a3ac49-a9b6-4e93-9826-f5438f77fdfd: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 01:50:30.998 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-10db0757-a7af-4bd2-8d84-38f8fef463d9 - - - - - -] OVN reports status down for port: 7f50f278-fd47-4fa6-9725-a9d2d36a7b01 2026-05-17 01:50:31.027 7 INFO neutron.db.ovn_revision_numbers_db [None req-9b74ad04-b3bf-4661-9504-9fc9b1c4ba2b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7f50f278-fd47-4fa6-9725-a9d2d36a7b01 (type: ports) to 1 [pid: 7|app: 0|req: 24/50] 199.204.45.38 () {48 vars in 961 bytes} [Sun May 17 01:50:30 2026] POST /v2.0/networks => generated 748 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 01:50:31.994 8 INFO neutron.pecan_wsgi.hooks.translation [None req-32402699-a9be-44ab-8a83-ae04cffa57dd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 27/51] 199.204.45.38 () {44 vars in 932 bytes} [Sun May 17 01:50:31 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/52] 199.204.45.38 () {44 vars in 954 bytes} [Sun May 17 01:50:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 738 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 01:50:32.077 8 INFO neutron.pecan_wsgi.hooks.translation [None req-29274763-fde9-4a2e-8514-87f95cf17283 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 28/53] 199.204.45.38 () {44 vars in 1031 bytes} [Sun May 17 01:50:32 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd => generated 114 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/54] 199.204.45.38 () {44 vars in 1054 bytes} [Sun May 17 01:50:32 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 01:50:32.296 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-11824cd5-9ff5-4318-be60-9ef87f14a729 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 01:50:32.297 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-11824cd5-9ff5-4318-be60-9ef87f14a729 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 25a3ac49-a9b6-4e93-9826-f5438f77fdfd: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 01:50:32.849 8 INFO neutron.db.ovn_revision_numbers_db [None req-11824cd5-9ff5-4318-be60-9ef87f14a729 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7f50f278-fd47-4fa6-9725-a9d2d36a7b01 (type: ports) to 2 2026-05-17 01:50:32.886 8 INFO neutron.db.ovn_revision_numbers_db [None req-11824cd5-9ff5-4318-be60-9ef87f14a729 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 403c1ae1-7514-466d-9f23-6c913cc72fa8 (type: subnets) to 0 [pid: 8|app: 0|req: 29/55] 199.204.45.38 () {48 vars in 960 bytes} [Sun May 17 01:50:32 2026] POST /v2.0/subnets => generated 651 bytes in 788 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 01:50:34.022 7 INFO neutron.api.v2.resource [None req-f39bbd80-662b-4ec9-8aac-d2bbee0370d9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 27/56] 199.204.45.38 () {44 vars in 966 bytes} [Sun May 17 01:50:33 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/57] 199.204.45.38 () {44 vars in 988 bytes} [Sun May 17 01:50:34 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 01:50:34.206 7 INFO neutron.db.ovn_revision_numbers_db [None req-31d4e61b-73e6-4f66-91c8-48e192f03ef3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7c9b7428-3281-4f85-8052-be9b74e98d9c (type: security_groups) to 1 2026-05-17 01:50:34.221 7 INFO neutron.db.ovn_revision_numbers_db [None req-31d4e61b-73e6-4f66-91c8-48e192f03ef3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4f4cc2cf-8744-4b5f-910c-8a3693f8b53c (type: security_group_rules) to 0 2026-05-17 01:50:34.233 7 INFO neutron.db.ovn_revision_numbers_db [None req-31d4e61b-73e6-4f66-91c8-48e192f03ef3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fe4515c4-e0cb-4c83-9c16-f91c09a209c6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 28/58] 199.204.45.38 () {48 vars in 975 bytes} [Sun May 17 01:50:34 2026] POST /v2.0/security-groups => generated 1616 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/61] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:35 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 1616 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/62] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:35 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/63] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:35 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 1616 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 01:50:35.498 7 INFO neutron.db.ovn_revision_numbers_db [None req-bc05cc44-2cfc-4ab2-826f-b3d1b4b9ecb3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6d25b73e-1cf2-4648-ab55-9dbacb473d76 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 31/64] 199.204.45.38 () {48 vars in 986 bytes} [Sun May 17 01:50:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/65] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:36 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 2230 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/66] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:36 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/67] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:36 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 01:50:36.585 7 INFO neutron.db.ovn_revision_numbers_db [None req-2216fedd-f48d-4b28-9421-4acb1fdcb20f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 233f5cfd-9368-47f1-aba4-8f315e0740f5 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 33/68] 199.204.45.38 () {48 vars in 986 bytes} [Sun May 17 01:50:36 2026] POST /v2.0/security-group-rules => generated 603 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/69] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:37 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 2846 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/70] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:37 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/71] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:37 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 01:50:37.708 7 INFO neutron.db.ovn_revision_numbers_db [None req-52503bfb-464e-4ddf-9bb0-1fd570eb1b68 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource cda2e2f6-1c81-404f-9f29-3779a81ef8b1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 35/72] 199.204.45.38 () {48 vars in 986 bytes} [Sun May 17 01:50:37 2026] POST /v2.0/security-group-rules => generated 603 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:38 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 3462 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/74] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:38 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/75] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:38 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 01:50:38.800 7 INFO neutron.db.ovn_revision_numbers_db [None req-ea3cef73-1f26-40e6-baee-0f828774e827 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 083eabb7-38f6-4218-8505-b765ce5d2700 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 37/76] 199.204.45.38 () {48 vars in 986 bytes} [Sun May 17 01:50:38 2026] POST /v2.0/security-group-rules => generated 603 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:39 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 4078 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:39 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:39 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 4078 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 01:50:39.878 7 INFO neutron.db.ovn_revision_numbers_db [None req-11c1f795-0ae9-4cf9-8859-2cf46523962d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 57e1af1f-323c-47ba-9d73-4e8e6035f8e2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 39/80] 199.204.45.38 () {48 vars in 986 bytes} [Sun May 17 01:50:39 2026] POST /v2.0/security-group-rules => generated 603 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.38 () {44 vars in 982 bytes} [Sun May 17 01:50:40 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd => generated 773 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 01:50:41.027 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f01cac6-d3c9-4688-8cce-f3f5284e3ade 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/82] 199.204.45.38 () {44 vars in 1071 bytes} [Sun May 17 01:50:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.38 () {44 vars in 1094 bytes} [Sun May 17 01:50:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:41 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 4694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 01:50:41.367 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f104700c-f993-49ae-8d8a-19bad5de3580 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 01:50:41.368 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f104700c-f993-49ae-8d8a-19bad5de3580 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 25a3ac49-a9b6-4e93-9826-f5438f77fdfd: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 01:50:41.470 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-10db0757-a7af-4bd2-8d84-38f8fef463d9 - - - - - -] OVN reports status down for port: 357067c4-14ea-48cf-ae43-6e2896be418d 2026-05-17 01:50:41.530 8 INFO neutron.db.ovn_revision_numbers_db [None req-f104700c-f993-49ae-8d8a-19bad5de3580 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 357067c4-14ea-48cf-ae43-6e2896be418d (type: ports) to 1 [pid: 8|app: 0|req: 44/85] 199.204.45.38 () {48 vars in 956 bytes} [Sun May 17 01:50:41 2026] POST /v2.0/ports => generated 1096 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 01:50:48.639 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab01f897-b889-46a8-84d6-0be8ea6bf396 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 42/86] 199.204.45.38 () {44 vars in 975 bytes} [Sun May 17 01:50:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 55 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: 45/87] 199.204.45.38 () {44 vars in 997 bytes} [Sun May 17 01:50:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 01:50:49.280 7 INFO neutron.db.ovn_revision_numbers_db [None req-5e5125d2-6329-4dd0-a88a-cec2c452ce94 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 357067c4-14ea-48cf-ae43-6e2896be418d (type: ports) to 4 [pid: 7|app: 0|req: 43/88] 199.204.45.38 () {48 vars in 1027 bytes} [Sun May 17 01:50:48 2026] PUT /v2.0/ports/357067c4-14ea-48cf-ae43-6e2896be418d => generated 1237 bytes in 582 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, ' [pid: 7|app: 0|req: 45/91] 199.204.45.38 () {44 vars in 915 bytes} [Sun May 17 01:50:50 2026] GET /v2.0/ports => generated 3354 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 01:50:51.990 8 INFO neutron.api.v2.resource [None req-a0e435e8-556c-43c0-967b-4bd3505e19dd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 47/92] 199.204.45.38 () {44 vars in 954 bytes} [Sun May 17 01:50:51 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/93] 199.204.45.38 () {44 vars in 976 bytes} [Sun May 17 01:50:51 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 01:50:52.156 8 INFO neutron.db.ovn_revision_numbers_db [None req-de8672a7-a3cf-4e17-b0db-cac5cca298e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4aeeba06-824d-4b08-83f0-e5bf659ba699 (type: security_groups) to 1 2026-05-17 01:50:52.167 8 INFO neutron.db.ovn_revision_numbers_db [None req-de8672a7-a3cf-4e17-b0db-cac5cca298e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 00f72f4c-2155-4fd2-b5a0-7b46bae937a7 (type: security_group_rules) to 0 2026-05-17 01:50:52.178 8 INFO neutron.db.ovn_revision_numbers_db [None req-de8672a7-a3cf-4e17-b0db-cac5cca298e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 117363fd-e4e2-40db-9091-6acd1e8ccf65 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 48/94] 199.204.45.38 () {48 vars in 975 bytes} [Sun May 17 01:50:52 2026] POST /v2.0/security-groups => generated 1610 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/95] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:53 2026] GET /v2.0/security-groups/4aeeba06-824d-4b08-83f0-e5bf659ba699 => generated 1610 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/96] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:53 2026] GET /v2.0/security-groups/4aeeba06-824d-4b08-83f0-e5bf659ba699 => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/97] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:53 2026] GET /v2.0/security-groups/4aeeba06-824d-4b08-83f0-e5bf659ba699 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 01:50:53.335 8 INFO neutron.db.ovn_revision_numbers_db [None req-bc363a69-ecae-4d28-b449-ea460a0d296f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e188784d-78d7-4a2d-b220-3acbc32fc498 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 50/98] 199.204.45.38 () {48 vars in 986 bytes} [Sun May 17 01:50:53 2026] POST /v2.0/security-group-rules => generated 621 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/99] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:54 2026] GET /v2.0/security-groups/4aeeba06-824d-4b08-83f0-e5bf659ba699 => generated 2244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/100] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:54 2026] GET /v2.0/security-groups/4aeeba06-824d-4b08-83f0-e5bf659ba699 => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/101] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 01:50:54 2026] GET /v2.0/security-groups/4aeeba06-824d-4b08-83f0-e5bf659ba699 => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 01:50:54.463 8 INFO neutron.db.ovn_revision_numbers_db [None req-f75f4a03-35a9-4d96-bd80-0f97b4178127 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4c0efec9-5e19-4dc1-9023-c330c9d48b14 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 52/102] 199.204.45.38 () {48 vars in 986 bytes} [Sun May 17 01:50:54 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: 56/113] 199.204.45.38 () {44 vars in 970 bytes} [Sun May 17 01:52:16 2026] GET /v2.0/quotas/8ea12d20a947412880db696f1f35c4f6 => 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/114] 199.204.45.38 () {48 vars in 1022 bytes} [Sun May 17 01:52:17 2026] PUT /v2.0/quotas/8ea12d20a947412880db696f1f35c4f6 => generated 291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-17 01:54:47.577 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df40e696-e091-4e64-87ba-b150706b8aae 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 67/135] 199.204.45.38 () {30 vars in 740 bytes} [Sun May 17 01:54:47 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 108 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/136] 199.204.45.38 () {30 vars in 762 bytes} [Sun May 17 01:54:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 01:54:49.684 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f7855d4-a3a1-4353-9834-701a66e48e0a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 68/137] 199.204.45.38 () {30 vars in 740 bytes} [Sun May 17 01:54:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/138] 199.204.45.38 () {30 vars in 762 bytes} [Sun May 17 01:54:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 01:54:50.424 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-10db0757-a7af-4bd2-8d84-38f8fef463d9 - - - - - -] OVN reports status up for port: 357067c4-14ea-48cf-ae43-6e2896be418d 2026-05-17 01:54:50.483 8 INFO neutron.plugins.ml2.plugin [None req-10db0757-a7af-4bd2-8d84-38f8fef463d9 - - - - - -] Attempt 1 to provision port 357067c4-14ea-48cf-ae43-6e2896be418d 2026-05-17 01:54:50.695 8 INFO neutron.db.ovn_revision_numbers_db [None req-10db0757-a7af-4bd2-8d84-38f8fef463d9 - - - - - -] Successfully bumped revision number for resource 357067c4-14ea-48cf-ae43-6e2896be418d (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-17 02:02:12.471 8 INFO neutron.api.v2.resource [None req-b777c39a-4fc3-4080-b733-e82c6d2b1dd2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 101/199] 199.204.45.38 () {44 vars in 1069 bytes} [Sun May 17 02:02:12 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=737bac152371465b965eae4582338c53 => generated 139 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:02:12.616 7 INFO neutron.db.ovn_revision_numbers_db [None req-8516e293-71e7-4470-a795-8e24e933ab25 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource bba2e486-4b4a-4d7a-a281-9550e8c4670f (type: security_groups) to 1 2026-05-17 02:02:12.631 7 INFO neutron.db.ovn_revision_numbers_db [None req-8516e293-71e7-4470-a795-8e24e933ab25 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 00c84721-7101-4d12-a9f5-a15629b24719 (type: security_group_rules) to 0 2026-05-17 02:02:12.644 7 INFO neutron.db.ovn_revision_numbers_db [None req-8516e293-71e7-4470-a795-8e24e933ab25 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 070c02f5-5bba-419e-a1ff-ad7410baae08 (type: security_group_rules) to 0 2026-05-17 02:02:12.656 7 INFO neutron.db.ovn_revision_numbers_db [None req-8516e293-71e7-4470-a795-8e24e933ab25 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3e68d45c-5979-44dd-b27d-548b634e9e40 (type: security_group_rules) to 0 2026-05-17 02:02:12.667 7 INFO neutron.db.ovn_revision_numbers_db [None req-8516e293-71e7-4470-a795-8e24e933ab25 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fb21e3a3-65c1-4552-8de0-d3947335fae6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 99/200] 199.204.45.38 () {44 vars in 1092 bytes} [Sun May 17 02:02:12 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=737bac152371465b965eae4582338c53 => generated 23 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:02:14.654 8 INFO neutron.db.ovn_revision_numbers_db [None req-59b8ae78-05bc-417f-946c-993ebef355b3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 10346fcf-107a-4965-8f8e-b59c2c5e0042 (type: security_groups) to 1 2026-05-17 02:02:14.935 8 INFO neutron.db.ovn_revision_numbers_db [None req-59b8ae78-05bc-417f-946c-993ebef355b3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1471a4fb-8ad8-4c17-91b5-4f7a2ece243c (type: security_group_rules) to 0 2026-05-17 02:02:14.980 8 INFO neutron.db.ovn_revision_numbers_db [None req-59b8ae78-05bc-417f-946c-993ebef355b3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 68929145-d711-4323-aa17-c1d42b279445 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 102/201] 199.204.45.38 () {48 vars in 976 bytes} [Sun May 17 02:02:12 2026] POST /v2.0/security-groups => generated 1624 bytes in 2258 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/202] 199.204.45.38 () {44 vars in 1083 bytes} [Sun May 17 02:02:16 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042?project_id=737bac152371465b965eae4582338c53 => generated 1624 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/203] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:02:16 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042 => generated 1624 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/204] 199.204.45.38 () {44 vars in 1083 bytes} [Sun May 17 02:02:16 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042?project_id=737bac152371465b965eae4582338c53 => generated 1624 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:02:16.466 8 INFO neutron.db.ovn_revision_numbers_db [None req-a5815934-c017-4993-8e84-578155dc4fe1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2d756a33-351e-4925-b4a5-c0ec9e1ddef5 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 104/205] 199.204.45.38 () {48 vars in 986 bytes} [Sun May 17 02:02:16 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) [pid: 7|app: 0|req: 102/206] 199.204.45.38 () {44 vars in 1083 bytes} [Sun May 17 02:02:17 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042?project_id=737bac152371465b965eae4582338c53 => generated 2234 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/207] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:02:17 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/208] 199.204.45.38 () {44 vars in 1083 bytes} [Sun May 17 02:02:17 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042?project_id=737bac152371465b965eae4582338c53 => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:02:17.744 8 INFO neutron.db.ovn_revision_numbers_db [None req-a4dac3ae-88f6-49e8-951e-c9ed78b0f009 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8de05636-df4e-4fc0-a1d3-8402b322374c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 106/209] 199.204.45.38 () {48 vars in 986 bytes} [Sun May 17 02:02:17 2026] POST /v2.0/security-group-rules => generated 599 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/210] 199.204.45.38 () {44 vars in 1083 bytes} [Sun May 17 02:02:18 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042?project_id=737bac152371465b965eae4582338c53 => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/211] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:02:18 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/212] 199.204.45.38 () {44 vars in 1083 bytes} [Sun May 17 02:02:18 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042?project_id=737bac152371465b965eae4582338c53 => generated 2846 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:02:19.001 8 INFO neutron.db.ovn_revision_numbers_db [None req-caa755ac-bd77-4a5b-b7ac-8319f4a715db 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 412dc395-7e28-4aff-b113-79f0661ee89b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 108/213] 199.204.45.38 () {48 vars in 986 bytes} [Sun May 17 02:02:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/214] 199.204.45.38 () {44 vars in 1083 bytes} [Sun May 17 02:02:19 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042?project_id=737bac152371465b965eae4582338c53 => generated 3460 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/215] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:02:20 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042 => generated 3460 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/218] 199.204.45.38 () {44 vars in 1083 bytes} [Sun May 17 02:02:20 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042?project_id=737bac152371465b965eae4582338c53 => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:02:20.324 8 INFO neutron.db.ovn_revision_numbers_db [None req-4aa197bd-3049-4780-8134-0dd24e361f88 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource bf1767a4-3e78-4c1f-8e74-cc009b8ea357 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 111/219] 199.204.45.38 () {48 vars in 986 bytes} [Sun May 17 02:02:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/238] 199.204.45.38 () {30 vars in 738 bytes} [Sun May 17 02:04:43 2026] GET /v2.0/networks?tenant_id=737bac152371465b965eae4582338c53&shared=False => generated 15 bytes in 130 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-17 02:04:43.652 8 INFO neutron.db.segments_db [None req-40e70348-fd55-467c-aef1-4c9b2f2bac5f 4cd69ee1846144c191d69842d03994fc 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Added segment e575025e-b301-4d18-9025-523dae27e25a of type geneve for network 583985cc-9b3f-4cda-8acc-e0d3364fe475 2026-05-17 02:04:43.787 8 INFO neutron.db.ovn_revision_numbers_db [None req-40e70348-fd55-467c-aef1-4c9b2f2bac5f 4cd69ee1846144c191d69842d03994fc 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource 583985cc-9b3f-4cda-8acc-e0d3364fe475 (type: networks) to 1 2026-05-17 02:04:43.952 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-40e70348-fd55-467c-aef1-4c9b2f2bac5f 4cd69ee1846144c191d69842d03994fc 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] No more DHCP agents 2026-05-17 02:04:43.953 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-40e70348-fd55-467c-aef1-4c9b2f2bac5f 4cd69ee1846144c191d69842d03994fc 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Unable to schedule network 583985cc-9b3f-4cda-8acc-e0d3364fe475: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:04:43.995 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] OVN reports status down for port: a7c6a58c-8e53-4a32-94f3-f36388c0417c 2026-05-17 02:04:44.025 8 INFO neutron.db.ovn_revision_numbers_db [None req-40e70348-fd55-467c-aef1-4c9b2f2bac5f 4cd69ee1846144c191d69842d03994fc 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource a7c6a58c-8e53-4a32-94f3-f36388c0417c (type: ports) to 1 [pid: 8|app: 0|req: 121/239] 199.204.45.38 () {34 vars in 680 bytes} [Sun May 17 02:04:43 2026] POST /v2.0/networks => generated 759 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/240] 199.204.45.38 () {30 vars in 720 bytes} [Sun May 17 02:04:44 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 122/241] 199.204.45.38 () {30 vars in 631 bytes} [Sun May 17 02:04:44 2026] GET /v2.0/extensions => generated 21706 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-17 02:04:44.342 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-07ed94e2-07e7-4aa8-97cb-56c2592021fa 4cd69ee1846144c191d69842d03994fc 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] No more DHCP agents 2026-05-17 02:04:44.343 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-07ed94e2-07e7-4aa8-97cb-56c2592021fa 4cd69ee1846144c191d69842d03994fc 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Unable to schedule network 583985cc-9b3f-4cda-8acc-e0d3364fe475: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:04:44.391 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3f778201-6e51-41d5-92cc-b3a64500c0c7 - - - - - -] OVN reports status down for port: 07a04b93-4b0f-46bc-b22e-63f030fc9ed8 2026-05-17 02:04:44.424 7 INFO neutron.db.ovn_revision_numbers_db [None req-07ed94e2-07e7-4aa8-97cb-56c2592021fa 4cd69ee1846144c191d69842d03994fc 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource 07a04b93-4b0f-46bc-b22e-63f030fc9ed8 (type: ports) to 1 2026-05-17 02:04:44.607 7 INFO neutron.db.ovn_revision_numbers_db [None req-07ed94e2-07e7-4aa8-97cb-56c2592021fa 4cd69ee1846144c191d69842d03994fc 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource 07a04b93-4b0f-46bc-b22e-63f030fc9ed8 (type: ports) to 3 [pid: 7|app: 0|req: 120/242] 199.204.45.38 () {34 vars in 675 bytes} [Sun May 17 02:04:44 2026] POST /v2.0/ports => generated 991 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/243] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:04:44 2026] GET /v2.0/networks/583985cc-9b3f-4cda-8acc-e0d3364fe475 => generated 746 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:04:45.357 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3f778201-6e51-41d5-92cc-b3a64500c0c7 - - - - - -] OVN reports status up for port: 07a04b93-4b0f-46bc-b22e-63f030fc9ed8 2026-05-17 02:04:45.370 8 INFO neutron.plugins.ml2.plugin [None req-3f778201-6e51-41d5-92cc-b3a64500c0c7 - - - - - -] Attempt 1 to provision port 07a04b93-4b0f-46bc-b22e-63f030fc9ed8 2026-05-17 02:04:45.533 8 INFO neutron.db.ovn_revision_numbers_db [None req-3f778201-6e51-41d5-92cc-b3a64500c0c7 - - - - - -] Successfully bumped revision number for resource 07a04b93-4b0f-46bc-b22e-63f030fc9ed8 (type: ports) to 4 [pid: 7|app: 0|req: 121/244] 199.204.45.38 () {30 vars in 720 bytes} [Sun May 17 02:04:46 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 996 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/245] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:04:46 2026] GET /v2.0/networks/583985cc-9b3f-4cda-8acc-e0d3364fe475 => generated 746 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/248] 199.204.45.38 () {44 vars in 970 bytes} [Sun May 17 02:05:04 2026] GET /v2.0/quotas/737bac152371465b965eae4582338c53 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/249] 199.204.45.38 () {48 vars in 1022 bytes} [Sun May 17 02:05:04 2026] PUT /v2.0/quotas/737bac152371465b965eae4582338c53 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/264] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:06:39 2026] GET /v2.0/routers => generated 15 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/265] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:06:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/266] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:06:39 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/267] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:06:39 2026] GET /v2.0/subnets => generated 1308 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/268] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:06:39 2026] GET /v2.0/ports => generated 5217 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/269] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:06:39 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: 8|app: 0|req: 137/270] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:06:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/271] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:06:39 2026] GET /v2.0/networks => generated 2288 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/272] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:06:39 2026] GET /v2.0/agents => generated 1214 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/273] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:06:39 2026] GET /v2.0/floatingips => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/274] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:06:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/283] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:07:39 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: 140/284] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:07:39 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: 145/285] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:07:39 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: 141/286] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:07:39 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 146/287] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:07:39 2026] GET /v2.0/networks => generated 2288 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/288] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:07:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/289] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:07:39 2026] GET /v2.0/agents => generated 1214 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/290] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:07:39 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) [pid: 8|app: 0|req: 148/291] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:07:39 2026] GET /v2.0/routers => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/292] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:07:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/293] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:07:39 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/304] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:08:58 2026] GET /v2.0/networks => generated 2288 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/305] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:08:58 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: 156/306] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:08:58 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/307] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:08:58 2026] GET /v2.0/routers => generated 15 bytes in 3470 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/308] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:09:02 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/309] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:09:02 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: 158/310] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:09:02 2026] GET /v2.0/ports => generated 5217 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/311] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:09:02 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/312] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:09:02 2026] GET /v2.0/subnets => generated 1308 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/313] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:09:02 2026] GET /v2.0/subnets => generated 1308 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/314] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:09:02 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: 158/321] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:09:39 2026] GET /v2.0/agents => generated 1214 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/322] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:09:39 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/323] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:09:39 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: 165/324] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:09:39 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: 160/325] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:09:39 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: 166/326] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:09:39 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: 161/327] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:09:39 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: 167/328] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:09:39 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: 162/329] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:09:39 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/330] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:09:39 2026] GET /v2.0/networks => generated 2288 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/331] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:09:39 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: 168/340] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:10:38 2026] GET /v2.0/ports => generated 5217 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/341] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:10:39 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: 169/342] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:10:39 2026] GET /v2.0/networks => generated 2288 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/343] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:10:39 2026] GET /v2.0/agents => generated 1214 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/344] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:10:39 2026] GET /v2.0/floatingips => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/345] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:10:39 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: 171/346] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:10:39 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: 176/347] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:10:39 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: 172/348] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:10:39 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: 177/349] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:10:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/350] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:10:39 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: 8|app: 0|req: 182/359] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:11:39 2026] GET /v2.0/agents => generated 1214 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/360] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:11:39 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: 183/361] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:11:39 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: 179/362] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:11:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/363] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:11:39 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: 180/364] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:11:39 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/365] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:11:39 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/366] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:11:39 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/367] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:11:39 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/368] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:11:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/369] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:11:39 2026] GET /v2.0/networks => generated 2288 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/378] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:12:39 2026] GET /v2.0/subnets => generated 1308 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/379] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:12:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/380] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:12:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/381] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:12:39 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: 8|app: 0|req: 194/382] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:12:39 2026] GET /v2.0/floatingips => generated 19 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/383] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:12:39 2026] GET /v2.0/ports => generated 5217 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/384] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:12:39 2026] GET /v2.0/networks => generated 2288 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/385] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:12:39 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: 196/386] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:12:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/387] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:12:40 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: 197/388] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:12:40 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/397] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:13:39 2026] GET /v2.0/subnets => generated 1308 bytes in 67 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.124 () {28 vars in 590 bytes} [Sun May 17 02:13:39 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/399] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:13:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/400] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:13:39 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/401] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:13:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/402] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:13:39 2026] GET /v2.0/networks => generated 2288 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/403] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:13:39 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: 8|app: 0|req: 205/404] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:13:39 2026] GET /v2.0/agents => generated 1214 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/405] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:13:39 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/406] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:13:39 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: 7|app: 0|req: 201/407] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:13:39 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: 211/416] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:14:39 2026] GET /v2.0/subnets => generated 1308 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/417] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:14:39 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: 8|app: 0|req: 212/418] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:14:39 2026] GET /v2.0/networks => generated 2288 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/419] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:14:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/420] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:14:39 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: 208/421] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:14:39 2026] GET /v2.0/ports => generated 5217 bytes in 50 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.124 () {28 vars in 582 bytes} [Sun May 17 02:14:39 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/423] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:14:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/424] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:14:39 2026] GET /v2.0/agents => generated 1214 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/425] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:14:39 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: 216/426] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:14:39 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: 215/435] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:15:39 2026] GET /v2.0/floatingips => generated 19 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/436] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:15:39 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: 216/437] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:15:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/438] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:15:39 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/439] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:15:39 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: 8|app: 0|req: 223/440] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:15:39 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/441] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:15:39 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: 224/442] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:15:39 2026] GET /v2.0/networks => generated 2288 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/443] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:15:39 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: 8|app: 0|req: 225/444] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:15:39 2026] GET /v2.0/ports => generated 5217 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/445] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:15:39 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: 7|app: 0|req: 225/454] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:16:39 2026] GET /v2.0/agents => generated 1214 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/455] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:16:39 2026] GET /v2.0/networks => generated 2288 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/456] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:16:39 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/457] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:16:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/458] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:16:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/459] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:16:39 2026] GET /v2.0/ports => generated 5217 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/460] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:16:39 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: 233/461] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:16:39 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: 229/462] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:16:39 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/463] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:16:39 2026] GET /v2.0/routers => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/464] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:16:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:17:15.157 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5cd902bc-fc72-4ef4-8b2a-ae8ff8af953b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 233/469] 199.204.45.38 () {44 vars in 922 bytes} [Sun May 17 02:17:15 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/470] 199.204.45.38 () {44 vars in 944 bytes} [Sun May 17 02:17:15 2026] GET /v2.0/networks?name=public => generated 791 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:17:16.595 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7ccb823f-76ac-4989-9ceb-237e6968e9fa 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 234/471] 199.204.45.38 () {44 vars in 922 bytes} [Sun May 17 02:17:16 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/472] 199.204.45.38 () {44 vars in 944 bytes} [Sun May 17 02:17:16 2026] GET /v2.0/networks?name=public => generated 791 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:17:16.674 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ba383c8f-9c3d-4d0d-bce5-1cbd027ba9ed 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 235/473] 199.204.45.38 () {44 vars in 1029 bytes} [Sun May 17 02:17:16 2026] GET /v2.0/subnets/public-subnet?network_id=57816ba8-429f-41af-83ce-8063b8bc0e36 => 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: 239/474] 199.204.45.38 () {44 vars in 1052 bytes} [Sun May 17 02:17:16 2026] GET /v2.0/subnets?name=public-subnet&network_id=57816ba8-429f-41af-83ce-8063b8bc0e36 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/479] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:17:39 2026] GET /v2.0/floatingips => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/480] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:17:39 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/481] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:17:39 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: 243/482] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:17:39 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: 7|app: 0|req: 240/483] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:17:39 2026] GET /v2.0/ports => generated 5217 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/484] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:17:39 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/485] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:17:39 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: 245/486] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:17:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/487] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:17:39 2026] GET /v2.0/networks => generated 2288 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/488] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:17:39 2026] GET /v2.0/agents => generated 1214 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/489] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:17:39 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) 2026-05-17 02:17:47.986 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7b8398f3-e596-4e0c-a976-24ec9323fd75 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 247/490] 199.204.45.38 () {44 vars in 932 bytes} [Sun May 17 02:17:47 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/491] 199.204.45.38 () {44 vars in 954 bytes} [Sun May 17 02:17:47 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 776 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:17:49.016 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5028da3e-5777-48e8-bff8-523d5c7bfc24 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 248/492] 199.204.45.38 () {44 vars in 932 bytes} [Sun May 17 02:17:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/493] 199.204.45.38 () {44 vars in 954 bytes} [Sun May 17 02:17:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 776 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:17:49.098 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fdb10e19-ae87-4d28-9c97-abbcc75ff018 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 249/494] 199.204.45.38 () {44 vars in 1031 bytes} [Sun May 17 02:17:49 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/495] 199.204.45.38 () {44 vars in 1054 bytes} [Sun May 17 02:17:49 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:17:50.545 8 INFO neutron.api.v2.resource [None req-9d2eb350-2c89-4b1f-b2d0-3b12ce7c952d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 251/498] 199.204.45.38 () {44 vars in 966 bytes} [Sun May 17 02:17:50 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/499] 199.204.45.38 () {44 vars in 988 bytes} [Sun May 17 02:17:50 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/500] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:17:51 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 4694 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/501] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:17:52 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/502] 199.204.45.38 () {44 vars in 1006 bytes} [Sun May 17 02:17:52 2026] GET /v2.0/security-group-rules/6d25b73e-1cf2-4648-ab55-9dbacb473d76 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/503] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:17:53 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 4694 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/504] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:17:53 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/505] 199.204.45.38 () {44 vars in 1006 bytes} [Sun May 17 02:17:53 2026] GET /v2.0/security-group-rules/233f5cfd-9368-47f1-aba4-8f315e0740f5 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/506] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:17:54 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/507] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:17:54 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/508] 199.204.45.38 () {44 vars in 1006 bytes} [Sun May 17 02:17:54 2026] GET /v2.0/security-group-rules/cda2e2f6-1c81-404f-9f29-3779a81ef8b1 => 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: 253/509] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:17:55 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => 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: 257/510] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:17:55 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 4694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/511] 199.204.45.38 () {44 vars in 1006 bytes} [Sun May 17 02:17:55 2026] GET /v2.0/security-group-rules/083eabb7-38f6-4218-8505-b765ce5d2700 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/512] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:17:56 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 4694 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/513] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:17:56 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/514] 199.204.45.38 () {44 vars in 1006 bytes} [Sun May 17 02:17:56 2026] GET /v2.0/security-group-rules/57e1af1f-323c-47ba-9d73-4e8e6035f8e2 => 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: 256/515] 199.204.45.38 () {44 vars in 982 bytes} [Sun May 17 02:17:57 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd => generated 773 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:17:57.862 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5477c596-bef2-40cc-b797-077b0dfb49b1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 260/516] 199.204.45.38 () {44 vars in 1071 bytes} [Sun May 17 02:17:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/517] 199.204.45.38 () {44 vars in 1094 bytes} [Sun May 17 02:17:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd => generated 1242 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/518] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:17:57 2026] GET /v2.0/security-groups/7c9b7428-3281-4f85-8052-be9b74e98d9c => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:18:07.312 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c3c8ae1-badc-41ab-9aaf-e009df1e20a4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 259/521] 199.204.45.38 () {44 vars in 975 bytes} [Sun May 17 02:18:07 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/522] 199.204.45.38 () {44 vars in 997 bytes} [Sun May 17 02:18:07 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/523] 199.204.45.38 () {44 vars in 915 bytes} [Sun May 17 02:18:08 2026] GET /v2.0/ports => generated 5217 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:18:10.076 8 INFO neutron.api.v2.resource [None req-110586b9-da9c-4dfa-9c84-87b97cdb3716 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/524] 199.204.45.38 () {44 vars in 954 bytes} [Sun May 17 02:18:10 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/525] 199.204.45.38 () {44 vars in 976 bytes} [Sun May 17 02:18:10 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/526] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:18:11 2026] GET /v2.0/security-groups/4aeeba06-824d-4b08-83f0-e5bf659ba699 => generated 2882 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/527] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:18:11 2026] GET /v2.0/security-groups/4aeeba06-824d-4b08-83f0-e5bf659ba699 => generated 2882 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/528] 199.204.45.38 () {44 vars in 1006 bytes} [Sun May 17 02:18:11 2026] GET /v2.0/security-group-rules/e188784d-78d7-4a2d-b220-3acbc32fc498 => generated 621 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/529] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:18:12 2026] GET /v2.0/security-groups/4aeeba06-824d-4b08-83f0-e5bf659ba699 => generated 2882 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/530] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:18:12 2026] GET /v2.0/security-groups/4aeeba06-824d-4b08-83f0-e5bf659ba699 => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/531] 199.204.45.38 () {44 vars in 1006 bytes} [Sun May 17 02:18:12 2026] GET /v2.0/security-group-rules/4c0efec9-5e19-4dc1-9023-c330c9d48b14 => generated 625 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/534] 199.204.45.38 () {44 vars in 970 bytes} [Sun May 17 02:18:25 2026] GET /v2.0/quotas/8ea12d20a947412880db696f1f35c4f6 => 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: 268/537] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:18:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/538] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:18:39 2026] GET /v2.0/ports => generated 5217 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/539] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:18:39 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: 8|app: 0|req: 271/540] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:18:39 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: 270/541] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:18:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/542] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:18:39 2026] GET /v2.0/networks => generated 2288 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/543] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:18:39 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/544] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:18:39 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: 272/545] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:18:39 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: 274/546] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:18:39 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: 7|app: 0|req: 273/547] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:18:39 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) 2026-05-17 02:19:22.928 7 INFO neutron.api.v2.resource [None req-eabc6551-a192-43eb-9c7a-f7c20e549cd5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 277/554] 199.204.45.38 () {44 vars in 1069 bytes} [Sun May 17 02:19:22 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=737bac152371465b965eae4582338c53 => generated 139 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/555] 199.204.45.38 () {44 vars in 1092 bytes} [Sun May 17 02:19:22 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=737bac152371465b965eae4582338c53 => generated 4072 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/556] 199.204.45.38 () {44 vars in 1083 bytes} [Sun May 17 02:19:24 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042?project_id=737bac152371465b965eae4582338c53 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/557] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:19:24 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042 => generated 4075 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/558] 199.204.45.38 () {44 vars in 1006 bytes} [Sun May 17 02:19:24 2026] GET /v2.0/security-group-rules/2d756a33-351e-4925-b4a5-c0ec9e1ddef5 => generated 597 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/559] 199.204.45.38 () {44 vars in 1083 bytes} [Sun May 17 02:19:25 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042?project_id=737bac152371465b965eae4582338c53 => generated 4075 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/560] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:19:25 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042 => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/561] 199.204.45.38 () {44 vars in 1006 bytes} [Sun May 17 02:19:25 2026] GET /v2.0/security-group-rules/8de05636-df4e-4fc0-a1d3-8402b322374c => generated 599 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/562] 199.204.45.38 () {44 vars in 1083 bytes} [Sun May 17 02:19:26 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042?project_id=737bac152371465b965eae4582338c53 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/563] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:19:26 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042 => generated 4075 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/564] 199.204.45.38 () {44 vars in 1006 bytes} [Sun May 17 02:19:26 2026] GET /v2.0/security-group-rules/412dc395-7e28-4aff-b113-79f0661ee89b => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/565] 199.204.45.38 () {44 vars in 1083 bytes} [Sun May 17 02:19:27 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042?project_id=737bac152371465b965eae4582338c53 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/566] 199.204.45.38 () {44 vars in 996 bytes} [Sun May 17 02:19:27 2026] GET /v2.0/security-groups/10346fcf-107a-4965-8f8e-b59c2c5e0042 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/567] 199.204.45.38 () {44 vars in 1006 bytes} [Sun May 17 02:19:27 2026] GET /v2.0/security-group-rules/bf1767a4-3e78-4c1f-8e74-cc009b8ea357 => generated 602 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/570] 199.204.45.38 () {44 vars in 970 bytes} [Sun May 17 02:19:36 2026] GET /v2.0/quotas/737bac152371465b965eae4582338c53 => generated 291 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/571] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:19:39 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: 286/572] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:19:39 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: 287/573] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:19:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/574] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:19:39 2026] GET /v2.0/networks => generated 2288 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/575] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:19:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/576] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:19:39 2026] GET /v2.0/agents => generated 1214 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/577] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:19:39 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: 289/578] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:19:39 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: 8|app: 0|req: 290/579] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:19:39 2026] GET /v2.0/floatingips => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/580] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:19:39 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/581] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:19:39 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: 7|app: 0|req: 294/588] 199.204.45.38 () {44 vars in 944 bytes} [Sun May 17 02:20:32 2026] GET /v2.0/networks?name=public => generated 791 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/591] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:20:39 2026] GET /v2.0/floatingips => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/592] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:20:39 2026] GET /v2.0/networks => generated 2288 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/593] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:20:39 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: 297/594] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:20:39 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/595] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:20:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/596] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:20:39 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: 299/597] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:20:39 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/598] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:20:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/599] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:20:39 2026] GET /v2.0/ports => generated 5217 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/600] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:20:39 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: 301/601] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:20:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/606] 10.0.0.197 () {32 vars in 648 bytes} [Sun May 17 02:21:14 2026] GET /v2.0/networks => generated 2288 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/607] 10.0.0.197 () {32 vars in 654 bytes} [Sun May 17 02:21:16 2026] GET /v2.0/floatingips => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/608] 10.0.0.197 () {32 vars in 646 bytes} [Sun May 17 02:21:16 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/609] 10.0.0.197 () {32 vars in 642 bytes} [Sun May 17 02:21:16 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: 8|app: 0|req: 305/610] 10.0.0.197 () {32 vars in 646 bytes} [Sun May 17 02:21:16 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/611] 10.0.0.197 () {32 vars in 648 bytes} [Sun May 17 02:21:16 2026] GET /v2.0/networks => generated 2288 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/612] 10.0.0.197 () {32 vars in 662 bytes} [Sun May 17 02:21:16 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/613] 10.0.0.197 () {32 vars in 654 bytes} [Sun May 17 02:21:16 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:21:28.590 8 INFO neutron.db.ovn_revision_numbers_db [None req-a20a2155-79ae-4cca-9fd9-a1d0a2186846 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 0523edeb-d514-448b-848b-6abd7c9908ed (type: security_groups) to 1 2026-05-17 02:21:28.602 8 INFO neutron.db.ovn_revision_numbers_db [None req-a20a2155-79ae-4cca-9fd9-a1d0a2186846 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 0c0dfd25-842c-4a1e-b2f5-9040f4b56495 (type: security_group_rules) to 0 2026-05-17 02:21:28.616 8 INFO neutron.db.ovn_revision_numbers_db [None req-a20a2155-79ae-4cca-9fd9-a1d0a2186846 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 57813926-a91e-41a7-a1fd-a9953af05298 (type: security_group_rules) to 0 2026-05-17 02:21:28.628 8 INFO neutron.db.ovn_revision_numbers_db [None req-a20a2155-79ae-4cca-9fd9-a1d0a2186846 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5f46dde3-5ee9-4eda-8193-a2f6581af8b7 (type: security_group_rules) to 0 2026-05-17 02:21:28.642 8 INFO neutron.db.ovn_revision_numbers_db [None req-a20a2155-79ae-4cca-9fd9-a1d0a2186846 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b0bb96c2-7ea6-463d-bb04-4846a1075b33 (type: security_group_rules) to 0 2026-05-17 02:21:28.763 8 INFO neutron.db.segments_db [None req-a20a2155-79ae-4cca-9fd9-a1d0a2186846 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Added segment aefebd96-7607-433c-94a3-b0d396598c20 of type geneve for network fb391899-5cd0-448c-8fa9-ba0fa4fba927 2026-05-17 02:21:28.883 8 INFO neutron.db.ovn_revision_numbers_db [None req-a20a2155-79ae-4cca-9fd9-a1d0a2186846 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fb391899-5cd0-448c-8fa9-ba0fa4fba927 (type: networks) to 1 2026-05-17 02:21:28.957 7 INFO neutron.db.ovn_revision_numbers_db [None req-56386ea9-3f4a-4f8d-b2cb-30a4dc0325a7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 68183d8e-3f71-4148-968b-cffd68fd0350 (type: security_groups) to 1 2026-05-17 02:21:28.972 7 INFO neutron.db.ovn_revision_numbers_db [None req-56386ea9-3f4a-4f8d-b2cb-30a4dc0325a7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2c04faeb-4f4a-4405-8a4a-245fdbf702f3 (type: security_group_rules) to 0 2026-05-17 02:21:28.987 7 INFO neutron.db.ovn_revision_numbers_db [None req-56386ea9-3f4a-4f8d-b2cb-30a4dc0325a7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6e00b2f4-54ce-4cd7-809d-21e45f08da45 (type: security_group_rules) to 0 2026-05-17 02:21:29.008 7 INFO neutron.db.ovn_revision_numbers_db [None req-56386ea9-3f4a-4f8d-b2cb-30a4dc0325a7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 98eec429-3f48-4b8f-8ec5-4969b24bbc59 (type: security_group_rules) to 0 2026-05-17 02:21:29.030 7 INFO neutron.db.ovn_revision_numbers_db [None req-56386ea9-3f4a-4f8d-b2cb-30a4dc0325a7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource df695f52-c510-4ede-95ce-c8de732e670e (type: security_group_rules) to 0 2026-05-17 02:21:29.045 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a20a2155-79ae-4cca-9fd9-a1d0a2186846 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:29.047 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a20a2155-79ae-4cca-9fd9-a1d0a2186846 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network fb391899-5cd0-448c-8fa9-ba0fa4fba927: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:29.139 7 INFO neutron.db.segments_db [None req-56386ea9-3f4a-4f8d-b2cb-30a4dc0325a7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Added segment a1d535fe-5e94-4763-8b6a-27c6cc5d74fc of type geneve for network 9337ca79-b7af-4a33-b417-7f1592b46d05 2026-05-17 02:21:29.150 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] OVN reports status down for port: 3d988dd9-966e-41c7-af85-6171b042aedf 2026-05-17 02:21:29.165 8 INFO neutron.db.ovn_revision_numbers_db [None req-a20a2155-79ae-4cca-9fd9-a1d0a2186846 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3d988dd9-966e-41c7-af85-6171b042aedf (type: ports) to 1 [pid: 8|app: 0|req: 308/616] 10.0.0.197 () {34 vars in 670 bytes} [Sun May 17 02:21:28 2026] POST /v2.0/networks => generated 792 bytes in 942 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:29.315 7 INFO neutron.db.ovn_revision_numbers_db [None req-56386ea9-3f4a-4f8d-b2cb-30a4dc0325a7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9337ca79-b7af-4a33-b417-7f1592b46d05 (type: networks) to 1 2026-05-17 02:21:29.494 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ddfc1d5-802e-4d40-81e3-a77db9124036 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d5094dcf-0934-43f3-8b72-8941a05fc52c (type: security_groups) to 1 2026-05-17 02:21:29.498 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-56386ea9-3f4a-4f8d-b2cb-30a4dc0325a7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:29.500 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-56386ea9-3f4a-4f8d-b2cb-30a4dc0325a7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 9337ca79-b7af-4a33-b417-7f1592b46d05: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:29.509 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ddfc1d5-802e-4d40-81e3-a77db9124036 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 83ef3156-ad08-4c4e-8b67-ee9a4dcb667e (type: security_group_rules) to 0 2026-05-17 02:21:29.527 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ddfc1d5-802e-4d40-81e3-a77db9124036 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource bea1737b-5fa0-4f8e-8124-0738bd917d46 (type: security_group_rules) to 0 2026-05-17 02:21:29.552 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] OVN reports status down for port: 73c7e59b-9450-4981-af76-eea2ef257b13 2026-05-17 02:21:29.555 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ddfc1d5-802e-4d40-81e3-a77db9124036 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c3f61588-91f9-4e0b-8eda-5c657ecc6e7c (type: security_group_rules) to 0 2026-05-17 02:21:29.568 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ddfc1d5-802e-4d40-81e3-a77db9124036 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource dee379e7-ff15-4b04-a01b-a5556c38564d (type: security_group_rules) to 0 2026-05-17 02:21:29.615 7 INFO neutron.db.ovn_revision_numbers_db [None req-56386ea9-3f4a-4f8d-b2cb-30a4dc0325a7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 73c7e59b-9450-4981-af76-eea2ef257b13 (type: ports) to 1 2026-05-17 02:21:29.645 8 INFO neutron.db.segments_db [None req-2ddfc1d5-802e-4d40-81e3-a77db9124036 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Added segment 6d5d1551-0e5a-44ec-a650-69762ba37cc0 of type geneve for network 1e096f83-8c0b-468a-bba7-db538613b77e [pid: 7|app: 0|req: 309/617] 10.0.0.197 () {34 vars in 670 bytes} [Sun May 17 02:21:28 2026] POST /v2.0/networks => generated 786 bytes in 1011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:29.754 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ddfc1d5-802e-4d40-81e3-a77db9124036 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1e096f83-8c0b-468a-bba7-db538613b77e (type: networks) to 1 2026-05-17 02:21:29.821 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f97b333a-f8a0-47ed-85b8-abe4742bec6e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:29.828 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f97b333a-f8a0-47ed-85b8-abe4742bec6e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network fb391899-5cd0-448c-8fa9-ba0fa4fba927: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:29.874 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2ddfc1d5-802e-4d40-81e3-a77db9124036 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:29.875 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2ddfc1d5-802e-4d40-81e3-a77db9124036 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 1e096f83-8c0b-468a-bba7-db538613b77e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:29.941 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] OVN reports status down for port: d2d73c0b-a3be-46a1-b312-89a785ad2899 2026-05-17 02:21:29.949 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ddfc1d5-802e-4d40-81e3-a77db9124036 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d2d73c0b-a3be-46a1-b312-89a785ad2899 (type: ports) to 1 [pid: 8|app: 0|req: 309/618] 10.0.0.197 () {34 vars in 670 bytes} [Sun May 17 02:21:29 2026] POST /v2.0/networks => generated 788 bytes in 779 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:30.009 8 WARNING neutron.db.securitygroups_db [None req-b37d5bff-a208-49a1-986c-7fe25f268bfa 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:21:30.125 8 INFO neutron.db.ovn_revision_numbers_db [None req-b37d5bff-a208-49a1-986c-7fe25f268bfa 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 23e3e89b-2f6c-4ca3-baba-d6093818a1a1 (type: security_groups) to 1 2026-05-17 02:21:30.136 8 INFO neutron.db.ovn_revision_numbers_db [None req-b37d5bff-a208-49a1-986c-7fe25f268bfa 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7a91f9d9-be9b-4ee6-90a4-6dfc76186f06 (type: security_group_rules) to 0 2026-05-17 02:21:30.147 8 INFO neutron.db.ovn_revision_numbers_db [None req-b37d5bff-a208-49a1-986c-7fe25f268bfa 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 84bcec38-673a-4dba-b748-8cca10be398f (type: security_group_rules) to 0 2026-05-17 02:21:30.159 8 INFO neutron.db.ovn_revision_numbers_db [None req-b37d5bff-a208-49a1-986c-7fe25f268bfa 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8c7352cf-7fa7-4de7-b32d-672cfab5344f (type: security_group_rules) to 0 2026-05-17 02:21:30.170 8 INFO neutron.db.ovn_revision_numbers_db [None req-b37d5bff-a208-49a1-986c-7fe25f268bfa 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f8ac75e4-67bc-46e1-96d0-59a2c8f35eb3 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 310/619] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:21:29 2026] GET /v2.0/security-groups?tenant_id=656001152d084ba4933d01f89198c5b7&name=default => generated 2921 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:21:30.349 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-918a45d0-b4c1-4fe8-8707-5da23c8ef922 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:30.351 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-918a45d0-b4c1-4fe8-8707-5da23c8ef922 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 9337ca79-b7af-4a33-b417-7f1592b46d05: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:30.394 7 INFO neutron.db.ovn_revision_numbers_db [None req-f97b333a-f8a0-47ed-85b8-abe4742bec6e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3d988dd9-966e-41c7-af85-6171b042aedf (type: ports) to 2 2026-05-17 02:21:30.429 7 INFO neutron.db.ovn_revision_numbers_db [None req-f97b333a-f8a0-47ed-85b8-abe4742bec6e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7431ea54-fca6-44d7-af85-260744fca944 (type: subnets) to 0 [pid: 7|app: 0|req: 310/620] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:21:29 2026] POST /v2.0/subnets => generated 699 bytes in 791 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:30.569 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b8e95cf3-3d1c-4986-b3e3-1b404cff7a9d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:30.570 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b8e95cf3-3d1c-4986-b3e3-1b404cff7a9d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 1e096f83-8c0b-468a-bba7-db538613b77e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:30.772 8 INFO neutron.db.ovn_revision_numbers_db [None req-918a45d0-b4c1-4fe8-8707-5da23c8ef922 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 73c7e59b-9450-4981-af76-eea2ef257b13 (type: ports) to 2 2026-05-17 02:21:30.803 8 INFO neutron.db.ovn_revision_numbers_db [None req-918a45d0-b4c1-4fe8-8707-5da23c8ef922 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b3b2398d-de50-4c6c-9e0f-0eeb0a982282 (type: subnets) to 0 [pid: 8|app: 0|req: 311/621] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:21:30 2026] POST /v2.0/subnets => generated 692 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:31.020 7 INFO neutron.db.ovn_revision_numbers_db [None req-b8e95cf3-3d1c-4986-b3e3-1b404cff7a9d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d2d73c0b-a3be-46a1-b312-89a785ad2899 (type: ports) to 2 [pid: 8|app: 0|req: 312/622] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:21:30 2026] DELETE /v2.0/security-groups/23e3e89b-2f6c-4ca3-baba-d6093818a1a1 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:21:31.052 7 INFO neutron.db.ovn_revision_numbers_db [None req-b8e95cf3-3d1c-4986-b3e3-1b404cff7a9d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a9a0e049-6341-40ea-abfa-045acfb39a16 (type: subnets) to 0 [pid: 7|app: 0|req: 311/623] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:21:30 2026] POST /v2.0/subnets => generated 694 bytes in 622 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:31.560 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3df0a4d8-17b4-445b-a980-cd94e77b077e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:31.561 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3df0a4d8-17b4-445b-a980-cd94e77b077e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:31.581 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d1d2464c-a3ce-4c11-9734-60421ae37293 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:31.583 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d1d2464c-a3ce-4c11-9734-60421ae37293 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:31.698 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] OVN reports status down for port: d3b3c91c-719e-4b5d-8916-f4b1933e2cb3 2026-05-17 02:21:31.704 8 INFO neutron.db.ovn_revision_numbers_db [None req-3df0a4d8-17b4-445b-a980-cd94e77b077e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d3b3c91c-719e-4b5d-8916-f4b1933e2cb3 (type: ports) to 1 2026-05-17 02:21:31.777 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-233389ff-82ee-4af1-8d11-4bd36be49b75 - - - - - -] OVN reports status down for port: db66f065-1d06-44c9-8a48-51847fcdbac1 2026-05-17 02:21:31.804 7 INFO neutron.db.ovn_revision_numbers_db [None req-d1d2464c-a3ce-4c11-9734-60421ae37293 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource db66f065-1d06-44c9-8a48-51847fcdbac1 (type: ports) to 1 2026-05-17 02:21:32.117 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-3df0a4d8-17b4-445b-a980-cd94e77b077e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Starting OVNClientQosExtension 2026-05-17 02:21:32.146 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.extensions.qos [None req-d1d2464c-a3ce-4c11-9734-60421ae37293 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Starting OVNClientQosExtension 2026-05-17 02:21:32.510 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router a590c49c-c1e7-4d78-824e-c6d48a6a42b7 is bound to host instance 2026-05-17 02:21:32.616 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] OVN reports status up for port: d3b3c91c-719e-4b5d-8916-f4b1933e2cb3 2026-05-17 02:21:32.621 8 INFO neutron.db.ovn_revision_numbers_db [None req-3df0a4d8-17b4-445b-a980-cd94e77b077e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d3b3c91c-719e-4b5d-8916-f4b1933e2cb3 (type: router_ports) to 1 2026-05-17 02:21:32.666 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [-] Router 98561b2c-3aac-4a21-a9d6-147e533b4383 is bound to host instance 2026-05-17 02:21:32.695 7 INFO neutron.plugins.ml2.plugin [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] Attempt 1 to provision port d3b3c91c-719e-4b5d-8916-f4b1933e2cb3 2026-05-17 02:21:32.839 7 INFO neutron.db.ovn_revision_numbers_db [None req-d1d2464c-a3ce-4c11-9734-60421ae37293 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource db66f065-1d06-44c9-8a48-51847fcdbac1 (type: router_ports) to 1 2026-05-17 02:21:32.851 8 INFO neutron.db.ovn_revision_numbers_db [None req-3df0a4d8-17b4-445b-a980-cd94e77b077e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a590c49c-c1e7-4d78-824e-c6d48a6a42b7 (type: routers) to 2 2026-05-17 02:21:32.868 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-233389ff-82ee-4af1-8d11-4bd36be49b75 - - - - - -] OVN reports status up for port: db66f065-1d06-44c9-8a48-51847fcdbac1 [pid: 8|app: 0|req: 313/624] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:21:31 2026] POST /v2.0/routers => generated 998 bytes in 1859 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:32.914 8 INFO neutron.plugins.ml2.plugin [None req-233389ff-82ee-4af1-8d11-4bd36be49b75 - - - - - -] Attempt 1 to provision port db66f065-1d06-44c9-8a48-51847fcdbac1 2026-05-17 02:21:33.012 7 INFO neutron.db.ovn_revision_numbers_db [None req-d1d2464c-a3ce-4c11-9734-60421ae37293 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 98561b2c-3aac-4a21-a9d6-147e533b4383 (type: routers) to 2 [pid: 7|app: 0|req: 312/625] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:21:31 2026] POST /v2.0/routers => generated 991 bytes in 1972 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:33.519 7 INFO neutron.db.ovn_revision_numbers_db [None req-0019b7c8-12f3-4d18-b128-fb97df8bb079 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a73cf349-f684-484c-b11c-c02458d27d2c (type: security_groups) to 1 2026-05-17 02:21:33.543 7 INFO neutron.db.ovn_revision_numbers_db [None req-0019b7c8-12f3-4d18-b128-fb97df8bb079 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3c7b250d-b7a3-45d2-babd-ab44070634c8 (type: security_group_rules) to 0 2026-05-17 02:21:33.564 7 INFO neutron.db.ovn_revision_numbers_db [None req-0019b7c8-12f3-4d18-b128-fb97df8bb079 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7f567987-02de-4a16-8136-b9aae5f0b16c (type: security_group_rules) to 0 2026-05-17 02:21:33.591 7 INFO neutron.db.ovn_revision_numbers_db [None req-0019b7c8-12f3-4d18-b128-fb97df8bb079 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 83eb3bb0-0bbe-4079-8ba4-6001b7116fee (type: security_group_rules) to 0 2026-05-17 02:21:33.615 7 INFO neutron.db.ovn_revision_numbers_db [None req-0019b7c8-12f3-4d18-b128-fb97df8bb079 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fde39fde-f0da-4f9a-8902-3f170a1c309e (type: security_group_rules) to 0 2026-05-17 02:21:33.732 7 INFO neutron.db.segments_db [None req-0019b7c8-12f3-4d18-b128-fb97df8bb079 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Added segment 3d877039-bf88-41e5-99bb-d30403cb60c8 of type geneve for network fdafa456-8018-4661-a7d1-e9aae654ad76 2026-05-17 02:21:33.855 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-38eea177-0905-4b62-9d20-8b8f33806636 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:33.858 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-38eea177-0905-4b62-9d20-8b8f33806636 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:33.945 7 INFO neutron.db.ovn_revision_numbers_db [None req-0019b7c8-12f3-4d18-b128-fb97df8bb079 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fdafa456-8018-4661-a7d1-e9aae654ad76 (type: networks) to 1 2026-05-17 02:21:34.029 7 INFO neutron.db.ovn_revision_numbers_db [None req-59c91753-b2c5-4488-8ae2-4d536b58028c - - - - - -] Successfully bumped revision number for resource db66f065-1d06-44c9-8a48-51847fcdbac1 (type: ports) to 4 2026-05-17 02:21:34.141 8 INFO neutron.db.ovn_revision_numbers_db [None req-38eea177-0905-4b62-9d20-8b8f33806636 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ebaa0c95-af23-49de-ba02-3d428f139e12 (type: ports) to 1 2026-05-17 02:21:34.279 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0019b7c8-12f3-4d18-b128-fb97df8bb079 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:34.282 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0019b7c8-12f3-4d18-b128-fb97df8bb079 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network fdafa456-8018-4661-a7d1-e9aae654ad76: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:34.416 7 INFO neutron.db.ovn_revision_numbers_db [None req-0019b7c8-12f3-4d18-b128-fb97df8bb079 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f18e3459-4edc-4b7a-be0d-5f4aef38782e (type: ports) to 1 [pid: 7|app: 0|req: 313/626] 10.0.0.197 () {34 vars in 670 bytes} [Sun May 17 02:21:33 2026] POST /v2.0/networks => generated 790 bytes in 1417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:34.710 7 INFO neutron.db.ovn_revision_numbers_db [None req-59c91753-b2c5-4488-8ae2-4d536b58028c - - - - - -] Successfully bumped revision number for resource db66f065-1d06-44c9-8a48-51847fcdbac1 (type: ports) to 5 2026-05-17 02:21:35.032 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1d5c3457-0273-4548-a895-f818d04426af 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:35.034 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1d5c3457-0273-4548-a895-f818d04426af 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network fb391899-5cd0-448c-8fa9-ba0fa4fba927: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:35.117 8 INFO neutron.db.ovn_revision_numbers_db [None req-efde11a9-6ac4-41d7-8c89-218613dccaa7 - - - - - -] Successfully bumped revision number for resource d3b3c91c-719e-4b5d-8916-f4b1933e2cb3 (type: ports) to 4 2026-05-17 02:21:35.216 7 INFO neutron.db.ovn_revision_numbers_db [None req-1d5c3457-0273-4548-a895-f818d04426af 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5cdfb2ee-083c-429b-8fdb-adef0bedfa3a (type: ports) to 1 2026-05-17 02:21:35.306 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-233389ff-82ee-4af1-8d11-4bd36be49b75 - - - - - -] OVN reports status down for port: f18e3459-4edc-4b7a-be0d-5f4aef38782e 2026-05-17 02:21:35.848 8 INFO neutron.db.ovn_revision_numbers_db [None req-efde11a9-6ac4-41d7-8c89-218613dccaa7 - - - - - -] Successfully bumped revision number for resource d3b3c91c-719e-4b5d-8916-f4b1933e2cb3 (type: ports) to 5 2026-05-17 02:21:36.013 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-efde11a9-6ac4-41d7-8c89-218613dccaa7 - - - - - -] Router 813141b0-6aaa-437b-be32-a61b53a9276d is bound to host instance 2026-05-17 02:21:36.109 8 INFO neutron.db.ovn_revision_numbers_db [None req-38eea177-0905-4b62-9d20-8b8f33806636 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ebaa0c95-af23-49de-ba02-3d428f139e12 (type: router_ports) to 1 2026-05-17 02:21:36.159 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] OVN reports status down for port: ebaa0c95-af23-49de-ba02-3d428f139e12 2026-05-17 02:21:36.269 8 INFO neutron.db.ovn_revision_numbers_db [None req-38eea177-0905-4b62-9d20-8b8f33806636 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 813141b0-6aaa-437b-be32-a61b53a9276d (type: routers) to 2 [pid: 8|app: 0|req: 314/627] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:21:32 2026] POST /v2.0/routers => generated 993 bytes in 3399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:36.305 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] Logical_Switch_Port ebaa0c95-af23-49de-ba02-3d428f139e12 host information not removed, the port state is up 2026-05-17 02:21:36.306 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] OVN reports status down for port: 5cdfb2ee-083c-429b-8fdb-adef0bedfa3a 2026-05-17 02:21:36.419 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] OVN reports status up for port: ebaa0c95-af23-49de-ba02-3d428f139e12 2026-05-17 02:21:36.447 7 INFO neutron.plugins.ml2.plugin [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] Attempt 1 to provision port ebaa0c95-af23-49de-ba02-3d428f139e12 2026-05-17 02:21:36.829 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d9bfba27-729c-4f14-9e06-5b0a3edcb9c5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:36.831 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d9bfba27-729c-4f14-9e06-5b0a3edcb9c5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 9337ca79-b7af-4a33-b417-7f1592b46d05: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:36.871 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1d5c3457-0273-4548-a895-f818d04426af 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:36.872 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1d5c3457-0273-4548-a895-f818d04426af 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network fb391899-5cd0-448c-8fa9-ba0fa4fba927: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:36.952 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-233389ff-82ee-4af1-8d11-4bd36be49b75 - - - - - -] OVN reports status down for port: 4ad75ee5-5653-45c9-884e-d216341c1964 2026-05-17 02:21:37.064 8 INFO neutron.db.ovn_revision_numbers_db [None req-d9bfba27-729c-4f14-9e06-5b0a3edcb9c5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4ad75ee5-5653-45c9-884e-d216341c1964 (type: ports) to 1 2026-05-17 02:21:37.413 7 INFO neutron.db.ovn_revision_numbers_db [None req-1d5c3457-0273-4548-a895-f818d04426af 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5cdfb2ee-083c-429b-8fdb-adef0bedfa3a (type: router_ports) to 1 [pid: 7|app: 0|req: 314/628] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:21:34 2026] PUT /v2.0/routers/a590c49c-c1e7-4d78-824e-c6d48a6a42b7/add_router_interface => generated 310 bytes in 2960 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:21:37.571 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-53325255-88f0-4c69-b130-74420a7e7a98 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:37.572 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-53325255-88f0-4c69-b130-74420a7e7a98 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network fdafa456-8018-4661-a7d1-e9aae654ad76: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:38.036 7 INFO neutron.db.ovn_revision_numbers_db [None req-53325255-88f0-4c69-b130-74420a7e7a98 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f18e3459-4edc-4b7a-be0d-5f4aef38782e (type: ports) to 2 2026-05-17 02:21:38.067 7 INFO neutron.db.ovn_revision_numbers_db [None req-53325255-88f0-4c69-b130-74420a7e7a98 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 858135a9-f094-42fb-8b92-627d7855b66d (type: subnets) to 0 [pid: 7|app: 0|req: 315/629] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:21:37 2026] POST /v2.0/subnets => generated 696 bytes in 665 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:38.369 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-233389ff-82ee-4af1-8d11-4bd36be49b75 - - - - - -] OVN reports status up for port: 4ad75ee5-5653-45c9-884e-d216341c1964 2026-05-17 02:21:38.421 8 INFO neutron.plugins.ml2.plugin [None req-233389ff-82ee-4af1-8d11-4bd36be49b75 - - - - - -] Attempt 1 to provision port 4ad75ee5-5653-45c9-884e-d216341c1964 2026-05-17 02:21:38.540 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ba4ad7c3-1050-43ab-bba0-ac0c511b18d4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:38.542 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ba4ad7c3-1050-43ab-bba0-ac0c511b18d4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 1e096f83-8c0b-468a-bba7-db538613b77e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:38.657 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d9bfba27-729c-4f14-9e06-5b0a3edcb9c5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:38.669 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d9bfba27-729c-4f14-9e06-5b0a3edcb9c5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 9337ca79-b7af-4a33-b417-7f1592b46d05: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:38.703 7 INFO neutron.db.ovn_revision_numbers_db [None req-ba4ad7c3-1050-43ab-bba0-ac0c511b18d4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3221b734-0538-438f-806b-8d2decaa9459 (type: ports) to 1 2026-05-17 02:21:39.038 8 INFO neutron.db.ovn_revision_numbers_db [None req-d861023a-6624-4ac8-be0a-8f030a55f981 - - - - - -] Successfully bumped revision number for resource ebaa0c95-af23-49de-ba02-3d428f139e12 (type: ports) to 4 2026-05-17 02:21:39.261 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] OVN reports status up for port: 5cdfb2ee-083c-429b-8fdb-adef0bedfa3a 2026-05-17 02:21:39.291 7 INFO neutron.plugins.ml2.plugin [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] Attempt 1 to provision port 5cdfb2ee-083c-429b-8fdb-adef0bedfa3a 2026-05-17 02:21:39.571 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ba4ad7c3-1050-43ab-bba0-ac0c511b18d4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:39.576 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ba4ad7c3-1050-43ab-bba0-ac0c511b18d4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 1e096f83-8c0b-468a-bba7-db538613b77e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:39.798 8 INFO neutron.db.ovn_revision_numbers_db [None req-233389ff-82ee-4af1-8d11-4bd36be49b75 - - - - - -] Successfully bumped revision number for resource 4ad75ee5-5653-45c9-884e-d216341c1964 (type: ports) to 2 2026-05-17 02:21:40.109 7 INFO neutron.db.ovn_revision_numbers_db [None req-3c0c3d2c-9fab-4cda-b8b1-466a021e8648 - - - - - -] Successfully bumped revision number for resource 5cdfb2ee-083c-429b-8fdb-adef0bedfa3a (type: ports) to 2 2026-05-17 02:21:40.217 8 INFO neutron.db.ovn_revision_numbers_db [None req-d9bfba27-729c-4f14-9e06-5b0a3edcb9c5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4ad75ee5-5653-45c9-884e-d216341c1964 (type: router_ports) to 1 [pid: 8|app: 0|req: 315/632] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:21:36 2026] PUT /v2.0/routers/98561b2c-3aac-4a21-a9d6-147e533b4383/add_router_interface => generated 310 bytes in 3918 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:21:40.224 8 INFO neutron.db.ovn_revision_numbers_db [None req-d861023a-6624-4ac8-be0a-8f030a55f981 - - - - - -] Successfully bumped revision number for resource ebaa0c95-af23-49de-ba02-3d428f139e12 (type: ports) to 5 2026-05-17 02:21:40.397 8 INFO neutron.db.ovn_revision_numbers_db [None req-58dd9151-73a6-4a79-a772-6698ab01f9f3 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Successfully bumped revision number for resource 1fb5a910-dac2-4a66-a34b-8e6862d4ab6f (type: security_groups) to 1 2026-05-17 02:21:40.411 8 INFO neutron.db.ovn_revision_numbers_db [None req-58dd9151-73a6-4a79-a772-6698ab01f9f3 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Successfully bumped revision number for resource 3c195fab-9410-41d8-965c-e8056f51db5a (type: security_group_rules) to 0 2026-05-17 02:21:40.419 7 INFO neutron.db.ovn_revision_numbers_db [None req-ba4ad7c3-1050-43ab-bba0-ac0c511b18d4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3221b734-0538-438f-806b-8d2decaa9459 (type: router_ports) to 1 2026-05-17 02:21:40.422 8 INFO neutron.db.ovn_revision_numbers_db [None req-58dd9151-73a6-4a79-a772-6698ab01f9f3 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Successfully bumped revision number for resource e9a08bdc-cf6d-4f16-ab60-b98809a8cad2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 318/633] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:21:38 2026] PUT /v2.0/routers/813141b0-6aaa-437b-be32-a61b53a9276d/add_router_interface => generated 310 bytes in 2334 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/634] 10.0.0.197 () {34 vars in 684 bytes} [Sun May 17 02:21:40 2026] POST /v2.0/security-groups => generated 1659 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/635] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:21:40 2026] GET /v2.0/networks => generated 5500 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:21:40.695 8 INFO neutron.db.ovn_revision_numbers_db [None req-f3ecc8ed-62d5-4317-a911-a5ca315923b6 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Successfully bumped revision number for resource 07867ac6-e45d-4a9c-a3a2-7f4df0b599fb (type: security_group_rules) to 0 [pid: 8|app: 0|req: 318/636] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:21:40 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) [pid: 8|app: 0|req: 319/637] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:21:40 2026] GET /v2.0/ports => generated 16010 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-17 02:21:40.853 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e58c7a79-8a02-468a-8d5b-c834edac6527 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:40.855 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e58c7a79-8a02-468a-8d5b-c834edac6527 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:40.933 8 INFO neutron.db.ovn_revision_numbers_db [None req-df82ba76-9e99-418d-895e-5071bca2c50b 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Successfully bumped revision number for resource e46c4939-e2f4-485e-ad92-d09acc7d4b30 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 320/638] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:21:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:40.978 7 INFO neutron.db.ovn_revision_numbers_db [None req-e58c7a79-8a02-468a-8d5b-c834edac6527 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f591ea72-bcd8-4a79-9329-40a98ba21f79 (type: ports) to 1 [pid: 8|app: 0|req: 321/639] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:21:40 2026] GET /v2.0/network-ip-availabilities => generated 5021 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:21:41.075 8 INFO neutron.db.ovn_revision_numbers_db [None req-49fea5b2-2986-4fe3-acac-c83d3593e690 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] Successfully bumped revision number for resource 871575dd-cd05-4bdf-bbef-7e990ad4ed8c (type: security_groups) to 1 2026-05-17 02:21:41.084 8 INFO neutron.db.ovn_revision_numbers_db [None req-49fea5b2-2986-4fe3-acac-c83d3593e690 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] Successfully bumped revision number for resource 2a3eaf41-a091-46be-8694-5862849db696 (type: security_group_rules) to 0 2026-05-17 02:21:41.093 8 INFO neutron.db.ovn_revision_numbers_db [None req-49fea5b2-2986-4fe3-acac-c83d3593e690 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] Successfully bumped revision number for resource 4f94661f-9677-4c8e-b446-f7eddcf8d727 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 322/640] 10.0.0.197 () {34 vars in 684 bytes} [Sun May 17 02:21:40 2026] POST /v2.0/security-groups => generated 1659 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:21:41.349 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cfec30fa-bff5-495c-a234-8bd55714ca4b 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] No more DHCP agents 2026-05-17 02:21:41.350 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cfec30fa-bff5-495c-a234-8bd55714ca4b 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:41.579 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-d861023a-6624-4ac8-be0a-8f030a55f981 - - - - - -] Router 8c709caf-bb72-44d5-b120-ace79001a592 is bound to host instance 2026-05-17 02:21:41.616 7 INFO neutron.db.ovn_revision_numbers_db [None req-e58c7a79-8a02-468a-8d5b-c834edac6527 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f591ea72-bcd8-4a79-9329-40a98ba21f79 (type: router_ports) to 1 2026-05-17 02:21:41.676 7 INFO neutron.db.ovn_revision_numbers_db [None req-e58c7a79-8a02-468a-8d5b-c834edac6527 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8c709caf-bb72-44d5-b120-ace79001a592 (type: routers) to 2 [pid: 8|app: 0|req: 323/641] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:21:41 2026] POST /v2.0/floatingips => generated 552 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/642] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:21:40 2026] POST /v2.0/routers => generated 995 bytes in 1266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/643] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:21:41 2026] GET /v2.0/security-groups => generated 33500 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-17 02:21:41.855 7 INFO neutron.db.ovn_revision_numbers_db [req-b1462fb6-db38-4732-9155-e7841e49d2d0 req-719ffe9e-9834-482e-8f3b-987d5bed5df8 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] Successfully bumped revision number for resource 3af70b5b-28f4-463a-8b0d-f73d2c13f6b3 (type: security_groups) to 1 2026-05-17 02:21:41.874 7 INFO neutron.db.ovn_revision_numbers_db [req-b1462fb6-db38-4732-9155-e7841e49d2d0 req-719ffe9e-9834-482e-8f3b-987d5bed5df8 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] Successfully bumped revision number for resource 5ecb4595-48de-4a5d-a3c8-9fe17d4fa1f6 (type: security_group_rules) to 0 2026-05-17 02:21:41.897 7 INFO neutron.db.ovn_revision_numbers_db [req-b1462fb6-db38-4732-9155-e7841e49d2d0 req-719ffe9e-9834-482e-8f3b-987d5bed5df8 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] Successfully bumped revision number for resource c39946e5-7f53-4158-99e1-1b2155fc6ee7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 320/644] 10.0.0.151 () {38 vars in 970 bytes} [Sun May 17 02:21:41 2026] POST /v2.0/security-groups => generated 1681 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:21:42.033 8 INFO neutron.db.ovn_revision_numbers_db [None req-7a8f807b-a7cc-4d6e-9f33-724d69757f54 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] Successfully bumped revision number for resource 27b9bf88-2d65-4c4d-8c60-f0aa395be75e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 325/645] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:21:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/646] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:21:42 2026] GET /v2.0/agents => generated 1214 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:21:42.145 8 WARNING neutron.db.securitygroups_db [req-706a899b-bd9b-41b4-8eb3-52c698e41595 req-b75495ed-94bd-4767-bd96-a3729f17ab06 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] 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: 327/647] 10.0.0.151 () {34 vars in 1099 bytes} [Sun May 17 02:21:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1032961915&fields=id&tenant_id=7069091cd6ae4d7c9733baae2ef478fa => generated 69 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:21:42.371 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-52f44e15-dbbb-4edb-a591-3704a5555ee2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:42.372 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-52f44e15-dbbb-4edb-a591-3704a5555ee2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network fdafa456-8018-4661-a7d1-e9aae654ad76: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:42.520 7 INFO neutron.db.ovn_revision_numbers_db [None req-52f44e15-dbbb-4edb-a591-3704a5555ee2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource cab66f9e-0f35-4202-97ad-9a24b474b84d (type: ports) to 1 2026-05-17 02:21:43.069 8 INFO neutron.db.ovn_revision_numbers_db [None req-9f010a64-d23b-40ff-a637-5861bcb36462 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] Successfully bumped revision number for resource 5ec976b5-d1f7-42ef-b712-5a3ea1f7ddfc (type: security_group_rules) to 0 [pid: 8|app: 0|req: 328/648] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:21:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 960 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:43.237 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-52f44e15-dbbb-4edb-a591-3704a5555ee2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:43.239 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-52f44e15-dbbb-4edb-a591-3704a5555ee2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network fdafa456-8018-4661-a7d1-e9aae654ad76: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 329/649] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:21:43 2026] GET /v2.0/subnets => generated 4049 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/650] 10.0.0.151 () {34 vars in 981 bytes} [Sun May 17 02:21:43 2026] GET /v2.0/networks?id=fb391899-5cd0-448c-8fa9-ba0fa4fba927 => generated 722 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:21:43.738 8 INFO neutron.db.ovn_revision_numbers_db [req-4719cb7e-d1b6-47fe-81ec-ce74e7d477ac req-3c391e16-42f5-4589-afdb-aec391721454 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] Successfully bumped revision number for resource 5fe24f8b-b924-490c-8f0d-cdf77f68671f (type: security_groups) to 1 2026-05-17 02:21:43.755 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f7cd755-7076-45ce-99c2-60f4a8b304cb - - - - - -] Successfully bumped revision number for resource f591ea72-bcd8-4a79-9329-40a98ba21f79 (type: ports) to 4 2026-05-17 02:21:43.771 7 INFO neutron.db.ovn_revision_numbers_db [None req-52f44e15-dbbb-4edb-a591-3704a5555ee2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource cab66f9e-0f35-4202-97ad-9a24b474b84d (type: router_ports) to 1 [pid: 7|app: 0|req: 321/651] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:21:41 2026] PUT /v2.0/routers/8c709caf-bb72-44d5-b120-ace79001a592/add_router_interface => generated 310 bytes in 1832 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:21:43.786 8 INFO neutron.db.ovn_revision_numbers_db [req-4719cb7e-d1b6-47fe-81ec-ce74e7d477ac req-3c391e16-42f5-4589-afdb-aec391721454 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] Successfully bumped revision number for resource 3252bf01-da01-4acc-84db-9c3cca28e244 (type: security_group_rules) to 0 2026-05-17 02:21:43.824 8 INFO neutron.db.ovn_revision_numbers_db [req-4719cb7e-d1b6-47fe-81ec-ce74e7d477ac req-3c391e16-42f5-4589-afdb-aec391721454 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] Successfully bumped revision number for resource b52f21db-dcaa-4b59-b664-64c81971d44a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 331/652] 10.0.0.151 () {38 vars in 970 bytes} [Sun May 17 02:21:43 2026] POST /v2.0/security-groups => generated 1681 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/653] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:21:43 2026] GET /v2.0/subnetpools => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/654] 10.0.0.151 () {34 vars in 964 bytes} [Sun May 17 02:21:43 2026] GET /v2.0/quotas/7069091cd6ae4d7c9733baae2ef478fa => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/655] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:21:43 2026] GET /v2.0/floatingips => generated 555 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:21:44.048 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a293a6ab-1754-4ff3-ac77-913a790567ee 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] No more DHCP agents 2026-05-17 02:21:44.056 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a293a6ab-1754-4ff3-ac77-913a790567ee 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:44.241 8 INFO neutron.db.ovn_revision_numbers_db [req-b5d70112-55a1-4eab-805f-6329bcea2f7e req-7526d8c0-c466-4907-a62c-567050ad01f7 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] Successfully bumped revision number for resource a5286283-2c02-4911-aa49-796d0477dceb (type: security_groups) to 1 2026-05-17 02:21:44.264 8 INFO neutron.db.ovn_revision_numbers_db [req-b5d70112-55a1-4eab-805f-6329bcea2f7e req-7526d8c0-c466-4907-a62c-567050ad01f7 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] Successfully bumped revision number for resource 4f9387ac-96aa-420b-ba04-63ad3de37cc5 (type: security_group_rules) to 0 2026-05-17 02:21:44.289 8 INFO neutron.db.ovn_revision_numbers_db [req-b5d70112-55a1-4eab-805f-6329bcea2f7e req-7526d8c0-c466-4907-a62c-567050ad01f7 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] Successfully bumped revision number for resource a3a77f1b-dd55-4fd3-9a4e-6ad52318e412 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 322/656] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:21:43 2026] POST /v2.0/floatingips => generated 552 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/657] 10.0.0.151 () {38 vars in 970 bytes} [Sun May 17 02:21:43 2026] POST /v2.0/security-groups => generated 1681 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/658] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:21:44 2026] GET /v2.0/ports?tenant_id=7069091cd6ae4d7c9733baae2ef478fa&fields=id => generated 103 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/659] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:21:44 2026] GET /v2.0/subnets => generated 4049 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:21:44.471 8 INFO neutron.db.ovn_revision_numbers_db [None req-2f7cd755-7076-45ce-99c2-60f4a8b304cb - - - - - -] Successfully bumped revision number for resource f591ea72-bcd8-4a79-9329-40a98ba21f79 (type: ports) to 5 2026-05-17 02:21:44.594 7 INFO neutron.db.ovn_revision_numbers_db [req-cc3643b3-69cf-4ff4-a1c4-73779c97fe5a req-459ca95e-ff11-4dd4-ad27-1ece52737d92 1cf2ecd1f86a4adf9f1bcc9b87f69b89 8403a517fdd5404397af16601c52ab22 - - default default] Successfully bumped revision number for resource c25bd23e-d532-4199-89da-0ad64e724afb (type: security_groups) to 1 [pid: 8|app: 0|req: 337/660] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:21:44 2026] GET /v2.0/routers => generated 3974 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:21:44.613 7 INFO neutron.db.ovn_revision_numbers_db [req-cc3643b3-69cf-4ff4-a1c4-73779c97fe5a req-459ca95e-ff11-4dd4-ad27-1ece52737d92 1cf2ecd1f86a4adf9f1bcc9b87f69b89 8403a517fdd5404397af16601c52ab22 - - default default] Successfully bumped revision number for resource bd0b6383-2619-468d-9500-4b6d0b51d51a (type: security_group_rules) to 0 2026-05-17 02:21:44.627 7 INFO neutron.db.ovn_revision_numbers_db [req-cc3643b3-69cf-4ff4-a1c4-73779c97fe5a req-459ca95e-ff11-4dd4-ad27-1ece52737d92 1cf2ecd1f86a4adf9f1bcc9b87f69b89 8403a517fdd5404397af16601c52ab22 - - default default] Successfully bumped revision number for resource cfb86134-3901-48f4-b3f9-d016fae34077 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 338/661] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:21:44 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: 324/662] 10.0.0.151 () {38 vars in 970 bytes} [Sun May 17 02:21:44 2026] POST /v2.0/security-groups => generated 1686 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:21:44.712 8 WARNING neutron.db.securitygroups_db [req-082d5a1d-0cf5-4d17-b1a0-5950813b84d8 req-c0d9731e-92c4-479f-9a9a-bb2805d4abbc 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] 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: 339/663] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:21:44 2026] GET /v2.0/security-groups?tenant_id=aaa00ffc03574415b17cd400ee94272f => generated 7904 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/664] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:44 2026] GET /v2.0/security-groups/68183d8e-3f71-4148-968b-cffd68fd0350 => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/665] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:44 2026] GET /v2.0/security-groups/68183d8e-3f71-4148-968b-cffd68fd0350 => generated 2918 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/666] 10.0.0.151 () {34 vars in 906 bytes} [Sun May 17 02:21:44 2026] GET /v2.0/extensions => generated 21706 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/667] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:44 2026] GET /v2.0/security-groups/c25bd23e-d532-4199-89da-0ad64e724afb => generated 1686 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/668] 10.0.0.151 () {34 vars in 1007 bytes} [Sun May 17 02:21:44 2026] GET /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/669] 10.0.0.151 () {34 vars in 1107 bytes} [Sun May 17 02:21:44 2026] GET /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927?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) 2026-05-17 02:21:45.056 7 INFO neutron.db.ovn_revision_numbers_db [req-dbaa19aa-4827-4a1e-bc5b-8d59c06247ab req-f87bfd22-0a37-4445-8327-6665dd4ea252 1cf2ecd1f86a4adf9f1bcc9b87f69b89 8403a517fdd5404397af16601c52ab22 - - default default] Successfully bumped revision number for resource ab7ed69f-0c61-4e32-8fb1-22bcf7f8283c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 328/670] 10.0.0.151 () {38 vars in 980 bytes} [Sun May 17 02:21:44 2026] POST /v2.0/security-group-rules => generated 614 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/671] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:45 2026] GET /v2.0/security-groups/3af70b5b-28f4-463a-8b0d-f73d2c13f6b3 => generated 1681 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/672] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:45 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => 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: 344/673] 10.0.0.151 () {36 vars in 1012 bytes} [Sun May 17 02:21:45 2026] DELETE /v2.0/security-groups/3af70b5b-28f4-463a-8b0d-f73d2c13f6b3 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:21:45.327 8 INFO neutron.api.v2.resource [req-c105d1bf-5bb1-4e4b-80c4-6ae16edbe609 req-29cee4f3-c57d-4999-b150-539adb5bfc70 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] show failed (client error): The resource could not be found. 2026-05-17 02:21:45.327 7 INFO neutron.db.ovn_revision_numbers_db [req-6b06fb94-4202-4d7d-b5bc-e942ffd05411 req-fac19cc0-17b3-4a8b-a9e1-3f0146a3424f 1cf2ecd1f86a4adf9f1bcc9b87f69b89 8403a517fdd5404397af16601c52ab22 - - default default] Successfully bumped revision number for resource 2bfb5dfd-b9a3-401e-9f27-fd9ca735324e (type: security_groups) to 1 [pid: 8|app: 0|req: 345/674] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:45 2026] GET /v2.0/security-groups/3af70b5b-28f4-463a-8b0d-f73d2c13f6b3 => generated 146 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:21:45.340 7 INFO neutron.db.ovn_revision_numbers_db [req-6b06fb94-4202-4d7d-b5bc-e942ffd05411 req-fac19cc0-17b3-4a8b-a9e1-3f0146a3424f 1cf2ecd1f86a4adf9f1bcc9b87f69b89 8403a517fdd5404397af16601c52ab22 - - default default] Successfully bumped revision number for resource 2c52a60a-eefd-4b9f-b437-9d388a3fe633 (type: security_group_rules) to 0 2026-05-17 02:21:45.349 7 INFO neutron.db.ovn_revision_numbers_db [req-6b06fb94-4202-4d7d-b5bc-e942ffd05411 req-fac19cc0-17b3-4a8b-a9e1-3f0146a3424f 1cf2ecd1f86a4adf9f1bcc9b87f69b89 8403a517fdd5404397af16601c52ab22 - - default default] Successfully bumped revision number for resource 4fe812d5-8c97-4db4-a04c-809a037b2a19 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 330/675] 10.0.0.151 () {38 vars in 970 bytes} [Sun May 17 02:21:45 2026] POST /v2.0/security-groups => generated 1685 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/676] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:45 2026] GET /v2.0/security-groups/5fe24f8b-b924-490c-8f0d-cdf77f68671f => generated 1681 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/677] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:45 2026] GET /v2.0/security-groups/2bfb5dfd-b9a3-401e-9f27-fd9ca735324e => generated 1685 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/678] 10.0.0.151 () {36 vars in 1012 bytes} [Sun May 17 02:21:45 2026] DELETE /v2.0/security-groups/5fe24f8b-b924-490c-8f0d-cdf77f68671f => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:21:45.558 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-eea7bb89-8eb1-4cff-a9d7-9d0cd76aaeab - - - - - -] No hosting information found for port 5cdfb2ee-083c-429b-8fdb-adef0bedfa3a: RuntimeError: No hosting information found for port 5cdfb2ee-083c-429b-8fdb-adef0bedfa3a 2026-05-17 02:21:45.594 7 INFO neutron.api.v2.resource [req-93fe5d31-299a-4af2-8402-93c1b48c39be req-1fb32ce6-ae30-4af0-b559-8d9b37e550f6 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 332/679] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:45 2026] GET /v2.0/security-groups/5fe24f8b-b924-490c-8f0d-cdf77f68671f => generated 146 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:21:45.607 7 INFO neutron.common.ovn.utils [None req-eea7bb89-8eb1-4cff-a9d7-9d0cd76aaeab - - - - - -] HA Chassis Group neutron-fb391899-5cd0-448c-8fa9-ba0fa4fba927 synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 2026-05-17 02:21:45.624 8 INFO neutron.db.ovn_revision_numbers_db [req-228969fc-52b2-44e7-ad86-dddfeb733efb req-b38f6664-e54a-4090-a18a-2d395fe8c16e 1cf2ecd1f86a4adf9f1bcc9b87f69b89 8403a517fdd5404397af16601c52ab22 - - default default] Successfully bumped revision number for resource d6effd87-a207-46f4-8a24-72e08ca92a61 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 348/680] 10.0.0.151 () {38 vars in 980 bytes} [Sun May 17 02:21:45 2026] POST /v2.0/security-group-rules => generated 614 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/681] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:45 2026] GET /v2.0/security-groups/a5286283-2c02-4911-aa49-796d0477dceb => generated 1681 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/682] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:45 2026] GET /v2.0/security-groups/2bfb5dfd-b9a3-401e-9f27-fd9ca735324e => generated 2310 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:21:45.789 7 INFO neutron.db.ovn_revision_numbers_db [None req-eea7bb89-8eb1-4cff-a9d7-9d0cd76aaeab - - - - - -] Successfully bumped revision number for resource 5cdfb2ee-083c-429b-8fdb-adef0bedfa3a (type: router_ports) to 2 2026-05-17 02:21:45.791 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-eea7bb89-8eb1-4cff-a9d7-9d0cd76aaeab - - - - - -] OVN reports status down for port: 3221b734-0538-438f-806b-8d2decaa9459 [pid: 8|app: 0|req: 349/683] 10.0.0.151 () {36 vars in 1012 bytes} [Sun May 17 02:21:45 2026] DELETE /v2.0/security-groups/a5286283-2c02-4911-aa49-796d0477dceb => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:21:45.885 8 INFO neutron.api.v2.resource [req-a669f022-9603-40dc-be6f-411c69f708a2 req-1e4dd79d-7044-4d4b-a63e-fb3bf34d5f0d 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 350/684] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:45 2026] GET /v2.0/security-groups/a5286283-2c02-4911-aa49-796d0477dceb => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:21:45.915 8 WARNING neutron.db.securitygroups_db [req-cab18c6d-fffc-43a3-9e47-cd8b82722ca9 req-580ce562-551e-4d99-b53c-1cefe593e88f 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] 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-17 02:21:45.915 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-eea7bb89-8eb1-4cff-a9d7-9d0cd76aaeab - - - - - -] Logical_Switch_Port 3221b734-0538-438f-806b-8d2decaa9459 host information not removed, the port state is up 2026-05-17 02:21:45.916 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-eea7bb89-8eb1-4cff-a9d7-9d0cd76aaeab - - - - - -] OVN reports status up for port: 3221b734-0538-438f-806b-8d2decaa9459 2026-05-17 02:21:45.947 7 INFO neutron.plugins.ml2.plugin [None req-eea7bb89-8eb1-4cff-a9d7-9d0cd76aaeab - - - - - -] Attempt 1 to provision port 3221b734-0538-438f-806b-8d2decaa9459 2026-05-17 02:21:45.951 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-82f40b2e-d676-40f8-a5ec-51c0cbc28ab8 - - - - - -] No hosting information found for port 4ad75ee5-5653-45c9-884e-d216341c1964: RuntimeError: No hosting information found for port 4ad75ee5-5653-45c9-884e-d216341c1964 [pid: 8|app: 0|req: 351/685] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:21:45 2026] GET /v2.0/security-groups?tenant_id=aaa00ffc03574415b17cd400ee94272f => generated 2921 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:21:45.997 7 INFO neutron.db.ovn_revision_numbers_db [req-84ff497e-00d3-4be8-8e28-92d7ec5caee9 req-bae23f5c-6740-4283-bade-088c7fcca87a 1cf2ecd1f86a4adf9f1bcc9b87f69b89 8403a517fdd5404397af16601c52ab22 - - default default] Successfully bumped revision number for resource 9142184d-55a1-466f-9df4-eb6fc42858bc (type: security_group_rules) to 0 2026-05-17 02:21:46.026 8 INFO neutron.common.ovn.utils [None req-82f40b2e-d676-40f8-a5ec-51c0cbc28ab8 - - - - - -] HA Chassis Group neutron-9337ca79-b7af-4a33-b417-7f1592b46d05 synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 [pid: 8|app: 0|req: 352/686] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:45 2026] GET /v2.0/security-groups/68183d8e-3f71-4148-968b-cffd68fd0350 => generated 2918 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/687] 10.0.0.151 () {38 vars in 980 bytes} [Sun May 17 02:21:45 2026] POST /v2.0/security-group-rules => generated 619 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/688] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:46 2026] GET /v2.0/security-groups/68183d8e-3f71-4148-968b-cffd68fd0350 => generated 2918 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/689] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:46 2026] GET /v2.0/security-groups/2bfb5dfd-b9a3-401e-9f27-fd9ca735324e => generated 2940 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:21:46.188 8 INFO neutron.db.ovn_revision_numbers_db [None req-82f40b2e-d676-40f8-a5ec-51c0cbc28ab8 - - - - - -] Successfully bumped revision number for resource 4ad75ee5-5653-45c9-884e-d216341c1964 (type: router_ports) to 2 2026-05-17 02:21:46.188 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-82f40b2e-d676-40f8-a5ec-51c0cbc28ab8 - - - - - -] OVN reports status down for port: cab66f9e-0f35-4202-97ad-9a24b474b84d 2026-05-17 02:21:46.195 8 INFO neutron.api.v2.resource [req-98445c16-1ea6-4021-9187-c6774a8a3d16 req-6bba7c26-f7be-4d4b-9495-b673ff25c220 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 354/690] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:46 2026] GET /v2.0/security-groups/a5286283-2c02-4911-aa49-796d0477dceb => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:21:46.232 8 INFO neutron.api.v2.resource [req-665b2ff0-3b08-4619-9540-1f3a463a4851 req-77246bc8-e25e-49bf-9109-336fe3c1df83 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 355/691] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:46 2026] GET /v2.0/security-groups/5fe24f8b-b924-490c-8f0d-cdf77f68671f => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/692] 10.0.0.151 () {34 vars in 1000 bytes} [Sun May 17 02:21:46 2026] GET /v2.0/security-group-rules/9142184d-55a1-466f-9df4-eb6fc42858bc => generated 616 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:21:46.292 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-82f40b2e-d676-40f8-a5ec-51c0cbc28ab8 - - - - - -] Logical_Switch_Port cab66f9e-0f35-4202-97ad-9a24b474b84d host information not removed, the port state is up 2026-05-17 02:21:46.293 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-82f40b2e-d676-40f8-a5ec-51c0cbc28ab8 - - - - - -] OVN reports status up for port: cab66f9e-0f35-4202-97ad-9a24b474b84d [pid: 8|app: 0|req: 356/693] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:46 2026] GET /v2.0/security-groups/2bfb5dfd-b9a3-401e-9f27-fd9ca735324e => generated 2940 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:21:46.309 8 INFO neutron.plugins.ml2.plugin [None req-82f40b2e-d676-40f8-a5ec-51c0cbc28ab8 - - - - - -] Attempt 1 to provision port cab66f9e-0f35-4202-97ad-9a24b474b84d [pid: 8|app: 0|req: 357/694] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:46 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:21:46.503 8 INFO neutron.api.v2.resource [req-a8636dc9-d4ac-45d7-8447-e7b95fbe670c req-3a2b8b9c-a8e2-4431-99db-7727717f7c37 44beb4a6f04e4957b3b24101f733f784 aaa00ffc03574415b17cd400ee94272f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 358/695] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:46 2026] GET /v2.0/security-groups/3af70b5b-28f4-463a-8b0d-f73d2c13f6b3 => generated 146 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:21:46.578 7 INFO neutron.db.ovn_revision_numbers_db [None req-eea7bb89-8eb1-4cff-a9d7-9d0cd76aaeab - - - - - -] Successfully bumped revision number for resource 3221b734-0538-438f-806b-8d2decaa9459 (type: ports) to 2 [pid: 7|app: 0|req: 338/696] 10.0.0.151 () {36 vars in 1022 bytes} [Sun May 17 02:21:46 2026] DELETE /v2.0/security-group-rules/9142184d-55a1-466f-9df4-eb6fc42858bc => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/697] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:46 2026] GET /v2.0/security-groups/2bfb5dfd-b9a3-401e-9f27-fd9ca735324e => generated 2310 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/698] 10.0.0.151 () {36 vars in 1012 bytes} [Sun May 17 02:21:46 2026] DELETE /v2.0/security-groups/2bfb5dfd-b9a3-401e-9f27-fd9ca735324e => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/699] 10.0.0.151 () {34 vars in 990 bytes} [Sun May 17 02:21:46 2026] GET /v2.0/security-groups/c25bd23e-d532-4199-89da-0ad64e724afb => generated 2311 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/700] 10.0.0.151 () {36 vars in 1012 bytes} [Sun May 17 02:21:46 2026] DELETE /v2.0/security-groups/c25bd23e-d532-4199-89da-0ad64e724afb => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:21:47.186 8 INFO neutron.db.ovn_revision_numbers_db [None req-82f40b2e-d676-40f8-a5ec-51c0cbc28ab8 - - - - - -] Successfully bumped revision number for resource cab66f9e-0f35-4202-97ad-9a24b474b84d (type: ports) to 2 2026-05-17 02:21:47.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-37e17a8e-2c89-4b04-a2c8-14b8cc3123ee 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 4ad75ee5-5653-45c9-884e-d216341c1964 2026-05-17 02:21:47.283 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37e17a8e-2c89-4b04-a2c8-14b8cc3123ee 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 4ad75ee5-5653-45c9-884e-d216341c1964 2026-05-17 02:21:47.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-7fb896d9-843e-4ae0-8f03-ed3ef4e0ef81 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: cab66f9e-0f35-4202-97ad-9a24b474b84d 2026-05-17 02:21:47.906 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fb896d9-843e-4ae0-8f03-ed3ef4e0ef81 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: cab66f9e-0f35-4202-97ad-9a24b474b84d [pid: 8|app: 0|req: 359/701] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:21:46 2026] PUT /v2.0/routers/98561b2c-3aac-4a21-a9d6-147e533b4383/remove_router_interface => generated 310 bytes in 1484 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: 360/702] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:48 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:21:48.364 8 INFO neutron_taas.services.taas.taas_plugin [None req-8837914d-6b9c-4d8f-88db-242277987c91 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: db66f065-1d06-44c9-8a48-51847fcdbac1 2026-05-17 02:21:48.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8837914d-6b9c-4d8f-88db-242277987c91 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: db66f065-1d06-44c9-8a48-51847fcdbac1 [pid: 7|app: 0|req: 343/703] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:21:47 2026] PUT /v2.0/routers/8c709caf-bb72-44d5-b120-ace79001a592/remove_router_interface => generated 310 bytes in 1407 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: 361/704] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:21:48 2026] DELETE /v2.0/routers/98561b2c-3aac-4a21-a9d6-147e533b4383 => generated 0 bytes in 717 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:21:48.875 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ec06816-4fc2-4f58-a98d-fb205a3f97e4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: f591ea72-bcd8-4a79-9329-40a98ba21f79 2026-05-17 02:21:48.880 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ec06816-4fc2-4f58-a98d-fb205a3f97e4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: f591ea72-bcd8-4a79-9329-40a98ba21f79 [pid: 8|app: 0|req: 362/705] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:21:48 2026] DELETE /v2.0/subnets/b3b2398d-de50-4c6c-9e0f-0eeb0a982282 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:21:49.074 8 INFO neutron_taas.services.taas.taas_plugin [None req-820d188d-096d-4306-8f34-15c9284cdab9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 73c7e59b-9450-4981-af76-eea2ef257b13 2026-05-17 02:21:49.076 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-820d188d-096d-4306-8f34-15c9284cdab9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 73c7e59b-9450-4981-af76-eea2ef257b13 [pid: 7|app: 0|req: 344/706] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:21:48 2026] DELETE /v2.0/routers/8c709caf-bb72-44d5-b120-ace79001a592 => generated 0 bytes in 831 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/707] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:49 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/708] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:21:48 2026] DELETE /v2.0/networks/9337ca79-b7af-4a33-b417-7f1592b46d05 => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:21:49.359 7 WARNING neutron.db.securitygroups_db [req-c468fcf0-581d-475d-b2fc-9828715dcc84 req-b0af876e-e87a-4ca9-bcf7-edee66cbd2f0 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] 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: 346/709] 10.0.0.151 () {34 vars in 1097 bytes} [Sun May 17 02:21:49 2026] GET /v2.0/security-groups?name=tempest-securitygroup--167742031&fields=id&tenant_id=27b1bf6691fe4290b8e41659385a02cc => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/710] 10.0.0.151 () {34 vars in 981 bytes} [Sun May 17 02:21:49 2026] GET /v2.0/networks?id=1e096f83-8c0b-468a-bba7-db538613b77e => generated 717 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/711] 10.0.0.151 () {34 vars in 964 bytes} [Sun May 17 02:21:49 2026] GET /v2.0/quotas/27b1bf6691fe4290b8e41659385a02cc => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:21:49.521 7 WARNING neutron.db.securitygroups_db [None req-e8a45140-3079-4cb2-bc07-1c647bd241f4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 364/712] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:21:49 2026] DELETE /v2.0/subnets/858135a9-f094-42fb-8b92-627d7855b66d => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/713] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:21:49 2026] GET /v2.0/security-groups?tenant_id=aaa00ffc03574415b17cd400ee94272f&name=default => generated 2921 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/714] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:21:49 2026] GET /v2.0/ports?tenant_id=27b1bf6691fe4290b8e41659385a02cc&fields=id => generated 103 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:21:49.719 7 INFO neutron_taas.services.taas.taas_plugin [None req-63a7fc1f-a728-437b-94c7-3f43685d3f8a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: f18e3459-4edc-4b7a-be0d-5f4aef38782e 2026-05-17 02:21:49.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63a7fc1f-a728-437b-94c7-3f43685d3f8a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: f18e3459-4edc-4b7a-be0d-5f4aef38782e 2026-05-17 02:21:49.820 8 INFO neutron.services.segments.plugin [-] Segment a1d535fe-5e94-4763-8b6a-27c6cc5d74fc resource provider aggregate not found 2026-05-17 02:21:49.839 8 INFO neutron.services.segments.plugin [-] Segment a1d535fe-5e94-4763-8b6a-27c6cc5d74fc resource provider aggregate not found 2026-05-17 02:21:49.845 8 INFO neutron.services.segments.plugin [-] Segment a1d535fe-5e94-4763-8b6a-27c6cc5d74fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1d535fe-5e94-4763-8b6a-27c6cc5d74fc found for delete ", "request_id": "req-c649e8c2-44c4-4411-ba64-92f8b9f334bf"}]} 2026-05-17 02:21:49.857 8 INFO neutron.services.segments.plugin [-] Segment a1d535fe-5e94-4763-8b6a-27c6cc5d74fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1d535fe-5e94-4763-8b6a-27c6cc5d74fc found for delete ", "request_id": "req-f7aabb0a-09d6-4585-b26c-a46e2988c19c"}]} [pid: 8|app: 0|req: 366/715] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:21:49 2026] DELETE /v2.0/security-groups/68183d8e-3f71-4148-968b-cffd68fd0350 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/716] 10.0.0.151 () {34 vars in 1007 bytes} [Sun May 17 02:21:49 2026] GET /v2.0/networks/1e096f83-8c0b-468a-bba7-db538613b77e?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: 368/717] 10.0.0.151 () {34 vars in 1107 bytes} [Sun May 17 02:21:49 2026] GET /v2.0/networks/1e096f83-8c0b-468a-bba7-db538613b77e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/718] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:21:49 2026] DELETE /v2.0/networks/fdafa456-8018-4661-a7d1-e9aae654ad76 => generated 0 bytes in 417 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:21:50.158 7 WARNING neutron.db.securitygroups_db [None req-331dca17-192a-4013-a50d-257940597ab8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 351/719] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:21:50 2026] GET /v2.0/security-groups?tenant_id=8403a517fdd5404397af16601c52ab22&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/722] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:21:49 2026] GET /v2.0/networks?id=fb391899-5cd0-448c-8fa9-ba0fa4fba927 => generated 722 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/723] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:50 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => 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: 371/724] 199.204.45.38 () {34 vars in 909 bytes} [Sun May 17 02:21:50 2026] GET /v2.0/extensions => generated 21706 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-17 02:21:50.410 8 WARNING neutron.db.securitygroups_db [req-706a899b-bd9b-41b4-8eb3-52c698e41595 req-62be353b-12d6-495d-a829-343bbaed216d 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] 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: 354/725] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:21:50 2026] DELETE /v2.0/security-groups/a73cf349-f684-484c-b11c-c02458d27d2c => generated 0 bytes in 229 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/726] 199.204.45.38 () {34 vars in 1048 bytes} [Sun May 17 02:21:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7069091cd6ae4d7c9733baae2ef478fa => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/727] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:50 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:21:50.462 7 INFO neutron.services.segments.plugin [-] Segment 3d877039-bf88-41e5-99bb-d30403cb60c8 resource provider aggregate not found 2026-05-17 02:21:50.473 7 INFO neutron.services.segments.plugin [-] Segment 3d877039-bf88-41e5-99bb-d30403cb60c8 resource provider aggregate not found 2026-05-17 02:21:50.483 7 INFO neutron.services.segments.plugin [-] Segment 3d877039-bf88-41e5-99bb-d30403cb60c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d877039-bf88-41e5-99bb-d30403cb60c8 found for delete ", "request_id": "req-b037bbdf-b842-4f73-b87b-14c9093787cc"}]} 2026-05-17 02:21:50.492 7 INFO neutron.services.segments.plugin [-] Segment 3d877039-bf88-41e5-99bb-d30403cb60c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d877039-bf88-41e5-99bb-d30403cb60c8 found for delete ", "request_id": "req-8706b7a8-aa4d-44c5-96d1-6253cca5653f"}]} 2026-05-17 02:21:50.745 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-706a899b-bd9b-41b4-8eb3-52c698e41595 req-148f2fe2-db5b-4ae4-a3fd-94e30eaee50b 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] No more DHCP agents 2026-05-17 02:21:50.746 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-706a899b-bd9b-41b4-8eb3-52c698e41595 req-148f2fe2-db5b-4ae4-a3fd-94e30eaee50b 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Unable to schedule network fb391899-5cd0-448c-8fa9-ba0fa4fba927: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:50.881 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-223f13a9-849b-4bbf-8f6a-c80eca60f8f0 - - - - - -] No hosting information found for port 3221b734-0538-438f-806b-8d2decaa9459: RuntimeError: No hosting information found for port 3221b734-0538-438f-806b-8d2decaa9459 2026-05-17 02:21:50.937 8 INFO neutron.db.ovn_revision_numbers_db [req-706a899b-bd9b-41b4-8eb3-52c698e41595 req-148f2fe2-db5b-4ae4-a3fd-94e30eaee50b 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Successfully bumped revision number for resource c55ed0d2-1cdb-4bd5-941b-8fe611c02193 (type: ports) to 1 2026-05-17 02:21:50.979 7 INFO neutron.common.ovn.utils [None req-223f13a9-849b-4bbf-8f6a-c80eca60f8f0 - - - - - -] HA Chassis Group neutron-1e096f83-8c0b-468a-bba7-db538613b77e synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 [pid: 8|app: 0|req: 373/728] 199.204.45.38 () {38 vars in 953 bytes} [Sun May 17 02:21:50 2026] POST /v2.0/ports => generated 958 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:51.075 7 INFO neutron.db.ovn_revision_numbers_db [None req-223f13a9-849b-4bbf-8f6a-c80eca60f8f0 - - - - - -] Successfully bumped revision number for resource 3221b734-0538-438f-806b-8d2decaa9459 (type: router_ports) to 2 2026-05-17 02:21:51.076 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-223f13a9-849b-4bbf-8f6a-c80eca60f8f0 - - - - - -] OVN reports status down for port: f591ea72-bcd8-4a79-9329-40a98ba21f79 2026-05-17 02:21:51.086 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-223f13a9-849b-4bbf-8f6a-c80eca60f8f0 - - - - - -] OVN reports status up for port: f591ea72-bcd8-4a79-9329-40a98ba21f79 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 374/729] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:51 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => 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: 375/730] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:51 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 961 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/731] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:21:51 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:21:51.730 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7d6527c9-4959-49d6-954a-375e9937817c - - - - - -] No port found with ID cab66f9e-0f35-4202-97ad-9a24b474b84d: RuntimeError: No port found with ID cab66f9e-0f35-4202-97ad-9a24b474b84d 2026-05-17 02:21:51.751 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7d6527c9-4959-49d6-954a-375e9937817c - - - - - -] OVN reports status down for port: c55ed0d2-1cdb-4bd5-941b-8fe611c02193 2026-05-17 02:21:51.859 7 INFO neutron.db.ovn_revision_numbers_db [req-706a899b-bd9b-41b4-8eb3-52c698e41595 req-1f0771ab-fa75-4d2a-920b-9eb7305f1a27 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource c55ed0d2-1cdb-4bd5-941b-8fe611c02193 (type: ports) to 2 2026-05-17 02:21:52.044 8 INFO neutron.db.ovn_revision_numbers_db [None req-f533ac4e-2a8b-4b91-867b-0b7bef77ae6b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a6fe63f0-db70-4f78-b721-9383b944edfb (type: security_groups) to 1 2026-05-17 02:21:52.067 8 INFO neutron.db.ovn_revision_numbers_db [None req-f533ac4e-2a8b-4b91-867b-0b7bef77ae6b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2f8cc5bb-8ede-4526-bc1a-8317f5ae126c (type: security_group_rules) to 0 2026-05-17 02:21:52.086 8 INFO neutron.db.ovn_revision_numbers_db [None req-f533ac4e-2a8b-4b91-867b-0b7bef77ae6b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4ed928fa-2a2c-445a-8806-42a6a13736b4 (type: security_group_rules) to 0 2026-05-17 02:21:52.100 8 INFO neutron.db.ovn_revision_numbers_db [None req-f533ac4e-2a8b-4b91-867b-0b7bef77ae6b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9d0d29bf-ce39-444a-87ca-c5d8fd835429 (type: security_group_rules) to 0 2026-05-17 02:21:52.121 8 INFO neutron.db.ovn_revision_numbers_db [None req-f533ac4e-2a8b-4b91-867b-0b7bef77ae6b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d3f214e7-9bc3-44c7-a74e-b2c94f48adbc (type: security_group_rules) to 0 2026-05-17 02:21:52.185 7 INFO neutron.db.ovn_revision_numbers_db [req-706a899b-bd9b-41b4-8eb3-52c698e41595 req-1f0771ab-fa75-4d2a-920b-9eb7305f1a27 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource c55ed0d2-1cdb-4bd5-941b-8fe611c02193 (type: ports) to 4 [pid: 7|app: 0|req: 356/732] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:21:51 2026] PUT /v2.0/ports/c55ed0d2-1cdb-4bd5-941b-8fe611c02193 => generated 1231 bytes in 819 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:21:52.220 8 INFO neutron.db.segments_db [None req-f533ac4e-2a8b-4b91-867b-0b7bef77ae6b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Added segment b6633d75-b96f-4530-97fd-694077796324 of type geneve for network 677e952b-d81e-4f83-a548-b31f629a059d 2026-05-17 02:21:52.363 8 INFO neutron.db.ovn_revision_numbers_db [None req-f533ac4e-2a8b-4b91-867b-0b7bef77ae6b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 677e952b-d81e-4f83-a548-b31f629a059d (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-17 02:21:52.436 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9015bbef-a7c7-48cf-9b23-3788ecbe80d0'] response: {'server_uuid': '3ed1c423-4163-41c8-8682-e5481c47af49', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c55ed0d2-1cdb-4bd5-941b-8fe611c02193', 'code': 200} 2026-05-17 02:21:52.566 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f533ac4e-2a8b-4b91-867b-0b7bef77ae6b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:52.573 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f533ac4e-2a8b-4b91-867b-0b7bef77ae6b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 677e952b-d81e-4f83-a548-b31f629a059d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:52.586 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab6b20e9-0077-44c9-9037-c4ac69823540 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c09db12c-9ee5-408f-8b31-6819d9d4aa2d (type: security_groups) to 1 2026-05-17 02:21:52.619 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab6b20e9-0077-44c9-9037-c4ac69823540 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5ef46071-008e-4676-9d28-66e48c33420d (type: security_group_rules) to 0 2026-05-17 02:21:52.624 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-223f13a9-849b-4bbf-8f6a-c80eca60f8f0 - - - - - -] OVN reports status down for port: 6a9f1f55-b681-4bc6-b093-2eceab707600 2026-05-17 02:21:52.643 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1736bb18-de8e-4e80-b253-6140f072d8a9'] response: {'name': 'network-changed', 'server_uuid': '3ed1c423-4163-41c8-8682-e5481c47af49', 'tag': 'c55ed0d2-1cdb-4bd5-941b-8fe611c02193', 'status': 'completed', 'code': 200} 2026-05-17 02:21:52.665 8 INFO neutron.db.ovn_revision_numbers_db [None req-f533ac4e-2a8b-4b91-867b-0b7bef77ae6b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6a9f1f55-b681-4bc6-b093-2eceab707600 (type: ports) to 1 2026-05-17 02:21:52.671 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab6b20e9-0077-44c9-9037-c4ac69823540 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ab114ee0-f9d1-46ed-b372-91d608b100ef (type: security_group_rules) to 0 2026-05-17 02:21:52.695 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab6b20e9-0077-44c9-9037-c4ac69823540 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource cb384c61-d25b-4e3b-b414-f831917cd2d3 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 377/733] 10.0.0.197 () {34 vars in 670 bytes} [Sun May 17 02:21:51 2026] POST /v2.0/networks => generated 784 bytes in 905 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/734] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:52 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:21:52.724 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab6b20e9-0077-44c9-9037-c4ac69823540 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d4a12ff6-6f01-4596-9eca-313cf394fae7 (type: security_group_rules) to 0 2026-05-17 02:21:52.835 7 INFO neutron.db.segments_db [None req-ab6b20e9-0077-44c9-9037-c4ac69823540 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Added segment c331b85c-514b-4d35-9d9e-efe7429b871d of type geneve for network 13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f 2026-05-17 02:21:52.895 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1429999c-0bbe-42ba-92dd-fe1a519b6f24 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:52.897 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1429999c-0bbe-42ba-92dd-fe1a519b6f24 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 677e952b-d81e-4f83-a548-b31f629a059d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:52.969 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab6b20e9-0077-44c9-9037-c4ac69823540 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f (type: networks) to 1 2026-05-17 02:21:53.133 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ab6b20e9-0077-44c9-9037-c4ac69823540 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:53.134 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ab6b20e9-0077-44c9-9037-c4ac69823540 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:53.201 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7d6527c9-4959-49d6-954a-375e9937817c - - - - - -] OVN reports status down for port: 7902c3f0-a655-40dc-877f-2b81892e60e6 2026-05-17 02:21:53.225 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab6b20e9-0077-44c9-9037-c4ac69823540 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7902c3f0-a655-40dc-877f-2b81892e60e6 (type: ports) to 1 [pid: 7|app: 0|req: 357/735] 10.0.0.197 () {34 vars in 670 bytes} [Sun May 17 02:21:52 2026] POST /v2.0/networks => generated 787 bytes in 993 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/736] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:53 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/737] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:21:53 2026] GET /v2.0/ports?tenant_id=7069091cd6ae4d7c9733baae2ef478fa&device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 1234 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:21:53.430 8 INFO neutron.db.ovn_revision_numbers_db [None req-1429999c-0bbe-42ba-92dd-fe1a519b6f24 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6a9f1f55-b681-4bc6-b093-2eceab707600 (type: ports) to 2 2026-05-17 02:21:53.471 8 INFO neutron.db.ovn_revision_numbers_db [None req-1429999c-0bbe-42ba-92dd-fe1a519b6f24 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2bbc6103-2393-4cb5-9630-3ffcd79e5252 (type: subnets) to 0 [pid: 8|app: 0|req: 379/738] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:21:52 2026] POST /v2.0/subnets => generated 690 bytes in 770 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/739] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:21:53 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:21:53.557 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1c694b93-ee3f-499e-9faa-075fdee8ce2f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:53.558 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1c694b93-ee3f-499e-9faa-075fdee8ce2f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:54.082 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c694b93-ee3f-499e-9faa-075fdee8ce2f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7902c3f0-a655-40dc-877f-2b81892e60e6 (type: ports) to 2 2026-05-17 02:21:54.121 7 INFO neutron.db.ovn_revision_numbers_db [None req-1c694b93-ee3f-499e-9faa-075fdee8ce2f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8970fc83-2361-489c-a22a-ee76903c85fe (type: subnets) to 0 [pid: 7|app: 0|req: 360/740] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:21:53 2026] POST /v2.0/subnets => generated 693 bytes in 722 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/741] 199.204.45.38 () {34 vars in 1016 bytes} [Sun May 17 02:21:53 2026] GET /v2.0/networks?tenant_id=7069091cd6ae4d7c9733baae2ef478fa&shared=False => generated 820 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/742] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:54 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:21:54.729 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0305a5b1-65de-4196-b92d-0f06b7f02d55 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:54.731 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0305a5b1-65de-4196-b92d-0f06b7f02d55 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:54.799 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3d05a4eb-fb87-46c7-8c18-71eb49dbac00 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:54.800 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3d05a4eb-fb87-46c7-8c18-71eb49dbac00 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:54.870 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-223f13a9-849b-4bbf-8f6a-c80eca60f8f0 - - - - - -] OVN reports status down for port: b297e839-1158-4694-b537-3d08d92a637d 2026-05-17 02:21:54.948 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7d6527c9-4959-49d6-954a-375e9937817c - - - - - -] OVN reports status down for port: 392bb64e-40c1-4b31-bb81-b12e03f54869 2026-05-17 02:21:54.952 7 INFO neutron.db.ovn_revision_numbers_db [None req-0305a5b1-65de-4196-b92d-0f06b7f02d55 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b297e839-1158-4694-b537-3d08d92a637d (type: ports) to 1 2026-05-17 02:21:54.993 8 INFO neutron.db.ovn_revision_numbers_db [None req-3d05a4eb-fb87-46c7-8c18-71eb49dbac00 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 392bb64e-40c1-4b31-bb81-b12e03f54869 (type: ports) to 1 2026-05-17 02:21:55.669 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-223f13a9-849b-4bbf-8f6a-c80eca60f8f0 - - - - - -] OVN reports status up for port: b297e839-1158-4694-b537-3d08d92a637d 2026-05-17 02:21:55.701 7 INFO neutron.plugins.ml2.plugin [None req-223f13a9-849b-4bbf-8f6a-c80eca60f8f0 - - - - - -] Attempt 1 to provision port b297e839-1158-4694-b537-3d08d92a637d 2026-05-17 02:21:55.703 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-2f7cd755-7076-45ce-99c2-60f4a8b304cb - - - - - -] Router a0a322a8-bbcd-4a6b-a478-0eafc672c1a9 is bound to host instance 2026-05-17 02:21:55.728 7 INFO neutron.db.ovn_revision_numbers_db [None req-0305a5b1-65de-4196-b92d-0f06b7f02d55 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b297e839-1158-4694-b537-3d08d92a637d (type: router_ports) to 1 2026-05-17 02:21:55.827 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7d6527c9-4959-49d6-954a-375e9937817c - - - - - -] OVN reports status up for port: 392bb64e-40c1-4b31-bb81-b12e03f54869 2026-05-17 02:21:55.854 8 INFO neutron.plugins.ml2.plugin [None req-7d6527c9-4959-49d6-954a-375e9937817c - - - - - -] Attempt 1 to provision port 392bb64e-40c1-4b31-bb81-b12e03f54869 2026-05-17 02:21:55.919 7 INFO neutron.db.ovn_revision_numbers_db [None req-0305a5b1-65de-4196-b92d-0f06b7f02d55 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a0a322a8-bbcd-4a6b-a478-0eafc672c1a9 (type: routers) to 2 2026-05-17 02:21:55.929 8 INFO neutron.db.ovn_revision_numbers_db [None req-3d05a4eb-fb87-46c7-8c18-71eb49dbac00 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 392bb64e-40c1-4b31-bb81-b12e03f54869 (type: router_ports) to 1 [pid: 7|app: 0|req: 361/743] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:21:54 2026] POST /v2.0/routers => generated 989 bytes in 1801 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/744] 199.204.45.38 () {34 vars in 928 bytes} [Sun May 17 02:21:55 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/745] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:56 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/746] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:21:56 2026] GET /v2.0/networks?id=1e096f83-8c0b-468a-bba7-db538613b77e => generated 717 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/747] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:56 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:21:56.138 8 INFO neutron.db.ovn_revision_numbers_db [None req-3d05a4eb-fb87-46c7-8c18-71eb49dbac00 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7f6b2107-39cd-41eb-b790-4e1a24b4b648 (type: routers) to 2 [pid: 8|app: 0|req: 383/748] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:21:54 2026] POST /v2.0/routers => generated 992 bytes in 1822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/749] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:21:56 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&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-17 02:21:56.273 8 WARNING neutron.db.securitygroups_db [req-c468fcf0-581d-475d-b2fc-9828715dcc84 req-8c44b493-84be-4981-b58b-a8717995d041 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] 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: 385/750] 199.204.45.38 () {34 vars in 1048 bytes} [Sun May 17 02:21:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=27b1bf6691fe4290b8e41659385a02cc => generated 180 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:21:56.629 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-969040b7-2583-4d92-8e92-4e66be215b4f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:56.631 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-969040b7-2583-4d92-8e92-4e66be215b4f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 677e952b-d81e-4f83-a548-b31f629a059d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:56.815 7 INFO neutron.db.ovn_revision_numbers_db [None req-969040b7-2583-4d92-8e92-4e66be215b4f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f7ee9db7-0b4b-46a1-9ffb-e52d3ba2f7af (type: ports) to 1 2026-05-17 02:21:57.176 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-885d55dd-5012-441d-97ca-16c69f655e05 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:57.182 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-885d55dd-5012-441d-97ca-16c69f655e05 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:57.479 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-969040b7-2583-4d92-8e92-4e66be215b4f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:57.481 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-969040b7-2583-4d92-8e92-4e66be215b4f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 677e952b-d81e-4f83-a548-b31f629a059d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:57.491 8 INFO neutron.db.ovn_revision_numbers_db [None req-56de4c61-d1ee-442c-952f-e1f144775055 - - - - - -] Successfully bumped revision number for resource b297e839-1158-4694-b537-3d08d92a637d (type: ports) to 4 2026-05-17 02:21:57.509 8 INFO neutron.db.ovn_revision_numbers_db [None req-885d55dd-5012-441d-97ca-16c69f655e05 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 850f3d49-86f1-4f5e-a08e-5693bd5c8fdb (type: ports) to 1 2026-05-17 02:21:58.009 7 INFO neutron.db.ovn_revision_numbers_db [None req-969040b7-2583-4d92-8e92-4e66be215b4f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f7ee9db7-0b4b-46a1-9ffb-e52d3ba2f7af (type: router_ports) to 1 [pid: 7|app: 0|req: 366/751] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:21:56 2026] PUT /v2.0/routers/a0a322a8-bbcd-4a6b-a478-0eafc672c1a9/add_router_interface => generated 310 bytes in 1920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:21:58.062 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-223f13a9-849b-4bbf-8f6a-c80eca60f8f0 - - - - - -] OVN reports status down for port: f7ee9db7-0b4b-46a1-9ffb-e52d3ba2f7af 2026-05-17 02:21:58.194 8 INFO neutron.db.ovn_revision_numbers_db [None req-56de4c61-d1ee-442c-952f-e1f144775055 - - - - - -] Successfully bumped revision number for resource b297e839-1158-4694-b537-3d08d92a637d (type: ports) to 5 2026-05-17 02:21:58.231 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-223f13a9-849b-4bbf-8f6a-c80eca60f8f0 - - - - - -] Logical_Switch_Port f7ee9db7-0b4b-46a1-9ffb-e52d3ba2f7af host information not removed, the port state is up 2026-05-17 02:21:58.232 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-223f13a9-849b-4bbf-8f6a-c80eca60f8f0 - - - - - -] OVN reports status up for port: f7ee9db7-0b4b-46a1-9ffb-e52d3ba2f7af 2026-05-17 02:21:58.271 7 INFO neutron.plugins.ml2.plugin [None req-223f13a9-849b-4bbf-8f6a-c80eca60f8f0 - - - - - -] Attempt 1 to provision port f7ee9db7-0b4b-46a1-9ffb-e52d3ba2f7af 2026-05-17 02:21:58.352 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-56de4c61-d1ee-442c-952f-e1f144775055 - - - - - -] Router 7f6b2107-39cd-41eb-b790-4e1a24b4b648 is bound to host instance 2026-05-17 02:21:58.588 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-c468fcf0-581d-475d-b2fc-9828715dcc84 req-9b0fb531-09a6-4f86-bed8-1ba1239bd849 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] No more DHCP agents 2026-05-17 02:21:58.592 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-c468fcf0-581d-475d-b2fc-9828715dcc84 req-9b0fb531-09a6-4f86-bed8-1ba1239bd849 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] Unable to schedule network 1e096f83-8c0b-468a-bba7-db538613b77e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:21:58.939 7 INFO neutron.db.ovn_revision_numbers_db [req-c468fcf0-581d-475d-b2fc-9828715dcc84 req-9b0fb531-09a6-4f86-bed8-1ba1239bd849 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] Successfully bumped revision number for resource c8b07389-12a2-43ec-87fc-5484c0aa32e8 (type: ports) to 1 2026-05-17 02:21:59.059 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-885d55dd-5012-441d-97ca-16c69f655e05 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:21:59.062 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-885d55dd-5012-441d-97ca-16c69f655e05 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 367/752] 199.204.45.38 () {38 vars in 953 bytes} [Sun May 17 02:21:58 2026] POST /v2.0/ports => generated 954 bytes in 1092 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:21:59.108 7 INFO neutron.db.ovn_revision_numbers_db [None req-223f13a9-849b-4bbf-8f6a-c80eca60f8f0 - - - - - -] Successfully bumped revision number for resource f7ee9db7-0b4b-46a1-9ffb-e52d3ba2f7af (type: ports) to 2 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 368/753] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:21:59 2026] GET /v2.0/ports?tenant_id=7069091cd6ae4d7c9733baae2ef478fa&device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 1234 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/754] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:59 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 957 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/755] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:21:59 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:21:59.752 7 INFO neutron.db.ovn_revision_numbers_db [req-c468fcf0-581d-475d-b2fc-9828715dcc84 req-01298eed-efcc-4d2b-b7ce-376a7000ea16 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource c8b07389-12a2-43ec-87fc-5484c0aa32e8 (type: ports) to 2 2026-05-17 02:22:00.039 7 INFO neutron.db.ovn_revision_numbers_db [req-c468fcf0-581d-475d-b2fc-9828715dcc84 req-01298eed-efcc-4d2b-b7ce-376a7000ea16 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource c8b07389-12a2-43ec-87fc-5484c0aa32e8 (type: ports) to 4 [pid: 7|app: 0|req: 371/756] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:21:59 2026] PUT /v2.0/ports/c8b07389-12a2-43ec-87fc-5484c0aa32e8 => generated 1227 bytes in 705 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: 372/757] 199.204.45.38 () {34 vars in 1058 bytes} [Sun May 17 02:22:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c55ed0d2-1cdb-4bd5-941b-8fe611c02193 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:00.138 8 INFO neutron.db.ovn_revision_numbers_db [None req-885d55dd-5012-441d-97ca-16c69f655e05 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 850f3d49-86f1-4f5e-a08e-5693bd5c8fdb (type: router_ports) to 1 [pid: 7|app: 0|req: 373/758] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:00 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&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: 386/759] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:21:56 2026] PUT /v2.0/routers/7f6b2107-39cd-41eb-b790-4e1a24b4b648/add_router_interface => generated 310 bytes in 3837 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/760] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:00 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&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-17 02:22:00.227 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a87a30bd-1988-4b16-b702-ec4d672b9fdd'] response: {'name': 'network-changed', 'server_uuid': '9275e161-f486-4a03-ac03-7b0ed55b3fc9', 'tag': 'c8b07389-12a2-43ec-87fc-5484c0aa32e8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 387/761] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:00 2026] GET /v2.0/subnets?id=7431ea54-fca6-44d7-af85-260744fca944 => generated 702 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:00.273 8 INFO neutron.db.ovn_revision_numbers_db [None req-95db8b50-0342-42f6-a63b-2f1913962d3c - - - - - -] Successfully bumped revision number for resource 392bb64e-40c1-4b31-bb81-b12e03f54869 (type: ports) to 4 [pid: 7|app: 0|req: 375/762] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:00 2026] GET /v2.0/ports?network_id=fb391899-5cd0-448c-8fa9-ba0fa4fba927&device_owner=network%3Adhcp => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/763] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:00 2026] GET /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:00.506 8 INFO neutron.db.ovn_revision_numbers_db [None req-6b170463-675a-44a9-a424-8230f2fab688 fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] Successfully bumped revision number for resource d417da16-efca-44eb-b3fc-cbea08f4a567 (type: security_groups) to 1 2026-05-17 02:22:00.525 8 INFO neutron.db.ovn_revision_numbers_db [None req-6b170463-675a-44a9-a424-8230f2fab688 fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] Successfully bumped revision number for resource 063b3667-f494-476d-9d70-2583d590d5c7 (type: security_group_rules) to 0 2026-05-17 02:22:00.545 8 INFO neutron.db.ovn_revision_numbers_db [None req-6b170463-675a-44a9-a424-8230f2fab688 fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] Successfully bumped revision number for resource 1321145f-5e54-4ba4-b030-739e67bb0d96 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 388/764] 10.0.0.197 () {34 vars in 684 bytes} [Sun May 17 02:22:00 2026] POST /v2.0/security-groups => generated 1659 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:22:00.832 8 INFO neutron.db.ovn_revision_numbers_db [None req-46c8fa27-6c28-4aa3-a5cc-7d234570568d fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] Successfully bumped revision number for resource 258229fb-4207-406d-bb18-aceaaa96d139 (type: security_group_rules) to 0 2026-05-17 02:22:00.848 8 INFO neutron.db.ovn_revision_numbers_db [None req-95db8b50-0342-42f6-a63b-2f1913962d3c - - - - - -] Successfully bumped revision number for resource 392bb64e-40c1-4b31-bb81-b12e03f54869 (type: ports) to 5 [pid: 8|app: 0|req: 389/765] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:22:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/766] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:00 2026] GET /v2.0/ports?tenant_id=27b1bf6691fe4290b8e41659385a02cc&device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 1230 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:01.100 8 INFO neutron.db.ovn_revision_numbers_db [None req-365961d3-656f-4f9e-849d-3a3402474ed8 fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] Successfully bumped revision number for resource f59512f3-a0f5-4a1a-86c0-a16d20e73005 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 391/767] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:22:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/768] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:00 2026] GET /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 780 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/769] 199.204.45.38 () {34 vars in 1016 bytes} [Sun May 17 02:22:01 2026] GET /v2.0/networks?tenant_id=27b1bf6691fe4290b8e41659385a02cc&shared=False => generated 816 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/770] 10.0.0.151 () {34 vars in 981 bytes} [Sun May 17 02:22:01 2026] GET /v2.0/networks?id=13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f => generated 716 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/771] 199.204.45.38 () {34 vars in 928 bytes} [Sun May 17 02:22:01 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: 8|app: 0|req: 394/772] 10.0.0.151 () {34 vars in 964 bytes} [Sun May 17 02:22:01 2026] GET /v2.0/quotas/f22bc5e2f80c449d868e96b002b98131 => 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: 395/773] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:01 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/774] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:22:01 2026] GET /v2.0/ports?tenant_id=f22bc5e2f80c449d868e96b002b98131&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/775] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:01 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&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-17 02:22:01.411 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0e5f999f-27d7-4007-a237-2e1fd9318381 fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] No more DHCP agents 2026-05-17 02:22:01.412 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0e5f999f-27d7-4007-a237-2e1fd9318381 fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:01.508 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7d6527c9-4959-49d6-954a-375e9937817c - - - - - -] OVN reports status down for port: 850f3d49-86f1-4f5e-a08e-5693bd5c8fdb [pid: 8|app: 0|req: 398/776] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:01 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 973 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:01.618 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7d6527c9-4959-49d6-954a-375e9937817c - - - - - -] Logical_Switch_Port 850f3d49-86f1-4f5e-a08e-5693bd5c8fdb host information not removed, the port state is up [pid: 8|app: 0|req: 399/777] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:01 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:01.692 8 INFO neutron.common.ovn.utils [None req-7d6527c9-4959-49d6-954a-375e9937817c - - - - - -] HA Chassis Group neutron-677e952b-d81e-4f83-a548-b31f629a059d synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 [pid: 7|app: 0|req: 379/778] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:22:01 2026] POST /v2.0/floatingips => generated 552 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:22:01.719 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7d6527c9-4959-49d6-954a-375e9937817c - - - - - -] OVN reports status up for port: 850f3d49-86f1-4f5e-a08e-5693bd5c8fdb 2026-05-17 02:22:01.734 8 INFO neutron.plugins.ml2.plugin [None req-7d6527c9-4959-49d6-954a-375e9937817c - - - - - -] Attempt 1 to provision port 850f3d49-86f1-4f5e-a08e-5693bd5c8fdb [pid: 8|app: 0|req: 400/779] 10.0.0.151 () {34 vars in 906 bytes} [Sun May 17 02:22:01 2026] GET /v2.0/extensions => generated 21706 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/780] 10.0.0.151 () {34 vars in 1007 bytes} [Sun May 17 02:22:01 2026] GET /v2.0/networks/13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f?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: 401/781] 10.0.0.151 () {34 vars in 1107 bytes} [Sun May 17 02:22:01 2026] GET /v2.0/networks/13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/782] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:02.163 8 WARNING neutron.db.securitygroups_db [req-d60952e8-fea1-4edf-a5c8-3c226a501710 req-cd5c7c01-8b10-4670-b9ed-004d890d0506 fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] 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: 402/783] 10.0.0.151 () {34 vars in 1097 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--647166711&fields=id&tenant_id=032ef30597e3432b8c97af3e49bf5c63 => generated 69 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/784] 10.0.0.151 () {34 vars in 981 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/networks?id=677e952b-d81e-4f83-a548-b31f629a059d => generated 713 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/785] 10.0.0.151 () {34 vars in 964 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/quotas/032ef30597e3432b8c97af3e49bf5c63 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:02.333 8 INFO neutron.db.ovn_revision_numbers_db [None req-7d6527c9-4959-49d6-954a-375e9937817c - - - - - -] Successfully bumped revision number for resource 850f3d49-86f1-4f5e-a08e-5693bd5c8fdb (type: ports) to 2 [pid: 8|app: 0|req: 403/786] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/ports?tenant_id=27b1bf6691fe4290b8e41659385a02cc&device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 1230 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/787] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/ports?tenant_id=032ef30597e3432b8c97af3e49bf5c63&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: 404/788] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c8b07389-12a2-43ec-87fc-5484c0aa32e8 => generated 19 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/789] 10.0.0.151 () {34 vars in 1007 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/networks/677e952b-d81e-4f83-a548-b31f629a059d?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: 386/790] 10.0.0.151 () {34 vars in 1107 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/networks/677e952b-d81e-4f83-a548-b31f629a059d?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: 405/791] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/subnets?id=a9a0e049-6341-40ea-abfa-045acfb39a16 => generated 697 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/792] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/793] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/ports?network_id=1e096f83-8c0b-468a-bba7-db538613b77e&device_owner=network%3Adhcp => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/794] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&fields=id&fields=name => generated 113 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/795] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/networks/1e096f83-8c0b-468a-bba7-db538613b77e?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/796] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => 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: 389/797] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/networks/1e096f83-8c0b-468a-bba7-db538613b77e?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: 409/798] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/799] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:02 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&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: 410/800] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:03 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => 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: 391/801] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:03 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/802] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:03 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&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: 7|app: 0|req: 392/803] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:03 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => 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: 412/804] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:03 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => 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: 393/805] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:03 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&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-17 02:22:04.239 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-2b79fe79-1189-49d4-a38c-f06810a5a125 - - - - - -] No hosting information found for port f7ee9db7-0b4b-46a1-9ffb-e52d3ba2f7af: RuntimeError: No hosting information found for port f7ee9db7-0b4b-46a1-9ffb-e52d3ba2f7af 2026-05-17 02:22:04.319 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b79fe79-1189-49d4-a38c-f06810a5a125 - - - - - -] Successfully bumped revision number for resource f7ee9db7-0b4b-46a1-9ffb-e52d3ba2f7af (type: router_ports) to 2 [pid: 8|app: 0|req: 413/806] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:04 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:04.390 7 INFO neutron.common.ovn.utils [None req-2b79fe79-1189-49d4-a38c-f06810a5a125 - - - - - -] HA Chassis Group neutron-13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 [pid: 8|app: 0|req: 414/807] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:04 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => 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: 394/808] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:04 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/809] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:05 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&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: 395/811] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:05 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 973 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/813] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:05 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/814] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:05 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => 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: 397/815] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:06 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => 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: 419/816] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:06 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/817] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:06 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&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: 420/818] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:06 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/819] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:06 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/820] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:06 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => 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: 400/821] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:22:06 2026] GET /v2.0/networks?id=13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f => generated 716 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:07.042 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-c86f9f8a-72c9-4a36-9ccc-dfc21ae9e94d req-20ccfc87-3743-4dfa-a7c7-1f7d688dae45 f667db776d554821ac2c2aa50891d7fc f22bc5e2f80c449d868e96b002b98131 - - default default] No more DHCP agents 2026-05-17 02:22:07.043 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-c86f9f8a-72c9-4a36-9ccc-dfc21ae9e94d req-20ccfc87-3743-4dfa-a7c7-1f7d688dae45 f667db776d554821ac2c2aa50891d7fc f22bc5e2f80c449d868e96b002b98131 - - default default] Unable to schedule network 13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 401/822] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:07 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 12 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:07.287 8 INFO neutron.db.ovn_revision_numbers_db [req-c86f9f8a-72c9-4a36-9ccc-dfc21ae9e94d req-20ccfc87-3743-4dfa-a7c7-1f7d688dae45 f667db776d554821ac2c2aa50891d7fc f22bc5e2f80c449d868e96b002b98131 - - default default] Successfully bumped revision number for resource d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b (type: ports) to 1 [pid: 7|app: 0|req: 402/823] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:07 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/824] 199.204.45.38 () {38 vars in 953 bytes} [Sun May 17 02:22:06 2026] POST /v2.0/ports => generated 954 bytes in 642 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 403/825] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:07 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&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: 404/826] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:07 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/827] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:07 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:07.724 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-0342d8ea-b7d1-4672-9863-027ba3bdc4d9 - - - - - -] No hosting information found for port 850f3d49-86f1-4f5e-a08e-5693bd5c8fdb: RuntimeError: No hosting information found for port 850f3d49-86f1-4f5e-a08e-5693bd5c8fdb 2026-05-17 02:22:07.725 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0342d8ea-b7d1-4672-9863-027ba3bdc4d9 - - - - - -] OVN reports status down for port: c8b07389-12a2-43ec-87fc-5484c0aa32e8 [pid: 7|app: 0|req: 406/828] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:07 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/829] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:07 2026] GET /v2.0/security-groups?id=c09db12c-9ee5-408f-8b31-6819d9d4aa2d&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:07.787 8 INFO neutron.db.ovn_revision_numbers_db [req-c86f9f8a-72c9-4a36-9ccc-dfc21ae9e94d req-6d36e939-c395-4fd0-a013-c9e6c468bbbf 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b (type: ports) to 2 2026-05-17 02:22:07.847 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-0342d8ea-b7d1-4672-9863-027ba3bdc4d9 - - - - - -] Logical_Switch_Port c8b07389-12a2-43ec-87fc-5484c0aa32e8 host information not removed, the port state is up 2026-05-17 02:22:07.926 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e96b953b-dcf6-42df-96e3-2e0a7ad76219'] response: {'server_uuid': '9275e161-f486-4a03-ac03-7b0ed55b3fc9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c8b07389-12a2-43ec-87fc-5484c0aa32e8', 'code': 200} 2026-05-17 02:22:08.021 8 INFO neutron.db.ovn_revision_numbers_db [None req-0342d8ea-b7d1-4672-9863-027ba3bdc4d9 - - - - - -] Successfully bumped revision number for resource 850f3d49-86f1-4f5e-a08e-5693bd5c8fdb (type: router_ports) to 2 2026-05-17 02:22:08.103 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0342d8ea-b7d1-4672-9863-027ba3bdc4d9 - - - - - -] OVN reports status up for port: c8b07389-12a2-43ec-87fc-5484c0aa32e8 2026-05-17 02:22:08.129 8 INFO neutron.plugins.ml2.plugin [None req-0342d8ea-b7d1-4672-9863-027ba3bdc4d9 - - - - - -] Attempt 1 to provision port c8b07389-12a2-43ec-87fc-5484c0aa32e8 2026-05-17 02:22:08.239 8 INFO neutron.db.ovn_revision_numbers_db [req-c86f9f8a-72c9-4a36-9ccc-dfc21ae9e94d req-6d36e939-c395-4fd0-a013-c9e6c468bbbf 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b (type: ports) to 4 [pid: 8|app: 0|req: 423/830] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:22:07 2026] PUT /v2.0/ports/d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b => generated 1227 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/831] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:08 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:08.443 8 INFO neutron.db.ovn_revision_numbers_db [None req-0342d8ea-b7d1-4672-9863-027ba3bdc4d9 - - - - - -] Successfully bumped revision number for resource c8b07389-12a2-43ec-87fc-5484c0aa32e8 (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-17 02:22:08.580 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1f90d80c-1a8f-4477-8dc7-12512add4ce6 - - - - - -] OVN reports status up for port: c55ed0d2-1cdb-4bd5-941b-8fe611c02193 2026-05-17 02:22:08.604 8 INFO neutron.plugins.ml2.plugin [None req-1f90d80c-1a8f-4477-8dc7-12512add4ce6 - - - - - -] Attempt 1 to provision port c55ed0d2-1cdb-4bd5-941b-8fe611c02193 [pid: 8|app: 0|req: 424/832] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:08 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 971 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/833] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:08 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 425/834] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:08 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 975 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/835] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:08 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/836] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:08 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/837] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:22:08 2026] GET /v2.0/networks?id=677e952b-d81e-4f83-a548-b31f629a059d => generated 713 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:08.954 7 WARNING neutron.db.securitygroups_db [req-d60952e8-fea1-4edf-a5c8-3c226a501710 req-5b751fbe-1dd9-438a-a0ee-77be3cb16974 fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] 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: 427/838] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:08 2026] GET /v2.0/security-groups?id=c09db12c-9ee5-408f-8b31-6819d9d4aa2d&fields=id&fields=name => generated 88 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:08.984 8 INFO neutron.db.ovn_revision_numbers_db [None req-1f90d80c-1a8f-4477-8dc7-12512add4ce6 - - - - - -] Successfully bumped revision number for resource c55ed0d2-1cdb-4bd5-941b-8fe611c02193 (type: ports) to 5 [pid: 7|app: 0|req: 412/839] 199.204.45.38 () {34 vars in 1048 bytes} [Sun May 17 02:22:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=032ef30597e3432b8c97af3e49bf5c63 => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:09.138 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e94a038b-9c20-4ee6-b5ba-0aff57ae7063 - - - - - -] OVN reports status down for port: d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b [pid: 7|app: 0|req: 413/840] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:09 2026] GET /v2.0/ports?tenant_id=f22bc5e2f80c449d868e96b002b98131&device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 1230 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/841] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:22:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:09.438 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-d60952e8-fea1-4edf-a5c8-3c226a501710 req-e752c432-7544-4ba4-ab3f-4e87b554699a fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] No more DHCP agents 2026-05-17 02:22:09.440 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-d60952e8-fea1-4edf-a5c8-3c226a501710 req-e752c432-7544-4ba4-ab3f-4e87b554699a fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] Unable to schedule network 677e952b-d81e-4f83-a548-b31f629a059d: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 415/842] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:09 2026] GET /v2.0/subnets?id=8970fc83-2361-489c-a22a-ee76903c85fe => generated 696 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/843] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:09 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 957 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/844] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:09 2026] GET /v2.0/ports?network_id=13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f&device_owner=network%3Adhcp => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:09.576 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e94a038b-9c20-4ee6-b5ba-0aff57ae7063 - - - - - -] OVN reports status down for port: ffdb3ad8-2603-4552-87d0-92d877404c84 [pid: 7|app: 0|req: 418/845] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:09 2026] GET /v2.0/security-groups?id=d417da16-efca-44eb-b3fc-cbea08f4a567&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:09.651 8 INFO neutron.db.ovn_revision_numbers_db [req-d60952e8-fea1-4edf-a5c8-3c226a501710 req-e752c432-7544-4ba4-ab3f-4e87b554699a fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] Successfully bumped revision number for resource ffdb3ad8-2603-4552-87d0-92d877404c84 (type: ports) to 1 [pid: 7|app: 0|req: 419/846] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:09 2026] GET /v2.0/networks/13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/847] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:09 2026] GET /v2.0/networks/13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/848] 199.204.45.38 () {38 vars in 953 bytes} [Sun May 17 02:22:08 2026] POST /v2.0/ports => generated 954 bytes in 771 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: 421/849] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:09 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/850] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:09 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&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-17 02:22:09.985 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea96c73f-e5ec-4f0a-b2d7-98132d604d97'] response: {'server_uuid': '9275e161-f486-4a03-ac03-7b0ed55b3fc9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c8b07389-12a2-43ec-87fc-5484c0aa32e8', 'code': 200} 2026-05-17 02:22:09.985 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea96c73f-e5ec-4f0a-b2d7-98132d604d97'] response: {'name': 'network-changed', 'server_uuid': 'aa69b596-0c28-435d-88a9-cf111ef8e4c8', 'tag': 'd7f821e9-bd86-4ddf-b3c2-571e8af3fb3b', 'status': 'completed', 'code': 200} 2026-05-17 02:22:09.987 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea96c73f-e5ec-4f0a-b2d7-98132d604d97'] response: {'server_uuid': '9275e161-f486-4a03-ac03-7b0ed55b3fc9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c8b07389-12a2-43ec-87fc-5484c0aa32e8', 'code': 200} 2026-05-17 02:22:09.987 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea96c73f-e5ec-4f0a-b2d7-98132d604d97'] response: {'server_uuid': '3ed1c423-4163-41c8-8682-e5481c47af49', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c55ed0d2-1cdb-4bd5-941b-8fe611c02193', 'code': 200} 2026-05-17 02:22:09.987 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea96c73f-e5ec-4f0a-b2d7-98132d604d97'] response: {'server_uuid': '3ed1c423-4163-41c8-8682-e5481c47af49', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'c55ed0d2-1cdb-4bd5-941b-8fe611c02193', 'code': 200} 2026-05-17 02:22:09.988 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea96c73f-e5ec-4f0a-b2d7-98132d604d97'] response: {'server_uuid': 'aa69b596-0c28-435d-88a9-cf111ef8e4c8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd7f821e9-bd86-4ddf-b3c2-571e8af3fb3b', 'code': 200} [pid: 7|app: 0|req: 423/851] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:10 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/852] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:10 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/853] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:10 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/854] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:10 2026] GET /v2.0/security-groups?id=c09db12c-9ee5-408f-8b31-6819d9d4aa2d&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:10.243 8 INFO neutron.db.ovn_revision_numbers_db [req-d60952e8-fea1-4edf-a5c8-3c226a501710 req-59de3545-db47-495e-80a9-66d7478abfc8 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource ffdb3ad8-2603-4552-87d0-92d877404c84 (type: ports) to 2 2026-05-17 02:22:10.496 8 INFO neutron.db.ovn_revision_numbers_db [req-d60952e8-fea1-4edf-a5c8-3c226a501710 req-59de3545-db47-495e-80a9-66d7478abfc8 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource ffdb3ad8-2603-4552-87d0-92d877404c84 (type: ports) to 4 [pid: 8|app: 0|req: 429/855] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:22:09 2026] PUT /v2.0/ports/ffdb3ad8-2603-4552-87d0-92d877404c84 => generated 1227 bytes in 745 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/856] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:10 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 430/857] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:10 2026] GET /v2.0/security-groups?id=d417da16-efca-44eb-b3fc-cbea08f4a567&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: 428/858] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:10 2026] GET /v2.0/ports?tenant_id=f22bc5e2f80c449d868e96b002b98131&device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 1230 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/859] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:22:10 2026] GET /v2.0/networks?id=13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f => generated 815 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/860] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:22:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b => 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: 430/861] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:10 2026] GET /v2.0/subnets?id=8970fc83-2361-489c-a22a-ee76903c85fe => generated 696 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/862] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:10 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/863] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:10 2026] GET /v2.0/ports?network_id=13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f&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: 433/864] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:10 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&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: 432/865] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:11 2026] GET /v2.0/networks/13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f?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: 434/866] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:11 2026] GET /v2.0/networks/13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f?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: 433/867] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:11 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/868] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:11 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&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: 435/869] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:11 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/870] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:11 2026] GET /v2.0/security-groups?id=c09db12c-9ee5-408f-8b31-6819d9d4aa2d&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/871] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:11 2026] GET /v2.0/ports?tenant_id=032ef30597e3432b8c97af3e49bf5c63&device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 1230 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/872] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:22:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ffdb3ad8-2603-4552-87d0-92d877404c84 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/873] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:11 2026] GET /v2.0/subnets?id=2bbc6103-2393-4cb5-9630-3ffcd79e5252 => generated 693 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/874] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:11 2026] GET /v2.0/ports?network_id=677e952b-d81e-4f83-a548-b31f629a059d&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: 438/875] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:11 2026] GET /v2.0/networks/677e952b-d81e-4f83-a548-b31f629a059d?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/876] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:11 2026] GET /v2.0/networks/677e952b-d81e-4f83-a548-b31f629a059d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/877] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:11 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => 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: 439/878] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:11 2026] GET /v2.0/security-groups?id=d417da16-efca-44eb-b3fc-cbea08f4a567&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-17 02:22:12.030 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ac07290-0dbc-4a9a-b019-329f86af0ed7'] response: {'name': 'network-changed', 'server_uuid': '30760e2f-4c33-4238-a1d5-18f4fa85fcdf', 'tag': 'ffdb3ad8-2603-4552-87d0-92d877404c84', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 440/879] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:12 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/880] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:12 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/881] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:12 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:12.488 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e94a038b-9c20-4ee6-b5ba-0aff57ae7063 - - - - - -] OVN reports status up for port: d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b 2026-05-17 02:22:12.521 8 INFO neutron.plugins.ml2.plugin [None req-e94a038b-9c20-4ee6-b5ba-0aff57ae7063 - - - - - -] Attempt 1 to provision port d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b [pid: 8|app: 0|req: 442/882] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:12 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/883] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:12 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 969 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/884] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:12 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/885] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:12 2026] GET /v2.0/security-groups?id=c09db12c-9ee5-408f-8b31-6819d9d4aa2d&fields=id&fields=name => generated 88 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/886] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:12 2026] GET /v2.0/ports?tenant_id=032ef30597e3432b8c97af3e49bf5c63&device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 1230 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:13.070 8 INFO neutron.db.ovn_revision_numbers_db [None req-e94a038b-9c20-4ee6-b5ba-0aff57ae7063 - - - - - -] Successfully bumped revision number for resource d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b (type: ports) to 5 [pid: 8|app: 0|req: 447/887] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:22:12 2026] GET /v2.0/networks?id=677e952b-d81e-4f83-a548-b31f629a059d => generated 812 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/888] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:13 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 969 bytes in 82 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: 449/889] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:22:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ffdb3ad8-2603-4552-87d0-92d877404c84 => generated 19 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:13.291 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f99a944-906d-471b-a88c-064fc798b2c6 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] Successfully bumped revision number for resource 4c1d209b-a892-4940-b843-e7b844e38de2 (type: floatingips) to 1 [pid: 8|app: 0|req: 450/890] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:13 2026] GET /v2.0/security-groups?id=d417da16-efca-44eb-b3fc-cbea08f4a567&fields=id&fields=name => generated 113 bytes in 76 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: 451/891] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:13 2026] GET /v2.0/subnets?id=2bbc6103-2393-4cb5-9630-3ffcd79e5252 => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/892] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:13 2026] GET /v2.0/ports?network_id=677e952b-d81e-4f83-a548-b31f629a059d&device_owner=network%3Adhcp => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:13.427 7 INFO neutron.db.ovn_revision_numbers_db [None req-8f99a944-906d-471b-a88c-064fc798b2c6 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] Successfully bumped revision number for resource 4c1d209b-a892-4940-b843-e7b844e38de2 (type: floatingips) to 2 2026-05-17 02:22:13.428 7 INFO neutron.db.l3_db [None req-8f99a944-906d-471b-a88c-064fc798b2c6 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] Floating IP 4c1d209b-a892-4940-b843-e7b844e38de2 associated. External IP: 10.96.250.210, port: c8b07389-12a2-43ec-87fc-5484c0aa32e8. [pid: 8|app: 0|req: 453/893] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:13 2026] GET /v2.0/networks/677e952b-d81e-4f83-a548-b31f629a059d?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: 441/894] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:22:12 2026] PUT /v2.0/floatingips/4c1d209b-a892-4940-b843-e7b844e38de2 => generated 855 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:13.524 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f57e9ca2-fbd4-4dfe-846a-1a7599de5eef'] response: {'name': 'network-changed', 'server_uuid': '9275e161-f486-4a03-ac03-7b0ed55b3fc9', 'tag': 'c8b07389-12a2-43ec-87fc-5484c0aa32e8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 454/895] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:13 2026] GET /v2.0/networks/677e952b-d81e-4f83-a548-b31f629a059d?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) [pid: 7|app: 0|req: 442/896] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:13 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/897] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:13 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/898] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:13 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/899] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:13 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/900] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:14 2026] GET /v2.0/ports?tenant_id=27b1bf6691fe4290b8e41659385a02cc&device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 1232 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/901] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:14 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => 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: 458/902] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:14 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/903] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:22:14 2026] GET /v2.0/networks?id=1e096f83-8c0b-468a-bba7-db538613b77e => 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: 459/904] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:14 2026] GET /v2.0/security-groups?id=c09db12c-9ee5-408f-8b31-6819d9d4aa2d&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/905] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:14 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/906] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:22:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=c8b07389-12a2-43ec-87fc-5484c0aa32e8 => generated 860 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:14.301 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70688f17-f15b-4b33-bc65-c0f691afc0ed'] response: {'server_uuid': 'aa69b596-0c28-435d-88a9-cf111ef8e4c8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd7f821e9-bd86-4ddf-b3c2-571e8af3fb3b', 'code': 200} 2026-05-17 02:22:14.301 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70688f17-f15b-4b33-bc65-c0f691afc0ed'] response: {'server_uuid': 'aa69b596-0c28-435d-88a9-cf111ef8e4c8', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'd7f821e9-bd86-4ddf-b3c2-571e8af3fb3b', 'code': 200} [pid: 7|app: 0|req: 447/907] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:14 2026] GET /v2.0/subnets?id=a9a0e049-6341-40ea-abfa-045acfb39a16 => generated 697 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/908] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:14 2026] GET /v2.0/ports?network_id=1e096f83-8c0b-468a-bba7-db538613b77e&device_owner=network%3Adhcp => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/909] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:14 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/910] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:14 2026] GET /v2.0/networks/1e096f83-8c0b-468a-bba7-db538613b77e?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: 450/911] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:14 2026] GET /v2.0/networks/1e096f83-8c0b-468a-bba7-db538613b77e?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: 451/912] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:14 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/913] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:14 2026] GET /v2.0/security-groups?id=d417da16-efca-44eb-b3fc-cbea08f4a567&fields=id&fields=name => generated 113 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:14.603 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-310e75ed-2272-48f3-b10a-37d380471924 - - - - - -] OVN reports status up for port: ffdb3ad8-2603-4552-87d0-92d877404c84 2026-05-17 02:22:14.653 8 INFO neutron.plugins.ml2.plugin [None req-310e75ed-2272-48f3-b10a-37d380471924 - - - - - -] Attempt 1 to provision port ffdb3ad8-2603-4552-87d0-92d877404c84 [pid: 7|app: 0|req: 453/914] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:15 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/915] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:15 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/916] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:15 2026] GET /v2.0/security-groups?id=c09db12c-9ee5-408f-8b31-6819d9d4aa2d&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/917] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:15 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&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: 457/918] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:15 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 969 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/919] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:15 2026] GET /v2.0/security-groups?id=d417da16-efca-44eb-b3fc-cbea08f4a567&fields=id&fields=name => generated 113 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:16.251 8 INFO neutron.db.ovn_revision_numbers_db [None req-310e75ed-2272-48f3-b10a-37d380471924 - - - - - -] Successfully bumped revision number for resource ffdb3ad8-2603-4552-87d0-92d877404c84 (type: ports) to 5 2026-05-17 02:22:16.359 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9daa45f2-5a62-44da-8965-52ce0f31e1a5'] response: {'server_uuid': '30760e2f-4c33-4238-a1d5-18f4fa85fcdf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ffdb3ad8-2603-4552-87d0-92d877404c84', 'code': 200} 2026-05-17 02:22:16.492 8 INFO neutron.db.ovn_revision_numbers_db [None req-ce80f734-aa1c-4a35-bdf8-b5b4f6cdbeb0 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Successfully bumped revision number for resource 6f5e78ed-7950-4629-946e-034c14da9b13 (type: floatingips) to 1 2026-05-17 02:22:16.499 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e0b69cb1-a6de-452d-9ea0-a750bf8428c6 - - - - - -] OVN reports status down for port: c8b07389-12a2-43ec-87fc-5484c0aa32e8 [pid: 7|app: 0|req: 459/920] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:22:16 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/921] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:16 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:16.743 8 INFO neutron.db.ovn_revision_numbers_db [None req-ce80f734-aa1c-4a35-bdf8-b5b4f6cdbeb0 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Successfully bumped revision number for resource 6f5e78ed-7950-4629-946e-034c14da9b13 (type: floatingips) to 2 2026-05-17 02:22:16.744 8 INFO neutron.db.l3_db [None req-ce80f734-aa1c-4a35-bdf8-b5b4f6cdbeb0 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Floating IP 6f5e78ed-7950-4629-946e-034c14da9b13 associated. External IP: 10.96.250.206, port: c55ed0d2-1cdb-4bd5-941b-8fe611c02193. [pid: 8|app: 0|req: 462/922] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:22:14 2026] PUT /v2.0/floatingips/6f5e78ed-7950-4629-946e-034c14da9b13 => generated 856 bytes in 2426 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-17 02:22:16.828 7 INFO neutron_taas.services.taas.taas_plugin [req-17eadcce-d547-4a38-a211-ab74c7d82158 req-bf84cca6-b511-43e0-976a-25010f896c28 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] TaaS: Handle Delete Port: c8b07389-12a2-43ec-87fc-5484c0aa32e8 2026-05-17 02:22:16.835 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-17eadcce-d547-4a38-a211-ab74c7d82158 req-bf84cca6-b511-43e0-976a-25010f896c28 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] Tap Mirror: Handle Delete Port: c8b07389-12a2-43ec-87fc-5484c0aa32e8 [pid: 8|app: 0|req: 463/923] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:16 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/924] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:16 2026] GET /v2.0/security-groups?id=c09db12c-9ee5-408f-8b31-6819d9d4aa2d&fields=id&fields=name => generated 88 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:17.029 8 INFO neutron.db.ovn_revision_numbers_db [None req-e0b69cb1-a6de-452d-9ea0-a750bf8428c6 - - - - - -] Successfully bumped revision number for resource c8b07389-12a2-43ec-87fc-5484c0aa32e8 (type: ports) to 6 [pid: 8|app: 0|req: 465/925] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:16 2026] GET /v2.0/security-groups?id=871575dd-cd05-4bdf-bbef-7e990ad4ed8c&fields=id&fields=name => generated 113 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:17.106 7 INFO neutron.db.l3_db [req-17eadcce-d547-4a38-a211-ab74c7d82158 req-bf84cca6-b511-43e0-976a-25010f896c28 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] Floating IP 4c1d209b-a892-4940-b843-e7b844e38de2 disassociated. External IP: 10.96.250.210, port: c8b07389-12a2-43ec-87fc-5484c0aa32e8. [pid: 8|app: 0|req: 466/926] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:17 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/927] 199.204.45.38 () {36 vars in 995 bytes} [Sun May 17 02:22:16 2026] DELETE /v2.0/ports/c8b07389-12a2-43ec-87fc-5484c0aa32e8 => generated 0 bytes in 641 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/928] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:17 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&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: 467/929] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:17 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 971 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:17.381 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-daa783ec-1e19-4106-a98d-ee1d2b1f42cd'] response: {'server_uuid': '9275e161-f486-4a03-ac03-7b0ed55b3fc9', 'name': 'network-vif-deleted', 'tag': 'c8b07389-12a2-43ec-87fc-5484c0aa32e8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 463/930] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:17 2026] GET /v2.0/security-groups?id=d417da16-efca-44eb-b3fc-cbea08f4a567&fields=id&fields=name => generated 113 bytes in 40 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: 468/931] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:17 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/932] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:17 2026] GET /v2.0/security-groups?id=c09db12c-9ee5-408f-8b31-6819d9d4aa2d&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/933] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:18 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:18.402 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f303d10-413c-449a-833f-bf737d398fe6'] response: {'server_uuid': '30760e2f-4c33-4238-a1d5-18f4fa85fcdf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'ffdb3ad8-2603-4552-87d0-92d877404c84', 'code': 200} 2026-05-17 02:22:18.403 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f303d10-413c-449a-833f-bf737d398fe6'] response: {'server_uuid': '9275e161-f486-4a03-ac03-7b0ed55b3fc9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c8b07389-12a2-43ec-87fc-5484c0aa32e8', 'code': 200} 2026-05-17 02:22:18.403 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f303d10-413c-449a-833f-bf737d398fe6'] response: {'name': 'network-changed', 'server_uuid': '3ed1c423-4163-41c8-8682-e5481c47af49', 'tag': 'c55ed0d2-1cdb-4bd5-941b-8fe611c02193', 'status': 'completed', 'code': 200} 2026-05-17 02:22:18.403 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1f303d10-413c-449a-833f-bf737d398fe6'] response: {'server_uuid': '9275e161-f486-4a03-ac03-7b0ed55b3fc9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c8b07389-12a2-43ec-87fc-5484c0aa32e8', 'code': 200} [pid: 7|app: 0|req: 465/934] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:18 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/935] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:18 2026] GET /v2.0/security-groups?id=d417da16-efca-44eb-b3fc-cbea08f4a567&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/936] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:18 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:18.782 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-75994b71-75d8-431b-80d1-7529535e0456 - - - - - -] OVN reports status down for port: d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b [pid: 7|app: 0|req: 467/937] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:18 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/938] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:18 2026] GET /v2.0/ports?tenant_id=7069091cd6ae4d7c9733baae2ef478fa&device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 1236 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/939] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:19 2026] GET /v2.0/security-groups?id=c09db12c-9ee5-408f-8b31-6819d9d4aa2d&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/940] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:22:19 2026] GET /v2.0/networks?id=fb391899-5cd0-448c-8fa9-ba0fa4fba927 => generated 820 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/941] 199.204.45.38 () {34 vars in 1058 bytes} [Sun May 17 02:22:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c55ed0d2-1cdb-4bd5-941b-8fe611c02193 => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/942] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:19 2026] GET /v2.0/subnets?id=7431ea54-fca6-44d7-af85-260744fca944 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/943] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:19 2026] GET /v2.0/ports?network_id=fb391899-5cd0-448c-8fa9-ba0fa4fba927&device_owner=network%3Adhcp => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/944] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:19 2026] GET /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/945] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:19 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => 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: 476/946] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:19 2026] GET /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:19.411 8 INFO neutron.db.ovn_revision_numbers_db [None req-75994b71-75d8-431b-80d1-7529535e0456 - - - - - -] Successfully bumped revision number for resource d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b (type: ports) to 6 2026-05-17 02:22:19.659 8 INFO neutron.db.ovn_revision_numbers_db [None req-ef72765d-cf72-4772-9ee6-cd8a86e157c5 fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] Successfully bumped revision number for resource 7b9d6e61-137f-4f29-ba0a-90dd4e32231e (type: floatingips) to 1 2026-05-17 02:22:19.765 8 INFO neutron.db.ovn_revision_numbers_db [None req-ef72765d-cf72-4772-9ee6-cd8a86e157c5 fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] Successfully bumped revision number for resource 7b9d6e61-137f-4f29-ba0a-90dd4e32231e (type: floatingips) to 2 2026-05-17 02:22:19.766 8 INFO neutron.db.l3_db [None req-ef72765d-cf72-4772-9ee6-cd8a86e157c5 fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] Floating IP 7b9d6e61-137f-4f29-ba0a-90dd4e32231e associated. External IP: 10.96.250.215, port: ffdb3ad8-2603-4552-87d0-92d877404c84. [pid: 8|app: 0|req: 471/947] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:22:18 2026] PUT /v2.0/floatingips/7b9d6e61-137f-4f29-ba0a-90dd4e32231e => generated 855 bytes in 1002 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: 477/948] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:19 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 472/949] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:19 2026] GET /v2.0/security-groups?id=d417da16-efca-44eb-b3fc-cbea08f4a567&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: 478/950] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:22:19 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/951] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:20 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:20.235 8 INFO neutron_taas.services.taas.taas_plugin [req-01ed0dc0-42a6-45e7-af7c-bcc465f6dd8a req-77505409-400a-4a7d-91cf-13e8cbf2fc04 f667db776d554821ac2c2aa50891d7fc f22bc5e2f80c449d868e96b002b98131 - - default default] TaaS: Handle Delete Port: d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b 2026-05-17 02:22:20.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-01ed0dc0-42a6-45e7-af7c-bcc465f6dd8a req-77505409-400a-4a7d-91cf-13e8cbf2fc04 f667db776d554821ac2c2aa50891d7fc f22bc5e2f80c449d868e96b002b98131 - - default default] Tap Mirror: Handle Delete Port: d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b [pid: 7|app: 0|req: 482/954] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:20 2026] GET /v2.0/security-groups?id=c09db12c-9ee5-408f-8b31-6819d9d4aa2d&fields=id&fields=name => generated 88 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/955] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:20 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/956] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:20 2026] GET /v2.0/security-groups?id=d417da16-efca-44eb-b3fc-cbea08f4a567&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: 485/957] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:20 2026] GET /v2.0/ports?device_id=9275e161-f486-4a03-ac03-7b0ed55b3fc9 => 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: 473/958] 199.204.45.38 () {36 vars in 995 bytes} [Sun May 17 02:22:20 2026] DELETE /v2.0/ports/d7f821e9-bd86-4ddf-b3c2-571e8af3fb3b => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:22:20.460 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0bd5b91-f42d-4c70-bf4d-0517375f9aa9'] response: {'server_uuid': 'aa69b596-0c28-435d-88a9-cf111ef8e4c8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd7f821e9-bd86-4ddf-b3c2-571e8af3fb3b', 'code': 200} 2026-05-17 02:22:20.460 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0bd5b91-f42d-4c70-bf4d-0517375f9aa9'] response: {'server_uuid': 'aa69b596-0c28-435d-88a9-cf111ef8e4c8', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'd7f821e9-bd86-4ddf-b3c2-571e8af3fb3b', 'code': 200} 2026-05-17 02:22:20.460 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a0bd5b91-f42d-4c70-bf4d-0517375f9aa9'] response: {'name': 'network-changed', 'server_uuid': '30760e2f-4c33-4238-a1d5-18f4fa85fcdf', 'tag': 'ffdb3ad8-2603-4552-87d0-92d877404c84', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 486/959] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:20 2026] GET /v2.0/ports?tenant_id=032ef30597e3432b8c97af3e49bf5c63&device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 1232 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/960] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:22:21 2026] GET /v2.0/networks?id=677e952b-d81e-4f83-a548-b31f629a059d => generated 812 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/961] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:22:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=ffdb3ad8-2603-4552-87d0-92d877404c84 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/962] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:21 2026] GET /v2.0/subnets?id=2bbc6103-2393-4cb5-9630-3ffcd79e5252 => generated 693 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/963] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:21 2026] GET /v2.0/ports?network_id=677e952b-d81e-4f83-a548-b31f629a059d&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: 476/964] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:21 2026] GET /v2.0/networks/677e952b-d81e-4f83-a548-b31f629a059d?fields=segments => generated 14 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:21.271 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f1eda480-5372-4916-9b87-483d4193817c - - - - - -] OVN reports status down for port: ffdb3ad8-2603-4552-87d0-92d877404c84 [pid: 7|app: 0|req: 489/965] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:21 2026] GET /v2.0/networks/677e952b-d81e-4f83-a548-b31f629a059d?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: 477/966] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:21 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/967] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:21 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/968] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:21 2026] GET /v2.0/security-groups?id=d417da16-efca-44eb-b3fc-cbea08f4a567&fields=id&fields=name => generated 113 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:21.607 8 INFO neutron.db.ovn_revision_numbers_db [None req-f1eda480-5372-4916-9b87-483d4193817c - - - - - -] Successfully bumped revision number for resource ffdb3ad8-2603-4552-87d0-92d877404c84 (type: ports) to 6 [pid: 7|app: 0|req: 491/969] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:21 2026] DELETE /v2.0/security-groups/871575dd-cd05-4bdf-bbef-7e990ad4ed8c => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-17 02:22:21.715 8 INFO neutron.api.v2.resource [None req-687f6a83-f186-4e70-a364-6cb7e1597316 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 479/970] 10.0.0.197 () {32 vars in 736 bytes} [Sun May 17 02:22:21 2026] GET /v2.0/security-groups/871575dd-cd05-4bdf-bbef-7e990ad4ed8c => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:22:21.831 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7ed9601-7740-4b6d-9c2a-59d31249660a 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] TaaS: Handle Delete Port: e8349e92-0ab7-4b6f-aca3-7e21a0754373 2026-05-17 02:22:21.834 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7ed9601-7740-4b6d-9c2a-59d31249660a 9daefceb392b40f583937d528d7c1f6d 27b1bf6691fe4290b8e41659385a02cc - - default default] Tap Mirror: Handle Delete Port: e8349e92-0ab7-4b6f-aca3-7e21a0754373 [pid: 7|app: 0|req: 492/971] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:22:21 2026] DELETE /v2.0/floatingips/4c1d209b-a892-4940-b843-e7b844e38de2 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:22:22.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-876794fd-4aaf-44cb-9ae3-dc9497d82494 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 3221b734-0538-438f-806b-8d2decaa9459 2026-05-17 02:22:22.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-876794fd-4aaf-44cb-9ae3-dc9497d82494 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 3221b734-0538-438f-806b-8d2decaa9459 [pid: 7|app: 0|req: 493/972] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:22:22 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:22.512 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-83a52016-c072-417c-85ab-075e1b1ab78a'] response: {'server_uuid': 'aa69b596-0c28-435d-88a9-cf111ef8e4c8', 'name': 'network-vif-deleted', 'tag': 'd7f821e9-bd86-4ddf-b3c2-571e8af3fb3b', 'status': 'completed', 'code': 200} 2026-05-17 02:22:22.512 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-83a52016-c072-417c-85ab-075e1b1ab78a'] response: {'server_uuid': '30760e2f-4c33-4238-a1d5-18f4fa85fcdf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ffdb3ad8-2603-4552-87d0-92d877404c84', 'code': 200} 2026-05-17 02:22:22.512 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-83a52016-c072-417c-85ab-075e1b1ab78a'] response: {'server_uuid': '30760e2f-4c33-4238-a1d5-18f4fa85fcdf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'ffdb3ad8-2603-4552-87d0-92d877404c84', 'code': 200} [pid: 7|app: 0|req: 494/973] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:22 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:22.712 7 INFO neutron_taas.services.taas.taas_plugin [req-c0e2252d-38bf-4a54-91ad-2e2ac019d3eb req-2895e4a9-c01c-45e0-84a7-de5a8765446b fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] TaaS: Handle Delete Port: ffdb3ad8-2603-4552-87d0-92d877404c84 2026-05-17 02:22:22.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c0e2252d-38bf-4a54-91ad-2e2ac019d3eb req-2895e4a9-c01c-45e0-84a7-de5a8765446b fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] Tap Mirror: Handle Delete Port: ffdb3ad8-2603-4552-87d0-92d877404c84 2026-05-17 02:22:22.934 7 INFO neutron.db.l3_db [req-c0e2252d-38bf-4a54-91ad-2e2ac019d3eb req-2895e4a9-c01c-45e0-84a7-de5a8765446b fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] Floating IP 7b9d6e61-137f-4f29-ba0a-90dd4e32231e disassociated. External IP: 10.96.250.215, port: ffdb3ad8-2603-4552-87d0-92d877404c84. [pid: 7|app: 0|req: 495/974] 199.204.45.38 () {36 vars in 995 bytes} [Sun May 17 02:22:22 2026] DELETE /v2.0/ports/ffdb3ad8-2603-4552-87d0-92d877404c84 => generated 0 bytes in 568 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: 480/975] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:22:21 2026] PUT /v2.0/routers/813141b0-6aaa-437b-be32-a61b53a9276d/remove_router_interface => generated 310 bytes in 1128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:23.126 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f54be0f5-5577-4836-ac78-5dbee31fb294'] response: {'server_uuid': '30760e2f-4c33-4238-a1d5-18f4fa85fcdf', 'name': 'network-vif-deleted', 'tag': 'ffdb3ad8-2603-4552-87d0-92d877404c84', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 496/976] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:23 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => generated 12 bytes in 36 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: 481/977] 10.0.0.240 () {34 vars in 989 bytes} [Sun May 17 02:22:23 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 1236 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/978] 10.0.0.240 () {34 vars in 1039 bytes} [Sun May 17 02:22:23 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:23.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-36c7110b-df30-454d-af07-a9cf1e9d225d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: ebaa0c95-af23-49de-ba02-3d428f139e12 2026-05-17 02:22:23.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36c7110b-df30-454d-af07-a9cf1e9d225d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: ebaa0c95-af23-49de-ba02-3d428f139e12 [pid: 8|app: 0|req: 483/979] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:23 2026] GET /v2.0/ports?device_id=aa69b596-0c28-435d-88a9-cf111ef8e4c8 => 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: 497/980] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:22:23 2026] DELETE /v2.0/routers/813141b0-6aaa-437b-be32-a61b53a9276d => generated 0 bytes in 934 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/981] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:24 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => 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: 484/982] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:22:24 2026] DELETE /v2.0/subnets/a9a0e049-6341-40ea-abfa-045acfb39a16 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:22:24.457 7 INFO neutron_taas.services.taas.taas_plugin [None req-babf9520-961e-4871-9d13-868bc83e1cbe 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: d2d73c0b-a3be-46a1-b312-89a785ad2899 2026-05-17 02:22:24.460 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-babf9520-961e-4871-9d13-868bc83e1cbe 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: d2d73c0b-a3be-46a1-b312-89a785ad2899 2026-05-17 02:22:24.682 7 INFO neutron.services.segments.plugin [-] Segment 6d5d1551-0e5a-44ec-a650-69762ba37cc0 resource provider aggregate not found 2026-05-17 02:22:24.697 7 INFO neutron.services.segments.plugin [-] Segment 6d5d1551-0e5a-44ec-a650-69762ba37cc0 resource provider aggregate not found 2026-05-17 02:22:24.709 7 INFO neutron.services.segments.plugin [-] Segment 6d5d1551-0e5a-44ec-a650-69762ba37cc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d5d1551-0e5a-44ec-a650-69762ba37cc0 found for delete ", "request_id": "req-3b187f95-61d9-457d-9b3a-1efbb646f0a2"}]} 2026-05-17 02:22:24.730 7 INFO neutron.services.segments.plugin [-] Segment 6d5d1551-0e5a-44ec-a650-69762ba37cc0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d5d1551-0e5a-44ec-a650-69762ba37cc0 found for delete ", "request_id": "req-d3deffbd-4dca-4d45-b18d-6211a7d2098d"}]} [pid: 7|app: 0|req: 499/983] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:22:24 2026] DELETE /v2.0/networks/1e096f83-8c0b-468a-bba7-db538613b77e => generated 0 bytes in 442 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/984] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:24 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 975 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/985] 10.0.0.151 () {34 vars in 970 bytes} [Sun May 17 02:22:24 2026] GET /v2.0/ports/c55ed0d2-1cdb-4bd5-941b-8fe611c02193 => generated 972 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:24.941 8 WARNING neutron.db.securitygroups_db [None req-d3417476-7d72-4971-b205-d1720203d8e4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 487/986] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:24 2026] GET /v2.0/security-groups?tenant_id=27b1bf6691fe4290b8e41659385a02cc&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:25.137 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2c8239b-d04c-438b-87f6-5584c410eb2b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 850f3d49-86f1-4f5e-a08e-5693bd5c8fdb 2026-05-17 02:22:25.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2c8239b-d04c-438b-87f6-5584c410eb2b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 850f3d49-86f1-4f5e-a08e-5693bd5c8fdb [pid: 8|app: 0|req: 488/987] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:24 2026] DELETE /v2.0/security-groups/d5094dcf-0934-43f3-8b72-8941a05fc52c => generated 0 bytes in 216 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/988] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:25 2026] GET /v2.0/ports?device_id=30760e2f-4c33-4238-a1d5-18f4fa85fcdf => 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: 490/989] 199.204.45.38 () {34 vars in 998 bytes} [Sun May 17 02:22:25 2026] GET /v2.0/subnets?network_id=fb391899-5cd0-448c-8fa9-ba0fa4fba927 => generated 684 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/990] 199.204.45.38 () {34 vars in 1144 bytes} [Sun May 17 02:22:25 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49&device_owner=compute%3Anova&network_id=fb391899-5cd0-448c-8fa9-ba0fa4fba927 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/991] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:22:24 2026] PUT /v2.0/routers/7f6b2107-39cd-41eb-b790-4e1a24b4b648/remove_router_interface => generated 310 bytes in 1095 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-17 02:22:26.185 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e3c836c-931d-4b0a-ba9d-1920ef5cc719 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 392bb64e-40c1-4b31-bb81-b12e03f54869 2026-05-17 02:22:26.190 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e3c836c-931d-4b0a-ba9d-1920ef5cc719 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 392bb64e-40c1-4b31-bb81-b12e03f54869 2026-05-17 02:22:26.330 8 INFO neutron.db.ovn_revision_numbers_db [req-b1b98e90-2137-4e9c-9806-51bbc7daa189 req-7d3ade37-1c58-4224-8f63-43a33d405ef3 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Successfully bumped revision number for resource c55ed0d2-1cdb-4bd5-941b-8fe611c02193 (type: ports) to 6 [pid: 8|app: 0|req: 492/992] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:22:25 2026] PUT /v2.0/ports/c55ed0d2-1cdb-4bd5-941b-8fe611c02193 => generated 1149 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:26.402 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17c2c7d4-dd37-4df6-8cc9-4c3880ea9d32'] response: {'name': 'network-changed', 'server_uuid': '3ed1c423-4163-41c8-8682-e5481c47af49', 'tag': 'c55ed0d2-1cdb-4bd5-941b-8fe611c02193', '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: 493/993] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:26 2026] DELETE /v2.0/security-groups/d417da16-efca-44eb-b3fc-cbea08f4a567 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:22:26.690 8 INFO neutron.api.v2.resource [None req-d7f314a8-8173-4791-a0dc-f12129f38b6f fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 494/994] 10.0.0.197 () {32 vars in 736 bytes} [Sun May 17 02:22:26 2026] GET /v2.0/security-groups/d417da16-efca-44eb-b3fc-cbea08f4a567 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/995] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:22:25 2026] DELETE /v2.0/routers/7f6b2107-39cd-41eb-b790-4e1a24b4b648 => generated 0 bytes in 906 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:22:26.830 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b795756-d04c-4f6d-b9b5-2fdcbbfb3592 fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] TaaS: Handle Delete Port: 83e916a6-c2bb-48c2-8872-2d9d0cf1141c 2026-05-17 02:22:26.832 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b795756-d04c-4f6d-b9b5-2fdcbbfb3592 fb4d34f3ced2488a89deea29681873e4 032ef30597e3432b8c97af3e49bf5c63 - - default default] Tap Mirror: Handle Delete Port: 83e916a6-c2bb-48c2-8872-2d9d0cf1141c [pid: 8|app: 0|req: 495/996] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:22:26 2026] DELETE /v2.0/floatingips/7b9d6e61-137f-4f29-ba0a-90dd4e32231e => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/997] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:26 2026] GET /v2.0/ports?tenant_id=7069091cd6ae4d7c9733baae2ef478fa&device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/998] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:22:26 2026] DELETE /v2.0/subnets/8970fc83-2361-489c-a22a-ee76903c85fe => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/999] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:22:27 2026] GET /v2.0/networks?id=fb391899-5cd0-448c-8fa9-ba0fa4fba927 => generated 820 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:27.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-40051862-3e3d-48ad-a6ef-ccd8b02f6b23 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 7902c3f0-a655-40dc-877f-2b81892e60e6 2026-05-17 02:22:27.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40051862-3e3d-48ad-a6ef-ccd8b02f6b23 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 7902c3f0-a655-40dc-877f-2b81892e60e6 2026-05-17 02:22:27.392 8 INFO neutron_taas.services.taas.taas_plugin [None req-5381f590-3f90-4222-90e4-be57144a0016 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: f7ee9db7-0b4b-46a1-9ffb-e52d3ba2f7af 2026-05-17 02:22:27.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5381f590-3f90-4222-90e4-be57144a0016 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: f7ee9db7-0b4b-46a1-9ffb-e52d3ba2f7af 2026-05-17 02:22:27.459 7 INFO neutron.services.segments.plugin [-] Segment c331b85c-514b-4d35-9d9e-efe7429b871d resource provider aggregate not found 2026-05-17 02:22:27.473 7 INFO neutron.services.segments.plugin [-] Segment c331b85c-514b-4d35-9d9e-efe7429b871d resource provider aggregate not found 2026-05-17 02:22:27.490 7 INFO neutron.services.segments.plugin [-] Segment c331b85c-514b-4d35-9d9e-efe7429b871d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c331b85c-514b-4d35-9d9e-efe7429b871d found for delete ", "request_id": "req-3f3f2f55-de41-4ac8-88f0-4de0e63cfff2"}]} 2026-05-17 02:22:27.513 7 INFO neutron.services.segments.plugin [-] Segment c331b85c-514b-4d35-9d9e-efe7429b871d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c331b85c-514b-4d35-9d9e-efe7429b871d found for delete ", "request_id": "req-68623f6e-2f5b-47cd-aaea-9d895c7b8dca"}]} [pid: 7|app: 0|req: 504/1000] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:22:27 2026] DELETE /v2.0/networks/13fc0b1a-bd90-4a3c-87a5-a298cb1d4b4f => generated 0 bytes in 454 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1001] 199.204.45.38 () {34 vars in 1058 bytes} [Sun May 17 02:22:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c55ed0d2-1cdb-4bd5-941b-8fe611c02193 => generated 861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:27.977 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3216c32-aef5-4715-9e6d-ca7376474aa7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 267fd127-0b04-4d5e-bbfe-1ad498aae630 (type: security_groups) to 1 2026-05-17 02:22:27.991 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3216c32-aef5-4715-9e6d-ca7376474aa7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 506bd2f9-3e78-4492-9ad3-67b01524f54a (type: security_group_rules) to 0 2026-05-17 02:22:28.005 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3216c32-aef5-4715-9e6d-ca7376474aa7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5f7d5ed9-0857-4daa-9a75-fe3615f599f8 (type: security_group_rules) to 0 2026-05-17 02:22:28.019 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3216c32-aef5-4715-9e6d-ca7376474aa7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 69193bcc-dc84-4969-a7dd-8c5910d09093 (type: security_group_rules) to 0 2026-05-17 02:22:28.031 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3216c32-aef5-4715-9e6d-ca7376474aa7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ab611ac3-d93c-4d5d-b96b-50d4a0c18145 (type: security_group_rules) to 0 2026-05-17 02:22:28.130 7 INFO neutron.db.segments_db [None req-d3216c32-aef5-4715-9e6d-ca7376474aa7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Added segment e30e015c-5200-4bf2-9748-fb3806b3a070 of type geneve for network 6cdba0b9-1a18-4285-8071-935e7ce2a0d5 [pid: 8|app: 0|req: 497/1002] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:22:27 2026] PUT /v2.0/routers/a0a322a8-bbcd-4a6b-a478-0eafc672c1a9/remove_router_interface => generated 310 bytes in 1122 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: 498/1003] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:22:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c55ed0d2-1cdb-4bd5-941b-8fe611c02193 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:28.165 8 WARNING neutron.db.securitygroups_db [None req-07e15235-5fd6-4521-85b3-22d1f847361b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 499/1004] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:28 2026] GET /v2.0/security-groups?tenant_id=f22bc5e2f80c449d868e96b002b98131&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:28.250 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3216c32-aef5-4715-9e6d-ca7376474aa7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6cdba0b9-1a18-4285-8071-935e7ce2a0d5 (type: networks) to 1 2026-05-17 02:22:28.406 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d3216c32-aef5-4715-9e6d-ca7376474aa7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:22:28.407 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d3216c32-aef5-4715-9e6d-ca7376474aa7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 6cdba0b9-1a18-4285-8071-935e7ce2a0d5: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:28.479 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0b6e494d-6e59-4e20-9398-adb1c3ede323 - - - - - -] OVN reports status down for port: f2196fd9-977d-4982-909c-a8785aac194f 2026-05-17 02:22:28.523 7 INFO neutron.db.ovn_revision_numbers_db [None req-d3216c32-aef5-4715-9e6d-ca7376474aa7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f2196fd9-977d-4982-909c-a8785aac194f (type: ports) to 1 [pid: 7|app: 0|req: 506/1005] 10.0.0.197 () {34 vars in 670 bytes} [Sun May 17 02:22:27 2026] POST /v2.0/networks => generated 779 bytes in 954 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1006] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:28 2026] GET /v2.0/subnets?id=7431ea54-fca6-44d7-af85-260744fca944 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:28.580 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c409a8f-3e79-400b-8713-b15fabd498dc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: b297e839-1158-4694-b537-3d08d92a637d 2026-05-17 02:22:28.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c409a8f-3e79-400b-8713-b15fabd498dc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: b297e839-1158-4694-b537-3d08d92a637d [pid: 7|app: 0|req: 508/1007] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:28 2026] DELETE /v2.0/security-groups/c09db12c-9ee5-408f-8b31-6819d9d4aa2d => generated 0 bytes in 202 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:22:28.922 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b3a60fd2-651c-4443-8d36-fc10721f9a1f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:22:28.923 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b3a60fd2-651c-4443-8d36-fc10721f9a1f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 6cdba0b9-1a18-4285-8071-935e7ce2a0d5: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 500/1008] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:22:28 2026] DELETE /v2.0/routers/a0a322a8-bbcd-4a6b-a478-0eafc672c1a9 => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1009] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:29 2026] GET /v2.0/ports?network_id=fb391899-5cd0-448c-8fa9-ba0fa4fba927&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: 502/1010] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:22:29 2026] DELETE /v2.0/subnets/2bbc6103-2393-4cb5-9630-3ffcd79e5252 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1011] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:29 2026] GET /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:29.413 7 INFO neutron.db.ovn_revision_numbers_db [None req-b3a60fd2-651c-4443-8d36-fc10721f9a1f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f2196fd9-977d-4982-909c-a8785aac194f (type: ports) to 2 2026-05-17 02:22:29.474 7 INFO neutron.db.ovn_revision_numbers_db [None req-b3a60fd2-651c-4443-8d36-fc10721f9a1f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8f4f8321-cedc-4f04-80f1-7dd37ae95bf8 (type: subnets) to 0 2026-05-17 02:22:29.480 8 INFO neutron_taas.services.taas.taas_plugin [None req-7c9aacbb-800e-4654-ba97-66559dde7163 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 6a9f1f55-b681-4bc6-b093-2eceab707600 2026-05-17 02:22:29.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c9aacbb-800e-4654-ba97-66559dde7163 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 6a9f1f55-b681-4bc6-b093-2eceab707600 [pid: 7|app: 0|req: 509/1012] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:22:28 2026] POST /v2.0/subnets => generated 685 bytes in 751 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1013] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:29 2026] GET /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:29.677 8 INFO neutron.services.segments.plugin [-] Segment b6633d75-b96f-4530-97fd-694077796324 resource provider aggregate not found 2026-05-17 02:22:29.685 8 INFO neutron.services.segments.plugin [-] Segment b6633d75-b96f-4530-97fd-694077796324 resource provider aggregate not found 2026-05-17 02:22:29.707 8 INFO neutron.services.segments.plugin [-] Segment b6633d75-b96f-4530-97fd-694077796324 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6633d75-b96f-4530-97fd-694077796324 found for delete ", "request_id": "req-90a23c34-b297-40eb-8880-b3752577d859"}]} 2026-05-17 02:22:29.709 8 INFO neutron.services.segments.plugin [-] Segment b6633d75-b96f-4530-97fd-694077796324 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6633d75-b96f-4530-97fd-694077796324 found for delete ", "request_id": "req-8df6f8e1-6d68-4251-b3a1-262a128007f4"}]} [pid: 8|app: 0|req: 504/1014] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:22:29 2026] DELETE /v2.0/networks/677e952b-d81e-4f83-a548-b31f629a059d => generated 0 bytes in 438 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:22:29.861 8 WARNING neutron.db.securitygroups_db [None req-79628e0b-3930-4443-ac6f-ef4ce8307524 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 505/1015] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:29 2026] GET /v2.0/security-groups?tenant_id=032ef30597e3432b8c97af3e49bf5c63&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:30.018 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c1d0ea50-8218-4644-a159-f32af67ab757 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:22:30.020 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c1d0ea50-8218-4644-a159-f32af67ab757 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 506/1016] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:29 2026] DELETE /v2.0/security-groups/a6fe63f0-db70-4f78-b721-9383b944edfb => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:22:30.156 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2b79fe79-1189-49d4-a38c-f06810a5a125 - - - - - -] OVN reports status down for port: f461a67e-0589-446e-8232-e6601724079b 2026-05-17 02:22:30.222 7 INFO neutron.db.ovn_revision_numbers_db [None req-c1d0ea50-8218-4644-a159-f32af67ab757 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f461a67e-0589-446e-8232-e6601724079b (type: ports) to 1 [pid: 8|app: 0|req: 507/1017] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:30 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 1152 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1018] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:30 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1019] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:30 2026] GET /v2.0/ports?tenant_id=7069091cd6ae4d7c9733baae2ef478fa&device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 1413 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1020] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:22:30 2026] GET /v2.0/networks?id=fb391899-5cd0-448c-8fa9-ba0fa4fba927 => generated 820 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1021] 199.204.45.38 () {34 vars in 1058 bytes} [Sun May 17 02:22:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c55ed0d2-1cdb-4bd5-941b-8fe611c02193 => generated 861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1022] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:22:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=c55ed0d2-1cdb-4bd5-941b-8fe611c02193 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1023] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:30 2026] GET /v2.0/subnets?id=7431ea54-fca6-44d7-af85-260744fca944 => generated 702 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1024] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:30 2026] GET /v2.0/ports?network_id=fb391899-5cd0-448c-8fa9-ba0fa4fba927&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: 515/1025] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:30 2026] GET /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1026] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:31 2026] GET /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1027] 199.204.45.38 () {34 vars in 1116 bytes} [Sun May 17 02:22:31 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1152 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:31.727 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-95db8b50-0342-42f6-a63b-2f1913962d3c - - - - - -] Router d02703c6-3739-428f-a7c9-fc90a03141aa is bound to host instance 2026-05-17 02:22:31.738 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2b79fe79-1189-49d4-a38c-f06810a5a125 - - - - - -] OVN reports status up for port: f461a67e-0589-446e-8232-e6601724079b 2026-05-17 02:22:31.770 7 INFO neutron.plugins.ml2.plugin [None req-2b79fe79-1189-49d4-a38c-f06810a5a125 - - - - - -] Attempt 1 to provision port f461a67e-0589-446e-8232-e6601724079b 2026-05-17 02:22:31.804 7 INFO neutron.db.ovn_revision_numbers_db [None req-c1d0ea50-8218-4644-a159-f32af67ab757 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f461a67e-0589-446e-8232-e6601724079b (type: router_ports) to 1 2026-05-17 02:22:31.936 7 INFO neutron.db.ovn_revision_numbers_db [None req-c1d0ea50-8218-4644-a159-f32af67ab757 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d02703c6-3739-428f-a7c9-fc90a03141aa (type: routers) to 2 [pid: 7|app: 0|req: 511/1028] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:22:29 2026] POST /v2.0/routers => generated 984 bytes in 2383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:22:32.424 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c017cf78-0ec8-4a3f-8e81-65e74fcda27d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:22:32.426 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c017cf78-0ec8-4a3f-8e81-65e74fcda27d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 6cdba0b9-1a18-4285-8071-935e7ce2a0d5: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:32.604 7 INFO neutron.db.ovn_revision_numbers_db [None req-c017cf78-0ec8-4a3f-8e81-65e74fcda27d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6e60912b-7eae-487e-afb2-9b0f142aa3a8 (type: ports) to 1 2026-05-17 02:22:32.667 8 INFO neutron.db.ovn_revision_numbers_db [req-6a13041d-6fe3-4143-9512-d4fc67877a1a req-b8e6a889-7a95-4e38-8879-333f46259b31 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Successfully bumped revision number for resource c55ed0d2-1cdb-4bd5-941b-8fe611c02193 (type: ports) to 7 [pid: 8|app: 0|req: 518/1029] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:22:31 2026] PUT /v2.0/ports/c55ed0d2-1cdb-4bd5-941b-8fe611c02193 => generated 972 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:32.742 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf877dab-906f-492d-a9bd-712f16dc2e20'] response: {'name': 'network-changed', 'server_uuid': '3ed1c423-4163-41c8-8682-e5481c47af49', 'tag': 'c55ed0d2-1cdb-4bd5-941b-8fe611c02193', 'status': 'completed', 'code': 200} 2026-05-17 02:22:33.121 8 INFO neutron.db.ovn_revision_numbers_db [None req-c2409511-1398-40f4-bf66-769f41881660 - - - - - -] Successfully bumped revision number for resource f461a67e-0589-446e-8232-e6601724079b (type: ports) to 4 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-17 02:22:33.296 8 WARNING neutron.db.securitygroups_db [None req-4c500655-36a0-4610-b119-ae147e35dfe2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:22:33.339 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c017cf78-0ec8-4a3f-8e81-65e74fcda27d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:22:33.340 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c017cf78-0ec8-4a3f-8e81-65e74fcda27d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 6cdba0b9-1a18-4285-8071-935e7ce2a0d5: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:33.556 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c500655-36a0-4610-b119-ae147e35dfe2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8a33c080-37f0-4ddf-afec-8f17dac05a8b (type: security_groups) to 1 2026-05-17 02:22:33.582 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c500655-36a0-4610-b119-ae147e35dfe2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 440f327f-0c65-403c-af31-23eca369395c (type: security_group_rules) to 0 2026-05-17 02:22:33.585 8 INFO neutron.db.ovn_revision_numbers_db [None req-c2409511-1398-40f4-bf66-769f41881660 - - - - - -] Successfully bumped revision number for resource f461a67e-0589-446e-8232-e6601724079b (type: ports) to 5 2026-05-17 02:22:33.601 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c500655-36a0-4610-b119-ae147e35dfe2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 56feb710-1ce6-4536-9db7-d5bf563a3bd7 (type: security_group_rules) to 0 2026-05-17 02:22:33.620 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c500655-36a0-4610-b119-ae147e35dfe2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 57a6e22c-cc27-495e-821f-5c71cf335cfe (type: security_group_rules) to 0 2026-05-17 02:22:33.640 8 INFO neutron.db.ovn_revision_numbers_db [None req-4c500655-36a0-4610-b119-ae147e35dfe2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c8749936-3aca-4a0b-981c-922ba07c7f7b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 519/1030] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:33 2026] GET /v2.0/security-groups?tenant_id=fcdf1bbfcb8747519db23003905f8e83&name=default => generated 2925 bytes in 677 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1031] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:33 2026] GET /v2.0/ports?tenant_id=7069091cd6ae4d7c9733baae2ef478fa&device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 1236 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:33.857 8 INFO neutron.common.ovn.utils [None req-0b6e494d-6e59-4e20-9398-adb1c3ede323 - - - - - -] HA Chassis Group neutron-6cdba0b9-1a18-4285-8071-935e7ce2a0d5 synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 2026-05-17 02:22:33.897 8 WARNING neutron.db.securitygroups_db [None req-d93b4f41-12c2-459f-aa06-08fbb33dcd20 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:22:33.913 7 INFO neutron.db.ovn_revision_numbers_db [None req-c017cf78-0ec8-4a3f-8e81-65e74fcda27d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6e60912b-7eae-487e-afb2-9b0f142aa3a8 (type: router_ports) to 1 [pid: 7|app: 0|req: 512/1032] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:22:31 2026] PUT /v2.0/routers/d02703c6-3739-428f-a7c9-fc90a03141aa/add_router_interface => generated 310 bytes in 1955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:34.016 8 INFO neutron.db.ovn_revision_numbers_db [None req-d93b4f41-12c2-459f-aa06-08fbb33dcd20 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 49c8978c-8d82-47a1-b064-4c9cec9c92bb (type: security_groups) to 1 2026-05-17 02:22:34.028 8 INFO neutron.db.ovn_revision_numbers_db [None req-d93b4f41-12c2-459f-aa06-08fbb33dcd20 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 0771f785-172e-4b2a-bc88-e535f9645880 (type: security_group_rules) to 0 2026-05-17 02:22:34.043 8 INFO neutron.db.ovn_revision_numbers_db [None req-d93b4f41-12c2-459f-aa06-08fbb33dcd20 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3e3eb641-e7b9-4094-9062-6f999ad3c3a6 (type: security_group_rules) to 0 2026-05-17 02:22:34.055 8 INFO neutron.db.ovn_revision_numbers_db [None req-d93b4f41-12c2-459f-aa06-08fbb33dcd20 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8e9ddeb4-c4aa-40cd-ab69-a2e5579fd3ed (type: security_group_rules) to 0 2026-05-17 02:22:34.071 8 INFO neutron.db.ovn_revision_numbers_db [None req-d93b4f41-12c2-459f-aa06-08fbb33dcd20 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d214e50b-8bf7-4d79-8f6c-54072a68c0f2 (type: security_group_rules) to 0 2026-05-17 02:22:34.096 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2b79fe79-1189-49d4-a38c-f06810a5a125 - - - - - -] OVN reports status down for port: 6e60912b-7eae-487e-afb2-9b0f142aa3a8 [pid: 8|app: 0|req: 521/1033] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:33 2026] GET /v2.0/security-groups?tenant_id=65ff90f7c29241f89a07475d9831efc1&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1034] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:22:34 2026] GET /v2.0/networks?id=fb391899-5cd0-448c-8fa9-ba0fa4fba927 => generated 820 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1035] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:33 2026] DELETE /v2.0/security-groups/8a33c080-37f0-4ddf-afec-8f17dac05a8b => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:22:34.193 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-2b79fe79-1189-49d4-a38c-f06810a5a125 - - - - - -] Logical_Switch_Port 6e60912b-7eae-487e-afb2-9b0f142aa3a8 host information not removed, the port state is up 2026-05-17 02:22:34.193 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2b79fe79-1189-49d4-a38c-f06810a5a125 - - - - - -] OVN reports status up for port: 6e60912b-7eae-487e-afb2-9b0f142aa3a8 2026-05-17 02:22:34.225 7 INFO neutron.plugins.ml2.plugin [None req-2b79fe79-1189-49d4-a38c-f06810a5a125 - - - - - -] Attempt 1 to provision port 6e60912b-7eae-487e-afb2-9b0f142aa3a8 [pid: 7|app: 0|req: 514/1036] 199.204.45.38 () {34 vars in 1058 bytes} [Sun May 17 02:22:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c55ed0d2-1cdb-4bd5-941b-8fe611c02193 => generated 861 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1037] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:34 2026] GET /v2.0/subnets?id=7431ea54-fca6-44d7-af85-260744fca944 => generated 702 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1038] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:34 2026] GET /v2.0/ports?network_id=fb391899-5cd0-448c-8fa9-ba0fa4fba927&device_owner=network%3Adhcp => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1039] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:34 2026] DELETE /v2.0/security-groups/49c8978c-8d82-47a1-b064-4c9cec9c92bb => generated 0 bytes in 222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1040] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:34 2026] GET /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927?fields=segments => generated 14 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1041] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:34 2026] GET /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927?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-17 02:22:34.571 8 WARNING neutron.db.securitygroups_db [None req-c67f1059-f62d-4045-9371-00ca048597f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:22:34.721 8 INFO neutron.db.ovn_revision_numbers_db [None req-c67f1059-f62d-4045-9371-00ca048597f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9d90626d-18ff-4582-a1ca-f5d6bab1b592 (type: security_groups) to 1 2026-05-17 02:22:34.733 8 INFO neutron.db.ovn_revision_numbers_db [None req-c67f1059-f62d-4045-9371-00ca048597f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3f2cbe55-cc15-4a9e-99e6-9116c7e92954 (type: security_group_rules) to 0 2026-05-17 02:22:34.743 8 INFO neutron.db.ovn_revision_numbers_db [None req-c67f1059-f62d-4045-9371-00ca048597f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource adc38c49-41d0-4b00-8583-adfadd846f41 (type: security_group_rules) to 0 2026-05-17 02:22:34.753 8 INFO neutron.db.ovn_revision_numbers_db [None req-c67f1059-f62d-4045-9371-00ca048597f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource bca7e6a8-b7fa-4e60-a106-9b2a62abf75d (type: security_group_rules) to 0 2026-05-17 02:22:34.775 8 INFO neutron.db.ovn_revision_numbers_db [None req-c67f1059-f62d-4045-9371-00ca048597f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fbd8588e-95ce-44af-8c0a-6b1b099a0066 (type: security_group_rules) to 0 2026-05-17 02:22:34.817 7 INFO neutron.db.ovn_revision_numbers_db [None req-49f34e68-07e7-4342-aaad-3aaaeb3b1d09 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] Successfully bumped revision number for resource 81caa543-b5b9-4109-99cb-154d84de76f3 (type: security_groups) to 1 [pid: 8|app: 0|req: 525/1042] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:34 2026] GET /v2.0/security-groups?tenant_id=ff0d41bdd5d34916af6bd0dbcc6f8050&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:34.840 7 INFO neutron.db.ovn_revision_numbers_db [None req-49f34e68-07e7-4342-aaad-3aaaeb3b1d09 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] Successfully bumped revision number for resource c2e1e9fe-9bab-4703-88aa-658ae33a4b8c (type: security_group_rules) to 0 2026-05-17 02:22:34.867 7 INFO neutron.db.ovn_revision_numbers_db [None req-49f34e68-07e7-4342-aaad-3aaaeb3b1d09 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] Successfully bumped revision number for resource d203194d-0450-4232-8c2b-f2cc0a27cdd2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 518/1043] 10.0.0.197 () {34 vars in 684 bytes} [Sun May 17 02:22:34 2026] POST /v2.0/security-groups => generated 1660 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:22:34.995 7 INFO neutron.db.ovn_revision_numbers_db [None req-2b79fe79-1189-49d4-a38c-f06810a5a125 - - - - - -] Successfully bumped revision number for resource 6e60912b-7eae-487e-afb2-9b0f142aa3a8 (type: ports) to 2 [pid: 8|app: 0|req: 526/1044] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:34 2026] DELETE /v2.0/security-groups/9d90626d-18ff-4582-a1ca-f5d6bab1b592 => 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: 527/1045] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:35 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:35.226 7 INFO neutron.db.ovn_revision_numbers_db [None req-cc8c6474-3bde-40b3-89ac-7f486a8bd188 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] Successfully bumped revision number for resource a3e3f1f3-aa38-45e5-bb9d-dc3cc0e74fd0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 530/1048] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:35 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1049] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:22:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:22:35.450 8 INFO neutron.db.ovn_revision_numbers_db [None req-a2db5b03-9c76-4561-b3b1-3e3ae4e63807 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] Successfully bumped revision number for resource dc40f438-f028-4039-aaea-10d5becf8aa2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 531/1050] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:22:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1051] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:35 2026] GET /v2.0/ports?tenant_id=7069091cd6ae4d7c9733baae2ef478fa&device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 1236 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1052] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:22:35 2026] GET /v2.0/networks?id=fb391899-5cd0-448c-8fa9-ba0fa4fba927 => generated 820 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1053] 199.204.45.38 () {34 vars in 1058 bytes} [Sun May 17 02:22:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c55ed0d2-1cdb-4bd5-941b-8fe611c02193 => generated 861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1054] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:35 2026] GET /v2.0/subnets?id=7431ea54-fca6-44d7-af85-260744fca944 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1055] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:35 2026] GET /v2.0/ports?network_id=fb391899-5cd0-448c-8fa9-ba0fa4fba927&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: 537/1056] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:35 2026] GET /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1057] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:35 2026] GET /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927?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-17 02:22:35.874 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-872ff015-ae55-492a-afd2-99cd81fbf61f 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] No more DHCP agents 2026-05-17 02:22:35.876 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-872ff015-ae55-492a-afd2-99cd81fbf61f 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:36.183 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-0b6e494d-6e59-4e20-9398-adb1c3ede323 - - - - - -] OVN reports status down for port: c55ed0d2-1cdb-4bd5-941b-8fe611c02193 [pid: 7|app: 0|req: 520/1058] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:22:35 2026] POST /v2.0/floatingips => generated 552 bytes in 685 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:22:36.393 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0090f685-63ef-463a-a0a4-09a3acf236e5'] response: {'server_uuid': '3ed1c423-4163-41c8-8682-e5481c47af49', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c55ed0d2-1cdb-4bd5-941b-8fe611c02193', 'code': 200} [pid: 8|app: 0|req: 539/1059] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:36 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 975 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1060] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:36 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:36.627 8 INFO neutron.db.ovn_revision_numbers_db [None req-0b6e494d-6e59-4e20-9398-adb1c3ede323 - - - - - -] Successfully bumped revision number for resource c55ed0d2-1cdb-4bd5-941b-8fe611c02193 (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-17 02:22:36.696 8 WARNING neutron.db.securitygroups_db [req-181b53d4-5b42-4d75-ae27-65eb3155291e req-09a1f60f-c7d8-4f71-8efc-aa5b135f0fa3 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] 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: 540/1061] 10.0.0.151 () {34 vars in 1097 bytes} [Sun May 17 02:22:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--602540131&fields=id&tenant_id=8d95c6ee900346e98f1275209b8783c5 => generated 69 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1062] 10.0.0.151 () {34 vars in 981 bytes} [Sun May 17 02:22:36 2026] GET /v2.0/networks?id=6cdba0b9-1a18-4285-8071-935e7ce2a0d5 => generated 708 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1063] 10.0.0.151 () {34 vars in 964 bytes} [Sun May 17 02:22:36 2026] GET /v2.0/quotas/8d95c6ee900346e98f1275209b8783c5 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1064] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:22:36 2026] GET /v2.0/ports?tenant_id=8d95c6ee900346e98f1275209b8783c5&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1065] 10.0.0.151 () {34 vars in 1007 bytes} [Sun May 17 02:22:36 2026] GET /v2.0/networks/6cdba0b9-1a18-4285-8071-935e7ce2a0d5?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1066] 10.0.0.151 () {34 vars in 1107 bytes} [Sun May 17 02:22:36 2026] GET /v2.0/networks/6cdba0b9-1a18-4285-8071-935e7ce2a0d5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1067] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:37 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1068] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:22:37 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:37.609 8 INFO neutron_taas.services.taas.taas_plugin [req-05844b0c-f502-428d-a983-6c0b7c538d0b req-80a14dc9-8537-4e7f-9059-2c835a8c2bac 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] TaaS: Handle Delete Port: c55ed0d2-1cdb-4bd5-941b-8fe611c02193 2026-05-17 02:22:37.612 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-05844b0c-f502-428d-a983-6c0b7c538d0b req-80a14dc9-8537-4e7f-9059-2c835a8c2bac 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Tap Mirror: Handle Delete Port: c55ed0d2-1cdb-4bd5-941b-8fe611c02193 [pid: 7|app: 0|req: 526/1069] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:37 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1070] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:37 2026] GET /v2.0/security-groups?id=1fb5a910-dac2-4a66-a34b-8e6862d4ab6f&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:37.857 8 INFO neutron.db.l3_db [req-05844b0c-f502-428d-a983-6c0b7c538d0b req-80a14dc9-8537-4e7f-9059-2c835a8c2bac 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Floating IP 6f5e78ed-7950-4629-946e-034c14da9b13 disassociated. External IP: 10.96.250.206, port: c55ed0d2-1cdb-4bd5-941b-8fe611c02193. [pid: 8|app: 0|req: 544/1071] 199.204.45.38 () {36 vars in 995 bytes} [Sun May 17 02:22:37 2026] DELETE /v2.0/ports/c55ed0d2-1cdb-4bd5-941b-8fe611c02193 => generated 0 bytes in 510 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1072] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:38 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:38.431 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9482c801-0118-4129-b486-a247682cff68'] response: {'server_uuid': '3ed1c423-4163-41c8-8682-e5481c47af49', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'c55ed0d2-1cdb-4bd5-941b-8fe611c02193', 'code': 200} 2026-05-17 02:22:38.432 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9482c801-0118-4129-b486-a247682cff68'] response: {'server_uuid': '3ed1c423-4163-41c8-8682-e5481c47af49', 'name': 'network-vif-deleted', 'tag': 'c55ed0d2-1cdb-4bd5-941b-8fe611c02193', '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: 545/1073] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:38 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => 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: 529/1074] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:22:39 2026] GET /v2.0/floatingips => generated 1093 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1075] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:22:39 2026] GET /v2.0/network-ip-availabilities => generated 3431 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1076] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:39 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => 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: 530/1077] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:22:39 2026] GET /v2.0/security-groups => generated 28930 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1078] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:22:39 2026] GET /v2.0/networks => generated 3887 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1079] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:22:39 2026] GET /v2.0/subnets => generated 2672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1080] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:22:39 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: 532/1081] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:22:39 2026] GET /v2.0/agents => generated 1214 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1082] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:22:39 2026] GET /v2.0/subnets => generated 2672 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1083] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:22:39 2026] GET /v2.0/routers => generated 1987 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1084] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:22:39 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: 534/1085] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:22:39 2026] GET /v2.0/ports => generated 13701 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1086] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:39 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:40.294 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-830fe47b-58d4-42b1-9e6c-4d9ca1e66e0c - - - - - -] No hosting information found for port 6e60912b-7eae-487e-afb2-9b0f142aa3a8: RuntimeError: No hosting information found for port 6e60912b-7eae-487e-afb2-9b0f142aa3a8 2026-05-17 02:22:40.378 7 INFO neutron.db.ovn_revision_numbers_db [None req-830fe47b-58d4-42b1-9e6c-4d9ca1e66e0c - - - - - -] Successfully bumped revision number for resource 6e60912b-7eae-487e-afb2-9b0f142aa3a8 (type: router_ports) to 2 [pid: 7|app: 0|req: 535/1087] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:40 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => 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: 553/1088] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:41 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:41.459 7 WARNING neutron.db.securitygroups_db [None req-355345ad-e6d5-492e-afc3-f51a44c44cc9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:22:41.556 7 INFO neutron.db.ovn_revision_numbers_db [None req-355345ad-e6d5-492e-afc3-f51a44c44cc9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 65ab41ba-518f-46ff-bffc-cd1897a6b37f (type: security_groups) to 1 2026-05-17 02:22:41.569 7 INFO neutron.db.ovn_revision_numbers_db [None req-355345ad-e6d5-492e-afc3-f51a44c44cc9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 028a46e6-79ae-4f34-8062-c6ac5818b06c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 554/1089] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:22:41 2026] GET /v2.0/networks?id=6cdba0b9-1a18-4285-8071-935e7ce2a0d5 => generated 708 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:41.579 7 INFO neutron.db.ovn_revision_numbers_db [None req-355345ad-e6d5-492e-afc3-f51a44c44cc9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 60cb3b0d-cd6b-45b5-8284-cdbf7bace3f8 (type: security_group_rules) to 0 2026-05-17 02:22:41.592 7 INFO neutron.db.ovn_revision_numbers_db [None req-355345ad-e6d5-492e-afc3-f51a44c44cc9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9687d229-9a90-41da-b427-72ba1f0b0f5d (type: security_group_rules) to 0 2026-05-17 02:22:41.602 8 WARNING neutron.db.securitygroups_db [req-181b53d4-5b42-4d75-ae27-65eb3155291e req-91ce9e44-afc6-4e62-a4be-2e72ccae038c 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] 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-17 02:22:41.604 7 INFO neutron.db.ovn_revision_numbers_db [None req-355345ad-e6d5-492e-afc3-f51a44c44cc9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e7237e76-e228-49c1-b2fa-2b5e91fe495a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 555/1090] 199.204.45.38 () {34 vars in 1048 bytes} [Sun May 17 02:22:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8d95c6ee900346e98f1275209b8783c5 => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1091] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:41 2026] GET /v2.0/security-groups?tenant_id=06ed1cc28318410089b88d3e2fac3cb2&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1092] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:41 2026] DELETE /v2.0/security-groups/65ab41ba-518f-46ff-bffc-cd1897a6b37f => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1093] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:41 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:41.919 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-181b53d4-5b42-4d75-ae27-65eb3155291e req-eb7b5ddc-fbd2-4566-9488-775c89e03177 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] No more DHCP agents 2026-05-17 02:22:41.921 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-181b53d4-5b42-4d75-ae27-65eb3155291e req-eb7b5ddc-fbd2-4566-9488-775c89e03177 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] Unable to schedule network 6cdba0b9-1a18-4285-8071-935e7ce2a0d5: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:42.047 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f596249a-0e6d-4e49-ad86-03e3e344dc2d - - - - - -] OVN reports status down for port: b09141eb-b54c-4300-b3e6-d785dddfb524 2026-05-17 02:22:42.100 8 INFO neutron.db.ovn_revision_numbers_db [req-181b53d4-5b42-4d75-ae27-65eb3155291e req-eb7b5ddc-fbd2-4566-9488-775c89e03177 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] Successfully bumped revision number for resource b09141eb-b54c-4300-b3e6-d785dddfb524 (type: ports) to 1 2026-05-17 02:22:42.150 7 WARNING neutron.db.securitygroups_db [None req-0c5b2a07-826b-4cb8-b59b-8062d55ddf46 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 556/1094] 199.204.45.38 () {38 vars in 953 bytes} [Sun May 17 02:22:41 2026] POST /v2.0/ports => generated 958 bytes in 564 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-17 02:22:42.206 8 WARNING neutron.db.securitygroups_db [None req-0074eaea-2559-4ee8-a6f1-84ed497f74ab 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:22:42.264 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c5b2a07-826b-4cb8-b59b-8062d55ddf46 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6ef7bd31-9ee9-457e-96c9-1ba187b5f97e (type: security_groups) to 1 2026-05-17 02:22:42.277 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c5b2a07-826b-4cb8-b59b-8062d55ddf46 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2a9e9f05-ab49-46e8-be9d-8ab18d84b7a8 (type: security_group_rules) to 0 2026-05-17 02:22:42.287 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c5b2a07-826b-4cb8-b59b-8062d55ddf46 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4d130809-ca4d-4f2f-971b-3517bfd879ef (type: security_group_rules) to 0 2026-05-17 02:22:42.298 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c5b2a07-826b-4cb8-b59b-8062d55ddf46 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 530a7241-b6bf-4169-9f38-38033a81d3be (type: security_group_rules) to 0 2026-05-17 02:22:42.308 7 INFO neutron.db.ovn_revision_numbers_db [None req-0c5b2a07-826b-4cb8-b59b-8062d55ddf46 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f267c1ba-b836-4b80-af3d-43aaab30b55c (type: security_group_rules) to 0 2026-05-17 02:22:42.347 8 INFO neutron.db.ovn_revision_numbers_db [None req-0074eaea-2559-4ee8-a6f1-84ed497f74ab 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1f2c7527-8ca4-46b6-8794-ce69eae41599 (type: security_groups) to 1 [pid: 7|app: 0|req: 539/1095] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:41 2026] GET /v2.0/security-groups?tenant_id=e554d9c24f104f65a94bb65e885a0d60&name=default => generated 2925 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:42.361 8 INFO neutron.db.ovn_revision_numbers_db [None req-0074eaea-2559-4ee8-a6f1-84ed497f74ab 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8b070aec-4644-40ac-87ba-58dd27ade0fb (type: security_group_rules) to 0 [pid: 7|app: 0|req: 540/1096] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:42 2026] GET /v2.0/ports?device_id=3ed1c423-4163-41c8-8682-e5481c47af49 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:42.378 8 INFO neutron.db.ovn_revision_numbers_db [None req-0074eaea-2559-4ee8-a6f1-84ed497f74ab 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9a2a7742-5b90-45d8-81b2-e1c395e0c7c9 (type: security_group_rules) to 0 2026-05-17 02:22:42.389 8 INFO neutron.db.ovn_revision_numbers_db [None req-0074eaea-2559-4ee8-a6f1-84ed497f74ab 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ce690802-6c73-4530-9f45-ff6a51ef034d (type: security_group_rules) to 0 2026-05-17 02:22:42.401 8 INFO neutron.db.ovn_revision_numbers_db [None req-0074eaea-2559-4ee8-a6f1-84ed497f74ab 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ef9e3746-6cc3-4e99-ab42-b66ea824a2d1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 557/1097] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:42 2026] GET /v2.0/security-groups?tenant_id=ecd31b8d0a184bd0bfd36437536ec66d&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1098] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:42 2026] DELETE /v2.0/security-groups/6ef7bd31-9ee9-457e-96c9-1ba187b5f97e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1099] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:42 2026] DELETE /v2.0/security-groups/1f2c7527-8ca4-46b6-8794-ce69eae41599 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:22:42.765 8 WARNING neutron.db.securitygroups_db [None req-5d02c55b-f43d-4670-9bc6-3e02ac630ce5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:22:42.770 7 INFO neutron.db.ovn_revision_numbers_db [req-181b53d4-5b42-4d75-ae27-65eb3155291e req-a0d3a1bb-f5ff-4166-907b-70bba9d5c1dd 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource b09141eb-b54c-4300-b3e6-d785dddfb524 (type: ports) to 2 2026-05-17 02:22:42.887 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d02c55b-f43d-4670-9bc6-3e02ac630ce5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 52d133f9-9655-4e77-af0c-0f987c078f71 (type: security_groups) to 1 2026-05-17 02:22:42.902 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d02c55b-f43d-4670-9bc6-3e02ac630ce5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 287fc7d3-929a-4a27-9a2f-a52b45823943 (type: security_group_rules) to 0 2026-05-17 02:22:42.915 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d02c55b-f43d-4670-9bc6-3e02ac630ce5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3fc9eb1a-b6a2-446d-af9b-39d8e3b2292b (type: security_group_rules) to 0 2026-05-17 02:22:42.927 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d02c55b-f43d-4670-9bc6-3e02ac630ce5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 652447cd-e858-4bf0-8294-e1281d08e8da (type: security_group_rules) to 0 2026-05-17 02:22:42.941 8 INFO neutron.db.ovn_revision_numbers_db [None req-5d02c55b-f43d-4670-9bc6-3e02ac630ce5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8d730655-db88-42ee-ad1c-f31d197212b4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 560/1100] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:42 2026] GET /v2.0/security-groups?tenant_id=5c8d5b880c4b4148b1be6afbbc16b02a&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1101] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:42 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:43.024 7 INFO neutron.db.ovn_revision_numbers_db [req-181b53d4-5b42-4d75-ae27-65eb3155291e req-a0d3a1bb-f5ff-4166-907b-70bba9d5c1dd 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource b09141eb-b54c-4300-b3e6-d785dddfb524 (type: ports) to 4 [pid: 7|app: 0|req: 541/1102] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:22:42 2026] PUT /v2.0/ports/b09141eb-b54c-4300-b3e6-d785dddfb524 => generated 1231 bytes in 678 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: 542/1103] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:43 2026] GET /v2.0/security-groups?id=81caa543-b5b9-4109-99cb-154d84de76f3&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:43.091 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37441d09-3f3e-4eef-851e-3dc515e762e3'] response: {'name': 'network-changed', 'server_uuid': 'f9f5ddb4-78c1-4b4b-abac-aa494b373979', 'tag': 'b09141eb-b54c-4300-b3e6-d785dddfb524', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 562/1104] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:43 2026] DELETE /v2.0/security-groups/52d133f9-9655-4e77-af0c-0f987c078f71 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1105] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:43 2026] DELETE /v2.0/security-groups/1fb5a910-dac2-4a66-a34b-8e6862d4ab6f => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1106] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:43 2026] GET /v2.0/ports?tenant_id=8d95c6ee900346e98f1275209b8783c5&device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 1234 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:43.668 7 INFO neutron.api.v2.resource [None req-68e7a62a-e0d3-45d1-b27f-00ab520fbfa6 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 544/1107] 10.0.0.197 () {32 vars in 736 bytes} [Sun May 17 02:22:43 2026] GET /v2.0/security-groups/1fb5a910-dac2-4a66-a34b-8e6862d4ab6f => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1108] 199.204.45.38 () {34 vars in 1016 bytes} [Sun May 17 02:22:43 2026] GET /v2.0/networks?tenant_id=8d95c6ee900346e98f1275209b8783c5&shared=False => generated 807 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1109] 199.204.45.38 () {34 vars in 928 bytes} [Sun May 17 02:22:43 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:43.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-d97e63a5-e86e-4303-add3-4673300962ff 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] TaaS: Handle Delete Port: ac3c3f05-0293-4c51-b374-dea52c63b095 2026-05-17 02:22:43.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d97e63a5-e86e-4303-add3-4673300962ff 3b75c3cea5de4809bb5bf04b67fca831 7069091cd6ae4d7c9733baae2ef478fa - - default default] Tap Mirror: Handle Delete Port: ac3c3f05-0293-4c51-b374-dea52c63b095 [pid: 8|app: 0|req: 564/1110] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:22:43 2026] DELETE /v2.0/floatingips/6f5e78ed-7950-4629-946e-034c14da9b13 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1111] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:44 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1112] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:44 2026] GET /v2.0/security-groups?id=81caa543-b5b9-4109-99cb-154d84de76f3&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-17 02:22:44.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2067a30-a1a7-4d8f-91e4-6602c8d9518a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 5cdfb2ee-083c-429b-8fdb-adef0bedfa3a 2026-05-17 02:22:44.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2067a30-a1a7-4d8f-91e4-6602c8d9518a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 5cdfb2ee-083c-429b-8fdb-adef0bedfa3a [pid: 8|app: 0|req: 567/1113] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:44 2026] GET /v2.0/ports?tenant_id=8d95c6ee900346e98f1275209b8783c5&device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 1234 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1114] 199.204.45.38 () {34 vars in 1058 bytes} [Sun May 17 02:22:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b09141eb-b54c-4300-b3e6-d785dddfb524 => 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: 569/1115] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:44 2026] GET /v2.0/subnets?id=8f4f8321-cedc-4f04-80f1-7dd37ae95bf8 => generated 688 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1116] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:44 2026] GET /v2.0/ports?network_id=6cdba0b9-1a18-4285-8071-935e7ce2a0d5&device_owner=network%3Adhcp => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1117] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:22:44 2026] PUT /v2.0/routers/a590c49c-c1e7-4d78-824e-c6d48a6a42b7/remove_router_interface => generated 310 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1118] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:44 2026] GET /v2.0/networks/6cdba0b9-1a18-4285-8071-935e7ce2a0d5?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 572/1119] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/networks/6cdba0b9-1a18-4285-8071-935e7ce2a0d5?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: 573/1120] 10.0.0.197 () {32 vars in 652 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions => generated 21706 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1121] 10.0.0.197 () {32 vars in 680 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1122] 10.0.0.197 () {32 vars in 680 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1123] 10.0.0.197 () {32 vars in 664 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1124] 10.0.0.197 () {32 vars in 696 bytes} [Sun May 17 02:22: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) [pid: 8|app: 0|req: 578/1125] 10.0.0.197 () {32 vars in 700 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1126] 10.0.0.197 () {32 vars in 688 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/availability_zone => 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: 580/1127] 10.0.0.197 () {32 vars in 692 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1128] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => 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: 582/1129] 10.0.0.197 () {32 vars in 694 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1130] 10.0.0.197 () {32 vars in 684 bytes} [Sun May 17 02:22: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) 2026-05-17 02:22:45.413 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d86f0fb-e0b6-46eb-8d06-46875776263a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: d3b3c91c-719e-4b5d-8916-f4b1933e2cb3 [pid: 8|app: 0|req: 584/1131] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/security-groups?id=81caa543-b5b9-4109-99cb-154d84de76f3&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-17 02:22:45.417 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d86f0fb-e0b6-46eb-8d06-46875776263a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: d3b3c91c-719e-4b5d-8916-f4b1933e2cb3 [pid: 8|app: 0|req: 585/1132] 10.0.0.197 () {32 vars in 686 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1133] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/dns-integration-domain-keywords => generated 283 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1134] 10.0.0.197 () {32 vars in 698 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1135] 10.0.0.197 () {32 vars in 678 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1136] 10.0.0.197 () {32 vars in 682 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1137] 10.0.0.197 () {32 vars in 674 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1138] 10.0.0.197 () {32 vars in 688 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1139] 10.0.0.197 () {32 vars in 688 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/filter-validation => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1140] 10.0.0.197 () {32 vars in 722 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1141] 10.0.0.197 () {32 vars in 686 bytes} [Sun May 17 02:22:45 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: 595/1142] 10.0.0.197 () {32 vars in 668 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1143] 10.0.0.197 () {32 vars in 686 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1144] 10.0.0.197 () {32 vars in 680 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1145] 10.0.0.197 () {32 vars in 678 bytes} [Sun May 17 02:22:45 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: 599/1146] 10.0.0.197 () {32 vars in 666 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1147] 10.0.0.197 () {32 vars in 702 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/enable-default-route-bfd => 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: 601/1148] 10.0.0.197 () {32 vars in 704 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/enable-default-route-ecmp => generated 215 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1149] 10.0.0.197 () {32 vars in 676 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1150] 10.0.0.197 () {32 vars in 664 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1151] 10.0.0.197 () {32 vars in 710 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/external-gateway-multihoming => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1152] 10.0.0.197 () {32 vars in 674 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/l3-flavors => 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: 606/1153] 10.0.0.197 () {32 vars in 668 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/logging => generated 213 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1154] 10.0.0.197 () {32 vars in 682 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1155] 10.0.0.197 () {32 vars in 668 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1156] 10.0.0.197 () {32 vars in 686 bytes} [Sun May 17 02:22:45 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: 8|app: 0|req: 610/1157] 10.0.0.197 () {32 vars in 704 bytes} [Sun May 17 02:22:45 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: 611/1158] 10.0.0.197 () {32 vars in 700 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1159] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/network-ip-availability-details => generated 260 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1160] 10.0.0.197 () {32 vars in 674 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1161] 10.0.0.197 () {32 vars in 692 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1162] 10.0.0.197 () {32 vars in 708 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1163] 10.0.0.197 () {32 vars in 704 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1164] 10.0.0.197 () {32 vars in 718 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1165] 10.0.0.197 () {32 vars in 696 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1166] 10.0.0.197 () {32 vars in 710 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1167] 10.0.0.197 () {32 vars in 668 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1168] 10.0.0.197 () {32 vars in 686 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/binding-extended => 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: 622/1169] 10.0.0.197 () {32 vars in 680 bytes} [Sun May 17 02:22:45 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: 8|app: 0|req: 623/1170] 10.0.0.197 () {32 vars in 674 bytes} [Sun May 17 02:22: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: 624/1171] 10.0.0.197 () {32 vars in 670 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1172] 10.0.0.197 () {32 vars in 662 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/qinq => generated 272 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1173] 10.0.0.197 () {32 vars in 660 bytes} [Sun May 17 02:22: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: 627/1174] 10.0.0.197 () {32 vars in 698 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1175] 10.0.0.197 () {32 vars in 698 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1176] 10.0.0.197 () {32 vars in 676 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1177] 10.0.0.197 () {32 vars in 668 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1178] 10.0.0.197 () {32 vars in 682 bytes} [Sun May 17 02:22:45 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: 8|app: 0|req: 632/1179] 10.0.0.197 () {32 vars in 700 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1180] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:22:45 2026] DELETE /v2.0/routers/a590c49c-c1e7-4d78-824e-c6d48a6a42b7 => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1181] 10.0.0.197 () {32 vars in 684 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1182] 10.0.0.197 () {32 vars in 706 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1183] 10.0.0.197 () {32 vars in 668 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1184] 10.0.0.197 () {32 vars in 696 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1185] 10.0.0.197 () {32 vars in 694 bytes} [Sun May 17 02:22:45 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: 8|app: 0|req: 638/1186] 10.0.0.197 () {32 vars in 684 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1187] 10.0.0.197 () {32 vars in 688 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1188] 10.0.0.197 () {32 vars in 704 bytes} [Sun May 17 02:22:45 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: 8|app: 0|req: 641/1189] 10.0.0.197 () {32 vars in 666 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1190] 10.0.0.197 () {32 vars in 680 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1191] 10.0.0.197 () {32 vars in 680 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/rbac-policies => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1192] 10.0.0.197 () {32 vars in 690 bytes} [Sun May 17 02:22:45 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) [pid: 8|app: 0|req: 645/1193] 10.0.0.197 () {32 vars in 694 bytes} [Sun May 17 02:22:45 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: 8|app: 0|req: 646/1194] 10.0.0.197 () {32 vars in 688 bytes} [Sun May 17 02:22:45 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) [pid: 8|app: 0|req: 647/1195] 10.0.0.197 () {32 vars in 700 bytes} [Sun May 17 02:22:45 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1196] 10.0.0.197 () {32 vars in 702 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1197] 10.0.0.197 () {32 vars in 690 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 650/1198] 10.0.0.197 () {32 vars in 712 bytes} [Sun May 17 02:22:46 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: 549/1199] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:22:45 2026] DELETE /v2.0/subnets/7431ea54-fca6-44d7-af85-260744fca944 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1200] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1201] 10.0.0.197 () {32 vars in 726 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 653/1202] 10.0.0.197 () {32 vars in 740 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 654/1203] 10.0.0.197 () {32 vars in 718 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1204] 10.0.0.197 () {32 vars in 682 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1205] 10.0.0.197 () {32 vars in 668 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 657/1206] 10.0.0.197 () {32 vars in 718 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 658/1207] 10.0.0.197 () {32 vars in 678 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 659/1208] 10.0.0.197 () {32 vars in 668 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 660/1209] 10.0.0.197 () {32 vars in 696 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 661/1210] 10.0.0.197 () {32 vars in 704 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1211] 10.0.0.197 () {32 vars in 700 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 663/1212] 10.0.0.197 () {32 vars in 708 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/subnet-dns-publish-fixed-ip => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:46.125 7 INFO neutron_taas.services.taas.taas_plugin [None req-12acc91e-594b-48bf-a857-1fc30d6b0d7c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 3d988dd9-966e-41c7-af85-6171b042aedf 2026-05-17 02:22:46.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12acc91e-594b-48bf-a857-1fc30d6b0d7c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 3d988dd9-966e-41c7-af85-6171b042aedf [pid: 8|app: 0|req: 664/1213] 10.0.0.197 () {32 vars in 700 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 665/1214] 10.0.0.197 () {32 vars in 704 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1215] 10.0.0.197 () {32 vars in 694 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1216] 10.0.0.197 () {32 vars in 688 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1217] 10.0.0.197 () {32 vars in 696 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 669/1218] 10.0.0.197 () {32 vars in 678 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 670/1219] 10.0.0.197 () {32 vars in 688 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 671/1220] 10.0.0.197 () {32 vars in 700 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1221] 10.0.0.197 () {32 vars in 664 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1222] 10.0.0.197 () {32 vars in 680 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1223] 10.0.0.197 () {32 vars in 686 bytes} [Sun May 17 02:22:46 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) [pid: 8|app: 0|req: 675/1224] 10.0.0.197 () {32 vars in 676 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1225] 10.0.0.197 () {32 vars in 692 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 677/1226] 10.0.0.197 () {32 vars in 692 bytes} [Sun May 17 02:22:46 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: 8|app: 0|req: 678/1227] 10.0.0.197 () {32 vars in 676 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1228] 10.0.0.197 () {32 vars in 666 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1229] 10.0.0.197 () {32 vars in 662 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1230] 10.0.0.197 () {32 vars in 674 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:46.303 7 INFO neutron.services.segments.plugin [-] Segment aefebd96-7607-433c-94a3-b0d396598c20 resource provider aggregate not found [pid: 8|app: 0|req: 682/1231] 10.0.0.197 () {32 vars in 704 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/tap-mirror-both-direction => generated 265 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:46.309 7 INFO neutron.services.segments.plugin [-] Segment aefebd96-7607-433c-94a3-b0d396598c20 resource provider aggregate not found [pid: 8|app: 0|req: 683/1232] 10.0.0.197 () {32 vars in 686 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:46.328 7 INFO neutron.services.segments.plugin [-] Segment aefebd96-7607-433c-94a3-b0d396598c20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aefebd96-7607-433c-94a3-b0d396598c20 found for delete ", "request_id": "req-43a74876-51ff-4dd3-86a1-d566634bab9e"}]} 2026-05-17 02:22:46.331 7 INFO neutron.services.segments.plugin [-] Segment aefebd96-7607-433c-94a3-b0d396598c20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aefebd96-7607-433c-94a3-b0d396598c20 found for delete ", "request_id": "req-5c8f5d35-abcb-4cfb-9b72-ad41d7249efd"}]} [pid: 7|app: 0|req: 550/1233] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:22:46 2026] DELETE /v2.0/networks/fb391899-5cd0-448c-8fa9-ba0fa4fba927 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1234] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1235] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/security-groups?id=81caa543-b5b9-4109-99cb-154d84de76f3&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:46.587 8 WARNING neutron.db.securitygroups_db [None req-e7459843-1537-4931-97a7-15b2ee8aa438 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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/1236] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/security-groups?tenant_id=7069091cd6ae4d7c9733baae2ef478fa&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1237] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:46 2026] DELETE /v2.0/security-groups/0523edeb-d514-448b-848b-6abd7c9908ed => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:22:47.175 8 WARNING neutron.db.securitygroups_db [None req-9d274c13-61d0-4d17-946b-a26c727f4d76 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:22:47.327 8 INFO neutron.db.ovn_revision_numbers_db [None req-9d274c13-61d0-4d17-946b-a26c727f4d76 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1b54a71c-660d-4c7f-9ea7-daa858d79e3f (type: security_groups) to 1 2026-05-17 02:22:47.352 8 INFO neutron.db.ovn_revision_numbers_db [None req-9d274c13-61d0-4d17-946b-a26c727f4d76 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 164a895f-e46c-4d83-8509-51946066508a (type: security_group_rules) to 0 2026-05-17 02:22:47.384 8 INFO neutron.db.ovn_revision_numbers_db [None req-9d274c13-61d0-4d17-946b-a26c727f4d76 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 31950678-4fd5-4c9a-9e21-32cd9914e135 (type: security_group_rules) to 0 2026-05-17 02:22:47.400 8 INFO neutron.db.ovn_revision_numbers_db [None req-9d274c13-61d0-4d17-946b-a26c727f4d76 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 83a8c9fd-1529-4929-8e96-a9273a4aaf16 (type: security_group_rules) to 0 2026-05-17 02:22:47.419 8 INFO neutron.db.ovn_revision_numbers_db [None req-9d274c13-61d0-4d17-946b-a26c727f4d76 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d7a96b0c-d1c5-44dc-ab20-bf97fa2fb9da (type: security_group_rules) to 0 [pid: 8|app: 0|req: 686/1238] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:46 2026] GET /v2.0/security-groups?tenant_id=eed787fe1e334659bb64d3e5311ecff5&name=default => generated 2925 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1239] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:47 2026] DELETE /v2.0/security-groups/1b54a71c-660d-4c7f-9ea7-daa858d79e3f => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1240] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:47 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:47.758 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-f596249a-0e6d-4e49-ad86-03e3e344dc2d - - - - - -] OVN reports status up for port: b09141eb-b54c-4300-b3e6-d785dddfb524 2026-05-17 02:22:47.779 8 INFO neutron.plugins.ml2.plugin [None req-f596249a-0e6d-4e49-ad86-03e3e344dc2d - - - - - -] Attempt 1 to provision port b09141eb-b54c-4300-b3e6-d785dddfb524 [pid: 7|app: 0|req: 554/1241] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:47 2026] GET /v2.0/security-groups?id=81caa543-b5b9-4109-99cb-154d84de76f3&fields=id&fields=name => generated 113 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:47.926 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5116db69-d8f6-48e6-9c24-3325be9045b3'] response: {'server_uuid': 'f9f5ddb4-78c1-4b4b-abac-aa494b373979', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b09141eb-b54c-4300-b3e6-d785dddfb524', 'code': 200} 2026-05-17 02:22:48.087 8 INFO neutron.db.ovn_revision_numbers_db [None req-f596249a-0e6d-4e49-ad86-03e3e344dc2d - - - - - -] Successfully bumped revision number for resource b09141eb-b54c-4300-b3e6-d785dddfb524 (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: 555/1242] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:48 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:49.007 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db6f447-747c-42ad-bb6d-1d8ee2faa3d3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d56968ee-9559-4528-b17a-987ae122ece8 (type: security_groups) to 1 2026-05-17 02:22:49.028 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db6f447-747c-42ad-bb6d-1d8ee2faa3d3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4a2e0eff-b84f-4870-ab09-6b0d09c3fab1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 556/1243] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:49 2026] GET /v2.0/security-groups?id=81caa543-b5b9-4109-99cb-154d84de76f3&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-17 02:22:49.048 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db6f447-747c-42ad-bb6d-1d8ee2faa3d3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 53f03101-c817-4b24-8133-d48b2289c649 (type: security_group_rules) to 0 2026-05-17 02:22:49.063 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db6f447-747c-42ad-bb6d-1d8ee2faa3d3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource aebea1f9-4f5e-4499-8298-6a16683497c7 (type: security_group_rules) to 0 2026-05-17 02:22:49.081 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db6f447-747c-42ad-bb6d-1d8ee2faa3d3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d9b4587c-dac3-46d1-9bf0-76c9c4fa60b1 (type: security_group_rules) to 0 2026-05-17 02:22:49.174 8 INFO neutron.db.segments_db [None req-2db6f447-747c-42ad-bb6d-1d8ee2faa3d3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Added segment 159b59ca-082c-4d2a-9ff5-bcf7a1614a1f of type geneve for network 8bcee261-0b5e-422a-8a27-82744b6ca34f 2026-05-17 02:22:49.311 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db6f447-747c-42ad-bb6d-1d8ee2faa3d3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8bcee261-0b5e-422a-8a27-82744b6ca34f (type: networks) to 1 2026-05-17 02:22:49.427 7 WARNING neutron.db.securitygroups_db [None req-21fe30dc-8579-48e1-ad04-a21f3a4d5602 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:22:49.567 7 INFO neutron.db.ovn_revision_numbers_db [None req-21fe30dc-8579-48e1-ad04-a21f3a4d5602 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4b9bbfee-66a1-444f-93b5-cc113950edc4 (type: security_groups) to 1 2026-05-17 02:22:49.591 7 INFO neutron.db.ovn_revision_numbers_db [None req-21fe30dc-8579-48e1-ad04-a21f3a4d5602 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 882650d1-8f63-4306-b24f-900fc94a734f (type: security_group_rules) to 0 2026-05-17 02:22:49.606 7 INFO neutron.db.ovn_revision_numbers_db [None req-21fe30dc-8579-48e1-ad04-a21f3a4d5602 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ba9d592a-0c29-4978-a756-982100d05420 (type: security_group_rules) to 0 2026-05-17 02:22:49.622 7 INFO neutron.db.ovn_revision_numbers_db [None req-21fe30dc-8579-48e1-ad04-a21f3a4d5602 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource df9e2aec-084c-4c8b-b14a-a28dd7b17876 (type: security_group_rules) to 0 2026-05-17 02:22:49.634 7 INFO neutron.db.ovn_revision_numbers_db [None req-21fe30dc-8579-48e1-ad04-a21f3a4d5602 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource eb511d62-5463-4929-aece-75b8958c4c78 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 557/1244] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:49 2026] GET /v2.0/security-groups?tenant_id=72c0776ff84f4e8a837e52673516031f&name=default => generated 2925 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:49.847 7 INFO neutron.db.ovn_revision_numbers_db [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource c31af240-9840-45ac-a3aa-9e70774815aa (type: security_groups) to 1 2026-05-17 02:22:49.864 7 INFO neutron.db.ovn_revision_numbers_db [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 0ce7cce8-d89a-45f9-aacf-a25171fa6f8c (type: security_group_rules) to 0 2026-05-17 02:22:49.885 7 INFO neutron.db.ovn_revision_numbers_db [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 7da831f0-3505-4ff8-aca4-9d3672ab39af (type: security_group_rules) to 0 2026-05-17 02:22:49.898 7 INFO neutron.db.ovn_revision_numbers_db [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 84ca4486-fbea-49d7-9897-16a778ef118a (type: security_group_rules) to 0 2026-05-17 02:22:49.908 7 INFO neutron.db.ovn_revision_numbers_db [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource ae70ae64-f793-413e-901c-9ba82453287b (type: security_group_rules) to 0 2026-05-17 02:22:49.991 7 INFO neutron.db.segments_db [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Added segment db5c4eb7-7d7f-4ade-a85c-4a3bb8d91927 of type geneve for network 454d9cf1-40d2-4a69-9ea1-948f8cc9f5d9 2026-05-17 02:22:50.094 7 INFO neutron.db.segments_db [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Added segment 2fb2c2ba-2681-46b9-a5b5-a83ed299f8e6 of type geneve for network 199c42f5-8cac-409b-9afb-335fb8ccb64b 2026-05-17 02:22:50.199 7 INFO neutron.db.ovn_revision_numbers_db [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 454d9cf1-40d2-4a69-9ea1-948f8cc9f5d9 (type: networks) to 1 2026-05-17 02:22:50.291 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d28fc08c-c19b-42b2-a0a8-8dfc3550abe4'] response: {'server_uuid': 'f9f5ddb4-78c1-4b4b-abac-aa494b373979', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'b09141eb-b54c-4300-b3e6-d785dddfb524', 'code': 200} 2026-05-17 02:22:50.360 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2db6f447-747c-42ad-bb6d-1d8ee2faa3d3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:22:50.361 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2db6f447-747c-42ad-bb6d-1d8ee2faa3d3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 8bcee261-0b5e-422a-8a27-82744b6ca34f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:50.413 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5fcf5b5b-dcac-4876-85c2-c375bf43a1e6 - - - - - -] OVN reports status down for port: 6978a3ce-14a2-48d8-991c-67c1a357b946 2026-05-17 02:22:50.467 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] No more DHCP agents 2026-05-17 02:22:50.468 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Unable to schedule network 454d9cf1-40d2-4a69-9ea1-948f8cc9f5d9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:50.507 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-830fe47b-58d4-42b1-9e6c-4d9ca1e66e0c - - - - - -] OVN reports status down for port: 85f17132-4be7-4473-b7b8-6129420cd798 2026-05-17 02:22:50.511 8 INFO neutron.db.ovn_revision_numbers_db [None req-2db6f447-747c-42ad-bb6d-1d8ee2faa3d3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6978a3ce-14a2-48d8-991c-67c1a357b946 (type: ports) to 1 [pid: 8|app: 0|req: 688/1245] 10.0.0.197 () {34 vars in 670 bytes} [Sun May 17 02:22:48 2026] POST /v2.0/networks => generated 785 bytes in 1963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:22:50.583 7 INFO neutron.db.ovn_revision_numbers_db [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 85f17132-4be7-4473-b7b8-6129420cd798 (type: ports) to 1 2026-05-17 02:22:50.699 7 INFO neutron.db.ovn_revision_numbers_db [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 199c42f5-8cac-409b-9afb-335fb8ccb64b (type: networks) to 1 [pid: 8|app: 0|req: 689/1246] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:50 2026] DELETE /v2.0/security-groups/4b9bbfee-66a1-444f-93b5-cc113950edc4 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1247] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:50 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:50.903 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] No more DHCP agents 2026-05-17 02:22:50.905 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Unable to schedule network 199c42f5-8cac-409b-9afb-335fb8ccb64b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:50.945 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5fcf5b5b-dcac-4876-85c2-c375bf43a1e6 - - - - - -] OVN reports status down for port: 38de690a-c4d0-4889-9bf3-3f1cffcf1015 2026-05-17 02:22:50.950 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8e28cb2a-c4f5-48dd-ac1c-b5dfb8ccfc56 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:22:50.955 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8e28cb2a-c4f5-48dd-ac1c-b5dfb8ccfc56 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 8bcee261-0b5e-422a-8a27-82744b6ca34f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:50.979 7 INFO neutron.db.ovn_revision_numbers_db [None req-80976717-0ceb-4463-a2f1-c773f3cfb3fb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 38de690a-c4d0-4889-9bf3-3f1cffcf1015 (type: ports) to 1 [pid: 7|app: 0|req: 558/1250] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:22:49 2026] POST /v2.0/networks => generated 1320 bytes in 1326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1251] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:51 2026] GET /v2.0/security-groups?id=81caa543-b5b9-4109-99cb-154d84de76f3&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-17 02:22:51.054 7 WARNING neutron.db.securitygroups_db [None req-d963ce8a-682c-4ef7-9206-2cc729e6ce22 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:22:51.177 7 INFO neutron.db.ovn_revision_numbers_db [None req-d963ce8a-682c-4ef7-9206-2cc729e6ce22 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 289e3c3b-ac7a-4d5d-b647-164ebe999409 (type: security_groups) to 1 2026-05-17 02:22:51.192 7 INFO neutron.db.ovn_revision_numbers_db [None req-d963ce8a-682c-4ef7-9206-2cc729e6ce22 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 0b81e528-1e2b-45c5-ba48-1676b10d39ac (type: security_group_rules) to 0 2026-05-17 02:22:51.202 7 INFO neutron.db.ovn_revision_numbers_db [None req-d963ce8a-682c-4ef7-9206-2cc729e6ce22 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 57d9ee90-f424-4e0d-ae04-ea47ab42bcc4 (type: security_group_rules) to 0 2026-05-17 02:22:51.213 7 INFO neutron.db.ovn_revision_numbers_db [None req-d963ce8a-682c-4ef7-9206-2cc729e6ce22 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c13c4d97-c1f8-4549-9321-581a98288c32 (type: security_group_rules) to 0 2026-05-17 02:22:51.224 7 INFO neutron.db.ovn_revision_numbers_db [None req-d963ce8a-682c-4ef7-9206-2cc729e6ce22 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f4286fa7-8c74-498e-9523-904850e7425e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 560/1252] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:51 2026] GET /v2.0/security-groups?tenant_id=a22f08995ebe430dbd58464c3de7ca1b&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1253] 10.0.0.197 () {32 vars in 648 bytes} [Sun May 17 02:22:51 2026] GET /v2.0/networks => generated 1969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1254] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:51 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:51.572 8 INFO neutron.db.ovn_revision_numbers_db [None req-8e28cb2a-c4f5-48dd-ac1c-b5dfb8ccfc56 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6978a3ce-14a2-48d8-991c-67c1a357b946 (type: ports) to 2 [pid: 7|app: 0|req: 563/1255] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:51 2026] DELETE /v2.0/security-groups/289e3c3b-ac7a-4d5d-b647-164ebe999409 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:22:51.611 8 INFO neutron.db.ovn_revision_numbers_db [None req-8e28cb2a-c4f5-48dd-ac1c-b5dfb8ccfc56 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 870c5001-d789-4295-9333-ca358be2e447 (type: subnets) to 0 [pid: 8|app: 0|req: 693/1256] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:22:50 2026] POST /v2.0/subnets => generated 691 bytes in 844 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:22:51.749 7 INFO neutron_taas.services.taas.taas_plugin [None req-56dab4a3-175b-46a4-bbe7-86dda63736b8 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] TaaS: Handle Delete Port: 85f17132-4be7-4473-b7b8-6129420cd798 2026-05-17 02:22:51.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56dab4a3-175b-46a4-bbe7-86dda63736b8 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Tap Mirror: Handle Delete Port: 85f17132-4be7-4473-b7b8-6129420cd798 2026-05-17 02:22:51.972 7 INFO neutron.services.segments.plugin [-] Segment db5c4eb7-7d7f-4ade-a85c-4a3bb8d91927 resource provider aggregate not found 2026-05-17 02:22:51.976 7 INFO neutron.services.segments.plugin [-] Segment db5c4eb7-7d7f-4ade-a85c-4a3bb8d91927 resource provider aggregate not found 2026-05-17 02:22:51.993 7 INFO neutron.services.segments.plugin [-] Segment db5c4eb7-7d7f-4ade-a85c-4a3bb8d91927 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db5c4eb7-7d7f-4ade-a85c-4a3bb8d91927 found for delete ", "request_id": "req-9b92226a-60c4-4b8a-afb7-be184b839108"}]} 2026-05-17 02:22:52.000 7 INFO neutron.services.segments.plugin [-] Segment db5c4eb7-7d7f-4ade-a85c-4a3bb8d91927 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db5c4eb7-7d7f-4ade-a85c-4a3bb8d91927 found for delete ", "request_id": "req-e1d4ca36-35ba-419d-87dc-ecb792a11c17"}]} [pid: 7|app: 0|req: 564/1257] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:22:51 2026] DELETE /v2.0/networks/454d9cf1-40d2-4a69-9ea1-948f8cc9f5d9 => generated 0 bytes in 417 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:22:52.187 8 INFO neutron.db.ovn_revision_numbers_db [None req-9674a42e-d9b7-41c7-90d2-083a8bf8529a 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] Successfully bumped revision number for resource 89662768-1fd1-4f0d-b7ee-5b910c3bbae6 (type: floatingips) to 1 2026-05-17 02:22:52.379 8 INFO neutron.db.ovn_revision_numbers_db [None req-9674a42e-d9b7-41c7-90d2-083a8bf8529a 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] Successfully bumped revision number for resource 89662768-1fd1-4f0d-b7ee-5b910c3bbae6 (type: floatingips) to 2 2026-05-17 02:22:52.380 8 INFO neutron.db.l3_db [None req-9674a42e-d9b7-41c7-90d2-083a8bf8529a 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] Floating IP 89662768-1fd1-4f0d-b7ee-5b910c3bbae6 associated. External IP: 10.96.250.212, port: b09141eb-b54c-4300-b3e6-d785dddfb524. [pid: 8|app: 0|req: 694/1258] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:22:51 2026] PUT /v2.0/floatingips/89662768-1fd1-4f0d-b7ee-5b910c3bbae6 => generated 856 bytes in 824 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-17 02:22:52.500 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b2e0fa6-db43-4505-a166-69020eaa263a'] response: {'name': 'network-changed', 'server_uuid': 'f9f5ddb4-78c1-4b4b-abac-aa494b373979', 'tag': 'b09141eb-b54c-4300-b3e6-d785dddfb524', 'status': 'completed', 'code': 200} 2026-05-17 02:22:52.531 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b4440473-db12-4d5a-b232-a9a04c717710 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:22:52.533 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b4440473-db12-4d5a-b232-a9a04c717710 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:52.635 8 INFO neutron_taas.services.taas.taas_plugin [None req-f08c01e5-be3e-41e7-8e58-f895c5ae0f31 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] TaaS: Handle Delete Port: 38de690a-c4d0-4889-9bf3-3f1cffcf1015 2026-05-17 02:22:52.641 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f08c01e5-be3e-41e7-8e58-f895c5ae0f31 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Tap Mirror: Handle Delete Port: 38de690a-c4d0-4889-9bf3-3f1cffcf1015 2026-05-17 02:22:52.703 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5fcf5b5b-dcac-4876-85c2-c375bf43a1e6 - - - - - -] OVN reports status down for port: 525f8867-1c42-45b1-b96f-facbb015f32f 2026-05-17 02:22:52.728 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4440473-db12-4d5a-b232-a9a04c717710 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 525f8867-1c42-45b1-b96f-facbb015f32f (type: ports) to 1 2026-05-17 02:22:52.961 8 INFO neutron.services.segments.plugin [-] Segment 2fb2c2ba-2681-46b9-a5b5-a83ed299f8e6 resource provider aggregate not found 2026-05-17 02:22:52.966 8 INFO neutron.services.segments.plugin [-] Segment 2fb2c2ba-2681-46b9-a5b5-a83ed299f8e6 resource provider aggregate not found 2026-05-17 02:22:52.982 8 INFO neutron.services.segments.plugin [-] Segment 2fb2c2ba-2681-46b9-a5b5-a83ed299f8e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fb2c2ba-2681-46b9-a5b5-a83ed299f8e6 found for delete ", "request_id": "req-1e90dc93-61ec-4e2e-aa77-1258b134e08e"}]} 2026-05-17 02:22:52.984 8 INFO neutron.services.segments.plugin [-] Segment 2fb2c2ba-2681-46b9-a5b5-a83ed299f8e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fb2c2ba-2681-46b9-a5b5-a83ed299f8e6 found for delete ", "request_id": "req-5243fad1-a153-4c7b-b0e0-a92e42cb3628"}]} [pid: 8|app: 0|req: 695/1259] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:22:52 2026] DELETE /v2.0/networks/199c42f5-8cac-409b-9afb-335fb8ccb64b => generated 0 bytes in 570 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1260] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:53 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1261] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:22:53 2026] GET /v2.0/ports?tenant_id=8d95c6ee900346e98f1275209b8783c5&device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 1236 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1262] 10.0.0.197 () {32 vars in 648 bytes} [Sun May 17 02:22:53 2026] GET /v2.0/networks => generated 689 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1263] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:53 2026] GET /v2.0/security-groups?id=81caa543-b5b9-4109-99cb-154d84de76f3&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: 700/1264] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:22:53 2026] GET /v2.0/networks?id=6cdba0b9-1a18-4285-8071-935e7ce2a0d5 => generated 807 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:53.370 8 INFO neutron.db.segments_db [None req-c3b90105-5261-4268-adfe-d4ca35df410d 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Added segment 2b248ef9-7b46-4acf-825e-3b26c663c98d of type geneve for network de28f978-3806-4f59-b51e-554ca13efaf8 2026-05-17 02:22:53.428 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-c2409511-1398-40f4-bf66-769f41881660 - - - - - -] Router 04931869-eb84-460a-be0b-748efefc86a1 is bound to host instance 2026-05-17 02:22:53.448 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5fcf5b5b-dcac-4876-85c2-c375bf43a1e6 - - - - - -] OVN reports status up for port: 525f8867-1c42-45b1-b96f-facbb015f32f 2026-05-17 02:22:53.469 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4440473-db12-4d5a-b232-a9a04c717710 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 525f8867-1c42-45b1-b96f-facbb015f32f (type: router_ports) to 1 2026-05-17 02:22:53.497 8 INFO neutron.plugins.ml2.plugin [None req-5fcf5b5b-dcac-4876-85c2-c375bf43a1e6 - - - - - -] Attempt 1 to provision port 525f8867-1c42-45b1-b96f-facbb015f32f 2026-05-17 02:22:53.545 7 INFO neutron.db.ovn_revision_numbers_db [None req-b4440473-db12-4d5a-b232-a9a04c717710 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 04931869-eb84-460a-be0b-748efefc86a1 (type: routers) to 2 [pid: 7|app: 0|req: 565/1265] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:22:52 2026] POST /v2.0/routers => generated 990 bytes in 1544 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1266] 199.204.45.38 () {34 vars in 1058 bytes} [Sun May 17 02:22:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b09141eb-b54c-4300-b3e6-d785dddfb524 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1267] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:53 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:53.779 8 INFO neutron.db.ovn_revision_numbers_db [None req-c3b90105-5261-4268-adfe-d4ca35df410d 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource de28f978-3806-4f59-b51e-554ca13efaf8 (type: networks) to 1 2026-05-17 02:22:54.159 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e7c723b3-cfa8-4b96-92cf-3ea161a34c5c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:22:54.160 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e7c723b3-cfa8-4b96-92cf-3ea161a34c5c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 8bcee261-0b5e-422a-8a27-82744b6ca34f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:54.212 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c3b90105-5261-4268-adfe-d4ca35df410d 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] No more DHCP agents 2026-05-17 02:22:54.216 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c3b90105-5261-4268-adfe-d4ca35df410d 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Unable to schedule network de28f978-3806-4f59-b51e-554ca13efaf8: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:54.281 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-830fe47b-58d4-42b1-9e6c-4d9ca1e66e0c - - - - - -] OVN reports status down for port: 06fbbc4f-ca0e-41f4-aa58-6eca8b6fc4ea 2026-05-17 02:22:54.371 7 INFO neutron.db.ovn_revision_numbers_db [None req-e7c723b3-cfa8-4b96-92cf-3ea161a34c5c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 06fbbc4f-ca0e-41f4-aa58-6eca8b6fc4ea (type: ports) to 1 2026-05-17 02:22:54.427 8 INFO neutron.db.ovn_revision_numbers_db [None req-c3b90105-5261-4268-adfe-d4ca35df410d 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 6cefd8d0-afc4-40e4-838d-1953ca9b81d1 (type: ports) to 1 [pid: 8|app: 0|req: 701/1268] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:22:53 2026] POST /v2.0/networks => generated 687 bytes in 1208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1269] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:22:54 2026] GET /v2.0/subnets?id=8f4f8321-cedc-4f04-80f1-7dd37ae95bf8 => generated 688 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1270] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:54 2026] GET /v2.0/security-groups?id=81caa543-b5b9-4109-99cb-154d84de76f3&fields=id&fields=name => generated 113 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:22:54.861 8 WARNING neutron.db.securitygroups_db [None req-b0178dbe-b791-4b22-98ca-f5b3e7fb3444 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:22:54.989 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-830fe47b-58d4-42b1-9e6c-4d9ca1e66e0c - - - - - -] OVN reports status up for port: 06fbbc4f-ca0e-41f4-aa58-6eca8b6fc4ea 2026-05-17 02:22:55.038 7 INFO neutron.plugins.ml2.plugin [None req-830fe47b-58d4-42b1-9e6c-4d9ca1e66e0c - - - - - -] Attempt 1 to provision port 06fbbc4f-ca0e-41f4-aa58-6eca8b6fc4ea 2026-05-17 02:22:55.146 8 INFO neutron.db.ovn_revision_numbers_db [None req-b0178dbe-b791-4b22-98ca-f5b3e7fb3444 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9840f120-9408-4057-9802-af02ce861e58 (type: security_groups) to 1 2026-05-17 02:22:55.172 8 INFO neutron.db.ovn_revision_numbers_db [None req-b0178dbe-b791-4b22-98ca-f5b3e7fb3444 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c72cd791-4f8c-4057-ae1f-aa6929743fcc (type: security_group_rules) to 0 2026-05-17 02:22:55.173 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e7c723b3-cfa8-4b96-92cf-3ea161a34c5c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:22:55.178 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e7c723b3-cfa8-4b96-92cf-3ea161a34c5c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 8bcee261-0b5e-422a-8a27-82744b6ca34f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:55.191 8 INFO neutron.db.ovn_revision_numbers_db [None req-686e5a61-d07f-4590-8fbc-aba5078e14a5 - - - - - -] Successfully bumped revision number for resource 525f8867-1c42-45b1-b96f-facbb015f32f (type: ports) to 4 2026-05-17 02:22:55.193 8 INFO neutron.db.ovn_revision_numbers_db [None req-b0178dbe-b791-4b22-98ca-f5b3e7fb3444 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e73c10e4-9208-483d-b9d6-4255d445f880 (type: security_group_rules) to 0 2026-05-17 02:22:55.210 8 INFO neutron.db.ovn_revision_numbers_db [None req-b0178dbe-b791-4b22-98ca-f5b3e7fb3444 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f63677db-8ede-4922-85c9-54c2a11c2e66 (type: security_group_rules) to 0 2026-05-17 02:22:55.238 8 INFO neutron.db.ovn_revision_numbers_db [None req-b0178dbe-b791-4b22-98ca-f5b3e7fb3444 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fa58312d-26e5-410f-b468-5b7b7794779e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 704/1271] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:54 2026] GET /v2.0/security-groups?tenant_id=7e3a1b02e78c4998ab9d8829e01e2fc4&name=default => generated 2925 bytes in 725 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:55.480 8 INFO neutron.db.segments_db [None req-d79d617a-076b-4272-860c-8eb98a44f370 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Added segment 286fe475-f802-44a1-a7d4-4a2e248d5573 of type geneve for network 55f44046-f2ef-4144-98e9-aa851ed05e7d 2026-05-17 02:22:55.741 8 INFO neutron.db.ovn_revision_numbers_db [None req-d79d617a-076b-4272-860c-8eb98a44f370 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 55f44046-f2ef-4144-98e9-aa851ed05e7d (type: networks) to 1 2026-05-17 02:22:55.759 7 INFO neutron.db.ovn_revision_numbers_db [None req-830fe47b-58d4-42b1-9e6c-4d9ca1e66e0c - - - - - -] Successfully bumped revision number for resource 06fbbc4f-ca0e-41f4-aa58-6eca8b6fc4ea (type: ports) to 2 2026-05-17 02:22:55.810 8 INFO neutron.db.ovn_revision_numbers_db [None req-686e5a61-d07f-4590-8fbc-aba5078e14a5 - - - - - -] Successfully bumped revision number for resource 525f8867-1c42-45b1-b96f-facbb015f32f (type: ports) to 5 2026-05-17 02:22:56.052 7 INFO neutron.db.ovn_revision_numbers_db [None req-e7c723b3-cfa8-4b96-92cf-3ea161a34c5c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 06fbbc4f-ca0e-41f4-aa58-6eca8b6fc4ea (type: router_ports) to 1 [pid: 7|app: 0|req: 568/1272] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:22:53 2026] PUT /v2.0/routers/04931869-eb84-460a-be0b-748efefc86a1/add_router_interface => generated 310 bytes in 2384 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1273] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:22:56 2026] GET /v2.0/ports?network_id=6cdba0b9-1a18-4285-8071-935e7ce2a0d5&device_owner=network%3Adhcp => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:56.116 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5fcf5b5b-dcac-4876-85c2-c375bf43a1e6 - - - - - -] OVN reports status down for port: 6cefd8d0-afc4-40e4-838d-1953ca9b81d1 2026-05-17 02:22:56.159 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d79d617a-076b-4272-860c-8eb98a44f370 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] No more DHCP agents 2026-05-17 02:22:56.162 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d79d617a-076b-4272-860c-8eb98a44f370 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Unable to schedule network 55f44046-f2ef-4144-98e9-aa851ed05e7d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:56.268 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5fcf5b5b-dcac-4876-85c2-c375bf43a1e6 - - - - - -] OVN reports status down for port: b09141eb-b54c-4300-b3e6-d785dddfb524 [pid: 7|app: 0|req: 570/1274] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:56 2026] DELETE /v2.0/security-groups/9840f120-9408-4057-9802-af02ce861e58 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:22:56.328 8 INFO neutron.db.ovn_revision_numbers_db [None req-d79d617a-076b-4272-860c-8eb98a44f370 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource fdf24380-1acd-44d6-b54f-57c3135b8e63 (type: ports) to 1 [pid: 8|app: 0|req: 705/1275] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:22:55 2026] POST /v2.0/networks => generated 687 bytes in 1025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1276] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:56 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1277] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:22:56 2026] GET /v2.0/networks/6cdba0b9-1a18-4285-8071-935e7ce2a0d5?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:56.462 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef96cbdc-cc0b-4d02-8c5e-fabc060be462'] response: {'server_uuid': 'f9f5ddb4-78c1-4b4b-abac-aa494b373979', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b09141eb-b54c-4300-b3e6-d785dddfb524', 'code': 200} [pid: 8|app: 0|req: 706/1278] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:22:56 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1279] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:22:56 2026] GET /v2.0/security-groups?id=81caa543-b5b9-4109-99cb-154d84de76f3&fields=id&fields=name => generated 113 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1280] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:22:56 2026] GET /v2.0/networks/6cdba0b9-1a18-4285-8071-935e7ce2a0d5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:56.788 8 INFO neutron.db.ovn_revision_numbers_db [None req-5fcf5b5b-dcac-4876-85c2-c375bf43a1e6 - - - - - -] Successfully bumped revision number for resource b09141eb-b54c-4300-b3e6-d785dddfb524 (type: ports) to 6 2026-05-17 02:22:56.842 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f01fbf24-4e07-4db3-b069-08b1edbdeafc 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] No more DHCP agents 2026-05-17 02:22:56.843 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f01fbf24-4e07-4db3-b069-08b1edbdeafc 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Unable to schedule network de28f978-3806-4f59-b51e-554ca13efaf8: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:56.915 8 INFO neutron_taas.services.taas.taas_plugin [req-ad260edb-5d66-4fcb-9de2-e8d6b80f3054 req-78b09cea-e5ec-46e3-8d0b-164716576ab6 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] TaaS: Handle Delete Port: b09141eb-b54c-4300-b3e6-d785dddfb524 2026-05-17 02:22:56.921 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ad260edb-5d66-4fcb-9de2-e8d6b80f3054 req-78b09cea-e5ec-46e3-8d0b-164716576ab6 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] Tap Mirror: Handle Delete Port: b09141eb-b54c-4300-b3e6-d785dddfb524 2026-05-17 02:22:56.950 7 INFO neutron.db.ovn_revision_numbers_db [None req-f01fbf24-4e07-4db3-b069-08b1edbdeafc 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 20638194-444c-4078-87ea-bf5091ce5051 (type: ports) to 1 2026-05-17 02:22:57.005 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f01fbf24-4e07-4db3-b069-08b1edbdeafc 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] No more DHCP agents 2026-05-17 02:22:57.006 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f01fbf24-4e07-4db3-b069-08b1edbdeafc 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Unable to schedule network 55f44046-f2ef-4144-98e9-aa851ed05e7d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:57.008 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-58062d1f-bf21-4ecc-a185-7f44ff5944f5 - - - - - -] OVN reports status down for port: fdf24380-1acd-44d6-b54f-57c3135b8e63 2026-05-17 02:22:57.100 7 INFO neutron.db.ovn_revision_numbers_db [None req-f01fbf24-4e07-4db3-b069-08b1edbdeafc 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 56cffb0f-16e1-4b59-b093-f43c6b890dee (type: ports) to 1 [pid: 7|app: 0|req: 573/1281] 10.0.0.197 () {34 vars in 664 bytes} [Sun May 17 02:22:56 2026] POST /v2.0/ports => generated 1505 bytes in 767 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-17 02:22:57.200 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-58062d1f-bf21-4ecc-a185-7f44ff5944f5 - - - - - -] OVN reports status down for port: 20638194-444c-4078-87ea-bf5091ce5051 2026-05-17 02:22:57.315 8 INFO neutron.db.l3_db [req-ad260edb-5d66-4fcb-9de2-e8d6b80f3054 req-78b09cea-e5ec-46e3-8d0b-164716576ab6 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] Floating IP 89662768-1fd1-4f0d-b7ee-5b910c3bbae6 disassociated. External IP: 10.96.250.212, port: b09141eb-b54c-4300-b3e6-d785dddfb524. 2026-05-17 02:22:57.349 7 INFO neutron.db.ovn_revision_numbers_db [None req-e58700b7-55c5-4db1-a290-610f51dec661 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] Successfully bumped revision number for resource d8c5c08d-bd06-440d-923b-54c66eb1a7c0 (type: security_groups) to 1 2026-05-17 02:22:57.367 7 INFO neutron.db.ovn_revision_numbers_db [None req-e58700b7-55c5-4db1-a290-610f51dec661 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] Successfully bumped revision number for resource 88a66734-040c-4f66-b5c5-050f4a6404b7 (type: security_group_rules) to 0 2026-05-17 02:22:57.382 7 INFO neutron.db.ovn_revision_numbers_db [None req-e58700b7-55c5-4db1-a290-610f51dec661 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] Successfully bumped revision number for resource 91649bc4-0ebb-494d-bcf0-295373933a45 (type: security_group_rules) to 0 2026-05-17 02:22:57.395 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-58062d1f-bf21-4ecc-a185-7f44ff5944f5 - - - - - -] OVN reports status down for port: 56cffb0f-16e1-4b59-b093-f43c6b890dee [pid: 7|app: 0|req: 574/1282] 10.0.0.197 () {34 vars in 684 bytes} [Sun May 17 02:22:57 2026] POST /v2.0/security-groups => generated 1660 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1283] 10.0.0.197 () {32 vars in 642 bytes} [Sun May 17 02:22:57 2026] GET /v2.0/ports => generated 3017 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1284] 199.204.45.38 () {36 vars in 995 bytes} [Sun May 17 02:22:56 2026] DELETE /v2.0/ports/b09141eb-b54c-4300-b3e6-d785dddfb524 => generated 0 bytes in 958 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-17 02:22:57.640 7 INFO neutron.db.ovn_revision_numbers_db [None req-c7a2cdf8-9bfc-4c12-a2b3-0ed2219ab3d4 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] Successfully bumped revision number for resource 617ab705-7deb-4c16-8ffc-3a3d847c2f2d (type: security_group_rules) to 0 [pid: 7|app: 0|req: 576/1285] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:22:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1286] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:57 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:57.786 8 INFO neutron_taas.services.taas.taas_plugin [None req-86fbf1f8-bfdd-4f88-8763-21b2093d24a6 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] TaaS: Handle Delete Port: 20638194-444c-4078-87ea-bf5091ce5051 2026-05-17 02:22:57.789 7 INFO neutron.db.ovn_revision_numbers_db [None req-19998b81-ce89-49f9-b923-1a0861af8bf7 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] Successfully bumped revision number for resource 5757881b-93e3-460e-8679-02772e78cd79 (type: security_group_rules) to 0 2026-05-17 02:22:57.790 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86fbf1f8-bfdd-4f88-8763-21b2093d24a6 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Tap Mirror: Handle Delete Port: 20638194-444c-4078-87ea-bf5091ce5051 [pid: 7|app: 0|req: 578/1287] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:22:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1288] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:22:57 2026] DELETE /v2.0/ports/20638194-444c-4078-87ea-bf5091ce5051 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:22:58.091 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-206608f1-92b0-4f70-9880-2e6eafce863b 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] No more DHCP agents 2026-05-17 02:22:58.093 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-206608f1-92b0-4f70-9880-2e6eafce863b 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:58.104 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b313751-dae5-4927-8552-78ce7de16c5b 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] TaaS: Handle Delete Port: 56cffb0f-16e1-4b59-b093-f43c6b890dee 2026-05-17 02:22:58.107 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b313751-dae5-4927-8552-78ce7de16c5b 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Tap Mirror: Handle Delete Port: 56cffb0f-16e1-4b59-b093-f43c6b890dee [pid: 8|app: 0|req: 711/1289] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:22:57 2026] DELETE /v2.0/ports/56cffb0f-16e1-4b59-b093-f43c6b890dee => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1290] 10.0.0.197 () {32 vars in 642 bytes} [Sun May 17 02:22:58 2026] GET /v2.0/ports => generated 1523 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:58.405 8 INFO neutron.db.segments_db [None req-95516068-4ced-4d4e-9225-b71d0f4d1239 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Added segment 87a98cc5-26df-4328-b491-a9ec9b59624d of type geneve for network 4a367d42-c737-4d8e-9ee0-33aca7501852 [pid: 7|app: 0|req: 579/1291] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:22:57 2026] POST /v2.0/floatingips => generated 552 bytes in 580 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:22:58.509 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34990cc9-83b6-41df-9d02-685a25dfcd10'] response: {'server_uuid': 'f9f5ddb4-78c1-4b4b-abac-aa494b373979', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'b09141eb-b54c-4300-b3e6-d785dddfb524', 'code': 200} 2026-05-17 02:22:58.509 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34990cc9-83b6-41df-9d02-685a25dfcd10'] response: {'server_uuid': 'f9f5ddb4-78c1-4b4b-abac-aa494b373979', 'name': 'network-vif-deleted', 'tag': 'b09141eb-b54c-4300-b3e6-d785dddfb524', 'status': 'completed', 'code': 200} 2026-05-17 02:22:58.528 8 INFO neutron.db.ovn_revision_numbers_db [None req-95516068-4ced-4d4e-9225-b71d0f4d1239 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 4a367d42-c737-4d8e-9ee0-33aca7501852 (type: networks) to 1 2026-05-17 02:22:58.694 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-95516068-4ced-4d4e-9225-b71d0f4d1239 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] No more DHCP agents 2026-05-17 02:22:58.696 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-95516068-4ced-4d4e-9225-b71d0f4d1239 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Unable to schedule network 4a367d42-c737-4d8e-9ee0-33aca7501852: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:58.801 8 INFO neutron.db.ovn_revision_numbers_db [None req-95516068-4ced-4d4e-9225-b71d0f4d1239 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 18b1be0f-4d3c-4af7-b9ad-4b7462d86f09 (type: ports) to 1 [pid: 7|app: 0|req: 580/1292] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:58 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1293] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:22:58 2026] POST /v2.0/networks => generated 687 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:22:58.928 8 INFO neutron.db.segments_db [None req-26bae5a6-c05e-4ddb-8da7-dcd6bd691fdf 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Added segment ed82ce2a-5ec5-470f-9535-9cf2b38cef76 of type geneve for network 3fc1637f-9db0-43b0-9d27-0d7608716b2b 2026-05-17 02:22:58.976 7 WARNING neutron.db.securitygroups_db [None req-fc4e5388-e599-4dc7-8b28-ecc746a762c5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:22:59.049 8 INFO neutron.db.ovn_revision_numbers_db [None req-26bae5a6-c05e-4ddb-8da7-dcd6bd691fdf 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 3fc1637f-9db0-43b0-9d27-0d7608716b2b (type: networks) to 1 2026-05-17 02:22:59.112 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc4e5388-e599-4dc7-8b28-ecc746a762c5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 19488d48-1635-4e53-ab24-a47ddc000397 (type: security_groups) to 1 2026-05-17 02:22:59.130 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc4e5388-e599-4dc7-8b28-ecc746a762c5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 91da6bd8-bb7e-425e-9d29-7138885f7b95 (type: security_group_rules) to 0 2026-05-17 02:22:59.142 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc4e5388-e599-4dc7-8b28-ecc746a762c5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b58f75bc-fa24-4cf7-8ffd-e005fcfc0e85 (type: security_group_rules) to 0 2026-05-17 02:22:59.153 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc4e5388-e599-4dc7-8b28-ecc746a762c5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d8622b1d-1447-4eda-bb4c-c3fb849a0dc9 (type: security_group_rules) to 0 2026-05-17 02:22:59.167 7 INFO neutron.db.ovn_revision_numbers_db [None req-fc4e5388-e599-4dc7-8b28-ecc746a762c5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e0aec84b-a511-4bef-8d17-761b187e40ed (type: security_group_rules) to 0 [pid: 7|app: 0|req: 581/1294] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:22:58 2026] GET /v2.0/security-groups?tenant_id=3d3bba3dbd654d8488191c0bc6c236db&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:22:59.213 7 WARNING neutron.db.securitygroups_db [req-61e44f9a-9cb8-414e-993f-5494026498c4 req-edd78759-8408-437f-9714-ee3640037b0b 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] 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: 582/1295] 10.0.0.151 () {34 vars in 1097 bytes} [Sun May 17 02:22:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--519075370&fields=id&tenant_id=804f808121854207be22b057f52a67b7 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:22:59.251 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-26bae5a6-c05e-4ddb-8da7-dcd6bd691fdf 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] No more DHCP agents 2026-05-17 02:22:59.253 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-26bae5a6-c05e-4ddb-8da7-dcd6bd691fdf 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Unable to schedule network 3fc1637f-9db0-43b0-9d27-0d7608716b2b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:22:59.339 8 INFO neutron.db.ovn_revision_numbers_db [None req-26bae5a6-c05e-4ddb-8da7-dcd6bd691fdf 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 94ef05f8-cc4e-4bf0-976b-10c90c8ffb61 (type: ports) to 1 [pid: 8|app: 0|req: 714/1296] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:22:58 2026] POST /v2.0/networks => generated 687 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1297] 10.0.0.151 () {34 vars in 981 bytes} [Sun May 17 02:22:59 2026] GET /v2.0/networks?id=8bcee261-0b5e-422a-8a27-82744b6ca34f => generated 714 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1298] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:22:59 2026] DELETE /v2.0/security-groups/19488d48-1635-4e53-ab24-a47ddc000397 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1299] 10.0.0.151 () {34 vars in 964 bytes} [Sun May 17 02:22:59 2026] GET /v2.0/quotas/804f808121854207be22b057f52a67b7 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1300] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:22:59 2026] GET /v2.0/ports?tenant_id=804f808121854207be22b057f52a67b7&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1301] 10.0.0.151 () {34 vars in 1007 bytes} [Sun May 17 02:22:59 2026] GET /v2.0/networks/8bcee261-0b5e-422a-8a27-82744b6ca34f?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: 587/1302] 10.0.0.151 () {34 vars in 1107 bytes} [Sun May 17 02:22:59 2026] GET /v2.0/networks/8bcee261-0b5e-422a-8a27-82744b6ca34f?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-17 02:22:59.787 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bbd093f1-4527-4221-8252-3aecfc09f28b 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] No more DHCP agents 2026-05-17 02:22:59.789 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bbd093f1-4527-4221-8252-3aecfc09f28b 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Unable to schedule network 4a367d42-c737-4d8e-9ee0-33aca7501852: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 588/1303] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:59 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => 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: 589/1304] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:22:59 2026] GET /v2.0/ports?device_id=f9f5ddb4-78c1-4b4b-abac-aa494b373979 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:23:00.240 8 INFO neutron.db.ovn_revision_numbers_db [None req-bbd093f1-4527-4221-8252-3aecfc09f28b 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 18b1be0f-4d3c-4af7-b9ad-4b7462d86f09 (type: ports) to 2 2026-05-17 02:23:00.275 8 INFO neutron.db.ovn_revision_numbers_db [None req-bbd093f1-4527-4221-8252-3aecfc09f28b 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource d37064cf-c4f1-4e59-99b2-2d40b0f6a5e6 (type: subnets) to 0 2026-05-17 02:23:00.305 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bbd093f1-4527-4221-8252-3aecfc09f28b 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] No more DHCP agents 2026-05-17 02:23:00.306 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bbd093f1-4527-4221-8252-3aecfc09f28b 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Unable to schedule network 3fc1637f-9db0-43b0-9d27-0d7608716b2b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:00.746 8 INFO neutron.db.ovn_revision_numbers_db [None req-bbd093f1-4527-4221-8252-3aecfc09f28b 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 94ef05f8-cc4e-4bf0-976b-10c90c8ffb61 (type: ports) to 2 2026-05-17 02:23:00.775 8 INFO neutron.db.ovn_revision_numbers_db [None req-bbd093f1-4527-4221-8252-3aecfc09f28b 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Successfully bumped revision number for resource 892a33fe-74a4-4ec0-8ae3-f76e2c662b8c (type: subnets) to 0 [pid: 8|app: 0|req: 716/1305] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:22:59 2026] POST /v2.0/subnets => generated 1274 bytes in 1361 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1306] 10.0.0.197 () {32 vars in 646 bytes} [Sun May 17 02:23:00 2026] GET /v2.0/subnets => generated 1910 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1307] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:00 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => 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: 717/1308] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:00 2026] DELETE /v2.0/subnets/d37064cf-c4f1-4e59-99b2-2d40b0f6a5e6 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1309] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:01 2026] DELETE /v2.0/security-groups/81caa543-b5b9-4109-99cb-154d84de76f3 => 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: 718/1310] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:01 2026] DELETE /v2.0/subnets/892a33fe-74a4-4ec0-8ae3-f76e2c662b8c => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:01.243 8 INFO neutron.api.v2.resource [None req-3539c727-e27a-432f-8143-6a395fd9843c 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 719/1311] 10.0.0.197 () {32 vars in 736 bytes} [Sun May 17 02:23:01 2026] GET /v2.0/security-groups/81caa543-b5b9-4109-99cb-154d84de76f3 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1312] 10.0.0.197 () {32 vars in 646 bytes} [Sun May 17 02:23:01 2026] GET /v2.0/subnets => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:01.407 8 INFO neutron_taas.services.taas.taas_plugin [None req-acdfa673-a691-493c-a09f-8c8cc9c9fc13 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] TaaS: Handle Delete Port: 29f22056-f380-47cd-bf0a-13fab786fedc 2026-05-17 02:23:01.410 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acdfa673-a691-493c-a09f-8c8cc9c9fc13 8c1ddd5ff6da4d3d92b8740c608f3921 8d95c6ee900346e98f1275209b8783c5 - - default default] Tap Mirror: Handle Delete Port: 29f22056-f380-47cd-bf0a-13fab786fedc 2026-05-17 02:23:01.492 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5ff43e5-eda1-4747-9f0b-f3d310d9490f 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource a00edf0f-8362-40e3-b5f5-fd790617ffe1 (type: security_groups) to 1 2026-05-17 02:23:01.504 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5ff43e5-eda1-4747-9f0b-f3d310d9490f 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource 2df18010-04dc-4510-a0a6-1e0d34108c42 (type: security_group_rules) to 0 2026-05-17 02:23:01.518 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5ff43e5-eda1-4747-9f0b-f3d310d9490f 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource 60a3d58f-7f87-4dae-b6e7-1840325af029 (type: security_group_rules) to 0 2026-05-17 02:23:01.530 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5ff43e5-eda1-4747-9f0b-f3d310d9490f 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource 70fd02b5-92e8-4831-bba6-b3d1c704b22e (type: security_group_rules) to 0 2026-05-17 02:23:01.545 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5ff43e5-eda1-4747-9f0b-f3d310d9490f 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource e4282a9b-08fa-463d-b40e-1453c510b49d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 721/1313] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:23:01 2026] DELETE /v2.0/floatingips/89662768-1fd1-4f0d-b7ee-5b910c3bbae6 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:01.657 7 INFO neutron.db.segments_db [None req-e5ff43e5-eda1-4747-9f0b-f3d310d9490f 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Added segment c518bd13-a694-4b2c-bd74-c57e28366867 of type geneve for network b0f98cba-77a9-40f1-85c0-82df82e24f08 2026-05-17 02:23:01.768 8 INFO neutron_taas.services.taas.taas_plugin [None req-41919ae2-23da-4009-a5a7-7ac0a00dbd12 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] TaaS: Handle Delete Port: 94ef05f8-cc4e-4bf0-976b-10c90c8ffb61 2026-05-17 02:23:01.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41919ae2-23da-4009-a5a7-7ac0a00dbd12 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Tap Mirror: Handle Delete Port: 94ef05f8-cc4e-4bf0-976b-10c90c8ffb61 2026-05-17 02:23:01.809 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5ff43e5-eda1-4747-9f0b-f3d310d9490f 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource b0f98cba-77a9-40f1-85c0-82df82e24f08 (type: networks) to 1 2026-05-17 02:23:01.904 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] No hosting information found for port 06fbbc4f-ca0e-41f4-aa58-6eca8b6fc4ea: RuntimeError: No hosting information found for port 06fbbc4f-ca0e-41f4-aa58-6eca8b6fc4ea 2026-05-17 02:23:01.976 8 INFO neutron.services.segments.plugin [-] Segment ed82ce2a-5ec5-470f-9535-9cf2b38cef76 resource provider aggregate not found 2026-05-17 02:23:01.982 8 INFO neutron.services.segments.plugin [-] Segment ed82ce2a-5ec5-470f-9535-9cf2b38cef76 resource provider aggregate not found 2026-05-17 02:23:01.990 8 INFO neutron.services.segments.plugin [-] Segment ed82ce2a-5ec5-470f-9535-9cf2b38cef76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed82ce2a-5ec5-470f-9535-9cf2b38cef76 found for delete ", "request_id": "req-5afb07bb-5989-4f2e-a684-97595c25804e"}]} 2026-05-17 02:23:02.005 8 INFO neutron.services.segments.plugin [-] Segment ed82ce2a-5ec5-470f-9535-9cf2b38cef76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed82ce2a-5ec5-470f-9535-9cf2b38cef76 found for delete ", "request_id": "req-05062d7f-4c08-404f-b521-e6d36bab913d"}]} 2026-05-17 02:23:02.019 7 INFO neutron.common.ovn.utils [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] HA Chassis Group neutron-8bcee261-0b5e-422a-8a27-82744b6ca34f synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 [pid: 8|app: 0|req: 722/1314] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:01 2026] DELETE /v2.0/networks/3fc1637f-9db0-43b0-9d27-0d7608716b2b => generated 0 bytes in 400 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:02.137 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e5ff43e5-eda1-4747-9f0b-f3d310d9490f 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] No more DHCP agents 2026-05-17 02:23:02.141 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e5ff43e5-eda1-4747-9f0b-f3d310d9490f 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Unable to schedule network b0f98cba-77a9-40f1-85c0-82df82e24f08: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:02.188 7 INFO neutron.db.ovn_revision_numbers_db [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] Successfully bumped revision number for resource 06fbbc4f-ca0e-41f4-aa58-6eca8b6fc4ea (type: router_ports) to 2 2026-05-17 02:23:02.192 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] OVN reports status down for port: 18b1be0f-4d3c-4af7-b9ad-4b7462d86f09 2026-05-17 02:23:02.274 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5ff43e5-eda1-4747-9f0b-f3d310d9490f 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource c7e2edfb-3c14-473b-b6a2-aede7ad35a86 (type: ports) to 1 [pid: 7|app: 0|req: 593/1315] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:01 2026] POST /v2.0/networks => generated 688 bytes in 1142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:02.331 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] OVN reports status down for port: 94ef05f8-cc4e-4bf0-976b-10c90c8ffb61 2026-05-17 02:23:02.355 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] OVN reports status down for port: c7e2edfb-3c14-473b-b6a2-aede7ad35a86 2026-05-17 02:23:02.355 8 INFO neutron_taas.services.taas.taas_plugin [None req-5da397ef-5fc2-46bc-b9f9-99bec8014591 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 6e60912b-7eae-487e-afb2-9b0f142aa3a8 2026-05-17 02:23:02.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5da397ef-5fc2-46bc-b9f9-99bec8014591 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 6e60912b-7eae-487e-afb2-9b0f142aa3a8 [pid: 7|app: 0|req: 594/1316] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:02 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:23:02.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-0de3a355-1f8e-4fc0-8e5b-79b54f146b69 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] TaaS: Handle Delete Port: 18b1be0f-4d3c-4af7-b9ad-4b7462d86f09 2026-05-17 02:23:02.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0de3a355-1f8e-4fc0-8e5b-79b54f146b69 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Tap Mirror: Handle Delete Port: 18b1be0f-4d3c-4af7-b9ad-4b7462d86f09 2026-05-17 02:23:02.764 7 INFO neutron.services.segments.plugin [-] Segment 87a98cc5-26df-4328-b491-a9ec9b59624d resource provider aggregate not found 2026-05-17 02:23:02.773 7 INFO neutron.services.segments.plugin [-] Segment 87a98cc5-26df-4328-b491-a9ec9b59624d resource provider aggregate not found 2026-05-17 02:23:02.798 7 INFO neutron.services.segments.plugin [-] Segment 87a98cc5-26df-4328-b491-a9ec9b59624d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87a98cc5-26df-4328-b491-a9ec9b59624d found for delete ", "request_id": "req-29e3f509-c44f-468d-8824-5dd373ba7e9a"}]} 2026-05-17 02:23:02.802 7 INFO neutron.services.segments.plugin [-] Segment 87a98cc5-26df-4328-b491-a9ec9b59624d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87a98cc5-26df-4328-b491-a9ec9b59624d found for delete ", "request_id": "req-bdada727-69f7-4b1f-bcff-90286f52d66b"}]} [pid: 7|app: 0|req: 595/1317] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:02 2026] DELETE /v2.0/networks/4a367d42-c737-4d8e-9ee0-33aca7501852 => generated 0 bytes in 472 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1318] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:23:02 2026] PUT /v2.0/routers/d02703c6-3739-428f-a7c9-fc90a03141aa/remove_router_interface => generated 310 bytes in 1026 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-17 02:23:03.062 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-34bf4cc6-e768-458d-8ae2-38b6f5616ab0 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] No more DHCP agents 2026-05-17 02:23:03.063 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-34bf4cc6-e768-458d-8ae2-38b6f5616ab0 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Unable to schedule network b0f98cba-77a9-40f1-85c0-82df82e24f08: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:03.085 7 INFO neutron.db.ovn_revision_numbers_db [None req-34bf4cc6-e768-458d-8ae2-38b6f5616ab0 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource fc9f0a5c-5112-473b-950d-02827e198932 (type: subnets) to 0 [pid: 7|app: 0|req: 596/1319] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:02 2026] POST /v2.0/subnets => generated 627 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:03.193 8 INFO neutron_taas.services.taas.taas_plugin [None req-a91abec3-f5f4-46c3-a991-6b8d1a180015 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] TaaS: Handle Delete Port: fdf24380-1acd-44d6-b54f-57c3135b8e63 2026-05-17 02:23:03.196 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a91abec3-f5f4-46c3-a991-6b8d1a180015 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Tap Mirror: Handle Delete Port: fdf24380-1acd-44d6-b54f-57c3135b8e63 [pid: 8|app: 0|req: 724/1320] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:03 2026] DELETE /v2.0/networks/55f44046-f2ef-4144-98e9-aa851ed05e7d => generated 0 bytes in 370 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:03.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d2ed648-455e-4481-8bb9-0b3ea24d9221 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: f461a67e-0589-446e-8232-e6601724079b 2026-05-17 02:23:03.444 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d2ed648-455e-4481-8bb9-0b3ea24d9221 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: f461a67e-0589-446e-8232-e6601724079b [pid: 7|app: 0|req: 597/1321] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:03 2026] DELETE /v2.0/routers/d02703c6-3739-428f-a7c9-fc90a03141aa => generated 0 bytes in 764 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1322] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:03 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:23:03.925 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0f40c60e-b998-4016-a65b-536c939c572a 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] No more DHCP agents 2026-05-17 02:23:03.927 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0f40c60e-b998-4016-a65b-536c939c572a 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:04.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-a360f5cd-d9ab-4595-84c1-a5eb5c20c4eb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] TaaS: Handle Delete Port: 6cefd8d0-afc4-40e4-838d-1953ca9b81d1 2026-05-17 02:23:04.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a360f5cd-d9ab-4595-84c1-a5eb5c20c4eb 9b5775cf34564a5980a9c6ddddb43e52 3be50a9fd3854a48947092faad2bba96 - - default default] Tap Mirror: Handle Delete Port: 6cefd8d0-afc4-40e4-838d-1953ca9b81d1 2026-05-17 02:23:04.022 8 INFO neutron.services.segments.plugin [-] Segment 286fe475-f802-44a1-a7d4-4a2e248d5573 resource provider aggregate not found 2026-05-17 02:23:04.032 8 INFO neutron.services.segments.plugin [-] Segment 286fe475-f802-44a1-a7d4-4a2e248d5573 resource provider aggregate not found 2026-05-17 02:23:04.041 8 INFO neutron.services.segments.plugin [-] Segment 286fe475-f802-44a1-a7d4-4a2e248d5573 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 286fe475-f802-44a1-a7d4-4a2e248d5573 found for delete ", "request_id": "req-6764eccc-daf1-4852-95fd-a6cbaea87b16"}]} 2026-05-17 02:23:04.054 8 INFO neutron.services.segments.plugin [-] Segment 286fe475-f802-44a1-a7d4-4a2e248d5573 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 286fe475-f802-44a1-a7d4-4a2e248d5573 found for delete ", "request_id": "req-6de478a8-745d-4365-b482-58ffacd3d012"}]} 2026-05-17 02:23:04.093 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] OVN reports status down for port: 5282e44d-5ac9-480c-8790-ad4e77856d1e 2026-05-17 02:23:04.115 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f40c60e-b998-4016-a65b-536c939c572a 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource 5282e44d-5ac9-480c-8790-ad4e77856d1e (type: ports) to 1 [pid: 7|app: 0|req: 599/1323] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:03 2026] DELETE /v2.0/networks/de28f978-3806-4f59-b51e-554ca13efaf8 => generated 0 bytes in 458 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1324] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:04 2026] DELETE /v2.0/subnets/8f4f8321-cedc-4f04-80f1-7dd37ae95bf8 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1325] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:23:04 2026] GET /v2.0/networks?id=8bcee261-0b5e-422a-8a27-82744b6ca34f => generated 714 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:04.670 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c4fb62c-2613-4252-b4a2-44d33bc89e6c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: f2196fd9-977d-4982-909c-a8785aac194f 2026-05-17 02:23:04.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c4fb62c-2613-4252-b4a2-44d33bc89e6c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: f2196fd9-977d-4982-909c-a8785aac194f 2026-05-17 02:23:04.826 7 INFO neutron.services.segments.plugin [-] Segment 2b248ef9-7b46-4acf-825e-3b26c663c98d resource provider aggregate not found 2026-05-17 02:23:04.837 7 INFO neutron.services.segments.plugin [-] Segment 2b248ef9-7b46-4acf-825e-3b26c663c98d resource provider aggregate not found 2026-05-17 02:23:04.857 7 INFO neutron.services.segments.plugin [-] Segment 2b248ef9-7b46-4acf-825e-3b26c663c98d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b248ef9-7b46-4acf-825e-3b26c663c98d found for delete ", "request_id": "req-f9eeca0e-0678-4735-a878-752bc0b96f32"}]} 2026-05-17 02:23:04.867 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f40c60e-b998-4016-a65b-536c939c572a 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource 5282e44d-5ac9-480c-8790-ad4e77856d1e (type: router_ports) to 1 2026-05-17 02:23:04.873 7 INFO neutron.services.segments.plugin [-] Segment 2b248ef9-7b46-4acf-825e-3b26c663c98d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b248ef9-7b46-4acf-825e-3b26c663c98d found for delete ", "request_id": "req-52f834d9-7d4b-4e22-836b-0f10a4364a5c"}]} 2026-05-17 02:23:04.918 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] OVN reports status up for port: 5282e44d-5ac9-480c-8790-ad4e77856d1e 2026-05-17 02:23:04.960 7 INFO neutron.plugins.ml2.plugin [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] Attempt 1 to provision port 5282e44d-5ac9-480c-8790-ad4e77856d1e 2026-05-17 02:23:04.960 8 INFO neutron.db.ovn_revision_numbers_db [None req-0f40c60e-b998-4016-a65b-536c939c572a 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource 8fadb427-19a7-4e27-95fa-3712951609c8 (type: routers) to 2 [pid: 8|app: 0|req: 725/1326] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:03 2026] POST /v2.0/routers => generated 976 bytes in 1549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:04.980 8 WARNING neutron.db.securitygroups_db [req-61e44f9a-9cb8-414e-993f-5494026498c4 req-0156e3b4-a196-41b1-9445-ac673f0fe63b 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] 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: 602/1327] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:04 2026] DELETE /v2.0/networks/6cdba0b9-1a18-4285-8071-935e7ce2a0d5 => generated 0 bytes in 444 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1328] 199.204.45.38 () {34 vars in 1048 bytes} [Sun May 17 02:23:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=804f808121854207be22b057f52a67b7 => generated 180 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1329] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:05 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:23:05.097 7 WARNING neutron.db.securitygroups_db [None req-0030e4d2-90b0-4fe2-a414-314fcfa67dc6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 603/1330] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:04 2026] GET /v2.0/security-groups?tenant_id=3be50a9fd3854a48947092faad2bba96&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:05.413 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-61e44f9a-9cb8-414e-993f-5494026498c4 req-3b66756f-941b-4c81-ac29-cd1d738202d5 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] No more DHCP agents 2026-05-17 02:23:05.415 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-61e44f9a-9cb8-414e-993f-5494026498c4 req-3b66756f-941b-4c81-ac29-cd1d738202d5 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] Unable to schedule network 8bcee261-0b5e-422a-8a27-82744b6ca34f: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:05.599 7 INFO neutron.db.ovn_revision_numbers_db [req-61e44f9a-9cb8-414e-993f-5494026498c4 req-3b66756f-941b-4c81-ac29-cd1d738202d5 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] Successfully bumped revision number for resource bb3a762d-d8e6-4211-8336-f9200b7056d2 (type: ports) to 1 2026-05-17 02:23:05.616 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fd46a468-bd56-4510-a24d-38f3606af8bc 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] No more DHCP agents 2026-05-17 02:23:05.618 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fd46a468-bd56-4510-a24d-38f3606af8bc 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Unable to schedule network b0f98cba-77a9-40f1-85c0-82df82e24f08: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 604/1331] 199.204.45.38 () {38 vars in 953 bytes} [Sun May 17 02:23:05 2026] POST /v2.0/ports => generated 958 bytes in 544 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-17 02:23:05.675 7 WARNING neutron.db.securitygroups_db [None req-172bca61-5023-492d-82c1-553d012ab1bc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 605/1332] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:05 2026] GET /v2.0/security-groups?tenant_id=8d95c6ee900346e98f1275209b8783c5&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:05.772 8 INFO neutron.db.ovn_revision_numbers_db [None req-fd46a468-bd56-4510-a24d-38f3606af8bc 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource 02322b02-4fcb-4a8d-87e5-2b96df8ac6be (type: ports) to 1 [pid: 7|app: 0|req: 606/1333] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:05 2026] DELETE /v2.0/security-groups/c31af240-9840-45ac-a3aa-9e70774815aa => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:06.403 7 INFO neutron.db.ovn_revision_numbers_db [req-61e44f9a-9cb8-414e-993f-5494026498c4 req-a952d4b7-f5e3-4ee2-b504-e64e6e66ea60 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource bb3a762d-d8e6-4211-8336-f9200b7056d2 (type: ports) to 2 2026-05-17 02:23:06.485 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fd46a468-bd56-4510-a24d-38f3606af8bc 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] No more DHCP agents 2026-05-17 02:23:06.486 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fd46a468-bd56-4510-a24d-38f3606af8bc 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Unable to schedule network b0f98cba-77a9-40f1-85c0-82df82e24f08: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:06.641 7 INFO neutron.db.ovn_revision_numbers_db [req-61e44f9a-9cb8-414e-993f-5494026498c4 req-a952d4b7-f5e3-4ee2-b504-e64e6e66ea60 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource bb3a762d-d8e6-4211-8336-f9200b7056d2 (type: ports) to 4 [pid: 7|app: 0|req: 609/1336] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:23:05 2026] PUT /v2.0/ports/bb3a762d-d8e6-4211-8336-f9200b7056d2 => generated 1231 bytes in 711 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-17 02:23:06.706 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-650a7784-d4ea-4419-a823-6133c22f7fd6'] response: {'name': 'network-changed', 'server_uuid': '6cc2551b-7b27-43be-9f5b-0b9621d38de2', 'tag': 'bb3a762d-d8e6-4211-8336-f9200b7056d2', 'status': 'completed', 'code': 200} 2026-05-17 02:23:06.850 8 INFO neutron.db.ovn_revision_numbers_db [None req-fd46a468-bd56-4510-a24d-38f3606af8bc 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource 02322b02-4fcb-4a8d-87e5-2b96df8ac6be (type: router_ports) to 1 [pid: 8|app: 0|req: 728/1337] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:23:05 2026] PUT /v2.0/routers/8fadb427-19a7-4e27-95fa-3712951609c8/add_router_interface => generated 310 bytes in 1828 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:06.886 7 INFO neutron.services.segments.plugin [-] Segment e30e015c-5200-4bf2-9748-fb3806b3a070 resource provider aggregate not found 2026-05-17 02:23:06.896 7 INFO neutron.services.segments.plugin [-] Segment e30e015c-5200-4bf2-9748-fb3806b3a070 resource provider aggregate not found 2026-05-17 02:23:06.908 7 INFO neutron.services.segments.plugin [-] Segment e30e015c-5200-4bf2-9748-fb3806b3a070 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e30e015c-5200-4bf2-9748-fb3806b3a070 found for delete ", "request_id": "req-d88f88a5-6fbc-4604-8bc8-47687a358138"}]} 2026-05-17 02:23:06.925 7 INFO neutron.services.segments.plugin [-] Segment e30e015c-5200-4bf2-9748-fb3806b3a070 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e30e015c-5200-4bf2-9748-fb3806b3a070 found for delete ", "request_id": "req-a540cde8-815e-492d-975a-9bc8e02a6fd5"}]} [pid: 8|app: 0|req: 729/1338] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:06 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 973 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1339] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:06 2026] DELETE /v2.0/security-groups/267fd127-0b04-4d5e-bbfe-1ad498aae630 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1340] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:06 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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: 612/1341] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:23:07 2026] GET /v2.0/ports?tenant_id=804f808121854207be22b057f52a67b7&device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 1234 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:07.280 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8ba666b2-e3dd-4152-9a40-61289bb05c8f 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] No more DHCP agents 2026-05-17 02:23:07.281 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8ba666b2-e3dd-4152-9a40-61289bb05c8f 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Unable to schedule network b0f98cba-77a9-40f1-85c0-82df82e24f08: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 613/1342] 199.204.45.38 () {34 vars in 1016 bytes} [Sun May 17 02:23:07 2026] GET /v2.0/networks?tenant_id=804f808121854207be22b057f52a67b7&shared=False => generated 813 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1343] 199.204.45.38 () {34 vars in 928 bytes} [Sun May 17 02:23:07 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:07.458 8 INFO neutron.db.ovn_revision_numbers_db [None req-8ba666b2-e3dd-4152-9a40-61289bb05c8f 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource f3f2c35e-ed8e-4896-98e3-5bb78a1047b8 (type: ports) to 1 [pid: 8|app: 0|req: 730/1344] 10.0.0.197 () {34 vars in 664 bytes} [Sun May 17 02:23:06 2026] POST /v2.0/ports => generated 959 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:07.824 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-37cf7ebc-4522-4a29-8cf1-250c89bf7546 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] No more DHCP agents 2026-05-17 02:23:07.827 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-37cf7ebc-4522-4a29-8cf1-250c89bf7546 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Unable to schedule network b0f98cba-77a9-40f1-85c0-82df82e24f08: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:07.955 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-58062d1f-bf21-4ecc-a185-7f44ff5944f5 - - - - - -] OVN reports status down for port: 286ceca3-5b07-4391-a7aa-c2c23c9d8487 2026-05-17 02:23:07.985 7 INFO neutron.db.ovn_revision_numbers_db [None req-37cf7ebc-4522-4a29-8cf1-250c89bf7546 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource 286ceca3-5b07-4391-a7aa-c2c23c9d8487 (type: ports) to 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 615/1345] 10.0.0.197 () {34 vars in 664 bytes} [Sun May 17 02:23:07 2026] POST /v2.0/ports => generated 955 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-17 02:23:08.185 8 INFO neutron.db.ovn_revision_numbers_db [None req-be4fbebb-2db1-4fb7-8f72-fe88d92a9bcf 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Successfully bumped revision number for resource 0b5f1b31-a194-4e58-91e4-2088d4956e7c (type: security_groups) to 1 2026-05-17 02:23:08.209 8 INFO neutron.db.ovn_revision_numbers_db [None req-be4fbebb-2db1-4fb7-8f72-fe88d92a9bcf 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Successfully bumped revision number for resource 6e266aa0-b5a8-43a3-b10b-16f9ac7eba14 (type: security_group_rules) to 0 2026-05-17 02:23:08.222 8 INFO neutron.db.ovn_revision_numbers_db [None req-be4fbebb-2db1-4fb7-8f72-fe88d92a9bcf 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Successfully bumped revision number for resource b075c49b-727e-4249-8a4e-da834eb11c41 (type: security_group_rules) to 0 2026-05-17 02:23:08.237 8 INFO neutron.db.ovn_revision_numbers_db [None req-be4fbebb-2db1-4fb7-8f72-fe88d92a9bcf 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Successfully bumped revision number for resource c2882787-cade-483f-a2ad-2194edad06ec (type: security_group_rules) to 0 2026-05-17 02:23:08.254 8 INFO neutron.db.ovn_revision_numbers_db [None req-be4fbebb-2db1-4fb7-8f72-fe88d92a9bcf 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Successfully bumped revision number for resource dcb95bf7-2f27-4ce9-87bc-98219852e060 (type: security_group_rules) to 0 2026-05-17 02:23:08.340 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-eb8f4192-0089-429b-915e-e7a5071c4f62 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] No more DHCP agents 2026-05-17 02:23:08.341 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-eb8f4192-0089-429b-915e-e7a5071c4f62 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:08.355 8 INFO neutron.db.segments_db [None req-be4fbebb-2db1-4fb7-8f72-fe88d92a9bcf 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Added segment c905f92c-923d-49fa-baf6-bd7ab2859d98 of type geneve for network 7e4f800c-e50b-48ac-870e-ad070a85d77b 2026-05-17 02:23:08.469 8 INFO neutron.db.ovn_revision_numbers_db [None req-be4fbebb-2db1-4fb7-8f72-fe88d92a9bcf 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Successfully bumped revision number for resource 7e4f800c-e50b-48ac-870e-ad070a85d77b (type: networks) to 1 2026-05-17 02:23:08.651 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-be4fbebb-2db1-4fb7-8f72-fe88d92a9bcf 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] No more DHCP agents 2026-05-17 02:23:08.653 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-be4fbebb-2db1-4fb7-8f72-fe88d92a9bcf 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Unable to schedule network 7e4f800c-e50b-48ac-870e-ad070a85d77b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:08.739 8 INFO neutron.db.ovn_revision_numbers_db [None req-be4fbebb-2db1-4fb7-8f72-fe88d92a9bcf 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Successfully bumped revision number for resource 9cbbf5cc-cee0-46c4-be8a-8dfc78699dd7 (type: ports) to 1 [pid: 8|app: 0|req: 731/1346] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:07 2026] POST /v2.0/networks => generated 685 bytes in 959 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1347] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:08 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1348] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:23:08 2026] GET /v2.0/ports?tenant_id=804f808121854207be22b057f52a67b7&device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 1234 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1349] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:08 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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: 735/1350] 199.204.45.38 () {34 vars in 1058 bytes} [Sun May 17 02:23:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=bb3a762d-d8e6-4211-8336-f9200b7056d2 => 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: 736/1351] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:23:08 2026] GET /v2.0/subnets?id=870c5001-d789-4295-9333-ca358be2e447 => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1352] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:23:08 2026] GET /v2.0/ports?network_id=8bcee261-0b5e-422a-8a27-82744b6ca34f&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: 738/1353] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:23:09 2026] GET /v2.0/networks/8bcee261-0b5e-422a-8a27-82744b6ca34f?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: 739/1354] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:23:09 2026] GET /v2.0/networks/8bcee261-0b5e-422a-8a27-82744b6ca34f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:23:09.448 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5e74bddf-27d5-4f2c-8d86-f415f4054817 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] No more DHCP agents 2026-05-17 02:23:09.450 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5e74bddf-27d5-4f2c-8d86-f415f4054817 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Unable to schedule network 7e4f800c-e50b-48ac-870e-ad070a85d77b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:09.488 8 INFO neutron.db.ovn_revision_numbers_db [None req-5e74bddf-27d5-4f2c-8d86-f415f4054817 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Successfully bumped revision number for resource bab78ad4-a07b-4454-be68-9bfecfec7fb6 (type: subnets) to 0 [pid: 8|app: 0|req: 740/1355] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:09 2026] POST /v2.0/subnets => generated 673 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:09.605 8 INFO neutron.db.segments_db [None req-76912603-7f15-4ec1-b253-831e92282ff6 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Added segment 5ffc9b9d-3c62-4d28-b706-03d033083629 of type geneve for network 6a9be898-8add-4935-bee0-290629918416 2026-05-17 02:23:09.737 8 INFO neutron.db.ovn_revision_numbers_db [None req-76912603-7f15-4ec1-b253-831e92282ff6 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Successfully bumped revision number for resource 6a9be898-8add-4935-bee0-290629918416 (type: networks) to 1 2026-05-17 02:23:09.939 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-76912603-7f15-4ec1-b253-831e92282ff6 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] No more DHCP agents 2026-05-17 02:23:09.942 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-76912603-7f15-4ec1-b253-831e92282ff6 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Unable to schedule network 6a9be898-8add-4935-bee0-290629918416: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:10.006 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-58062d1f-bf21-4ecc-a185-7f44ff5944f5 - - - - - -] OVN reports status down for port: 0d689f94-26f2-4c4d-b979-c11eb010a2bc 2026-05-17 02:23:10.072 8 INFO neutron.db.ovn_revision_numbers_db [None req-76912603-7f15-4ec1-b253-831e92282ff6 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Successfully bumped revision number for resource 0d689f94-26f2-4c4d-b979-c11eb010a2bc (type: ports) to 1 2026-05-17 02:23:10.074 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] No hosting information found for port 5282e44d-5ac9-480c-8790-ad4e77856d1e: RuntimeError: No hosting information found for port 5282e44d-5ac9-480c-8790-ad4e77856d1e 2026-05-17 02:23:10.076 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] OVN reports status down for port: bb3a762d-d8e6-4211-8336-f9200b7056d2 2026-05-17 02:23:10.100 7 INFO neutron.db.ovn_revision_numbers_db [None req-eb8f4192-0089-429b-915e-e7a5071c4f62 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource ee703fb7-c581-480a-8d1a-5334ccdde527 (type: floatingips) to 1 2026-05-17 02:23:10.101 7 INFO neutron.db.l3_db [None req-eb8f4192-0089-429b-915e-e7a5071c4f62 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Floating IP ee703fb7-c581-480a-8d1a-5334ccdde527 associated. External IP: 10.96.250.202, port: 286ceca3-5b07-4391-a7aa-c2c23c9d8487. [pid: 8|app: 0|req: 741/1356] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:09 2026] POST /v2.0/networks => generated 685 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1357] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:10 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => 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: 616/1358] 10.0.0.197 () {34 vars in 676 bytes} [Sun May 17 02:23:08 2026] POST /v2.0/floatingips => generated 842 bytes in 2111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:10.197 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] OVN reports status down for port: 02322b02-4fcb-4a8d-87e5-2b96df8ac6be 2026-05-17 02:23:10.232 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab2cb691-8125-45e0-8d1d-dd6f06601545'] response: {'server_uuid': '6cc2551b-7b27-43be-9f5b-0b9621d38de2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'bb3a762d-d8e6-4211-8336-f9200b7056d2', 'code': 200} [pid: 7|app: 0|req: 617/1359] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:10 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&fields=id&fields=name => generated 113 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:10.326 8 INFO neutron.db.ovn_revision_numbers_db [None req-d4035f74-9808-4d66-a5e1-e6ca22dae99b 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Successfully bumped revision number for resource 6a9be898-8add-4935-bee0-290629918416 (type: networks) to 2 [pid: 8|app: 0|req: 743/1360] 10.0.0.197 () {34 vars in 742 bytes} [Sun May 17 02:23:10 2026] PUT /v2.0/networks/6a9be898-8add-4935-bee0-290629918416 => generated 636 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:10.338 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] Logical_Switch_Port 02322b02-4fcb-4a8d-87e5-2b96df8ac6be host information not removed, the port state is up 2026-05-17 02:23:10.340 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] OVN reports status up for port: 02322b02-4fcb-4a8d-87e5-2b96df8ac6be 2026-05-17 02:23:10.368 7 INFO neutron.plugins.ml2.plugin [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] Attempt 1 to provision port 02322b02-4fcb-4a8d-87e5-2b96df8ac6be 2026-05-17 02:23:10.515 7 INFO neutron.db.ovn_revision_numbers_db [None req-13152fb5-e119-4c52-a4b2-99193c9d7169 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource ee703fb7-c581-480a-8d1a-5334ccdde527 (type: floatingips) to 2 2026-05-17 02:23:10.539 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1c8a133f-cd4f-480b-8259-28bda4410a11 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] No more DHCP agents 2026-05-17 02:23:10.541 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1c8a133f-cd4f-480b-8259-28bda4410a11 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Unable to schedule network 6a9be898-8add-4935-bee0-290629918416: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:10.577 8 INFO neutron.db.ovn_revision_numbers_db [None req-1c8a133f-cd4f-480b-8259-28bda4410a11 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Successfully bumped revision number for resource 7f013ff2-dc69-4e03-9a40-b3dce12ea28f (type: subnets) to 0 [pid: 8|app: 0|req: 744/1361] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:10 2026] POST /v2.0/subnets => generated 646 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:10.603 7 INFO neutron.db.l3_db [None req-13152fb5-e119-4c52-a4b2-99193c9d7169 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Floating IP ee703fb7-c581-480a-8d1a-5334ccdde527 disassociated. External IP: 10.96.250.202, port: 286ceca3-5b07-4391-a7aa-c2c23c9d8487. [pid: 7|app: 0|req: 618/1362] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:23:10 2026] PUT /v2.0/floatingips/ee703fb7-c581-480a-8d1a-5334ccdde527 => generated 554 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:10.932 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a629ea4-c987-4a58-a8d3-b3a2fdca16b0 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] TaaS: Handle Delete Port: 054ce557-00f6-49e4-b957-d65a2619735f 2026-05-17 02:23:10.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a629ea4-c987-4a58-a8d3-b3a2fdca16b0 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Tap Mirror: Handle Delete Port: 054ce557-00f6-49e4-b957-d65a2619735f 2026-05-17 02:23:11.178 7 INFO neutron.db.ovn_revision_numbers_db [None req-467ed3b4-e7bb-42a2-8de4-e871ec968a72 - - - - - -] Successfully bumped revision number for resource 02322b02-4fcb-4a8d-87e5-2b96df8ac6be (type: ports) to 2 2026-05-17 02:23:11.221 8 INFO neutron.db.ovn_revision_numbers_db [None req-88bffde2-c855-44da-a07c-21b8f5ee65f3 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Successfully bumped revision number for resource 0d689f94-26f2-4c4d-b979-c11eb010a2bc (type: ports) to 2 [pid: 7|app: 0|req: 619/1363] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:23:10 2026] DELETE /v2.0/floatingips/ee703fb7-c581-480a-8d1a-5334ccdde527 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:11.289 8 INFO neutron.db.ovn_revision_numbers_db [None req-88bffde2-c855-44da-a07c-21b8f5ee65f3 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Successfully bumped revision number for resource 7f013ff2-dc69-4e03-9a40-b3dce12ea28f (type: subnets) to 1 [pid: 8|app: 0|req: 745/1364] 10.0.0.197 () {34 vars in 740 bytes} [Sun May 17 02:23:10 2026] PUT /v2.0/subnets/7f013ff2-dc69-4e03-9a40-b3dce12ea28f => generated 656 bytes in 695 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:11.473 8 INFO neutron_taas.services.taas.taas_plugin [None req-e94a4c3e-fba5-406a-892c-585bdefb72af 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] TaaS: Handle Delete Port: 0d689f94-26f2-4c4d-b979-c11eb010a2bc 2026-05-17 02:23:11.476 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e94a4c3e-fba5-406a-892c-585bdefb72af 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Tap Mirror: Handle Delete Port: 0d689f94-26f2-4c4d-b979-c11eb010a2bc 2026-05-17 02:23:11.580 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-81d16032-5959-46c0-9d56-2be7890064f0 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] No more DHCP agents 2026-05-17 02:23:11.581 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-81d16032-5959-46c0-9d56-2be7890064f0 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:11.805 8 INFO neutron.services.segments.plugin [-] Segment 5ffc9b9d-3c62-4d28-b706-03d033083629 resource provider aggregate not found 2026-05-17 02:23:11.810 8 INFO neutron.services.segments.plugin [-] Segment 5ffc9b9d-3c62-4d28-b706-03d033083629 resource provider aggregate not found 2026-05-17 02:23:11.846 8 INFO neutron.services.segments.plugin [-] Segment 5ffc9b9d-3c62-4d28-b706-03d033083629 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ffc9b9d-3c62-4d28-b706-03d033083629 found for delete ", "request_id": "req-f142e897-2e4f-48e6-a082-3f4102eb8d61"}]} 2026-05-17 02:23:11.850 8 INFO neutron.services.segments.plugin [-] Segment 5ffc9b9d-3c62-4d28-b706-03d033083629 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ffc9b9d-3c62-4d28-b706-03d033083629 found for delete ", "request_id": "req-3caf2806-1be8-4214-906b-ab26ec447e1a"}]} [pid: 8|app: 0|req: 746/1365] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:11 2026] DELETE /v2.0/networks/6a9be898-8add-4935-bee0-290629918416 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1366] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:11 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:12.173 8 WARNING neutron.db.securitygroups_db [None req-05f29c58-d4b7-4f23-963f-71759cbd9c98 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:23:12.329 8 INFO neutron.db.ovn_revision_numbers_db [None req-05f29c58-d4b7-4f23-963f-71759cbd9c98 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d5b2b328-73ee-45ef-a33e-127da11815e5 (type: security_groups) to 1 2026-05-17 02:23:12.350 8 INFO neutron.db.ovn_revision_numbers_db [None req-05f29c58-d4b7-4f23-963f-71759cbd9c98 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 0f98f6d4-5701-4a80-8ec3-259bd6b087fc (type: security_group_rules) to 0 2026-05-17 02:23:12.381 8 INFO neutron.db.ovn_revision_numbers_db [None req-05f29c58-d4b7-4f23-963f-71759cbd9c98 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7b9b2e0c-0a65-40a4-a555-2afd8c290403 (type: security_group_rules) to 0 2026-05-17 02:23:12.428 8 INFO neutron.db.ovn_revision_numbers_db [None req-05f29c58-d4b7-4f23-963f-71759cbd9c98 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 831538b3-b182-46e4-ac48-d240334d084c (type: security_group_rules) to 0 2026-05-17 02:23:12.448 8 INFO neutron.db.ovn_revision_numbers_db [None req-05f29c58-d4b7-4f23-963f-71759cbd9c98 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b0215f84-97fc-46af-a5c5-9dfed4812a30 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 748/1367] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:11 2026] GET /v2.0/security-groups?tenant_id=0595e6e0db5443beb15d0d3c9406c625&name=default => generated 2925 bytes in 544 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:12.501 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73918f5c-7035-432e-b0f7-e628b562a14b 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 749/1368] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:12 2026] DELETE /v2.0/networks/6a9be898-8add-4935-bee0-290629918416 => 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: 750/1369] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:12 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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-17 02:23:12.614 7 INFO neutron.db.ovn_revision_numbers_db [None req-81d16032-5959-46c0-9d56-2be7890064f0 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource 2f878c4a-409e-4789-ae3e-99fb9513694b (type: floatingips) to 1 2026-05-17 02:23:12.614 7 INFO neutron.db.l3_db [None req-81d16032-5959-46c0-9d56-2be7890064f0 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Floating IP 2f878c4a-409e-4789-ae3e-99fb9513694b associated. External IP: 10.96.250.220, port: f3f2c35e-ed8e-4896-98e3-5bb78a1047b8. [pid: 7|app: 0|req: 620/1370] 10.0.0.197 () {34 vars in 676 bytes} [Sun May 17 02:23:11 2026] POST /v2.0/floatingips => generated 843 bytes in 1365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1371] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:12 2026] DELETE /v2.0/security-groups/d5b2b328-73ee-45ef-a33e-127da11815e5 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1372] 10.0.0.197 () {32 vars in 693 bytes} [Sun May 17 02:23:12 2026] GET /v2.0/networks?router%3Aexternal=True => generated 689 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1373] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:23:12 2026] GET /v2.0/floatingips/2f878c4a-409e-4789-ae3e-99fb9513694b => generated 845 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1374] 10.0.0.197 () {32 vars in 741 bytes} [Sun May 17 02:23:12 2026] GET /v2.0/subnets?network_id=57816ba8-429f-41af-83ce-8063b8bc0e36 => generated 649 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1375] 10.0.0.197 () {32 vars in 652 bytes} [Sun May 17 02:23:12 2026] GET /v2.0/extensions => generated 21706 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1376] 10.0.0.197 () {32 vars in 654 bytes} [Sun May 17 02:23:12 2026] GET /v2.0/floatingips => generated 848 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:12.831 8 WARNING neutron.db.securitygroups_db [None req-d4d19166-b173-4392-9443-1ceef39872c6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 624/1377] 10.0.0.197 () {32 vars in 648 bytes} [Sun May 17 02:23:12 2026] GET /v2.0/networks => generated 1388 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:12.954 8 INFO neutron.db.ovn_revision_numbers_db [None req-d4d19166-b173-4392-9443-1ceef39872c6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource cefa769e-de38-4a13-8d4c-2f34329ebf9d (type: security_groups) to 1 2026-05-17 02:23:12.968 8 INFO neutron.db.ovn_revision_numbers_db [None req-d4d19166-b173-4392-9443-1ceef39872c6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1ea41550-4bf4-4caf-a8d0-b2f7b4b98b8c (type: security_group_rules) to 0 2026-05-17 02:23:12.979 8 INFO neutron.db.ovn_revision_numbers_db [None req-d4d19166-b173-4392-9443-1ceef39872c6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 21ead3d4-c248-4428-ae43-ad3a60b05f26 (type: security_group_rules) to 0 2026-05-17 02:23:12.991 8 INFO neutron.db.ovn_revision_numbers_db [None req-d4d19166-b173-4392-9443-1ceef39872c6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5d3d9671-b885-4689-9225-2a0bce5f6a21 (type: security_group_rules) to 0 2026-05-17 02:23:13.003 8 INFO neutron.db.ovn_revision_numbers_db [None req-d4d19166-b173-4392-9443-1ceef39872c6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fb1d0c6e-890a-415c-93e1-5b3f3e9413f1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 754/1378] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:12 2026] GET /v2.0/security-groups?tenant_id=f1036b8c16a549069514e2517d1445c5&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1379] 10.0.0.197 () {32 vars in 646 bytes} [Sun May 17 02:23:13 2026] GET /v2.0/subnets => generated 1312 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1380] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:13 2026] DELETE /v2.0/security-groups/cefa769e-de38-4a13-8d4c-2f34329ebf9d => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1381] 10.0.0.197 () {32 vars in 722 bytes} [Sun May 17 02:23:13 2026] GET /v2.0/networks/7e4f800c-e50b-48ac-870e-ad070a85d77b => generated 710 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1382] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:23:13 2026] GET /v2.0/subnets/bab78ad4-a07b-4454-be68-9bfecfec7fb6 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:13.355 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad8d5ba0-2e34-460e-abd9-c8ea35ced4a3 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 759/1383] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:13 2026] DELETE /v2.0/subnets/7f013ff2-dc69-4e03-9a40-b3dce12ea28f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:13.418 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b60051ae-7a5c-402b-91bb-163895e4679b 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 760/1384] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:13 2026] DELETE /v2.0/networks/6a9be898-8add-4935-bee0-290629918416 => generated 138 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:13.439 7 INFO neutron.db.ovn_revision_numbers_db [None req-25b3d0aa-ae4c-4f34-acf2-00cfb00c336d 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource 2f878c4a-409e-4789-ae3e-99fb9513694b (type: floatingips) to 2 2026-05-17 02:23:13.564 7 INFO neutron.db.l3_db [None req-25b3d0aa-ae4c-4f34-acf2-00cfb00c336d 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Floating IP 2f878c4a-409e-4789-ae3e-99fb9513694b associated. External IP: 10.96.250.220, port: f3f2c35e-ed8e-4896-98e3-5bb78a1047b8. [pid: 8|app: 0|req: 761/1385] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:13 2026] DELETE /v2.0/subnets/bab78ad4-a07b-4454-be68-9bfecfec7fb6 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1386] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:23:12 2026] PUT /v2.0/floatingips/2f878c4a-409e-4789-ae3e-99fb9513694b => generated 844 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1387] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:13 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:13.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1bfe8e8-c45a-43a8-9c9c-b5d44bad3bf1 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] TaaS: Handle Delete Port: 9cbbf5cc-cee0-46c4-be8a-8dfc78699dd7 2026-05-17 02:23:13.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1bfe8e8-c45a-43a8-9c9c-b5d44bad3bf1 0b209b56c77f41c0a56c3c904e1a02ac b194bfbd841842d082e791d0161857e0 - - default default] Tap Mirror: Handle Delete Port: 9cbbf5cc-cee0-46c4-be8a-8dfc78699dd7 2026-05-17 02:23:13.889 7 INFO neutron.db.ovn_revision_numbers_db [None req-f6544a31-868e-478f-9939-455a8a9251c6 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Successfully bumped revision number for resource 2f878c4a-409e-4789-ae3e-99fb9513694b (type: floatingips) to 3 2026-05-17 02:23:13.952 7 INFO neutron.db.l3_db [None req-f6544a31-868e-478f-9939-455a8a9251c6 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Floating IP 2f878c4a-409e-4789-ae3e-99fb9513694b disassociated. External IP: 10.96.250.220, port: 286ceca3-5b07-4391-a7aa-c2c23c9d8487. 2026-05-17 02:23:13.958 8 INFO neutron.services.segments.plugin [-] Segment c905f92c-923d-49fa-baf6-bd7ab2859d98 resource provider aggregate not found 2026-05-17 02:23:13.965 8 INFO neutron.services.segments.plugin [-] Segment c905f92c-923d-49fa-baf6-bd7ab2859d98 resource provider aggregate not found 2026-05-17 02:23:13.974 8 INFO neutron.services.segments.plugin [-] Segment c905f92c-923d-49fa-baf6-bd7ab2859d98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c905f92c-923d-49fa-baf6-bd7ab2859d98 found for delete ", "request_id": "req-f4f4dbb3-92ea-4edb-b6f5-4bc512d597b1"}]} 2026-05-17 02:23:13.986 8 INFO neutron.services.segments.plugin [-] Segment c905f92c-923d-49fa-baf6-bd7ab2859d98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c905f92c-923d-49fa-baf6-bd7ab2859d98 found for delete ", "request_id": "req-997c28d5-00e3-48ad-a6c4-8af44662be92"}]} [pid: 7|app: 0|req: 627/1388] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:23:13 2026] PUT /v2.0/floatingips/2f878c4a-409e-4789-ae3e-99fb9513694b => generated 554 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1389] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:13 2026] DELETE /v2.0/networks/7e4f800c-e50b-48ac-870e-ad070a85d77b => generated 0 bytes in 391 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1390] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:13 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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-17 02:23:14.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-611a8cd1-fb98-4fd0-8b5b-eb1e01c9e964 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] TaaS: Handle Delete Port: f4cc36da-a1b5-4cbc-871b-cb23e6af2d9c 2026-05-17 02:23:14.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-611a8cd1-fb98-4fd0-8b5b-eb1e01c9e964 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Tap Mirror: Handle Delete Port: f4cc36da-a1b5-4cbc-871b-cb23e6af2d9c [pid: 8|app: 0|req: 763/1391] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:23:14 2026] DELETE /v2.0/floatingips/2f878c4a-409e-4789-ae3e-99fb9513694b => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:14.330 7 INFO neutron.api.v2.resource [None req-4b90e945-163a-4cf6-a658-b7262cb5c8a0 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 629/1392] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:23:14 2026] DELETE /v2.0/floatingips/2f878c4a-409e-4789-ae3e-99fb9513694b => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:14.600 7 WARNING neutron.db.securitygroups_db [None req-d6fdc97b-0cd5-4784-85a6-c024db05a8e0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 630/1393] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:14 2026] GET /v2.0/security-groups?tenant_id=b194bfbd841842d082e791d0161857e0&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1394] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:14 2026] DELETE /v2.0/security-groups/0b5f1b31-a194-4e58-91e4-2088d4956e7c => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1395] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:15 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1396] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:15 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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-17 02:23:15.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2b00e28-6347-4bec-a4cc-6946a35b4c50 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] TaaS: Handle Delete Port: 286ceca3-5b07-4391-a7aa-c2c23c9d8487 2026-05-17 02:23:15.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2b00e28-6347-4bec-a4cc-6946a35b4c50 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Tap Mirror: Handle Delete Port: 286ceca3-5b07-4391-a7aa-c2c23c9d8487 [pid: 8|app: 0|req: 764/1397] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:23:14 2026] DELETE /v2.0/ports/286ceca3-5b07-4391-a7aa-c2c23c9d8487 => generated 0 bytes in 1200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:15.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6d0f448-61f0-4d33-8db6-ae409314181b 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] TaaS: Handle Delete Port: f3f2c35e-ed8e-4896-98e3-5bb78a1047b8 2026-05-17 02:23:15.731 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6d0f448-61f0-4d33-8db6-ae409314181b 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Tap Mirror: Handle Delete Port: f3f2c35e-ed8e-4896-98e3-5bb78a1047b8 [pid: 7|app: 0|req: 634/1398] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:23:15 2026] DELETE /v2.0/ports/f3f2c35e-ed8e-4896-98e3-5bb78a1047b8 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1399] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:23:15 2026] GET /v2.0/ports?device_id=8fadb427-19a7-4e27-95fa-3712951609c8 => generated 946 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:16.061 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-995a5b44-ab27-4ff6-a2ae-8b4942d4d41f - - - - - -] No hosting information found for port 02322b02-4fcb-4a8d-87e5-2b96df8ac6be: RuntimeError: No hosting information found for port 02322b02-4fcb-4a8d-87e5-2b96df8ac6be 2026-05-17 02:23:16.125 7 INFO neutron.common.ovn.utils [None req-995a5b44-ab27-4ff6-a2ae-8b4942d4d41f - - - - - -] HA Chassis Group neutron-b0f98cba-77a9-40f1-85c0-82df82e24f08 synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 2026-05-17 02:23:16.311 7 INFO neutron.db.ovn_revision_numbers_db [None req-995a5b44-ab27-4ff6-a2ae-8b4942d4d41f - - - - - -] Successfully bumped revision number for resource 02322b02-4fcb-4a8d-87e5-2b96df8ac6be (type: router_ports) to 2 2026-05-17 02:23:16.312 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-995a5b44-ab27-4ff6-a2ae-8b4942d4d41f - - - - - -] OVN reports status down for port: f3f2c35e-ed8e-4896-98e3-5bb78a1047b8 2026-05-17 02:23:16.332 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-995a5b44-ab27-4ff6-a2ae-8b4942d4d41f - - - - - -] OVN reports status down for port: 9cbbf5cc-cee0-46c4-be8a-8dfc78699dd7 [pid: 8|app: 0|req: 766/1400] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:16 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1401] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:16 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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-17 02:23:16.514 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-995a5b44-ab27-4ff6-a2ae-8b4942d4d41f - - - - - -] OVN reports status up for port: bb3a762d-d8e6-4211-8336-f9200b7056d2 2026-05-17 02:23:16.545 7 INFO neutron.plugins.ml2.plugin [None req-995a5b44-ab27-4ff6-a2ae-8b4942d4d41f - - - - - -] Attempt 1 to provision port bb3a762d-d8e6-4211-8336-f9200b7056d2 2026-05-17 02:23:16.551 7 INFO neutron_taas.services.taas.taas_plugin [None req-b652c65f-c09e-456f-8258-bce47cd2f9ab 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] TaaS: Handle Delete Port: 02322b02-4fcb-4a8d-87e5-2b96df8ac6be 2026-05-17 02:23:16.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b652c65f-c09e-456f-8258-bce47cd2f9ab 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Tap Mirror: Handle Delete Port: 02322b02-4fcb-4a8d-87e5-2b96df8ac6be 2026-05-17 02:23:16.773 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ac38b90-f04a-47f1-b3e6-577b9e06a0f0'] response: {'server_uuid': '6cc2551b-7b27-43be-9f5b-0b9621d38de2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bb3a762d-d8e6-4211-8336-f9200b7056d2', 'code': 200} 2026-05-17 02:23:17.072 7 INFO neutron.db.ovn_revision_numbers_db [None req-995a5b44-ab27-4ff6-a2ae-8b4942d4d41f - - - - - -] Successfully bumped revision number for resource bb3a762d-d8e6-4211-8336-f9200b7056d2 (type: ports) to 5 2026-05-17 02:23:17.125 8 INFO neutron.db.ovn_revision_numbers_db [None req-32342836-f904-4330-8f7d-ff498ca7e986 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource 451ab84b-59e8-47f4-8bbe-de277db43c9d (type: security_groups) to 1 2026-05-17 02:23:17.137 8 INFO neutron.db.ovn_revision_numbers_db [None req-32342836-f904-4330-8f7d-ff498ca7e986 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource 5042dc70-d5da-4328-91b5-ec38c94d6449 (type: security_group_rules) to 0 2026-05-17 02:23:17.151 8 INFO neutron.db.ovn_revision_numbers_db [None req-32342836-f904-4330-8f7d-ff498ca7e986 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource 85aa524f-953b-4aa7-a7f3-df4c19735f5b (type: security_group_rules) to 0 2026-05-17 02:23:17.165 8 INFO neutron.db.ovn_revision_numbers_db [None req-32342836-f904-4330-8f7d-ff498ca7e986 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource a6715fff-73c6-43e0-a19a-4437eb50e927 (type: security_group_rules) to 0 2026-05-17 02:23:17.182 8 INFO neutron.db.ovn_revision_numbers_db [None req-32342836-f904-4330-8f7d-ff498ca7e986 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource c0a7bd8c-4fc2-401c-9caf-c601aba47293 (type: security_group_rules) to 0 2026-05-17 02:23:17.270 8 INFO neutron.db.segments_db [None req-32342836-f904-4330-8f7d-ff498ca7e986 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Added segment c979c86e-5fb3-4cce-aa3c-2d93022ebeb0 of type geneve for network d3251ad5-943a-4cfb-80ed-26409ff0b434 2026-05-17 02:23:17.401 8 INFO neutron.db.ovn_revision_numbers_db [None req-32342836-f904-4330-8f7d-ff498ca7e986 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource d3251ad5-943a-4cfb-80ed-26409ff0b434 (type: networks) to 1 2026-05-17 02:23:17.588 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-32342836-f904-4330-8f7d-ff498ca7e986 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] No more DHCP agents 2026-05-17 02:23:17.590 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-32342836-f904-4330-8f7d-ff498ca7e986 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Unable to schedule network d3251ad5-943a-4cfb-80ed-26409ff0b434: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:17.673 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a0ffbca6-1099-4931-9863-14bcb4e22fda - - - - - -] OVN reports status down for port: 27d37adb-b849-4b04-b340-dc0b184af44c 2026-05-17 02:23:17.685 8 INFO neutron.db.ovn_revision_numbers_db [None req-32342836-f904-4330-8f7d-ff498ca7e986 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource 27d37adb-b849-4b04-b340-dc0b184af44c (type: ports) to 1 [pid: 7|app: 0|req: 635/1402] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:23:15 2026] PUT /v2.0/routers/8fadb427-19a7-4e27-95fa-3712951609c8/remove_router_interface => generated 310 bytes in 1759 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1403] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:16 2026] POST /v2.0/networks => generated 682 bytes in 996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1404] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:17 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-17 02:23:17.823 7 WARNING neutron.db.securitygroups_db [None req-01f30ff9-c565-4495-b8b2-c63978e266a8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:23:17.965 7 INFO neutron.db.ovn_revision_numbers_db [None req-01f30ff9-c565-4495-b8b2-c63978e266a8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3230db66-889a-454a-a2ca-3cebf76f72ba (type: security_groups) to 1 2026-05-17 02:23:17.980 7 INFO neutron.db.ovn_revision_numbers_db [None req-01f30ff9-c565-4495-b8b2-c63978e266a8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 111dc2cb-bac4-40a6-8967-05046bf101c3 (type: security_group_rules) to 0 2026-05-17 02:23:17.991 7 INFO neutron.db.ovn_revision_numbers_db [None req-01f30ff9-c565-4495-b8b2-c63978e266a8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2f389af0-fa42-4cb8-8b2e-b48a4199e442 (type: security_group_rules) to 0 2026-05-17 02:23:18.008 7 INFO neutron.db.ovn_revision_numbers_db [None req-01f30ff9-c565-4495-b8b2-c63978e266a8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource faca83d0-c306-4d2e-941c-13af71d726a2 (type: security_group_rules) to 0 2026-05-17 02:23:18.022 7 INFO neutron.db.ovn_revision_numbers_db [None req-01f30ff9-c565-4495-b8b2-c63978e266a8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fdff0965-e1b0-4a5e-9e21-6a4876093ef0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 636/1405] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:17 2026] GET /v2.0/security-groups?tenant_id=319142c536154024821db60fd980e554&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:18.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-b22439f4-3f44-46f8-9c55-72a22dc51645 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] TaaS: Handle Delete Port: 5282e44d-5ac9-480c-8790-ad4e77856d1e 2026-05-17 02:23:18.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b22439f4-3f44-46f8-9c55-72a22dc51645 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Tap Mirror: Handle Delete Port: 5282e44d-5ac9-480c-8790-ad4e77856d1e 2026-05-17 02:23:18.240 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b2c02dda-a08a-41a7-9c99-de9d8b0f457d 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] No more DHCP agents 2026-05-17 02:23:18.242 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b2c02dda-a08a-41a7-9c99-de9d8b0f457d 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Unable to schedule network d3251ad5-943a-4cfb-80ed-26409ff0b434: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 770/1406] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:17 2026] DELETE /v2.0/routers/8fadb427-19a7-4e27-95fa-3712951609c8 => generated 0 bytes in 771 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1407] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:18 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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-17 02:23:18.740 7 INFO neutron.db.ovn_revision_numbers_db [None req-b2c02dda-a08a-41a7-9c99-de9d8b0f457d 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource 27d37adb-b849-4b04-b340-dc0b184af44c (type: ports) to 2 2026-05-17 02:23:18.779 7 INFO neutron.db.ovn_revision_numbers_db [None req-b2c02dda-a08a-41a7-9c99-de9d8b0f457d 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource 75744414-2dae-41bb-afe3-3444f2b1ad58 (type: subnets) to 0 [pid: 8|app: 0|req: 772/1408] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:18 2026] DELETE /v2.0/security-groups/3230db66-889a-454a-a2ca-3cebf76f72ba => generated 0 bytes in 213 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1409] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:18 2026] POST /v2.0/subnets => generated 641 bytes in 760 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:18.826 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21261a35-f654-4ea7-a465-04b6dd1db867'] response: {'server_uuid': '6cc2551b-7b27-43be-9f5b-0b9621d38de2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bb3a762d-d8e6-4211-8336-f9200b7056d2', 'code': 200} [pid: 8|app: 0|req: 773/1410] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:18 2026] DELETE /v2.0/subnets/fc9f0a5c-5112-473b-950d-02827e198932 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:18.934 8 WARNING neutron.db.securitygroups_db [None req-c8249914-e669-47fe-9852-fafaafc1fb16 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:23:18.936 7 INFO neutron.db.segments_db [None req-c26786b1-e715-48da-b3ec-651648f3af64 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Added segment 746052ff-d2c2-4aa5-b6e0-f5d77b63a32f of type geneve for network 406428dd-65c1-478e-98c1-b995e5860233 2026-05-17 02:23:19.072 8 INFO neutron.db.ovn_revision_numbers_db [None req-c8249914-e669-47fe-9852-fafaafc1fb16 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f83c725e-9a7e-4ad6-9069-d12473b5f95f (type: security_groups) to 1 2026-05-17 02:23:19.086 8 INFO neutron.db.ovn_revision_numbers_db [None req-c8249914-e669-47fe-9852-fafaafc1fb16 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 043eb575-6d42-4607-aae8-6f78d4c4d40a (type: security_group_rules) to 0 2026-05-17 02:23:19.096 8 INFO neutron.db.ovn_revision_numbers_db [None req-c8249914-e669-47fe-9852-fafaafc1fb16 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4b67eaad-6e77-491d-b8ef-86891a20f7ff (type: security_group_rules) to 0 2026-05-17 02:23:19.100 7 INFO neutron.db.ovn_revision_numbers_db [None req-c26786b1-e715-48da-b3ec-651648f3af64 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource 406428dd-65c1-478e-98c1-b995e5860233 (type: networks) to 1 2026-05-17 02:23:19.119 8 INFO neutron.db.ovn_revision_numbers_db [None req-c8249914-e669-47fe-9852-fafaafc1fb16 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource bb6c798e-a604-4e89-be1f-4f6a82b22424 (type: security_group_rules) to 0 2026-05-17 02:23:19.134 8 INFO neutron.db.ovn_revision_numbers_db [None req-c8249914-e669-47fe-9852-fafaafc1fb16 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c7cdf2e2-0216-418a-bd10-b0b9775b28f2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 774/1411] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:18 2026] GET /v2.0/security-groups?tenant_id=a763ebea494e43a0834b8e897937be6d&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:19.267 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c26786b1-e715-48da-b3ec-651648f3af64 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] No more DHCP agents 2026-05-17 02:23:19.268 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c26786b1-e715-48da-b3ec-651648f3af64 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Unable to schedule network 406428dd-65c1-478e-98c1-b995e5860233: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:19.298 8 INFO neutron_taas.services.taas.taas_plugin [None req-43caa77c-e752-40c5-8315-b2f765043055 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] TaaS: Handle Delete Port: c7e2edfb-3c14-473b-b6a2-aede7ad35a86 2026-05-17 02:23:19.308 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43caa77c-e752-40c5-8315-b2f765043055 9853acabf4444830a2b29723d8e55f34 2d0b1c145b024489a8bd092a795868d6 - - default default] Tap Mirror: Handle Delete Port: c7e2edfb-3c14-473b-b6a2-aede7ad35a86 2026-05-17 02:23:19.327 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a0ffbca6-1099-4931-9863-14bcb4e22fda - - - - - -] OVN reports status down for port: 4f0dd84e-73a7-493d-a72a-2073f15961e6 2026-05-17 02:23:19.390 7 INFO neutron.db.ovn_revision_numbers_db [None req-c26786b1-e715-48da-b3ec-651648f3af64 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource 4f0dd84e-73a7-493d-a72a-2073f15961e6 (type: ports) to 1 [pid: 7|app: 0|req: 638/1412] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:18 2026] POST /v2.0/networks => generated 681 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:19.501 8 INFO neutron.services.segments.plugin [-] Segment c518bd13-a694-4b2c-bd74-c57e28366867 resource provider aggregate not found 2026-05-17 02:23:19.505 8 INFO neutron.services.segments.plugin [-] Segment c518bd13-a694-4b2c-bd74-c57e28366867 resource provider aggregate not found 2026-05-17 02:23:19.523 8 INFO neutron.services.segments.plugin [-] Segment c518bd13-a694-4b2c-bd74-c57e28366867 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c518bd13-a694-4b2c-bd74-c57e28366867 found for delete ", "request_id": "req-88e26fb9-8f37-4bc4-8c20-4af6e668f1bb"}]} 2026-05-17 02:23:19.525 8 INFO neutron.services.segments.plugin [-] Segment c518bd13-a694-4b2c-bd74-c57e28366867 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c518bd13-a694-4b2c-bd74-c57e28366867 found for delete ", "request_id": "req-73a8cc06-76a1-4df5-b381-873e49a527fc"}]} [pid: 8|app: 0|req: 775/1413] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:19 2026] DELETE /v2.0/networks/b0f98cba-77a9-40f1-85c0-82df82e24f08 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:19.715 8 INFO neutron.db.ovn_revision_numbers_db [None req-605ccc12-4dc8-436b-9654-fd150740273b 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource 406428dd-65c1-478e-98c1-b995e5860233 (type: networks) to 2 [pid: 8|app: 0|req: 776/1414] 10.0.0.197 () {34 vars in 742 bytes} [Sun May 17 02:23:19 2026] PUT /v2.0/networks/406428dd-65c1-478e-98c1-b995e5860233 => generated 636 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1415] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:19 2026] DELETE /v2.0/security-groups/f83c725e-9a7e-4ad6-9069-d12473b5f95f => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1416] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:19 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1417] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:19 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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: 779/1418] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:19 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:19.941 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4adbf689-c888-4841-94d0-c2c0de900418 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] No more DHCP agents 2026-05-17 02:23:19.942 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4adbf689-c888-4841-94d0-c2c0de900418 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Unable to schedule network 406428dd-65c1-478e-98c1-b995e5860233: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:20.430 7 INFO neutron.db.ovn_revision_numbers_db [None req-4adbf689-c888-4841-94d0-c2c0de900418 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource 4f0dd84e-73a7-493d-a72a-2073f15961e6 (type: ports) to 2 2026-05-17 02:23:20.462 8 INFO neutron.db.ovn_revision_numbers_db [None req-993cc4d8-0444-4bfd-8f1d-f3800f5b12ec 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] Successfully bumped revision number for resource 3632a4aa-7ccf-46c6-9f3f-551dd2f8ae6f (type: floatingips) to 1 2026-05-17 02:23:20.470 7 INFO neutron.db.ovn_revision_numbers_db [None req-4adbf689-c888-4841-94d0-c2c0de900418 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource fd834884-27d1-408d-8cf0-eb4cd058b3e4 (type: subnets) to 0 [pid: 7|app: 0|req: 640/1419] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:19 2026] POST /v2.0/subnets => generated 626 bytes in 756 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:20.590 7 WARNING neutron.db.securitygroups_db [None req-7f5e87ce-1eff-4561-9618-b74baa269ffc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:23:20.603 8 INFO neutron.db.ovn_revision_numbers_db [None req-993cc4d8-0444-4bfd-8f1d-f3800f5b12ec 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] Successfully bumped revision number for resource 3632a4aa-7ccf-46c6-9f3f-551dd2f8ae6f (type: floatingips) to 2 2026-05-17 02:23:20.604 8 INFO neutron.db.l3_db [None req-993cc4d8-0444-4bfd-8f1d-f3800f5b12ec 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] Floating IP 3632a4aa-7ccf-46c6-9f3f-551dd2f8ae6f associated. External IP: 10.96.250.210, port: bb3a762d-d8e6-4211-8336-f9200b7056d2. [pid: 7|app: 0|req: 643/1422] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:20 2026] GET /v2.0/security-groups?tenant_id=2d0b1c145b024489a8bd092a795868d6&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1423] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:23:19 2026] PUT /v2.0/floatingips/3632a4aa-7ccf-46c6-9f3f-551dd2f8ae6f => generated 856 bytes in 703 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-17 02:23:20.690 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-029da0ff-88a4-40aa-8586-693a5e890cbe'] response: {'name': 'network-changed', 'server_uuid': '6cc2551b-7b27-43be-9f5b-0b9621d38de2', 'tag': 'bb3a762d-d8e6-4211-8336-f9200b7056d2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 781/1424] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:20 2026] DELETE /v2.0/security-groups/a00edf0f-8362-40e3-b5f5-fd790617ffe1 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:20.925 7 INFO neutron.db.ovn_revision_numbers_db [None req-b0687628-f634-43c3-845e-e62957485f2b 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Successfully bumped revision number for resource fd834884-27d1-408d-8cf0-eb4cd058b3e4 (type: subnets) to 1 [pid: 7|app: 0|req: 644/1425] 10.0.0.197 () {34 vars in 740 bytes} [Sun May 17 02:23:20 2026] PUT /v2.0/subnets/fd834884-27d1-408d-8cf0-eb4cd058b3e4 => generated 636 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:21.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-130e72f5-64bf-42f1-93e2-fa7acca1a188 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] TaaS: Handle Delete Port: 4f0dd84e-73a7-493d-a72a-2073f15961e6 2026-05-17 02:23:21.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-130e72f5-64bf-42f1-93e2-fa7acca1a188 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Tap Mirror: Handle Delete Port: 4f0dd84e-73a7-493d-a72a-2073f15961e6 [pid: 7|app: 0|req: 645/1426] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:23:21 2026] GET /v2.0/ports?tenant_id=804f808121854207be22b057f52a67b7&device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 1236 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1427] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:23:21 2026] GET /v2.0/networks?id=8bcee261-0b5e-422a-8a27-82744b6ca34f => generated 813 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1428] 199.204.45.38 () {34 vars in 1058 bytes} [Sun May 17 02:23:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=bb3a762d-d8e6-4211-8336-f9200b7056d2 => 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: 648/1429] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:23:21 2026] GET /v2.0/subnets?id=870c5001-d789-4295-9333-ca358be2e447 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1430] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:20 2026] DELETE /v2.0/networks/406428dd-65c1-478e-98c1-b995e5860233 => generated 0 bytes in 519 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1431] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:23:21 2026] GET /v2.0/ports?network_id=8bcee261-0b5e-422a-8a27-82744b6ca34f&device_owner=network%3Adhcp => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:23:21.474 8 INFO neutron.pecan_wsgi.hooks.translation [None req-482d0d2c-302b-476f-b549-6e86a7629b2f 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 783/1432] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:21 2026] DELETE /v2.0/networks/406428dd-65c1-478e-98c1-b995e5860233 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1433] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:23:21 2026] GET /v2.0/networks/8bcee261-0b5e-422a-8a27-82744b6ca34f?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:23:21.549 8 INFO neutron.services.segments.plugin [-] Segment 746052ff-d2c2-4aa5-b6e0-f5d77b63a32f resource provider aggregate not found 2026-05-17 02:23:21.556 8 INFO neutron.services.segments.plugin [-] Segment 746052ff-d2c2-4aa5-b6e0-f5d77b63a32f resource provider aggregate not found 2026-05-17 02:23:21.568 8 INFO neutron.services.segments.plugin [-] Segment 746052ff-d2c2-4aa5-b6e0-f5d77b63a32f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 746052ff-d2c2-4aa5-b6e0-f5d77b63a32f found for delete ", "request_id": "req-a36429a7-7d97-4762-99c3-21c8ae94c5f1"}]} [pid: 8|app: 0|req: 784/1434] 10.0.0.197 () {32 vars in 693 bytes} [Sun May 17 02:23:21 2026] GET /v2.0/networks?router%3Aexternal=True => generated 689 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:21.584 8 INFO neutron.services.segments.plugin [-] Segment 746052ff-d2c2-4aa5-b6e0-f5d77b63a32f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 746052ff-d2c2-4aa5-b6e0-f5d77b63a32f found for delete ", "request_id": "req-a563d9bc-7281-4182-a49f-5e0d6247dbad"}]} [pid: 7|app: 0|req: 651/1435] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:23:21 2026] GET /v2.0/networks/8bcee261-0b5e-422a-8a27-82744b6ca34f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1436] 10.0.0.197 () {32 vars in 741 bytes} [Sun May 17 02:23:21 2026] GET /v2.0/subnets?network_id=57816ba8-429f-41af-83ce-8063b8bc0e36 => generated 649 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1437] 10.0.0.197 () {32 vars in 652 bytes} [Sun May 17 02:23:21 2026] GET /v2.0/extensions => generated 21706 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1438] 10.0.0.197 () {32 vars in 648 bytes} [Sun May 17 02:23:21 2026] GET /v2.0/networks => generated 1385 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1439] 10.0.0.197 () {32 vars in 646 bytes} [Sun May 17 02:23:21 2026] GET /v2.0/subnets => generated 1280 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1440] 10.0.0.197 () {32 vars in 722 bytes} [Sun May 17 02:23:21 2026] GET /v2.0/networks/d3251ad5-943a-4cfb-80ed-26409ff0b434 => generated 707 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1441] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:23:21 2026] GET /v2.0/subnets/75744414-2dae-41bb-afe3-3444f2b1ad58 => generated 641 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:21.865 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c256fd94-dac5-4e92-97bd-f1dda7772a89 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 788/1442] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:21 2026] DELETE /v2.0/subnets/fd834884-27d1-408d-8cf0-eb4cd058b3e4 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:21.886 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae2aa6b6-ab69-4b5e-91af-90420be3392f 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 655/1443] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:21 2026] DELETE /v2.0/networks/406428dd-65c1-478e-98c1-b995e5860233 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1444] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:21 2026] DELETE /v2.0/subnets/75744414-2dae-41bb-afe3-3444f2b1ad58 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:22.281 7 INFO neutron_taas.services.taas.taas_plugin [None req-df2d1739-30af-43c0-a572-28bc2eba7446 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] TaaS: Handle Delete Port: 27d37adb-b849-4b04-b340-dc0b184af44c 2026-05-17 02:23:22.284 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df2d1739-30af-43c0-a572-28bc2eba7446 83b56fc82aab4de7adce4d0bfd4595bb a63915e311004ddda738a6e2f7a78df9 - - default default] Tap Mirror: Handle Delete Port: 27d37adb-b849-4b04-b340-dc0b184af44c 2026-05-17 02:23:22.519 7 INFO neutron.services.segments.plugin [-] Segment c979c86e-5fb3-4cce-aa3c-2d93022ebeb0 resource provider aggregate not found 2026-05-17 02:23:22.529 7 INFO neutron.services.segments.plugin [-] Segment c979c86e-5fb3-4cce-aa3c-2d93022ebeb0 resource provider aggregate not found 2026-05-17 02:23:22.548 7 INFO neutron.services.segments.plugin [-] Segment c979c86e-5fb3-4cce-aa3c-2d93022ebeb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c979c86e-5fb3-4cce-aa3c-2d93022ebeb0 found for delete ", "request_id": "req-8c6c233e-8d40-4ea2-a7d1-d95db2ccd1cc"}]} 2026-05-17 02:23:22.561 7 INFO neutron.services.segments.plugin [-] Segment c979c86e-5fb3-4cce-aa3c-2d93022ebeb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c979c86e-5fb3-4cce-aa3c-2d93022ebeb0 found for delete ", "request_id": "req-c4be59c7-b241-4778-84ab-ab2b98021ef0"}]} [pid: 7|app: 0|req: 656/1445] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:22 2026] DELETE /v2.0/networks/d3251ad5-943a-4cfb-80ed-26409ff0b434 => generated 0 bytes in 489 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:23.141 8 INFO neutron.db.ovn_revision_numbers_db [None req-adff1b71-361a-4ea8-9de9-fa7abc23dc82 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 4885cf39-4e54-4b0b-af15-a5415a2d6891 (type: security_groups) to 1 2026-05-17 02:23:23.158 8 INFO neutron.db.ovn_revision_numbers_db [None req-adff1b71-361a-4ea8-9de9-fa7abc23dc82 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 10036a80-fdb8-43e3-92b2-b5a44b23fb5a (type: security_group_rules) to 0 2026-05-17 02:23:23.169 8 INFO neutron.db.ovn_revision_numbers_db [None req-adff1b71-361a-4ea8-9de9-fa7abc23dc82 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 58768c9b-6daa-45cd-b9aa-b9492999d56f (type: security_group_rules) to 0 2026-05-17 02:23:23.184 8 INFO neutron.db.ovn_revision_numbers_db [None req-adff1b71-361a-4ea8-9de9-fa7abc23dc82 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 720fac70-39b9-4d94-a878-80e2473f59db (type: security_group_rules) to 0 2026-05-17 02:23:23.196 8 INFO neutron.db.ovn_revision_numbers_db [None req-adff1b71-361a-4ea8-9de9-fa7abc23dc82 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource dc5dc39e-6477-4aa4-a792-12808abee844 (type: security_group_rules) to 0 2026-05-17 02:23:23.276 8 INFO neutron.db.segments_db [None req-adff1b71-361a-4ea8-9de9-fa7abc23dc82 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Added segment 84f582a2-f0d2-4efb-bc40-425dc03898cd of type geneve for network 960a02e1-181a-42a3-a9fa-8ae1166a0a55 2026-05-17 02:23:23.370 7 WARNING neutron.db.securitygroups_db [None req-b1b5fccf-91a4-430d-985f-471d843d32c9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:23:23.401 8 INFO neutron.db.ovn_revision_numbers_db [None req-adff1b71-361a-4ea8-9de9-fa7abc23dc82 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 960a02e1-181a-42a3-a9fa-8ae1166a0a55 (type: networks) to 1 [pid: 7|app: 0|req: 657/1446] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:23 2026] GET /v2.0/security-groups?tenant_id=a63915e311004ddda738a6e2f7a78df9&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: 658/1447] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:23 2026] DELETE /v2.0/security-groups/451ab84b-59e8-47f4-8bbe-de277db43c9d => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:23.618 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-adff1b71-361a-4ea8-9de9-fa7abc23dc82 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:23.620 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-adff1b71-361a-4ea8-9de9-fa7abc23dc82 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network 960a02e1-181a-42a3-a9fa-8ae1166a0a55: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:23.697 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-58062d1f-bf21-4ecc-a185-7f44ff5944f5 - - - - - -] OVN reports status down for port: d8d3d0b6-537b-4296-8f87-9629bfe6456b 2026-05-17 02:23:23.760 8 INFO neutron.db.ovn_revision_numbers_db [None req-adff1b71-361a-4ea8-9de9-fa7abc23dc82 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource d8d3d0b6-537b-4296-8f87-9629bfe6456b (type: ports) to 1 [pid: 8|app: 0|req: 790/1448] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:22 2026] POST /v2.0/networks => generated 672 bytes in 1127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:23.861 7 WARNING neutron.db.securitygroups_db [None req-13d97137-f7c8-4f2c-a0ad-6e9eebf45ef0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:23:23.912 8 INFO neutron.db.segments_db [None req-774b2551-fd9e-476a-b4eb-97f861791b3e 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Added segment 8748c943-49e7-4520-bc3f-dc43cb2ee405 of type geneve for network f0b01a1a-f7b3-46d6-8996-fa26b0594cc2 2026-05-17 02:23:24.017 7 INFO neutron.db.ovn_revision_numbers_db [None req-13d97137-f7c8-4f2c-a0ad-6e9eebf45ef0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 500848e2-0131-4fca-aa35-9cd12b64e612 (type: security_groups) to 1 2026-05-17 02:23:24.035 7 INFO neutron.db.ovn_revision_numbers_db [None req-13d97137-f7c8-4f2c-a0ad-6e9eebf45ef0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 847eaa56-21a0-4702-9545-aeae5083925a (type: security_group_rules) to 0 2026-05-17 02:23:24.050 7 INFO neutron.db.ovn_revision_numbers_db [None req-13d97137-f7c8-4f2c-a0ad-6e9eebf45ef0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource be60384e-bea6-4252-9755-c5bac146937f (type: security_group_rules) to 0 2026-05-17 02:23:24.052 8 INFO neutron.db.ovn_revision_numbers_db [None req-774b2551-fd9e-476a-b4eb-97f861791b3e 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource f0b01a1a-f7b3-46d6-8996-fa26b0594cc2 (type: networks) to 1 2026-05-17 02:23:24.069 7 INFO neutron.db.ovn_revision_numbers_db [None req-13d97137-f7c8-4f2c-a0ad-6e9eebf45ef0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource cf82d15a-8dcf-4036-8176-2ccc25e0146c (type: security_group_rules) to 0 2026-05-17 02:23:24.082 7 INFO neutron.db.ovn_revision_numbers_db [None req-13d97137-f7c8-4f2c-a0ad-6e9eebf45ef0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f14525b4-f71e-4f31-a66d-762920283e4b (type: security_group_rules) to 0 [pid: 7|app: 0|req: 659/1449] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:23 2026] GET /v2.0/security-groups?tenant_id=d58b1fb6ca6048bab46d4d1877d229d1&name=default => generated 2925 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:24.252 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-774b2551-fd9e-476a-b4eb-97f861791b3e 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:24.255 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-774b2551-fd9e-476a-b4eb-97f861791b3e 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network f0b01a1a-f7b3-46d6-8996-fa26b0594cc2: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:24.344 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-58062d1f-bf21-4ecc-a185-7f44ff5944f5 - - - - - -] OVN reports status down for port: 985c13f1-db10-4cc4-9e56-888913037c15 [pid: 7|app: 0|req: 660/1450] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:24 2026] DELETE /v2.0/security-groups/500848e2-0131-4fca-aa35-9cd12b64e612 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:24.423 8 INFO neutron.db.ovn_revision_numbers_db [None req-774b2551-fd9e-476a-b4eb-97f861791b3e 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 985c13f1-db10-4cc4-9e56-888913037c15 (type: ports) to 1 [pid: 8|app: 0|req: 791/1451] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:23 2026] POST /v2.0/networks => generated 672 bytes in 658 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:24.472 7 WARNING neutron.db.securitygroups_db [None req-0a91bc7e-8129-4e39-b783-fce7e675880d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:23:24.610 7 INFO neutron.db.ovn_revision_numbers_db [None req-0a91bc7e-8129-4e39-b783-fce7e675880d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 62a48ffb-ed60-4652-9114-0c0473955c47 (type: security_groups) to 1 2026-05-17 02:23:24.623 7 INFO neutron.db.ovn_revision_numbers_db [None req-0a91bc7e-8129-4e39-b783-fce7e675880d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 204f8ba9-18d2-4c09-93a9-40f7f637b13b (type: security_group_rules) to 0 2026-05-17 02:23:24.635 7 INFO neutron.db.ovn_revision_numbers_db [None req-0a91bc7e-8129-4e39-b783-fce7e675880d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 623ea85e-e79e-47bb-ba67-7874d4f3e8ea (type: security_group_rules) to 0 2026-05-17 02:23:24.651 7 INFO neutron.db.ovn_revision_numbers_db [None req-0a91bc7e-8129-4e39-b783-fce7e675880d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 65da620d-3408-4327-93ae-a6b1e22e8646 (type: security_group_rules) to 0 2026-05-17 02:23:24.664 7 INFO neutron.db.ovn_revision_numbers_db [None req-0a91bc7e-8129-4e39-b783-fce7e675880d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 755fffc3-a093-4690-b8c9-1a5be35531eb (type: security_group_rules) to 0 2026-05-17 02:23:24.704 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-10b7cc62-7f51-4594-9518-dd7b262cab57 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:24.705 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-10b7cc62-7f51-4594-9518-dd7b262cab57 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network 960a02e1-181a-42a3-a9fa-8ae1166a0a55: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 661/1452] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:24 2026] GET /v2.0/security-groups?tenant_id=1adc6f8161ca4d619f1b01b7b92885c3&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:24.746 8 INFO neutron.db.ovn_revision_numbers_db [None req-10b7cc62-7f51-4594-9518-dd7b262cab57 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 67af2f13-70dd-4b81-bb4b-87e8ee8fe7fe (type: subnets) to 0 [pid: 8|app: 0|req: 792/1453] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:24 2026] POST /v2.0/subnets => generated 646 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1454] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:24 2026] DELETE /v2.0/security-groups/62a48ffb-ed60-4652-9114-0c0473955c47 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:25.033 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1ee6e71f-8947-49ee-b711-2f614353226d 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:25.035 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1ee6e71f-8947-49ee-b711-2f614353226d 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network f0b01a1a-f7b3-46d6-8996-fa26b0594cc2: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:25.068 8 INFO neutron.db.ovn_revision_numbers_db [None req-1ee6e71f-8947-49ee-b711-2f614353226d 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 05c9483b-0a94-4e61-be0e-f13de5a1dba3 (type: subnets) to 0 [pid: 8|app: 0|req: 793/1455] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:24 2026] POST /v2.0/subnets => generated 655 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:25.244 7 INFO neutron.db.ovn_revision_numbers_db [None req-09a91220-35d1-452e-bd89-71b5c38873bb 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 8abcf255-b5e8-46fd-9c94-71deba069e52 (type: routers) to 1 [pid: 7|app: 0|req: 663/1456] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:25 2026] POST /v2.0/routers => generated 628 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:25.625 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9d7d3792-8400-47ae-8ecc-2721fb9b8c59 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:25.628 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9d7d3792-8400-47ae-8ecc-2721fb9b8c59 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network 960a02e1-181a-42a3-a9fa-8ae1166a0a55: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:25.677 7 INFO neutron.db.ovn_revision_numbers_db [None req-029aa221-3df0-4386-bc39-9721e1b682d0 c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource 9521f79f-8731-470b-9885-177d1ce2f4d4 (type: security_groups) to 1 2026-05-17 02:23:25.689 7 INFO neutron.db.ovn_revision_numbers_db [None req-029aa221-3df0-4386-bc39-9721e1b682d0 c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource 4b597855-5c2a-4f17-a47b-1f19dffbb7c6 (type: security_group_rules) to 0 2026-05-17 02:23:25.726 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-58062d1f-bf21-4ecc-a185-7f44ff5944f5 - - - - - -] OVN reports status down for port: 29e5bde8-a638-4fd9-bc28-6aa5a1852835 2026-05-17 02:23:25.736 7 INFO neutron.db.ovn_revision_numbers_db [None req-029aa221-3df0-4386-bc39-9721e1b682d0 c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource ce6ec7c2-c22f-49d7-afd4-4ea27c91e81c (type: security_group_rules) to 0 2026-05-17 02:23:25.749 7 INFO neutron.db.ovn_revision_numbers_db [None req-029aa221-3df0-4386-bc39-9721e1b682d0 c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource d55adc0b-b75b-4410-8932-0ec8e9083358 (type: security_group_rules) to 0 2026-05-17 02:23:25.761 7 INFO neutron.db.ovn_revision_numbers_db [None req-029aa221-3df0-4386-bc39-9721e1b682d0 c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource e5328a68-c6ab-4ec1-a888-cd4e5d395e62 (type: security_group_rules) to 0 2026-05-17 02:23:25.779 8 INFO neutron.db.ovn_revision_numbers_db [None req-9d7d3792-8400-47ae-8ecc-2721fb9b8c59 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 29e5bde8-a638-4fd9-bc28-6aa5a1852835 (type: ports) to 1 2026-05-17 02:23:25.868 7 INFO neutron.db.ovn_revision_numbers_db [None req-029aa221-3df0-4386-bc39-9721e1b682d0 c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource 3820b97a-576a-43da-9c1d-40c35d522dec (type: security_groups) to 1 2026-05-17 02:23:25.879 7 INFO neutron.db.ovn_revision_numbers_db [None req-029aa221-3df0-4386-bc39-9721e1b682d0 c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource a9a35f2f-2061-4629-b58d-6c88bf89d7ac (type: security_group_rules) to 0 2026-05-17 02:23:25.892 7 INFO neutron.db.ovn_revision_numbers_db [None req-029aa221-3df0-4386-bc39-9721e1b682d0 c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource c6d6278e-ef7b-4e83-803b-fa92352e8e47 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 664/1457] 10.0.0.197 () {34 vars in 683 bytes} [Sun May 17 02:23:25 2026] POST /v2.0/security-groups => generated 1625 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1458] 10.0.0.197 () {32 vars in 662 bytes} [Sun May 17 02:23:25 2026] GET /v2.0/security-groups => generated 4530 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:26.057 7 INFO neutron.db.ovn_revision_numbers_db [None req-6ac3a9f4-ec5e-4e14-a897-e7ae3e29ec4b c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource 3820b97a-576a-43da-9c1d-40c35d522dec (type: security_groups) to 2 [pid: 7|app: 0|req: 666/1459] 10.0.0.197 () {34 vars in 757 bytes} [Sun May 17 02:23:25 2026] PUT /v2.0/security-groups/3820b97a-576a-43da-9c1d-40c35d522dec => generated 1663 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1460] 10.0.0.197 () {32 vars in 736 bytes} [Sun May 17 02:23:26 2026] GET /v2.0/security-groups/3820b97a-576a-43da-9c1d-40c35d522dec => generated 1663 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:26.226 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-58062d1f-bf21-4ecc-a185-7f44ff5944f5 - - - - - -] OVN reports status up for port: 29e5bde8-a638-4fd9-bc28-6aa5a1852835 [pid: 7|app: 0|req: 668/1461] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:26 2026] DELETE /v2.0/security-groups/3820b97a-576a-43da-9c1d-40c35d522dec => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:26.265 8 INFO neutron.plugins.ml2.plugin [None req-58062d1f-bf21-4ecc-a185-7f44ff5944f5 - - - - - -] Attempt 1 to provision port 29e5bde8-a638-4fd9-bc28-6aa5a1852835 [pid: 7|app: 0|req: 669/1462] 10.0.0.197 () {32 vars in 662 bytes} [Sun May 17 02:23:26 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:26.313 7 INFO neutron.api.v2.resource [None req-693e1828-55a5-439e-b8df-fa07f8de8dea c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 670/1463] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:26 2026] DELETE /v2.0/security-groups/3820b97a-576a-43da-9c1d-40c35d522dec => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:26.362 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9d7d3792-8400-47ae-8ecc-2721fb9b8c59 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:26.364 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9d7d3792-8400-47ae-8ecc-2721fb9b8c59 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network 960a02e1-181a-42a3-a9fa-8ae1166a0a55: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:26.433 7 INFO neutron.db.ovn_revision_numbers_db [None req-aa547e93-5f7b-4015-8013-e82857b172a0 c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource 22415f4c-0dd4-4533-a7b2-f26201dbbc76 (type: security_groups) to 1 2026-05-17 02:23:26.444 7 INFO neutron.db.ovn_revision_numbers_db [None req-aa547e93-5f7b-4015-8013-e82857b172a0 c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource 60fcb42f-8cd3-420e-b656-4a4723fe8491 (type: security_group_rules) to 0 2026-05-17 02:23:26.454 7 INFO neutron.db.ovn_revision_numbers_db [None req-aa547e93-5f7b-4015-8013-e82857b172a0 c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource c4de4545-7031-4581-9d84-dfe77df37624 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 671/1464] 10.0.0.197 () {34 vars in 683 bytes} [Sun May 17 02:23:26 2026] POST /v2.0/security-groups => generated 1625 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:23:26.601 7 INFO neutron.db.ovn_revision_numbers_db [None req-a3ef3f60-f2bf-4c99-a0b3-f29f62eda337 c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource fd5431d7-85a4-42fa-bdeb-4358350fbc3c (type: security_group_rules) to 0 [pid: 7|app: 0|req: 672/1465] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:23:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1466] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:23:26 2026] GET /v2.0/security-group-rules/fd5431d7-85a4-42fa-bdeb-4358350fbc3c => 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: 674/1467] 10.0.0.197 () {32 vars in 672 bytes} [Sun May 17 02:23:26 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1468] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:23:26 2026] DELETE /v2.0/security-group-rules/fd5431d7-85a4-42fa-bdeb-4358350fbc3c => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:26.914 8 INFO neutron.db.ovn_revision_numbers_db [None req-9d7d3792-8400-47ae-8ecc-2721fb9b8c59 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 29e5bde8-a638-4fd9-bc28-6aa5a1852835 (type: router_ports) to 1 [pid: 7|app: 0|req: 676/1469] 10.0.0.197 () {32 vars in 672 bytes} [Sun May 17 02:23:26 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: 8|app: 0|req: 794/1470] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:23:25 2026] PUT /v2.0/routers/8abcf255-b5e8-46fd-9c94-71deba069e52/add_router_interface => generated 310 bytes in 1666 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:27.030 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4070a16-d59e-4c76-a4fb-6a6f132b4d8e c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource ad08a8f4-8f81-4852-999c-50ac7829ca2e (type: security_group_rules) to 0 [pid: 8|app: 0|req: 795/1471] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:26 2026] GET /v2.0/ports/29e5bde8-a638-4fd9-bc28-6aa5a1852835 => generated 947 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1472] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:23:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1473] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:23:27 2026] GET /v2.0/security-group-rules/ad08a8f4-8f81-4852-999c-50ac7829ca2e => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1474] 10.0.0.197 () {32 vars in 672 bytes} [Sun May 17 02:23:27 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:27.158 8 INFO neutron.db.ovn_revision_numbers_db [None req-58062d1f-bf21-4ecc-a185-7f44ff5944f5 - - - - - -] Successfully bumped revision number for resource 29e5bde8-a638-4fd9-bc28-6aa5a1852835 (type: ports) to 2 [pid: 7|app: 0|req: 680/1475] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:23:27 2026] DELETE /v2.0/security-group-rules/ad08a8f4-8f81-4852-999c-50ac7829ca2e => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1476] 10.0.0.197 () {32 vars in 672 bytes} [Sun May 17 02:23:27 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-17 02:23:27.339 7 INFO neutron.db.securitygroups_db [None req-8bbd9c59-b1a6-40fa-aa23-08f557a5ff51 c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Project 6cee517e76eb4daf84fc3022f04e3e21 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-17 02:23:27.410 7 INFO neutron.db.ovn_revision_numbers_db [None req-8bbd9c59-b1a6-40fa-aa23-08f557a5ff51 c966a0f0c8a34af387f2d432e0aa2063 6cee517e76eb4daf84fc3022f04e3e21 - - default default] Successfully bumped revision number for resource c7608277-60f9-44ce-aaf3-5a6d4d60e1c4 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 682/1477] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:23:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:27.596 7 WARNING neutron.db.securitygroups_db [None req-1d154ab8-c74d-4726-93b8-050638965a4f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:23:27.638 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-78688b58-2206-425d-a66c-4147ad143e52 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:27.639 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-78688b58-2206-425d-a66c-4147ad143e52 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network f0b01a1a-f7b3-46d6-8996-fa26b0594cc2: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:27.744 7 INFO neutron.db.ovn_revision_numbers_db [None req-1d154ab8-c74d-4726-93b8-050638965a4f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d3caaa4c-31fb-4e08-9cf9-95e7ba7d7a6c (type: security_groups) to 1 2026-05-17 02:23:27.769 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a0ffbca6-1099-4931-9863-14bcb4e22fda - - - - - -] OVN reports status down for port: 4b0a1fcf-9684-4a74-8827-4ec71d617732 2026-05-17 02:23:27.771 7 INFO neutron.db.ovn_revision_numbers_db [None req-1d154ab8-c74d-4726-93b8-050638965a4f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1f14e93e-fbc0-4acd-904d-ba19c3a94db4 (type: security_group_rules) to 0 2026-05-17 02:23:27.775 8 INFO neutron.db.ovn_revision_numbers_db [None req-78688b58-2206-425d-a66c-4147ad143e52 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 4b0a1fcf-9684-4a74-8827-4ec71d617732 (type: ports) to 1 2026-05-17 02:23:27.791 7 INFO neutron.db.ovn_revision_numbers_db [None req-1d154ab8-c74d-4726-93b8-050638965a4f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1f6c862c-1496-4271-8b7c-fa282f1df4f5 (type: security_group_rules) to 0 2026-05-17 02:23:27.821 7 INFO neutron.db.ovn_revision_numbers_db [None req-1d154ab8-c74d-4726-93b8-050638965a4f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d1ffaf8d-1561-4fa3-a2b6-1904e389dfea (type: security_group_rules) to 0 2026-05-17 02:23:27.840 7 INFO neutron.db.ovn_revision_numbers_db [None req-1d154ab8-c74d-4726-93b8-050638965a4f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource eae9cf6e-749a-4c89-91fa-4e8f565f3e28 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 683/1478] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:27 2026] GET /v2.0/security-groups?tenant_id=eb7350f7688d4b349b721639a529ce53&name=default => generated 2925 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1479] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:23:27 2026] GET /v2.0/security-group-rules/c7608277-60f9-44ce-aaf3-5a6d4d60e1c4 => generated 607 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1480] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:27 2026] DELETE /v2.0/security-groups/d3caaa4c-31fb-4e08-9cf9-95e7ba7d7a6c => 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: 686/1481] 10.0.0.197 () {32 vars in 672 bytes} [Sun May 17 02:23:28 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1482] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:23:28 2026] DELETE /v2.0/security-group-rules/c7608277-60f9-44ce-aaf3-5a6d4d60e1c4 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1483] 10.0.0.197 () {32 vars in 672 bytes} [Sun May 17 02:23:28 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:28.438 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a0ffbca6-1099-4931-9863-14bcb4e22fda - - - - - -] OVN reports status up for port: 4b0a1fcf-9684-4a74-8827-4ec71d617732 2026-05-17 02:23:28.455 7 INFO neutron.plugins.ml2.plugin [None req-a0ffbca6-1099-4931-9863-14bcb4e22fda - - - - - -] Attempt 1 to provision port 4b0a1fcf-9684-4a74-8827-4ec71d617732 [pid: 7|app: 0|req: 689/1484] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:28 2026] DELETE /v2.0/security-groups/22415f4c-0dd4-4533-a7b2-f26201dbbc76 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:28.522 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-78688b58-2206-425d-a66c-4147ad143e52 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:28.524 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-78688b58-2206-425d-a66c-4147ad143e52 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network f0b01a1a-f7b3-46d6-8996-fa26b0594cc2: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 690/1485] 10.0.0.197 () {32 vars in 662 bytes} [Sun May 17 02:23:28 2026] GET /v2.0/security-groups => generated 2925 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1486] 10.0.0.197 () {32 vars in 662 bytes} [Sun May 17 02:23:28 2026] GET /v2.0/security-groups => generated 2925 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:28.755 8 INFO neutron.db.ovn_revision_numbers_db [None req-78688b58-2206-425d-a66c-4147ad143e52 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 4b0a1fcf-9684-4a74-8827-4ec71d617732 (type: router_ports) to 1 [pid: 8|app: 0|req: 796/1487] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:23:27 2026] PUT /v2.0/routers/8abcf255-b5e8-46fd-9c94-71deba069e52/add_router_interface => generated 310 bytes in 1713 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1488] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:28 2026] GET /v2.0/ports/4b0a1fcf-9684-4a74-8827-4ec71d617732 => generated 955 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1489] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:28 2026] GET /v2.0/ports/4b0a1fcf-9684-4a74-8827-4ec71d617732 => generated 955 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1490] 10.0.0.240 () {34 vars in 989 bytes} [Sun May 17 02:23:29 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 1236 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:29.189 7 INFO neutron.db.ovn_revision_numbers_db [None req-a0ffbca6-1099-4931-9863-14bcb4e22fda - - - - - -] Successfully bumped revision number for resource 4b0a1fcf-9684-4a74-8827-4ec71d617732 (type: ports) to 2 2026-05-17 02:23:29.247 8 WARNING neutron.db.securitygroups_db [None req-91ea78c3-81e3-4949-aa6b-0db5b71828fb 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 799/1491] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:29 2026] GET /v2.0/security-groups?tenant_id=6cee517e76eb4daf84fc3022f04e3e21&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1492] 10.0.0.240 () {34 vars in 1039 bytes} [Sun May 17 02:23:29 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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-17 02:23:29.520 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a7a1ad1-642a-495c-9c86-b0855318975a 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] TaaS: Handle Delete Port: 4b0a1fcf-9684-4a74-8827-4ec71d617732 2026-05-17 02:23:29.527 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a7a1ad1-642a-495c-9c86-b0855318975a 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Tap Mirror: Handle Delete Port: 4b0a1fcf-9684-4a74-8827-4ec71d617732 [pid: 8|app: 0|req: 801/1493] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:29 2026] DELETE /v2.0/security-groups/9521f79f-8731-470b-9885-177d1ce2f4d4 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1494] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:23:28 2026] PUT /v2.0/routers/8abcf255-b5e8-46fd-9c94-71deba069e52/remove_router_interface => generated 310 bytes in 947 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: 694/1495] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:29 2026] GET /v2.0/ports/29e5bde8-a638-4fd9-bc28-6aa5a1852835 => generated 947 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:30.139 8 INFO neutron.db.ovn_revision_numbers_db [None req-f783b9ed-ddcc-4831-8c66-71543dd3aa4a ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 414885ca-9ff2-4d3a-b770-7800d5b47830 (type: security_groups) to 1 2026-05-17 02:23:30.159 8 INFO neutron.db.ovn_revision_numbers_db [None req-f783b9ed-ddcc-4831-8c66-71543dd3aa4a ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 248839aa-0b34-4165-8865-c278f12428c9 (type: security_group_rules) to 0 2026-05-17 02:23:30.173 8 INFO neutron.db.ovn_revision_numbers_db [None req-f783b9ed-ddcc-4831-8c66-71543dd3aa4a ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 51c2efbf-7214-4955-a55d-e3998cede718 (type: security_group_rules) to 0 2026-05-17 02:23:30.186 8 INFO neutron.db.ovn_revision_numbers_db [None req-f783b9ed-ddcc-4831-8c66-71543dd3aa4a ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 9893e971-ed24-4214-abe2-270f8e09fbe7 (type: security_group_rules) to 0 2026-05-17 02:23:30.203 8 INFO neutron.db.ovn_revision_numbers_db [None req-f783b9ed-ddcc-4831-8c66-71543dd3aa4a ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 9a453161-2d09-4613-97fa-d0b37e12c818 (type: security_group_rules) to 0 2026-05-17 02:23:30.281 8 INFO neutron.db.segments_db [None req-f783b9ed-ddcc-4831-8c66-71543dd3aa4a ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Added segment d6af72d9-060e-4013-a3b6-90cd1876c319 of type geneve for network c4f5153a-5105-48a8-a9f7-9b06e5e5473b 2026-05-17 02:23:30.306 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bab6b82-bdc1-4523-9f57-5b390354d187 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] TaaS: Handle Delete Port: 29e5bde8-a638-4fd9-bc28-6aa5a1852835 2026-05-17 02:23:30.309 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bab6b82-bdc1-4523-9f57-5b390354d187 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Tap Mirror: Handle Delete Port: 29e5bde8-a638-4fd9-bc28-6aa5a1852835 2026-05-17 02:23:30.414 8 INFO neutron.db.ovn_revision_numbers_db [None req-f783b9ed-ddcc-4831-8c66-71543dd3aa4a ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource c4f5153a-5105-48a8-a9f7-9b06e5e5473b (type: networks) to 1 2026-05-17 02:23:30.602 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f783b9ed-ddcc-4831-8c66-71543dd3aa4a ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] No more DHCP agents 2026-05-17 02:23:30.603 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f783b9ed-ddcc-4831-8c66-71543dd3aa4a ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Unable to schedule network c4f5153a-5105-48a8-a9f7-9b06e5e5473b: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 695/1496] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:23:30 2026] PUT /v2.0/routers/8abcf255-b5e8-46fd-9c94-71deba069e52/remove_router_interface => generated 310 bytes in 610 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: 696/1497] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:23:30 2026] GET /v2.0/ports?device_id=8abcf255-b5e8-46fd-9c94-71deba069e52 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:23:30.694 8 INFO neutron.db.ovn_revision_numbers_db [None req-f783b9ed-ddcc-4831-8c66-71543dd3aa4a ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 9b30cb99-86d8-4cd1-b39c-407ebb211b65 (type: ports) to 1 [pid: 8|app: 0|req: 802/1498] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:29 2026] POST /v2.0/networks => generated 682 bytes in 853 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1499] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:30 2026] DELETE /v2.0/routers/8abcf255-b5e8-46fd-9c94-71deba069e52 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:30.928 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9e06c2a1-5254-4da0-9967-18bc1f7ceb5d ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] No more DHCP agents 2026-05-17 02:23:30.929 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9e06c2a1-5254-4da0-9967-18bc1f7ceb5d ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Unable to schedule network c4f5153a-5105-48a8-a9f7-9b06e5e5473b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:31.025 8 INFO neutron.db.ovn_revision_numbers_db [None req-9e06c2a1-5254-4da0-9967-18bc1f7ceb5d ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 6157ca1c-524e-45d9-b8ba-eba5b2afcc1d (type: ports) to 1 [pid: 7|app: 0|req: 698/1500] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:30 2026] DELETE /v2.0/subnets/05c9483b-0a94-4e61-be0e-f13de5a1dba3 => 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: 803/1501] 10.0.0.197 () {34 vars in 664 bytes} [Sun May 17 02:23:30 2026] POST /v2.0/ports => generated 775 bytes in 362 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-17 02:23:31.193 8 INFO neutron.db.segments_db [None req-13d27e83-d3be-4376-90e7-c1e5c4610673 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Added segment d43be8f8-3385-4fb1-a19b-0493b3867df7 of type geneve for network 70abcbfd-a11a-435a-882e-f862bd364456 [pid: 7|app: 0|req: 699/1502] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:31 2026] DELETE /v2.0/subnets/67af2f13-70dd-4b81-bb4b-87e8ee8fe7fe => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:31.305 8 INFO neutron.db.ovn_revision_numbers_db [None req-13d27e83-d3be-4376-90e7-c1e5c4610673 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 70abcbfd-a11a-435a-882e-f862bd364456 (type: networks) to 1 2026-05-17 02:23:31.390 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6394e32-fd54-4cf2-8473-77c1524d0feb 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] TaaS: Handle Delete Port: 985c13f1-db10-4cc4-9e56-888913037c15 2026-05-17 02:23:31.394 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6394e32-fd54-4cf2-8473-77c1524d0feb 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Tap Mirror: Handle Delete Port: 985c13f1-db10-4cc4-9e56-888913037c15 2026-05-17 02:23:31.456 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-13d27e83-d3be-4376-90e7-c1e5c4610673 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] No more DHCP agents 2026-05-17 02:23:31.458 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-13d27e83-d3be-4376-90e7-c1e5c4610673 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Unable to schedule network 70abcbfd-a11a-435a-882e-f862bd364456: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:31.574 8 INFO neutron.db.ovn_revision_numbers_db [None req-13d27e83-d3be-4376-90e7-c1e5c4610673 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 7b755bec-1b2d-410e-8ebc-9ffe6a6fde3d (type: ports) to 1 [pid: 8|app: 0|req: 804/1503] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:31 2026] POST /v2.0/networks => generated 670 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:31.610 7 INFO neutron.services.segments.plugin [-] Segment 8748c943-49e7-4520-bc3f-dc43cb2ee405 resource provider aggregate not found 2026-05-17 02:23:31.615 7 INFO neutron.services.segments.plugin [-] Segment 8748c943-49e7-4520-bc3f-dc43cb2ee405 resource provider aggregate not found 2026-05-17 02:23:31.632 7 INFO neutron.services.segments.plugin [-] Segment 8748c943-49e7-4520-bc3f-dc43cb2ee405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8748c943-49e7-4520-bc3f-dc43cb2ee405 found for delete ", "request_id": "req-05488df2-d5e1-45f1-b98e-93406bb77224"}]} 2026-05-17 02:23:31.636 7 INFO neutron.services.segments.plugin [-] Segment 8748c943-49e7-4520-bc3f-dc43cb2ee405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8748c943-49e7-4520-bc3f-dc43cb2ee405 found for delete ", "request_id": "req-0547b61d-8751-473f-b703-6cc1b61dd73f"}]} [pid: 7|app: 0|req: 700/1504] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:31 2026] DELETE /v2.0/networks/f0b01a1a-f7b3-46d6-8996-fa26b0594cc2 => generated 0 bytes in 412 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1505] 10.0.0.197 () {34 vars in 676 bytes} [Sun May 17 02:23:31 2026] POST /v2.0/subnetpools => generated 549 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:31.848 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ec57b6bf-f25e-4706-ac69-45e5961cfa64 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] No more DHCP agents 2026-05-17 02:23:31.849 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ec57b6bf-f25e-4706-ac69-45e5961cfa64 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Unable to schedule network 70abcbfd-a11a-435a-882e-f862bd364456: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:31.896 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-81899a08-b9a6-4c3a-9189-2a96bdb2ec50 - - - - - -] No port found with ID 29e5bde8-a638-4fd9-bc28-6aa5a1852835: RuntimeError: No port found with ID 29e5bde8-a638-4fd9-bc28-6aa5a1852835 2026-05-17 02:23:31.918 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-81899a08-b9a6-4c3a-9189-2a96bdb2ec50 - - - - - -] OVN reports status down for port: 6157ca1c-524e-45d9-b8ba-eba5b2afcc1d 2026-05-17 02:23:31.941 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea53fbd9-9654-4e4f-98cd-d6d1097dc999 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] TaaS: Handle Delete Port: d8d3d0b6-537b-4296-8f87-9629bfe6456b 2026-05-17 02:23:31.946 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea53fbd9-9654-4e4f-98cd-d6d1097dc999 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Tap Mirror: Handle Delete Port: d8d3d0b6-537b-4296-8f87-9629bfe6456b 2026-05-17 02:23:32.015 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-81899a08-b9a6-4c3a-9189-2a96bdb2ec50 - - - - - -] OVN reports status down for port: 7b755bec-1b2d-410e-8ebc-9ffe6a6fde3d 2026-05-17 02:23:32.199 8 INFO neutron.services.segments.plugin [-] Segment 84f582a2-f0d2-4efb-bc40-425dc03898cd resource provider aggregate not found 2026-05-17 02:23:32.206 8 INFO neutron.services.segments.plugin [-] Segment 84f582a2-f0d2-4efb-bc40-425dc03898cd resource provider aggregate not found 2026-05-17 02:23:32.218 8 INFO neutron.services.segments.plugin [-] Segment 84f582a2-f0d2-4efb-bc40-425dc03898cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84f582a2-f0d2-4efb-bc40-425dc03898cd found for delete ", "request_id": "req-e080f1fe-a05c-4a92-a364-b94c423a5fdb"}]} 2026-05-17 02:23:32.226 8 INFO neutron.services.segments.plugin [-] Segment 84f582a2-f0d2-4efb-bc40-425dc03898cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84f582a2-f0d2-4efb-bc40-425dc03898cd found for delete ", "request_id": "req-4e433e57-52c7-4f84-9613-257f342cbe13"}]} [pid: 8|app: 0|req: 806/1506] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:31 2026] DELETE /v2.0/networks/960a02e1-181a-42a3-a9fa-8ae1166a0a55 => generated 0 bytes in 445 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1507] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:23:32 2026] GET /v2.0/subnetpools/8782adec-68c5-4782-a0cb-eb5f6a5346f6 => generated 549 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:32.357 7 INFO neutron.db.ovn_revision_numbers_db [None req-ec57b6bf-f25e-4706-ac69-45e5961cfa64 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 7b755bec-1b2d-410e-8ebc-9ffe6a6fde3d (type: ports) to 2 2026-05-17 02:23:32.401 7 INFO neutron.db.ovn_revision_numbers_db [None req-ec57b6bf-f25e-4706-ac69-45e5961cfa64 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 521fdcff-1091-4aef-86b0-7a0a66ab8fc7 (type: subnets) to 0 2026-05-17 02:23:32.408 8 INFO neutron.db.segments_db [None req-bdb634f5-c3a1-473f-ac5b-b8a71ae5d97f 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Added segment a6049375-f336-429c-9606-e45b470da3d1 of type geneve for network ad1c0043-ce82-4edc-b774-e47312a33efb [pid: 7|app: 0|req: 701/1508] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:31 2026] POST /v2.0/subnets => generated 626 bytes in 764 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1509] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:23:32 2026] PUT /v2.0/subnetpools/8782adec-68c5-4782-a0cb-eb5f6a5346f6 => generated 499 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:32.562 8 INFO neutron.db.ovn_revision_numbers_db [None req-bdb634f5-c3a1-473f-ac5b-b8a71ae5d97f 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource ad1c0043-ce82-4edc-b774-e47312a33efb (type: networks) to 1 2026-05-17 02:23:32.759 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bdb634f5-c3a1-473f-ac5b-b8a71ae5d97f 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:32.761 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bdb634f5-c3a1-473f-ac5b-b8a71ae5d97f 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network ad1c0043-ce82-4edc-b774-e47312a33efb: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:32.850 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-83a35efb-fa12-43b4-b339-c606588159f6 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] No more DHCP agents 2026-05-17 02:23:32.851 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-83a35efb-fa12-43b4-b339-c606588159f6 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Unable to schedule network 70abcbfd-a11a-435a-882e-f862bd364456: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:32.855 8 INFO neutron.db.ovn_revision_numbers_db [None req-bdb634f5-c3a1-473f-ac5b-b8a71ae5d97f 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 93fc1d40-1817-40e0-834c-ff3773c892d3 (type: ports) to 1 [pid: 8|app: 0|req: 808/1510] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:32 2026] POST /v2.0/networks => generated 672 bytes in 604 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1511] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:23:32 2026] DELETE /v2.0/subnetpools/8782adec-68c5-4782-a0cb-eb5f6a5346f6 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:32.989 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-81899a08-b9a6-4c3a-9189-2a96bdb2ec50 - - - - - -] OVN reports status down for port: 5cab737f-19ef-47d2-b718-cd2b01937048 2026-05-17 02:23:33.017 7 INFO neutron.db.ovn_revision_numbers_db [None req-83a35efb-fa12-43b4-b339-c606588159f6 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 5cab737f-19ef-47d2-b718-cd2b01937048 (type: ports) to 1 [pid: 7|app: 0|req: 703/1512] 10.0.0.197 () {34 vars in 664 bytes} [Sun May 17 02:23:32 2026] POST /v2.0/ports => generated 949 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-17 02:23:33.055 7 INFO neutron.api.v2.resource [None req-4b8a7e17-93c9-4616-9f41-f480e96844dd 69e90f7925fb482c954162bbc09e2e6f 423fd9bc062e4428a09db94034684b84 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 704/1513] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:23:33 2026] GET /v2.0/subnetpools/8782adec-68c5-4782-a0cb-eb5f6a5346f6 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:33.184 7 INFO neutron_taas.services.taas.taas_plugin [None req-0cc26e39-cfb7-4126-ab98-25c42f7482d1 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] TaaS: Handle Delete Port: 5cab737f-19ef-47d2-b718-cd2b01937048 2026-05-17 02:23:33.188 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cc26e39-cfb7-4126-ab98-25c42f7482d1 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Tap Mirror: Handle Delete Port: 5cab737f-19ef-47d2-b718-cd2b01937048 2026-05-17 02:23:33.209 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c867f573-2f3e-4450-b307-f439f2ce28cb 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:33.211 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c867f573-2f3e-4450-b307-f439f2ce28cb 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network ad1c0043-ce82-4edc-b774-e47312a33efb: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:33.241 8 INFO neutron.db.ovn_revision_numbers_db [None req-c867f573-2f3e-4450-b307-f439f2ce28cb 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 2b1933fe-5052-4df9-85fd-18bf24a48098 (type: subnets) to 0 [pid: 8|app: 0|req: 810/1514] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:32 2026] POST /v2.0/subnets => generated 646 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:33.272 8 INFO neutron.api.v2.resource [None req-9c1d9a7d-164e-422c-af5f-ce144ec8c338 69e90f7925fb482c954162bbc09e2e6f 423fd9bc062e4428a09db94034684b84 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 811/1515] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:23:33 2026] DELETE /v2.0/subnetpools/8782adec-68c5-4782-a0cb-eb5f6a5346f6 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1516] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:23:33 2026] DELETE /v2.0/ports/5cab737f-19ef-47d2-b718-cd2b01937048 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:33.406 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4101ef2c-75e1-4d7f-a5ef-5132f4d08d9d ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 706/1517] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:23:33 2026] DELETE /v2.0/ports/5cab737f-19ef-47d2-b718-cd2b01937048 => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:33.433 8 INFO neutron.db.ovn_revision_numbers_db [None req-647bd993-1d55-47f0-8419-3565aa0bd8ad 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 4e50ebce-1769-49b0-8767-ad08ee7a9d97 (type: routers) to 1 2026-05-17 02:23:33.452 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc8c181b-815b-4085-b25c-c7b1c1529b32 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 707/1518] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:33 2026] GET /v2.0/ports/5cab737f-19ef-47d2-b718-cd2b01937048 => generated 132 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1519] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:33 2026] POST /v2.0/routers => generated 627 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1520] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:33 2026] DELETE /v2.0/subnets/521fdcff-1091-4aef-86b0-7a0a66ab8fc7 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:33.770 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3f634999-d81e-4ff7-b10b-a04d834b08f7 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:33.771 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3f634999-d81e-4ff7-b10b-a04d834b08f7 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network ad1c0043-ce82-4edc-b774-e47312a33efb: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:33.803 7 INFO neutron_taas.services.taas.taas_plugin [None req-e338c55b-d358-4e8d-90bf-23ae74a3c3ae ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] TaaS: Handle Delete Port: 7b755bec-1b2d-410e-8ebc-9ffe6a6fde3d 2026-05-17 02:23:33.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e338c55b-d358-4e8d-90bf-23ae74a3c3ae ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Tap Mirror: Handle Delete Port: 7b755bec-1b2d-410e-8ebc-9ffe6a6fde3d 2026-05-17 02:23:33.905 8 INFO neutron.db.ovn_revision_numbers_db [None req-3f634999-d81e-4ff7-b10b-a04d834b08f7 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource c21fccf8-a05e-4d4a-925c-d14b888ef38b (type: ports) to 1 [pid: 8|app: 0|req: 813/1521] 10.0.0.197 () {34 vars in 664 bytes} [Sun May 17 02:23:33 2026] POST /v2.0/ports => generated 963 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-17 02:23:34.006 8 WARNING neutron.db.securitygroups_db [None req-12f421b7-7a12-403c-a3d5-6098365856e2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:23:34.029 7 INFO neutron.services.segments.plugin [-] Segment d43be8f8-3385-4fb1-a19b-0493b3867df7 resource provider aggregate not found 2026-05-17 02:23:34.034 7 INFO neutron.services.segments.plugin [-] Segment d43be8f8-3385-4fb1-a19b-0493b3867df7 resource provider aggregate not found 2026-05-17 02:23:34.049 7 INFO neutron.services.segments.plugin [-] Segment d43be8f8-3385-4fb1-a19b-0493b3867df7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d43be8f8-3385-4fb1-a19b-0493b3867df7 found for delete ", "request_id": "req-b4839b15-139c-48ae-9570-32d06505c6b4"}]} 2026-05-17 02:23:34.058 7 INFO neutron.services.segments.plugin [-] Segment d43be8f8-3385-4fb1-a19b-0493b3867df7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d43be8f8-3385-4fb1-a19b-0493b3867df7 found for delete ", "request_id": "req-245b7f9e-ca16-42ca-be78-ed67464776f7"}]} [pid: 7|app: 0|req: 709/1522] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:33 2026] DELETE /v2.0/networks/70abcbfd-a11a-435a-882e-f862bd364456 => generated 0 bytes in 408 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:34.147 8 INFO neutron.db.ovn_revision_numbers_db [None req-12f421b7-7a12-403c-a3d5-6098365856e2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 183f7703-d164-4e51-a740-a068a12462f4 (type: security_groups) to 1 2026-05-17 02:23:34.158 8 INFO neutron.db.ovn_revision_numbers_db [None req-12f421b7-7a12-403c-a3d5-6098365856e2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 59340df0-9b15-4dca-ac6a-ef68bf201fda (type: security_group_rules) to 0 2026-05-17 02:23:34.169 8 INFO neutron.db.ovn_revision_numbers_db [None req-12f421b7-7a12-403c-a3d5-6098365856e2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5bf0a46c-63b4-4fe3-b82b-05826375c1ce (type: security_group_rules) to 0 2026-05-17 02:23:34.183 8 INFO neutron.db.ovn_revision_numbers_db [None req-12f421b7-7a12-403c-a3d5-6098365856e2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b408794c-e52c-4d7d-816a-872f5af0edd5 (type: security_group_rules) to 0 2026-05-17 02:23:34.195 8 INFO neutron.db.ovn_revision_numbers_db [None req-12f421b7-7a12-403c-a3d5-6098365856e2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f600d09f-9c26-4441-834d-c02450d66c2c (type: security_group_rules) to 0 2026-05-17 02:23:34.195 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-b080d96f-1bc1-4337-9668-22eacc3e592b - - - - - -] No port found with ID 4b0a1fcf-9684-4a74-8827-4ec71d617732: RuntimeError: No port found with ID 4b0a1fcf-9684-4a74-8827-4ec71d617732 2026-05-17 02:23:34.222 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b080d96f-1bc1-4337-9668-22eacc3e592b - - - - - -] OVN reports status down for port: 9b30cb99-86d8-4cd1-b39c-407ebb211b65 [pid: 8|app: 0|req: 814/1523] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:33 2026] GET /v2.0/security-groups?tenant_id=423fd9bc062e4428a09db94034684b84&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:34.328 8 INFO neutron.db.segments_db [None req-c593f315-fbd2-4ddc-91bf-c15f73340423 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Added segment 1c1092aa-8d2c-464f-9a70-8227af0b6873 of type geneve for network 10dcf390-dc19-4196-a372-1df7fdcf061e 2026-05-17 02:23:34.363 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b080d96f-1bc1-4337-9668-22eacc3e592b - - - - - -] OVN reports status down for port: 93fc1d40-1817-40e0-834c-ff3773c892d3 2026-05-17 02:23:34.433 8 INFO neutron.db.ovn_revision_numbers_db [None req-c593f315-fbd2-4ddc-91bf-c15f73340423 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 10dcf390-dc19-4196-a372-1df7fdcf061e (type: networks) to 1 2026-05-17 02:23:34.532 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b080d96f-1bc1-4337-9668-22eacc3e592b - - - - - -] OVN reports status down for port: c21fccf8-a05e-4d4a-925c-d14b888ef38b 2026-05-17 02:23:34.616 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c593f315-fbd2-4ddc-91bf-c15f73340423 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] No more DHCP agents 2026-05-17 02:23:34.618 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c593f315-fbd2-4ddc-91bf-c15f73340423 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Unable to schedule network 10dcf390-dc19-4196-a372-1df7fdcf061e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:34.672 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-81899a08-b9a6-4c3a-9189-2a96bdb2ec50 - - - - - -] OVN reports status down for port: aa4cf538-a46e-4f64-9c88-35bc9040b8b6 2026-05-17 02:23:34.737 8 INFO neutron.db.ovn_revision_numbers_db [None req-c593f315-fbd2-4ddc-91bf-c15f73340423 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource aa4cf538-a46e-4f64-9c88-35bc9040b8b6 (type: ports) to 1 [pid: 8|app: 0|req: 815/1524] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:34 2026] POST /v2.0/networks => generated 670 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:34.822 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b080d96f-1bc1-4337-9668-22eacc3e592b - - - - - -] OVN reports status up for port: c21fccf8-a05e-4d4a-925c-d14b888ef38b 2026-05-17 02:23:34.850 7 INFO neutron.plugins.ml2.plugin [None req-b080d96f-1bc1-4337-9668-22eacc3e592b - - - - - -] Attempt 1 to provision port c21fccf8-a05e-4d4a-925c-d14b888ef38b 2026-05-17 02:23:34.882 7 INFO neutron.db.ovn_revision_numbers_db [None req-7033cf61-a529-40c2-b168-285bf62ce8ea 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource c21fccf8-a05e-4d4a-925c-d14b888ef38b (type: ports) to 2 [pid: 8|app: 0|req: 816/1525] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:34 2026] DELETE /v2.0/security-groups/183f7703-d164-4e51-a740-a068a12462f4 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:35.206 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2ba4402c-3a85-4084-96c0-9308be6c4889 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] No more DHCP agents 2026-05-17 02:23:35.207 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2ba4402c-3a85-4084-96c0-9308be6c4889 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Unable to schedule network 10dcf390-dc19-4196-a372-1df7fdcf061e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:35.565 7 INFO neutron.db.ovn_revision_numbers_db [None req-b080d96f-1bc1-4337-9668-22eacc3e592b - - - - - -] Successfully bumped revision number for resource c21fccf8-a05e-4d4a-925c-d14b888ef38b (type: ports) to 3 2026-05-17 02:23:35.660 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ba4402c-3a85-4084-96c0-9308be6c4889 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource aa4cf538-a46e-4f64-9c88-35bc9040b8b6 (type: ports) to 2 2026-05-17 02:23:35.700 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ba4402c-3a85-4084-96c0-9308be6c4889 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 2a1abd16-b5d8-418d-b7ce-701328620e97 (type: subnets) to 0 [pid: 8|app: 0|req: 817/1526] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:35 2026] POST /v2.0/subnets => generated 626 bytes in 696 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:35.964 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7033cf61-a529-40c2-b168-285bf62ce8ea 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:35.965 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7033cf61-a529-40c2-b168-285bf62ce8ea 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network ad1c0043-ce82-4edc-b774-e47312a33efb: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:35.983 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c151da81-b51a-4783-b93c-fda3f5f997fc ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] No more DHCP agents 2026-05-17 02:23:35.984 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c151da81-b51a-4783-b93c-fda3f5f997fc ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Unable to schedule network 10dcf390-dc19-4196-a372-1df7fdcf061e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:36.106 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-81899a08-b9a6-4c3a-9189-2a96bdb2ec50 - - - - - -] OVN reports status down for port: ad75006f-333c-4cfc-8cc4-f9753a0ff05f 2026-05-17 02:23:36.211 8 INFO neutron.db.ovn_revision_numbers_db [None req-c151da81-b51a-4783-b93c-fda3f5f997fc ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource ad75006f-333c-4cfc-8cc4-f9753a0ff05f (type: ports) to 1 2026-05-17 02:23:36.240 7 INFO neutron.db.ovn_revision_numbers_db [None req-7033cf61-a529-40c2-b168-285bf62ce8ea 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource c21fccf8-a05e-4d4a-925c-d14b888ef38b (type: router_ports) to 3 [pid: 7|app: 0|req: 710/1529] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:23:34 2026] PUT /v2.0/routers/4e50ebce-1769-49b0-8767-ad08ee7a9d97/add_router_interface => generated 310 bytes in 2170 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: 820/1530] 10.0.0.197 () {34 vars in 664 bytes} [Sun May 17 02:23:35 2026] POST /v2.0/ports => generated 912 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1531] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:36 2026] GET /v2.0/ports/c21fccf8-a05e-4d4a-925c-d14b888ef38b => generated 1025 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1532] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:36 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:36.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f5bf76b-ff79-4bee-8b18-8f77e21c14b8 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] TaaS: Handle Delete Port: ad75006f-333c-4cfc-8cc4-f9753a0ff05f 2026-05-17 02:23:36.454 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f5bf76b-ff79-4bee-8b18-8f77e21c14b8 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Tap Mirror: Handle Delete Port: ad75006f-333c-4cfc-8cc4-f9753a0ff05f [pid: 8|app: 0|req: 822/1533] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:23:36 2026] DELETE /v2.0/ports/ad75006f-333c-4cfc-8cc4-f9753a0ff05f => 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: 823/1534] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:36 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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-17 02:23:36.677 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c8da76ad-26c6-456e-a8e7-ca658491d95a ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 824/1535] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:36 2026] GET /v2.0/ports/ad75006f-333c-4cfc-8cc4-f9753a0ff05f => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1536] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:36 2026] DELETE /v2.0/subnets/2a1abd16-b5d8-418d-b7ce-701328620e97 => 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: 826/1537] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:36 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1538] 10.0.0.197 () {32 vars in 622 bytes} [Sun May 17 02:23:36 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-05-17 02:23:37.058 8 INFO neutron_taas.services.taas.taas_plugin [None req-145e67fa-436a-4992-890c-3de4f5079c43 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] TaaS: Handle Delete Port: aa4cf538-a46e-4f64-9c88-35bc9040b8b6 2026-05-17 02:23:37.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-145e67fa-436a-4992-890c-3de4f5079c43 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Tap Mirror: Handle Delete Port: aa4cf538-a46e-4f64-9c88-35bc9040b8b6 2026-05-17 02:23:37.245 8 INFO neutron.services.segments.plugin [-] Segment 1c1092aa-8d2c-464f-9a70-8227af0b6873 resource provider aggregate not found 2026-05-17 02:23:37.250 8 INFO neutron.services.segments.plugin [-] Segment 1c1092aa-8d2c-464f-9a70-8227af0b6873 resource provider aggregate not found 2026-05-17 02:23:37.268 8 INFO neutron.services.segments.plugin [-] Segment 1c1092aa-8d2c-464f-9a70-8227af0b6873 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c1092aa-8d2c-464f-9a70-8227af0b6873 found for delete ", "request_id": "req-48b85d0d-f0ed-4891-9849-42b1acd32b39"}]} 2026-05-17 02:23:37.274 8 INFO neutron.services.segments.plugin [-] Segment 1c1092aa-8d2c-464f-9a70-8227af0b6873 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c1092aa-8d2c-464f-9a70-8227af0b6873 found for delete ", "request_id": "req-9f689eb2-a758-4c7f-9293-aca73d96ef75"}]} [pid: 8|app: 0|req: 828/1539] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:36 2026] DELETE /v2.0/networks/10dcf390-dc19-4196-a372-1df7fdcf061e => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:37.446 7 INFO neutron_taas.services.taas.taas_plugin [None req-11f80bc8-3887-4fb4-b4fc-e5d930dad849 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] TaaS: Handle Delete Port: c21fccf8-a05e-4d4a-925c-d14b888ef38b 2026-05-17 02:23:37.452 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11f80bc8-3887-4fb4-b4fc-e5d930dad849 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Tap Mirror: Handle Delete Port: c21fccf8-a05e-4d4a-925c-d14b888ef38b [pid: 8|app: 0|req: 829/1540] 10.0.0.197 () {32 vars in 632 bytes} [Sun May 17 02:23:37 2026] GET /v2.0/ => generated 632 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1541] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:37 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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: 712/1542] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:23:36 2026] PUT /v2.0/routers/4e50ebce-1769-49b0-8767-ad08ee7a9d97/remove_router_interface => generated 310 bytes in 1448 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-17 02:23:37.804 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7ee7c53e-aa3a-478e-8130-4436c3ee0ff6 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] No more DHCP agents 2026-05-17 02:23:37.805 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7ee7c53e-aa3a-478e-8130-4436c3ee0ff6 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Unable to schedule network c4f5153a-5105-48a8-a9f7-9b06e5e5473b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:37.884 7 INFO neutron.api.v2.resource [None req-b5e47be0-3120-4e64-bee4-368b4dae7863 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 713/1543] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:23:37 2026] PUT /v2.0/routers/4e50ebce-1769-49b0-8767-ad08ee7a9d97/remove_router_interface => generated 197 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:37.911 8 INFO neutron.db.ovn_revision_numbers_db [None req-7ee7c53e-aa3a-478e-8130-4436c3ee0ff6 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 2d0bea11-1aac-458d-8e1b-98dfce2eb462 (type: ports) to 1 [pid: 7|app: 0|req: 714/1544] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:23:37 2026] GET /v2.0/ports?device_id=4e50ebce-1769-49b0-8767-ad08ee7a9d97 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1545] 10.0.0.197 () {34 vars in 664 bytes} [Sun May 17 02:23:37 2026] POST /v2.0/ports => generated 774 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 715/1546] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:37 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => 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: 832/1547] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:37 2026] DELETE /v2.0/routers/4e50ebce-1769-49b0-8767-ad08ee7a9d97 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1548] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:38 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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-17 02:23:38.265 7 INFO neutron.db.ovn_revision_numbers_db [None req-b32c11f3-d419-4a94-afcd-128ac5ce4484 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Successfully bumped revision number for resource 2d0bea11-1aac-458d-8e1b-98dfce2eb462 (type: ports) to 2 [pid: 7|app: 0|req: 716/1549] 10.0.0.197 () {34 vars in 736 bytes} [Sun May 17 02:23:37 2026] PUT /v2.0/ports/2d0bea11-1aac-458d-8e1b-98dfce2eb462 => generated 752 bytes in 318 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-17 02:23:38.318 8 WARNING neutron.db.securitygroups_db [None req-4fe9eefa-cc37-41ea-9183-2bddaf2e37a3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:23:38.453 8 INFO neutron.db.ovn_revision_numbers_db [None req-4fe9eefa-cc37-41ea-9183-2bddaf2e37a3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fa6463a9-52d8-4f31-a5aa-ec5d1af475ff (type: security_groups) to 1 2026-05-17 02:23:38.470 8 INFO neutron.db.ovn_revision_numbers_db [None req-4fe9eefa-cc37-41ea-9183-2bddaf2e37a3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 414b7290-2d3c-4fd6-b190-0771a9adbaab (type: security_group_rules) to 0 2026-05-17 02:23:38.483 8 INFO neutron.db.ovn_revision_numbers_db [None req-4fe9eefa-cc37-41ea-9183-2bddaf2e37a3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 996b24b2-4647-4f89-8036-6c4e95f2f9a6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 717/1550] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:38 2026] DELETE /v2.0/subnets/2b1933fe-5052-4df9-85fd-18bf24a48098 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:38.495 8 INFO neutron.db.ovn_revision_numbers_db [None req-4fe9eefa-cc37-41ea-9183-2bddaf2e37a3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9d8d989b-da5b-4e10-b9cb-431f85e4a666 (type: security_group_rules) to 0 2026-05-17 02:23:38.508 8 INFO neutron.db.ovn_revision_numbers_db [None req-4fe9eefa-cc37-41ea-9183-2bddaf2e37a3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource dc060522-eb81-4ece-b80e-d252b1b2254d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 834/1551] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:38 2026] GET /v2.0/security-groups?tenant_id=1098d27b015b415ab30a3572b9b0d8ac&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:38.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-1036cccc-a0fd-4969-8754-1768f4501cac ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] TaaS: Handle Delete Port: 2d0bea11-1aac-458d-8e1b-98dfce2eb462 2026-05-17 02:23:38.617 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1036cccc-a0fd-4969-8754-1768f4501cac ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Tap Mirror: Handle Delete Port: 2d0bea11-1aac-458d-8e1b-98dfce2eb462 2026-05-17 02:23:38.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fa34630-d9c2-4964-8e1e-f339f25602c1 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] TaaS: Handle Delete Port: 93fc1d40-1817-40e0-834c-ff3773c892d3 2026-05-17 02:23:38.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fa34630-d9c2-4964-8e1e-f339f25602c1 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Tap Mirror: Handle Delete Port: 93fc1d40-1817-40e0-834c-ff3773c892d3 [pid: 7|app: 0|req: 718/1552] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:23:38 2026] DELETE /v2.0/ports/2d0bea11-1aac-458d-8e1b-98dfce2eb462 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1553] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:38 2026] DELETE /v2.0/security-groups/fa6463a9-52d8-4f31-a5aa-ec5d1af475ff => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1554] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:38 2026] DELETE /v2.0/networks/ad1c0043-ce82-4edc-b774-e47312a33efb => 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: 720/1555] 10.0.0.197 () {32 vars in 642 bytes} [Sun May 17 02:23:38 2026] GET /v2.0/ports => generated 1534 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:39.014 7 INFO neutron.pecan_wsgi.hooks.translation [None req-689cea63-83b1-42e2-9667-d4502cef8bef ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 721/1556] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:38 2026] GET /v2.0/ports/2d0bea11-1aac-458d-8e1b-98dfce2eb462 => 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: 722/1557] 10.0.0.197 () {32 vars in 642 bytes} [Sun May 17 02:23:39 2026] GET /v2.0/ports => generated 1534 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:39.080 8 INFO neutron.db.segments_db [None req-d6de7fd8-c225-45a3-8092-08cd0a0f8331 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Added segment c683496a-7b5d-432c-902a-2edba17f435e of type geneve for network 10f19555-c669-421e-aef8-2d4efad25bb4 [pid: 7|app: 0|req: 723/1558] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:39 2026] GET /v2.0/ports/6157ca1c-524e-45d9-b8ba-eba5b2afcc1d => generated 775 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:39.231 8 INFO neutron.db.ovn_revision_numbers_db [None req-d6de7fd8-c225-45a3-8092-08cd0a0f8331 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 10f19555-c669-421e-aef8-2d4efad25bb4 (type: networks) to 1 [pid: 7|app: 0|req: 724/1559] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:23:39 2026] GET /v2.0/security-groups => generated 28974 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-17 02:23:39.272 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff4dd984-b03e-4f2c-9ee0-ee0a6fcf03ec ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 725/1560] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:23:39 2026] DELETE /v2.0/ports/ad75006f-333c-4cfc-8cc4-f9753a0ff05f => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:39.300 8 INFO neutron.services.segments.plugin [-] Segment a6049375-f336-429c-9606-e45b470da3d1 resource provider aggregate not found 2026-05-17 02:23:39.300 8 INFO neutron.services.segments.plugin [-] Segment a6049375-f336-429c-9606-e45b470da3d1 resource provider aggregate not found [pid: 7|app: 0|req: 726/1561] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:23:39 2026] GET /v2.0/subnets => generated 1989 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:39.321 8 INFO neutron.services.segments.plugin [-] Segment a6049375-f336-429c-9606-e45b470da3d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6049375-f336-429c-9606-e45b470da3d1 found for delete ", "request_id": "req-0de62335-7a9a-41bd-adc9-5301c3ba2525"}]} 2026-05-17 02:23:39.325 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e85d2ea4-9bef-47e5-a611-ee97629c8d57 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 727/1562] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:39 2026] DELETE /v2.0/subnets/2a1abd16-b5d8-418d-b7ce-701328620e97 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:39.330 8 INFO neutron.services.segments.plugin [-] Segment a6049375-f336-429c-9606-e45b470da3d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6049375-f336-429c-9606-e45b470da3d1 found for delete ", "request_id": "req-809f9c4a-fa26-4f68-abc5-b0a96ba3544c"}]} [pid: 7|app: 0|req: 728/1563] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:39 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:39.424 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d6de7fd8-c225-45a3-8092-08cd0a0f8331 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:39.425 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d6de7fd8-c225-45a3-8092-08cd0a0f8331 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network 10f19555-c669-421e-aef8-2d4efad25bb4: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 729/1564] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:23:39 2026] GET /v2.0/routers => generated 999 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:39.440 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c7e9e210-e83b-443d-adb6-aac37c754368 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 730/1565] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:39 2026] DELETE /v2.0/subnets/521fdcff-1091-4aef-86b0-7a0a66ab8fc7 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1566] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:39 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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-17 02:23:39.513 8 INFO neutron.db.ovn_revision_numbers_db [None req-d6de7fd8-c225-45a3-8092-08cd0a0f8331 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource a099c2e1-0e9c-4ea7-a916-73d13ffd8766 (type: ports) to 1 [pid: 7|app: 0|req: 732/1567] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:23:39 2026] GET /v2.0/ports?tenant_id=804f808121854207be22b057f52a67b7&device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 1236 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1568] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:38 2026] POST /v2.0/networks => generated 671 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1569] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:23:39 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: 734/1570] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:23:39 2026] GET /v2.0/networks?id=8bcee261-0b5e-422a-8a27-82744b6ca34f => generated 813 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:39.680 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed302d8c-c222-49f5-b488-2d0d7f996bdc ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] TaaS: Handle Delete Port: 6157ca1c-524e-45d9-b8ba-eba5b2afcc1d 2026-05-17 02:23:39.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed302d8c-c222-49f5-b488-2d0d7f996bdc ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Tap Mirror: Handle Delete Port: 6157ca1c-524e-45d9-b8ba-eba5b2afcc1d 2026-05-17 02:23:39.776 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-96adcd33-4800-4bb4-9f9c-1641dbe76e46 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:39.781 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-96adcd33-4800-4bb4-9f9c-1641dbe76e46 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network 10f19555-c669-421e-aef8-2d4efad25bb4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:39.816 7 INFO neutron.db.ovn_revision_numbers_db [None req-96adcd33-4800-4bb4-9f9c-1641dbe76e46 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 1ef3c52f-4240-47c8-abf5-03491eb56940 (type: subnets) to 0 [pid: 8|app: 0|req: 837/1571] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:23:39 2026] DELETE /v2.0/ports/6157ca1c-524e-45d9-b8ba-eba5b2afcc1d => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1572] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:39 2026] POST /v2.0/subnets => generated 646 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1573] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:23:39 2026] GET /v2.0/network-ip-availabilities => generated 3902 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1574] 199.204.45.38 () {34 vars in 1058 bytes} [Sun May 17 02:23:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=bb3a762d-d8e6-4211-8336-f9200b7056d2 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:39.956 8 INFO neutron_taas.services.taas.taas_plugin [None req-4bf2f805-855f-4023-b144-1c84a2db4a57 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] TaaS: Handle Delete Port: 9b30cb99-86d8-4cd1-b39c-407ebb211b65 2026-05-17 02:23:39.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bf2f805-855f-4023-b144-1c84a2db4a57 ebc17134f8e8452f9e98bdaa35a73824 86bb197274c34af8b9a69589bad8e874 - - default default] Tap Mirror: Handle Delete Port: 9b30cb99-86d8-4cd1-b39c-407ebb211b65 2026-05-17 02:23:39.975 7 INFO neutron.db.ovn_revision_numbers_db [None req-8e65967c-ace1-4c71-be43-15d56427c9ee 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 2c79180d-59d7-4a96-9cba-adaa50f87f56 (type: routers) to 1 [pid: 7|app: 0|req: 737/1575] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:39 2026] POST /v2.0/routers => generated 627 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1576] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:23:39 2026] GET /v2.0/subnets => generated 2643 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1577] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:23:40 2026] GET /v2.0/subnets?id=870c5001-d789-4295-9333-ca358be2e447 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1578] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:39 2026] DELETE /v2.0/networks/c4f5153a-5105-48a8-a9f7-9b06e5e5473b => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1579] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:23:40 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1580] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:23:40 2026] GET /v2.0/ports?network_id=8bcee261-0b5e-422a-8a27-82744b6ca34f&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: 842/1581] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:23:40 2026] GET /v2.0/agents => generated 1214 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1582] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:23:40 2026] GET /v2.0/networks/8bcee261-0b5e-422a-8a27-82744b6ca34f?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1583] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:23:40 2026] GET /v2.0/networks => generated 3871 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1584] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:23:40 2026] GET /v2.0/networks/8bcee261-0b5e-422a-8a27-82744b6ca34f?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: 846/1585] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:23:40 2026] GET /v2.0/floatingips => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:40.415 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9bd36232-4094-4c6b-9a23-25ba13055049 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:40.417 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9bd36232-4094-4c6b-9a23-25ba13055049 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network 10f19555-c669-421e-aef8-2d4efad25bb4: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 847/1586] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:23:40 2026] GET /v2.0/ports => generated 12617 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-17 02:23:40.590 7 INFO neutron.db.ovn_revision_numbers_db [None req-9bd36232-4094-4c6b-9a23-25ba13055049 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 5c7205cf-eba8-444a-a837-bc0a454972d8 (type: ports) to 1 [pid: 8|app: 0|req: 848/1587] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:40 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1588] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:40 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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-17 02:23:40.773 8 WARNING neutron.db.securitygroups_db [None req-fc02d52b-7b38-4f9b-b805-8fd170242398 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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/1589] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:40 2026] GET /v2.0/security-groups?tenant_id=86bb197274c34af8b9a69589bad8e874&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1590] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:40 2026] DELETE /v2.0/security-groups/414885ca-9ff2-4d3a-b770-7800d5b47830 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:41.166 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9bd36232-4094-4c6b-9a23-25ba13055049 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:41.168 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9bd36232-4094-4c6b-9a23-25ba13055049 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network 10f19555-c669-421e-aef8-2d4efad25bb4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:41.343 8 INFO neutron.services.segments.plugin [-] Segment d6af72d9-060e-4013-a3b6-90cd1876c319 resource provider aggregate not found 2026-05-17 02:23:41.349 8 INFO neutron.services.segments.plugin [-] Segment d6af72d9-060e-4013-a3b6-90cd1876c319 resource provider aggregate not found 2026-05-17 02:23:41.368 8 INFO neutron.services.segments.plugin [-] Segment d6af72d9-060e-4013-a3b6-90cd1876c319 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6af72d9-060e-4013-a3b6-90cd1876c319 found for delete ", "request_id": "req-b0ec9c12-82be-485f-9127-f5f82f07a2e1"}]} 2026-05-17 02:23:41.369 8 INFO neutron.services.segments.plugin [-] Segment d6af72d9-060e-4013-a3b6-90cd1876c319 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6af72d9-060e-4013-a3b6-90cd1876c319 found for delete ", "request_id": "req-91500f01-3e82-4c48-88c2-fa77c9d2a645"}]} 2026-05-17 02:23:41.409 7 INFO neutron.db.ovn_revision_numbers_db [None req-9bd36232-4094-4c6b-9a23-25ba13055049 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 5c7205cf-eba8-444a-a837-bc0a454972d8 (type: router_ports) to 1 2026-05-17 02:23:41.414 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-3cd3be28-7233-4486-b755-3c04b47e9450 - - - - - -] No port found with ID c21fccf8-a05e-4d4a-925c-d14b888ef38b: RuntimeError: No port found with ID c21fccf8-a05e-4d4a-925c-d14b888ef38b [pid: 7|app: 0|req: 740/1591] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:23:40 2026] PUT /v2.0/routers/2c79180d-59d7-4a96-9cba-adaa50f87f56/add_router_interface => generated 310 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:41.429 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3cd3be28-7233-4486-b755-3c04b47e9450 - - - - - -] OVN reports status down for port: 2d0bea11-1aac-458d-8e1b-98dfce2eb462 2026-05-17 02:23:41.441 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3cd3be28-7233-4486-b755-3c04b47e9450 - - - - - -] OVN reports status down for port: 2d0bea11-1aac-458d-8e1b-98dfce2eb462 2026-05-17 02:23:41.457 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3cd3be28-7233-4486-b755-3c04b47e9450 - - - - - -] OVN reports status down for port: a099c2e1-0e9c-4ea7-a916-73d13ffd8766 [pid: 8|app: 0|req: 852/1592] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:41 2026] GET /v2.0/ports/5c7205cf-eba8-444a-a837-bc0a454972d8 => generated 945 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:41.534 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3cd3be28-7233-4486-b755-3c04b47e9450 - - - - - -] OVN reports status down for port: 5c7205cf-eba8-444a-a837-bc0a454972d8 [pid: 7|app: 0|req: 741/1593] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:41 2026] GET /v2.0/ports/5c7205cf-eba8-444a-a837-bc0a454972d8 => generated 945 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:41.630 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-3cd3be28-7233-4486-b755-3c04b47e9450 - - - - - -] Logical_Switch_Port 5c7205cf-eba8-444a-a837-bc0a454972d8 host information not removed, the port state is up 2026-05-17 02:23:41.630 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-3cd3be28-7233-4486-b755-3c04b47e9450 - - - - - -] OVN reports status up for port: 5c7205cf-eba8-444a-a837-bc0a454972d8 2026-05-17 02:23:41.641 7 INFO neutron.plugins.ml2.plugin [None req-3cd3be28-7233-4486-b755-3c04b47e9450 - - - - - -] Attempt 1 to provision port 5c7205cf-eba8-444a-a837-bc0a454972d8 [pid: 8|app: 0|req: 853/1594] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:41 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1595] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:41 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&fields=id&fields=name => generated 113 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:42.046 7 INFO neutron.db.ovn_revision_numbers_db [None req-3cd3be28-7233-4486-b755-3c04b47e9450 - - - - - -] Successfully bumped revision number for resource 5c7205cf-eba8-444a-a837-bc0a454972d8 (type: ports) to 2 [pid: 7|app: 0|req: 743/1596] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:42 2026] GET /v2.0/ports/5c7205cf-eba8-444a-a837-bc0a454972d8 => generated 947 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:42.934 8 WARNING neutron.db.securitygroups_db [None req-9cd2665e-dc3d-4eda-957f-b13a24d703a3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:23:43.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-871446f3-aabe-4122-aabc-a94c4802c168 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] TaaS: Handle Delete Port: 5c7205cf-eba8-444a-a837-bc0a454972d8 2026-05-17 02:23:43.065 8 INFO neutron.db.ovn_revision_numbers_db [None req-9cd2665e-dc3d-4eda-957f-b13a24d703a3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2591fd01-7cdd-4a1c-8a8b-b58714e1ae6c (type: security_groups) to 1 2026-05-17 02:23:43.066 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-871446f3-aabe-4122-aabc-a94c4802c168 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Tap Mirror: Handle Delete Port: 5c7205cf-eba8-444a-a837-bc0a454972d8 2026-05-17 02:23:43.077 8 INFO neutron.db.ovn_revision_numbers_db [None req-9cd2665e-dc3d-4eda-957f-b13a24d703a3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5ae301bf-cfab-4fd3-b47a-e89da4613d2d (type: security_group_rules) to 0 2026-05-17 02:23:43.088 8 INFO neutron.db.ovn_revision_numbers_db [None req-9cd2665e-dc3d-4eda-957f-b13a24d703a3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 76685376-4148-420a-bdee-4ae94ddf0f81 (type: security_group_rules) to 0 2026-05-17 02:23:43.099 8 INFO neutron.db.ovn_revision_numbers_db [None req-9cd2665e-dc3d-4eda-957f-b13a24d703a3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b0bd9f0a-23d7-4616-803e-a41c83868b26 (type: security_group_rules) to 0 2026-05-17 02:23:43.110 8 INFO neutron.db.ovn_revision_numbers_db [None req-9cd2665e-dc3d-4eda-957f-b13a24d703a3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e4fd9e9d-b9a8-4889-988a-4125e3b5ac5d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 854/1597] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:42 2026] GET /v2.0/security-groups?tenant_id=fdc6ab2c817a428b9ef580a189b4e379&name=default => generated 2925 bytes in 543 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:43.322 8 INFO neutron.db.ovn_revision_numbers_db [None req-d2e85cba-1528-4105-9f78-d914a72d8e7b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource e6801bb8-738e-4be2-96c5-924b138670eb (type: security_groups) to 1 2026-05-17 02:23:43.333 8 INFO neutron.db.ovn_revision_numbers_db [None req-d2e85cba-1528-4105-9f78-d914a72d8e7b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 6b453761-6ea1-4463-8492-3f2c6fa487c8 (type: security_group_rules) to 0 2026-05-17 02:23:43.344 8 INFO neutron.db.ovn_revision_numbers_db [None req-d2e85cba-1528-4105-9f78-d914a72d8e7b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 813dff09-21c8-4bb2-81a5-4ca5aee8b19c (type: security_group_rules) to 0 2026-05-17 02:23:43.355 8 INFO neutron.db.ovn_revision_numbers_db [None req-d2e85cba-1528-4105-9f78-d914a72d8e7b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 81af73d0-d4d0-46d7-9150-d3a374ad1f9b (type: security_group_rules) to 0 2026-05-17 02:23:43.370 8 INFO neutron.db.ovn_revision_numbers_db [None req-d2e85cba-1528-4105-9f78-d914a72d8e7b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource c8b65f25-104b-4ea6-aa84-5525f957e569 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 744/1598] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:23:42 2026] PUT /v2.0/routers/2c79180d-59d7-4a96-9cba-adaa50f87f56/remove_router_interface => generated 310 bytes in 687 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: 745/1599] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:43 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:43.455 8 INFO neutron.db.segments_db [None req-d2e85cba-1528-4105-9f78-d914a72d8e7b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Added segment 970660b3-b8c7-4da2-abf4-a3b0410e882b of type geneve for network 5d8456d3-f894-41c7-917a-537395cb62d9 2026-05-17 02:23:43.574 8 INFO neutron.db.ovn_revision_numbers_db [None req-d2e85cba-1528-4105-9f78-d914a72d8e7b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 5d8456d3-f894-41c7-917a-537395cb62d9 (type: networks) to 1 [pid: 7|app: 0|req: 746/1600] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:43 2026] DELETE /v2.0/security-groups/2591fd01-7cdd-4a1c-8a8b-b58714e1ae6c => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1601] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:23:43 2026] GET /v2.0/ports?device_id=2c79180d-59d7-4a96-9cba-adaa50f87f56 => 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: 748/1602] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:43 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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-17 02:23:43.741 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d2e85cba-1528-4105-9f78-d914a72d8e7b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:23:43.743 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d2e85cba-1528-4105-9f78-d914a72d8e7b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network 5d8456d3-f894-41c7-917a-537395cb62d9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:43.818 8 INFO neutron.db.ovn_revision_numbers_db [None req-d2e85cba-1528-4105-9f78-d914a72d8e7b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource fea591fc-96aa-4f22-a1ff-1e97778cb8c9 (type: ports) to 1 [pid: 8|app: 0|req: 855/1603] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:43 2026] POST /v2.0/networks => generated 668 bytes in 697 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1604] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:43 2026] DELETE /v2.0/routers/2c79180d-59d7-4a96-9cba-adaa50f87f56 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:43.935 8 INFO neutron.db.segments_db [None req-7a6e590e-db23-49f9-a399-f13526b26dbc ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Added segment be10bfa4-85ff-4f00-af2e-8d02fe954b79 of type geneve for network 97996af5-9dff-4914-af49-eca776ee73a8 2026-05-17 02:23:44.044 8 INFO neutron.db.ovn_revision_numbers_db [None req-7a6e590e-db23-49f9-a399-f13526b26dbc ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 97996af5-9dff-4914-af49-eca776ee73a8 (type: networks) to 1 [pid: 7|app: 0|req: 750/1605] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:43 2026] DELETE /v2.0/subnets/1ef3c52f-4240-47c8-abf5-03491eb56940 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:44.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-2513087c-5cce-4fdd-835c-fdecee6ef793 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] TaaS: Handle Delete Port: a099c2e1-0e9c-4ea7-a916-73d13ffd8766 2026-05-17 02:23:44.183 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2513087c-5cce-4fdd-835c-fdecee6ef793 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Tap Mirror: Handle Delete Port: a099c2e1-0e9c-4ea7-a916-73d13ffd8766 2026-05-17 02:23:44.207 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7a6e590e-db23-49f9-a399-f13526b26dbc ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:23:44.208 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7a6e590e-db23-49f9-a399-f13526b26dbc ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network 97996af5-9dff-4914-af49-eca776ee73a8: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:44.257 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-81899a08-b9a6-4c3a-9189-2a96bdb2ec50 - - - - - -] OVN reports status down for port: 8f24bc83-e435-4e57-b1f7-4f7c2bce69c5 2026-05-17 02:23:44.325 8 INFO neutron.db.ovn_revision_numbers_db [None req-7a6e590e-db23-49f9-a399-f13526b26dbc ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 8f24bc83-e435-4e57-b1f7-4f7c2bce69c5 (type: ports) to 1 [pid: 8|app: 0|req: 856/1606] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:43 2026] POST /v2.0/networks => generated 667 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:44.403 7 INFO neutron.services.segments.plugin [-] Segment c683496a-7b5d-432c-902a-2edba17f435e resource provider aggregate not found 2026-05-17 02:23:44.407 7 INFO neutron.services.segments.plugin [-] Segment c683496a-7b5d-432c-902a-2edba17f435e resource provider aggregate not found 2026-05-17 02:23:44.428 7 INFO neutron.services.segments.plugin [-] Segment c683496a-7b5d-432c-902a-2edba17f435e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c683496a-7b5d-432c-902a-2edba17f435e found for delete ", "request_id": "req-1b14990c-3162-47b2-893a-b102cef7c728"}]} 2026-05-17 02:23:44.430 7 INFO neutron.services.segments.plugin [-] Segment c683496a-7b5d-432c-902a-2edba17f435e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c683496a-7b5d-432c-902a-2edba17f435e found for delete ", "request_id": "req-5a9a12ff-82c3-4f67-a113-6f72cf5c568a"}]} [pid: 7|app: 0|req: 751/1607] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:44 2026] DELETE /v2.0/networks/10f19555-c669-421e-aef8-2d4efad25bb4 => generated 0 bytes in 383 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:44.565 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b46bce89-d2b4-4c83-8c20-1573caebb732 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:23:44.566 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b46bce89-d2b4-4c83-8c20-1573caebb732 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network 5d8456d3-f894-41c7-917a-537395cb62d9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:44.917 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-42ee4d15-008f-4e96-82b7-944ffe061fab 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] No more DHCP agents 2026-05-17 02:23:44.918 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-42ee4d15-008f-4e96-82b7-944ffe061fab 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:45.114 8 INFO neutron.db.ovn_revision_numbers_db [None req-b46bce89-d2b4-4c83-8c20-1573caebb732 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource fea591fc-96aa-4f22-a1ff-1e97778cb8c9 (type: ports) to 2 2026-05-17 02:23:45.115 7 INFO neutron.db.ovn_revision_numbers_db [None req-42ee4d15-008f-4e96-82b7-944ffe061fab 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 528bb828-2109-4555-ac9a-bde64749a15f (type: ports) to 1 2026-05-17 02:23:45.139 8 INFO neutron.db.ovn_revision_numbers_db [None req-b46bce89-d2b4-4c83-8c20-1573caebb732 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource dee062fb-2bea-4b15-b1ca-1418c27b6b3d (type: subnets) to 0 [pid: 8|app: 0|req: 857/1608] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:44 2026] POST /v2.0/subnets => generated 626 bytes in 782 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1609] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:45 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:45.422 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-78e6b935-c821-484d-aa2f-8600ba0d7d2d ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:23:45.423 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-78e6b935-c821-484d-aa2f-8600ba0d7d2d ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network 97996af5-9dff-4914-af49-eca776ee73a8: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:45.861 7 INFO neutron.db.ovn_revision_numbers_db [None req-42ee4d15-008f-4e96-82b7-944ffe061fab 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource 528bb828-2109-4555-ac9a-bde64749a15f (type: router_ports) to 1 2026-05-17 02:23:45.914 8 INFO neutron.db.ovn_revision_numbers_db [None req-78e6b935-c821-484d-aa2f-8600ba0d7d2d ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 8f24bc83-e435-4e57-b1f7-4f7c2bce69c5 (type: ports) to 2 2026-05-17 02:23:45.950 7 INFO neutron.db.ovn_revision_numbers_db [None req-42ee4d15-008f-4e96-82b7-944ffe061fab 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource b4b62c85-5d6e-4aa2-850b-3ef5487db311 (type: routers) to 2 2026-05-17 02:23:45.950 8 INFO neutron.db.ovn_revision_numbers_db [None req-78e6b935-c821-484d-aa2f-8600ba0d7d2d ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 502913b6-295c-435e-9fdc-f5a5a0ed59c2 (type: subnets) to 0 [pid: 8|app: 0|req: 859/1610] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:45 2026] POST /v2.0/subnets => generated 626 bytes in 739 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1611] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:44 2026] POST /v2.0/routers => generated 972 bytes in 1534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1612] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:45 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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-17 02:23:46.140 8 INFO neutron.db.ovn_revision_numbers_db [None req-8ab73963-a775-44ef-b338-8388661758f0 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 7f62b8d2-dee7-4213-90d3-e38325b933b1 (type: routers) to 1 [pid: 8|app: 0|req: 861/1613] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:45 2026] POST /v2.0/routers => generated 623 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:46.195 7 WARNING neutron.db.securitygroups_db [None req-307f4071-24bd-4dff-a359-823a69319a6d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 862/1614] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:23:46 2026] GET /v2.0/routers/b4b62c85-5d6e-4aa2-850b-3ef5487db311 => generated 978 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:46.321 7 INFO neutron.db.ovn_revision_numbers_db [None req-307f4071-24bd-4dff-a359-823a69319a6d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3e53ce30-a4bf-4382-95b3-e1b5aa863b30 (type: security_groups) to 1 2026-05-17 02:23:46.336 7 INFO neutron.db.ovn_revision_numbers_db [None req-307f4071-24bd-4dff-a359-823a69319a6d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3061df8e-d1f0-4cc6-a5c0-87b3db815c90 (type: security_group_rules) to 0 2026-05-17 02:23:46.352 7 INFO neutron.db.ovn_revision_numbers_db [None req-307f4071-24bd-4dff-a359-823a69319a6d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource bfdd1774-abac-4624-8cf0-e6bb21aabf50 (type: security_group_rules) to 0 2026-05-17 02:23:46.366 7 INFO neutron.db.ovn_revision_numbers_db [None req-307f4071-24bd-4dff-a359-823a69319a6d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ece91290-1eee-483f-9588-d5cc8a71212e (type: security_group_rules) to 0 2026-05-17 02:23:46.380 7 INFO neutron.db.ovn_revision_numbers_db [None req-307f4071-24bd-4dff-a359-823a69319a6d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fd4eb2b1-947c-4212-aa88-3addf03ed199 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 753/1615] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:45 2026] GET /v2.0/security-groups?tenant_id=44d9903ab50c4b78aaa91f17ecf6f150&name=default => generated 2925 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1616] 10.0.0.197 () {32 vars in 646 bytes} [Sun May 17 02:23:46 2026] GET /v2.0/routers => generated 981 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:46.556 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e3714291-aa40-46fb-9ae7-82a6ff8027a1 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:23:46.557 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e3714291-aa40-46fb-9ae7-82a6ff8027a1 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network 5d8456d3-f894-41c7-917a-537395cb62d9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:46.655 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-81899a08-b9a6-4c3a-9189-2a96bdb2ec50 - - - - - -] OVN reports status down for port: 1706e3d5-42e7-4a53-bd29-48afc7eafffa [pid: 7|app: 0|req: 755/1617] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:46 2026] DELETE /v2.0/security-groups/3e53ce30-a4bf-4382-95b3-e1b5aa863b30 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:46.728 8 INFO neutron.db.ovn_revision_numbers_db [None req-e3714291-aa40-46fb-9ae7-82a6ff8027a1 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 1706e3d5-42e7-4a53-bd29-48afc7eafffa (type: ports) to 1 2026-05-17 02:23:47.100 7 INFO neutron.db.ovn_revision_numbers_db [None req-b3efd82e-a911-493e-bc7f-ee9301b29455 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Successfully bumped revision number for resource b4b62c85-5d6e-4aa2-850b-3ef5487db311 (type: routers) to 3 [pid: 7|app: 0|req: 756/1618] 10.0.0.197 () {34 vars in 740 bytes} [Sun May 17 02:23:46 2026] PUT /v2.0/routers/b4b62c85-5d6e-4aa2-850b-3ef5487db311 => generated 985 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1619] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:47 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:47.238 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-81899a08-b9a6-4c3a-9189-2a96bdb2ec50 - - - - - -] OVN reports status up for port: 1706e3d5-42e7-4a53-bd29-48afc7eafffa [pid: 7|app: 0|req: 758/1620] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:23:47 2026] GET /v2.0/routers/b4b62c85-5d6e-4aa2-850b-3ef5487db311 => generated 985 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:47.262 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-e4341984-48e6-49d8-ad06-18b460ab9fd5 - - - - - -] No port found with ID 5c7205cf-eba8-444a-a837-bc0a454972d8: RuntimeError: No port found with ID 5c7205cf-eba8-444a-a837-bc0a454972d8 2026-05-17 02:23:47.275 8 INFO neutron.plugins.ml2.plugin [None req-81899a08-b9a6-4c3a-9189-2a96bdb2ec50 - - - - - -] Attempt 1 to provision port 1706e3d5-42e7-4a53-bd29-48afc7eafffa 2026-05-17 02:23:47.289 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e4341984-48e6-49d8-ad06-18b460ab9fd5 - - - - - -] OVN reports status down for port: bb3a762d-d8e6-4211-8336-f9200b7056d2 [pid: 7|app: 0|req: 759/1621] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:47 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&fields=id&fields=name => generated 113 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1622] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:23:47 2026] GET /v2.0/ports?device_id=b4b62c85-5d6e-4aa2-850b-3ef5487db311 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:23:47.385 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e3714291-aa40-46fb-9ae7-82a6ff8027a1 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:23:47.390 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e3714291-aa40-46fb-9ae7-82a6ff8027a1 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network 5d8456d3-f894-41c7-917a-537395cb62d9: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:47.542 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8ecabf7-8209-4460-8459-adfb333283f8'] response: {'server_uuid': '6cc2551b-7b27-43be-9f5b-0b9621d38de2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'bb3a762d-d8e6-4211-8336-f9200b7056d2', 'code': 200} 2026-05-17 02:23:47.837 8 INFO neutron.db.ovn_revision_numbers_db [None req-e3714291-aa40-46fb-9ae7-82a6ff8027a1 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 1706e3d5-42e7-4a53-bd29-48afc7eafffa (type: router_ports) to 1 [pid: 8|app: 0|req: 863/1623] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:23:46 2026] PUT /v2.0/routers/7f62b8d2-dee7-4213-90d3-e38325b933b1/add_router_interface => generated 310 bytes in 1624 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:47.922 7 INFO neutron.db.ovn_revision_numbers_db [None req-e4341984-48e6-49d8-ad06-18b460ab9fd5 - - - - - -] Successfully bumped revision number for resource bb3a762d-d8e6-4211-8336-f9200b7056d2 (type: ports) to 6 [pid: 8|app: 0|req: 864/1624] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:47 2026] GET /v2.0/ports/1706e3d5-42e7-4a53-bd29-48afc7eafffa => generated 943 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:47.997 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7c8ab5d8-bdc2-48c1-b68a-dd577e1b986c - - - - - -] Logical_Switch_Port bb3a762d-d8e6-4211-8336-f9200b7056d2 host information not removed, the port state is up 2026-05-17 02:23:47.997 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7c8ab5d8-bdc2-48c1-b68a-dd577e1b986c - - - - - -] OVN reports status down for port: fea591fc-96aa-4f22-a1ff-1e97778cb8c9 2026-05-17 02:23:48.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-0fd8d08b-49d0-4a3c-b56a-222a2bf523e0 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] TaaS: Handle Delete Port: 528bb828-2109-4555-ac9a-bde64749a15f 2026-05-17 02:23:48.060 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fd8d08b-49d0-4a3c-b56a-222a2bf523e0 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] Tap Mirror: Handle Delete Port: 528bb828-2109-4555-ac9a-bde64749a15f 2026-05-17 02:23:48.075 8 INFO neutron.db.ovn_revision_numbers_db [None req-81899a08-b9a6-4c3a-9189-2a96bdb2ec50 - - - - - -] Successfully bumped revision number for resource 1706e3d5-42e7-4a53-bd29-48afc7eafffa (type: ports) to 2 2026-05-17 02:23:48.116 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7c8ab5d8-bdc2-48c1-b68a-dd577e1b986c - - - - - -] OVN reports status down for port: 528bb828-2109-4555-ac9a-bde64749a15f 2026-05-17 02:23:48.229 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7c8ab5d8-bdc2-48c1-b68a-dd577e1b986c - - - - - -] Logical_Switch_Port 528bb828-2109-4555-ac9a-bde64749a15f host information not removed, the port state is up 2026-05-17 02:23:48.232 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7c8ab5d8-bdc2-48c1-b68a-dd577e1b986c - - - - - -] OVN reports status up for port: bb3a762d-d8e6-4211-8336-f9200b7056d2 2026-05-17 02:23:48.256 7 INFO neutron.plugins.ml2.plugin [None req-7c8ab5d8-bdc2-48c1-b68a-dd577e1b986c - - - - - -] Attempt 1 to provision port bb3a762d-d8e6-4211-8336-f9200b7056d2 2026-05-17 02:23:48.598 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4b525044-8520-4da9-b1f4-ae77609fca0e ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:23:48.600 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4b525044-8520-4da9-b1f4-ae77609fca0e ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network 97996af5-9dff-4914-af49-eca776ee73a8: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 761/1625] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:47 2026] DELETE /v2.0/routers/b4b62c85-5d6e-4aa2-850b-3ef5487db311 => generated 0 bytes in 1311 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-17 02:23:48.763 7 INFO neutron.db.ovn_revision_numbers_db [None req-7c8ab5d8-bdc2-48c1-b68a-dd577e1b986c - - - - - -] Successfully bumped revision number for resource bb3a762d-d8e6-4211-8336-f9200b7056d2 (type: ports) to 7 2026-05-17 02:23:48.772 8 INFO neutron.db.ovn_revision_numbers_db [None req-4b525044-8520-4da9-b1f4-ae77609fca0e ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 0d75169e-d8ae-4ed0-8f11-77665f8105ce (type: ports) to 1 [pid: 7|app: 0|req: 762/1626] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:23:48 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 975 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1627] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:23:48 2026] GET /v2.0/ports?device_id=b4b62c85-5d6e-4aa2-850b-3ef5487db311 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-17 02:23:48.925 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df0059dd-49d7-4100-a76e-7798bdf90779 - - - - - -] OVN reports status up for port: 528bb828-2109-4555-ac9a-bde64749a15f [pid: 7|app: 0|req: 764/1628] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:23:48 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&fields=id&fields=name => generated 113 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:48.970 7 INFO neutron.api.v2.resource [None req-423a461b-6a07-4463-a980-cb1cefd505d1 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 765/1629] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:48 2026] DELETE /v2.0/routers/b4b62c85-5d6e-4aa2-850b-3ef5487db311 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1630] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:23:48 2026] GET /v2.0/ports?device_id=2c79180d-59d7-4a96-9cba-adaa50f87f56 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:23:49.028 7 INFO neutron.api.v2.resource [None req-c7df4514-95d4-4f23-a8bd-7eb3fd810a24 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 767/1631] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:49 2026] DELETE /v2.0/routers/2c79180d-59d7-4a96-9cba-adaa50f87f56 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:49.048 7 INFO neutron.pecan_wsgi.hooks.translation [None req-96144894-1d3b-4e44-b576-906edbf27771 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 768/1632] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:49 2026] DELETE /v2.0/subnets/1ef3c52f-4240-47c8-abf5-03491eb56940 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1633] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:23:49 2026] GET /v2.0/ports?device_id=4e50ebce-1769-49b0-8767-ad08ee7a9d97 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:23:49.094 7 INFO neutron.api.v2.resource [None req-10a6e1c7-3634-466e-b3cb-80c7d6c86494 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 770/1634] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:49 2026] DELETE /v2.0/routers/4e50ebce-1769-49b0-8767-ad08ee7a9d97 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:49.113 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cc6c6ad9-8ba8-4f84-9a76-184767af3e46 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 771/1635] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:49 2026] DELETE /v2.0/subnets/2b1933fe-5052-4df9-85fd-18bf24a48098 => 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: 772/1636] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:23:49 2026] GET /v2.0/ports?device_id=8abcf255-b5e8-46fd-9c94-71deba069e52 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:23:49.174 7 INFO neutron.api.v2.resource [None req-074777ea-4d2f-47df-b784-7cba38fba420 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 773/1637] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:49 2026] DELETE /v2.0/routers/8abcf255-b5e8-46fd-9c94-71deba069e52 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:49.191 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7f4710d-3655-490c-ac50-4d88747a59c6 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 774/1638] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:49 2026] DELETE /v2.0/subnets/05c9483b-0a94-4e61-be0e-f13de5a1dba3 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:49.214 7 INFO neutron.pecan_wsgi.hooks.translation [None req-537dd738-b5a4-4436-bfc4-39f3a2c1a2e2 6a2ab2ce0ca44812b8b74b883dc749cd 3e11d7484af74d14a7168429ee7f9e61 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 775/1639] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:49 2026] DELETE /v2.0/subnets/67af2f13-70dd-4b81-bb4b-87e8ee8fe7fe => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:23:49.451 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4b525044-8520-4da9-b1f4-ae77609fca0e ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:23:49.454 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4b525044-8520-4da9-b1f4-ae77609fca0e ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network 97996af5-9dff-4914-af49-eca776ee73a8: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:49.594 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9793a6a8-8ec8-46a5-9016-501c1e9ee5db'] response: {'server_uuid': '6cc2551b-7b27-43be-9f5b-0b9621d38de2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'bb3a762d-d8e6-4211-8336-f9200b7056d2', 'code': 200} 2026-05-17 02:23:49.594 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9793a6a8-8ec8-46a5-9016-501c1e9ee5db'] response: {'server_uuid': '6cc2551b-7b27-43be-9f5b-0b9621d38de2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bb3a762d-d8e6-4211-8336-f9200b7056d2', 'code': 200} 2026-05-17 02:23:49.594 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9793a6a8-8ec8-46a5-9016-501c1e9ee5db'] response: {'server_uuid': '6cc2551b-7b27-43be-9f5b-0b9621d38de2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'bb3a762d-d8e6-4211-8336-f9200b7056d2', 'code': 200} 2026-05-17 02:23:49.715 8 INFO neutron.db.ovn_revision_numbers_db [None req-4b525044-8520-4da9-b1f4-ae77609fca0e ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 0d75169e-d8ae-4ed0-8f11-77665f8105ce (type: router_ports) to 1 [pid: 8|app: 0|req: 865/1640] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:23:47 2026] PUT /v2.0/routers/7f62b8d2-dee7-4213-90d3-e38325b933b1/add_router_interface => generated 310 bytes in 1729 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1641] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:49 2026] GET /v2.0/ports/0d75169e-d8ae-4ed0-8f11-77665f8105ce => generated 941 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1642] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:49 2026] GET /v2.0/ports/0d75169e-d8ae-4ed0-8f11-77665f8105ce => generated 941 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:49.938 8 WARNING neutron.db.securitygroups_db [None req-6a3235a8-a862-4556-97b6-8355e249433e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 866/1643] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:49 2026] GET /v2.0/security-groups?tenant_id=3e11d7484af74d14a7168429ee7f9e61&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1644] 10.0.0.175 () {32 vars in 801 bytes} [Sun May 17 02:23:49 2026] GET /v2.0/extensions => generated 21706 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1645] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:49 2026] DELETE /v2.0/security-groups/4885cf39-4e54-4b0b-af15-a5415a2d6891 => 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: 779/1648] 10.0.0.175 () {32 vars in 862 bytes} [Sun May 17 02:23:50 2026] GET /v2.0/quotas/b9bf1493ee064a63b9206eb5378cdfd5/details => generated 847 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1649] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:50 2026] GET /v2.0/ports/0d75169e-d8ae-4ed0-8f11-77665f8105ce => generated 941 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1650] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:51 2026] GET /v2.0/ports/0d75169e-d8ae-4ed0-8f11-77665f8105ce => generated 941 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:52.685 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-72c46a72-9b26-4f8b-b531-bbb112255de2 - - - - - -] No hosting information found for port 1706e3d5-42e7-4a53-bd29-48afc7eafffa: RuntimeError: No hosting information found for port 1706e3d5-42e7-4a53-bd29-48afc7eafffa 2026-05-17 02:23:52.759 8 INFO neutron.db.ovn_revision_numbers_db [None req-72c46a72-9b26-4f8b-b531-bbb112255de2 - - - - - -] Successfully bumped revision number for resource 1706e3d5-42e7-4a53-bd29-48afc7eafffa (type: router_ports) to 2 2026-05-17 02:23:52.798 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-72c46a72-9b26-4f8b-b531-bbb112255de2 - - - - - -] OVN reports status down for port: 0d75169e-d8ae-4ed0-8f11-77665f8105ce 2026-05-17 02:23:52.895 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-72c46a72-9b26-4f8b-b531-bbb112255de2 - - - - - -] Logical_Switch_Port 0d75169e-d8ae-4ed0-8f11-77665f8105ce host information not removed, the port state is up 2026-05-17 02:23:52.895 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-72c46a72-9b26-4f8b-b531-bbb112255de2 - - - - - -] OVN reports status up for port: 0d75169e-d8ae-4ed0-8f11-77665f8105ce 2026-05-17 02:23:52.906 8 INFO neutron.plugins.ml2.plugin [None req-72c46a72-9b26-4f8b-b531-bbb112255de2 - - - - - -] Attempt 1 to provision port 0d75169e-d8ae-4ed0-8f11-77665f8105ce [pid: 8|app: 0|req: 871/1651] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:53 2026] GET /v2.0/ports/0d75169e-d8ae-4ed0-8f11-77665f8105ce => generated 941 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:53.343 8 INFO neutron.db.ovn_revision_numbers_db [None req-72c46a72-9b26-4f8b-b531-bbb112255de2 - - - - - -] Successfully bumped revision number for resource 0d75169e-d8ae-4ed0-8f11-77665f8105ce (type: ports) to 2 [pid: 7|app: 0|req: 781/1652] 10.0.0.175 () {32 vars in 801 bytes} [Sun May 17 02:23:53 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-17 02:23:53.622 8 WARNING neutron.db.securitygroups_db [None req-8a4861d9-d2cc-455e-97fd-bcca14097c48 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 782/1653] 10.0.0.175 () {32 vars in 862 bytes} [Sun May 17 02:23:53 2026] GET /v2.0/quotas/b9bf1493ee064a63b9206eb5378cdfd5/details => generated 847 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:53.728 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a4861d9-d2cc-455e-97fd-bcca14097c48 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3ff92c0d-5a6a-4d02-8df9-b95545b085e9 (type: security_groups) to 1 2026-05-17 02:23:53.739 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a4861d9-d2cc-455e-97fd-bcca14097c48 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5f8cb425-6b70-4a6a-8864-0ecab149ad2c (type: security_group_rules) to 0 2026-05-17 02:23:53.751 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a4861d9-d2cc-455e-97fd-bcca14097c48 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 690feacb-e47a-4f71-8e8d-7ade3bd1a26f (type: security_group_rules) to 0 2026-05-17 02:23:53.762 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a4861d9-d2cc-455e-97fd-bcca14097c48 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 83a0f0e7-563c-4fac-9d5c-a1008b9ffe5e (type: security_group_rules) to 0 2026-05-17 02:23:53.772 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a4861d9-d2cc-455e-97fd-bcca14097c48 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f3d55ba7-1ad5-48ea-b27d-1105d4d39b1a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 872/1654] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:53 2026] GET /v2.0/security-groups?tenant_id=0990f04ec2e14521ba0234208dea2fd7&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1655] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:53 2026] DELETE /v2.0/security-groups/3ff92c0d-5a6a-4d02-8df9-b95545b085e9 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1656] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:54 2026] GET /v2.0/ports/0d75169e-d8ae-4ed0-8f11-77665f8105ce => generated 943 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:23:54.448 7 INFO neutron_taas.services.taas.taas_plugin [None req-73d3558e-a807-4ad0-a1cd-b007852be484 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] TaaS: Handle Delete Port: 0d75169e-d8ae-4ed0-8f11-77665f8105ce 2026-05-17 02:23:54.452 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73d3558e-a807-4ad0-a1cd-b007852be484 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Tap Mirror: Handle Delete Port: 0d75169e-d8ae-4ed0-8f11-77665f8105ce [pid: 7|app: 0|req: 784/1657] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:23:54 2026] PUT /v2.0/routers/7f62b8d2-dee7-4213-90d3-e38325b933b1/remove_router_interface => generated 310 bytes in 686 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1658] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:23:54 2026] GET /v2.0/ports/1706e3d5-42e7-4a53-bd29-48afc7eafffa => 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-17 02:23:55.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4cac7c4-e571-48ec-a099-4306afe3d54d ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] TaaS: Handle Delete Port: 1706e3d5-42e7-4a53-bd29-48afc7eafffa 2026-05-17 02:23:55.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4cac7c4-e571-48ec-a099-4306afe3d54d ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Tap Mirror: Handle Delete Port: 1706e3d5-42e7-4a53-bd29-48afc7eafffa [pid: 7|app: 0|req: 785/1659] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:23:54 2026] PUT /v2.0/routers/7f62b8d2-dee7-4213-90d3-e38325b933b1/remove_router_interface => generated 310 bytes in 698 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1660] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:23:55 2026] GET /v2.0/ports?device_id=7f62b8d2-dee7-4213-90d3-e38325b933b1 => 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: 786/1661] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:55 2026] DELETE /v2.0/routers/7f62b8d2-dee7-4213-90d3-e38325b933b1 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1662] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:55 2026] DELETE /v2.0/subnets/502913b6-295c-435e-9fdc-f5a5a0ed59c2 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1663] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:23:56 2026] DELETE /v2.0/subnets/dee062fb-2bea-4b15-b1ca-1418c27b6b3d => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:56.407 8 INFO neutron_taas.services.taas.taas_plugin [None req-eecacd25-b308-4bbb-9906-a3093a2e2c12 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] TaaS: Handle Delete Port: 8f24bc83-e435-4e57-b1f7-4f7c2bce69c5 2026-05-17 02:23:56.410 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eecacd25-b308-4bbb-9906-a3093a2e2c12 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Tap Mirror: Handle Delete Port: 8f24bc83-e435-4e57-b1f7-4f7c2bce69c5 2026-05-17 02:23:56.602 8 INFO neutron.services.segments.plugin [-] Segment be10bfa4-85ff-4f00-af2e-8d02fe954b79 resource provider aggregate not found 2026-05-17 02:23:56.607 8 INFO neutron.services.segments.plugin [-] Segment be10bfa4-85ff-4f00-af2e-8d02fe954b79 resource provider aggregate not found 2026-05-17 02:23:56.623 8 INFO neutron.services.segments.plugin [-] Segment be10bfa4-85ff-4f00-af2e-8d02fe954b79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be10bfa4-85ff-4f00-af2e-8d02fe954b79 found for delete ", "request_id": "req-487790fd-df4c-41d5-ae2a-8ab9b8ab0f22"}]} 2026-05-17 02:23:56.630 8 INFO neutron.services.segments.plugin [-] Segment be10bfa4-85ff-4f00-af2e-8d02fe954b79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be10bfa4-85ff-4f00-af2e-8d02fe954b79 found for delete ", "request_id": "req-f9e3d0b6-5c57-49b7-9e00-747c024bf99d"}]} [pid: 8|app: 0|req: 877/1664] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:56 2026] DELETE /v2.0/networks/97996af5-9dff-4914-af49-eca776ee73a8 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:56.786 7 INFO neutron_taas.services.taas.taas_plugin [None req-070ae3ba-dee7-42ad-b2c7-fe9cf3eb97e8 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] TaaS: Handle Delete Port: fea591fc-96aa-4f22-a1ff-1e97778cb8c9 2026-05-17 02:23:56.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-070ae3ba-dee7-42ad-b2c7-fe9cf3eb97e8 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Tap Mirror: Handle Delete Port: fea591fc-96aa-4f22-a1ff-1e97778cb8c9 2026-05-17 02:23:57.016 7 INFO neutron.services.segments.plugin [-] Segment 970660b3-b8c7-4da2-abf4-a3b0410e882b resource provider aggregate not found 2026-05-17 02:23:57.027 7 INFO neutron.services.segments.plugin [-] Segment 970660b3-b8c7-4da2-abf4-a3b0410e882b resource provider aggregate not found 2026-05-17 02:23:57.044 7 INFO neutron.services.segments.plugin [-] Segment 970660b3-b8c7-4da2-abf4-a3b0410e882b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 970660b3-b8c7-4da2-abf4-a3b0410e882b found for delete ", "request_id": "req-27ad2bd8-5b08-437b-a110-96fbb3308ad9"}]} 2026-05-17 02:23:57.049 7 INFO neutron.services.segments.plugin [-] Segment 970660b3-b8c7-4da2-abf4-a3b0410e882b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 970660b3-b8c7-4da2-abf4-a3b0410e882b found for delete ", "request_id": "req-d9bb965d-5b42-46d5-b6f5-1ec5ede9250c"}]} [pid: 7|app: 0|req: 788/1665] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:23:56 2026] DELETE /v2.0/networks/5d8456d3-f894-41c7-917a-537395cb62d9 => generated 0 bytes in 423 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:23:57.092 8 WARNING neutron.db.securitygroups_db [None req-92b40abe-ef21-438b-9c77-aeecb078041b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:23:57.184 7 INFO neutron.db.segments_db [None req-c136e1b8-aa86-469b-9a4d-0c83141202d6 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Added segment 52ab4daf-276b-481e-b616-18c722cf44a9 of type geneve for network 1636c8d9-145b-44a4-883f-2430d3ec5bc4 2026-05-17 02:23:57.223 8 INFO neutron.db.ovn_revision_numbers_db [None req-92b40abe-ef21-438b-9c77-aeecb078041b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e0fd7699-bae1-4c42-94a3-89de702630f4 (type: security_groups) to 1 2026-05-17 02:23:57.236 8 INFO neutron.db.ovn_revision_numbers_db [None req-92b40abe-ef21-438b-9c77-aeecb078041b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 38f00ec1-69fa-4b93-a6c9-2ef20a93b1a1 (type: security_group_rules) to 0 2026-05-17 02:23:57.247 8 INFO neutron.db.ovn_revision_numbers_db [None req-92b40abe-ef21-438b-9c77-aeecb078041b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7e7ab1ed-e085-4cdd-bd37-7d0e2f499d65 (type: security_group_rules) to 0 2026-05-17 02:23:57.257 8 INFO neutron.db.ovn_revision_numbers_db [None req-92b40abe-ef21-438b-9c77-aeecb078041b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b68dba39-91ea-4998-b4ee-c9c6f1aeae14 (type: security_group_rules) to 0 2026-05-17 02:23:57.267 8 INFO neutron.db.ovn_revision_numbers_db [None req-92b40abe-ef21-438b-9c77-aeecb078041b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ff2c4f2a-1df0-4964-af00-08f57e39c343 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 878/1666] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:23:56 2026] GET /v2.0/security-groups?tenant_id=b9bf1493ee064a63b9206eb5378cdfd5&name=default => generated 2925 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:57.321 7 INFO neutron.db.ovn_revision_numbers_db [None req-c136e1b8-aa86-469b-9a4d-0c83141202d6 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 1636c8d9-145b-44a4-883f-2430d3ec5bc4 (type: networks) to 1 2026-05-17 02:23:57.510 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c136e1b8-aa86-469b-9a4d-0c83141202d6 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:23:57.511 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c136e1b8-aa86-469b-9a4d-0c83141202d6 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network 1636c8d9-145b-44a4-883f-2430d3ec5bc4: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 879/1667] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:23:57 2026] DELETE /v2.0/security-groups/e0fd7699-bae1-4c42-94a3-89de702630f4 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:23:57.575 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df0059dd-49d7-4100-a76e-7798bdf90779 - - - - - -] OVN reports status down for port: 49a7452b-a04f-4da9-a593-502200ac65df 2026-05-17 02:23:57.637 7 INFO neutron.db.ovn_revision_numbers_db [None req-c136e1b8-aa86-469b-9a4d-0c83141202d6 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 49a7452b-a04f-4da9-a593-502200ac65df (type: ports) to 1 [pid: 7|app: 0|req: 789/1668] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:57 2026] POST /v2.0/networks => generated 668 bytes in 608 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:57.923 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cbea4b3d-e30b-4fd1-8f13-3c6528cc0140 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:23:57.924 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cbea4b3d-e30b-4fd1-8f13-3c6528cc0140 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network 1636c8d9-145b-44a4-883f-2430d3ec5bc4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:58.417 8 INFO neutron.db.ovn_revision_numbers_db [None req-cbea4b3d-e30b-4fd1-8f13-3c6528cc0140 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 49a7452b-a04f-4da9-a593-502200ac65df (type: ports) to 2 2026-05-17 02:23:58.556 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b694510-ee76-4932-8b36-de54cc48e289 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource 7fbfa422-6f23-4f60-a8b5-1ca4aa98eb55 (type: security_groups) to 1 2026-05-17 02:23:58.569 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b694510-ee76-4932-8b36-de54cc48e289 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource 23e82434-ddfd-431a-bb26-4cab62ea7dc3 (type: security_group_rules) to 0 2026-05-17 02:23:58.583 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b694510-ee76-4932-8b36-de54cc48e289 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource 45618d2e-3bb4-45fa-bf98-97383c5e7ce1 (type: security_group_rules) to 0 2026-05-17 02:23:58.595 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b694510-ee76-4932-8b36-de54cc48e289 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource a712f9a3-bcac-41c1-8d63-4d871a923ff8 (type: security_group_rules) to 0 2026-05-17 02:23:58.607 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b694510-ee76-4932-8b36-de54cc48e289 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource e87490be-3f53-46d4-bb90-ae849416a027 (type: security_group_rules) to 0 2026-05-17 02:23:58.699 7 INFO neutron.db.segments_db [None req-7b694510-ee76-4932-8b36-de54cc48e289 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Added segment 0885a201-0df4-485d-9351-13a28e58d6a8 of type geneve for network e316cd46-c2a6-4868-b3be-0a1554488755 2026-05-17 02:23:58.811 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b694510-ee76-4932-8b36-de54cc48e289 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource e316cd46-c2a6-4868-b3be-0a1554488755 (type: networks) to 1 2026-05-17 02:23:58.971 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7b694510-ee76-4932-8b36-de54cc48e289 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] No more DHCP agents 2026-05-17 02:23:58.973 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7b694510-ee76-4932-8b36-de54cc48e289 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Unable to schedule network e316cd46-c2a6-4868-b3be-0a1554488755: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:59.021 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df0059dd-49d7-4100-a76e-7798bdf90779 - - - - - -] OVN reports status down for port: 32c9b891-4131-485d-887c-904b78b3d2e9 2026-05-17 02:23:59.082 7 INFO neutron.db.ovn_revision_numbers_db [None req-7b694510-ee76-4932-8b36-de54cc48e289 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource 32c9b891-4131-485d-887c-904b78b3d2e9 (type: ports) to 1 [pid: 7|app: 0|req: 790/1669] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:58 2026] POST /v2.0/networks => generated 670 bytes in 882 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:23:59.238 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-b5cbeeae-8631-47ae-a656-6139f64e9e21 - - - - - -] No port found with ID 0d75169e-d8ae-4ed0-8f11-77665f8105ce: RuntimeError: No port found with ID 0d75169e-d8ae-4ed0-8f11-77665f8105ce 2026-05-17 02:23:59.253 8 INFO neutron.db.ovn_revision_numbers_db [None req-cbea4b3d-e30b-4fd1-8f13-3c6528cc0140 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 69e6bb91-bd9a-41d5-91b3-8e101d66a5b1 (type: subnets) to 0 [pid: 8|app: 0|req: 880/1670] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:57 2026] POST /v2.0/subnets => generated 626 bytes in 1585 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1671] 10.0.0.240 () {34 vars in 989 bytes} [Sun May 17 02:23:59 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 1236 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:23:59.443 7 INFO neutron.db.ovn_revision_numbers_db [None req-8d2988c4-2c63-4a81-ac4f-941c5618bb09 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 7df14a91-4ff4-4b23-9b0d-e839e0e837b4 (type: routers) to 1 [pid: 7|app: 0|req: 792/1672] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:23:59 2026] POST /v2.0/routers => generated 624 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1673] 10.0.0.240 () {34 vars in 1039 bytes} [Sun May 17 02:23:59 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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-17 02:23:59.545 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ec544f1e-798d-469b-af0f-555ead5795ba ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] No more DHCP agents 2026-05-17 02:23:59.547 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ec544f1e-798d-469b-af0f-555ead5795ba ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Unable to schedule network e316cd46-c2a6-4868-b3be-0a1554488755: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:59.630 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5cbeeae-8631-47ae-a656-6139f64e9e21 - - - - - -] OVN reports status down for port: ed07747b-e990-42ef-b703-7ea5ecfc4a42 2026-05-17 02:23:59.709 8 INFO neutron.db.ovn_revision_numbers_db [None req-ec544f1e-798d-469b-af0f-555ead5795ba ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource ed07747b-e990-42ef-b703-7ea5ecfc4a42 (type: ports) to 1 [pid: 8|app: 0|req: 881/1674] 10.0.0.197 () {34 vars in 663 bytes} [Sun May 17 02:23:59 2026] POST /v2.0/ports => generated 743 bytes in 513 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-17 02:23:59.820 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9f4b8c5e-34e3-4636-8f02-2ed54bc55375 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:23:59.822 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9f4b8c5e-34e3-4636-8f02-2ed54bc55375 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network 1636c8d9-145b-44a4-883f-2430d3ec5bc4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:23:59.886 8 INFO neutron.db.segments_db [None req-90afa182-f5b5-4c22-be1d-999cf8a0e5a2 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Added segment ccea7583-f681-4a91-afb3-a215244692c9 of type geneve for network 2355236b-4a0e-45fb-a5cf-7262efeb28ec 2026-05-17 02:23:59.954 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5cbeeae-8631-47ae-a656-6139f64e9e21 - - - - - -] OVN reports status down for port: a517b968-3cd1-4813-b6e5-236d43132b54 2026-05-17 02:23:59.980 7 INFO neutron.db.ovn_revision_numbers_db [None req-9f4b8c5e-34e3-4636-8f02-2ed54bc55375 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource a517b968-3cd1-4813-b6e5-236d43132b54 (type: ports) to 1 [pid: 7|app: 0|req: 794/1675] 10.0.0.197 () {34 vars in 664 bytes} [Sun May 17 02:23:59 2026] POST /v2.0/ports => generated 947 bytes in 539 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-17 02:24:00.109 8 INFO neutron.db.ovn_revision_numbers_db [None req-90afa182-f5b5-4c22-be1d-999cf8a0e5a2 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource 2355236b-4a0e-45fb-a5cf-7262efeb28ec (type: networks) to 1 2026-05-17 02:24:00.274 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-90afa182-f5b5-4c22-be1d-999cf8a0e5a2 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] No more DHCP agents 2026-05-17 02:24:00.275 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-90afa182-f5b5-4c22-be1d-999cf8a0e5a2 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Unable to schedule network 2355236b-4a0e-45fb-a5cf-7262efeb28ec: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:00.367 8 INFO neutron.db.ovn_revision_numbers_db [None req-90afa182-f5b5-4c22-be1d-999cf8a0e5a2 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource fba450c6-f37d-4c19-828f-d0dc2493f3d0 (type: ports) to 1 2026-05-17 02:24:00.376 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df0059dd-49d7-4100-a76e-7798bdf90779 - - - - - -] OVN reports status down for port: fba450c6-f37d-4c19-828f-d0dc2493f3d0 [pid: 8|app: 0|req: 882/1676] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:23:59 2026] POST /v2.0/networks => generated 670 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:00.640 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-092e08ed-52e2-49df-be69-9c98cf0cdc8a ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] No more DHCP agents 2026-05-17 02:24:00.645 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-092e08ed-52e2-49df-be69-9c98cf0cdc8a ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Unable to schedule network 2355236b-4a0e-45fb-a5cf-7262efeb28ec: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:00.673 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ea42854-e8e8-4d29-a30f-5c96ea49508f ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource a517b968-3cd1-4813-b6e5-236d43132b54 (type: ports) to 2 2026-05-17 02:24:00.681 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-b5cbeeae-8631-47ae-a656-6139f64e9e21 - - - - - -] OVN reports status up for port: a517b968-3cd1-4813-b6e5-236d43132b54 2026-05-17 02:24:00.707 8 INFO neutron.plugins.ml2.plugin [None req-b5cbeeae-8631-47ae-a656-6139f64e9e21 - - - - - -] Attempt 1 to provision port a517b968-3cd1-4813-b6e5-236d43132b54 2026-05-17 02:24:00.787 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df0059dd-49d7-4100-a76e-7798bdf90779 - - - - - -] OVN reports status down for port: 07124b65-f04f-491d-9604-9a93279547a0 2026-05-17 02:24:00.820 8 INFO neutron.db.ovn_revision_numbers_db [None req-092e08ed-52e2-49df-be69-9c98cf0cdc8a ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource 07124b65-f04f-491d-9604-9a93279547a0 (type: ports) to 1 [pid: 8|app: 0|req: 883/1677] 10.0.0.197 () {34 vars in 663 bytes} [Sun May 17 02:24:00 2026] POST /v2.0/ports => generated 743 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-17 02:24:01.173 8 INFO neutron.db.ovn_revision_numbers_db [None req-b5cbeeae-8631-47ae-a656-6139f64e9e21 - - - - - -] Successfully bumped revision number for resource a517b968-3cd1-4813-b6e5-236d43132b54 (type: ports) to 3 2026-05-17 02:24:01.376 8 INFO neutron.db.ovn_revision_numbers_db [None req-04fd4235-6b59-428b-87b2-84be53424301 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 6ffcc76e-e000-4574-89ca-93d43dc7a2b6 (type: security_groups) to 1 2026-05-17 02:24:01.388 8 INFO neutron.db.ovn_revision_numbers_db [None req-04fd4235-6b59-428b-87b2-84be53424301 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 1dc6e798-4d40-4595-8631-83e6b8b008e4 (type: security_group_rules) to 0 2026-05-17 02:24:01.400 8 INFO neutron.db.ovn_revision_numbers_db [None req-04fd4235-6b59-428b-87b2-84be53424301 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 664c7522-b3fb-45f4-b1c9-ee0262e7cc0b (type: security_group_rules) to 0 2026-05-17 02:24:01.413 8 INFO neutron.db.ovn_revision_numbers_db [None req-04fd4235-6b59-428b-87b2-84be53424301 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource b6fa889c-a86d-466c-8ad8-d46f6555d57c (type: security_group_rules) to 0 2026-05-17 02:24:01.425 8 INFO neutron.db.ovn_revision_numbers_db [None req-04fd4235-6b59-428b-87b2-84be53424301 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource dd38f2ac-0235-4be3-8d26-2beb291d6b98 (type: security_group_rules) to 0 2026-05-17 02:24:01.510 8 INFO neutron.db.segments_db [None req-04fd4235-6b59-428b-87b2-84be53424301 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Added segment 38e7a07a-cb76-4358-aa34-848e7ad96b6d of type geneve for network 4bbfde6a-73fb-4fa5-85b8-04da66d19075 2026-05-17 02:24:01.639 8 INFO neutron.db.ovn_revision_numbers_db [None req-04fd4235-6b59-428b-87b2-84be53424301 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 4bbfde6a-73fb-4fa5-85b8-04da66d19075 (type: networks) to 1 2026-05-17 02:24:01.813 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-04fd4235-6b59-428b-87b2-84be53424301 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] No more DHCP agents 2026-05-17 02:24:01.815 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-04fd4235-6b59-428b-87b2-84be53424301 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Unable to schedule network 4bbfde6a-73fb-4fa5-85b8-04da66d19075: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:01.915 8 INFO neutron.db.ovn_revision_numbers_db [None req-04fd4235-6b59-428b-87b2-84be53424301 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource f94067a2-6b69-484c-8d14-1378dff43d9d (type: ports) to 1 [pid: 8|app: 0|req: 884/1678] 10.0.0.197 () {34 vars in 670 bytes} [Sun May 17 02:24:00 2026] POST /v2.0/networks => generated 670 bytes in 988 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-17 02:24:02.024 8 INFO neutron.db.segments_db [None req-d0ed14ab-82f4-46a6-afac-bc6c36e976dd ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Added segment 660024e1-37c5-42fa-8fab-f7a609597c43 of type geneve for network 36cd8a9e-f2ec-406e-b969-4cd0ba34fd44 2026-05-17 02:24:02.049 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7ea42854-e8e8-4d29-a30f-5c96ea49508f ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:24:02.050 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7ea42854-e8e8-4d29-a30f-5c96ea49508f ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network 1636c8d9-145b-44a4-883f-2430d3ec5bc4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:02.129 8 INFO neutron.db.ovn_revision_numbers_db [None req-d0ed14ab-82f4-46a6-afac-bc6c36e976dd ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource 36cd8a9e-f2ec-406e-b969-4cd0ba34fd44 (type: networks) to 1 2026-05-17 02:24:02.224 7 INFO neutron.db.ovn_revision_numbers_db [None req-7ea42854-e8e8-4d29-a30f-5c96ea49508f ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource a517b968-3cd1-4813-b6e5-236d43132b54 (type: router_ports) to 3 [pid: 7|app: 0|req: 795/1679] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:24:00 2026] PUT /v2.0/routers/7df14a91-4ff4-4b23-9b0d-e839e0e837b4/add_router_interface => generated 310 bytes in 2174 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-17 02:24:02.390 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d0ed14ab-82f4-46a6-afac-bc6c36e976dd ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] No more DHCP agents 2026-05-17 02:24:02.391 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d0ed14ab-82f4-46a6-afac-bc6c36e976dd ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Unable to schedule network 36cd8a9e-f2ec-406e-b969-4cd0ba34fd44: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:02.496 8 INFO neutron.db.ovn_revision_numbers_db [None req-d0ed14ab-82f4-46a6-afac-bc6c36e976dd ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource 1afcd362-c719-4454-9915-bb2c475d7ddd (type: ports) to 1 [pid: 8|app: 0|req: 885/1680] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:01 2026] POST /v2.0/networks => generated 670 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1681] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:24:02 2026] GET /v2.0/ports/a517b968-3cd1-4813-b6e5-236d43132b54 => generated 1009 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:02.652 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fea4c3ba-f886-41c5-ba8e-2c66a885388e cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] No more DHCP agents 2026-05-17 02:24:02.654 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fea4c3ba-f886-41c5-ba8e-2c66a885388e cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:02.782 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df0059dd-49d7-4100-a76e-7798bdf90779 - - - - - -] OVN reports status down for port: 1537f788-3837-4799-a5e2-d94f8ca183c7 2026-05-17 02:24:02.805 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0ba78ee2-9096-49c1-9ea2-6a9f8033b291 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] No more DHCP agents 2026-05-17 02:24:02.806 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0ba78ee2-9096-49c1-9ea2-6a9f8033b291 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Unable to schedule network 36cd8a9e-f2ec-406e-b969-4cd0ba34fd44: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:02.840 7 INFO neutron.db.ovn_revision_numbers_db [None req-fea4c3ba-f886-41c5-ba8e-2c66a885388e cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 1537f788-3837-4799-a5e2-d94f8ca183c7 (type: ports) to 1 2026-05-17 02:24:02.906 8 INFO neutron.db.ovn_revision_numbers_db [None req-0ba78ee2-9096-49c1-9ea2-6a9f8033b291 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource aa7b99b4-06ed-47c8-8887-5428b48a4d27 (type: ports) to 1 2026-05-17 02:24:02.945 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df0059dd-49d7-4100-a76e-7798bdf90779 - - - - - -] OVN reports status down for port: aa7b99b4-06ed-47c8-8887-5428b48a4d27 [pid: 8|app: 0|req: 887/1682] 10.0.0.197 () {34 vars in 663 bytes} [Sun May 17 02:24:02 2026] POST /v2.0/ports => generated 743 bytes in 398 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-17 02:24:03.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-61605e99-9e4a-4fee-8739-8cc729846a08 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] TaaS: Handle Delete Port: a517b968-3cd1-4813-b6e5-236d43132b54 2026-05-17 02:24:03.312 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61605e99-9e4a-4fee-8739-8cc729846a08 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Tap Mirror: Handle Delete Port: a517b968-3cd1-4813-b6e5-236d43132b54 2026-05-17 02:24:03.661 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-59c91753-b2c5-4488-8ae2-4d536b58028c - - - - - -] Router ba79ef20-77be-41be-b35a-9fc1a7231ea6 is bound to host instance [pid: 8|app: 0|req: 888/1683] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:24:02 2026] PUT /v2.0/routers/7df14a91-4ff4-4b23-9b0d-e839e0e837b4/remove_router_interface => generated 310 bytes in 715 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-17 02:24:03.729 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df0059dd-49d7-4100-a76e-7798bdf90779 - - - - - -] OVN reports status up for port: 1537f788-3837-4799-a5e2-d94f8ca183c7 2026-05-17 02:24:03.767 8 INFO neutron.db.segments_db [None req-de2a2cc4-026d-4132-a9ed-873c56b39f12 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Added segment 30eed273-8867-4868-94ae-397b66838eb8 of type geneve for network 2af19419-ba55-4e6f-bb54-b5277635735b 2026-05-17 02:24:03.782 7 INFO neutron.plugins.ml2.plugin [None req-df0059dd-49d7-4100-a76e-7798bdf90779 - - - - - -] Attempt 1 to provision port 1537f788-3837-4799-a5e2-d94f8ca183c7 2026-05-17 02:24:03.833 7 INFO neutron.db.ovn_revision_numbers_db [None req-fea4c3ba-f886-41c5-ba8e-2c66a885388e cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 1537f788-3837-4799-a5e2-d94f8ca183c7 (type: router_ports) to 1 2026-05-17 02:24:03.879 8 INFO neutron.db.ovn_revision_numbers_db [None req-de2a2cc4-026d-4132-a9ed-873c56b39f12 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource 2af19419-ba55-4e6f-bb54-b5277635735b (type: networks) to 1 2026-05-17 02:24:04.090 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-de2a2cc4-026d-4132-a9ed-873c56b39f12 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] No more DHCP agents 2026-05-17 02:24:04.092 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-de2a2cc4-026d-4132-a9ed-873c56b39f12 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Unable to schedule network 2af19419-ba55-4e6f-bb54-b5277635735b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:04.103 7 INFO neutron.db.ovn_revision_numbers_db [None req-fea4c3ba-f886-41c5-ba8e-2c66a885388e cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource ba79ef20-77be-41be-b35a-9fc1a7231ea6 (type: routers) to 2 [pid: 7|app: 0|req: 796/1684] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:02 2026] POST /v2.0/routers => generated 975 bytes in 1934 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:04.187 8 INFO neutron.db.ovn_revision_numbers_db [None req-de2a2cc4-026d-4132-a9ed-873c56b39f12 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource 5cb8bae9-384a-447b-a0fd-f5d3ff94b355 (type: ports) to 1 [pid: 8|app: 0|req: 889/1685] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:03 2026] POST /v2.0/networks => generated 669 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1686] 10.0.0.197 () {32 vars in 775 bytes} [Sun May 17 02:24:04 2026] GET /v2.0/subnets?project_id=1a53199bcbe34b4d8e4138fc92ac4248&cidr=10.100.0.0%2F28 => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:04.290 7 INFO neutron.api.v2.resource [None req-f93bf1b2-2eca-4b1b-9e8c-241aed339e2d ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 797/1687] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:24:04 2026] PUT /v2.0/routers/7df14a91-4ff4-4b23-9b0d-e839e0e837b4/remove_router_interface => generated 197 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1688] 10.0.0.197 () {32 vars in 693 bytes} [Sun May 17 02:24:04 2026] GET /v2.0/networks?router%3Aexternal=True => generated 791 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1689] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:24:04 2026] GET /v2.0/ports?device_id=7df14a91-4ff4-4b23-9b0d-e839e0e837b4 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1690] 10.0.0.197 () {32 vars in 783 bytes} [Sun May 17 02:24:04 2026] GET /v2.0/subnets?network_id=57816ba8-429f-41af-83ce-8063b8bc0e36&cidr=10.100.0.0%2F28 => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:04.490 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b438b660-bbf9-4238-ac94-5c8accef6351 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] No more DHCP agents 2026-05-17 02:24:04.491 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b438b660-bbf9-4238-ac94-5c8accef6351 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Unable to schedule network 2af19419-ba55-4e6f-bb54-b5277635735b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:04.587 8 INFO neutron.db.ovn_revision_numbers_db [None req-b438b660-bbf9-4238-ac94-5c8accef6351 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource 49eaf4ab-70d8-4860-bd84-bdefc52ae6ef (type: ports) to 1 [pid: 8|app: 0|req: 891/1691] 10.0.0.197 () {34 vars in 663 bytes} [Sun May 17 02:24:04 2026] POST /v2.0/ports => generated 743 bytes in 360 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-17 02:24:04.825 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8a943630-f4de-4e65-918e-38a58a409ea3 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] No more DHCP agents 2026-05-17 02:24:04.826 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8a943630-f4de-4e65-918e-38a58a409ea3 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Unable to schedule network 4bbfde6a-73fb-4fa5-85b8-04da66d19075: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:05.267 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a943630-f4de-4e65-918e-38a58a409ea3 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource f94067a2-6b69-484c-8d14-1378dff43d9d (type: ports) to 2 2026-05-17 02:24:05.307 8 INFO neutron.db.ovn_revision_numbers_db [None req-8a943630-f4de-4e65-918e-38a58a409ea3 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource f517380d-98be-4915-9732-f4e35aa4b44c (type: subnets) to 0 [pid: 8|app: 0|req: 892/1692] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:04 2026] POST /v2.0/subnets => generated 656 bytes in 711 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1693] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:05 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:05.529 8 INFO neutron.db.segments_db [None req-7ae606da-d99e-4fb2-8253-90ff6e886ce6 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Added segment 227d0ed7-9872-4446-989c-dea30eddc579 of type geneve for network a9db9910-1043-436f-b20f-563490e593c4 2026-05-17 02:24:05.687 8 INFO neutron.db.ovn_revision_numbers_db [None req-7ae606da-d99e-4fb2-8253-90ff6e886ce6 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource a9db9910-1043-436f-b20f-563490e593c4 (type: networks) to 1 [pid: 7|app: 0|req: 801/1694] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:04 2026] DELETE /v2.0/routers/7df14a91-4ff4-4b23-9b0d-e839e0e837b4 => generated 0 bytes in 1266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:05.865 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7ae606da-d99e-4fb2-8253-90ff6e886ce6 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] No more DHCP agents 2026-05-17 02:24:05.866 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7ae606da-d99e-4fb2-8253-90ff6e886ce6 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Unable to schedule network a9db9910-1043-436f-b20f-563490e593c4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:05.952 8 INFO neutron.db.ovn_revision_numbers_db [None req-7ae606da-d99e-4fb2-8253-90ff6e886ce6 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource 89dc9b2a-9bb0-4585-b224-6dff4e8168a9 (type: ports) to 1 [pid: 8|app: 0|req: 894/1697] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:05 2026] POST /v2.0/networks => generated 669 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1698] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:05 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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: 896/1699] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:06 2026] DELETE /v2.0/subnets/69e6bb91-bd9a-41d5-91b3-8e101d66a5b1 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:06.395 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6797bbb4-a07b-471a-95a3-378283a08207 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] No more DHCP agents 2026-05-17 02:24:06.397 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6797bbb4-a07b-471a-95a3-378283a08207 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Unable to schedule network a9db9910-1043-436f-b20f-563490e593c4: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:06.523 8 INFO neutron.db.ovn_revision_numbers_db [None req-6797bbb4-a07b-471a-95a3-378283a08207 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Successfully bumped revision number for resource 78836df4-7a26-43c9-ab11-5257a01d7915 (type: ports) to 1 [pid: 8|app: 0|req: 897/1700] 10.0.0.197 () {34 vars in 663 bytes} [Sun May 17 02:24:06 2026] POST /v2.0/ports => generated 743 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-17 02:24:06.644 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df0059dd-49d7-4100-a76e-7798bdf90779 - - - - - -] OVN reports status down for port: 49eaf4ab-70d8-4860-bd84-bdefc52ae6ef 2026-05-17 02:24:06.706 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d757217f-7fc7-4139-93d5-861d303ebb0e - - - - - -] No port found with ID a517b968-3cd1-4813-b6e5-236d43132b54: RuntimeError: No port found with ID a517b968-3cd1-4813-b6e5-236d43132b54 2026-05-17 02:24:06.706 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d757217f-7fc7-4139-93d5-861d303ebb0e - - - - - -] OVN reports status down for port: f94067a2-6b69-484c-8d14-1378dff43d9d 2026-05-17 02:24:06.768 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6e2c010-17e2-4815-bb77-22c768cad7d5 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] TaaS: Handle Delete Port: 49a7452b-a04f-4da9-a593-502200ac65df 2026-05-17 02:24:06.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6e2c010-17e2-4815-bb77-22c768cad7d5 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Tap Mirror: Handle Delete Port: 49a7452b-a04f-4da9-a593-502200ac65df 2026-05-17 02:24:06.854 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d757217f-7fc7-4139-93d5-861d303ebb0e - - - - - -] OVN reports status down for port: 1afcd362-c719-4454-9915-bb2c475d7ddd 2026-05-17 02:24:06.862 7 INFO neutron.db.ovn_revision_numbers_db [None req-393c2e9e-6cb3-404c-9cbe-e168b4fe6081 - - - - - -] Successfully bumped revision number for resource 1537f788-3837-4799-a5e2-d94f8ca183c7 (type: ports) to 4 2026-05-17 02:24:06.918 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df0059dd-49d7-4100-a76e-7798bdf90779 - - - - - -] OVN reports status down for port: 89dc9b2a-9bb0-4585-b224-6dff4e8168a9 2026-05-17 02:24:06.978 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d757217f-7fc7-4139-93d5-861d303ebb0e - - - - - -] OVN reports status down for port: 5cb8bae9-384a-447b-a0fd-f5d3ff94b355 2026-05-17 02:24:07.102 8 INFO neutron.services.segments.plugin [-] Segment 52ab4daf-276b-481e-b616-18c722cf44a9 resource provider aggregate not found 2026-05-17 02:24:07.112 8 INFO neutron.services.segments.plugin [-] Segment 52ab4daf-276b-481e-b616-18c722cf44a9 resource provider aggregate not found 2026-05-17 02:24:07.144 8 INFO neutron.services.segments.plugin [-] Segment 52ab4daf-276b-481e-b616-18c722cf44a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52ab4daf-276b-481e-b616-18c722cf44a9 found for delete ", "request_id": "req-23b37770-e1aa-4dc0-8618-a1af8ebbafcd"}]} 2026-05-17 02:24:07.151 8 INFO neutron.services.segments.plugin [-] Segment 52ab4daf-276b-481e-b616-18c722cf44a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52ab4daf-276b-481e-b616-18c722cf44a9 found for delete ", "request_id": "req-fc8fb203-8b70-452a-a37a-f0980d6a2a0c"}]} 2026-05-17 02:24:07.153 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df0059dd-49d7-4100-a76e-7798bdf90779 - - - - - -] OVN reports status down for port: 78836df4-7a26-43c9-ab11-5257a01d7915 [pid: 8|app: 0|req: 898/1701] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:06 2026] DELETE /v2.0/networks/1636c8d9-145b-44a4-883f-2430d3ec5bc4 => generated 0 bytes in 603 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1702] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:07 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1703] 10.0.0.197 () {34 vars in 746 bytes} [Sun May 17 02:24:07 2026] PUT /v2.0/ports/ed07747b-e990-42ef-b703-7ea5ecfc4a42/tags => generated 17 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-17 02:24:07.342 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9472c202-e015-4bc8-8927-1bc7d92c16f9 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] No more DHCP agents 2026-05-17 02:24:07.351 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9472c202-e015-4bc8-8927-1bc7d92c16f9 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Unable to schedule network 4bbfde6a-73fb-4fa5-85b8-04da66d19075: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:07.453 8 INFO neutron.db.segments_db [None req-afe63edc-6100-45f3-9006-f1721a05ae6b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Added segment ca92c509-319b-43bd-bdf5-e17c09535ce8 of type geneve for network b5a2e21d-b7d8-40b3-95ad-5e583550411d 2026-05-17 02:24:07.458 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-df0059dd-49d7-4100-a76e-7798bdf90779 - - - - - -] OVN reports status down for port: bb3a762d-d8e6-4211-8336-f9200b7056d2 2026-05-17 02:24:07.570 8 INFO neutron.db.ovn_revision_numbers_db [None req-afe63edc-6100-45f3-9006-f1721a05ae6b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource b5a2e21d-b7d8-40b3-95ad-5e583550411d (type: networks) to 1 2026-05-17 02:24:07.742 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-afe63edc-6100-45f3-9006-f1721a05ae6b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:24:07.744 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-afe63edc-6100-45f3-9006-f1721a05ae6b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network b5a2e21d-b7d8-40b3-95ad-5e583550411d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:07.805 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ac42450-59dd-46c1-920d-fbaf2f655893'] response: {'server_uuid': '6cc2551b-7b27-43be-9f5b-0b9621d38de2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'bb3a762d-d8e6-4211-8336-f9200b7056d2', 'code': 200} 2026-05-17 02:24:07.826 8 INFO neutron.db.ovn_revision_numbers_db [None req-afe63edc-6100-45f3-9006-f1721a05ae6b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 918797de-3768-43a9-85c1-f91d94910178 (type: ports) to 1 [pid: 8|app: 0|req: 901/1704] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:07 2026] POST /v2.0/networks => generated 668 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1705] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:07 2026] GET /v2.0/security-groups?id=d8c5c08d-bd06-440d-923b-54c66eb1a7c0&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-17 02:24:07.935 7 INFO neutron.db.ovn_revision_numbers_db [None req-9472c202-e015-4bc8-8927-1bc7d92c16f9 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 258fa16a-1718-4f46-bf8b-5c47ae4583c1 (type: ports) to 1 [pid: 8|app: 0|req: 903/1706] 10.0.0.197 () {34 vars in 746 bytes} [Sun May 17 02:24:07 2026] PUT /v2.0/ports/07124b65-f04f-491d-9604-9a93279547a0/tags => generated 25 bytes in 66 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-17 02:24:08.148 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-10f3b42a-5b1c-4dd1-a408-ee8953b41d29 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:24:08.150 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-10f3b42a-5b1c-4dd1-a408-ee8953b41d29 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network b5a2e21d-b7d8-40b3-95ad-5e583550411d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:08.151 7 INFO neutron.db.ovn_revision_numbers_db [None req-393c2e9e-6cb3-404c-9cbe-e168b4fe6081 - - - - - -] Successfully bumped revision number for resource 1537f788-3837-4799-a5e2-d94f8ca183c7 (type: ports) to 5 2026-05-17 02:24:08.284 7 INFO neutron.db.ovn_revision_numbers_db [None req-df0059dd-49d7-4100-a76e-7798bdf90779 - - - - - -] Successfully bumped revision number for resource bb3a762d-d8e6-4211-8336-f9200b7056d2 (type: ports) to 8 2026-05-17 02:24:08.440 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-98db67fe-4b72-4eac-b62b-e7de99e81e92 - - - - - -] OVN reports status down for port: 258fa16a-1718-4f46-bf8b-5c47ae4583c1 2026-05-17 02:24:08.582 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-98db67fe-4b72-4eac-b62b-e7de99e81e92 - - - - - -] OVN reports status down for port: 918797de-3768-43a9-85c1-f91d94910178 2026-05-17 02:24:08.659 8 INFO neutron.db.ovn_revision_numbers_db [None req-10f3b42a-5b1c-4dd1-a408-ee8953b41d29 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 918797de-3768-43a9-85c1-f91d94910178 (type: ports) to 2 2026-05-17 02:24:08.692 8 INFO neutron.db.ovn_revision_numbers_db [None req-10f3b42a-5b1c-4dd1-a408-ee8953b41d29 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 591fc6f3-5c3d-495e-8bfe-5b6d1c65b219 (type: subnets) to 0 [pid: 8|app: 0|req: 904/1707] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:07 2026] POST /v2.0/subnets => generated 626 bytes in 763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1708] 10.0.0.197 () {34 vars in 746 bytes} [Sun May 17 02:24:08 2026] PUT /v2.0/ports/aa7b99b4-06ed-47c8-8887-5428b48a4d27/tags => generated 34 bytes in 72 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: 906/1709] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:24:08 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:08.928 8 INFO neutron.db.ovn_revision_numbers_db [None req-03107671-ef43-47f5-91b8-1d635f13d88b ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource c1625920-9bf9-42c1-aa01-43a81720d52f (type: routers) to 1 [pid: 8|app: 0|req: 907/1710] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:08 2026] POST /v2.0/routers => generated 624 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1711] 10.0.0.197 () {34 vars in 746 bytes} [Sun May 17 02:24:08 2026] PUT /v2.0/ports/49eaf4ab-70d8-4860-bd84-bdefc52ae6ef/tags => generated 19 bytes in 66 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-17 02:24:09.065 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-98db67fe-4b72-4eac-b62b-e7de99e81e92 - - - - - -] OVN reports status up for port: 258fa16a-1718-4f46-bf8b-5c47ae4583c1 2026-05-17 02:24:09.101 7 INFO neutron.plugins.ml2.plugin [None req-98db67fe-4b72-4eac-b62b-e7de99e81e92 - - - - - -] Attempt 1 to provision port 258fa16a-1718-4f46-bf8b-5c47ae4583c1 2026-05-17 02:24:09.154 8 INFO neutron_taas.services.taas.taas_plugin [req-4b6a8caf-8c57-48b4-a565-ac84471ed835 req-393a0d3f-52b5-4238-88bb-ea02dc048f41 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] TaaS: Handle Delete Port: bb3a762d-d8e6-4211-8336-f9200b7056d2 2026-05-17 02:24:09.157 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4b6a8caf-8c57-48b4-a565-ac84471ed835 req-393a0d3f-52b5-4238-88bb-ea02dc048f41 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] Tap Mirror: Handle Delete Port: bb3a762d-d8e6-4211-8336-f9200b7056d2 2026-05-17 02:24:09.220 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9472c202-e015-4bc8-8927-1bc7d92c16f9 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] No more DHCP agents 2026-05-17 02:24:09.222 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9472c202-e015-4bc8-8927-1bc7d92c16f9 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Unable to schedule network 4bbfde6a-73fb-4fa5-85b8-04da66d19075: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:09.379 8 INFO neutron.db.l3_db [req-4b6a8caf-8c57-48b4-a565-ac84471ed835 req-393a0d3f-52b5-4238-88bb-ea02dc048f41 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] Floating IP 3632a4aa-7ccf-46c6-9f3f-551dd2f8ae6f disassociated. External IP: 10.96.250.210, port: bb3a762d-d8e6-4211-8336-f9200b7056d2. [pid: 8|app: 0|req: 909/1712] 199.204.45.38 () {36 vars in 995 bytes} [Sun May 17 02:24:09 2026] DELETE /v2.0/ports/bb3a762d-d8e6-4211-8336-f9200b7056d2 => generated 0 bytes in 509 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-17 02:24:09.551 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fac50a6d-2ece-4053-ac12-e5bb7fdebbf2'] response: {'server_uuid': '6cc2551b-7b27-43be-9f5b-0b9621d38de2', 'name': 'network-vif-deleted', 'tag': 'bb3a762d-d8e6-4211-8336-f9200b7056d2', 'status': 'completed', 'code': 200} 2026-05-17 02:24:09.875 7 INFO neutron.db.ovn_revision_numbers_db [None req-98db67fe-4b72-4eac-b62b-e7de99e81e92 - - - - - -] Successfully bumped revision number for resource 258fa16a-1718-4f46-bf8b-5c47ae4583c1 (type: ports) to 2 2026-05-17 02:24:09.886 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27b31c98-9dfc-4fd5-9c93-59d98f21e6e4'] response: {'server_uuid': '6cc2551b-7b27-43be-9f5b-0b9621d38de2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'bb3a762d-d8e6-4211-8336-f9200b7056d2', 'code': 200} 2026-05-17 02:24:09.928 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-17141db6-b11a-4c67-8454-4771f7ed04b7 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:24:09.929 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-17141db6-b11a-4c67-8454-4771f7ed04b7 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network b5a2e21d-b7d8-40b3-95ad-5e583550411d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:10.086 8 INFO neutron.db.ovn_revision_numbers_db [None req-17141db6-b11a-4c67-8454-4771f7ed04b7 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 18aa122b-ed9e-4d82-aad1-17fcaedbb09e (type: ports) to 1 2026-05-17 02:24:10.143 7 INFO neutron.db.ovn_revision_numbers_db [None req-9472c202-e015-4bc8-8927-1bc7d92c16f9 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 258fa16a-1718-4f46-bf8b-5c47ae4583c1 (type: router_ports) to 1 [pid: 7|app: 0|req: 804/1713] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:24:05 2026] PUT /v2.0/routers/ba79ef20-77be-41be-b35a-9fc1a7231ea6/add_router_interface => generated 310 bytes in 4390 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: 805/1714] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:10 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => 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: 806/1715] 10.0.0.197 () {32 vars in 659 bytes} [Sun May 17 02:24:10 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1716] 10.0.0.197 () {32 vars in 648 bytes} [Sun May 17 02:24:10 2026] GET /v2.0/networks => generated 8374 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1717] 10.0.0.197 () {32 vars in 673 bytes} [Sun May 17 02:24:10 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1718] 10.0.0.197 () {32 vars in 646 bytes} [Sun May 17 02:24:10 2026] GET /v2.0/subnets => generated 3287 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1719] 10.0.0.197 () {32 vars in 669 bytes} [Sun May 17 02:24:10 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1720] 10.0.0.197 () {32 vars in 646 bytes} [Sun May 17 02:24:10 2026] GET /v2.0/routers => generated 2614 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:10.680 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-17141db6-b11a-4c67-8454-4771f7ed04b7 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:24:10.683 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-17141db6-b11a-4c67-8454-4771f7ed04b7 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network b5a2e21d-b7d8-40b3-95ad-5e583550411d: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 812/1721] 10.0.0.197 () {32 vars in 681 bytes} [Sun May 17 02:24:10 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1722] 10.0.0.197 () {32 vars in 667 bytes} [Sun May 17 02:24:10 2026] GET /v2.0/ports?not-tags=red => generated 5268 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:10.880 8 INFO neutron.db.ovn_revision_numbers_db [None req-17141db6-b11a-4c67-8454-4771f7ed04b7 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource 18aa122b-ed9e-4d82-aad1-17fcaedbb09e (type: router_ports) to 1 [pid: 8|app: 0|req: 910/1723] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:24:09 2026] PUT /v2.0/routers/c1625920-9bf9-42c1-aa01-43a81720d52f/add_router_interface => generated 310 bytes in 1363 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:11.014 7 INFO neutron.db.ovn_revision_numbers_db [None req-db4ae66c-10f9-4227-8afc-0b782b3847b2 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource feed912e-a4ff-41d4-9b22-5b59d70170b8 (type: security_groups) to 1 2026-05-17 02:24:11.025 7 INFO neutron.db.ovn_revision_numbers_db [None req-db4ae66c-10f9-4227-8afc-0b782b3847b2 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 4f33b530-b88b-4901-9f7b-ad1887892307 (type: security_group_rules) to 0 2026-05-17 02:24:11.036 7 INFO neutron.db.ovn_revision_numbers_db [None req-db4ae66c-10f9-4227-8afc-0b782b3847b2 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 71df4e22-8e60-45bb-94bd-ca180796b8be (type: security_group_rules) to 0 [pid: 7|app: 0|req: 814/1724] 10.0.0.197 () {34 vars in 684 bytes} [Sun May 17 02:24:10 2026] POST /v2.0/security-groups => generated 1675 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1725] 10.0.0.197 () {32 vars in 681 bytes} [Sun May 17 02:24:10 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 6008 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1726] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:24:11 2026] GET /v2.0/ports/18aa122b-ed9e-4d82-aad1-17fcaedbb09e => generated 941 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:11.251 8 INFO neutron.db.ovn_revision_numbers_db [None req-6eaa1dcf-129a-441d-874d-212761bd45b1 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource ea0ac7bf-a500-4dd5-87f5-2e6f0aa668ca (type: security_group_rules) to 0 [pid: 7|app: 0|req: 816/1727] 10.0.0.197 () {32 vars in 677 bytes} [Sun May 17 02:24:11 2026] GET /v2.0/ports?not-tags-any=blue => generated 6008 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1728] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1729] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:11 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => 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: 817/1730] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:24:11 2026] GET /v2.0/ports/18aa122b-ed9e-4d82-aad1-17fcaedbb09e => generated 941 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1731] 10.0.0.197 () {32 vars in 689 bytes} [Sun May 17 02:24:11 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 5268 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:11.403 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ef20ac6-3733-4dab-b5dd-82cf7a1d6476 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 347429d8-26c4-431d-9e41-b5272a6da835 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 914/1732] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:11 2026] POST /v2.0/security-group-rules => generated 596 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:11.514 7 INFO neutron_taas.services.taas.taas_plugin [None req-ecc30cf1-4978-4b26-b333-56f1bd8286f7 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] TaaS: Handle Delete Port: ed07747b-e990-42ef-b703-7ea5ecfc4a42 2026-05-17 02:24:11.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecc30cf1-4978-4b26-b333-56f1bd8286f7 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Tap Mirror: Handle Delete Port: ed07747b-e990-42ef-b703-7ea5ecfc4a42 2026-05-17 02:24:11.565 8 INFO neutron.db.ovn_revision_numbers_db [None req-019d7048-c6d1-4374-a455-b162f3417225 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 2917439d-53ab-45d9-b4ca-4a24088c86b5 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 915/1733] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1734] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:24:11 2026] DELETE /v2.0/ports/ed07747b-e990-42ef-b703-7ea5ecfc4a42 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:11.729 7 INFO neutron_taas.services.taas.taas_plugin [None req-c49f7fcc-49b9-4016-8e7b-b40ed5b2cbcf ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] TaaS: Handle Delete Port: 07124b65-f04f-491d-9604-9a93279547a0 2026-05-17 02:24:11.737 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c49f7fcc-49b9-4016-8e7b-b40ed5b2cbcf ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Tap Mirror: Handle Delete Port: 07124b65-f04f-491d-9604-9a93279547a0 2026-05-17 02:24:11.742 8 INFO neutron.db.ovn_revision_numbers_db [None req-1f6f4786-d409-4924-9ec0-2638f818addb cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 8692f40f-3d52-4fa2-a0bd-0eeca92f606d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 916/1735] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:11.814 8 INFO neutron.db.securitygroups_db [None req-21b10567-249d-484c-a1e3-7bbc7d5e72fb cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Project 1a53199bcbe34b4d8e4138fc92ac4248 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: 820/1736] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:24:11 2026] DELETE /v2.0/ports/07124b65-f04f-491d-9604-9a93279547a0 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:11.914 8 INFO neutron.db.ovn_revision_numbers_db [None req-21b10567-249d-484c-a1e3-7bbc7d5e72fb cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource c08269d7-5255-4fd6-aecb-9997a8eb5db0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 917/1737] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:11 2026] POST /v2.0/security-group-rules => generated 607 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:11.962 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ede5e8c-abc9-4041-8e17-772c9828153a ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] TaaS: Handle Delete Port: aa7b99b4-06ed-47c8-8887-5428b48a4d27 2026-05-17 02:24:11.964 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ede5e8c-abc9-4041-8e17-772c9828153a ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Tap Mirror: Handle Delete Port: aa7b99b4-06ed-47c8-8887-5428b48a4d27 2026-05-17 02:24:11.989 8 INFO neutron.db.securitygroups_db [None req-bd4c9bb3-4077-4f92-8302-1011c2fb0cae cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Project 1a53199bcbe34b4d8e4138fc92ac4248 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: 821/1738] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:24:11 2026] DELETE /v2.0/ports/aa7b99b4-06ed-47c8-8887-5428b48a4d27 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:12.091 8 INFO neutron.db.ovn_revision_numbers_db [None req-bd4c9bb3-4077-4f92-8302-1011c2fb0cae cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 7752f833-93fc-4705-8972-d43898967321 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 918/1739] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:11 2026] POST /v2.0/security-group-rules => generated 606 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:12.187 7 INFO neutron_taas.services.taas.taas_plugin [None req-06bf53d3-4a10-4d2f-864f-637040a942dc ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] TaaS: Handle Delete Port: 49eaf4ab-70d8-4860-bd84-bdefc52ae6ef 2026-05-17 02:24:12.190 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06bf53d3-4a10-4d2f-864f-637040a942dc ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Tap Mirror: Handle Delete Port: 49eaf4ab-70d8-4860-bd84-bdefc52ae6ef [pid: 7|app: 0|req: 822/1740] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:24:12 2026] DELETE /v2.0/ports/49eaf4ab-70d8-4860-bd84-bdefc52ae6ef => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1741] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:24:12 2026] GET /v2.0/ports/18aa122b-ed9e-4d82-aad1-17fcaedbb09e => generated 941 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1742] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:12 2026] GET /v2.0/ports?device_id=6cc2551b-7b27-43be-9f5b-0b9621d38de2 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:12.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0076967-e43f-429c-ba36-3144a3c13405 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] TaaS: Handle Delete Port: 78836df4-7a26-43c9-ab11-5257a01d7915 2026-05-17 02:24:12.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0076967-e43f-429c-ba36-3144a3c13405 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Tap Mirror: Handle Delete Port: 78836df4-7a26-43c9-ab11-5257a01d7915 [pid: 8|app: 0|req: 921/1743] 10.0.0.197 () {32 vars in 648 bytes} [Sun May 17 02:24:12 2026] GET /v2.0/networks => generated 1373 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1744] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:24:12 2026] DELETE /v2.0/ports/78836df4-7a26-43c9-ab11-5257a01d7915 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:12.620 7 WARNING neutron.db.securitygroups_db [req-19438d39-0063-44f7-86d8-5b9fcd2d82c3 req-57de00ae-f48b-4d4e-af25-e870bae1e262 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] 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: 824/1745] 10.0.0.151 () {34 vars in 1099 bytes} [Sun May 17 02:24:12 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1363896017&fields=id&tenant_id=1a53199bcbe34b4d8e4138fc92ac4248 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:12.714 8 INFO neutron_taas.services.taas.taas_plugin [None req-61e098d6-04f5-45f5-b959-8ab77755ac18 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] TaaS: Handle Delete Port: 32c9b891-4131-485d-887c-904b78b3d2e9 2026-05-17 02:24:12.717 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61e098d6-04f5-45f5-b959-8ab77755ac18 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Tap Mirror: Handle Delete Port: 32c9b891-4131-485d-887c-904b78b3d2e9 [pid: 7|app: 0|req: 825/1746] 10.0.0.151 () {34 vars in 981 bytes} [Sun May 17 02:24:12 2026] GET /v2.0/networks?id=4bbfde6a-73fb-4fa5-85b8-04da66d19075 => generated 698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1747] 10.0.0.151 () {34 vars in 964 bytes} [Sun May 17 02:24:12 2026] GET /v2.0/quotas/1a53199bcbe34b4d8e4138fc92ac4248 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1748] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:24:12 2026] GET /v2.0/ports?tenant_id=1a53199bcbe34b4d8e4138fc92ac4248&fields=id => generated 103 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1749] 10.0.0.151 () {34 vars in 1007 bytes} [Sun May 17 02:24:12 2026] GET /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:12.911 8 INFO neutron.services.segments.plugin [-] Segment 0885a201-0df4-485d-9351-13a28e58d6a8 resource provider aggregate not found 2026-05-17 02:24:12.917 8 INFO neutron.services.segments.plugin [-] Segment 0885a201-0df4-485d-9351-13a28e58d6a8 resource provider aggregate not found 2026-05-17 02:24:12.938 8 INFO neutron.services.segments.plugin [-] Segment 0885a201-0df4-485d-9351-13a28e58d6a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0885a201-0df4-485d-9351-13a28e58d6a8 found for delete ", "request_id": "req-63ee30fc-d2b8-4f5b-b079-d7f87424c75c"}]} 2026-05-17 02:24:12.939 8 INFO neutron.services.segments.plugin [-] Segment 0885a201-0df4-485d-9351-13a28e58d6a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0885a201-0df4-485d-9351-13a28e58d6a8 found for delete ", "request_id": "req-acd9fff5-3254-4e35-b21a-da9c5607b8ed"}]} [pid: 8|app: 0|req: 922/1750] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:12 2026] DELETE /v2.0/networks/e316cd46-c2a6-4868-b3be-0a1554488755 => generated 0 bytes in 390 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1751] 10.0.0.151 () {34 vars in 1107 bytes} [Sun May 17 02:24:12 2026] GET /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075?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) 2026-05-17 02:24:13.102 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3dc4846-3db3-404b-aad8-bd2af7d640c5 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] TaaS: Handle Delete Port: fba450c6-f37d-4c19-828f-d0dc2493f3d0 2026-05-17 02:24:13.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3dc4846-3db3-404b-aad8-bd2af7d640c5 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Tap Mirror: Handle Delete Port: fba450c6-f37d-4c19-828f-d0dc2493f3d0 [pid: 7|app: 0|req: 830/1752] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:13 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => 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: 923/1753] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:12 2026] DELETE /v2.0/networks/2355236b-4a0e-45fb-a5cf-7262efeb28ec => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:13.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-58cf7879-26c3-47b1-a424-938ee46784e0 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] TaaS: Handle Delete Port: 1afcd362-c719-4454-9915-bb2c475d7ddd 2026-05-17 02:24:13.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58cf7879-26c3-47b1-a424-938ee46784e0 ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Tap Mirror: Handle Delete Port: 1afcd362-c719-4454-9915-bb2c475d7ddd [pid: 8|app: 0|req: 924/1754] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:24:13 2026] GET /v2.0/ports/18aa122b-ed9e-4d82-aad1-17fcaedbb09e => generated 941 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:13.710 7 INFO neutron.services.segments.plugin [-] Segment 660024e1-37c5-42fa-8fab-f7a609597c43 resource provider aggregate not found 2026-05-17 02:24:13.718 7 INFO neutron.services.segments.plugin [-] Segment 660024e1-37c5-42fa-8fab-f7a609597c43 resource provider aggregate not found [pid: 8|app: 0|req: 925/1755] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:13 2026] DELETE /v2.0/security-groups/d8c5c08d-bd06-440d-923b-54c66eb1a7c0 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:13.736 8 INFO neutron.api.v2.resource [None req-8c86e670-c770-4765-b7ea-bbad6f16ab76 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 926/1756] 10.0.0.197 () {32 vars in 736 bytes} [Sun May 17 02:24:13 2026] GET /v2.0/security-groups/d8c5c08d-bd06-440d-923b-54c66eb1a7c0 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:24:13.741 7 INFO neutron.services.segments.plugin [-] Segment 660024e1-37c5-42fa-8fab-f7a609597c43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 660024e1-37c5-42fa-8fab-f7a609597c43 found for delete ", "request_id": "req-fb15db65-2804-4fc3-8db6-be13b447f5db"}]} 2026-05-17 02:24:13.742 7 INFO neutron.services.segments.plugin [-] Segment 660024e1-37c5-42fa-8fab-f7a609597c43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 660024e1-37c5-42fa-8fab-f7a609597c43 found for delete ", "request_id": "req-5422ca3b-3ef4-484e-87fa-4b4276484fc7"}]} [pid: 7|app: 0|req: 831/1757] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:13 2026] DELETE /v2.0/networks/36cd8a9e-f2ec-406e-b969-4cd0ba34fd44 => generated 0 bytes in 450 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:13.892 8 INFO neutron_taas.services.taas.taas_plugin [None req-27b18672-f214-4a64-a39f-7d0f7c5c8b8d 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] TaaS: Handle Delete Port: a01c35a9-f178-483d-8e38-b27f3d11f5ed 2026-05-17 02:24:13.895 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27b18672-f214-4a64-a39f-7d0f7c5c8b8d 14bbf07ceb0447abb4ea0d00853a53bc 804f808121854207be22b057f52a67b7 - - default default] Tap Mirror: Handle Delete Port: a01c35a9-f178-483d-8e38-b27f3d11f5ed 2026-05-17 02:24:13.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6e802d2-0331-4a44-bae3-d571406240fb ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] TaaS: Handle Delete Port: 5cb8bae9-384a-447b-a0fd-f5d3ff94b355 2026-05-17 02:24:13.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6e802d2-0331-4a44-bae3-d571406240fb ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Tap Mirror: Handle Delete Port: 5cb8bae9-384a-447b-a0fd-f5d3ff94b355 [pid: 8|app: 0|req: 927/1758] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:24:13 2026] DELETE /v2.0/floatingips/3632a4aa-7ccf-46c6-9f3f-551dd2f8ae6f => 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: 832/1759] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:13 2026] DELETE /v2.0/networks/2af19419-ba55-4e6f-bb54-b5277635735b => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:14.242 7 INFO neutron_taas.services.taas.taas_plugin [None req-36934a7f-c6bb-4ffc-af1d-5b4e922096ac ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] TaaS: Handle Delete Port: 89dc9b2a-9bb0-4585-b224-6dff4e8168a9 2026-05-17 02:24:14.245 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36934a7f-c6bb-4ffc-af1d-5b4e922096ac ea8c2e0307314938b46a6760fa26af6a f08eddb268eb4f29954b5d937b30a9ab - - default default] Tap Mirror: Handle Delete Port: 89dc9b2a-9bb0-4585-b224-6dff4e8168a9 2026-05-17 02:24:14.355 8 INFO neutron_taas.services.taas.taas_plugin [None req-09980bcf-5945-4776-9885-99e6345c7604 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 06fbbc4f-ca0e-41f4-aa58-6eca8b6fc4ea 2026-05-17 02:24:14.358 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09980bcf-5945-4776-9885-99e6345c7604 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 06fbbc4f-ca0e-41f4-aa58-6eca8b6fc4ea [pid: 7|app: 0|req: 833/1760] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:14 2026] DELETE /v2.0/networks/a9db9910-1043-436f-b20f-563490e593c4 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1761] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:14 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => 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: 835/1762] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:24:14 2026] GET /v2.0/ports/18aa122b-ed9e-4d82-aad1-17fcaedbb09e => generated 941 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:14.972 8 INFO neutron.services.segments.plugin [-] Segment ccea7583-f681-4a91-afb3-a215244692c9 resource provider aggregate not found 2026-05-17 02:24:14.993 8 INFO neutron.services.segments.plugin [-] Segment ccea7583-f681-4a91-afb3-a215244692c9 resource provider aggregate not found [pid: 8|app: 0|req: 928/1763] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:24:14 2026] PUT /v2.0/routers/04931869-eb84-460a-be0b-748efefc86a1/remove_router_interface => generated 310 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:15.000 8 INFO neutron.services.segments.plugin [-] Segment ccea7583-f681-4a91-afb3-a215244692c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccea7583-f681-4a91-afb3-a215244692c9 found for delete ", "request_id": "req-bf54c103-8ee7-4ce6-a254-405369a0a4f0"}]} 2026-05-17 02:24:15.014 8 INFO neutron.services.segments.plugin [-] Segment ccea7583-f681-4a91-afb3-a215244692c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccea7583-f681-4a91-afb3-a215244692c9 found for delete ", "request_id": "req-455a9321-a362-49e1-b040-7248fc2ff20a"}]} 2026-05-17 02:24:15.103 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7553ae47-7415-48f2-ae0e-9c49a8de37fa - - - - - -] No hosting information found for port 258fa16a-1718-4f46-bf8b-5c47ae4583c1: RuntimeError: No hosting information found for port 258fa16a-1718-4f46-bf8b-5c47ae4583c1 2026-05-17 02:24:15.178 7 INFO neutron.common.ovn.utils [None req-7553ae47-7415-48f2-ae0e-9c49a8de37fa - - - - - -] HA Chassis Group neutron-4bbfde6a-73fb-4fa5-85b8-04da66d19075 synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 2026-05-17 02:24:15.358 7 INFO neutron.db.ovn_revision_numbers_db [None req-7553ae47-7415-48f2-ae0e-9c49a8de37fa - - - - - -] Successfully bumped revision number for resource 258fa16a-1718-4f46-bf8b-5c47ae4583c1 (type: router_ports) to 2 2026-05-17 02:24:15.359 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7553ae47-7415-48f2-ae0e-9c49a8de37fa - - - - - -] OVN reports status down for port: 18aa122b-ed9e-4d82-aad1-17fcaedbb09e /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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-17 02:24:15.433 8 WARNING neutron.db.securitygroups_db [None req-002a2209-1f1f-4c39-bcda-7a04580a2c6f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:24:15.459 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-7553ae47-7415-48f2-ae0e-9c49a8de37fa - - - - - -] Logical_Switch_Port 18aa122b-ed9e-4d82-aad1-17fcaedbb09e host information not removed, the port state is up 2026-05-17 02:24:15.460 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-7553ae47-7415-48f2-ae0e-9c49a8de37fa - - - - - -] OVN reports status up for port: 18aa122b-ed9e-4d82-aad1-17fcaedbb09e 2026-05-17 02:24:15.481 7 INFO neutron.plugins.ml2.plugin [None req-7553ae47-7415-48f2-ae0e-9c49a8de37fa - - - - - -] Attempt 1 to provision port 18aa122b-ed9e-4d82-aad1-17fcaedbb09e 2026-05-17 02:24:15.560 8 INFO neutron.db.ovn_revision_numbers_db [None req-002a2209-1f1f-4c39-bcda-7a04580a2c6f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d9d8b32d-a9af-4de2-9987-124616b998f6 (type: security_groups) to 1 2026-05-17 02:24:15.570 8 INFO neutron.db.ovn_revision_numbers_db [None req-002a2209-1f1f-4c39-bcda-7a04580a2c6f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 28fc9625-be4a-4c1e-a988-b34479f5bb58 (type: security_group_rules) to 0 2026-05-17 02:24:15.587 8 INFO neutron.db.ovn_revision_numbers_db [None req-002a2209-1f1f-4c39-bcda-7a04580a2c6f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3619bc31-8fb1-479a-ac75-6c00d6a59f91 (type: security_group_rules) to 0 2026-05-17 02:24:15.599 8 INFO neutron.db.ovn_revision_numbers_db [None req-002a2209-1f1f-4c39-bcda-7a04580a2c6f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 516ae8b1-1dd1-451b-a8fe-42793a7df994 (type: security_group_rules) to 0 2026-05-17 02:24:15.611 8 INFO neutron.db.ovn_revision_numbers_db [None req-002a2209-1f1f-4c39-bcda-7a04580a2c6f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource af6d79ce-b51c-4528-a31b-011bdf80204b (type: security_group_rules) to 0 2026-05-17 02:24:15.625 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ccf2db0-f77a-4918-b80d-e86690c69ca6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 525f8867-1c42-45b1-b96f-facbb015f32f 2026-05-17 02:24:15.633 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ccf2db0-f77a-4918-b80d-e86690c69ca6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 525f8867-1c42-45b1-b96f-facbb015f32f [pid: 8|app: 0|req: 929/1764] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:15 2026] GET /v2.0/security-groups?tenant_id=02362d6afce04308bc55ea2a466068de&name=default => generated 2925 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1765] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:24:15 2026] GET /v2.0/ports/18aa122b-ed9e-4d82-aad1-17fcaedbb09e => 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: 931/1766] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:15 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:15.772 7 INFO neutron.services.segments.plugin [-] Segment 30eed273-8867-4868-94ae-397b66838eb8 resource provider aggregate not found 2026-05-17 02:24:15.780 7 INFO neutron.services.segments.plugin [-] Segment 30eed273-8867-4868-94ae-397b66838eb8 resource provider aggregate not found 2026-05-17 02:24:15.803 7 INFO neutron.services.segments.plugin [-] Segment 30eed273-8867-4868-94ae-397b66838eb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30eed273-8867-4868-94ae-397b66838eb8 found for delete ", "request_id": "req-f0517060-7247-43dc-80e2-12693141c323"}]} 2026-05-17 02:24:15.807 7 INFO neutron.services.segments.plugin [-] Segment 30eed273-8867-4868-94ae-397b66838eb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30eed273-8867-4868-94ae-397b66838eb8 found for delete ", "request_id": "req-6595f513-01fa-4df7-ab32-187733a65c1a"}]} 2026-05-17 02:24:15.824 7 INFO neutron.services.segments.plugin [-] Segment 227d0ed7-9872-4446-989c-dea30eddc579 resource provider aggregate not found 2026-05-17 02:24:15.838 7 INFO neutron.services.segments.plugin [-] Segment 227d0ed7-9872-4446-989c-dea30eddc579 resource provider aggregate not found 2026-05-17 02:24:15.855 7 INFO neutron.services.segments.plugin [-] Segment 227d0ed7-9872-4446-989c-dea30eddc579 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 227d0ed7-9872-4446-989c-dea30eddc579 found for delete ", "request_id": "req-8bc507c5-423b-4776-a674-650f70542090"}]} 2026-05-17 02:24:15.880 7 INFO neutron.services.segments.plugin [-] Segment 227d0ed7-9872-4446-989c-dea30eddc579 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 227d0ed7-9872-4446-989c-dea30eddc579 found for delete ", "request_id": "req-ced1e50f-5f5e-4f7b-af75-99521987963f"}]} [pid: 8|app: 0|req: 932/1767] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:15 2026] DELETE /v2.0/security-groups/d9d8b32d-a9af-4de2-9987-124616b998f6 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:16.013 8 WARNING neutron.db.securitygroups_db [None req-e8052f35-0798-4dd4-be9d-a40a466ed1da 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 933/1768] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:16 2026] GET /v2.0/security-groups?tenant_id=f08eddb268eb4f29954b5d937b30a9ab&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: 934/1769] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:16 2026] DELETE /v2.0/security-groups/7fbfa422-6f23-4f60-a8b5-1ca4aa98eb55 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:16.384 8 WARNING neutron.db.securitygroups_db [None req-6a50507f-6562-4054-9f20-3621f8da50f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:24:16.411 7 INFO neutron.db.ovn_revision_numbers_db [None req-7553ae47-7415-48f2-ae0e-9c49a8de37fa - - - - - -] Successfully bumped revision number for resource 18aa122b-ed9e-4d82-aad1-17fcaedbb09e (type: ports) to 2 2026-05-17 02:24:16.498 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a50507f-6562-4054-9f20-3621f8da50f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 30d7def3-f11c-4108-b8df-35907a25805d (type: security_groups) to 1 2026-05-17 02:24:16.511 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a50507f-6562-4054-9f20-3621f8da50f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 388bb989-1f04-42c2-ba86-5f6fc1ced426 (type: security_group_rules) to 0 2026-05-17 02:24:16.521 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a50507f-6562-4054-9f20-3621f8da50f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 62876948-1e56-49ed-9842-4cd35cf053dc (type: security_group_rules) to 0 2026-05-17 02:24:16.532 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a50507f-6562-4054-9f20-3621f8da50f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7d937f3a-aec1-438b-bcba-d4e6edfee404 (type: security_group_rules) to 0 2026-05-17 02:24:16.545 8 INFO neutron.db.ovn_revision_numbers_db [None req-6a50507f-6562-4054-9f20-3621f8da50f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8db37e05-aac0-41b9-bf70-02666a86cf85 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 836/1770] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:15 2026] DELETE /v2.0/routers/04931869-eb84-460a-be0b-748efefc86a1 => generated 0 bytes in 1585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1771] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:16 2026] GET /v2.0/security-groups?tenant_id=d9159f75c7fc4bc4ac9db5c8db753210&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1772] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:16 2026] DELETE /v2.0/security-groups/30d7def3-f11c-4108-b8df-35907a25805d => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1773] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:16 2026] DELETE /v2.0/subnets/870c5001-d789-4295-9333-ca358be2e447 => 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: 937/1774] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:24:16 2026] GET /v2.0/ports/18aa122b-ed9e-4d82-aad1-17fcaedbb09e => generated 943 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1775] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:16 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:16.907 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee5dba8c-d0cb-4868-812e-70557eb45026 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 6978a3ce-14a2-48d8-991c-67c1a357b946 2026-05-17 02:24:16.912 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee5dba8c-d0cb-4868-812e-70557eb45026 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 6978a3ce-14a2-48d8-991c-67c1a357b946 [pid: 7|app: 0|req: 838/1776] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:16 2026] DELETE /v2.0/networks/8bcee261-0b5e-422a-8a27-82744b6ca34f => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:17.170 8 INFO neutron_taas.services.taas.taas_plugin [None req-55b39ce6-8850-49bc-9d03-7acff88b4415 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] TaaS: Handle Delete Port: 18aa122b-ed9e-4d82-aad1-17fcaedbb09e 2026-05-17 02:24:17.173 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55b39ce6-8850-49bc-9d03-7acff88b4415 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Tap Mirror: Handle Delete Port: 18aa122b-ed9e-4d82-aad1-17fcaedbb09e 2026-05-17 02:24:17.285 7 WARNING neutron.db.securitygroups_db [None req-8bd1b751-e779-40f0-9453-49e8a7932b45 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 839/1777] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:17 2026] GET /v2.0/security-groups?tenant_id=804f808121854207be22b057f52a67b7&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1778] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:17 2026] DELETE /v2.0/security-groups/d56968ee-9559-4528-b17a-987ae122ece8 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1779] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:24:17 2026] GET /v2.0/networks?id=4bbfde6a-73fb-4fa5-85b8-04da66d19075 => generated 698 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:17.580 7 WARNING neutron.db.securitygroups_db [req-19438d39-0063-44f7-86d8-5b9fcd2d82c3 req-0826d040-fcbf-4914-afa5-f63ddff8995c cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] 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: 939/1780] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:24:16 2026] PUT /v2.0/routers/c1625920-9bf9-42c1-aa01-43a81720d52f/remove_router_interface => generated 310 bytes in 740 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: 940/1781] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:24:17 2026] GET /v2.0/ports?device_id=c1625920-9bf9-42c1-aa01-43a81720d52f => 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: 842/1782] 199.204.45.38 () {34 vars in 1048 bytes} [Sun May 17 02:24:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1a53199bcbe34b4d8e4138fc92ac4248 => generated 181 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1783] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:17 2026] DELETE /v2.0/routers/c1625920-9bf9-42c1-aa01-43a81720d52f => generated 0 bytes in 201 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:17.886 7 INFO neutron.services.segments.plugin [-] Segment 159b59ca-082c-4d2a-9ff5-bcf7a1614a1f resource provider aggregate not found 2026-05-17 02:24:17.907 7 INFO neutron.services.segments.plugin [-] Segment 159b59ca-082c-4d2a-9ff5-bcf7a1614a1f resource provider aggregate not found 2026-05-17 02:24:17.911 7 INFO neutron.services.segments.plugin [-] Segment 159b59ca-082c-4d2a-9ff5-bcf7a1614a1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 159b59ca-082c-4d2a-9ff5-bcf7a1614a1f found for delete ", "request_id": "req-fbc35e77-fae5-430b-b533-fa047a0002e0"}]} 2026-05-17 02:24:17.922 7 INFO neutron.services.segments.plugin [-] Segment 159b59ca-082c-4d2a-9ff5-bcf7a1614a1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 159b59ca-082c-4d2a-9ff5-bcf7a1614a1f found for delete ", "request_id": "req-e6dbb4f4-837e-4243-ac38-360bcdcb3405"}]} 2026-05-17 02:24:17.975 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-19438d39-0063-44f7-86d8-5b9fcd2d82c3 req-77fec0d2-9d90-4fe9-9a7b-2f98d83b174c cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] No more DHCP agents 2026-05-17 02:24:17.977 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-19438d39-0063-44f7-86d8-5b9fcd2d82c3 req-77fec0d2-9d90-4fe9-9a7b-2f98d83b174c cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Unable to schedule network 4bbfde6a-73fb-4fa5-85b8-04da66d19075: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 942/1784] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:17 2026] DELETE /v2.0/subnets/591fc6f3-5c3d-495e-8bfe-5b6d1c65b219 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:18.127 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d757217f-7fc7-4139-93d5-861d303ebb0e - - - - - -] OVN reports status down for port: 9909f6a1-e833-44a7-807e-61cd787958b8 2026-05-17 02:24:18.131 7 INFO neutron.db.ovn_revision_numbers_db [req-19438d39-0063-44f7-86d8-5b9fcd2d82c3 req-77fec0d2-9d90-4fe9-9a7b-2f98d83b174c cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 9909f6a1-e833-44a7-807e-61cd787958b8 (type: ports) to 1 [pid: 8|app: 0|req: 943/1785] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:18 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 957 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1786] 199.204.45.38 () {38 vars in 953 bytes} [Sun May 17 02:24:17 2026] POST /v2.0/ports => generated 954 bytes in 577 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: 844/1787] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:18 2026] GET /v2.0/security-groups?id=feed912e-a4ff-41d4-9b22-5b59d70170b8&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:18.323 8 INFO neutron_taas.services.taas.taas_plugin [None req-155edebe-bf33-441a-bdf6-f0aeba70e827 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] TaaS: Handle Delete Port: 918797de-3768-43a9-85c1-f91d94910178 2026-05-17 02:24:18.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-155edebe-bf33-441a-bdf6-f0aeba70e827 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Tap Mirror: Handle Delete Port: 918797de-3768-43a9-85c1-f91d94910178 2026-05-17 02:24:18.516 8 INFO neutron.services.segments.plugin [-] Segment ca92c509-319b-43bd-bdf5-e17c09535ce8 resource provider aggregate not found 2026-05-17 02:24:18.521 8 INFO neutron.services.segments.plugin [-] Segment ca92c509-319b-43bd-bdf5-e17c09535ce8 resource provider aggregate not found 2026-05-17 02:24:18.536 8 INFO neutron.services.segments.plugin [-] Segment ca92c509-319b-43bd-bdf5-e17c09535ce8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca92c509-319b-43bd-bdf5-e17c09535ce8 found for delete ", "request_id": "req-06d7a3ed-cb49-47de-bd44-1e46e75d92d6"}]} 2026-05-17 02:24:18.541 8 INFO neutron.services.segments.plugin [-] Segment ca92c509-319b-43bd-bdf5-e17c09535ce8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca92c509-319b-43bd-bdf5-e17c09535ce8 found for delete ", "request_id": "req-368abaa9-0e31-4763-9a90-a93606e1d36d"}]} [pid: 8|app: 0|req: 944/1788] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:18 2026] DELETE /v2.0/networks/b5a2e21d-b7d8-40b3-95ad-5e583550411d => generated 0 bytes in 383 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:18.624 7 INFO neutron.db.ovn_revision_numbers_db [req-19438d39-0063-44f7-86d8-5b9fcd2d82c3 req-1c4bf7c6-7011-4631-b243-7e070838dd60 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource 9909f6a1-e833-44a7-807e-61cd787958b8 (type: ports) to 2 2026-05-17 02:24:18.862 7 INFO neutron.db.ovn_revision_numbers_db [req-19438d39-0063-44f7-86d8-5b9fcd2d82c3 req-1c4bf7c6-7011-4631-b243-7e070838dd60 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource 9909f6a1-e833-44a7-807e-61cd787958b8 (type: ports) to 4 [pid: 7|app: 0|req: 845/1789] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:24:18 2026] PUT /v2.0/ports/9909f6a1-e833-44a7-807e-61cd787958b8 => generated 1227 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:18.913 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e1e928c2-546f-4810-8ee6-96c105b733a7'] response: {'name': 'network-changed', 'server_uuid': '32aa04b1-7673-41a6-b424-74d00bada2ee', 'tag': '9909f6a1-e833-44a7-807e-61cd787958b8', 'status': 'completed', 'code': 200} 2026-05-17 02:24:19.055 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8d91e6f1-f764-4f46-8f1d-56e9fba4b9ba ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] No more DHCP agents 2026-05-17 02:24:19.057 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8d91e6f1-f764-4f46-8f1d-56e9fba4b9ba ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:19.183 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d757217f-7fc7-4139-93d5-861d303ebb0e - - - - - -] OVN reports status down for port: d8fc8060-fe33-4296-afaa-a41ab8c883a1 2026-05-17 02:24:19.247 8 INFO neutron.db.ovn_revision_numbers_db [None req-8d91e6f1-f764-4f46-8f1d-56e9fba4b9ba ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource d8fc8060-fe33-4296-afaa-a41ab8c883a1 (type: ports) to 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 846/1790] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:19 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1791] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:19 2026] GET /v2.0/security-groups?id=feed912e-a4ff-41d4-9b22-5b59d70170b8&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: 848/1792] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:24:19 2026] GET /v2.0/ports?tenant_id=1a53199bcbe34b4d8e4138fc92ac4248&device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 1230 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1793] 199.204.45.38 () {34 vars in 1016 bytes} [Sun May 17 02:24:19 2026] GET /v2.0/networks?tenant_id=1a53199bcbe34b4d8e4138fc92ac4248&shared=False => generated 797 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1794] 199.204.45.38 () {34 vars in 928 bytes} [Sun May 17 02:24:19 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:19.878 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d757217f-7fc7-4139-93d5-861d303ebb0e - - - - - -] OVN reports status up for port: d8fc8060-fe33-4296-afaa-a41ab8c883a1 2026-05-17 02:24:19.907 8 INFO neutron.plugins.ml2.plugin [None req-d757217f-7fc7-4139-93d5-861d303ebb0e - - - - - -] Attempt 1 to provision port d8fc8060-fe33-4296-afaa-a41ab8c883a1 2026-05-17 02:24:19.934 8 INFO neutron.db.ovn_revision_numbers_db [None req-8d91e6f1-f764-4f46-8f1d-56e9fba4b9ba ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource d8fc8060-fe33-4296-afaa-a41ab8c883a1 (type: router_ports) to 1 2026-05-17 02:24:20.032 8 INFO neutron.db.ovn_revision_numbers_db [None req-8d91e6f1-f764-4f46-8f1d-56e9fba4b9ba ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource e6ee4a67-937a-413b-9115-6c1cb12fae3e (type: routers) to 2 [pid: 8|app: 0|req: 945/1795] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:18 2026] POST /v2.0/routers => generated 968 bytes in 1476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1796] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:24:20 2026] GET /v2.0/routers/e6ee4a67-937a-413b-9115-6c1cb12fae3e => generated 974 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1799] 10.0.0.197 () {32 vars in 646 bytes} [Sun May 17 02:24:20 2026] GET /v2.0/routers => generated 977 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1800] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:20 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => 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: 948/1801] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:20 2026] GET /v2.0/security-groups?id=feed912e-a4ff-41d4-9b22-5b59d70170b8&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:20.662 7 INFO neutron.db.ovn_revision_numbers_db [None req-2629bc54-a5b9-494a-8470-995d0306fd95 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Successfully bumped revision number for resource e6ee4a67-937a-413b-9115-6c1cb12fae3e (type: routers) to 3 [pid: 7|app: 0|req: 854/1802] 10.0.0.197 () {34 vars in 740 bytes} [Sun May 17 02:24:20 2026] PUT /v2.0/routers/e6ee4a67-937a-413b-9115-6c1cb12fae3e => generated 981 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1803] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:24:20 2026] GET /v2.0/ports?tenant_id=1a53199bcbe34b4d8e4138fc92ac4248&device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 1230 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1804] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:24:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9909f6a1-e833-44a7-807e-61cd787958b8 => 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: 855/1805] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:24:20 2026] GET /v2.0/routers/e6ee4a67-937a-413b-9115-6c1cb12fae3e => generated 981 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1806] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:24:20 2026] GET /v2.0/ports?device_id=e6ee4a67-937a-413b-9115-6c1cb12fae3e => 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: 951/1807] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:24:20 2026] GET /v2.0/subnets?id=f517380d-98be-4915-9732-f4e35aa4b44c => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1808] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:24:20 2026] GET /v2.0/ports?network_id=4bbfde6a-73fb-4fa5-85b8-04da66d19075&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: 953/1809] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:24:20 2026] GET /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1810] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:24:20 2026] GET /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:20.948 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-aba5ec45-89a1-40d9-8ec3-c50269942656 - - - - - -] No port found with ID 18aa122b-ed9e-4d82-aad1-17fcaedbb09e: RuntimeError: No port found with ID 18aa122b-ed9e-4d82-aad1-17fcaedbb09e 2026-05-17 02:24:21.062 7 INFO neutron_taas.services.taas.taas_plugin [None req-62cb0733-4369-464f-9320-a7fae74d2214 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] TaaS: Handle Delete Port: d8fc8060-fe33-4296-afaa-a41ab8c883a1 2026-05-17 02:24:21.064 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62cb0733-4369-464f-9320-a7fae74d2214 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] Tap Mirror: Handle Delete Port: d8fc8060-fe33-4296-afaa-a41ab8c883a1 [pid: 7|app: 0|req: 857/1811] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:20 2026] DELETE /v2.0/routers/e6ee4a67-937a-413b-9115-6c1cb12fae3e => generated 0 bytes in 645 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1812] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:24:21 2026] GET /v2.0/ports?device_id=e6ee4a67-937a-413b-9115-6c1cb12fae3e => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:21.458 8 INFO neutron.db.ovn_revision_numbers_db [None req-c309f694-75f4-420f-ae98-da13f38aa17e 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource c94a450d-ab05-4cf1-9be9-f4e005987af1 (type: security_groups) to 1 2026-05-17 02:24:21.472 8 INFO neutron.db.ovn_revision_numbers_db [None req-c309f694-75f4-420f-ae98-da13f38aa17e 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 16d2e569-772d-4f0b-ab9a-78bc4e84758d (type: security_group_rules) to 0 2026-05-17 02:24:21.480 7 INFO neutron.api.v2.resource [None req-7e1cd816-37dd-4256-9094-505dfa17d971 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 859/1813] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:21 2026] DELETE /v2.0/routers/e6ee4a67-937a-413b-9115-6c1cb12fae3e => generated 135 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:24:21.486 8 INFO neutron.db.ovn_revision_numbers_db [None req-c309f694-75f4-420f-ae98-da13f38aa17e 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 496b2383-455b-4506-b325-6bb0a5e1ccbf (type: security_group_rules) to 0 2026-05-17 02:24:21.504 8 INFO neutron.db.ovn_revision_numbers_db [None req-c309f694-75f4-420f-ae98-da13f38aa17e 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 57ff63b7-c079-41f2-bf75-0dff85a34aa6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 860/1814] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:24:21 2026] GET /v2.0/ports?device_id=c1625920-9bf9-42c1-aa01-43a81720d52f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:21.517 8 INFO neutron.db.ovn_revision_numbers_db [None req-c309f694-75f4-420f-ae98-da13f38aa17e 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 5e824829-cfec-4bd1-9faf-19bb6338abbc (type: security_group_rules) to 0 2026-05-17 02:24:21.530 7 INFO neutron.api.v2.resource [None req-95b34395-f1a3-4e75-980e-36e0f02e46f0 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 861/1815] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:21 2026] DELETE /v2.0/routers/c1625920-9bf9-42c1-aa01-43a81720d52f => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:24:21.547 7 INFO neutron.pecan_wsgi.hooks.translation [None req-17d6d10e-0715-433b-8a32-129df2de40cd ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 862/1816] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:21 2026] DELETE /v2.0/subnets/591fc6f3-5c3d-495e-8bfe-5b6d1c65b219 => 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: 863/1817] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:24:21 2026] GET /v2.0/ports?device_id=7df14a91-4ff4-4b23-9b0d-e839e0e837b4 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:21.595 7 INFO neutron.api.v2.resource [None req-75cc1da2-65e7-41d5-b6f9-9d3d5a01a419 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] delete failed (client error): The resource could not be found. 2026-05-17 02:24:21.596 8 INFO neutron.db.segments_db [None req-c309f694-75f4-420f-ae98-da13f38aa17e 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Added segment d28c407d-2008-47b7-b29c-0d31538fc374 of type geneve for network 80636d96-b73e-4204-a66c-44e41d4aa81c [pid: 7|app: 0|req: 864/1818] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:21 2026] DELETE /v2.0/routers/7df14a91-4ff4-4b23-9b0d-e839e0e837b4 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:24:21.614 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c35aa8df-9442-46dc-8a3d-67f49032f92f ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 865/1819] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:21 2026] DELETE /v2.0/subnets/69e6bb91-bd9a-41d5-91b3-8e101d66a5b1 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1820] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:24:21 2026] GET /v2.0/ports?device_id=7f62b8d2-dee7-4213-90d3-e38325b933b1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:21.672 7 INFO neutron.api.v2.resource [None req-c75c779d-5f65-4346-ae8e-88c245617a56 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 867/1821] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:21 2026] DELETE /v2.0/routers/7f62b8d2-dee7-4213-90d3-e38325b933b1 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:24:21.714 8 INFO neutron.db.ovn_revision_numbers_db [None req-c309f694-75f4-420f-ae98-da13f38aa17e 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 80636d96-b73e-4204-a66c-44e41d4aa81c (type: networks) to 1 [pid: 7|app: 0|req: 868/1822] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:21 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:21.743 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e65e8de-342a-4339-92d1-5afd81b661b2 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 869/1823] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:21 2026] DELETE /v2.0/subnets/502913b6-295c-435e-9fdc-f5a5a0ed59c2 => 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: 870/1824] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:21 2026] GET /v2.0/security-groups?id=feed912e-a4ff-41d4-9b22-5b59d70170b8&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-17 02:24:21.793 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06d1e0bf-83d2-44d5-bd2a-2dab12afa682 ad02d6db041a42149e1bc2e3ee4debe1 708f8e054b3342db9b92b4657bc86aa4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1825] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:21 2026] DELETE /v2.0/subnets/dee062fb-2bea-4b15-b1ca-1418c27b6b3d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:24:21.899 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c309f694-75f4-420f-ae98-da13f38aa17e 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] No more DHCP agents 2026-05-17 02:24:21.901 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c309f694-75f4-420f-ae98-da13f38aa17e 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Unable to schedule network 80636d96-b73e-4204-a66c-44e41d4aa81c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:21.990 8 INFO neutron.db.ovn_revision_numbers_db [None req-c309f694-75f4-420f-ae98-da13f38aa17e 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 0a4dfcdd-bf79-4cbb-9f5a-058ea08ce9a4 (type: ports) to 1 [pid: 8|app: 0|req: 955/1826] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:21 2026] POST /v2.0/networks => generated 669 bytes in 934 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:22.206 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a4696848-d0de-49d5-bd97-205bf52958d1 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] No more DHCP agents 2026-05-17 02:24:22.211 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a4696848-d0de-49d5-bd97-205bf52958d1 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Unable to schedule network 80636d96-b73e-4204-a66c-44e41d4aa81c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:22.728 8 WARNING neutron.db.securitygroups_db [None req-4dc27cd0-a058-423e-8701-8812831275d4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 956/1827] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:22 2026] GET /v2.0/security-groups?tenant_id=708f8e054b3342db9b92b4657bc86aa4&name=default => generated 2925 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:22.814 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4696848-d0de-49d5-bd97-205bf52958d1 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 0a4dfcdd-bf79-4cbb-9f5a-058ea08ce9a4 (type: ports) to 2 2026-05-17 02:24:22.844 8 WARNING neutron.db.securitygroups_db [None req-73cdb246-2c83-419a-8691-eef19f2510c3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:24:22.848 7 INFO neutron.db.ovn_revision_numbers_db [None req-a4696848-d0de-49d5-bd97-205bf52958d1 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 27f40045-a879-4320-a23a-02e7ff0bd600 (type: subnets) to 0 [pid: 7|app: 0|req: 872/1828] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:22 2026] POST /v2.0/subnets => generated 626 bytes in 845 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:22.962 8 INFO neutron.db.ovn_revision_numbers_db [None req-73cdb246-2c83-419a-8691-eef19f2510c3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b97a49a3-0632-48cb-8e7d-44c96269c08d (type: security_groups) to 1 2026-05-17 02:24:22.974 8 INFO neutron.db.ovn_revision_numbers_db [None req-73cdb246-2c83-419a-8691-eef19f2510c3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 0a0039ec-d9c5-4970-92a3-f1e032697ff6 (type: security_group_rules) to 0 2026-05-17 02:24:22.989 8 INFO neutron.db.ovn_revision_numbers_db [None req-73cdb246-2c83-419a-8691-eef19f2510c3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3e4e36f5-b7df-4785-86cf-8a7f1802e36a (type: security_group_rules) to 0 2026-05-17 02:24:22.999 8 INFO neutron.db.ovn_revision_numbers_db [None req-73cdb246-2c83-419a-8691-eef19f2510c3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 896fc545-607c-4f54-8797-840053833c3e (type: security_group_rules) to 0 2026-05-17 02:24:23.016 8 INFO neutron.db.ovn_revision_numbers_db [None req-73cdb246-2c83-419a-8691-eef19f2510c3 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9d8163f4-8462-43d3-8530-032021bd9128 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 957/1829] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:22 2026] GET /v2.0/security-groups?tenant_id=a678839103a349f7b1740f32eaa3bac5&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1830] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:22 2026] DELETE /v2.0/security-groups/e6801bb8-738e-4be2-96c5-924b138670eb => generated 0 bytes in 197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1831] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:23 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:23.141 7 INFO neutron.db.segments_db [None req-99b0c7c3-0652-4fc6-a015-1e65915a33ed 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Added segment 75e30792-b600-4ce3-90fb-23ec2d3104cb of type geneve for network 453a8318-a8ab-48c8-8f3a-c8db9561d01e [pid: 8|app: 0|req: 959/1832] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:23 2026] DELETE /v2.0/security-groups/b97a49a3-0632-48cb-8e7d-44c96269c08d => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:23.247 7 INFO neutron.db.ovn_revision_numbers_db [None req-99b0c7c3-0652-4fc6-a015-1e65915a33ed 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 453a8318-a8ab-48c8-8f3a-c8db9561d01e (type: networks) to 1 [pid: 8|app: 0|req: 960/1833] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:23 2026] GET /v2.0/security-groups?id=feed912e-a4ff-41d4-9b22-5b59d70170b8&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:23.408 8 WARNING neutron.db.securitygroups_db [None req-363176a0-a8c1-49ce-b2a1-fc60843ee5e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:24:23.466 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-99b0c7c3-0652-4fc6-a015-1e65915a33ed 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] No more DHCP agents 2026-05-17 02:24:23.467 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-99b0c7c3-0652-4fc6-a015-1e65915a33ed 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Unable to schedule network 453a8318-a8ab-48c8-8f3a-c8db9561d01e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:23.616 7 INFO neutron.db.ovn_revision_numbers_db [None req-99b0c7c3-0652-4fc6-a015-1e65915a33ed 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource cdb05829-a699-40d7-8278-126901d5a87e (type: ports) to 1 2026-05-17 02:24:23.660 8 INFO neutron.db.ovn_revision_numbers_db [None req-363176a0-a8c1-49ce-b2a1-fc60843ee5e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d760475a-a9d9-4da9-a677-32570d88653c (type: security_groups) to 1 [pid: 7|app: 0|req: 874/1834] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:23 2026] POST /v2.0/networks => generated 670 bytes in 603 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:23.679 8 INFO neutron.db.ovn_revision_numbers_db [None req-363176a0-a8c1-49ce-b2a1-fc60843ee5e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 528a0b85-108e-4d2c-961c-133414dade75 (type: security_group_rules) to 0 2026-05-17 02:24:23.694 8 INFO neutron.db.ovn_revision_numbers_db [None req-363176a0-a8c1-49ce-b2a1-fc60843ee5e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 77ab07ff-59bc-49ed-9ca8-7355dea372f3 (type: security_group_rules) to 0 2026-05-17 02:24:23.709 8 INFO neutron.db.ovn_revision_numbers_db [None req-363176a0-a8c1-49ce-b2a1-fc60843ee5e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a6d10c38-e764-4dc9-9746-c9e821c83d22 (type: security_group_rules) to 0 2026-05-17 02:24:23.723 8 INFO neutron.db.ovn_revision_numbers_db [None req-363176a0-a8c1-49ce-b2a1-fc60843ee5e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f7def87c-6ac3-455f-acc4-f3ac20d6a36b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 961/1835] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:23 2026] GET /v2.0/security-groups?tenant_id=de2329d66162447599f9a4156b619241&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:23.890 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a2bbc493-5866-4564-a228-bd19561ad615 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] No more DHCP agents 2026-05-17 02:24:23.892 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a2bbc493-5866-4564-a228-bd19561ad615 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Unable to schedule network 453a8318-a8ab-48c8-8f3a-c8db9561d01e: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 962/1836] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:23 2026] DELETE /v2.0/security-groups/d760475a-a9d9-4da9-a677-32570d88653c => generated 0 bytes in 226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:24.384 7 INFO neutron.db.ovn_revision_numbers_db [None req-a2bbc493-5866-4564-a228-bd19561ad615 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource cdb05829-a699-40d7-8278-126901d5a87e (type: ports) to 2 2026-05-17 02:24:24.429 7 INFO neutron.db.ovn_revision_numbers_db [None req-a2bbc493-5866-4564-a228-bd19561ad615 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 2430aa90-f979-41f1-91a0-325f6a69f764 (type: subnets) to 0 [pid: 7|app: 0|req: 875/1837] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:23 2026] POST /v2.0/subnets => generated 629 bytes in 779 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1838] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:24 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1839] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:24 2026] GET /v2.0/security-groups?id=feed912e-a4ff-41d4-9b22-5b59d70170b8&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-17 02:24:24.610 7 INFO neutron.db.segments_db [None req-565f2f0c-6cf5-4bdc-8025-533769ba1ad1 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Added segment a8a03ceb-d1da-45b2-a834-f05e02f4973b of type geneve for network 947df0b3-d19b-4ef1-9926-75ba73882afd 2026-05-17 02:24:24.746 7 INFO neutron.db.ovn_revision_numbers_db [None req-565f2f0c-6cf5-4bdc-8025-533769ba1ad1 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 947df0b3-d19b-4ef1-9926-75ba73882afd (type: networks) to 1 2026-05-17 02:24:24.947 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-565f2f0c-6cf5-4bdc-8025-533769ba1ad1 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] No more DHCP agents 2026-05-17 02:24:24.948 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-565f2f0c-6cf5-4bdc-8025-533769ba1ad1 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Unable to schedule network 947df0b3-d19b-4ef1-9926-75ba73882afd: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:25.013 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aba5ec45-89a1-40d9-8ec3-c50269942656 - - - - - -] OVN reports status down for port: 48fb2fb4-3b38-4507-907e-39efed4979b4 2026-05-17 02:24:25.075 7 INFO neutron.db.ovn_revision_numbers_db [None req-565f2f0c-6cf5-4bdc-8025-533769ba1ad1 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 48fb2fb4-3b38-4507-907e-39efed4979b4 (type: ports) to 1 [pid: 7|app: 0|req: 876/1840] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:24 2026] POST /v2.0/networks => generated 670 bytes in 647 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:25.349 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-dd56a267-50b7-42f2-821a-c58027e5dda0 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] No more DHCP agents 2026-05-17 02:24:25.350 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-dd56a267-50b7-42f2-821a-c58027e5dda0 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Unable to schedule network 947df0b3-d19b-4ef1-9926-75ba73882afd: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:25.415 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ea44bc9-b1d8-4872-ac3b-4f5b7d2eda0f dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource a3250f0e-6df7-4b1b-b26a-4c967b4dea05 (type: security_groups) to 1 2026-05-17 02:24:25.432 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ea44bc9-b1d8-4872-ac3b-4f5b7d2eda0f dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource 2af346c5-aecc-42e2-ac0c-f984ec933dd9 (type: security_group_rules) to 0 2026-05-17 02:24:25.453 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d757217f-7fc7-4139-93d5-861d303ebb0e - - - - - -] No port found with ID d8fc8060-fe33-4296-afaa-a41ab8c883a1: RuntimeError: No port found with ID d8fc8060-fe33-4296-afaa-a41ab8c883a1 2026-05-17 02:24:25.454 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d757217f-7fc7-4139-93d5-861d303ebb0e - - - - - -] OVN reports status down for port: 0a4dfcdd-bf79-4cbb-9f5a-058ea08ce9a4 2026-05-17 02:24:25.469 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ea44bc9-b1d8-4872-ac3b-4f5b7d2eda0f dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource 48dbf566-15a0-4552-ba77-7b11177b6555 (type: security_group_rules) to 0 2026-05-17 02:24:25.500 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ea44bc9-b1d8-4872-ac3b-4f5b7d2eda0f dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource a426bfb9-9fbb-4d52-b6e4-a58dcc87a615 (type: security_group_rules) to 0 2026-05-17 02:24:25.528 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ea44bc9-b1d8-4872-ac3b-4f5b7d2eda0f dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource e12b8d76-4a67-4cd1-80c8-cc1a696d4c38 (type: security_group_rules) to 0 2026-05-17 02:24:25.576 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d757217f-7fc7-4139-93d5-861d303ebb0e - - - - - -] OVN reports status down for port: cdb05829-a699-40d7-8278-126901d5a87e 2026-05-17 02:24:25.686 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d757217f-7fc7-4139-93d5-861d303ebb0e - - - - - -] OVN reports status up for port: 9909f6a1-e833-44a7-807e-61cd787958b8 2026-05-17 02:24:25.709 8 INFO neutron.plugins.ml2.plugin [None req-d757217f-7fc7-4139-93d5-861d303ebb0e - - - - - -] Attempt 1 to provision port 9909f6a1-e833-44a7-807e-61cd787958b8 2026-05-17 02:24:25.767 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ea44bc9-b1d8-4872-ac3b-4f5b7d2eda0f dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource d469960b-1bd2-48b7-ae5d-fc66f20a0962 (type: security_groups) to 1 2026-05-17 02:24:25.798 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ea44bc9-b1d8-4872-ac3b-4f5b7d2eda0f dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource 9b574df0-7c85-4011-ad7c-03b71874048f (type: security_group_rules) to 0 2026-05-17 02:24:25.827 8 INFO neutron.db.ovn_revision_numbers_db [None req-4ea44bc9-b1d8-4872-ac3b-4f5b7d2eda0f dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource d71f6e44-26e6-448f-b167-86ba19f6e8e8 (type: security_group_rules) to 0 2026-05-17 02:24:25.887 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e52707f-f8a0-4918-9740-9f3480b24257'] response: {'server_uuid': '32aa04b1-7673-41a6-b424-74d00bada2ee', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9909f6a1-e833-44a7-807e-61cd787958b8', 'code': 200} 2026-05-17 02:24:25.914 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd56a267-50b7-42f2-821a-c58027e5dda0 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 48fb2fb4-3b38-4507-907e-39efed4979b4 (type: ports) to 2 [pid: 8|app: 0|req: 965/1841] 10.0.0.197 () {34 vars in 683 bytes} [Sun May 17 02:24:25 2026] POST /v2.0/security-groups => generated 1624 bytes in 916 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:24:25.982 7 INFO neutron.db.ovn_revision_numbers_db [None req-dd56a267-50b7-42f2-821a-c58027e5dda0 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 85087f68-83a2-4811-bf91-ef0497b9b363 (type: subnets) to 0 [pid: 7|app: 0|req: 877/1842] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:25 2026] POST /v2.0/subnets => generated 629 bytes in 893 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1843] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:25 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1844] 10.0.0.197 () {32 vars in 662 bytes} [Sun May 17 02:24:26 2026] GET /v2.0/security-groups => generated 4529 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1845] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:26 2026] GET /v2.0/security-groups?id=feed912e-a4ff-41d4-9b22-5b59d70170b8&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:26.162 8 INFO neutron.db.segments_db [None req-0d876e50-3894-463a-89d1-4509f691aead 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Added segment 6e26818f-74cc-4d2e-bc54-46d3f8d1d77f of type geneve for network b4b1ab00-6b07-4187-88ef-4910e729e03a 2026-05-17 02:24:26.173 7 INFO neutron.db.ovn_revision_numbers_db [None req-494edb0e-f755-48d3-9ba1-540540b64f15 dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource d469960b-1bd2-48b7-ae5d-fc66f20a0962 (type: security_groups) to 2 2026-05-17 02:24:26.185 8 INFO neutron.db.ovn_revision_numbers_db [None req-d757217f-7fc7-4139-93d5-861d303ebb0e - - - - - -] Successfully bumped revision number for resource 9909f6a1-e833-44a7-807e-61cd787958b8 (type: ports) to 5 [pid: 7|app: 0|req: 880/1846] 10.0.0.197 () {34 vars in 757 bytes} [Sun May 17 02:24:26 2026] PUT /v2.0/security-groups/d469960b-1bd2-48b7-ae5d-fc66f20a0962 => generated 1662 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1847] 10.0.0.197 () {32 vars in 736 bytes} [Sun May 17 02:24:26 2026] GET /v2.0/security-groups/d469960b-1bd2-48b7-ae5d-fc66f20a0962 => generated 1662 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:26.341 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d876e50-3894-463a-89d1-4509f691aead 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource b4b1ab00-6b07-4187-88ef-4910e729e03a (type: networks) to 1 [pid: 7|app: 0|req: 882/1848] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:26 2026] DELETE /v2.0/security-groups/d469960b-1bd2-48b7-ae5d-fc66f20a0962 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1849] 10.0.0.197 () {32 vars in 662 bytes} [Sun May 17 02:24:26 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-17 02:24:26.444 7 INFO neutron.api.v2.resource [None req-6e23a1df-dfcc-4ae5-9e83-46a309f07a5c dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 884/1850] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:26 2026] DELETE /v2.0/security-groups/d469960b-1bd2-48b7-ae5d-fc66f20a0962 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:24:26.587 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0d876e50-3894-463a-89d1-4509f691aead 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] No more DHCP agents 2026-05-17 02:24:26.588 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0d876e50-3894-463a-89d1-4509f691aead 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Unable to schedule network b4b1ab00-6b07-4187-88ef-4910e729e03a: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:26.589 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c90e8d1-6072-476b-bc3d-908fa2f5c71c dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource 4220e529-e8f7-4318-89a3-75ced4a79285 (type: security_groups) to 1 2026-05-17 02:24:26.600 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c90e8d1-6072-476b-bc3d-908fa2f5c71c dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource ee430265-55fb-4681-b601-a493097ede45 (type: security_group_rules) to 0 2026-05-17 02:24:26.614 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c90e8d1-6072-476b-bc3d-908fa2f5c71c dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource f1e00951-7897-4e98-9c84-e5dccae2684e (type: security_group_rules) to 0 2026-05-17 02:24:26.643 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-62e8cff4-82d8-4851-b1f6-216c92d27dd2 - - - - - -] OVN reports status down for port: d4929727-f5c5-4deb-8fcd-35873c3c36fb [pid: 7|app: 0|req: 885/1851] 10.0.0.197 () {34 vars in 683 bytes} [Sun May 17 02:24:26 2026] POST /v2.0/security-groups => generated 1624 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:24:26.710 8 INFO neutron.db.ovn_revision_numbers_db [None req-0d876e50-3894-463a-89d1-4509f691aead 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource d4929727-f5c5-4deb-8fcd-35873c3c36fb (type: ports) to 1 [pid: 8|app: 0|req: 967/1852] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:26 2026] POST /v2.0/networks => generated 669 bytes in 715 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-17 02:24:26.818 7 INFO neutron.db.ovn_revision_numbers_db [None req-5473fd39-a964-434a-9f9f-b3044f1bdfa1 dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource 342ce544-5001-4d22-8cd9-142d20133f28 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 886/1853] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1854] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:24:26 2026] GET /v2.0/security-group-rules/342ce544-5001-4d22-8cd9-142d20133f28 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1855] 10.0.0.197 () {32 vars in 672 bytes} [Sun May 17 02:24:26 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:27.001 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-02fe8cef-25c2-4554-89ea-720b51d19666 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] No more DHCP agents 2026-05-17 02:24:27.005 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-02fe8cef-25c2-4554-89ea-720b51d19666 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Unable to schedule network b4b1ab00-6b07-4187-88ef-4910e729e03a: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 889/1856] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:24:26 2026] DELETE /v2.0/security-group-rules/342ce544-5001-4d22-8cd9-142d20133f28 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1857] 10.0.0.197 () {32 vars in 672 bytes} [Sun May 17 02:24:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:27.246 7 INFO neutron.db.ovn_revision_numbers_db [None req-b3c3c247-8ee5-43c1-83a1-569549d00b24 dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource 516ef9b2-9bca-472e-ac2d-f861729d7eb4 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 891/1858] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1859] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:27 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1860] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:24:27 2026] GET /v2.0/security-group-rules/516ef9b2-9bca-472e-ac2d-f861729d7eb4 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1861] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:27 2026] GET /v2.0/security-groups?id=feed912e-a4ff-41d4-9b22-5b59d70170b8&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1862] 10.0.0.197 () {32 vars in 672 bytes} [Sun May 17 02:24:27 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1863] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:27 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:27.590 8 INFO neutron.db.ovn_revision_numbers_db [None req-02fe8cef-25c2-4554-89ea-720b51d19666 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource d4929727-f5c5-4deb-8fcd-35873c3c36fb (type: ports) to 2 2026-05-17 02:24:27.635 8 INFO neutron.db.ovn_revision_numbers_db [None req-02fe8cef-25c2-4554-89ea-720b51d19666 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource c4f52964-1ae6-41ac-b70b-5b67fa065f0f (type: subnets) to 0 [pid: 8|app: 0|req: 968/1864] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:26 2026] POST /v2.0/subnets => generated 629 bytes in 910 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1865] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:24:27 2026] DELETE /v2.0/security-group-rules/516ef9b2-9bca-472e-ac2d-f861729d7eb4 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1866] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:27 2026] GET /v2.0/security-groups?id=feed912e-a4ff-41d4-9b22-5b59d70170b8&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:27.785 7 INFO neutron.db.segments_db [None req-3635854a-2d6c-44e3-a968-7dc6c390b181 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Added segment 268b7b52-5543-400a-840c-bf525f681380 of type geneve for network ae7e6bee-9be1-4e6c-8767-c1e3e0d54108 [pid: 8|app: 0|req: 970/1867] 10.0.0.197 () {32 vars in 672 bytes} [Sun May 17 02:24:27 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1868] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:24:27 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 1232 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:27.905 7 INFO neutron.db.ovn_revision_numbers_db [None req-3635854a-2d6c-44e3-a968-7dc6c390b181 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource ae7e6bee-9be1-4e6c-8767-c1e3e0d54108 (type: networks) to 1 2026-05-17 02:24:27.930 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6642d8e-18e9-4f05-b152-b572e7bb6478'] response: {'server_uuid': '32aa04b1-7673-41a6-b424-74d00bada2ee', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '9909f6a1-e833-44a7-807e-61cd787958b8', 'code': 200} 2026-05-17 02:24:27.994 8 INFO neutron.db.ovn_revision_numbers_db [None req-1ac5aef4-99df-4a06-a369-17452af8580d dd4b7936bdc54f5a880f87eed3609c1d beab167973fe4a05bbf927e88ad92495 - - default default] Successfully bumped revision number for resource c17e1024-e915-4120-b16b-c545c906a373 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 972/1869] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:28.126 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3635854a-2d6c-44e3-a968-7dc6c390b181 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] No more DHCP agents 2026-05-17 02:24:28.127 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3635854a-2d6c-44e3-a968-7dc6c390b181 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Unable to schedule network ae7e6bee-9be1-4e6c-8767-c1e3e0d54108: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:28.193 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-62e8cff4-82d8-4851-b1f6-216c92d27dd2 - - - - - -] OVN reports status down for port: 57ada48e-4d4b-44bd-bb0e-2dfab4479208 2026-05-17 02:24:28.216 7 INFO neutron.db.ovn_revision_numbers_db [None req-3635854a-2d6c-44e3-a968-7dc6c390b181 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 57ada48e-4d4b-44bd-bb0e-2dfab4479208 (type: ports) to 1 [pid: 7|app: 0|req: 898/1870] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:27 2026] POST /v2.0/networks => generated 670 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1871] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:24:28 2026] GET /v2.0/security-group-rules/c17e1024-e915-4120-b16b-c545c906a373 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:28.359 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5e8a4ea5-2b03-4e56-a8f7-c20393a92c21 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] No more DHCP agents 2026-05-17 02:24:28.360 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5e8a4ea5-2b03-4e56-a8f7-c20393a92c21 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:28.435 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6a03a70b-fec2-4b64-9cf3-8aeac84a4dca 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] No more DHCP agents 2026-05-17 02:24:28.436 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6a03a70b-fec2-4b64-9cf3-8aeac84a4dca 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Unable to schedule network ae7e6bee-9be1-4e6c-8767-c1e3e0d54108: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:28.862 7 INFO neutron.db.ovn_revision_numbers_db [None req-6a03a70b-fec2-4b64-9cf3-8aeac84a4dca 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource 57ada48e-4d4b-44bd-bb0e-2dfab4479208 (type: ports) to 2 2026-05-17 02:24:28.896 7 INFO neutron.db.ovn_revision_numbers_db [None req-6a03a70b-fec2-4b64-9cf3-8aeac84a4dca 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Successfully bumped revision number for resource c3b1da53-5f60-498c-81db-9f88b39b2316 (type: subnets) to 0 [pid: 7|app: 0|req: 900/1872] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:28 2026] POST /v2.0/subnets => generated 629 bytes in 661 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1873] 10.0.0.197 () {32 vars in 672 bytes} [Sun May 17 02:24:28 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 53 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-17 02:24:29.171 7 WARNING neutron.db.securitygroups_db [None req-3a9fbc94-e55e-4c2b-9540-a63df7c00b72 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:24:29.203 8 INFO neutron.db.ovn_revision_numbers_db [None req-5e8a4ea5-2b03-4e56-a8f7-c20393a92c21 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource dca42bce-5ded-49c8-a3bb-9f8b19e3411f (type: floatingips) to 1 2026-05-17 02:24:29.203 8 INFO neutron.db.l3_db [None req-5e8a4ea5-2b03-4e56-a8f7-c20393a92c21 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Floating IP dca42bce-5ded-49c8-a3bb-9f8b19e3411f associated. External IP: 10.96.250.201, port: 9909f6a1-e833-44a7-807e-61cd787958b8. [pid: 8|app: 0|req: 973/1874] 10.0.0.197 () {34 vars in 676 bytes} [Sun May 17 02:24:28 2026] POST /v2.0/floatingips => generated 855 bytes in 1204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:29.282 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a9fbc94-e55e-4c2b-9540-a63df7c00b72 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 259dfbcf-1c25-4cf9-8758-2b87000265ba (type: security_groups) to 1 2026-05-17 02:24:29.297 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a9fbc94-e55e-4c2b-9540-a63df7c00b72 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 299c358a-15f2-45b6-85c3-35deeb397054 (type: security_group_rules) to 0 2026-05-17 02:24:29.309 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a9fbc94-e55e-4c2b-9540-a63df7c00b72 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 496a0f39-c268-4529-a71b-8362c6ef9f3e (type: security_group_rules) to 0 2026-05-17 02:24:29.321 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a9fbc94-e55e-4c2b-9540-a63df7c00b72 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6b0a5ab4-6d4f-4aee-8a6f-736322944997 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 974/1875] 10.0.0.197 () {34 vars in 750 bytes} [Sun May 17 02:24:29 2026] PUT /v2.0/subnets/27f40045-a879-4320-a23a-02e7ff0bd600/tags => generated 17 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:29.347 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a9fbc94-e55e-4c2b-9540-a63df7c00b72 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b5a3c3a6-d339-41be-b823-09afb0492350 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 902/1876] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:28 2026] GET /v2.0/security-groups?tenant_id=eb5aa0e830664ea79ef8c85c4f1537db&name=default => generated 2925 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1877] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:24:29 2026] DELETE /v2.0/security-group-rules/c17e1024-e915-4120-b16b-c545c906a373 => 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: 903/1878] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:24:29 2026] GET /v2.0/floatingips/dca42bce-5ded-49c8-a3bb-9f8b19e3411f => generated 857 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1879] 10.0.0.197 () {34 vars in 750 bytes} [Sun May 17 02:24:29 2026] PUT /v2.0/subnets/2430aa90-f979-41f1-91a0-325f6a69f764/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1880] 10.0.0.197 () {32 vars in 672 bytes} [Sun May 17 02:24:29 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) [pid: 8|app: 0|req: 978/1881] 10.0.0.197 () {34 vars in 750 bytes} [Sun May 17 02:24:29 2026] PUT /v2.0/subnets/85087f68-83a2-4811-bf91-ef0497b9b363/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1882] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:29 2026] DELETE /v2.0/security-groups/259dfbcf-1c25-4cf9-8758-2b87000265ba => generated 0 bytes in 223 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1883] 10.0.0.197 () {34 vars in 750 bytes} [Sun May 17 02:24:29 2026] PUT /v2.0/subnets/c4f52964-1ae6-41ac-b70b-5b67fa065f0f/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1884] 10.0.0.197 () {32 vars in 663 bytes} [Sun May 17 02:24:29 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:29.847 7 WARNING neutron.db.securitygroups_db [None req-f9713d67-12f4-4b8f-93bc-325c4e383808 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 979/1885] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:29 2026] DELETE /v2.0/security-groups/4220e529-e8f7-4318-89a3-75ced4a79285 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1886] 10.0.0.197 () {32 vars in 677 bytes} [Sun May 17 02:24:29 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1887] 10.0.0.197 () {32 vars in 662 bytes} [Sun May 17 02:24:29 2026] GET /v2.0/security-groups => generated 2925 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:29.974 7 INFO neutron.db.ovn_revision_numbers_db [None req-f9713d67-12f4-4b8f-93bc-325c4e383808 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 47ad25bc-cbfa-4f91-866a-6eb16ff491ed (type: security_groups) to 1 2026-05-17 02:24:29.990 7 INFO neutron.db.ovn_revision_numbers_db [None req-f9713d67-12f4-4b8f-93bc-325c4e383808 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1cfbc545-2569-42b6-8e7b-01cce9fb10ac (type: security_group_rules) to 0 2026-05-17 02:24:29.995 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3ce667c-4ba0-45b1-9edf-1892837e5032'] response: {'name': 'network-changed', 'server_uuid': '32aa04b1-7673-41a6-b424-74d00bada2ee', 'tag': '9909f6a1-e833-44a7-807e-61cd787958b8', 'status': 'completed', 'code': 200} 2026-05-17 02:24:30.004 7 INFO neutron.db.ovn_revision_numbers_db [None req-f9713d67-12f4-4b8f-93bc-325c4e383808 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8d62dcda-da15-4e22-8421-2d9c50ecb8c5 (type: security_group_rules) to 0 2026-05-17 02:24:30.016 7 INFO neutron.db.ovn_revision_numbers_db [None req-f9713d67-12f4-4b8f-93bc-325c4e383808 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 90eb52e2-c40c-4831-98d8-08901ce7d3f4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 982/1888] 10.0.0.197 () {32 vars in 673 bytes} [Sun May 17 02:24:29 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:30.030 7 INFO neutron.db.ovn_revision_numbers_db [None req-f9713d67-12f4-4b8f-93bc-325c4e383808 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource acb32cc3-7c93-412b-b2e7-74fb79b78061 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 983/1889] 10.0.0.197 () {32 vars in 662 bytes} [Sun May 17 02:24:30 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1890] 10.0.0.197 () {32 vars in 685 bytes} [Sun May 17 02:24:30 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1891] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:29 2026] GET /v2.0/security-groups?tenant_id=bcec1103690f4bf69f035d4f39547641&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1892] 10.0.0.197 () {32 vars in 671 bytes} [Sun May 17 02:24:30 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1893] 10.0.0.197 () {32 vars in 685 bytes} [Sun May 17 02:24:30 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1894] 10.0.0.197 () {32 vars in 681 bytes} [Sun May 17 02:24:30 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1895] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:30 2026] DELETE /v2.0/security-groups/47ad25bc-cbfa-4f91-866a-6eb16ff491ed => 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: 988/1896] 10.0.0.197 () {32 vars in 693 bytes} [Sun May 17 02:24:30 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1897] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:30 2026] DELETE /v2.0/subnets/27f40045-a879-4320-a23a-02e7ff0bd600 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1898] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:24:30 2026] GET /v2.0/ports?tenant_id=1a53199bcbe34b4d8e4138fc92ac4248&device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 1232 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1899] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:24:30 2026] GET /v2.0/networks?id=4bbfde6a-73fb-4fa5-85b8-04da66d19075 => generated 797 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1900] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:30 2026] DELETE /v2.0/subnets/2430aa90-f979-41f1-91a0-325f6a69f764 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1901] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:24:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9909f6a1-e833-44a7-807e-61cd787958b8 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:30.790 7 WARNING neutron.db.securitygroups_db [None req-13c68855-2c08-41b0-a377-191213a39661 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 912/1902] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:30 2026] GET /v2.0/security-groups?tenant_id=beab167973fe4a05bbf927e88ad92495&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1903] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:24:30 2026] GET /v2.0/subnets?id=f517380d-98be-4915-9732-f4e35aa4b44c => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1904] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:30 2026] DELETE /v2.0/subnets/85087f68-83a2-4811-bf91-ef0497b9b363 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1905] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:30 2026] DELETE /v2.0/subnets/c4f52964-1ae6-41ac-b70b-5b67fa065f0f => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1906] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:24:31 2026] GET /v2.0/ports?network_id=4bbfde6a-73fb-4fa5-85b8-04da66d19075&device_owner=network%3Adhcp => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1907] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:30 2026] DELETE /v2.0/security-groups/a3250f0e-6df7-4b1b-b26a-4c967b4dea05 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1908] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:24:31 2026] GET /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075?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: 916/1909] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:24:31 2026] GET /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1910] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:31 2026] DELETE /v2.0/subnets/c3b1da53-5f60-498c-81db-9f88b39b2316 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:31.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c972efd-411c-4280-b880-659fde7d6858 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] TaaS: Handle Delete Port: 0a4dfcdd-bf79-4cbb-9f5a-058ea08ce9a4 2026-05-17 02:24:31.357 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c972efd-411c-4280-b880-659fde7d6858 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Tap Mirror: Handle Delete Port: 0a4dfcdd-bf79-4cbb-9f5a-058ea08ce9a4 2026-05-17 02:24:31.541 7 INFO neutron.services.segments.plugin [-] Segment d28c407d-2008-47b7-b29c-0d31538fc374 resource provider aggregate not found 2026-05-17 02:24:31.541 7 INFO neutron.services.segments.plugin [-] Segment d28c407d-2008-47b7-b29c-0d31538fc374 resource provider aggregate not found 2026-05-17 02:24:31.559 7 INFO neutron.services.segments.plugin [-] Segment d28c407d-2008-47b7-b29c-0d31538fc374 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d28c407d-2008-47b7-b29c-0d31538fc374 found for delete ", "request_id": "req-49659c3a-9c7f-478d-9991-91f3342c69e8"}]} 2026-05-17 02:24:31.560 7 INFO neutron.services.segments.plugin [-] Segment d28c407d-2008-47b7-b29c-0d31538fc374 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d28c407d-2008-47b7-b29c-0d31538fc374 found for delete ", "request_id": "req-dc0c4c26-d91e-45ea-8e8e-df9c4c78b12d"}]} [pid: 7|app: 0|req: 917/1911] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:31 2026] DELETE /v2.0/networks/80636d96-b73e-4204-a66c-44e41d4aa81c => generated 0 bytes in 379 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:31.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d7008d3-8263-40ca-ae07-a4c77f52f976 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] TaaS: Handle Delete Port: cdb05829-a699-40d7-8278-126901d5a87e 2026-05-17 02:24:31.743 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d7008d3-8263-40ca-ae07-a4c77f52f976 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Tap Mirror: Handle Delete Port: cdb05829-a699-40d7-8278-126901d5a87e 2026-05-17 02:24:31.937 8 INFO neutron.services.segments.plugin [-] Segment 75e30792-b600-4ce3-90fb-23ec2d3104cb resource provider aggregate not found 2026-05-17 02:24:31.952 8 INFO neutron.services.segments.plugin [-] Segment 75e30792-b600-4ce3-90fb-23ec2d3104cb resource provider aggregate not found 2026-05-17 02:24:31.956 8 INFO neutron.services.segments.plugin [-] Segment 75e30792-b600-4ce3-90fb-23ec2d3104cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75e30792-b600-4ce3-90fb-23ec2d3104cb found for delete ", "request_id": "req-d241fb4f-bb1a-476b-984c-2f711f010268"}]} 2026-05-17 02:24:31.975 8 INFO neutron.services.segments.plugin [-] Segment 75e30792-b600-4ce3-90fb-23ec2d3104cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75e30792-b600-4ce3-90fb-23ec2d3104cb found for delete ", "request_id": "req-388fe316-d0d7-4446-a1d7-b9c6e0e1cd95"}]} [pid: 8|app: 0|req: 995/1912] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:31 2026] DELETE /v2.0/networks/453a8318-a8ab-48c8-8f3a-c8db9561d01e => generated 0 bytes in 379 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:32.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef53d119-7cae-4f7f-87e7-4db44a6014a4 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] TaaS: Handle Delete Port: 48fb2fb4-3b38-4507-907e-39efed4979b4 2026-05-17 02:24:32.137 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef53d119-7cae-4f7f-87e7-4db44a6014a4 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Tap Mirror: Handle Delete Port: 48fb2fb4-3b38-4507-907e-39efed4979b4 [pid: 7|app: 0|req: 918/1913] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:31 2026] DELETE /v2.0/networks/947df0b3-d19b-4ef1-9926-75ba73882afd => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:32.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-706298f9-9877-46dd-86c6-a18be214b1d4 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] TaaS: Handle Delete Port: d4929727-f5c5-4deb-8fcd-35873c3c36fb 2026-05-17 02:24:32.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-706298f9-9877-46dd-86c6-a18be214b1d4 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Tap Mirror: Handle Delete Port: d4929727-f5c5-4deb-8fcd-35873c3c36fb [pid: 8|app: 0|req: 996/1914] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:32 2026] DELETE /v2.0/networks/b4b1ab00-6b07-4187-88ef-4910e729e03a => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:32.865 7 INFO neutron_taas.services.taas.taas_plugin [None req-54671145-ca61-42ba-a1d1-8eb313411005 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] TaaS: Handle Delete Port: 57ada48e-4d4b-44bd-bb0e-2dfab4479208 2026-05-17 02:24:32.868 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54671145-ca61-42ba-a1d1-8eb313411005 4992e540ba454b49bad1c6dfd17a0db2 2c2a20ba941d4e6b983d00643f253cec - - default default] Tap Mirror: Handle Delete Port: 57ada48e-4d4b-44bd-bb0e-2dfab4479208 [pid: 7|app: 0|req: 919/1915] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:32 2026] DELETE /v2.0/networks/ae7e6bee-9be1-4e6c-8767-c1e3e0d54108 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:33.589 7 INFO neutron.services.segments.plugin [-] Segment a8a03ceb-d1da-45b2-a834-f05e02f4973b resource provider aggregate not found 2026-05-17 02:24:33.596 7 INFO neutron.services.segments.plugin [-] Segment a8a03ceb-d1da-45b2-a834-f05e02f4973b resource provider aggregate not found 2026-05-17 02:24:33.611 7 INFO neutron.services.segments.plugin [-] Segment a8a03ceb-d1da-45b2-a834-f05e02f4973b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8a03ceb-d1da-45b2-a834-f05e02f4973b found for delete ", "request_id": "req-bbbf6a94-05bf-4c58-a6ff-b5467ae53256"}]} 2026-05-17 02:24:33.621 7 INFO neutron.services.segments.plugin [-] Segment a8a03ceb-d1da-45b2-a834-f05e02f4973b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8a03ceb-d1da-45b2-a834-f05e02f4973b found for delete ", "request_id": "req-569174fa-d6d1-495a-944f-caa57fcc9113"}]} 2026-05-17 02:24:33.629 7 INFO neutron.services.segments.plugin [-] Segment 268b7b52-5543-400a-840c-bf525f681380 resource provider aggregate not found 2026-05-17 02:24:33.644 7 INFO neutron.services.segments.plugin [-] Segment 268b7b52-5543-400a-840c-bf525f681380 resource provider aggregate not found 2026-05-17 02:24:33.650 7 INFO neutron.services.segments.plugin [-] Segment 268b7b52-5543-400a-840c-bf525f681380 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 268b7b52-5543-400a-840c-bf525f681380 found for delete ", "request_id": "req-85304012-9255-4432-8e2d-9437553b5f9d"}]} 2026-05-17 02:24:33.659 7 INFO neutron.services.segments.plugin [-] Segment 268b7b52-5543-400a-840c-bf525f681380 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 268b7b52-5543-400a-840c-bf525f681380 found for delete ", "request_id": "req-37d79a21-a948-461e-bb03-1b859328f826"}]} 2026-05-17 02:24:33.990 8 INFO neutron.services.segments.plugin [-] Segment 6e26818f-74cc-4d2e-bc54-46d3f8d1d77f resource provider aggregate not found 2026-05-17 02:24:33.999 8 INFO neutron.services.segments.plugin [-] Segment 6e26818f-74cc-4d2e-bc54-46d3f8d1d77f resource provider aggregate not found 2026-05-17 02:24:34.009 8 INFO neutron.services.segments.plugin [-] Segment 6e26818f-74cc-4d2e-bc54-46d3f8d1d77f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e26818f-74cc-4d2e-bc54-46d3f8d1d77f found for delete ", "request_id": "req-e7ede203-4e96-4107-b255-b4e52553bacb"}]} 2026-05-17 02:24:34.020 8 INFO neutron.services.segments.plugin [-] Segment 6e26818f-74cc-4d2e-bc54-46d3f8d1d77f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e26818f-74cc-4d2e-bc54-46d3f8d1d77f found for delete ", "request_id": "req-52710c65-7a89-459a-801b-5be7093f8aaf"}]} 2026-05-17 02:24:34.123 8 WARNING neutron.db.securitygroups_db [None req-25dfba52-3ab0-4f9e-981c-c7abc175f75f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 997/1916] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:33 2026] GET /v2.0/security-groups?tenant_id=2c2a20ba941d4e6b983d00643f253cec&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1917] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:34 2026] DELETE /v2.0/security-groups/c94a450d-ab05-4cf1-9be9-f4e005987af1 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:34.513 8 WARNING neutron.db.securitygroups_db [None req-0a02e97c-498f-4f93-9799-99085673bcdc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:24:34.646 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a02e97c-498f-4f93-9799-99085673bcdc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource de81745e-df92-41a1-b000-85b10cc47d73 (type: security_groups) to 1 2026-05-17 02:24:34.658 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a02e97c-498f-4f93-9799-99085673bcdc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1fe08d0e-e970-4a5e-8d9c-0959a1f81fba (type: security_group_rules) to 0 2026-05-17 02:24:34.669 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a02e97c-498f-4f93-9799-99085673bcdc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a8e95940-3e76-4507-a739-65e73ceb5aa3 (type: security_group_rules) to 0 2026-05-17 02:24:34.688 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a02e97c-498f-4f93-9799-99085673bcdc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e79aa35f-642e-4c48-a463-a5d683711534 (type: security_group_rules) to 0 2026-05-17 02:24:34.701 8 INFO neutron.db.ovn_revision_numbers_db [None req-0a02e97c-498f-4f93-9799-99085673bcdc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f3d07c59-8fe0-45a0-a56b-eaf8f84d1dc7 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 998/1918] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:34 2026] GET /v2.0/security-groups?tenant_id=65819647c1db4e339a45e5b6092db485&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:34.851 7 WARNING neutron.db.securitygroups_db [None req-59732996-92b2-465b-9cd1-8f4ead9a9b83 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 999/1919] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:34 2026] DELETE /v2.0/security-groups/de81745e-df92-41a1-b000-85b10cc47d73 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:35.012 7 INFO neutron.db.ovn_revision_numbers_db [None req-59732996-92b2-465b-9cd1-8f4ead9a9b83 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource acebb4ef-826e-4c26-958f-eeabc073d026 (type: security_groups) to 1 2026-05-17 02:24:35.024 7 INFO neutron.db.ovn_revision_numbers_db [None req-59732996-92b2-465b-9cd1-8f4ead9a9b83 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1ac9b495-e31c-4103-97ba-b20484a639fc (type: security_group_rules) to 0 2026-05-17 02:24:35.042 7 INFO neutron.db.ovn_revision_numbers_db [None req-59732996-92b2-465b-9cd1-8f4ead9a9b83 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6fd284d1-5cb1-4933-b994-87debdc751cb (type: security_group_rules) to 0 2026-05-17 02:24:35.055 7 INFO neutron.db.ovn_revision_numbers_db [None req-59732996-92b2-465b-9cd1-8f4ead9a9b83 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 80cc8139-ea83-452f-ae61-c3339f4e5d4f (type: security_group_rules) to 0 2026-05-17 02:24:35.070 7 INFO neutron.db.ovn_revision_numbers_db [None req-59732996-92b2-465b-9cd1-8f4ead9a9b83 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 869426b0-52d7-4543-8ba5-94dd00701a6d (type: security_group_rules) to 0 2026-05-17 02:24:35.105 8 WARNING neutron.db.securitygroups_db [None req-063fc120-d3a1-4c6f-adae-b5c618337f28 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 921/1920] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:34 2026] GET /v2.0/security-groups?tenant_id=ca2cb426142146efbf21ceed4dfada45&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:35.234 8 INFO neutron.db.ovn_revision_numbers_db [None req-063fc120-d3a1-4c6f-adae-b5c618337f28 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b7d45f8e-de5c-4ae7-9161-40fc4301c3c4 (type: security_groups) to 1 2026-05-17 02:24:35.246 8 INFO neutron.db.ovn_revision_numbers_db [None req-063fc120-d3a1-4c6f-adae-b5c618337f28 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1df389ce-1ace-412a-98b0-2ba0f88c24f2 (type: security_group_rules) to 0 2026-05-17 02:24:35.263 8 INFO neutron.db.ovn_revision_numbers_db [None req-063fc120-d3a1-4c6f-adae-b5c618337f28 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3517be56-9e57-4973-8161-60d8fe99fa3c (type: security_group_rules) to 0 2026-05-17 02:24:35.274 8 INFO neutron.db.ovn_revision_numbers_db [None req-063fc120-d3a1-4c6f-adae-b5c618337f28 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7a220b0f-9c8c-4ec8-8991-d4fc6f23eb1e (type: security_group_rules) to 0 2026-05-17 02:24:35.293 8 INFO neutron.db.ovn_revision_numbers_db [None req-063fc120-d3a1-4c6f-adae-b5c618337f28 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9a72ef0e-8bb0-4162-8361-da394698c32a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1000/1921] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:35 2026] GET /v2.0/security-groups?tenant_id=d770e637dcca49e5965a05071128c7a3&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1924] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:35 2026] DELETE /v2.0/security-groups/acebb4ef-826e-4c26-958f-eeabc073d026 => 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: 1003/1925] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:35 2026] DELETE /v2.0/security-groups/b7d45f8e-de5c-4ae7-9161-40fc4301c3c4 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:35.948 7 WARNING neutron.db.securitygroups_db [None req-72f4819d-5127-4f7a-9b40-8b88cfaafb75 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1004/1926] 10.0.0.240 () {34 vars in 989 bytes} [Sun May 17 02:24:35 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 1232 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1927] 10.0.0.240 () {34 vars in 1039 bytes} [Sun May 17 02:24:35 2026] GET /v2.0/security-groups?id=feed912e-a4ff-41d4-9b22-5b59d70170b8&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:36.076 7 INFO neutron.db.ovn_revision_numbers_db [None req-72f4819d-5127-4f7a-9b40-8b88cfaafb75 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c786b8d0-0a93-4483-853e-79909cfb4169 (type: security_groups) to 1 2026-05-17 02:24:36.088 7 INFO neutron.db.ovn_revision_numbers_db [None req-72f4819d-5127-4f7a-9b40-8b88cfaafb75 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 0f64c67c-9536-4092-b73e-c5da2567cb49 (type: security_group_rules) to 0 2026-05-17 02:24:36.099 7 INFO neutron.db.ovn_revision_numbers_db [None req-72f4819d-5127-4f7a-9b40-8b88cfaafb75 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2140354c-79bf-4eff-a29b-072bae12e36e (type: security_group_rules) to 0 2026-05-17 02:24:36.110 7 INFO neutron.db.ovn_revision_numbers_db [None req-72f4819d-5127-4f7a-9b40-8b88cfaafb75 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 324b3a7f-2b6d-49a4-8a36-43a4c083544b (type: security_group_rules) to 0 2026-05-17 02:24:36.119 7 INFO neutron.db.ovn_revision_numbers_db [None req-72f4819d-5127-4f7a-9b40-8b88cfaafb75 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 90e49989-6c88-41fc-9498-5e9724cc45a8 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 923/1928] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:35 2026] GET /v2.0/security-groups?tenant_id=0c4a8c42973b4bac9ad6bea021384223&name=default => generated 2925 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1929] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:36 2026] DELETE /v2.0/security-groups/c786b8d0-0a93-4483-853e-79909cfb4169 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:37.586 7 INFO neutron.db.ovn_revision_numbers_db [None req-2042ccbf-eeeb-4038-bfe9-16cdc3008a2e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7e6697ba-8a2b-48e0-b82e-6269b2e83bf5 (type: security_groups) to 1 2026-05-17 02:24:37.596 7 INFO neutron.db.ovn_revision_numbers_db [None req-2042ccbf-eeeb-4038-bfe9-16cdc3008a2e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 349f1ac1-914c-469f-b91e-d428b968e475 (type: security_group_rules) to 0 2026-05-17 02:24:37.606 7 INFO neutron.db.ovn_revision_numbers_db [None req-2042ccbf-eeeb-4038-bfe9-16cdc3008a2e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 92bdca76-fad8-4329-beb8-853e38669402 (type: security_group_rules) to 0 2026-05-17 02:24:37.618 7 INFO neutron.db.ovn_revision_numbers_db [None req-2042ccbf-eeeb-4038-bfe9-16cdc3008a2e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a00a561c-fc42-4804-baf3-3fbad42edb7c (type: security_group_rules) to 0 2026-05-17 02:24:37.635 7 INFO neutron.db.ovn_revision_numbers_db [None req-2042ccbf-eeeb-4038-bfe9-16cdc3008a2e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ea086ffd-4d68-4ef8-9368-dec4eabe3a27 (type: security_group_rules) to 0 2026-05-17 02:24:37.712 7 INFO neutron.db.segments_db [None req-2042ccbf-eeeb-4038-bfe9-16cdc3008a2e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Added segment efcea56d-a3e6-48ac-a4df-add0a50d592a of type geneve for network 71767a4a-22e2-4675-a691-83871e0ada87 2026-05-17 02:24:37.828 7 INFO neutron.db.ovn_revision_numbers_db [None req-2042ccbf-eeeb-4038-bfe9-16cdc3008a2e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 71767a4a-22e2-4675-a691-83871e0ada87 (type: networks) to 1 2026-05-17 02:24:37.984 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2042ccbf-eeeb-4038-bfe9-16cdc3008a2e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:24:37.985 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2042ccbf-eeeb-4038-bfe9-16cdc3008a2e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 71767a4a-22e2-4675-a691-83871e0ada87: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:38.046 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-62e8cff4-82d8-4851-b1f6-216c92d27dd2 - - - - - -] OVN reports status down for port: 43deb93d-a834-478b-ad8c-900da5005e5c 2026-05-17 02:24:38.072 7 INFO neutron.db.ovn_revision_numbers_db [None req-2042ccbf-eeeb-4038-bfe9-16cdc3008a2e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 43deb93d-a834-478b-ad8c-900da5005e5c (type: ports) to 1 [pid: 7|app: 0|req: 924/1930] 10.0.0.197 () {34 vars in 670 bytes} [Sun May 17 02:24:37 2026] POST /v2.0/networks => generated 780 bytes in 903 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:38.277 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-773256b2-1cae-4362-93f5-df3c3ab844c9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:24:38.278 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-773256b2-1cae-4362-93f5-df3c3ab844c9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 71767a4a-22e2-4675-a691-83871e0ada87: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:38.490 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource 63e868e9-b97b-4af1-a5cf-9a9ee49ddcbe (type: security_groups) to 1 2026-05-17 02:24:38.531 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource 845e817f-eede-4e49-8ddd-d1d423d79ac7 (type: security_group_rules) to 0 2026-05-17 02:24:38.546 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource a14a992f-5e4f-4d73-9162-b35a88d1bcb3 (type: security_group_rules) to 0 2026-05-17 02:24:38.558 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource d8bde02d-3454-49fc-ad1f-39f9e435ae38 (type: security_group_rules) to 0 2026-05-17 02:24:38.569 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource dcf7a399-13f8-4228-aeb5-5610aad85a8e (type: security_group_rules) to 0 2026-05-17 02:24:38.659 7 INFO neutron.db.segments_db [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Added segment 0fa4e6f8-0088-4bfa-9349-053eb84ca95e of type geneve for network 4a08b0fe-c7fd-4ac7-b5c8-64482fac815d 2026-05-17 02:24:38.789 7 INFO neutron.db.segments_db [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Added segment a661f22b-fcf1-41af-bc59-4c44a6852634 of type geneve for network 0f1a4904-c532-4fac-9e7e-4e7b1179faf3 2026-05-17 02:24:38.820 8 INFO neutron.db.ovn_revision_numbers_db [None req-773256b2-1cae-4362-93f5-df3c3ab844c9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 43deb93d-a834-478b-ad8c-900da5005e5c (type: ports) to 2 2026-05-17 02:24:38.855 8 INFO neutron.db.ovn_revision_numbers_db [None req-773256b2-1cae-4362-93f5-df3c3ab844c9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5f283330-f8f0-442d-a898-d57279e5f17e (type: subnets) to 0 [pid: 8|app: 0|req: 1007/1931] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:38 2026] POST /v2.0/subnets => generated 688 bytes in 776 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:38.933 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource 4a08b0fe-c7fd-4ac7-b5c8-64482fac815d (type: networks) to 1 [pid: 8|app: 0|req: 1008/1932] 10.0.0.197 () {32 vars in 825 bytes} [Sun May 17 02:24:38 2026] GET /v2.0/ports?project_id=1a53199bcbe34b4d8e4138fc92ac4248&network_id=4bbfde6a-73fb-4fa5-85b8-04da66d19075 => generated 3338 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:39.103 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] No more DHCP agents 2026-05-17 02:24:39.104 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Unable to schedule network 4a08b0fe-c7fd-4ac7-b5c8-64482fac815d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:39.185 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-62e8cff4-82d8-4851-b1f6-216c92d27dd2 - - - - - -] OVN reports status down for port: 30034fd5-6aba-4326-af27-edb8fde51b3b 2026-05-17 02:24:39.187 8 INFO neutron.db.ovn_revision_numbers_db [None req-96d74008-9f33-4627-9b38-97826405d2f4 8097dc6f29d04c81ab83f0affbd3c21d 4bc1c4be258f4acc9ba03f30ab823e53 - - default default] Successfully bumped revision number for resource ab36128f-5f96-4cac-8b7e-c65557ea57e7 (type: security_groups) to 1 2026-05-17 02:24:39.209 8 INFO neutron.db.ovn_revision_numbers_db [None req-96d74008-9f33-4627-9b38-97826405d2f4 8097dc6f29d04c81ab83f0affbd3c21d 4bc1c4be258f4acc9ba03f30ab823e53 - - default default] Successfully bumped revision number for resource 0aeaef5f-b2cd-4401-87e8-b77cb6eb0da5 (type: security_group_rules) to 0 2026-05-17 02:24:39.217 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource 30034fd5-6aba-4326-af27-edb8fde51b3b (type: ports) to 1 2026-05-17 02:24:39.236 8 INFO neutron.db.ovn_revision_numbers_db [None req-96d74008-9f33-4627-9b38-97826405d2f4 8097dc6f29d04c81ab83f0affbd3c21d 4bc1c4be258f4acc9ba03f30ab823e53 - - default default] Successfully bumped revision number for resource 18448e31-828d-438d-b884-e6b58c9b93e8 (type: security_group_rules) to 0 2026-05-17 02:24:39.258 8 INFO neutron.db.ovn_revision_numbers_db [None req-96d74008-9f33-4627-9b38-97826405d2f4 8097dc6f29d04c81ab83f0affbd3c21d 4bc1c4be258f4acc9ba03f30ab823e53 - - default default] Successfully bumped revision number for resource 7aba05ac-58b9-4084-84c0-1a7a897e8a6f (type: security_group_rules) to 0 2026-05-17 02:24:39.273 8 INFO neutron.db.ovn_revision_numbers_db [None req-96d74008-9f33-4627-9b38-97826405d2f4 8097dc6f29d04c81ab83f0affbd3c21d 4bc1c4be258f4acc9ba03f30ab823e53 - - default default] Successfully bumped revision number for resource c812cba8-f294-4393-a909-cbc949feb7ea (type: security_group_rules) to 0 2026-05-17 02:24:39.326 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource 0f1a4904-c532-4fac-9e7e-4e7b1179faf3 (type: networks) to 1 2026-05-17 02:24:39.522 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] No more DHCP agents 2026-05-17 02:24:39.524 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Unable to schedule network 0f1a4904-c532-4fac-9e7e-4e7b1179faf3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:39.587 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aba5ec45-89a1-40d9-8ec3-c50269942656 - - - - - -] OVN reports status down for port: bb9e0f5b-0894-4ab5-b19a-76645abf7c9b 2026-05-17 02:24:39.652 7 INFO neutron.db.ovn_revision_numbers_db [None req-e5c52dae-631b-4772-8a37-c2052cd230de f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource bb9e0f5b-0894-4ab5-b19a-76645abf7c9b (type: ports) to 1 [pid: 7|app: 0|req: 925/1933] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:38 2026] POST /v2.0/networks => generated 1322 bytes in 1533 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:24:39.967 8 INFO neutron.db.segments_db [None req-96d74008-9f33-4627-9b38-97826405d2f4 8097dc6f29d04c81ab83f0affbd3c21d 4bc1c4be258f4acc9ba03f30ab823e53 - - default default] Added segment b2ba50fd-8722-493b-bc20-3401c13476f6 of type geneve for network 6ba18908-42aa-40a1-a03f-45ecfaa482ce 2026-05-17 02:24:40.104 8 INFO neutron.db.ovn_revision_numbers_db [None req-96d74008-9f33-4627-9b38-97826405d2f4 8097dc6f29d04c81ab83f0affbd3c21d 4bc1c4be258f4acc9ba03f30ab823e53 - - default default] Successfully bumped revision number for resource 6ba18908-42aa-40a1-a03f-45ecfaa482ce (type: networks) to 1 2026-05-17 02:24:40.130 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6b75d513-aa31-4bbd-90b4-3a8344f129f7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:24:40.132 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6b75d513-aa31-4bbd-90b4-3a8344f129f7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:40.268 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-96d74008-9f33-4627-9b38-97826405d2f4 8097dc6f29d04c81ab83f0affbd3c21d 4bc1c4be258f4acc9ba03f30ab823e53 - - default default] No more DHCP agents 2026-05-17 02:24:40.269 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-96d74008-9f33-4627-9b38-97826405d2f4 8097dc6f29d04c81ab83f0affbd3c21d 4bc1c4be258f4acc9ba03f30ab823e53 - - default default] Unable to schedule network 6ba18908-42aa-40a1-a03f-45ecfaa482ce: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:40.356 8 INFO neutron.db.ovn_revision_numbers_db [None req-96d74008-9f33-4627-9b38-97826405d2f4 8097dc6f29d04c81ab83f0affbd3c21d 4bc1c4be258f4acc9ba03f30ab823e53 - - default default] Successfully bumped revision number for resource 5df35bbe-f201-4806-8482-8dab339b20de (type: ports) to 1 [pid: 8|app: 0|req: 1009/1934] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:38 2026] POST /v2.0/networks => generated 669 bytes in 1411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1935] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:24:40 2026] GET /v2.0/network-ip-availabilities => generated 4628 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1936] 10.0.0.197 () {32 vars in 741 bytes} [Sun May 17 02:24:40 2026] GET /v2.0/subnets?network_id=57816ba8-429f-41af-83ce-8063b8bc0e36 => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1937] 10.0.0.197 () {32 vars in 648 bytes} [Sun May 17 02:24:40 2026] GET /v2.0/networks => generated 1971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1938] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:24:40 2026] PUT /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1939] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:24:40 2026] GET /v2.0/security-groups => generated 34355 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-17 02:24:40.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cb12ab2-9ca2-4daa-99ec-436805912f34 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] TaaS: Handle Delete Port: 30034fd5-6aba-4326-af27-edb8fde51b3b 2026-05-17 02:24:40.765 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cb12ab2-9ca2-4daa-99ec-436805912f34 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Tap Mirror: Handle Delete Port: 30034fd5-6aba-4326-af27-edb8fde51b3b 2026-05-17 02:24:40.948 8 INFO neutron.services.segments.plugin [-] Segment 0fa4e6f8-0088-4bfa-9349-053eb84ca95e resource provider aggregate not found 2026-05-17 02:24:40.953 8 INFO neutron.services.segments.plugin [-] Segment 0fa4e6f8-0088-4bfa-9349-053eb84ca95e resource provider aggregate not found 2026-05-17 02:24:40.963 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aba5ec45-89a1-40d9-8ec3-c50269942656 - - - - - -] OVN reports status down for port: 5df35bbe-f201-4806-8482-8dab339b20de 2026-05-17 02:24:40.972 8 INFO neutron.services.segments.plugin [-] Segment 0fa4e6f8-0088-4bfa-9349-053eb84ca95e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fa4e6f8-0088-4bfa-9349-053eb84ca95e found for delete ", "request_id": "req-e37ab602-bd31-49c3-b8bb-796f4d8971e2"}]} 2026-05-17 02:24:40.976 8 INFO neutron.services.segments.plugin [-] Segment 0fa4e6f8-0088-4bfa-9349-053eb84ca95e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fa4e6f8-0088-4bfa-9349-053eb84ca95e found for delete ", "request_id": "req-835978c0-0618-485e-9e5a-12e0986995f6"}]} [pid: 8|app: 0|req: 1015/1940] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:40 2026] DELETE /v2.0/networks/4a08b0fe-c7fd-4ac7-b5c8-64482fac815d => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1941] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:24:40 2026] GET /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:41.113 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-62e8cff4-82d8-4851-b1f6-216c92d27dd2 - - - - - -] OVN reports status down for port: 03bbef77-738b-4739-9d51-e3c2f6bcc5b7 2026-05-17 02:24:41.129 7 INFO neutron.db.ovn_revision_numbers_db [None req-6b75d513-aa31-4bbd-90b4-3a8344f129f7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 03bbef77-738b-4739-9d51-e3c2f6bcc5b7 (type: ports) to 1 [pid: 8|app: 0|req: 1017/1942] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:24:41 2026] GET /v2.0/ports => generated 14482 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-17 02:24:41.363 8 INFO neutron.db.ovn_revision_numbers_db [None req-ed0c0bcd-3677-4564-986f-38fc1775c08f cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource dca42bce-5ded-49c8-a3bb-9f8b19e3411f (type: floatingips) to 2 2026-05-17 02:24:41.411 8 INFO neutron.db.l3_db [None req-ed0c0bcd-3677-4564-986f-38fc1775c08f cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Floating IP dca42bce-5ded-49c8-a3bb-9f8b19e3411f disassociated. External IP: 10.96.250.201, port: 9909f6a1-e833-44a7-807e-61cd787958b8. [pid: 8|app: 0|req: 1018/1943] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:24:41 2026] PUT /v2.0/floatingips/dca42bce-5ded-49c8-a3bb-9f8b19e3411f => generated 554 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:41.486 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7553d93-8e08-4ec9-8cfb-174076a6b900'] response: {'name': 'network-changed', 'server_uuid': '32aa04b1-7673-41a6-b424-74d00bada2ee', 'tag': '9909f6a1-e833-44a7-807e-61cd787958b8', 'status': 'completed', 'code': 200} 2026-05-17 02:24:41.557 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f7598d8-45b9-4cf3-bf7f-a7ae9c1636fd f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] TaaS: Handle Delete Port: bb9e0f5b-0894-4ab5-b19a-76645abf7c9b 2026-05-17 02:24:41.560 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f7598d8-45b9-4cf3-bf7f-a7ae9c1636fd f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Tap Mirror: Handle Delete Port: bb9e0f5b-0894-4ab5-b19a-76645abf7c9b [pid: 8|app: 0|req: 1019/1944] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:41 2026] DELETE /v2.0/networks/0f1a4904-c532-4fac-9e7e-4e7b1179faf3 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:41.810 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-686e5a61-d07f-4590-8fbc-aba5078e14a5 - - - - - -] Router 8a283669-a28a-45cb-88c8-6eeedf433a4f is bound to host instance 2026-05-17 02:24:41.827 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-62e8cff4-82d8-4851-b1f6-216c92d27dd2 - - - - - -] OVN reports status up for port: 03bbef77-738b-4739-9d51-e3c2f6bcc5b7 2026-05-17 02:24:41.839 7 INFO neutron.db.ovn_revision_numbers_db [None req-6b75d513-aa31-4bbd-90b4-3a8344f129f7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 03bbef77-738b-4739-9d51-e3c2f6bcc5b7 (type: router_ports) to 1 2026-05-17 02:24:41.880 8 INFO neutron.plugins.ml2.plugin [None req-62e8cff4-82d8-4851-b1f6-216c92d27dd2 - - - - - -] Attempt 1 to provision port 03bbef77-738b-4739-9d51-e3c2f6bcc5b7 2026-05-17 02:24:41.912 7 INFO neutron.db.ovn_revision_numbers_db [None req-6b75d513-aa31-4bbd-90b4-3a8344f129f7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8a283669-a28a-45cb-88c8-6eeedf433a4f (type: routers) to 2 [pid: 7|app: 0|req: 926/1945] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:39 2026] POST /v2.0/routers => generated 987 bytes in 2234 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: 927/1946] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:24:41 2026] GET /v2.0/subnets => generated 2650 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1947] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:24:41 2026] GET /v2.0/floatingips/dca42bce-5ded-49c8-a3bb-9f8b19e3411f => generated 552 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1948] 10.0.0.197 () {32 vars in 648 bytes} [Sun May 17 02:24:41 2026] GET /v2.0/networks => generated 689 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1949] 10.0.0.197 () {34 vars in 763 bytes} [Sun May 17 02:24:41 2026] PUT /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags/green => generated 4 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1950] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:24:42 2026] GET /v2.0/subnetpools => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1951] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:24:42 2026] GET /v2.0/ports?tenant_id=1a53199bcbe34b4d8e4138fc92ac4248&device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 1232 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:42.378 8 INFO neutron.db.segments_db [None req-5ed3c922-0e81-4aa8-9b8a-f764175b2234 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Added segment f25d1ea1-2537-4807-975e-a0d86c375d34 of type geneve for network 599234b1-e055-4770-936e-ef801f5386e1 2026-05-17 02:24:42.499 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7985940a-9cb8-48e4-8330-71c11c8d5bac 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:24:42.501 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7985940a-9cb8-48e4-8330-71c11c8d5bac 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 71767a4a-22e2-4675-a691-83871e0ada87: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:42.598 8 INFO neutron.db.ovn_revision_numbers_db [None req-5ed3c922-0e81-4aa8-9b8a-f764175b2234 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource 599234b1-e055-4770-936e-ef801f5386e1 (type: networks) to 1 2026-05-17 02:24:42.668 7 INFO neutron.db.ovn_revision_numbers_db [None req-7985940a-9cb8-48e4-8330-71c11c8d5bac 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource cbe98842-05f3-44b5-ae73-6438bb72944d (type: ports) to 1 2026-05-17 02:24:42.955 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5ed3c922-0e81-4aa8-9b8a-f764175b2234 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] No more DHCP agents 2026-05-17 02:24:42.958 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5ed3c922-0e81-4aa8-9b8a-f764175b2234 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Unable to schedule network 599234b1-e055-4770-936e-ef801f5386e1: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:43.002 8 INFO neutron.services.segments.plugin [-] Segment a661f22b-fcf1-41af-bc59-4c44a6852634 resource provider aggregate not found 2026-05-17 02:24:43.009 8 INFO neutron.services.segments.plugin [-] Segment a661f22b-fcf1-41af-bc59-4c44a6852634 resource provider aggregate not found 2026-05-17 02:24:43.033 8 INFO neutron.services.segments.plugin [-] Segment a661f22b-fcf1-41af-bc59-4c44a6852634 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a661f22b-fcf1-41af-bc59-4c44a6852634 found for delete ", "request_id": "req-6e12af0f-bb19-44c0-979a-8a96f6aa9197"}]} 2026-05-17 02:24:43.035 8 INFO neutron.services.segments.plugin [-] Segment a661f22b-fcf1-41af-bc59-4c44a6852634 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a661f22b-fcf1-41af-bc59-4c44a6852634 found for delete ", "request_id": "req-42a87f77-2af8-4d09-9edc-13295fd06174"}]} 2026-05-17 02:24:43.090 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aba5ec45-89a1-40d9-8ec3-c50269942656 - - - - - -] OVN reports status down for port: a83d3f3d-7e08-47eb-8c23-bfb69d6119cf 2026-05-17 02:24:43.134 8 INFO neutron.db.ovn_revision_numbers_db [None req-5ed3c922-0e81-4aa8-9b8a-f764175b2234 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource a83d3f3d-7e08-47eb-8c23-bfb69d6119cf (type: ports) to 1 [pid: 8|app: 0|req: 1023/1952] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:42 2026] POST /v2.0/networks => generated 691 bytes in 963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1953] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:24:43 2026] GET /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags => generated 34 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1954] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:24:43 2026] GET /v2.0/agents => generated 1214 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1955] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:24:43 2026] GET /v2.0/networks?id=4bbfde6a-73fb-4fa5-85b8-04da66d19075 => generated 797 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:43.431 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7985940a-9cb8-48e4-8330-71c11c8d5bac 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:24:43.433 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7985940a-9cb8-48e4-8330-71c11c8d5bac 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 71767a4a-22e2-4675-a691-83871e0ada87: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:43.450 8 INFO neutron.db.ovn_revision_numbers_db [None req-0932e198-01ed-44b5-85f3-6ba658c6eb4d - - - - - -] Successfully bumped revision number for resource 03bbef77-738b-4739-9d51-e3c2f6bcc5b7 (type: ports) to 4 2026-05-17 02:24:43.640 8 INFO neutron.db.ovn_revision_numbers_db [None req-d9931a11-f43e-4077-a03e-706a2456f403 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 56de219f-7948-42fc-9de8-1bcb4a79f56f (type: security_groups) to 1 2026-05-17 02:24:43.661 8 INFO neutron.db.ovn_revision_numbers_db [None req-d9931a11-f43e-4077-a03e-706a2456f403 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 016d5d40-2a32-4840-9fc3-531c47c60cb7 (type: security_group_rules) to 0 2026-05-17 02:24:43.679 8 INFO neutron.db.ovn_revision_numbers_db [None req-d9931a11-f43e-4077-a03e-706a2456f403 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 6fc05fb7-4817-4cb5-9e57-82e7dd90e4e1 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1027/1956] 10.0.0.197 () {34 vars in 684 bytes} [Sun May 17 02:24:43 2026] POST /v2.0/security-groups => generated 1675 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:24:43.895 7 INFO neutron.db.ovn_revision_numbers_db [None req-7985940a-9cb8-48e4-8330-71c11c8d5bac 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource cbe98842-05f3-44b5-ae73-6438bb72944d (type: router_ports) to 1 [pid: 7|app: 0|req: 930/1957] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:24:42 2026] PUT /v2.0/routers/8a283669-a28a-45cb-88c8-6eeedf433a4f/add_router_interface => generated 310 bytes in 1866 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:43.910 8 INFO neutron.db.segments_db [None req-63cd84e4-1a7f-4c5a-9229-bffc4759161d f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Added segment 7503719d-d4cd-462a-9a90-96ed9c08d87f of type geneve for network 6b17ffc7-b769-4b2f-98d8-688a3ee05d95 [pid: 7|app: 0|req: 931/1958] 10.0.0.197 () {34 vars in 759 bytes} [Sun May 17 02:24:43 2026] PUT /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags/red => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1959] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:24:43 2026] GET /v2.0/networks => generated 5395 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1960] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:24:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9909f6a1-e833-44a7-807e-61cd787958b8 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:44.127 8 INFO neutron.db.ovn_revision_numbers_db [None req-0932e198-01ed-44b5-85f3-6ba658c6eb4d - - - - - -] Successfully bumped revision number for resource 03bbef77-738b-4739-9d51-e3c2f6bcc5b7 (type: ports) to 5 2026-05-17 02:24:44.221 7 INFO neutron.db.ovn_revision_numbers_db [None req-7078523d-9da3-427c-9e7e-1921599a3f7c cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 8c468b4c-ee46-4346-b28b-b89df3b01da6 (type: security_group_rules) to 0 2026-05-17 02:24:44.259 8 INFO neutron.db.ovn_revision_numbers_db [None req-63cd84e4-1a7f-4c5a-9229-bffc4759161d f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource 6b17ffc7-b769-4b2f-98d8-688a3ee05d95 (type: networks) to 1 2026-05-17 02:24:44.260 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-62e8cff4-82d8-4851-b1f6-216c92d27dd2 - - - - - -] OVN reports status down for port: cbe98842-05f3-44b5-ae73-6438bb72944d [pid: 7|app: 0|req: 934/1961] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1962] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:24:44 2026] GET /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1963] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:24:44 2026] GET /v2.0/routers => generated 1979 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1964] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:24:44 2026] GET /v2.0/subnets?id=f517380d-98be-4915-9732-f4e35aa4b44c => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:44.505 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-62e8cff4-82d8-4851-b1f6-216c92d27dd2 - - - - - -] Logical_Switch_Port cbe98842-05f3-44b5-ae73-6438bb72944d host information not removed, the port state is up 2026-05-17 02:24:44.505 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-62e8cff4-82d8-4851-b1f6-216c92d27dd2 - - - - - -] OVN reports status up for port: cbe98842-05f3-44b5-ae73-6438bb72944d 2026-05-17 02:24:44.542 8 INFO neutron.plugins.ml2.plugin [None req-62e8cff4-82d8-4851-b1f6-216c92d27dd2 - - - - - -] Attempt 1 to provision port cbe98842-05f3-44b5-ae73-6438bb72944d 2026-05-17 02:24:44.559 7 INFO neutron.db.ovn_revision_numbers_db [None req-a9b6994a-ba14-430c-8845-1fb9bd0278f2 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 6dfd0892-2f70-4ab3-acd4-7e158f3b62d1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 938/1965] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:44 2026] POST /v2.0/security-group-rules => generated 596 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:44.666 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-63cd84e4-1a7f-4c5a-9229-bffc4759161d f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] No more DHCP agents 2026-05-17 02:24:44.670 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-63cd84e4-1a7f-4c5a-9229-bffc4759161d f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Unable to schedule network 6b17ffc7-b769-4b2f-98d8-688a3ee05d95: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 939/1966] 10.0.0.197 () {34 vars in 781 bytes} [Sun May 17 02:24:44 2026] PUT /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags/black.or.white => generated 4 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1967] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:24:44 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: 941/1968] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:24:44 2026] GET /v2.0/ports?network_id=4bbfde6a-73fb-4fa5-85b8-04da66d19075&device_owner=network%3Adhcp => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:44.812 8 INFO neutron.db.ovn_revision_numbers_db [None req-63cd84e4-1a7f-4c5a-9229-bffc4759161d f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource d1337947-b432-47d8-885f-3e097f488fe0 (type: ports) to 1 [pid: 8|app: 0|req: 1028/1969] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:43 2026] POST /v2.0/networks => generated 691 bytes in 1108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:44.900 7 INFO neutron.db.ovn_revision_numbers_db [None req-4bf5c367-bf1a-46c3-a937-c40949b90555 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource f077db16-5051-437d-a93f-14ddd99142b3 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 942/1970] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1971] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:24:44 2026] GET /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags => generated 52 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1972] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:24:44 2026] GET /v2.0/floatingips => generated 555 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1973] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:24:44 2026] GET /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075?fields=segments => generated 14 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:45.325 8 INFO neutron.db.ovn_revision_numbers_db [None req-31c228bd-5c71-4082-9f5d-9b939a0aadcd cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 913df55e-1aa3-4637-bb40-f847f8524fe0 (type: security_group_rules) to 0 2026-05-17 02:24:45.330 8 INFO neutron.db.ovn_revision_numbers_db [None req-62e8cff4-82d8-4851-b1f6-216c92d27dd2 - - - - - -] Successfully bumped revision number for resource cbe98842-05f3-44b5-ae73-6438bb72944d (type: ports) to 2 [pid: 8|app: 0|req: 1031/1974] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:45.462 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-68ea63c8-bf17-4254-89c3-b4170c052107 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] No more DHCP agents 2026-05-17 02:24:45.463 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-68ea63c8-bf17-4254-89c3-b4170c052107 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Unable to schedule network 599234b1-e055-4770-936e-ef801f5386e1: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1032/1975] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:24:45 2026] PUT /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags => generated 37 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:45.563 7 INFO neutron.db.ovn_revision_numbers_db [None req-68ea63c8-bf17-4254-89c3-b4170c052107 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource 69090e7d-61e1-45df-85b2-3026b26738fc (type: ports) to 1 [pid: 8|app: 0|req: 1033/1976] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:24:45 2026] GET /v2.0/subnets => generated 2650 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:45.611 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-68ea63c8-bf17-4254-89c3-b4170c052107 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] No more DHCP agents 2026-05-17 02:24:45.614 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-68ea63c8-bf17-4254-89c3-b4170c052107 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Unable to schedule network 6b17ffc7-b769-4b2f-98d8-688a3ee05d95: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1034/1977] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:24:45 2026] GET /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075?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-17 02:24:45.686 8 INFO neutron.db.securitygroups_db [None req-18f25fec-254f-448a-90ba-57d946e01ebc cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Project 1a53199bcbe34b4d8e4138fc92ac4248 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-17 02:24:45.697 7 INFO neutron.db.ovn_revision_numbers_db [None req-68ea63c8-bf17-4254-89c3-b4170c052107 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource ed9b98d5-548e-4bb8-ba6f-1dc8a5bc0002 (type: ports) to 1 2026-05-17 02:24:45.771 8 INFO neutron.db.ovn_revision_numbers_db [None req-18f25fec-254f-448a-90ba-57d946e01ebc cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 8d412b1f-d3cc-4057-9646-bac91287e99a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 944/1978] 10.0.0.197 () {34 vars in 664 bytes} [Sun May 17 02:24:44 2026] POST /v2.0/ports => generated 1505 bytes in 810 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: 1035/1979] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:45 2026] POST /v2.0/security-group-rules => generated 607 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1980] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:24:45 2026] GET /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:45.849 7 INFO neutron.db.securitygroups_db [None req-1f1266c4-d9e0-486c-89c9-e2bdac91dbd8 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Project 1a53199bcbe34b4d8e4138fc92ac4248 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-17 02:24:45.922 7 INFO neutron.db.ovn_revision_numbers_db [None req-1f1266c4-d9e0-486c-89c9-e2bdac91dbd8 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource fb7bf107-3eae-460d-b390-1ded1c7c9284 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1036/1981] 10.0.0.197 () {32 vars in 642 bytes} [Sun May 17 02:24:45 2026] GET /v2.0/ports => generated 3017 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1982] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:24:45 2026] POST /v2.0/security-group-rules => generated 606 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1983] 10.0.0.197 () {32 vars in 740 bytes} [Sun May 17 02:24:45 2026] GET /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:46.022 8 INFO neutron.api.v2.resource [None req-3f8ed182-e681-4663-804a-8f6956218b07 8097dc6f29d04c81ab83f0affbd3c21d 4bc1c4be258f4acc9ba03f30ab823e53 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1038/1984] 10.0.0.197 () {32 vars in 744 bytes} [Sun May 17 02:24:45 2026] GET /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:24:46.078 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fc66e07-5e11-4271-abdd-54dc51c125dc f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] TaaS: Handle Delete Port: 69090e7d-61e1-45df-85b2-3026b26738fc 2026-05-17 02:24:46.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fc66e07-5e11-4271-abdd-54dc51c125dc f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Tap Mirror: Handle Delete Port: 69090e7d-61e1-45df-85b2-3026b26738fc [pid: 8|app: 0|req: 1039/1985] 10.0.0.197 () {32 vars in 743 bytes} [Sun May 17 02:24:46 2026] DELETE /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags/red => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1986] 10.0.0.151 () {34 vars in 981 bytes} [Sun May 17 02:24:46 2026] GET /v2.0/networks?id=71767a4a-22e2-4675-a691-83871e0ada87 => generated 711 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1987] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:24:46 2026] GET /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1988] 10.0.0.151 () {34 vars in 964 bytes} [Sun May 17 02:24:46 2026] GET /v2.0/quotas/e862e13a52b444139b61175c2b2ca3c0 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1989] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:24:45 2026] DELETE /v2.0/ports/69090e7d-61e1-45df-85b2-3026b26738fc => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:46.285 8 INFO neutron.api.v2.resource [None req-ca4b564d-d43a-4a3b-8763-699baf75edef 8097dc6f29d04c81ab83f0affbd3c21d 4bc1c4be258f4acc9ba03f30ab823e53 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1043/1990] 10.0.0.197 () {32 vars in 747 bytes} [Sun May 17 02:24:46 2026] DELETE /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1991] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:24:46 2026] GET /v2.0/ports?tenant_id=e862e13a52b444139b61175c2b2ca3c0&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1992] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:24:46 2026] DELETE /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:46.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3a37d35-d175-4973-bc5c-0d3c6b4bf993 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] TaaS: Handle Delete Port: ed9b98d5-548e-4bb8-ba6f-1dc8a5bc0002 2026-05-17 02:24:46.403 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3a37d35-d175-4973-bc5c-0d3c6b4bf993 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Tap Mirror: Handle Delete Port: ed9b98d5-548e-4bb8-ba6f-1dc8a5bc0002 [pid: 7|app: 0|req: 950/1993] 10.0.0.151 () {34 vars in 1007 bytes} [Sun May 17 02:24:46 2026] GET /v2.0/networks/71767a4a-22e2-4675-a691-83871e0ada87?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: 951/1994] 10.0.0.197 () {32 vars in 648 bytes} [Sun May 17 02:24:46 2026] GET /v2.0/networks => generated 1373 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1995] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:24:46 2026] GET /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1996] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:24:46 2026] DELETE /v2.0/ports/ed9b98d5-548e-4bb8-ba6f-1dc8a5bc0002 => 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: 953/1997] 10.0.0.151 () {34 vars in 1107 bytes} [Sun May 17 02:24:46 2026] GET /v2.0/networks/71767a4a-22e2-4675-a691-83871e0ada87?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: 954/1998] 10.0.0.197 () {32 vars in 642 bytes} [Sun May 17 02:24:46 2026] GET /v2.0/ports => generated 1523 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:46.647 7 WARNING neutron.db.securitygroups_db [req-9e5dc4ee-f6c2-4b39-bf38-fa4b43e5fb9d req-e18639d7-c869-43ad-bcf9-b99a47c9f655 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] 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: 955/1999] 10.0.0.151 () {34 vars in 1099 bytes} [Sun May 17 02:24:46 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1404094981&fields=id&tenant_id=1a53199bcbe34b4d8e4138fc92ac4248 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:46.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-8626e63f-d600-4532-b40d-361ae5a8b33e 8097dc6f29d04c81ab83f0affbd3c21d 4bc1c4be258f4acc9ba03f30ab823e53 - - default default] TaaS: Handle Delete Port: 5df35bbe-f201-4806-8482-8dab339b20de 2026-05-17 02:24:46.695 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8626e63f-d600-4532-b40d-361ae5a8b33e 8097dc6f29d04c81ab83f0affbd3c21d 4bc1c4be258f4acc9ba03f30ab823e53 - - default default] Tap Mirror: Handle Delete Port: 5df35bbe-f201-4806-8482-8dab339b20de 2026-05-17 02:24:46.764 7 INFO neutron.db.segments_db [None req-373a9e77-4d54-44e3-91f2-841c5485f540 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Added segment dc8bb4fe-9245-42d5-ad81-c22c15034a50 of type geneve for network c6d23580-cddd-4c91-ac29-f91de258f2f3 2026-05-17 02:24:46.884 8 INFO neutron.services.segments.plugin [-] Segment b2ba50fd-8722-493b-bc20-3401c13476f6 resource provider aggregate not found 2026-05-17 02:24:46.889 8 INFO neutron.services.segments.plugin [-] Segment b2ba50fd-8722-493b-bc20-3401c13476f6 resource provider aggregate not found 2026-05-17 02:24:46.913 8 INFO neutron.services.segments.plugin [-] Segment b2ba50fd-8722-493b-bc20-3401c13476f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2ba50fd-8722-493b-bc20-3401c13476f6 found for delete ", "request_id": "req-064f2cdb-60c8-46fd-9ff5-0c1c6187ed99"}]} 2026-05-17 02:24:46.915 7 INFO neutron.db.ovn_revision_numbers_db [None req-373a9e77-4d54-44e3-91f2-841c5485f540 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource c6d23580-cddd-4c91-ac29-f91de258f2f3 (type: networks) to 1 2026-05-17 02:24:46.918 8 INFO neutron.services.segments.plugin [-] Segment b2ba50fd-8722-493b-bc20-3401c13476f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2ba50fd-8722-493b-bc20-3401c13476f6 found for delete ", "request_id": "req-76576293-cff3-4fcf-b5b9-3a839c6a66b5"}]} [pid: 8|app: 0|req: 1045/2000] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:46 2026] DELETE /v2.0/networks/6ba18908-42aa-40a1-a03f-45ecfaa482ce => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2001] 10.0.0.151 () {34 vars in 981 bytes} [Sun May 17 02:24:46 2026] GET /v2.0/networks?id=4bbfde6a-73fb-4fa5-85b8-04da66d19075 => generated 698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2002] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:46 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => 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: 1048/2003] 10.0.0.151 () {34 vars in 964 bytes} [Sun May 17 02:24:46 2026] GET /v2.0/quotas/1a53199bcbe34b4d8e4138fc92ac4248 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2004] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:24:47 2026] GET /v2.0/ports?tenant_id=1a53199bcbe34b4d8e4138fc92ac4248&fields=id => generated 149 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:47.094 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-373a9e77-4d54-44e3-91f2-841c5485f540 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] No more DHCP agents 2026-05-17 02:24:47.095 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-373a9e77-4d54-44e3-91f2-841c5485f540 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Unable to schedule network c6d23580-cddd-4c91-ac29-f91de258f2f3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:47.130 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aba5ec45-89a1-40d9-8ec3-c50269942656 - - - - - -] OVN reports status down for port: 136b32d1-0755-4ac8-99bc-8fc4090c768f [pid: 8|app: 0|req: 1050/2005] 10.0.0.151 () {34 vars in 1007 bytes} [Sun May 17 02:24:47 2026] GET /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:47.193 7 INFO neutron.db.ovn_revision_numbers_db [None req-373a9e77-4d54-44e3-91f2-841c5485f540 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource 136b32d1-0755-4ac8-99bc-8fc4090c768f (type: ports) to 1 [pid: 8|app: 0|req: 1051/2006] 10.0.0.151 () {34 vars in 1107 bytes} [Sun May 17 02:24:47 2026] GET /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2007] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:46 2026] POST /v2.0/networks => generated 691 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2008] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:47 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:47.376 8 INFO neutron.db.segments_db [None req-2462245d-6bf6-4609-a201-11db75153d08 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Added segment 32e96066-6026-4f8f-854e-8ce8e65f2a26 of type geneve for network 9133972e-05e6-4934-9567-37250acd8606 2026-05-17 02:24:47.489 8 INFO neutron.db.ovn_revision_numbers_db [None req-2462245d-6bf6-4609-a201-11db75153d08 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource 9133972e-05e6-4934-9567-37250acd8606 (type: networks) to 1 2026-05-17 02:24:47.606 7 WARNING neutron.db.securitygroups_db [None req-9ab9592e-f0e2-44d1-8c10-e81e78f89871 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 958/2009] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:47 2026] GET /v2.0/security-groups?tenant_id=4bc1c4be258f4acc9ba03f30ab823e53&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:47.661 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2462245d-6bf6-4609-a201-11db75153d08 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] No more DHCP agents 2026-05-17 02:24:47.663 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2462245d-6bf6-4609-a201-11db75153d08 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Unable to schedule network 9133972e-05e6-4934-9567-37250acd8606: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:47.739 8 INFO neutron.db.ovn_revision_numbers_db [None req-2462245d-6bf6-4609-a201-11db75153d08 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource 5ba36d33-c64d-41f7-96ec-2ccd1393427c (type: ports) to 1 [pid: 8|app: 0|req: 1052/2010] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:47 2026] POST /v2.0/networks => generated 692 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2011] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:47 2026] DELETE /v2.0/security-groups/ab36128f-5f96-4cac-8b7e-c65557ea57e7 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:47.944 8 WARNING neutron.db.securitygroups_db [None req-b4859830-ed5e-477c-bad3-eed1f6bc79f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:24:48.046 8 INFO neutron.db.ovn_revision_numbers_db [None req-b4859830-ed5e-477c-bad3-eed1f6bc79f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6ec5823b-90a7-4848-8a9b-0e359a5e2b2b (type: security_groups) to 1 2026-05-17 02:24:48.057 8 INFO neutron.db.ovn_revision_numbers_db [None req-b4859830-ed5e-477c-bad3-eed1f6bc79f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 49c13394-a2bc-461b-af33-d384ce769560 (type: security_group_rules) to 0 2026-05-17 02:24:48.068 8 INFO neutron.db.ovn_revision_numbers_db [None req-b4859830-ed5e-477c-bad3-eed1f6bc79f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource cfe60dd0-c7b5-4f16-8fb3-33b3609d5ec4 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 960/2012] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:48 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:48.081 8 INFO neutron.db.ovn_revision_numbers_db [None req-b4859830-ed5e-477c-bad3-eed1f6bc79f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fda219d1-c49a-4c72-a0fa-b8ca38a6d7b7 (type: security_group_rules) to 0 2026-05-17 02:24:48.096 8 INFO neutron.db.ovn_revision_numbers_db [None req-b4859830-ed5e-477c-bad3-eed1f6bc79f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fef44c98-0fa5-40fb-ac50-c2d983c96ca2 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1053/2013] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:47 2026] GET /v2.0/security-groups?tenant_id=bad8989fae1b4bfd89fe8759f32920c7&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2014] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:48 2026] DELETE /v2.0/security-groups/6ec5823b-90a7-4848-8a9b-0e359a5e2b2b => 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: 962/2015] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:48 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:48.599 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-25a6ebac-08d2-4b63-aac6-656832898d48 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] No more DHCP agents 2026-05-17 02:24:48.600 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-25a6ebac-08d2-4b63-aac6-656832898d48 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Unable to schedule network c6d23580-cddd-4c91-ac29-f91de258f2f3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:48.629 8 INFO neutron.db.ovn_revision_numbers_db [None req-25a6ebac-08d2-4b63-aac6-656832898d48 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource b7e78170-3143-472b-a60f-1c7f6783c52b (type: subnets) to 0 2026-05-17 02:24:48.678 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-25a6ebac-08d2-4b63-aac6-656832898d48 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] No more DHCP agents 2026-05-17 02:24:48.680 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-25a6ebac-08d2-4b63-aac6-656832898d48 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Unable to schedule network 9133972e-05e6-4934-9567-37250acd8606: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:48.712 8 INFO neutron.db.ovn_revision_numbers_db [None req-25a6ebac-08d2-4b63-aac6-656832898d48 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Successfully bumped revision number for resource dda1d9c6-bc79-403e-ab13-89288c7a860b (type: subnets) to 0 [pid: 8|app: 0|req: 1054/2016] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:48 2026] POST /v2.0/subnets => generated 1324 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2017] 10.0.0.197 () {32 vars in 646 bytes} [Sun May 17 02:24:48 2026] GET /v2.0/subnets => generated 1960 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2018] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:48 2026] DELETE /v2.0/subnets/b7e78170-3143-472b-a60f-1c7f6783c52b => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2019] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:48 2026] DELETE /v2.0/subnets/dda1d9c6-bc79-403e-ab13-89288c7a860b => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2020] 10.0.0.197 () {32 vars in 646 bytes} [Sun May 17 02:24:49 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2021] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:49 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:49.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee26758d-88f5-42a1-924d-9a6c92be5137 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] TaaS: Handle Delete Port: 5ba36d33-c64d-41f7-96ec-2ccd1393427c 2026-05-17 02:24:49.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee26758d-88f5-42a1-924d-9a6c92be5137 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Tap Mirror: Handle Delete Port: 5ba36d33-c64d-41f7-96ec-2ccd1393427c 2026-05-17 02:24:49.434 7 INFO neutron.services.segments.plugin [-] Segment 32e96066-6026-4f8f-854e-8ce8e65f2a26 resource provider aggregate not found 2026-05-17 02:24:49.438 7 INFO neutron.services.segments.plugin [-] Segment 32e96066-6026-4f8f-854e-8ce8e65f2a26 resource provider aggregate not found 2026-05-17 02:24:49.452 7 INFO neutron.services.segments.plugin [-] Segment 32e96066-6026-4f8f-854e-8ce8e65f2a26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32e96066-6026-4f8f-854e-8ce8e65f2a26 found for delete ", "request_id": "req-95f7a499-c433-4f7b-9d42-d9be3ca9be52"}]} 2026-05-17 02:24:49.456 7 INFO neutron.services.segments.plugin [-] Segment 32e96066-6026-4f8f-854e-8ce8e65f2a26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32e96066-6026-4f8f-854e-8ce8e65f2a26 found for delete ", "request_id": "req-6dd2a30c-a1c0-4623-adc9-e356994fd4f7"}]} [pid: 7|app: 0|req: 965/2022] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:49 2026] DELETE /v2.0/networks/9133972e-05e6-4934-9567-37250acd8606 => 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: 966/2023] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:49 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:49.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4379933-38cd-4a54-ad23-7ab5369b05f7 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] TaaS: Handle Delete Port: 136b32d1-0755-4ac8-99bc-8fc4090c768f 2026-05-17 02:24:49.608 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4379933-38cd-4a54-ad23-7ab5369b05f7 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Tap Mirror: Handle Delete Port: 136b32d1-0755-4ac8-99bc-8fc4090c768f 2026-05-17 02:24:49.777 8 INFO neutron.services.segments.plugin [-] Segment dc8bb4fe-9245-42d5-ad81-c22c15034a50 resource provider aggregate not found 2026-05-17 02:24:49.786 8 INFO neutron.services.segments.plugin [-] Segment dc8bb4fe-9245-42d5-ad81-c22c15034a50 resource provider aggregate not found 2026-05-17 02:24:49.796 8 INFO neutron.services.segments.plugin [-] Segment dc8bb4fe-9245-42d5-ad81-c22c15034a50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc8bb4fe-9245-42d5-ad81-c22c15034a50 found for delete ", "request_id": "req-300b4067-f6a4-419c-b3c5-e6073dde0b47"}]} 2026-05-17 02:24:49.808 8 INFO neutron.services.segments.plugin [-] Segment dc8bb4fe-9245-42d5-ad81-c22c15034a50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc8bb4fe-9245-42d5-ad81-c22c15034a50 found for delete ", "request_id": "req-596091dd-2b8e-48ab-a57b-33d9d82f6aac"}]} [pid: 8|app: 0|req: 1058/2024] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:49 2026] DELETE /v2.0/networks/c6d23580-cddd-4c91-ac29-f91de258f2f3 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:49.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-43440dd1-bd8c-4724-8827-36fe82ee78cc f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] TaaS: Handle Delete Port: d1337947-b432-47d8-885f-3e097f488fe0 2026-05-17 02:24:49.968 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43440dd1-bd8c-4724-8827-36fe82ee78cc f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Tap Mirror: Handle Delete Port: d1337947-b432-47d8-885f-3e097f488fe0 [pid: 7|app: 0|req: 967/2027] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:49 2026] DELETE /v2.0/networks/6b17ffc7-b769-4b2f-98d8-688a3ee05d95 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2028] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:50 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:50.341 8 INFO neutron_taas.services.taas.taas_plugin [None req-2bf7c90a-5a60-41ab-b66f-81ca29885a68 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] TaaS: Handle Delete Port: a83d3f3d-7e08-47eb-8c23-bfb69d6119cf 2026-05-17 02:24:50.343 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bf7c90a-5a60-41ab-b66f-81ca29885a68 f9bfb3df904c40e6af557cc9d57cc6b5 0dcca263243b4234a75986dde0e0a46d - - default default] Tap Mirror: Handle Delete Port: a83d3f3d-7e08-47eb-8c23-bfb69d6119cf [pid: 8|app: 0|req: 1061/2029] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:50 2026] DELETE /v2.0/networks/599234b1-e055-4770-936e-ef801f5386e1 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2030] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:50 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:50.933 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] No hosting information found for port cbe98842-05f3-44b5-ae73-6438bb72944d: RuntimeError: No hosting information found for port cbe98842-05f3-44b5-ae73-6438bb72944d 2026-05-17 02:24:50.961 8 INFO neutron.common.ovn.utils [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] HA Chassis Group neutron-71767a4a-22e2-4675-a691-83871e0ada87 synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 2026-05-17 02:24:51.088 8 INFO neutron.db.ovn_revision_numbers_db [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] Successfully bumped revision number for resource cbe98842-05f3-44b5-ae73-6438bb72944d (type: router_ports) to 2 2026-05-17 02:24:51.089 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status down for port: d1337947-b432-47d8-885f-3e097f488fe0 [pid: 8|app: 0|req: 1062/2031] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:24:51 2026] GET /v2.0/networks?id=71767a4a-22e2-4675-a691-83871e0ada87 => generated 711 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:51.169 7 WARNING neutron.db.securitygroups_db [None req-7be2b50d-d57c-4e0c-85f2-04fd2517057c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:24:51.176 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status down for port: 69090e7d-61e1-45df-85b2-3026b26738fc [pid: 7|app: 0|req: 970/2032] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:51 2026] GET /v2.0/security-groups?tenant_id=0dcca263243b4234a75986dde0e0a46d&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:51.193 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status down for port: ed9b98d5-548e-4bb8-ba6f-1dc8a5bc0002 2026-05-17 02:24:51.205 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status down for port: 5ba36d33-c64d-41f7-96ec-2ccd1393427c [pid: 7|app: 0|req: 971/2033] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:51 2026] DELETE /v2.0/security-groups/63e868e9-b97b-4af1-a5cf-9a9ee49ddcbe => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2034] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:51 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:51.478 7 INFO neutron.services.segments.plugin [-] Segment 7503719d-d4cd-462a-9a90-96ed9c08d87f resource provider aggregate not found 2026-05-17 02:24:51.487 7 INFO neutron.services.segments.plugin [-] Segment 7503719d-d4cd-462a-9a90-96ed9c08d87f resource provider aggregate not found 2026-05-17 02:24:51.505 7 INFO neutron.services.segments.plugin [-] Segment 7503719d-d4cd-462a-9a90-96ed9c08d87f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7503719d-d4cd-462a-9a90-96ed9c08d87f found for delete ", "request_id": "req-157ecbda-1111-433a-86e1-6c7c2691c423"}]} 2026-05-17 02:24:51.523 7 INFO neutron.services.segments.plugin [-] Segment 7503719d-d4cd-462a-9a90-96ed9c08d87f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7503719d-d4cd-462a-9a90-96ed9c08d87f found for delete ", "request_id": "req-3e78cf92-7547-4ec1-a036-185bbdaea6ad"}]} 2026-05-17 02:24:51.571 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-a349d0bb-af27-4359-b61b-6b9e396ff1b0 req-5e11d6d2-e06c-4af2-9354-9a79a9360952 251cec19f032461f8579582f9ab3126a e862e13a52b444139b61175c2b2ca3c0 - - default default] No more DHCP agents 2026-05-17 02:24:51.573 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-a349d0bb-af27-4359-b61b-6b9e396ff1b0 req-5e11d6d2-e06c-4af2-9354-9a79a9360952 251cec19f032461f8579582f9ab3126a e862e13a52b444139b61175c2b2ca3c0 - - default default] Unable to schedule network 71767a4a-22e2-4675-a691-83871e0ada87: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:51.640 7 INFO neutron.db.ovn_revision_numbers_db [None req-a203e47c-e7ea-486f-b5a4-3a20f8e2b538 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - default default] Successfully bumped revision number for resource 6b59678d-e7ca-4e6a-ab2b-07e9c142982e (type: security_groups) to 1 2026-05-17 02:24:51.648 7 INFO neutron.db.ovn_revision_numbers_db [None req-a203e47c-e7ea-486f-b5a4-3a20f8e2b538 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - default default] Successfully bumped revision number for resource 680717f5-648b-473f-ad31-c4536df52423 (type: security_group_rules) to 0 2026-05-17 02:24:51.662 7 INFO neutron.db.ovn_revision_numbers_db [None req-a203e47c-e7ea-486f-b5a4-3a20f8e2b538 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - default default] Successfully bumped revision number for resource b5a9783f-4f28-490b-b1a1-1b670a7c8e9e (type: security_group_rules) to 0 2026-05-17 02:24:51.674 7 INFO neutron.db.ovn_revision_numbers_db [None req-a203e47c-e7ea-486f-b5a4-3a20f8e2b538 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - default default] Successfully bumped revision number for resource ecf0905a-1424-4cfc-8b6d-3e3ccc663f04 (type: security_group_rules) to 0 2026-05-17 02:24:51.684 7 INFO neutron.db.ovn_revision_numbers_db [None req-a203e47c-e7ea-486f-b5a4-3a20f8e2b538 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - default default] Successfully bumped revision number for resource f1fd1300-42be-4ce6-9232-f0071d8bbff2 (type: security_group_rules) to 0 2026-05-17 02:24:51.736 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aba5ec45-89a1-40d9-8ec3-c50269942656 - - - - - -] OVN reports status down for port: f519f26e-6e0b-4578-abd0-a21771bf5c4f 2026-05-17 02:24:51.761 8 INFO neutron.db.ovn_revision_numbers_db [req-a349d0bb-af27-4359-b61b-6b9e396ff1b0 req-5e11d6d2-e06c-4af2-9354-9a79a9360952 251cec19f032461f8579582f9ab3126a e862e13a52b444139b61175c2b2ca3c0 - - default default] Successfully bumped revision number for resource f519f26e-6e0b-4578-abd0-a21771bf5c4f (type: ports) to 1 2026-05-17 02:24:51.820 8 INFO neutron.services.segments.plugin [-] Segment f25d1ea1-2537-4807-975e-a0d86c375d34 resource provider aggregate not found 2026-05-17 02:24:51.833 8 INFO neutron.services.segments.plugin [-] Segment f25d1ea1-2537-4807-975e-a0d86c375d34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f25d1ea1-2537-4807-975e-a0d86c375d34 found for delete ", "request_id": "req-0fdf4126-9a43-4ddb-9dba-f12cc5505750"}]} 2026-05-17 02:24:51.836 8 INFO neutron.services.segments.plugin [-] Segment f25d1ea1-2537-4807-975e-a0d86c375d34 resource provider aggregate not found [pid: 8|app: 0|req: 1063/2035] 199.204.45.38 () {38 vars in 953 bytes} [Sun May 17 02:24:51 2026] POST /v2.0/ports => generated 954 bytes in 699 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-17 02:24:51.857 8 INFO neutron.services.segments.plugin [-] Segment f25d1ea1-2537-4807-975e-a0d86c375d34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f25d1ea1-2537-4807-975e-a0d86c375d34 found for delete ", "request_id": "req-313c0bd1-e8ba-4ba3-93b9-78e22e7e772c"}]} 2026-05-17 02:24:51.867 7 INFO neutron.db.ovn_revision_numbers_db [None req-a203e47c-e7ea-486f-b5a4-3a20f8e2b538 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - default default] Successfully bumped revision number for resource b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb (type: security_groups) to 1 [pid: 8|app: 0|req: 1064/2036] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:51 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:51.882 7 INFO neutron.db.ovn_revision_numbers_db [None req-a203e47c-e7ea-486f-b5a4-3a20f8e2b538 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - default default] Successfully bumped revision number for resource 592e9c1d-e65c-4c12-b8d5-495d74f1625e (type: security_group_rules) to 0 2026-05-17 02:24:51.894 7 INFO neutron.db.ovn_revision_numbers_db [None req-a203e47c-e7ea-486f-b5a4-3a20f8e2b538 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - default default] Successfully bumped revision number for resource c6bccb5f-ffeb-4926-8878-870afccd34ff (type: security_group_rules) to 0 [pid: 7|app: 0|req: 973/2037] 10.0.0.197 () {34 vars in 683 bytes} [Sun May 17 02:24:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 513 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:24:51.963 7 WARNING tagging [None req-f4fa11be-7957-404d-97cb-099153476ee5 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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: 974/2038] 10.0.0.197 () {34 vars in 766 bytes} [Sun May 17 02:24:51 2026] PUT /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:52.021 7 WARNING tagging [None req-984d8d0b-0dfa-4136-84c2-845fb6ad98f6 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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: 975/2039] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:24:51 2026] GET /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:52.056 7 WARNING tagging [None req-8d577ac8-c233-4a49-b6be-90930511ad6a 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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: 976/2040] 10.0.0.197 () {34 vars in 777 bytes} [Sun May 17 02:24:52 2026] PUT /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-17 02:24:52.119 7 WARNING tagging [None req-e83bd0a3-7d74-4dc1-916e-43052438a8d3 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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: 977/2041] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:24:52 2026] GET /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:52.157 7 WARNING tagging [None req-178600fa-043c-4039-9ced-d7304d9683fa 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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: 978/2042] 10.0.0.197 () {34 vars in 773 bytes} [Sun May 17 02:24:52 2026] PUT /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-17 02:24:52.207 7 WARNING tagging [None req-2d1cb90b-c325-4aea-b84e-189a550cb577 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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: 979/2043] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:24:52 2026] GET /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:52.264 7 WARNING tagging [None req-ba3da738-dad2-45fb-bef5-9e7b6ac977a6 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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-17 02:24:52.307 8 INFO neutron.db.ovn_revision_numbers_db [req-a349d0bb-af27-4359-b61b-6b9e396ff1b0 req-81b7f95b-c343-44f1-82ff-29e936a1e755 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource f519f26e-6e0b-4578-abd0-a21771bf5c4f (type: ports) to 2 [pid: 7|app: 0|req: 980/2044] 10.0.0.197 () {34 vars in 795 bytes} [Sun May 17 02:24:52 2026] PUT /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags/black.or.white => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-17 02:24:52.369 7 WARNING tagging [None req-f24c42a3-b82b-4c07-b246-19bef1cfaf16 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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: 981/2045] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:24:52 2026] GET /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags => generated 52 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:52.412 7 WARNING tagging [None req-8b95d218-45ff-43f3-a6c1-c526660a88c6 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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: 982/2046] 10.0.0.197 () {34 vars in 766 bytes} [Sun May 17 02:24:52 2026] PUT /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:52.491 7 WARNING tagging [None req-32034938-cf88-47aa-9afc-3c9e6f0f47f9 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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: 983/2047] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:24:52 2026] GET /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:52.544 7 WARNING tagging [None req-5831c165-28b9-41ba-910d-3c3a2a14b41e 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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: 984/2048] 10.0.0.197 () {32 vars in 754 bytes} [Sun May 17 02:24:52 2026] GET /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:52.601 8 INFO neutron.db.ovn_revision_numbers_db [req-a349d0bb-af27-4359-b61b-6b9e396ff1b0 req-81b7f95b-c343-44f1-82ff-29e936a1e755 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource f519f26e-6e0b-4578-abd0-a21771bf5c4f (type: ports) to 4 [pid: 8|app: 0|req: 1065/2049] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:24:51 2026] PUT /v2.0/ports/f519f26e-6e0b-4578-abd0-a21771bf5c4f => generated 1227 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, ' 2026-05-17 02:24:52.673 8 WARNING tagging [None req-da92e915-2287-4316-aced-fb408bf097d6 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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-17 02:24:52.675 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d1633d7-ba55-4445-9311-29695b1ae529'] response: {'name': 'network-changed', 'server_uuid': '689caea1-7ad7-49ec-9ba9-9862bfd1f057', 'tag': 'f519f26e-6e0b-4578-abd0-a21771bf5c4f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 985/2050] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:52 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 969 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:52.715 8 INFO neutron.api.v2.resource [None req-da92e915-2287-4316-aced-fb408bf097d6 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1066/2051] 10.0.0.197 () {32 vars in 758 bytes} [Sun May 17 02:24:52 2026] GET /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2052] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:52 2026] GET /v2.0/security-groups?id=7e6697ba-8a2b-48e0-b82e-6269b2e83bf5&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:52.750 8 WARNING tagging [None req-c6f0d760-dc1a-4e28-b03f-292cfb0cdb0b 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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: 1067/2053] 10.0.0.197 () {32 vars in 757 bytes} [Sun May 17 02:24:52 2026] DELETE /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:52.811 7 WARNING tagging [None req-90621c55-4a17-4f05-bcfb-01c76aaad326 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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: 987/2054] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:24:52 2026] GET /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:52.861 8 WARNING tagging [None req-ef0d4575-7782-4106-a4e2-2b621a03e6f7 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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-17 02:24:52.878 8 INFO neutron.api.v2.resource [None req-ef0d4575-7782-4106-a4e2-2b621a03e6f7 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1068/2055] 10.0.0.197 () {32 vars in 761 bytes} [Sun May 17 02:24:52 2026] DELETE /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:24:52.910 7 WARNING tagging [None req-384dae42-1f3a-4f47-b0a8-3a8e6e3b25e6 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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: 988/2056] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:24:52 2026] DELETE /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:52.964 8 WARNING tagging [None req-a8829dc8-31ed-4748-84f3-780a249d655d 91e7b434bc824da7a8000c828ae732a4 e94b92a34364429386125a4858746766 - - 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: 989/2057] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:52 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => 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: 1069/2058] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:24:52 2026] GET /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2059] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:52 2026] DELETE /v2.0/security-groups/b2a8fcad-fbc7-4153-8f75-0d2dacb2a4cb => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2060] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:24:53 2026] GET /v2.0/ports?tenant_id=e862e13a52b444139b61175c2b2ca3c0&device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 1230 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2061] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:24:53 2026] GET /v2.0/networks?id=4bbfde6a-73fb-4fa5-85b8-04da66d19075 => generated 698 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:53.258 7 WARNING neutron.db.securitygroups_db [req-9e5dc4ee-f6c2-4b39-bf38-fa4b43e5fb9d req-9e946293-6783-43f6-8367-cedf680d1d67 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] 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/2062] 199.204.45.38 () {34 vars in 1048 bytes} [Sun May 17 02:24:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1a53199bcbe34b4d8e4138fc92ac4248 => generated 274 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2063] 199.204.45.38 () {34 vars in 1016 bytes} [Sun May 17 02:24:53 2026] GET /v2.0/networks?tenant_id=e862e13a52b444139b61175c2b2ca3c0&shared=False => generated 808 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:53.592 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-9e5dc4ee-f6c2-4b39-bf38-fa4b43e5fb9d req-081f55cf-65d1-463d-9231-93b2b1fd6c14 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] No more DHCP agents 2026-05-17 02:24:53.596 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-9e5dc4ee-f6c2-4b39-bf38-fa4b43e5fb9d req-081f55cf-65d1-463d-9231-93b2b1fd6c14 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Unable to schedule network 4bbfde6a-73fb-4fa5-85b8-04da66d19075: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:53.622 7 INFO neutron.db.ovn_revision_numbers_db [None req-c23a154c-b188-4ff4-aa24-5d1e4190b955 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource 82202fa9-f992-4032-90c4-872d8d61134b (type: security_groups) to 1 2026-05-17 02:24:53.636 7 INFO neutron.db.ovn_revision_numbers_db [None req-c23a154c-b188-4ff4-aa24-5d1e4190b955 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource 2a9ce708-277e-4a00-8c4b-db5fdd6c99da (type: security_group_rules) to 0 2026-05-17 02:24:53.647 7 INFO neutron.db.ovn_revision_numbers_db [None req-c23a154c-b188-4ff4-aa24-5d1e4190b955 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource 794819af-4f2e-4b06-9d6f-6be3f4647874 (type: security_group_rules) to 0 2026-05-17 02:24:53.669 7 INFO neutron.db.ovn_revision_numbers_db [None req-c23a154c-b188-4ff4-aa24-5d1e4190b955 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource 84bb1225-186b-4b48-908c-ffc596ac12c8 (type: security_group_rules) to 0 2026-05-17 02:24:53.681 7 INFO neutron.db.ovn_revision_numbers_db [None req-c23a154c-b188-4ff4-aa24-5d1e4190b955 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource 936bf5e0-ec3f-4f84-bf09-2a9852cde8da (type: security_group_rules) to 0 2026-05-17 02:24:53.712 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aba5ec45-89a1-40d9-8ec3-c50269942656 - - - - - -] OVN reports status down for port: 169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 2026-05-17 02:24:53.751 8 INFO neutron.db.ovn_revision_numbers_db [req-9e5dc4ee-f6c2-4b39-bf38-fa4b43e5fb9d req-081f55cf-65d1-463d-9231-93b2b1fd6c14 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource 169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 (type: ports) to 1 2026-05-17 02:24:53.816 7 INFO neutron.db.segments_db [None req-c23a154c-b188-4ff4-aa24-5d1e4190b955 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Added segment 880da13d-b61f-454e-8128-519d1767b347 of type geneve for network 8ff8f6f3-22fa-409b-80a0-23bd71f321b6 [pid: 8|app: 0|req: 1072/2064] 199.204.45.38 () {38 vars in 953 bytes} [Sun May 17 02:24:53 2026] POST /v2.0/ports => generated 954 bytes in 519 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: 1073/2065] 199.204.45.38 () {34 vars in 928 bytes} [Sun May 17 02:24:53 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:53.951 7 INFO neutron.db.ovn_revision_numbers_db [None req-c23a154c-b188-4ff4-aa24-5d1e4190b955 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource 8ff8f6f3-22fa-409b-80a0-23bd71f321b6 (type: networks) to 1 2026-05-17 02:24:53.964 8 WARNING neutron.db.securitygroups_db [None req-78827973-3ba7-4d7d-b973-e49d4f5f5ec6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1074/2066] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:53 2026] GET /v2.0/security-groups?tenant_id=e94b92a34364429386125a4858746766&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:54.113 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c23a154c-b188-4ff4-aa24-5d1e4190b955 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] No more DHCP agents 2026-05-17 02:24:54.115 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c23a154c-b188-4ff4-aa24-5d1e4190b955 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Unable to schedule network 8ff8f6f3-22fa-409b-80a0-23bd71f321b6: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:54.158 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aba5ec45-89a1-40d9-8ec3-c50269942656 - - - - - -] OVN reports status down for port: d151d96b-85cc-4f2a-80b6-853c00be608c 2026-05-17 02:24:54.220 7 INFO neutron.db.ovn_revision_numbers_db [None req-c23a154c-b188-4ff4-aa24-5d1e4190b955 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource d151d96b-85cc-4f2a-80b6-853c00be608c (type: ports) to 1 [pid: 7|app: 0|req: 993/2067] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:53 2026] POST /v2.0/networks => generated 686 bytes in 979 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2068] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:54 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:54.370 8 INFO neutron.db.ovn_revision_numbers_db [req-9e5dc4ee-f6c2-4b39-bf38-fa4b43e5fb9d req-363d1e4a-2b5a-431b-8c05-6e289b20efe3 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource 169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 (type: ports) to 2 [pid: 7|app: 0|req: 995/2069] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:54 2026] DELETE /v2.0/security-groups/6b59678d-e7ca-4e6a-ab2b-07e9c142982e => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2070] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:54 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:54.623 8 INFO neutron.db.ovn_revision_numbers_db [req-9e5dc4ee-f6c2-4b39-bf38-fa4b43e5fb9d req-363d1e4a-2b5a-431b-8c05-6e289b20efe3 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource 169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 (type: ports) to 4 [pid: 8|app: 0|req: 1075/2071] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:24:53 2026] PUT /v2.0/ports/169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 => generated 1227 bytes in 653 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: 1076/2072] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:54 2026] GET /v2.0/security-groups?id=7e6697ba-8a2b-48e0-b82e-6269b2e83bf5&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2073] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:54 2026] GET /v2.0/security-groups?id=56de219f-7948-42fc-9de8-1bcb4a79f56f&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:54.713 8 WARNING neutron.db.securitygroups_db [None req-e514a92c-4814-4d5f-9ba0-bc9a519906ba 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:24:54.737 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7b6985e-8640-4a7c-a8d9-8ab51774df9b'] response: {'name': 'network-changed', 'server_uuid': '0aaf3f3a-23c9-4404-ac92-4acf557a41b1', 'tag': '169ea0e2-53fe-4366-af6d-3bbd42f5f3d1', 'status': 'completed', 'code': 200} 2026-05-17 02:24:54.821 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-615ea1d4-d93a-4826-81ba-c51f9e94085d 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] No more DHCP agents 2026-05-17 02:24:54.822 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-615ea1d4-d93a-4826-81ba-c51f9e94085d 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Unable to schedule network 8ff8f6f3-22fa-409b-80a0-23bd71f321b6: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:54.852 8 INFO neutron.db.ovn_revision_numbers_db [None req-e514a92c-4814-4d5f-9ba0-bc9a519906ba 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3edbc6e5-0f2a-4e78-9d6c-0a02ae229963 (type: security_groups) to 1 2026-05-17 02:24:54.864 8 INFO neutron.db.ovn_revision_numbers_db [None req-e514a92c-4814-4d5f-9ba0-bc9a519906ba 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 317953b0-b5c1-42de-af0f-2c572c3c9b2f (type: security_group_rules) to 0 2026-05-17 02:24:54.890 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status down for port: 59ed7017-de03-471c-955f-c51c475e3b5e 2026-05-17 02:24:54.900 8 INFO neutron.db.ovn_revision_numbers_db [None req-e514a92c-4814-4d5f-9ba0-bc9a519906ba 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3313754d-6f74-4ab1-9644-6faab6210747 (type: security_group_rules) to 0 2026-05-17 02:24:54.923 7 INFO neutron.db.ovn_revision_numbers_db [None req-615ea1d4-d93a-4826-81ba-c51f9e94085d 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource 59ed7017-de03-471c-955f-c51c475e3b5e (type: ports) to 1 2026-05-17 02:24:54.931 8 INFO neutron.db.ovn_revision_numbers_db [None req-e514a92c-4814-4d5f-9ba0-bc9a519906ba 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b20b04ff-cb8d-486a-aee0-d5cc0c42d868 (type: security_group_rules) to 0 2026-05-17 02:24:54.948 8 INFO neutron.db.ovn_revision_numbers_db [None req-e514a92c-4814-4d5f-9ba0-bc9a519906ba 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e2eab4db-3bb7-450a-b3b3-66c86e135b33 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 997/2074] 10.0.0.197 () {34 vars in 664 bytes} [Sun May 17 02:24:54 2026] POST /v2.0/ports => generated 779 bytes in 393 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: 998/2075] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:24:54 2026] GET /v2.0/ports?tenant_id=e862e13a52b444139b61175c2b2ca3c0&device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 1230 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2076] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:24:54 2026] GET /v2.0/security-groups?tenant_id=957caf5143444916b2ff245154f289c2&name=default => generated 2925 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:24:55.099 7 INFO neutron.db.segments_db [None req-56330127-6f6d-41f4-a4af-c30a87fc0648 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Added segment ebabac5d-3c32-4c82-b076-b3ab61e0d104 of type geneve for network 3d0b7abf-06be-4dbe-8893-132365abf931 [pid: 8|app: 0|req: 1079/2077] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:24:55 2026] DELETE /v2.0/security-groups/3edbc6e5-0f2a-4e78-9d6c-0a02ae229963 => 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: 1080/2078] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:24:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=f519f26e-6e0b-4578-abd0-a21771bf5c4f => 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: 1081/2079] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:24:55 2026] GET /v2.0/subnets?id=5f283330-f8f0-442d-a898-d57279e5f17e => generated 691 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:55.295 7 INFO neutron.db.ovn_revision_numbers_db [None req-56330127-6f6d-41f4-a4af-c30a87fc0648 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource 3d0b7abf-06be-4dbe-8893-132365abf931 (type: networks) to 1 [pid: 8|app: 0|req: 1082/2080] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:24:55 2026] GET /v2.0/ports?tenant_id=1a53199bcbe34b4d8e4138fc92ac4248&device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 1230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2081] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:24:55 2026] GET /v2.0/ports?network_id=71767a4a-22e2-4675-a691-83871e0ada87&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: 1084/2082] 199.204.45.38 () {34 vars in 1016 bytes} [Sun May 17 02:24:55 2026] GET /v2.0/networks?tenant_id=1a53199bcbe34b4d8e4138fc92ac4248&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: 1085/2083] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:24:55 2026] GET /v2.0/networks/71767a4a-22e2-4675-a691-83871e0ada87?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: 1086/2084] 199.204.45.38 () {34 vars in 928 bytes} [Sun May 17 02:24:55 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2085] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:24:55 2026] GET /v2.0/networks/71767a4a-22e2-4675-a691-83871e0ada87?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) 2026-05-17 02:24:55.530 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-56330127-6f6d-41f4-a4af-c30a87fc0648 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] No more DHCP agents 2026-05-17 02:24:55.532 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-56330127-6f6d-41f4-a4af-c30a87fc0648 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Unable to schedule network 3d0b7abf-06be-4dbe-8893-132365abf931: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:55.611 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status down for port: e82fc454-a8af-409c-9074-787011181f52 2026-05-17 02:24:55.644 7 INFO neutron.db.ovn_revision_numbers_db [None req-56330127-6f6d-41f4-a4af-c30a87fc0648 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource e82fc454-a8af-409c-9074-787011181f52 (type: ports) to 1 [pid: 7|app: 0|req: 999/2086] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:55 2026] POST /v2.0/networks => generated 673 bytes in 660 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2087] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:55 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2088] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:55 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2089] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:55 2026] GET /v2.0/security-groups?id=7e6697ba-8a2b-48e0-b82e-6269b2e83bf5&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2090] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:55 2026] GET /v2.0/security-groups?id=56de219f-7948-42fc-9de8-1bcb4a79f56f&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-17 02:24:55.923 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-43f7bd27-44d0-4264-bdb3-7054a03c438d 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] No more DHCP agents 2026-05-17 02:24:55.925 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-43f7bd27-44d0-4264-bdb3-7054a03c438d 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Unable to schedule network 3d0b7abf-06be-4dbe-8893-132365abf931: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:55.982 8 INFO neutron.db.ovn_revision_numbers_db [None req-43f7bd27-44d0-4264-bdb3-7054a03c438d 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource d6e05f60-c7d5-4b45-bb73-f8e92f452cf4 (type: subnets) to 0 [pid: 8|app: 0|req: 1088/2091] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:55 2026] POST /v2.0/subnets => generated 646 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:56.313 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-aa48844b-68b8-4eaa-91bc-acbb8d2937be 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] No more DHCP agents 2026-05-17 02:24:56.315 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-aa48844b-68b8-4eaa-91bc-acbb8d2937be 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Unable to schedule network 3d0b7abf-06be-4dbe-8893-132365abf931: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:56.413 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status down for port: 5ba392b1-7446-41e8-8a5a-96352c1f2bbb 2026-05-17 02:24:56.444 7 INFO neutron.db.ovn_revision_numbers_db [None req-aa48844b-68b8-4eaa-91bc-acbb8d2937be 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource 5ba392b1-7446-41e8-8a5a-96352c1f2bbb (type: ports) to 1 [pid: 7|app: 0|req: 1004/2092] 10.0.0.197 () {34 vars in 664 bytes} [Sun May 17 02:24:56 2026] POST /v2.0/ports => generated 966 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1089/2093] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:24:56 2026] GET /v2.0/ports?tenant_id=1a53199bcbe34b4d8e4138fc92ac4248&device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 1230 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2094] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:24:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 => 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: 1091/2095] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:24:56 2026] GET /v2.0/subnets?id=f517380d-98be-4915-9732-f4e35aa4b44c => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2096] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:24:56 2026] GET /v2.0/ports?network_id=4bbfde6a-73fb-4fa5-85b8-04da66d19075&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-17 02:24:56.647 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e416e8b-28c1-4a7f-bdb0-90909b8c8085 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] TaaS: Handle Delete Port: 5ba392b1-7446-41e8-8a5a-96352c1f2bbb 2026-05-17 02:24:56.651 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e416e8b-28c1-4a7f-bdb0-90909b8c8085 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Tap Mirror: Handle Delete Port: 5ba392b1-7446-41e8-8a5a-96352c1f2bbb [pid: 8|app: 0|req: 1093/2097] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:24:56 2026] GET /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075?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: 1094/2098] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:24:56 2026] GET /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2099] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:24:56 2026] DELETE /v2.0/ports/5ba392b1-7446-41e8-8a5a-96352c1f2bbb => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:56.826 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2be0bda4-58f4-4153-8185-bb368390a31c 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1095/2100] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:24:56 2026] DELETE /v2.0/ports/5ba392b1-7446-41e8-8a5a-96352c1f2bbb => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:24:56.853 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c0a7c455-b47e-40e8-ab2c-5dd449b58a6e 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1006/2101] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:24:56 2026] GET /v2.0/ports/5ba392b1-7446-41e8-8a5a-96352c1f2bbb => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2102] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:56 2026] DELETE /v2.0/subnets/d6e05f60-c7d5-4b45-bb73-f8e92f452cf4 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2103] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:56 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => 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: 1008/2104] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:56 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2105] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:57 2026] GET /v2.0/security-groups?id=7e6697ba-8a2b-48e0-b82e-6269b2e83bf5&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2106] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:57 2026] GET /v2.0/security-groups?id=56de219f-7948-42fc-9de8-1bcb4a79f56f&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:57.105 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cd4a76c-7251-4b63-b933-12f130fab012 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] TaaS: Handle Delete Port: e82fc454-a8af-409c-9074-787011181f52 2026-05-17 02:24:57.107 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cd4a76c-7251-4b63-b933-12f130fab012 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Tap Mirror: Handle Delete Port: e82fc454-a8af-409c-9074-787011181f52 2026-05-17 02:24:57.268 8 INFO neutron.services.segments.plugin [-] Segment ebabac5d-3c32-4c82-b076-b3ab61e0d104 resource provider aggregate not found 2026-05-17 02:24:57.273 8 INFO neutron.services.segments.plugin [-] Segment ebabac5d-3c32-4c82-b076-b3ab61e0d104 resource provider aggregate not found 2026-05-17 02:24:57.287 8 INFO neutron.services.segments.plugin [-] Segment ebabac5d-3c32-4c82-b076-b3ab61e0d104 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebabac5d-3c32-4c82-b076-b3ab61e0d104 found for delete ", "request_id": "req-263605b5-ff68-451f-a96b-51158008fdc3"}]} 2026-05-17 02:24:57.289 8 INFO neutron.services.segments.plugin [-] Segment ebabac5d-3c32-4c82-b076-b3ab61e0d104 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebabac5d-3c32-4c82-b076-b3ab61e0d104 found for delete ", "request_id": "req-7b12ca48-5972-491c-9234-7b091d0d4423"}]} [pid: 8|app: 0|req: 1097/2107] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:56 2026] DELETE /v2.0/networks/3d0b7abf-06be-4dbe-8893-132365abf931 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:57.419 7 INFO neutron.db.segments_db [None req-3ea197c0-6951-471d-b0ca-14f064759550 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Added segment 89ca89af-5f90-4b9b-8189-7d9b7db86e55 of type geneve for network b2436183-f777-4101-9e07-059321f09ac0 2026-05-17 02:24:57.531 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ea197c0-6951-471d-b0ca-14f064759550 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource b2436183-f777-4101-9e07-059321f09ac0 (type: networks) to 1 2026-05-17 02:24:57.707 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3ea197c0-6951-471d-b0ca-14f064759550 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] No more DHCP agents 2026-05-17 02:24:57.709 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3ea197c0-6951-471d-b0ca-14f064759550 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Unable to schedule network b2436183-f777-4101-9e07-059321f09ac0: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:57.775 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status down for port: 43bfb097-6c0b-4257-8ee8-67f083323e2f 2026-05-17 02:24:57.789 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ea197c0-6951-471d-b0ca-14f064759550 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource 43bfb097-6c0b-4257-8ee8-67f083323e2f (type: ports) to 1 [pid: 7|app: 0|req: 1011/2108] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:24:57 2026] POST /v2.0/networks => generated 674 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:58.021 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-54affc53-c178-49fd-86d9-c548dad6e010 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] No more DHCP agents 2026-05-17 02:24:58.023 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-54affc53-c178-49fd-86d9-c548dad6e010 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Unable to schedule network b2436183-f777-4101-9e07-059321f09ac0: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:24:58.057 8 INFO neutron.db.ovn_revision_numbers_db [None req-54affc53-c178-49fd-86d9-c548dad6e010 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource b5aeb858-731d-4930-8d57-2e09c7f0c071 (type: subnets) to 0 [pid: 8|app: 0|req: 1098/2109] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:24:57 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:24:58.229 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aba5ec45-89a1-40d9-8ec3-c50269942656 - - - - - -] OVN reports status up for port: f519f26e-6e0b-4578-abd0-a21771bf5c4f 2026-05-17 02:24:58.252 7 INFO neutron.plugins.ml2.plugin [None req-aba5ec45-89a1-40d9-8ec3-c50269942656 - - - - - -] Attempt 1 to provision port f519f26e-6e0b-4578-abd0-a21771bf5c4f [pid: 8|app: 0|req: 1099/2110] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:58 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 969 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2111] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:58 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2112] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:58 2026] GET /v2.0/security-groups?id=7e6697ba-8a2b-48e0-b82e-6269b2e83bf5&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2113] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:58 2026] GET /v2.0/security-groups?id=56de219f-7948-42fc-9de8-1bcb4a79f56f&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:58.468 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f4bfd16-82b9-4cb4-bcec-16d1cf6d0105'] response: {'server_uuid': '689caea1-7ad7-49ec-9ba9-9862bfd1f057', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f519f26e-6e0b-4578-abd0-a21771bf5c4f', 'code': 200} 2026-05-17 02:24:58.621 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-3a683488-dc0a-4c81-8855-f832ec495c58 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] No more DHCP agents 2026-05-17 02:24:58.633 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-3a683488-dc0a-4c81-8855-f832ec495c58 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Unable to schedule network b2436183-f777-4101-9e07-059321f09ac0: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1103/2114] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:24:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2115] 10.0.0.197 () {34 vars in 758 bytes} [Sun May 17 02:24:58 2026] PUT /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:58.750 7 INFO neutron.db.ovn_revision_numbers_db [None req-aba5ec45-89a1-40d9-8ec3-c50269942656 - - - - - -] Successfully bumped revision number for resource f519f26e-6e0b-4578-abd0-a21771bf5c4f (type: ports) to 5 [pid: 8|app: 0|req: 1105/2116] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:24:58 2026] GET /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2117] 10.0.0.197 () {34 vars in 769 bytes} [Sun May 17 02:24:58 2026] PUT /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags/green => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2118] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:24:58 2026] GET /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:58.927 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aaec4b43-acc2-4ef9-b290-133232b6aa0f - - - - - -] OVN reports status down for port: d9a8b3d6-b32a-4081-ac33-19cbc56d7f0d [pid: 8|app: 0|req: 1108/2119] 10.0.0.197 () {34 vars in 765 bytes} [Sun May 17 02:24:58 2026] PUT /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-17 02:24:58.934 7 INFO neutron.db.ovn_revision_numbers_db [None req-3a683488-dc0a-4c81-8855-f832ec495c58 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource d9a8b3d6-b32a-4081-ac33-19cbc56d7f0d (type: ports) to 1 [pid: 8|app: 0|req: 1109/2120] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:24:58 2026] GET /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2121] 10.0.0.197 () {34 vars in 787 bytes} [Sun May 17 02:24:58 2026] PUT /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2122] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:24:59 2026] GET /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/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: 1012/2123] 10.0.0.197 () {34 vars in 664 bytes} [Sun May 17 02:24:58 2026] POST /v2.0/ports => generated 927 bytes in 977 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: 1112/2124] 10.0.0.197 () {34 vars in 758 bytes} [Sun May 17 02:24:59 2026] PUT /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2125] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:24:59 2026] GET /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2126] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:24:59 2026] GET /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:24:59.195 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c7265d1-640f-444a-9a6d-24659e5658e1 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] TaaS: Handle Delete Port: d9a8b3d6-b32a-4081-ac33-19cbc56d7f0d 2026-05-17 02:24:59.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c7265d1-640f-444a-9a6d-24659e5658e1 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Tap Mirror: Handle Delete Port: d9a8b3d6-b32a-4081-ac33-19cbc56d7f0d 2026-05-17 02:24:59.203 8 INFO neutron.api.v2.resource [None req-09040a4b-c768-4c05-9ae9-9305512c3af1 0dc0d24e2c4c4ba883ac143296acfcae faca99728aa7446ea7942fcb836f8d14 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1115/2127] 10.0.0.197 () {32 vars in 750 bytes} [Sun May 17 02:24:59 2026] GET /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2128] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:24:59 2026] DELETE /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags/red => 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: 1117/2129] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:24:59 2026] GET /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:24:59.388 8 INFO neutron.api.v2.resource [None req-1eac4a42-fca8-4cc2-9ffc-990f95554c8c 0dc0d24e2c4c4ba883ac143296acfcae faca99728aa7446ea7942fcb836f8d14 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1118/2130] 10.0.0.197 () {32 vars in 753 bytes} [Sun May 17 02:24:59 2026] DELETE /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags/green => generated 99 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2131] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:24:59 2026] DELETE /v2.0/ports/d9a8b3d6-b32a-4081-ac33-19cbc56d7f0d => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:24:59.421 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-aaec4b43-acc2-4ef9-b290-133232b6aa0f - - - - - -] OVN reports status up for port: 169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 2026-05-17 02:24:59.449 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ced62b28-7d8b-4c5d-ae1d-3d80a6cd4b09 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1014/2132] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:24:59 2026] GET /v2.0/ports/d9a8b3d6-b32a-4081-ac33-19cbc56d7f0d => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:24:59.454 7 INFO neutron.plugins.ml2.plugin [None req-aaec4b43-acc2-4ef9-b290-133232b6aa0f - - - - - -] Attempt 1 to provision port 169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 [pid: 8|app: 0|req: 1119/2133] 10.0.0.197 () {32 vars in 741 bytes} [Sun May 17 02:24:59 2026] DELETE /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2134] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:59 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 971 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2135] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:24:59 2026] DELETE /v2.0/subnets/b5aeb858-731d-4930-8d57-2e09c7f0c071 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2136] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:24:59 2026] GET /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736/tags => generated 12 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2137] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:59 2026] GET /v2.0/security-groups?id=7e6697ba-8a2b-48e0-b82e-6269b2e83bf5&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2138] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:24:59 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2139] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:24:59 2026] DELETE /v2.0/subnetpools/0d2a594f-ffe3-421c-b94b-22df0b1d3736 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2140] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:24:59 2026] GET /v2.0/security-groups?id=56de219f-7948-42fc-9de8-1bcb4a79f56f&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:24:59.953 7 INFO neutron_taas.services.taas.taas_plugin [None req-14449f37-3849-4253-8f37-1d29e3740d63 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] TaaS: Handle Delete Port: 43bfb097-6c0b-4257-8ee8-67f083323e2f 2026-05-17 02:24:59.961 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14449f37-3849-4253-8f37-1d29e3740d63 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Tap Mirror: Handle Delete Port: 43bfb097-6c0b-4257-8ee8-67f083323e2f 2026-05-17 02:24:59.983 7 INFO neutron.db.ovn_revision_numbers_db [None req-aaec4b43-acc2-4ef9-b290-133232b6aa0f - - - - - -] Successfully bumped revision number for resource 169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 (type: ports) to 5 2026-05-17 02:25:00.266 7 INFO neutron.services.segments.plugin [-] Segment 89ca89af-5f90-4b9b-8189-7d9b7db86e55 resource provider aggregate not found 2026-05-17 02:25:00.270 7 INFO neutron.services.segments.plugin [-] Segment 89ca89af-5f90-4b9b-8189-7d9b7db86e55 resource provider aggregate not found 2026-05-17 02:25:00.288 7 INFO neutron.services.segments.plugin [-] Segment 89ca89af-5f90-4b9b-8189-7d9b7db86e55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89ca89af-5f90-4b9b-8189-7d9b7db86e55 found for delete ", "request_id": "req-0cf5dd89-45c5-44ec-8808-fe7175784b3a"}]} 2026-05-17 02:25:00.290 7 INFO neutron.services.segments.plugin [-] Segment 89ca89af-5f90-4b9b-8189-7d9b7db86e55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89ca89af-5f90-4b9b-8189-7d9b7db86e55 found for delete ", "request_id": "req-97e6b451-1c52-4399-b250-87505dad0d22"}]} [pid: 7|app: 0|req: 1018/2141] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:24:59 2026] DELETE /v2.0/networks/b2436183-f777-4101-9e07-059321f09ac0 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:25:00.512 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6c906b5-7ede-4363-887a-14ebc0b08f35'] response: {'server_uuid': '689caea1-7ad7-49ec-9ba9-9862bfd1f057', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'f519f26e-6e0b-4578-abd0-a21771bf5c4f', 'code': 200} 2026-05-17 02:25:00.513 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6c906b5-7ede-4363-887a-14ebc0b08f35'] response: {'server_uuid': '0aaf3f3a-23c9-4404-ac92-4acf557a41b1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '169ea0e2-53fe-4366-af6d-3bbd42f5f3d1', 'code': 200} 2026-05-17 02:25:00.513 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6c906b5-7ede-4363-887a-14ebc0b08f35'] response: {'server_uuid': '0aaf3f3a-23c9-4404-ac92-4acf557a41b1', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '169ea0e2-53fe-4366-af6d-3bbd42f5f3d1', 'code': 200} 2026-05-17 02:25:00.620 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-98cb9a28-d2c0-484c-98e5-1fcb0577dd3b 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] No more DHCP agents 2026-05-17 02:25:00.625 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-98cb9a28-d2c0-484c-98e5-1fcb0577dd3b 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Unable to schedule network 8ff8f6f3-22fa-409b-80a0-23bd71f321b6: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:00.692 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status down for port: cf370c28-4eb4-41c5-bacf-b199a36bc1c5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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-17 02:25:00.730 7 WARNING neutron.db.securitygroups_db [None req-62959c69-7a64-4cb4-891e-335a253d2fa0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:00.757 8 INFO neutron.db.ovn_revision_numbers_db [None req-98cb9a28-d2c0-484c-98e5-1fcb0577dd3b 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource cf370c28-4eb4-41c5-bacf-b199a36bc1c5 (type: ports) to 1 2026-05-17 02:25:00.864 7 INFO neutron.db.ovn_revision_numbers_db [None req-62959c69-7a64-4cb4-891e-335a253d2fa0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 03adbad0-6970-448f-b0dc-c3efbdb82871 (type: security_groups) to 1 [pid: 8|app: 0|req: 1124/2142] 10.0.0.197 () {34 vars in 664 bytes} [Sun May 17 02:25:00 2026] POST /v2.0/ports => generated 779 bytes in 539 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-17 02:25:00.878 7 INFO neutron.db.ovn_revision_numbers_db [None req-62959c69-7a64-4cb4-891e-335a253d2fa0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1154ceda-10b4-44cb-9a8d-c95f47aaf4de (type: security_group_rules) to 0 2026-05-17 02:25:00.895 7 INFO neutron.db.ovn_revision_numbers_db [None req-62959c69-7a64-4cb4-891e-335a253d2fa0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5f8555d3-ab49-4991-be3d-9c48c3497b09 (type: security_group_rules) to 0 2026-05-17 02:25:00.907 7 INFO neutron.db.ovn_revision_numbers_db [None req-62959c69-7a64-4cb4-891e-335a253d2fa0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource bc6eba9b-1017-446c-a976-21c6c70204a4 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1125/2143] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:00 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:00.920 7 INFO neutron.db.ovn_revision_numbers_db [None req-62959c69-7a64-4cb4-891e-335a253d2fa0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e12e046c-d486-44c8-a5db-a83044d94bab (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1019/2144] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:00 2026] GET /v2.0/security-groups?tenant_id=b68a37710ab9473489ff30dcb8720f32&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2145] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:25:00 2026] GET /v2.0/security-groups?id=7e6697ba-8a2b-48e0-b82e-6269b2e83bf5&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2146] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:00 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:01.189 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status down for port: cf370c28-4eb4-41c5-bacf-b199a36bc1c5 [pid: 7|app: 0|req: 1022/2147] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:01 2026] DELETE /v2.0/security-groups/03adbad0-6970-448f-b0dc-c3efbdb82871 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:01.281 8 INFO neutron.db.ovn_revision_numbers_db [None req-5664ea12-2690-47cc-ae69-e732252de0b8 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Successfully bumped revision number for resource cf370c28-4eb4-41c5-bacf-b199a36bc1c5 (type: ports) to 2 [pid: 7|app: 0|req: 1023/2148] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:25:01 2026] GET /v2.0/security-groups?id=56de219f-7948-42fc-9de8-1bcb4a79f56f&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: 8|app: 0|req: 1126/2149] 10.0.0.197 () {34 vars in 736 bytes} [Sun May 17 02:25:00 2026] PUT /v2.0/ports/cf370c28-4eb4-41c5-bacf-b199a36bc1c5 => generated 752 bytes in 409 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-17 02:25:01.383 8 WARNING neutron.db.securitygroups_db [None req-5a68c7ab-38af-4945-bfe7-4b4d8e6bb8a8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:01.525 7 INFO neutron_taas.services.taas.taas_plugin [None req-2510bcb1-2bce-4f2f-b6f2-c06e65775de4 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] TaaS: Handle Delete Port: cf370c28-4eb4-41c5-bacf-b199a36bc1c5 2026-05-17 02:25:01.528 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2510bcb1-2bce-4f2f-b6f2-c06e65775de4 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Tap Mirror: Handle Delete Port: cf370c28-4eb4-41c5-bacf-b199a36bc1c5 2026-05-17 02:25:01.539 8 INFO neutron.db.ovn_revision_numbers_db [None req-5a68c7ab-38af-4945-bfe7-4b4d8e6bb8a8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 54c0c78e-dd1e-42f3-93c7-354e6e727f64 (type: security_groups) to 1 2026-05-17 02:25:01.553 8 INFO neutron.db.ovn_revision_numbers_db [None req-5a68c7ab-38af-4945-bfe7-4b4d8e6bb8a8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 44b39e17-a15e-4129-87a7-2c4f2cf99859 (type: security_group_rules) to 0 2026-05-17 02:25:01.566 8 INFO neutron.db.ovn_revision_numbers_db [None req-5a68c7ab-38af-4945-bfe7-4b4d8e6bb8a8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 885c6a7b-1806-4456-a4d1-2dd28517934d (type: security_group_rules) to 0 2026-05-17 02:25:01.603 8 INFO neutron.db.ovn_revision_numbers_db [None req-5a68c7ab-38af-4945-bfe7-4b4d8e6bb8a8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d87bc5b0-03cb-447b-bd23-25a7f8e15963 (type: security_group_rules) to 0 2026-05-17 02:25:01.633 8 INFO neutron.db.ovn_revision_numbers_db [None req-5a68c7ab-38af-4945-bfe7-4b4d8e6bb8a8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fe0c4bc8-f3d4-477d-8416-16cb30d54bcf (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1024/2150] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:25:01 2026] DELETE /v2.0/ports/cf370c28-4eb4-41c5-bacf-b199a36bc1c5 => 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: 1127/2151] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:01 2026] GET /v2.0/security-groups?tenant_id=faca99728aa7446ea7942fcb836f8d14&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2152] 10.0.0.197 () {32 vars in 642 bytes} [Sun May 17 02:25:01 2026] GET /v2.0/ports => generated 1538 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:01.750 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f8a9d76-81fb-428f-aa7b-5f13fca6b075 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1026/2153] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:25:01 2026] GET /v2.0/ports/cf370c28-4eb4-41c5-bacf-b199a36bc1c5 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2154] 10.0.0.197 () {32 vars in 642 bytes} [Sun May 17 02:25:01 2026] GET /v2.0/ports => generated 1538 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2155] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:25:01 2026] GET /v2.0/ports/59ed7017-de03-471c-955f-c51c475e3b5e => generated 779 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:01.876 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bab9c593-4a33-4c2c-8d14-1772ec64ec6e 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1029/2156] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:25:01 2026] DELETE /v2.0/ports/d9a8b3d6-b32a-4081-ac33-19cbc56d7f0d => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:25:01.909 7 INFO neutron.pecan_wsgi.hooks.translation [None req-86682a9c-c413-4723-b13e-e39326e61330 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1030/2157] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:25:01 2026] DELETE /v2.0/subnets/b5aeb858-731d-4930-8d57-2e09c7f0c071 => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:25:01.942 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c79c0a5b-3a06-473d-8b4c-78aa5746dbf7 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1031/2158] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:25:01 2026] DELETE /v2.0/subnets/d6e05f60-c7d5-4b45-bb73-f8e92f452cf4 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2159] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:01 2026] DELETE /v2.0/security-groups/54c0c78e-dd1e-42f3-93c7-354e6e727f64 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:02.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-82638926-8956-4429-b35c-1190712c0faa 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] TaaS: Handle Delete Port: 59ed7017-de03-471c-955f-c51c475e3b5e 2026-05-17 02:25:02.089 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82638926-8956-4429-b35c-1190712c0faa 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Tap Mirror: Handle Delete Port: 59ed7017-de03-471c-955f-c51c475e3b5e [pid: 7|app: 0|req: 1032/2160] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:25:01 2026] DELETE /v2.0/ports/59ed7017-de03-471c-955f-c51c475e3b5e => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:25:02.387 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc9524d2-38be-4ff6-9bdb-ce682aaec21a 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] TaaS: Handle Delete Port: d151d96b-85cc-4f2a-80b6-853c00be608c 2026-05-17 02:25:02.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc9524d2-38be-4ff6-9bdb-ce682aaec21a 3dc0ea474f704ed1956bd9ed1cefee5c 81835fab04d04b778b66c731df692f31 - - default default] Tap Mirror: Handle Delete Port: d151d96b-85cc-4f2a-80b6-853c00be608c [pid: 7|app: 0|req: 1033/2161] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:02 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2162] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:02 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => 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: 1035/2163] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:25:02 2026] GET /v2.0/security-groups?id=7e6697ba-8a2b-48e0-b82e-6269b2e83bf5&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2164] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:25:02 2026] GET /v2.0/security-groups?id=56de219f-7948-42fc-9de8-1bcb4a79f56f&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:02.585 8 INFO neutron.services.segments.plugin [-] Segment 880da13d-b61f-454e-8128-519d1767b347 resource provider aggregate not found 2026-05-17 02:25:02.599 8 INFO neutron.services.segments.plugin [-] Segment 880da13d-b61f-454e-8128-519d1767b347 resource provider aggregate not found 2026-05-17 02:25:02.615 8 INFO neutron.services.segments.plugin [-] Segment 880da13d-b61f-454e-8128-519d1767b347 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 880da13d-b61f-454e-8128-519d1767b347 found for delete ", "request_id": "req-c6306b8e-aca1-4800-ba61-15000fa3e1f4"}]} 2026-05-17 02:25:02.621 8 INFO neutron.services.segments.plugin [-] Segment 880da13d-b61f-454e-8128-519d1767b347 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 880da13d-b61f-454e-8128-519d1767b347 found for delete ", "request_id": "req-9617a11f-0cc3-4be7-b836-f58efb984b4c"}]} [pid: 7|app: 0|req: 1037/2165] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:02 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2166] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:25:02 2026] DELETE /v2.0/networks/8ff8f6f3-22fa-409b-80a0-23bd71f321b6 => generated 0 bytes in 447 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2167] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:25:02 2026] GET /v2.0/security-groups?id=56de219f-7948-42fc-9de8-1bcb4a79f56f&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2168] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:25:02 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 1232 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:03.288 8 WARNING neutron.db.securitygroups_db [None req-340ff6cc-f274-4928-b89c-5d5091559abc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:03.302 7 INFO neutron.db.ovn_revision_numbers_db [None req-ac48cd76-e520-49bb-be7c-b695fee600ea cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource dca42bce-5ded-49c8-a3bb-9f8b19e3411f (type: floatingips) to 4 [pid: 8|app: 0|req: 1131/2169] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:03 2026] GET /v2.0/security-groups?tenant_id=81835fab04d04b778b66c731df692f31&name=default => generated 2925 bytes in 230 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-17 02:25:03.432 7 INFO neutron.db.ovn_revision_numbers_db [None req-ac48cd76-e520-49bb-be7c-b695fee600ea cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Successfully bumped revision number for resource dca42bce-5ded-49c8-a3bb-9f8b19e3411f (type: floatingips) to 5 2026-05-17 02:25:03.432 7 INFO neutron.db.l3_db [None req-ac48cd76-e520-49bb-be7c-b695fee600ea cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Floating IP dca42bce-5ded-49c8-a3bb-9f8b19e3411f associated. External IP: 10.96.250.201, port: 169ea0e2-53fe-4366-af6d-3bbd42f5f3d1. 2026-05-17 02:25:03.517 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-05b16aac-3e85-4a13-93d8-2e8de1a63c05 - - - - - -] OVN reports status down for port: f519f26e-6e0b-4578-abd0-a21771bf5c4f [pid: 7|app: 0|req: 1039/2170] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:25:02 2026] PUT /v2.0/floatingips/dca42bce-5ded-49c8-a3bb-9f8b19e3411f => generated 855 bytes in 767 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:03.620 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-31f3f127-4870-49f5-b31e-2bfa262c1fd4'] response: {'name': 'network-changed', 'server_uuid': '0aaf3f3a-23c9-4404-ac92-4acf557a41b1', 'tag': '169ea0e2-53fe-4366-af6d-3bbd42f5f3d1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1132/2171] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:03 2026] DELETE /v2.0/security-groups/82202fa9-f992-4032-90c4-872d8d61134b => generated 0 bytes in 351 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2172] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:03 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 971 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2173] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:25:03 2026] GET /v2.0/floatingips/dca42bce-5ded-49c8-a3bb-9f8b19e3411f => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2174] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:25:03 2026] GET /v2.0/security-groups?id=7e6697ba-8a2b-48e0-b82e-6269b2e83bf5&fields=id&fields=name => generated 88 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:03.983 7 INFO neutron.db.ovn_revision_numbers_db [None req-05b16aac-3e85-4a13-93d8-2e8de1a63c05 - - - - - -] Successfully bumped revision number for resource f519f26e-6e0b-4578-abd0-a21771bf5c4f (type: ports) to 6 [pid: 8|app: 0|req: 1134/2175] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:25:04 2026] GET /v2.0/ports?tenant_id=1a53199bcbe34b4d8e4138fc92ac4248&device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 1232 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, ' [pid: 7|app: 0|req: 1042/2176] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:25:04 2026] GET /v2.0/networks?id=4bbfde6a-73fb-4fa5-85b8-04da66d19075 => generated 797 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2177] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:25:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 => 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: 1043/2178] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:25:04 2026] GET /v2.0/subnets?id=f517380d-98be-4915-9732-f4e35aa4b44c => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2179] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:25:04 2026] GET /v2.0/ports?network_id=4bbfde6a-73fb-4fa5-85b8-04da66d19075&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: 1044/2180] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:25:04 2026] GET /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075?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: 1137/2181] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:25:04 2026] GET /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2182] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:25:04 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2183] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:04 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => 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: 1047/2184] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:25:04 2026] GET /v2.0/security-groups?id=7e6697ba-8a2b-48e0-b82e-6269b2e83bf5&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-17 02:25:04.996 8 INFO neutron_taas.services.taas.taas_plugin [req-548e470c-9eba-48eb-844b-1ee655bc6ed2 req-68b29060-1cfa-44b2-8222-521bc0d9e351 251cec19f032461f8579582f9ab3126a e862e13a52b444139b61175c2b2ca3c0 - - default default] TaaS: Handle Delete Port: f519f26e-6e0b-4578-abd0-a21771bf5c4f 2026-05-17 02:25:04.999 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-548e470c-9eba-48eb-844b-1ee655bc6ed2 req-68b29060-1cfa-44b2-8222-521bc0d9e351 251cec19f032461f8579582f9ab3126a e862e13a52b444139b61175c2b2ca3c0 - - default default] Tap Mirror: Handle Delete Port: f519f26e-6e0b-4578-abd0-a21771bf5c4f [pid: 8|app: 0|req: 1138/2187] 199.204.45.38 () {36 vars in 995 bytes} [Sun May 17 02:25:04 2026] DELETE /v2.0/ports/f519f26e-6e0b-4578-abd0-a21771bf5c4f => generated 0 bytes in 437 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:25:05.232 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c4ad0c5-a03d-4aba-91e4-bf26ff028649'] response: {'server_uuid': '689caea1-7ad7-49ec-9ba9-9862bfd1f057', 'name': 'network-vif-deleted', 'tag': 'f519f26e-6e0b-4578-abd0-a21771bf5c4f', 'status': 'completed', 'code': 200} 2026-05-17 02:25:05.672 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f14b938d-9b99-4e30-91da-d7f0989e9af0'] response: {'server_uuid': '689caea1-7ad7-49ec-9ba9-9862bfd1f057', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f519f26e-6e0b-4578-abd0-a21771bf5c4f', 'code': 200} 2026-05-17 02:25:05.674 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f14b938d-9b99-4e30-91da-d7f0989e9af0'] response: {'server_uuid': '689caea1-7ad7-49ec-9ba9-9862bfd1f057', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'f519f26e-6e0b-4578-abd0-a21771bf5c4f', 'code': 200} 2026-05-17 02:25:05.816 7 INFO neutron.db.ovn_revision_numbers_db [None req-72c12646-738a-4106-9a3c-ca5f9b4ad183 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] Successfully bumped revision number for resource 4430c678-99b3-4d3a-b0f7-4d3f52ee98e9 (type: security_groups) to 1 2026-05-17 02:25:05.830 7 INFO neutron.db.ovn_revision_numbers_db [None req-72c12646-738a-4106-9a3c-ca5f9b4ad183 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] Successfully bumped revision number for resource 221c8de2-f534-4d46-8d0d-8f48fdbcd712 (type: security_group_rules) to 0 2026-05-17 02:25:05.844 7 INFO neutron.db.ovn_revision_numbers_db [None req-72c12646-738a-4106-9a3c-ca5f9b4ad183 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] Successfully bumped revision number for resource 40d00dcd-beec-4dc1-a15c-2d47e6c994a2 (type: security_group_rules) to 0 2026-05-17 02:25:05.867 7 INFO neutron.db.ovn_revision_numbers_db [None req-72c12646-738a-4106-9a3c-ca5f9b4ad183 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] Successfully bumped revision number for resource 74263ebe-19cb-431b-aa29-32bcd931150b (type: security_group_rules) to 0 2026-05-17 02:25:05.883 7 INFO neutron.db.ovn_revision_numbers_db [None req-72c12646-738a-4106-9a3c-ca5f9b4ad183 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] Successfully bumped revision number for resource f1dd1386-35ab-41d3-8a41-3a3a6e069573 (type: security_group_rules) to 0 2026-05-17 02:25:05.973 7 INFO neutron.db.segments_db [None req-72c12646-738a-4106-9a3c-ca5f9b4ad183 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] Added segment 44a79886-7d51-47d0-80ca-ad2a28ecee75 of type geneve for network 2fc1ee35-99f0-4484-98ab-164608ec1a36 [pid: 8|app: 0|req: 1139/2188] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:06 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:06.111 7 INFO neutron.db.ovn_revision_numbers_db [None req-72c12646-738a-4106-9a3c-ca5f9b4ad183 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] Successfully bumped revision number for resource 2fc1ee35-99f0-4484-98ab-164608ec1a36 (type: networks) to 1 2026-05-17 02:25:06.307 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-72c12646-738a-4106-9a3c-ca5f9b4ad183 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] No more DHCP agents 2026-05-17 02:25:06.308 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-72c12646-738a-4106-9a3c-ca5f9b4ad183 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] Unable to schedule network 2fc1ee35-99f0-4484-98ab-164608ec1a36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:06.364 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status down for port: 1dc69dab-af69-4bf9-8497-55f77dbe04bb 2026-05-17 02:25:06.403 7 INFO neutron.db.ovn_revision_numbers_db [None req-72c12646-738a-4106-9a3c-ca5f9b4ad183 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] Successfully bumped revision number for resource 1dc69dab-af69-4bf9-8497-55f77dbe04bb (type: ports) to 1 [pid: 7|app: 0|req: 1050/2189] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:25:05 2026] POST /v2.0/networks => generated 670 bytes in 1034 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:06.657 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-325e6a5f-d1a3-48b4-a67a-922b9cf13bff 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] No more DHCP agents 2026-05-17 02:25:06.659 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-325e6a5f-d1a3-48b4-a67a-922b9cf13bff 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] Unable to schedule network 2fc1ee35-99f0-4484-98ab-164608ec1a36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:07.141 8 INFO neutron.db.ovn_revision_numbers_db [None req-325e6a5f-d1a3-48b4-a67a-922b9cf13bff 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] Successfully bumped revision number for resource 1dc69dab-af69-4bf9-8497-55f77dbe04bb (type: ports) to 2 2026-05-17 02:25:07.181 8 INFO neutron.db.ovn_revision_numbers_db [None req-325e6a5f-d1a3-48b4-a67a-922b9cf13bff 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] Successfully bumped revision number for resource 6a75ad69-aee9-4842-92c4-6389e4b05817 (type: subnets) to 0 [pid: 8|app: 0|req: 1140/2190] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:25:06 2026] POST /v2.0/subnets => generated 626 bytes in 755 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2191] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:07 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => 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: 1051/2192] 10.0.0.197 () {34 vars in 750 bytes} [Sun May 17 02:25:07 2026] PUT /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2193] 10.0.0.197 () {32 vars in 730 bytes} [Sun May 17 02:25:07 2026] GET /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2194] 10.0.0.197 () {34 vars in 761 bytes} [Sun May 17 02:25:07 2026] PUT /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags/green => generated 4 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2195] 10.0.0.197 () {32 vars in 730 bytes} [Sun May 17 02:25:07 2026] GET /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2196] 10.0.0.197 () {34 vars in 757 bytes} [Sun May 17 02:25:07 2026] PUT /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2197] 10.0.0.197 () {32 vars in 730 bytes} [Sun May 17 02:25:07 2026] GET /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2198] 10.0.0.197 () {34 vars in 779 bytes} [Sun May 17 02:25:07 2026] PUT /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2199] 10.0.0.197 () {32 vars in 730 bytes} [Sun May 17 02:25:07 2026] GET /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags => generated 52 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2200] 10.0.0.197 () {34 vars in 750 bytes} [Sun May 17 02:25:07 2026] PUT /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags => generated 37 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2201] 10.0.0.197 () {32 vars in 730 bytes} [Sun May 17 02:25:07 2026] GET /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2202] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:25:07 2026] GET /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:08.077 8 INFO neutron.api.v2.resource [None req-c91488b9-73a3-4709-9b92-188f51981086 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1147/2203] 10.0.0.197 () {32 vars in 742 bytes} [Sun May 17 02:25:08 2026] GET /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/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: 1057/2204] 10.0.0.197 () {32 vars in 741 bytes} [Sun May 17 02:25:08 2026] DELETE /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2205] 10.0.0.197 () {32 vars in 730 bytes} [Sun May 17 02:25:08 2026] GET /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:08.241 7 INFO neutron.api.v2.resource [None req-527c7f37-f494-4a53-ad66-d75c1d43e3db 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1058/2206] 10.0.0.197 () {32 vars in 745 bytes} [Sun May 17 02:25:08 2026] DELETE /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2207] 10.0.0.197 () {32 vars in 733 bytes} [Sun May 17 02:25:08 2026] DELETE /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2208] 10.0.0.197 () {32 vars in 730 bytes} [Sun May 17 02:25:08 2026] GET /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817/tags => 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: 1150/2209] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:08 2026] GET /v2.0/ports?device_id=689caea1-7ad7-49ec-9ba9-9862bfd1f057 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2210] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:25:08 2026] DELETE /v2.0/subnets/6a75ad69-aee9-4842-92c4-6389e4b05817 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:25:08.682 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d4852f4-cfc9-4f2a-bb7a-245da407a481 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] TaaS: Handle Delete Port: 1dc69dab-af69-4bf9-8497-55f77dbe04bb 2026-05-17 02:25:08.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d4852f4-cfc9-4f2a-bb7a-245da407a481 41c0847575af44929be0670ee428bdd2 ad750e35310b4e37b8e79e447fbbb08d - - default default] Tap Mirror: Handle Delete Port: 1dc69dab-af69-4bf9-8497-55f77dbe04bb 2026-05-17 02:25:08.708 8 WARNING neutron.db.securitygroups_db [None req-97b3e634-945d-48cd-9d3e-4dc8b4849d82 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:08.852 8 INFO neutron.db.ovn_revision_numbers_db [None req-97b3e634-945d-48cd-9d3e-4dc8b4849d82 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 69b2ba9b-c8a3-42c0-b036-1e565ed51df4 (type: security_groups) to 1 2026-05-17 02:25:08.868 8 INFO neutron.db.ovn_revision_numbers_db [None req-97b3e634-945d-48cd-9d3e-4dc8b4849d82 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 07c40398-4baf-4a24-a368-866bc26d5506 (type: security_group_rules) to 0 2026-05-17 02:25:08.880 8 INFO neutron.db.ovn_revision_numbers_db [None req-97b3e634-945d-48cd-9d3e-4dc8b4849d82 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 204286b9-d4a3-4c7c-bef1-10d059efd382 (type: security_group_rules) to 0 2026-05-17 02:25:08.892 8 INFO neutron.db.ovn_revision_numbers_db [None req-97b3e634-945d-48cd-9d3e-4dc8b4849d82 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2967bec8-833d-4691-970e-164a5ba80097 (type: security_group_rules) to 0 2026-05-17 02:25:08.905 7 INFO neutron.services.segments.plugin [-] Segment 44a79886-7d51-47d0-80ca-ad2a28ecee75 resource provider aggregate not found 2026-05-17 02:25:08.910 8 INFO neutron.db.ovn_revision_numbers_db [None req-97b3e634-945d-48cd-9d3e-4dc8b4849d82 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fc8bd285-fa43-423b-9bd9-f43172d7743e (type: security_group_rules) to 0 2026-05-17 02:25:08.911 7 INFO neutron.services.segments.plugin [-] Segment 44a79886-7d51-47d0-80ca-ad2a28ecee75 resource provider aggregate not found 2026-05-17 02:25:08.930 7 INFO neutron.services.segments.plugin [-] Segment 44a79886-7d51-47d0-80ca-ad2a28ecee75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44a79886-7d51-47d0-80ca-ad2a28ecee75 found for delete ", "request_id": "req-aab9272f-43bc-4772-bcd3-8e64bdf9de7c"}]} 2026-05-17 02:25:08.931 7 INFO neutron.services.segments.plugin [-] Segment 44a79886-7d51-47d0-80ca-ad2a28ecee75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44a79886-7d51-47d0-80ca-ad2a28ecee75 found for delete ", "request_id": "req-ea32d37e-e807-44b0-8258-2e21a03ca176"}]} [pid: 7|app: 0|req: 1061/2211] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:25:08 2026] DELETE /v2.0/networks/2fc1ee35-99f0-4484-98ab-164608ec1a36 => generated 0 bytes in 412 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2212] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:08 2026] GET /v2.0/security-groups?tenant_id=74253a3e873242d08f59cd5bf6d8f3dc&name=default => generated 2925 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2213] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:08 2026] DELETE /v2.0/security-groups/69b2ba9b-c8a3-42c0-b036-1e565ed51df4 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:09.323 8 WARNING neutron.db.securitygroups_db [None req-7606ca5c-39ad-4ad4-8a24-470f51881391 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:09.447 8 INFO neutron.db.ovn_revision_numbers_db [None req-7606ca5c-39ad-4ad4-8a24-470f51881391 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fcda2394-6c56-4afd-a2f9-49c796c8a347 (type: security_groups) to 1 2026-05-17 02:25:09.460 8 INFO neutron.db.ovn_revision_numbers_db [None req-7606ca5c-39ad-4ad4-8a24-470f51881391 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 35d28c68-1f4a-437f-9409-bc02ae596fe9 (type: security_group_rules) to 0 2026-05-17 02:25:09.475 8 INFO neutron.db.ovn_revision_numbers_db [None req-7606ca5c-39ad-4ad4-8a24-470f51881391 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3a0368f0-a5b9-456a-aca4-1002936bbfbc (type: security_group_rules) to 0 2026-05-17 02:25:09.498 8 INFO neutron.db.ovn_revision_numbers_db [None req-7606ca5c-39ad-4ad4-8a24-470f51881391 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 89efbe1f-5305-4efc-9142-2983f793ad13 (type: security_group_rules) to 0 2026-05-17 02:25:09.522 8 INFO neutron.db.ovn_revision_numbers_db [None req-7606ca5c-39ad-4ad4-8a24-470f51881391 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e4aceb6f-c8c7-440d-8943-1c16899822e8 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1152/2214] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:09 2026] GET /v2.0/security-groups?tenant_id=1ecbda1cfd3d424789684f8948448bc7&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:09.743 8 WARNING neutron.db.securitygroups_db [None req-ae873f69-2dc0-4fdb-a4d0-0d820448e4fd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1063/2215] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:09 2026] DELETE /v2.0/security-groups/fcda2394-6c56-4afd-a2f9-49c796c8a347 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:09.874 8 INFO neutron.db.ovn_revision_numbers_db [None req-ae873f69-2dc0-4fdb-a4d0-0d820448e4fd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 93558060-b75e-48f4-b61b-bbf52f33801c (type: security_groups) to 1 2026-05-17 02:25:09.887 8 INFO neutron.db.ovn_revision_numbers_db [None req-ae873f69-2dc0-4fdb-a4d0-0d820448e4fd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 04c3a90e-75db-4f27-b6f3-e2e2bc864180 (type: security_group_rules) to 0 2026-05-17 02:25:09.905 8 INFO neutron.db.ovn_revision_numbers_db [None req-ae873f69-2dc0-4fdb-a4d0-0d820448e4fd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 31527b72-cff2-4396-b310-03820f25e7de (type: security_group_rules) to 0 2026-05-17 02:25:09.918 8 INFO neutron.db.ovn_revision_numbers_db [None req-ae873f69-2dc0-4fdb-a4d0-0d820448e4fd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8741001b-2d77-4b43-9f2c-5bfb43249ca9 (type: security_group_rules) to 0 2026-05-17 02:25:09.933 8 INFO neutron.db.ovn_revision_numbers_db [None req-ae873f69-2dc0-4fdb-a4d0-0d820448e4fd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a0824081-cfce-46dc-9b9f-058a0f59e189 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1153/2216] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:09 2026] GET /v2.0/security-groups?tenant_id=d7d4392859df47c6a37dcd10c1bc0eef&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2217] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:09 2026] DELETE /v2.0/security-groups/93558060-b75e-48f4-b61b-bbf52f33801c => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:10.329 8 WARNING neutron.db.securitygroups_db [None req-bb0b8e37-c70a-46f5-aa28-49c8c519b95b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1154/2218] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:10 2026] GET /v2.0/security-groups?tenant_id=ad750e35310b4e37b8e79e447fbbb08d&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2219] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:10 2026] DELETE /v2.0/security-groups/4430c678-99b3-4d3a-b0f7-4d3f52ee98e9 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:11.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-02ec429a-9d4a-4fd3-baca-386d0bfae770 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: cbe98842-05f3-44b5-ae73-6438bb72944d 2026-05-17 02:25:11.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02ec429a-9d4a-4fd3-baca-386d0bfae770 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: cbe98842-05f3-44b5-ae73-6438bb72944d [pid: 8|app: 0|req: 1155/2220] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:25:10 2026] PUT /v2.0/routers/8a283669-a28a-45cb-88c8-6eeedf433a4f/remove_router_interface => generated 310 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:12.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee6538f5-64be-4370-8aab-372d58d3c735 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 03bbef77-738b-4739-9d51-e3c2f6bcc5b7 2026-05-17 02:25:12.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee6538f5-64be-4370-8aab-372d58d3c735 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 03bbef77-738b-4739-9d51-e3c2f6bcc5b7 [pid: 7|app: 0|req: 1066/2221] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:25:11 2026] DELETE /v2.0/routers/8a283669-a28a-45cb-88c8-6eeedf433a4f => generated 0 bytes in 661 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: 1156/2222] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:25:12 2026] DELETE /v2.0/subnets/5f283330-f8f0-442d-a898-d57279e5f17e => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:25:12.904 7 INFO neutron_taas.services.taas.taas_plugin [None req-265314eb-a8c8-4348-9689-917d0d867a8d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 43deb93d-a834-478b-ad8c-900da5005e5c 2026-05-17 02:25:12.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-265314eb-a8c8-4348-9689-917d0d867a8d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 43deb93d-a834-478b-ad8c-900da5005e5c [pid: 8|app: 0|req: 1157/2223] 10.0.0.240 () {34 vars in 989 bytes} [Sun May 17 02:25:12 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 1232 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2224] 10.0.0.240 () {34 vars in 1039 bytes} [Sun May 17 02:25:12 2026] GET /v2.0/security-groups?id=56de219f-7948-42fc-9de8-1bcb4a79f56f&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-17 02:25:13.118 7 INFO neutron.services.segments.plugin [-] Segment efcea56d-a3e6-48ac-a4df-add0a50d592a resource provider aggregate not found 2026-05-17 02:25:13.126 7 INFO neutron.services.segments.plugin [-] Segment efcea56d-a3e6-48ac-a4df-add0a50d592a resource provider aggregate not found 2026-05-17 02:25:13.147 7 INFO neutron.services.segments.plugin [-] Segment efcea56d-a3e6-48ac-a4df-add0a50d592a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efcea56d-a3e6-48ac-a4df-add0a50d592a found for delete ", "request_id": "req-a6bb6778-df0e-407f-ae1f-e9effa47a1f9"}]} 2026-05-17 02:25:13.153 7 INFO neutron.services.segments.plugin [-] Segment efcea56d-a3e6-48ac-a4df-add0a50d592a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efcea56d-a3e6-48ac-a4df-add0a50d592a found for delete ", "request_id": "req-2673444d-3e7d-4a1e-84d1-85c2c8a5cb5a"}]} [pid: 7|app: 0|req: 1067/2225] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:25:12 2026] DELETE /v2.0/networks/71767a4a-22e2-4675-a691-83871e0ada87 => generated 0 bytes in 421 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:25:13.360 8 WARNING neutron.db.securitygroups_db [None req-6483d0de-7e03-4d4c-8000-609a1596ccca 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1159/2226] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:13 2026] GET /v2.0/security-groups?tenant_id=e862e13a52b444139b61175c2b2ca3c0&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2227] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:13 2026] DELETE /v2.0/security-groups/7e6697ba-8a2b-48e0-b82e-6269b2e83bf5 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:14.236 8 INFO neutron.db.ovn_revision_numbers_db [None req-0bc160c1-7c77-4145-a2af-c20991983df0 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource cf03dc21-9f78-45d2-8327-9a4d1f787ff8 (type: security_groups) to 1 2026-05-17 02:25:14.248 8 INFO neutron.db.ovn_revision_numbers_db [None req-0bc160c1-7c77-4145-a2af-c20991983df0 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource 10f8669d-0f66-404c-b63b-4e9c921f037d (type: security_group_rules) to 0 2026-05-17 02:25:14.260 8 INFO neutron.db.ovn_revision_numbers_db [None req-0bc160c1-7c77-4145-a2af-c20991983df0 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource 1adb0cb4-a735-4ddd-bbfc-8fe905ce72ad (type: security_group_rules) to 0 2026-05-17 02:25:14.277 8 INFO neutron.db.ovn_revision_numbers_db [None req-0bc160c1-7c77-4145-a2af-c20991983df0 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource 289cf3cd-dc45-48f4-837e-7bf1b64f211c (type: security_group_rules) to 0 2026-05-17 02:25:14.300 8 INFO neutron.db.ovn_revision_numbers_db [None req-0bc160c1-7c77-4145-a2af-c20991983df0 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource d6cf1831-ebf5-4b1f-bc9a-43a2fdbda2cb (type: security_group_rules) to 0 2026-05-17 02:25:14.388 8 INFO neutron.db.segments_db [None req-0bc160c1-7c77-4145-a2af-c20991983df0 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Added segment cb3ad078-8214-420d-a709-6a0b7315aa94 of type geneve for network 254531f3-3724-4c47-ac13-60db2a228fd0 2026-05-17 02:25:14.495 8 INFO neutron.db.ovn_revision_numbers_db [None req-0bc160c1-7c77-4145-a2af-c20991983df0 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource 254531f3-3724-4c47-ac13-60db2a228fd0 (type: networks) to 1 2026-05-17 02:25:14.653 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0bc160c1-7c77-4145-a2af-c20991983df0 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] No more DHCP agents 2026-05-17 02:25:14.655 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0bc160c1-7c77-4145-a2af-c20991983df0 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Unable to schedule network 254531f3-3724-4c47-ac13-60db2a228fd0: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:14.722 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e126cd0-8df2-438c-983f-bbba7ccc8f60 - - - - - -] OVN reports status down for port: b517a2a7-7aef-4f51-9bb3-cea0aae3d2dd 2026-05-17 02:25:14.736 8 INFO neutron.db.ovn_revision_numbers_db [None req-0bc160c1-7c77-4145-a2af-c20991983df0 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource b517a2a7-7aef-4f51-9bb3-cea0aae3d2dd (type: ports) to 1 [pid: 8|app: 0|req: 1160/2228] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:25:13 2026] POST /v2.0/networks => generated 664 bytes in 832 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:15.029 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0020ec12-0c64-4e3f-a739-d26f83d83c1a ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] No more DHCP agents 2026-05-17 02:25:15.032 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0020ec12-0c64-4e3f-a739-d26f83d83c1a ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Unable to schedule network 254531f3-3724-4c47-ac13-60db2a228fd0: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:15.184 8 WARNING neutron.db.securitygroups_db [None req-51098014-d7a9-45b1-9deb-dd2213ced7ce 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:15.343 8 INFO neutron.db.ovn_revision_numbers_db [None req-51098014-d7a9-45b1-9deb-dd2213ced7ce 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d0f22ab9-c71e-42ee-8d85-d19d4eec88b8 (type: security_groups) to 1 2026-05-17 02:25:15.355 8 INFO neutron.db.ovn_revision_numbers_db [None req-51098014-d7a9-45b1-9deb-dd2213ced7ce 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 860ac179-b603-4abf-adf1-b0b13031427b (type: security_group_rules) to 0 2026-05-17 02:25:15.366 8 INFO neutron.db.ovn_revision_numbers_db [None req-51098014-d7a9-45b1-9deb-dd2213ced7ce 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 93421a37-0b5b-4749-993e-ac6bf623c0f3 (type: security_group_rules) to 0 2026-05-17 02:25:15.378 8 INFO neutron.db.ovn_revision_numbers_db [None req-51098014-d7a9-45b1-9deb-dd2213ced7ce 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource bfc5d28f-8b54-409f-a81f-f37a74fc1abf (type: security_group_rules) to 0 2026-05-17 02:25:15.390 8 INFO neutron.db.ovn_revision_numbers_db [None req-51098014-d7a9-45b1-9deb-dd2213ced7ce 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource eccedafd-b208-4b59-8bc2-8e83fe526a76 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1161/2229] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:15 2026] GET /v2.0/security-groups?tenant_id=989f98907df143a5ac9490c7ea7d5f91&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2230] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:15 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:15.592 7 INFO neutron.db.ovn_revision_numbers_db [None req-0020ec12-0c64-4e3f-a739-d26f83d83c1a ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource b517a2a7-7aef-4f51-9bb3-cea0aae3d2dd (type: ports) to 2 2026-05-17 02:25:15.643 7 INFO neutron.db.ovn_revision_numbers_db [None req-0020ec12-0c64-4e3f-a739-d26f83d83c1a ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource 4c4ed4e9-1ad8-471b-a0b3-c78b39999e61 (type: subnets) to 0 [pid: 7|app: 0|req: 1069/2231] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:25:14 2026] POST /v2.0/subnets => generated 626 bytes in 908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2232] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:25:15 2026] GET /v2.0/security-groups?id=56de219f-7948-42fc-9de8-1bcb4a79f56f&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2233] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:15 2026] DELETE /v2.0/security-groups/d0f22ab9-c71e-42ee-8d85-d19d4eec88b8 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:15.854 8 WARNING neutron.db.securitygroups_db [None req-6b7263da-e8f7-4ae9-bb85-8b66fd51c84b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:15.997 8 INFO neutron.db.ovn_revision_numbers_db [None req-6b7263da-e8f7-4ae9-bb85-8b66fd51c84b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 619e07f3-e25d-466d-866b-d93909aad829 (type: security_groups) to 1 2026-05-17 02:25:16.007 8 INFO neutron.db.ovn_revision_numbers_db [None req-6b7263da-e8f7-4ae9-bb85-8b66fd51c84b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 699fc4e0-6101-41a7-b0db-bf29f20fb4fd (type: security_group_rules) to 0 2026-05-17 02:25:16.017 8 INFO neutron.db.ovn_revision_numbers_db [None req-6b7263da-e8f7-4ae9-bb85-8b66fd51c84b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ce57600f-8202-461e-94cb-038960949fda (type: security_group_rules) to 0 2026-05-17 02:25:16.026 8 INFO neutron.db.ovn_revision_numbers_db [None req-6b7263da-e8f7-4ae9-bb85-8b66fd51c84b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource dda74fcb-818b-43f9-a8a5-0846d61c9c7b (type: security_group_rules) to 0 2026-05-17 02:25:16.036 8 INFO neutron.db.ovn_revision_numbers_db [None req-6b7263da-e8f7-4ae9-bb85-8b66fd51c84b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e237df42-3b92-4760-ba66-a86eaaafbcbf (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1164/2234] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:15 2026] GET /v2.0/security-groups?tenant_id=595b55a50a624d7f8b08f99aa69f382c&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:16.180 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-1e126cd0-8df2-438c-983f-bbba7ccc8f60 - - - - - -] OVN reports status down for port: 169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 2026-05-17 02:25:16.187 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9d72d24f-3633-4dce-8c0d-a2ea01d5c631 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] No more DHCP agents 2026-05-17 02:25:16.193 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9d72d24f-3633-4dce-8c0d-a2ea01d5c631 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1165/2235] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:16 2026] DELETE /v2.0/security-groups/619e07f3-e25d-466d-866b-d93909aad829 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:16.444 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9a467f5a-a17f-4f89-ab8f-746240bf5e45'] response: {'server_uuid': '0aaf3f3a-23c9-4404-ac92-4acf557a41b1', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '169ea0e2-53fe-4366-af6d-3bbd42f5f3d1', 'code': 200} 2026-05-17 02:25:16.461 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status down for port: d29127ca-662e-4d47-9789-e2d83db2d407 2026-05-17 02:25:16.517 7 INFO neutron.db.ovn_revision_numbers_db [None req-9d72d24f-3633-4dce-8c0d-a2ea01d5c631 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource d29127ca-662e-4d47-9789-e2d83db2d407 (type: ports) to 1 [pid: 8|app: 0|req: 1166/2236] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:16 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:16.852 7 INFO neutron.db.ovn_revision_numbers_db [None req-1e126cd0-8df2-438c-983f-bbba7ccc8f60 - - - - - -] Successfully bumped revision number for resource 169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 (type: ports) to 6 [pid: 8|app: 0|req: 1167/2237] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:25:16 2026] GET /v2.0/security-groups?id=56de219f-7948-42fc-9de8-1bcb4a79f56f&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: 1168/2238] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:25:17 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:17.451 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status up for port: d29127ca-662e-4d47-9789-e2d83db2d407 2026-05-17 02:25:17.470 7 INFO neutron.db.ovn_revision_numbers_db [None req-9d72d24f-3633-4dce-8c0d-a2ea01d5c631 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource d29127ca-662e-4d47-9789-e2d83db2d407 (type: router_ports) to 1 2026-05-17 02:25:17.474 8 INFO neutron.plugins.ml2.plugin [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] Attempt 1 to provision port d29127ca-662e-4d47-9789-e2d83db2d407 2026-05-17 02:25:17.540 7 INFO neutron.db.ovn_revision_numbers_db [None req-9d72d24f-3633-4dce-8c0d-a2ea01d5c631 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource 58d31198-c3dc-4fd6-8e36-cb8e9adaae65 (type: routers) to 2 [pid: 7|app: 0|req: 1071/2239] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:25:15 2026] POST /v2.0/routers => generated 957 bytes in 1840 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-17 02:25:17.640 8 INFO neutron_taas.services.taas.taas_plugin [req-67781f97-9b6e-455e-aef5-f9ab4359716f req-5362d6a8-b452-4e5c-99ed-41546fe970c5 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] TaaS: Handle Delete Port: 169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 2026-05-17 02:25:17.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-67781f97-9b6e-455e-aef5-f9ab4359716f req-5362d6a8-b452-4e5c-99ed-41546fe970c5 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Tap Mirror: Handle Delete Port: 169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 2026-05-17 02:25:17.824 8 INFO neutron.db.l3_db [req-67781f97-9b6e-455e-aef5-f9ab4359716f req-5362d6a8-b452-4e5c-99ed-41546fe970c5 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Floating IP dca42bce-5ded-49c8-a3bb-9f8b19e3411f disassociated. External IP: 10.96.250.201, port: 169ea0e2-53fe-4366-af6d-3bbd42f5f3d1. [pid: 8|app: 0|req: 1169/2240] 199.204.45.38 () {36 vars in 995 bytes} [Sun May 17 02:25:17 2026] DELETE /v2.0/ports/169ea0e2-53fe-4366-af6d-3bbd42f5f3d1 => generated 0 bytes in 614 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2241] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:18 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:18.051 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a250169-f238-4d6f-b425-a9e684afac84'] response: {'server_uuid': '0aaf3f3a-23c9-4404-ac92-4acf557a41b1', 'name': 'network-vif-deleted', 'tag': '169ea0e2-53fe-4366-af6d-3bbd42f5f3d1', 'status': 'completed', 'code': 200} 2026-05-17 02:25:18.185 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-feb790d9-06a7-446f-8276-ef93385e29a4 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] No more DHCP agents 2026-05-17 02:25:18.186 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-feb790d9-06a7-446f-8276-ef93385e29a4 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Unable to schedule network 254531f3-3724-4c47-ac13-60db2a228fd0: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:18.331 7 INFO neutron.db.ovn_revision_numbers_db [None req-feb790d9-06a7-446f-8276-ef93385e29a4 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource 3cb55b7c-d4eb-4c1f-aba6-89ec307b7cc9 (type: ports) to 1 2026-05-17 02:25:18.486 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-72673b8c-ee35-4d11-8af4-a6ec352d29ea'] response: {'server_uuid': '0aaf3f3a-23c9-4404-ac92-4acf557a41b1', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '169ea0e2-53fe-4366-af6d-3bbd42f5f3d1', 'code': 200} 2026-05-17 02:25:18.530 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-083eb6fc-969f-4075-b240-f85d5e1e61c8 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] No more DHCP agents 2026-05-17 02:25:18.532 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-083eb6fc-969f-4075-b240-f85d5e1e61c8 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1171/2242] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:25:18 2026] POST /v2.0/floatingips => generated 552 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:19.040 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-feb790d9-06a7-446f-8276-ef93385e29a4 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] No more DHCP agents 2026-05-17 02:25:19.041 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-feb790d9-06a7-446f-8276-ef93385e29a4 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Unable to schedule network 254531f3-3724-4c47-ac13-60db2a228fd0: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:19.127 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b9ee01b9-ac4a-49fc-a93f-22a1558b03e1 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] No more DHCP agents 2026-05-17 02:25:19.129 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b9ee01b9-ac4a-49fc-a93f-22a1558b03e1 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:19.417 7 INFO neutron.db.ovn_revision_numbers_db [None req-feb790d9-06a7-446f-8276-ef93385e29a4 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource 3cb55b7c-d4eb-4c1f-aba6-89ec307b7cc9 (type: router_ports) to 1 2026-05-17 02:25:19.419 7 INFO neutron.common.ovn.utils [None req-5c098b31-de73-4af1-a6c3-96f9fad451da - - - - - -] HA Chassis Group neutron-254531f3-3724-4c47-ac13-60db2a228fd0 synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 [pid: 7|app: 0|req: 1072/2243] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:25:17 2026] PUT /v2.0/routers/58d31198-c3dc-4fd6-8e36-cb8e9adaae65/add_router_interface => generated 310 bytes in 1864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2244] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:19 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => 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: 1172/2245] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:25:18 2026] POST /v2.0/floatingips => generated 552 bytes in 658 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:19.774 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a4664811-3db9-4f5d-8a83-a1420d0154df 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] No more DHCP agents 2026-05-17 02:25:19.776 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a4664811-3db9-4f5d-8a83-a1420d0154df 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1173/2246] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:25:19 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:20.077 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ce1a18f0-e5d7-417c-bd95-71deba611e56 - - - - - -] No more DHCP agents 2026-05-17 02:25:20.079 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ce1a18f0-e5d7-417c-bd95-71deba611e56 - - - - - -] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:20.215 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5c098b31-de73-4af1-a6c3-96f9fad451da - - - - - -] OVN reports status down for port: c7851128-aac8-4964-9ab4-dc94be9b001a 2026-05-17 02:25:20.300 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce1a18f0-e5d7-417c-bd95-71deba611e56 - - - - - -] Successfully bumped revision number for resource c7851128-aac8-4964-9ab4-dc94be9b001a (type: ports) to 1 2026-05-17 02:25:20.335 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e7729255-9510-4436-b0f1-9a6a0f873439 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] No more DHCP agents 2026-05-17 02:25:20.336 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e7729255-9510-4436-b0f1-9a6a0f873439 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:20.595 7 INFO neutron.db.ovn_revision_numbers_db [None req-ce1a18f0-e5d7-417c-bd95-71deba611e56 - - - - - -] Successfully bumped revision number for resource c7851128-aac8-4964-9ab4-dc94be9b001a (type: ports) to 3 [pid: 8|app: 0|req: 1174/2247] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:25:20 2026] POST /v2.0/floatingips => generated 552 bytes in 585 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:20.656 7 INFO neutron.db.segments_db [None req-ce1a18f0-e5d7-417c-bd95-71deba611e56 - - - - - -] Added segment bb875ddc-ad1c-45d8-b8af-41458804c2cf of type geneve for network 9ca65a1c-00f3-4456-a6ab-1476cb505a22 [pid: 8|app: 0|req: 1177/2250] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:20 2026] GET /v2.0/ports?device_id=0aaf3f3a-23c9-4404-ac92-4acf557a41b1 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:20.772 7 INFO neutron.db.ovn_revision_numbers_db [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] Successfully bumped revision number for resource 9ca65a1c-00f3-4456-a6ab-1476cb505a22 (type: networks) to 1 2026-05-17 02:25:20.911 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a0323771-35b7-4d0d-9dae-201dd0f50e81 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] No more DHCP agents 2026-05-17 02:25:20.913 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a0323771-35b7-4d0d-9dae-201dd0f50e81 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:20.914 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] No more DHCP agents 2026-05-17 02:25:20.915 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] Unable to schedule network 9ca65a1c-00f3-4456-a6ab-1476cb505a22: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:20.993 7 INFO neutron.db.ovn_revision_numbers_db [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] Successfully bumped revision number for resource 71c3d89a-d40a-4357-a66a-6caef4ef02b1 (type: ports) to 1 2026-05-17 02:25:21.133 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] No more DHCP agents 2026-05-17 02:25:21.135 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] Unable to schedule network 9ca65a1c-00f3-4456-a6ab-1476cb505a22: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:21.166 7 INFO neutron.db.ovn_revision_numbers_db [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] Successfully bumped revision number for resource 15fe6732-d516-4f14-9661-0c3b2af084d4 (type: subnets) to 0 [pid: 8|app: 0|req: 1178/2251] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:25:20 2026] POST /v2.0/floatingips => generated 552 bytes in 641 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:21.345 8 WARNING tagging [None req-2371b06c-8bec-456e-8df0-373a59d0ae01 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - 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: 1179/2252] 10.0.0.197 () {34 vars in 758 bytes} [Sun May 17 02:25:21 2026] PUT /v2.0/floatingips/bdd830b8-53ca-490e-a927-8925832f4bdf/tags => generated 17 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:21.418 8 WARNING tagging [None req-c081bb6b-ec96-444d-a067-8ac4bb91c9b8 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - 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: 1180/2253] 10.0.0.197 () {34 vars in 758 bytes} [Sun May 17 02:25:21 2026] PUT /v2.0/floatingips/50a6844d-fa2a-4435-9632-3c7adc87b7b1/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:21.502 8 WARNING tagging [None req-10e90cf5-234b-4f86-b40a-d9000f6e0140 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - 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: 1181/2254] 10.0.0.197 () {34 vars in 758 bytes} [Sun May 17 02:25:21 2026] PUT /v2.0/floatingips/b3ef1f48-b6e3-4cc2-ac80-42cab2ef9e3f/tags => generated 34 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:21.566 8 WARNING tagging [None req-fce88a02-e0ad-437d-af21-259cf8669a6a 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - 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: 1182/2255] 10.0.0.197 () {34 vars in 758 bytes} [Sun May 17 02:25:21 2026] PUT /v2.0/floatingips/e738cfe8-17d1-47fb-915e-b76a4a1c95c9/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:21.591 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] No more DHCP agents 2026-05-17 02:25:21.595 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] Unable to schedule network 9ca65a1c-00f3-4456-a6ab-1476cb505a22: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1183/2256] 10.0.0.197 () {32 vars in 671 bytes} [Sun May 17 02:25:21 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: 8|app: 0|req: 1184/2257] 10.0.0.197 () {32 vars in 685 bytes} [Sun May 17 02:25:21 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:21.748 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5c098b31-de73-4af1-a6c3-96f9fad451da - - - - - -] OVN reports status down for port: b6e3b78b-8c31-4fb7-bb22-c79ea80b0815 [pid: 8|app: 0|req: 1185/2258] 10.0.0.197 () {32 vars in 681 bytes} [Sun May 17 02:25:21 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:21.826 7 INFO neutron.db.ovn_revision_numbers_db [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] Successfully bumped revision number for resource b6e3b78b-8c31-4fb7-bb22-c79ea80b0815 (type: ports) to 1 [pid: 8|app: 0|req: 1186/2259] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:21 2026] DELETE /v2.0/security-groups/56de219f-7948-42fc-9de8-1bcb4a79f56f => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2260] 10.0.0.197 () {32 vars in 693 bytes} [Sun May 17 02:25:21 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2261] 10.0.0.197 () {32 vars in 679 bytes} [Sun May 17 02:25:22 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:22.205 8 INFO neutron_taas.services.taas.taas_plugin [None req-be870b2f-d407-48e0-a7fe-33e54f37a939 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] TaaS: Handle Delete Port: 592b5017-2bec-453d-9e08-2d37720fe045 2026-05-17 02:25:22.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be870b2f-d407-48e0-a7fe-33e54f37a939 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Tap Mirror: Handle Delete Port: 592b5017-2bec-453d-9e08-2d37720fe045 [pid: 8|app: 0|req: 1189/2262] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:25:22 2026] DELETE /v2.0/floatingips/dca42bce-5ded-49c8-a3bb-9f8b19e3411f => generated 0 bytes in 379 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2263] 10.0.0.197 () {32 vars in 693 bytes} [Sun May 17 02:25:22 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2264] 10.0.0.197 () {32 vars in 689 bytes} [Sun May 17 02:25:22 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2265] 10.0.0.197 () {32 vars in 701 bytes} [Sun May 17 02:25:22 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:22.648 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] No hosting information found for port d29127ca-662e-4d47-9789-e2d83db2d407: RuntimeError: No hosting information found for port d29127ca-662e-4d47-9789-e2d83db2d407 2026-05-17 02:25:22.689 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status down for port: 3cb55b7c-d4eb-4c1f-aba6-89ec307b7cc9 [pid: 8|app: 0|req: 1193/2266] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:22 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 971 bytes in 187 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-17 02:25:22.841 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] Logical_Switch_Port 3cb55b7c-d4eb-4c1f-aba6-89ec307b7cc9 host information not removed, the port state is up 2026-05-17 02:25:22.841 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] OVN reports status up for port: 3cb55b7c-d4eb-4c1f-aba6-89ec307b7cc9 2026-05-17 02:25:22.866 8 INFO neutron.plugins.ml2.plugin [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] Attempt 1 to provision port 3cb55b7c-d4eb-4c1f-aba6-89ec307b7cc9 2026-05-17 02:25:22.992 8 INFO neutron_taas.services.taas.taas_plugin [None req-2643fb34-307c-4999-9ecf-c91e636f9cea 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] TaaS: Handle Delete Port: a1e442b5-4cb3-414e-bc52-b4b55ba5b108 2026-05-17 02:25:22.998 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2643fb34-307c-4999-9ecf-c91e636f9cea 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] Tap Mirror: Handle Delete Port: a1e442b5-4cb3-414e-bc52-b4b55ba5b108 2026-05-17 02:25:23.100 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-5c098b31-de73-4af1-a6c3-96f9fad451da - - - - - -] OVN reports status up for port: b6e3b78b-8c31-4fb7-bb22-c79ea80b0815 2026-05-17 02:25:23.124 7 INFO neutron.plugins.ml2.plugin [None req-5c098b31-de73-4af1-a6c3-96f9fad451da - - - - - -] Attempt 1 to provision port b6e3b78b-8c31-4fb7-bb22-c79ea80b0815 2026-05-17 02:25:23.232 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] No more DHCP agents 2026-05-17 02:25:23.236 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] Unable to schedule network 9ca65a1c-00f3-4456-a6ab-1476cb505a22: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1194/2267] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:25:22 2026] DELETE /v2.0/floatingips/bdd830b8-53ca-490e-a927-8925832f4bdf => generated 0 bytes in 600 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2268] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:25:23 2026] GET /v2.0/security-groups?id=feed912e-a4ff-41d4-9b22-5b59d70170b8&fields=id&fields=name => generated 114 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:23.594 8 INFO neutron.db.ovn_revision_numbers_db [None req-667c0013-f308-436b-9744-cc5c5a0744ee - - - - - -] Successfully bumped revision number for resource 3cb55b7c-d4eb-4c1f-aba6-89ec307b7cc9 (type: ports) to 2 2026-05-17 02:25:23.768 8 INFO neutron_taas.services.taas.taas_plugin [None req-0bcb53bf-f50a-44ca-8c8b-d7f9558a0671 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] TaaS: Handle Delete Port: 35616e14-1720-40a5-960a-ab6c6aae495f 2026-05-17 02:25:23.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bcb53bf-f50a-44ca-8c8b-d7f9558a0671 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] Tap Mirror: Handle Delete Port: 35616e14-1720-40a5-960a-ab6c6aae495f 2026-05-17 02:25:23.898 7 INFO neutron.db.ovn_revision_numbers_db [None req-5c098b31-de73-4af1-a6c3-96f9fad451da - - - - - -] Successfully bumped revision number for resource b6e3b78b-8c31-4fb7-bb22-c79ea80b0815 (type: ports) to 2 [pid: 8|app: 0|req: 1196/2269] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:25:23 2026] DELETE /v2.0/floatingips/50a6844d-fa2a-4435-9632-3c7adc87b7b1 => generated 0 bytes in 509 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:24.095 8 INFO neutron_taas.services.taas.taas_plugin [None req-d227e645-aabe-4013-8fc5-a25ef373334b 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] TaaS: Handle Delete Port: 6bf3e92f-bcae-4e5e-8e45-d53c8a0e512b 2026-05-17 02:25:24.106 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d227e645-aabe-4013-8fc5-a25ef373334b 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] Tap Mirror: Handle Delete Port: 6bf3e92f-bcae-4e5e-8e45-d53c8a0e512b 2026-05-17 02:25:24.199 7 INFO neutron.db.ovn_revision_numbers_db [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] Successfully bumped revision number for resource b6e3b78b-8c31-4fb7-bb22-c79ea80b0815 (type: router_ports) to 1 [pid: 8|app: 0|req: 1197/2270] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:25:23 2026] DELETE /v2.0/floatingips/b3ef1f48-b6e3-4cc2-ac80-42cab2ef9e3f => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:24.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-c87be5f7-50a4-428e-9f3a-a5951888ce21 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] TaaS: Handle Delete Port: 65c5a96e-f81b-41be-a5a3-c1ae605972e4 2026-05-17 02:25:24.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c87be5f7-50a4-428e-9f3a-a5951888ce21 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] Tap Mirror: Handle Delete Port: 65c5a96e-f81b-41be-a5a3-c1ae605972e4 2026-05-17 02:25:24.458 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] No more DHCP agents 2026-05-17 02:25:24.460 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] Unable to schedule network 9ca65a1c-00f3-4456-a6ab-1476cb505a22: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1198/2271] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:25:24 2026] DELETE /v2.0/floatingips/e738cfe8-17d1-47fb-915e-b76a4a1c95c9 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:24.625 7 INFO neutron.db.ovn_revision_numbers_db [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] Successfully bumped revision number for resource d8fc8284-b8bf-4cd2-b446-ff4845053177 (type: ports) to 1 [pid: 8|app: 0|req: 1199/2272] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:24 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:24.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fed9399-d93c-49f5-aae8-f5c9125f81a2 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] TaaS: Handle Delete Port: b67d0954-a4d1-4c3a-ba1c-90b72bb52649 2026-05-17 02:25:24.762 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fed9399-d93c-49f5-aae8-f5c9125f81a2 7c790695d29c4cf4b3a42c63b49a6b38 bd648fab51d641d19d0c926a8ce829fa - - default default] Tap Mirror: Handle Delete Port: b67d0954-a4d1-4c3a-ba1c-90b72bb52649 2026-05-17 02:25:24.899 7 INFO neutron.db.ovn_revision_numbers_db [None req-16aa92b0-4328-4a36-a60b-3b29acf7079c - - - - - -] Successfully bumped revision number for resource d8fc8284-b8bf-4cd2-b446-ff4845053177 (type: ports) to 3 [pid: 8|app: 0|req: 1200/2273] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:25:24 2026] DELETE /v2.0/floatingips/342b803f-06b4-4ec5-925e-faf786de40ef => generated 0 bytes in 323 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2274] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:25:24 2026] GET /v2.0/security-groups?id=feed912e-a4ff-41d4-9b22-5b59d70170b8&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2275] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:25:25 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2276] 10.0.0.197 () {34 vars in 684 bytes} [Sun May 17 02:25:19 2026] POST /v2.0/vpn/vpnservices => generated 457 bytes in 5685 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:25.206 8 INFO neutron_taas.services.taas.taas_plugin [req-c9302d04-3e6e-41a8-a692-526a39ccc715 req-46046376-9158-4be2-9791-7fcb0284e311 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] TaaS: Handle Delete Port: 9909f6a1-e833-44a7-807e-61cd787958b8 2026-05-17 02:25:25.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c9302d04-3e6e-41a8-a692-526a39ccc715 req-46046376-9158-4be2-9791-7fcb0284e311 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Tap Mirror: Handle Delete Port: 9909f6a1-e833-44a7-807e-61cd787958b8 [pid: 8|app: 0|req: 1203/2277] 199.204.45.38 () {36 vars in 995 bytes} [Sun May 17 02:25:25 2026] DELETE /v2.0/ports/9909f6a1-e833-44a7-807e-61cd787958b8 => generated 0 bytes in 458 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:25:25.554 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0db1183d-27ec-4577-bbc2-e9c328b3287b'] response: {'server_uuid': '32aa04b1-7673-41a6-b424-74d00bada2ee', 'name': 'network-vif-deleted', 'tag': '9909f6a1-e833-44a7-807e-61cd787958b8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1075/2278] 10.0.0.197 () {34 vars in 684 bytes} [Sun May 17 02:25:25 2026] POST /v2.0/vpn/vpnservices => generated 424 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource [None req-edde6a9f-50bc-43ce-808e-e77a2cab4a36 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - 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--1922078914', 'description': '', 'auth_algorithm': 'sha1', 'encryption_algorithm': 'aes-128', 'phase1_negotiation_mode': 'main', 'lifetime_units': 'seconds', 'lifetime_value': 3600, 'ike_version': 'v1', 'pfs': 'group5', 'id': 'a7d8476c-8ccf-4e16-ba88-8a93407fca10', 'project_id': 'd2c7f2ce66d34e4ea71506c8cdb92d9a'}] (Background on this error at: https://sqlalche.me/e/20/9h9h) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource Traceback (most recent call last): 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource self.dialect.do_execute( 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/default.py", line 952, in do_execute 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource cursor.execute(statement, parameters) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 157, in execute 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource result = self._query(query) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 328, in _query 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource conn.query(q) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 575, in query 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 826, in _read_query_result 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource result.read() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 1203, in read 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource first_packet = self.connection._read_packet() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 782, in _read_packet 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource packet.raise_for_error() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/protocol.py", line 219, in raise_for_error 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource err.raise_mysql_exception(self._data) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/err.py", line 150, in raise_mysql_exception 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource raise errorclass(errno, errval) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource pymysql.err.DataError: (1265, "Data truncated for column 'auth_algorithm' at row 1") 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource The above exception was the direct cause of the following exception: 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource Traceback (most recent call last): 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 96, in resource 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource result = method(request=request, **args) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 442, in create 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource return self._create(request, body, **kwargs) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 137, in wrapped 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception(): 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource raise self.value 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource return f(*args, **kwargs) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 144, in wrapper 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception() as ectxt: 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource raise self.value 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource return f(*args, **kwargs) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 183, in wrapped 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception(): 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource raise self.value 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource return f(*dup_args, **dup_kwargs) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 563, in _create 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource obj = do_create(body) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 543, in do_create 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception(): 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource raise self.value 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 539, in do_create 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource return obj_creator(request.context, **kwargs) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron_vpnaas/db/vpn/vpn_db.py", line 325, in create_ikepolicy 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource with db_api.CONTEXT_WRITER.using(context): 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource next(self.gen) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 1175, in _transaction_scope 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource with current._produce_block( 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource next(self.gen) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 837, in _session 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource with excutils.save_and_reraise_exception(): 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 271, in __exit__ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource self.force_reraise() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_utils/excutils.py", line 233, in force_reraise 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource raise self.value 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 835, in _session 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource self._end_session_transaction(self.session) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py", line 748, in _end_session_transaction 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource session.commit() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 2030, in commit 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource trans.commit(_to_root=True) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "", line 2, in commit 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/state_changes.py", line 137, in _go 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ret_value = fn(self, *arg, **kw) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 1311, in commit 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource self._prepare_impl() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "", line 2, in _prepare_impl 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/state_changes.py", line 137, in _go 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ret_value = fn(self, *arg, **kw) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 1274, in _prepare_impl 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource self.session.dispatch.before_commit(self.session) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/event/attr.py", line 387, in __call__ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource fn(*args, **kw) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 307, in _load_one_to_manys 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource session.flush() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4331, in flush 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource self._flush(objects) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4466, in _flush 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource with util.safe_reraise(): 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/util/langhelpers.py", line 121, in __exit__ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource raise exc_value.with_traceback(exc_tb) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/session.py", line 4427, in _flush 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource flush_context.execute() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/unitofwork.py", line 466, in execute 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource rec.execute(self) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/unitofwork.py", line 642, in execute 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource util.preloaded.orm_persistence.save_obj( 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/persistence.py", line 93, in save_obj 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource _emit_insert_statements( 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/orm/persistence.py", line 1048, in _emit_insert_statements 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource result = connection.execute( 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1419, in execute 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource return meth( 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/sql/elements.py", line 527, in _execute_on_connection 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource return connection._execute_clauseelement( 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1641, in _execute_clauseelement 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ret = self._execute_context( 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1846, in _execute_context 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource return self._exec_single_context( 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1986, in _exec_single_context 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource self._handle_dbapi_exception( 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 2360, in _handle_dbapi_exception 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource raise newraise.with_traceback(exc_info[2]) from e 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/base.py", line 1967, in _exec_single_context 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource self.dialect.do_execute( 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/sqlalchemy/engine/default.py", line 952, in do_execute 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource cursor.execute(statement, parameters) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 157, in execute 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource result = self._query(query) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/cursors.py", line 328, in _query 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource conn.query(q) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 575, in query 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource self._affected_rows = self._read_query_result(unbuffered=unbuffered) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 826, in _read_query_result 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource result.read() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 1203, in read 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource first_packet = self.connection._read_packet() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/connections.py", line 782, in _read_packet 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource packet.raise_for_error() 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/protocol.py", line 219, in raise_for_error 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource err.raise_mysql_exception(self._data) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource File "/var/lib/openstack/lib/python3.12/site-packages/pymysql/err.py", line 150, in raise_mysql_exception 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource raise errorclass(errno, errval) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource oslo_db.exception.DBDataError: (pymysql.err.DataError) (1265, "Data truncated for column 'auth_algorithm' at row 1") 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource [SQL: INSERT INTO ikepolicies (name, description, auth_algorithm, encryption_algorithm, phase1_negotiation_mode, lifetime_units, lifetime_value, ike_version, pfs, id, project_id) VALUES (%(name)s, %(description)s, %(auth_algorithm)s, %(encryption_algorithm)s, %(phase1_negotiation_mode)s, %(lifetime_units)s, %(lifetime_value)s, %(ike_version)s, %(pfs)s, %(id)s, %(project_id)s)] 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource [parameters: {'name': 'tempest-ike-policy--1922078914', 'description': '', 'auth_algorithm': 'sha1', 'encryption_algorithm': 'aes-128', 'phase1_negotiation_mode': 'main', 'lifetime_units': 'seconds', 'lifetime_value': 3600, 'ike_version': 'v1', 'pfs': 'group5', 'id': 'a7d8476c-8ccf-4e16-ba88-8a93407fca10', 'project_id': 'd2c7f2ce66d34e4ea71506c8cdb92d9a'}] 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource (Background on this error at: https://sqlalche.me/e/20/9h9h) 2026-05-17 02:25:25.659 8 ERROR neutron.api.v2.resource [pid: 8|app: 0|req: 1204/2279] 10.0.0.197 () {34 vars in 683 bytes} [Sun May 17 02:25:25 2026] POST /v2.0/vpn/ikepolicies => generated 150 bytes in 57 msecs (HTTP/1.1 500) 4 headers in 176 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2280] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:25 2026] DELETE /v2.0/vpn/vpnservices/ec8a45f1-b8a1-4a92-80cd-76849117a555 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:26.160 7 WARNING neutron.db.securitygroups_db [None req-900eeeaf-c927-4680-8a6f-13dbabfaff9f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:26.273 7 INFO neutron.db.ovn_revision_numbers_db [None req-900eeeaf-c927-4680-8a6f-13dbabfaff9f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6859795e-50f9-4a8e-bd06-ff8e590282c3 (type: security_groups) to 1 2026-05-17 02:25:26.284 7 INFO neutron.db.ovn_revision_numbers_db [None req-900eeeaf-c927-4680-8a6f-13dbabfaff9f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6c44bcda-1add-4d41-9db9-f172c07bbe99 (type: security_group_rules) to 0 2026-05-17 02:25:26.296 7 INFO neutron.db.ovn_revision_numbers_db [None req-900eeeaf-c927-4680-8a6f-13dbabfaff9f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9865bc2e-7476-44e5-aca2-aa049998aa37 (type: security_group_rules) to 0 2026-05-17 02:25:26.306 7 INFO neutron.db.ovn_revision_numbers_db [None req-900eeeaf-c927-4680-8a6f-13dbabfaff9f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c78b6b90-dcb5-4a0c-81e5-5a54230770e8 (type: security_group_rules) to 0 2026-05-17 02:25:26.317 7 INFO neutron.db.ovn_revision_numbers_db [None req-900eeeaf-c927-4680-8a6f-13dbabfaff9f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f6f6a50d-65f4-497f-8b85-79a088107dd7 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1077/2281] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:26 2026] GET /v2.0/security-groups?tenant_id=e918edb616284816987214778b1194ab&name=default => generated 2925 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2282] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:26 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => 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: 1079/2283] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:26 2026] DELETE /v2.0/security-groups/6859795e-50f9-4a8e-bd06-ff8e590282c3 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:26.662 7 WARNING neutron.db.securitygroups_db [None req-cb436d65-0681-4f69-9b03-60f909344188 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:26.798 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb436d65-0681-4f69-9b03-60f909344188 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c6e93d7e-8e42-4fd6-ab0c-3cdf9f85ad71 (type: security_groups) to 1 2026-05-17 02:25:26.809 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb436d65-0681-4f69-9b03-60f909344188 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 064a3660-0512-4707-8c8f-1df00961f2c1 (type: security_group_rules) to 0 2026-05-17 02:25:26.824 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb436d65-0681-4f69-9b03-60f909344188 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 0e1ecf3c-947d-47e9-90a5-df2f9875b9ec (type: security_group_rules) to 0 2026-05-17 02:25:26.835 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb436d65-0681-4f69-9b03-60f909344188 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4bc07e5b-8748-412f-b65a-0c3245e58cf3 (type: security_group_rules) to 0 2026-05-17 02:25:26.846 7 INFO neutron.db.ovn_revision_numbers_db [None req-cb436d65-0681-4f69-9b03-60f909344188 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b51d855a-e9bb-4778-9ea6-c07af26b09ff (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1080/2284] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:26 2026] GET /v2.0/security-groups?tenant_id=bd648fab51d641d19d0c926a8ce829fa&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:26.892 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b9d3363-25f6-469f-85b0-54e89cee6f3a ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] TaaS: Handle Delete Port: c7851128-aac8-4964-9ab4-dc94be9b001a 2026-05-17 02:25:26.895 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b9d3363-25f6-469f-85b0-54e89cee6f3a ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Tap Mirror: Handle Delete Port: c7851128-aac8-4964-9ab4-dc94be9b001a [pid: 7|app: 0|req: 1081/2285] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:26 2026] DELETE /v2.0/security-groups/c6e93d7e-8e42-4fd6-ab0c-3cdf9f85ad71 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:27.217 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c2fe43b-a3f2-460c-92aa-e6597c047188 - - - - - -] TaaS: Handle Delete Port: d8fc8284-b8bf-4cd2-b446-ff4845053177 2026-05-17 02:25:27.220 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c2fe43b-a3f2-460c-92aa-e6597c047188 - - - - - -] Tap Mirror: Handle Delete Port: d8fc8284-b8bf-4cd2-b446-ff4845053177 2026-05-17 02:25:27.256 7 WARNING neutron.db.securitygroups_db [None req-c6785030-932f-467c-9f51-043b2b4c45f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:27.391 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6785030-932f-467c-9f51-043b2b4c45f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f36b8e7b-8cbd-46cc-9fae-a065444d89d8 (type: security_groups) to 1 2026-05-17 02:25:27.408 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6785030-932f-467c-9f51-043b2b4c45f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3bee0a7d-2a4d-478b-bfae-153ee53e05df (type: security_group_rules) to 0 2026-05-17 02:25:27.419 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6785030-932f-467c-9f51-043b2b4c45f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7ad2f427-9df4-428a-b62e-0aa83d71f2e0 (type: security_group_rules) to 0 2026-05-17 02:25:27.430 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6785030-932f-467c-9f51-043b2b4c45f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 88edc164-ffd6-4195-8279-62e4f2684ca6 (type: security_group_rules) to 0 2026-05-17 02:25:27.443 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6785030-932f-467c-9f51-043b2b4c45f1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a28607ea-b07b-4087-86c1-5f26ead4d831 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1082/2286] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:27 2026] GET /v2.0/security-groups?tenant_id=144bc0a0e14f4e248e603b7880b35f69&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:27.655 8 INFO neutron_taas.services.taas.taas_plugin [None req-efd92b0c-39f5-4eb1-8c96-7e11bc72bc89 - - - - - -] TaaS: Handle Delete Port: b6e3b78b-8c31-4fb7-bb22-c79ea80b0815 2026-05-17 02:25:27.659 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efd92b0c-39f5-4eb1-8c96-7e11bc72bc89 - - - - - -] Tap Mirror: Handle Delete Port: b6e3b78b-8c31-4fb7-bb22-c79ea80b0815 [pid: 7|app: 0|req: 1083/2287] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:27 2026] DELETE /v2.0/security-groups/f36b8e7b-8cbd-46cc-9fae-a065444d89d8 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2288] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:25:27 2026] GET /v2.0/ports?device_id=32aa04b1-7673-41a6-b424-74d00bada2ee => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:28.623 8 INFO neutron_taas.services.taas.taas_plugin [None req-efd92b0c-39f5-4eb1-8c96-7e11bc72bc89 - - - - - -] TaaS: Handle Delete Port: 71c3d89a-d40a-4357-a66a-6caef4ef02b1 2026-05-17 02:25:28.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efd92b0c-39f5-4eb1-8c96-7e11bc72bc89 - - - - - -] Tap Mirror: Handle Delete Port: 71c3d89a-d40a-4357-a66a-6caef4ef02b1 2026-05-17 02:25:28.836 8 INFO neutron.services.segments.plugin [-] Segment bb875ddc-ad1c-45d8-b8af-41458804c2cf resource provider aggregate not found 2026-05-17 02:25:28.839 8 INFO neutron.services.segments.plugin [-] Segment bb875ddc-ad1c-45d8-b8af-41458804c2cf resource provider aggregate not found 2026-05-17 02:25:28.871 8 INFO neutron.services.segments.plugin [-] Segment bb875ddc-ad1c-45d8-b8af-41458804c2cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb875ddc-ad1c-45d8-b8af-41458804c2cf found for delete ", "request_id": "req-793ce7ca-5d5d-497d-8181-ae379d580666"}]} 2026-05-17 02:25:28.879 8 INFO neutron.services.segments.plugin [-] Segment bb875ddc-ad1c-45d8-b8af-41458804c2cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb875ddc-ad1c-45d8-b8af-41458804c2cf found for delete ", "request_id": "req-a91e7ad5-f33a-4412-8813-8f8faf7dbd12"}]} 2026-05-17 02:25:28.902 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] No hosting information found for port 3cb55b7c-d4eb-4c1f-aba6-89ec307b7cc9: RuntimeError: No hosting information found for port 3cb55b7c-d4eb-4c1f-aba6-89ec307b7cc9 [pid: 8|app: 0|req: 1205/2289] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:25 2026] DELETE /v2.0/vpn/vpnservices/c8346a2b-305c-4e72-9f3f-2f83a781e69b => generated 0 bytes in 3177 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-17 02:25:29.070 8 INFO neutron.db.ovn_revision_numbers_db [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] Successfully bumped revision number for resource 3cb55b7c-d4eb-4c1f-aba6-89ec307b7cc9 (type: router_ports) to 2 2026-05-17 02:25:29.070 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] OVN reports status down for port: 71c3d89a-d40a-4357-a66a-6caef4ef02b1 [pid: 7|app: 0|req: 1085/2290] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:28 2026] DELETE /v2.0/security-groups/feed912e-a4ff-41d4-9b22-5b59d70170b8 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2291] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:25:28 2026] GET /v2.0/routers/58d31198-c3dc-4fd6-8e36-cb8e9adaae65 => generated 963 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:29.198 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] OVN reports status down for port: 9909f6a1-e833-44a7-807e-61cd787958b8 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] Unexpected exception in notify_loop: AttributeError: 'NoneType' object has no attribute 'external_ids' 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event Traceback (most recent call last): 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/ovsdbapp/event.py", line 185, in notify_loop 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event match.run(event, row, updates) 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/services/ovn_l3/ovsdb_monitor.py", line 86, in run 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event self.l3_plugin._ovn_client.link_network_ha_chassis_group( 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/drivers/ovn/mech_driver/ovsdb/ovn_client.py", line 2426, in link_network_ha_chassis_group 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event hcg, _ = utils.sync_ha_chassis_group_network_unified( 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/ovn/utils.py", line 217, in wrapped 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event return f(*args, **kwargs) 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^^^^ 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/ovn/utils.py", line 1341, in sync_ha_chassis_group_network_unified 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event physnet = ls.external_ids.get(constants.OVN_PHYSNET_EXT_ID_KEY) 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event ^^^^^^^^^^^^^^^ 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event AttributeError: 'NoneType' object has no attribute 'external_ids' 2026-05-17 02:25:29.215 8 ERROR ovsdbapp.event 2026-05-17 02:25:29.223 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] OVN reports status down for port: d8fc8284-b8bf-4cd2-b446-ff4845053177 2026-05-17 02:25:29.389 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] No port found with ID b6e3b78b-8c31-4fb7-bb22-c79ea80b0815: RuntimeError: No port found with ID b6e3b78b-8c31-4fb7-bb22-c79ea80b0815 2026-05-17 02:25:29.535 8 INFO neutron_taas.services.taas.taas_plugin [None req-62857eb5-6d7c-4ea1-a803-164ec3832561 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] TaaS: Handle Delete Port: 258fa16a-1718-4f46-bf8b-5c47ae4583c1 2026-05-17 02:25:29.539 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62857eb5-6d7c-4ea1-a803-164ec3832561 cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Tap Mirror: Handle Delete Port: 258fa16a-1718-4f46-bf8b-5c47ae4583c1 2026-05-17 02:25:29.976 7 INFO neutron.db.ovn_revision_numbers_db [None req-ab780ed2-f386-4255-abac-39fb212a1d0f ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Successfully bumped revision number for resource 58d31198-c3dc-4fd6-8e36-cb8e9adaae65 (type: routers) to 5 [pid: 7|app: 0|req: 1086/2292] 10.0.0.197 () {34 vars in 741 bytes} [Sun May 17 02:25:29 2026] PUT /v2.0/routers/58d31198-c3dc-4fd6-8e36-cb8e9adaae65 => generated 963 bytes in 869 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:30.146 7 WARNING neutron.db.securitygroups_db [None req-db289299-333e-4773-89ec-c17d55ae6b1f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1207/2293] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:25:29 2026] PUT /v2.0/routers/ba79ef20-77be-41be-b35a-9fc1a7231ea6/remove_router_interface => generated 310 bytes in 1100 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-17 02:25:30.322 7 INFO neutron.db.ovn_revision_numbers_db [None req-db289299-333e-4773-89ec-c17d55ae6b1f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d193b894-9d36-4310-8f2a-376c6dca286f (type: security_groups) to 1 2026-05-17 02:25:30.337 7 INFO neutron.db.ovn_revision_numbers_db [None req-db289299-333e-4773-89ec-c17d55ae6b1f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 0b08f352-51ab-4c6d-93ab-fe661fb16035 (type: security_group_rules) to 0 2026-05-17 02:25:30.349 7 INFO neutron.db.ovn_revision_numbers_db [None req-db289299-333e-4773-89ec-c17d55ae6b1f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1b125dad-acd9-4745-be5a-d66f72d9287d (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1208/2294] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:25:30 2026] GET /v2.0/ports?device_id=58d31198-c3dc-4fd6-8e36-cb8e9adaae65 => generated 946 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:30.368 7 INFO neutron.db.ovn_revision_numbers_db [None req-db289299-333e-4773-89ec-c17d55ae6b1f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6f8664f4-2c83-4475-8d38-94279aed7505 (type: security_group_rules) to 0 2026-05-17 02:25:30.399 7 INFO neutron.db.ovn_revision_numbers_db [None req-db289299-333e-4773-89ec-c17d55ae6b1f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c8ae5e1b-4d8c-47bc-b832-5d2a1eea02f1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1087/2295] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:29 2026] GET /v2.0/security-groups?tenant_id=d7c2a8ce9edf4f0bbdd09375bb705106&name=default => generated 2925 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2296] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:25:30 2026] DELETE /v2.0/subnets/f517380d-98be-4915-9732-f4e35aa4b44c => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2297] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:30 2026] DELETE /v2.0/security-groups/d193b894-9d36-4310-8f2a-376c6dca286f => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:30.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f4e9c60-d04f-4345-8b50-e702c2ae4574 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] TaaS: Handle Delete Port: 3cb55b7c-d4eb-4c1f-aba6-89ec307b7cc9 2026-05-17 02:25:30.773 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f4e9c60-d04f-4345-8b50-e702c2ae4574 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Tap Mirror: Handle Delete Port: 3cb55b7c-d4eb-4c1f-aba6-89ec307b7cc9 2026-05-17 02:25:31.064 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef3d0c8b-28a7-475f-85f6-d9ff9d5096db cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] TaaS: Handle Delete Port: 1537f788-3837-4799-a5e2-d94f8ca183c7 2026-05-17 02:25:31.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef3d0c8b-28a7-475f-85f6-d9ff9d5096db cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Tap Mirror: Handle Delete Port: 1537f788-3837-4799-a5e2-d94f8ca183c7 [pid: 7|app: 0|req: 1088/2298] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:25:30 2026] PUT /v2.0/routers/58d31198-c3dc-4fd6-8e36-cb8e9adaae65/remove_router_interface => generated 310 bytes in 815 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: 1211/2299] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:25:30 2026] DELETE /v2.0/routers/ba79ef20-77be-41be-b35a-9fc1a7231ea6 => generated 0 bytes in 712 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:31.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-8abb4505-bd58-4916-bb3e-fa24d863330e cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] TaaS: Handle Delete Port: f94067a2-6b69-484c-8d14-1378dff43d9d 2026-05-17 02:25:31.592 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8abb4505-bd58-4916-bb3e-fa24d863330e cf778961253848fbbab39722746166b2 1a53199bcbe34b4d8e4138fc92ac4248 - - default default] Tap Mirror: Handle Delete Port: f94067a2-6b69-484c-8d14-1378dff43d9d 2026-05-17 02:25:31.692 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b6fe83d-841d-4cbb-88eb-ae2b99b554fd ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] TaaS: Handle Delete Port: d29127ca-662e-4d47-9789-e2d83db2d407 2026-05-17 02:25:31.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b6fe83d-841d-4cbb-88eb-ae2b99b554fd ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Tap Mirror: Handle Delete Port: d29127ca-662e-4d47-9789-e2d83db2d407 2026-05-17 02:25:31.769 8 INFO neutron.services.segments.plugin [-] Segment 38e7a07a-cb76-4358-aa34-848e7ad96b6d resource provider aggregate not found 2026-05-17 02:25:31.775 8 INFO neutron.services.segments.plugin [-] Segment 38e7a07a-cb76-4358-aa34-848e7ad96b6d resource provider aggregate not found 2026-05-17 02:25:31.796 8 INFO neutron.services.segments.plugin [-] Segment 38e7a07a-cb76-4358-aa34-848e7ad96b6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38e7a07a-cb76-4358-aa34-848e7ad96b6d found for delete ", "request_id": "req-4a865678-0568-42d8-bfb4-40a2b360bd27"}]} 2026-05-17 02:25:31.797 8 INFO neutron.services.segments.plugin [-] Segment 38e7a07a-cb76-4358-aa34-848e7ad96b6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38e7a07a-cb76-4358-aa34-848e7ad96b6d found for delete ", "request_id": "req-6e9118ff-482b-480d-8e20-77b3f553aaea"}]} [pid: 8|app: 0|req: 1212/2300] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:25:31 2026] DELETE /v2.0/networks/4bbfde6a-73fb-4fa5-85b8-04da66d19075 => 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: 1089/2301] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:25:31 2026] DELETE /v2.0/routers/58d31198-c3dc-4fd6-8e36-cb8e9adaae65 => generated 0 bytes in 824 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2302] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:25:32 2026] DELETE /v2.0/subnets/4c4ed4e9-1ad8-471b-a0b3-c78b39999e61 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:25:32.474 8 INFO neutron_taas.services.taas.taas_plugin [None req-23691168-57e0-4fae-be73-67e1f0a43fa7 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] TaaS: Handle Delete Port: b517a2a7-7aef-4f51-9bb3-cea0aae3d2dd 2026-05-17 02:25:32.476 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23691168-57e0-4fae-be73-67e1f0a43fa7 ebc8c6d73c1542ac8bb0e3cf64de0c7c d2c7f2ce66d34e4ea71506c8cdb92d9a - - default default] Tap Mirror: Handle Delete Port: b517a2a7-7aef-4f51-9bb3-cea0aae3d2dd 2026-05-17 02:25:32.487 7 INFO neutron.db.ovn_revision_numbers_db [None req-25421ba7-2587-4a0d-af11-f432df5168ed b1450339577a454b8fbc1fe1d1e48c61 d69ab8a28cfe4894a3fa92151c66c43e - - default default] Successfully bumped revision number for resource 2adb2562-63e3-4317-a81e-2d47023fa1fc (type: routers) to 1 [pid: 7|app: 0|req: 1090/2303] 10.0.0.197 () {34 vars in 667 bytes} [Sun May 17 02:25:32 2026] POST /v2.0/routers => generated 591 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:32.610 7 WARNING neutron.db.securitygroups_db [None req-bee0585d-4fbc-4cd4-9bad-a85057737029 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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/2304] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:25:32 2026] DELETE /v2.0/networks/254531f3-3724-4c47-ac13-60db2a228fd0 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:25:32.743 7 INFO neutron.db.ovn_revision_numbers_db [None req-bee0585d-4fbc-4cd4-9bad-a85057737029 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 652c344a-80ca-4243-a9ca-8cb4b7c3e9f5 (type: security_groups) to 1 2026-05-17 02:25:32.755 7 INFO neutron.db.ovn_revision_numbers_db [None req-bee0585d-4fbc-4cd4-9bad-a85057737029 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 279c6d57-c2a3-43ac-99b7-40ef651a6e96 (type: security_group_rules) to 0 2026-05-17 02:25:32.771 7 INFO neutron.db.ovn_revision_numbers_db [None req-bee0585d-4fbc-4cd4-9bad-a85057737029 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a0ed57a5-d6fd-4c10-99b4-348d0e7b382f (type: security_group_rules) to 0 2026-05-17 02:25:32.787 7 INFO neutron.db.ovn_revision_numbers_db [None req-bee0585d-4fbc-4cd4-9bad-a85057737029 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a9404f15-25f3-40ae-a2f2-fca26d701108 (type: security_group_rules) to 0 2026-05-17 02:25:32.797 7 INFO neutron.db.ovn_revision_numbers_db [None req-bee0585d-4fbc-4cd4-9bad-a85057737029 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource be4e2d4f-3274-4aa0-94b9-c364ddea77fc (type: security_group_rules) to 0 2026-05-17 02:25:32.801 8 INFO neutron.db.ovn_revision_numbers_db [None req-8bdb9c1e-2ee7-408b-ae86-88a70349e038 b1450339577a454b8fbc1fe1d1e48c61 d69ab8a28cfe4894a3fa92151c66c43e - - default default] Successfully bumped revision number for resource ff90b825-7b3b-4f6f-b3e3-647169456c7c (type: routers) to 1 [pid: 8|app: 0|req: 1215/2305] 10.0.0.197 () {34 vars in 667 bytes} [Sun May 17 02:25:32 2026] POST /v2.0/routers => generated 591 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2306] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:32 2026] GET /v2.0/security-groups?tenant_id=d81eb00fd89e4f228c402b87a6ea8490&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:32.927 8 INFO neutron.db.ovn_revision_numbers_db [None req-a3ca6434-b8f9-46ca-94e7-74d1e5cc0883 b1450339577a454b8fbc1fe1d1e48c61 d69ab8a28cfe4894a3fa92151c66c43e - - default default] Successfully bumped revision number for resource 109d7504-ef68-466b-8a56-d39f968caab7 (type: routers) to 1 [pid: 8|app: 0|req: 1216/2307] 10.0.0.197 () {34 vars in 667 bytes} [Sun May 17 02:25:32 2026] POST /v2.0/routers => generated 591 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2308] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:32 2026] DELETE /v2.0/security-groups/652c344a-80ca-4243-a9ca-8cb4b7c3e9f5 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:33.083 8 INFO neutron.db.ovn_revision_numbers_db [None req-2ce31cb5-326f-4e40-a363-d6ed9a32e4af b1450339577a454b8fbc1fe1d1e48c61 d69ab8a28cfe4894a3fa92151c66c43e - - default default] Successfully bumped revision number for resource 9c0e5b52-6e63-4792-bd6b-fec2eafe2049 (type: routers) to 1 [pid: 8|app: 0|req: 1217/2309] 10.0.0.197 () {34 vars in 667 bytes} [Sun May 17 02:25:32 2026] POST /v2.0/routers => generated 591 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:33.167 8 WARNING neutron.db.securitygroups_db [None req-e3b71eae-cae2-4448-b968-426dbeb230d5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1218/2310] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:33 2026] GET /v2.0/security-groups?tenant_id=1a53199bcbe34b4d8e4138fc92ac4248&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:33.232 7 INFO neutron.db.ovn_revision_numbers_db [None req-a3279612-cc02-4e14-a229-48e0b3c3ada7 b1450339577a454b8fbc1fe1d1e48c61 d69ab8a28cfe4894a3fa92151c66c43e - - default default] Successfully bumped revision number for resource 1d658326-ec49-44d1-bc4f-5b1f2c8f67e0 (type: routers) to 1 [pid: 7|app: 0|req: 1093/2311] 10.0.0.197 () {34 vars in 667 bytes} [Sun May 17 02:25:33 2026] POST /v2.0/routers => generated 591 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:33.301 7 WARNING tagging [None req-099dffbd-a75e-4a59-a445-28ade4420388 b1450339577a454b8fbc1fe1d1e48c61 d69ab8a28cfe4894a3fa92151c66c43e - - 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: 1094/2312] 10.0.0.197 () {34 vars in 750 bytes} [Sun May 17 02:25:33 2026] PUT /v2.0/routers/2adb2562-63e3-4317-a81e-2d47023fa1fc/tags => generated 17 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2313] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:33 2026] DELETE /v2.0/security-groups/6ffcc76e-e000-4574-89ca-93d43dc7a2b6 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:33.440 8 WARNING tagging [None req-e4fd086c-b258-469f-832e-bda0a2d5f59d b1450339577a454b8fbc1fe1d1e48c61 d69ab8a28cfe4894a3fa92151c66c43e - - 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: 1220/2314] 10.0.0.197 () {34 vars in 750 bytes} [Sun May 17 02:25:33 2026] PUT /v2.0/routers/ff90b825-7b3b-4f6f-b3e3-647169456c7c/tags => generated 25 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:33.513 8 WARNING tagging [None req-3ead52bf-6579-4582-a8ed-5822e7d2755f b1450339577a454b8fbc1fe1d1e48c61 d69ab8a28cfe4894a3fa92151c66c43e - - 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-17 02:25:33.527 7 WARNING neutron.db.securitygroups_db [None req-1cb43537-7378-408c-b01e-5b8548c8295d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1221/2315] 10.0.0.197 () {34 vars in 750 bytes} [Sun May 17 02:25:33 2026] PUT /v2.0/routers/109d7504-ef68-466b-8a56-d39f968caab7/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:33.588 8 WARNING tagging [None req-04d9be5c-e4fd-4f8e-bc38-f91a7a8180a8 b1450339577a454b8fbc1fe1d1e48c61 d69ab8a28cfe4894a3fa92151c66c43e - - 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: 1222/2316] 10.0.0.197 () {34 vars in 750 bytes} [Sun May 17 02:25:33 2026] PUT /v2.0/routers/9c0e5b52-6e63-4792-bd6b-fec2eafe2049/tags => generated 19 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:33.691 7 INFO neutron.db.ovn_revision_numbers_db [None req-1cb43537-7378-408c-b01e-5b8548c8295d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3c5ce877-919f-43d4-a37b-de408316ef37 (type: security_groups) to 1 2026-05-17 02:25:33.708 7 INFO neutron.db.ovn_revision_numbers_db [None req-1cb43537-7378-408c-b01e-5b8548c8295d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2ea53079-fd6b-4919-98c5-ad5b0b698e5e (type: security_group_rules) to 0 2026-05-17 02:25:33.719 7 INFO neutron.db.ovn_revision_numbers_db [None req-1cb43537-7378-408c-b01e-5b8548c8295d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 377ee114-9d53-497e-a40c-1da400a35323 (type: security_group_rules) to 0 2026-05-17 02:25:33.744 7 INFO neutron.db.ovn_revision_numbers_db [None req-1cb43537-7378-408c-b01e-5b8548c8295d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 835ae32b-682c-4f6b-87f0-1b24347ee0c0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1223/2317] 10.0.0.197 () {32 vars in 663 bytes} [Sun May 17 02:25:33 2026] GET /v2.0/routers?tags=red => generated 1814 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:33.762 7 INFO neutron.db.ovn_revision_numbers_db [None req-1cb43537-7378-408c-b01e-5b8548c8295d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 91ccfbe5-435a-4329-a035-478b977d14ba (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1095/2318] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:33 2026] GET /v2.0/security-groups?tenant_id=360fc13a48764f19b111ecd3555be4f9&name=default => generated 2925 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2319] 10.0.0.197 () {32 vars in 677 bytes} [Sun May 17 02:25:33 2026] GET /v2.0/routers?tags=red%2Cblue => generated 1222 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:33.827 8 INFO neutron.services.segments.plugin [-] Segment cb3ad078-8214-420d-a709-6a0b7315aa94 resource provider aggregate not found 2026-05-17 02:25:33.838 8 INFO neutron.services.segments.plugin [-] Segment cb3ad078-8214-420d-a709-6a0b7315aa94 resource provider aggregate not found 2026-05-17 02:25:33.858 8 INFO neutron.services.segments.plugin [-] Segment cb3ad078-8214-420d-a709-6a0b7315aa94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb3ad078-8214-420d-a709-6a0b7315aa94 found for delete ", "request_id": "req-9d438ce8-0155-427e-a2a8-e8e5ff45d96d"}]} 2026-05-17 02:25:33.867 8 INFO neutron.services.segments.plugin [-] Segment cb3ad078-8214-420d-a709-6a0b7315aa94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb3ad078-8214-420d-a709-6a0b7315aa94 found for delete ", "request_id": "req-37ae3ed8-f7ed-4ce1-8f87-fb01c17586d5"}]} [pid: 8|app: 0|req: 1225/2320] 10.0.0.197 () {32 vars in 673 bytes} [Sun May 17 02:25:33 2026] GET /v2.0/routers?tags-any=blue => generated 1222 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2321] 10.0.0.197 () {32 vars in 685 bytes} [Sun May 17 02:25:33 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1814 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2322] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:33 2026] DELETE /v2.0/security-groups/3c5ce877-919f-43d4-a37b-de408316ef37 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2323] 10.0.0.197 () {32 vars in 671 bytes} [Sun May 17 02:25:33 2026] GET /v2.0/routers?not-tags=red => generated 1194 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2324] 10.0.0.197 () {32 vars in 685 bytes} [Sun May 17 02:25:34 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) 2026-05-17 02:25:34.140 7 WARNING neutron.db.securitygroups_db [None req-cf2dc396-a472-42fc-a40f-5209b8157136 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1228/2325] 10.0.0.197 () {32 vars in 681 bytes} [Sun May 17 02:25:34 2026] GET /v2.0/routers?not-tags-any=blue => generated 1786 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2326] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:34 2026] GET /v2.0/security-groups?tenant_id=d2c7f2ce66d34e4ea71506c8cdb92d9a&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2327] 10.0.0.197 () {32 vars in 693 bytes} [Sun May 17 02:25:34 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 1194 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2328] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:25:34 2026] GET /v2.0/routers/2adb2562-63e3-4317-a81e-2d47023fa1fc => generated 602 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2329] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:34 2026] DELETE /v2.0/security-groups/cf03dc21-9f78-45d2-8327-9a4d1f787ff8 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:34.608 8 INFO neutron.db.ovn_revision_numbers_db [None req-dee7aac1-3350-438e-91b7-1c402ecec10d b1450339577a454b8fbc1fe1d1e48c61 d69ab8a28cfe4894a3fa92151c66c43e - - default default] Successfully bumped revision number for resource 2adb2562-63e3-4317-a81e-2d47023fa1fc (type: routers) to 2 [pid: 8|app: 0|req: 1231/2330] 10.0.0.197 () {34 vars in 741 bytes} [Sun May 17 02:25:34 2026] PUT /v2.0/routers/2adb2562-63e3-4317-a81e-2d47023fa1fc => generated 602 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2331] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:25:34 2026] GET /v2.0/ports?device_id=2adb2562-63e3-4317-a81e-2d47023fa1fc => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2332] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:25:34 2026] DELETE /v2.0/routers/2adb2562-63e3-4317-a81e-2d47023fa1fc => generated 0 bytes in 196 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2333] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:25:34 2026] GET /v2.0/routers/ff90b825-7b3b-4f6f-b3e3-647169456c7c => generated 610 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:35.149 8 INFO neutron.db.ovn_revision_numbers_db [None req-5f6124b4-bc87-4351-89e7-a20766917755 b1450339577a454b8fbc1fe1d1e48c61 d69ab8a28cfe4894a3fa92151c66c43e - - default default] Successfully bumped revision number for resource ff90b825-7b3b-4f6f-b3e3-647169456c7c (type: routers) to 2 [pid: 8|app: 0|req: 1233/2334] 10.0.0.197 () {34 vars in 741 bytes} [Sun May 17 02:25:34 2026] PUT /v2.0/routers/ff90b825-7b3b-4f6f-b3e3-647169456c7c => generated 610 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2337] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:25:35 2026] GET /v2.0/ports?device_id=ff90b825-7b3b-4f6f-b3e3-647169456c7c => 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: 1236/2338] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:25:35 2026] DELETE /v2.0/routers/ff90b825-7b3b-4f6f-b3e3-647169456c7c => generated 0 bytes in 227 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2339] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:25:35 2026] GET /v2.0/routers/109d7504-ef68-466b-8a56-d39f968caab7 => generated 619 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:35.820 8 INFO neutron.db.ovn_revision_numbers_db [None req-71830a0e-82e6-4d84-8bc6-d681a15b4fe8 b1450339577a454b8fbc1fe1d1e48c61 d69ab8a28cfe4894a3fa92151c66c43e - - default default] Successfully bumped revision number for resource 109d7504-ef68-466b-8a56-d39f968caab7 (type: routers) to 2 [pid: 8|app: 0|req: 1237/2340] 10.0.0.197 () {34 vars in 741 bytes} [Sun May 17 02:25:35 2026] PUT /v2.0/routers/109d7504-ef68-466b-8a56-d39f968caab7 => generated 619 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2341] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:25:35 2026] GET /v2.0/ports?device_id=109d7504-ef68-466b-8a56-d39f968caab7 => 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: 1238/2342] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:25:35 2026] DELETE /v2.0/routers/109d7504-ef68-466b-8a56-d39f968caab7 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2343] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:25:36 2026] GET /v2.0/routers/9c0e5b52-6e63-4792-bd6b-fec2eafe2049 => generated 604 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:36.380 8 INFO neutron.db.ovn_revision_numbers_db [None req-78e41e92-bfaa-4d2e-a8f8-e31754277178 b1450339577a454b8fbc1fe1d1e48c61 d69ab8a28cfe4894a3fa92151c66c43e - - default default] Successfully bumped revision number for resource 9c0e5b52-6e63-4792-bd6b-fec2eafe2049 (type: routers) to 2 [pid: 8|app: 0|req: 1239/2344] 10.0.0.197 () {34 vars in 741 bytes} [Sun May 17 02:25:36 2026] PUT /v2.0/routers/9c0e5b52-6e63-4792-bd6b-fec2eafe2049 => generated 604 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2345] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:25:36 2026] GET /v2.0/ports?device_id=9c0e5b52-6e63-4792-bd6b-fec2eafe2049 => 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: 1240/2346] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:25:36 2026] DELETE /v2.0/routers/9c0e5b52-6e63-4792-bd6b-fec2eafe2049 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2347] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:25:36 2026] GET /v2.0/routers/1d658326-ec49-44d1-bc4f-5b1f2c8f67e0 => generated 597 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2348] 10.0.0.197 () {34 vars in 741 bytes} [Sun May 17 02:25:36 2026] PUT /v2.0/routers/1d658326-ec49-44d1-bc4f-5b1f2c8f67e0 => generated 597 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2349] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:25:36 2026] GET /v2.0/ports?device_id=1d658326-ec49-44d1-bc4f-5b1f2c8f67e0 => 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: 1242/2350] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:25:36 2026] DELETE /v2.0/routers/1d658326-ec49-44d1-bc4f-5b1f2c8f67e0 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:38.034 8 WARNING neutron.db.securitygroups_db [None req-ebc5551f-5375-49ce-b309-c341f5a80b70 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:38.130 7 INFO neutron.db.ovn_revision_numbers_db [None req-9f2f12c5-dbf8-4353-9369-0646c7d60fdc cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource 01e67299-6a95-4eae-a804-cfbf510e949b (type: security_groups) to 1 2026-05-17 02:25:38.155 7 INFO neutron.db.ovn_revision_numbers_db [None req-9f2f12c5-dbf8-4353-9369-0646c7d60fdc cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource 2d3428e0-608a-4d02-9fbf-e930f7450dc4 (type: security_group_rules) to 0 2026-05-17 02:25:38.163 8 INFO neutron.db.ovn_revision_numbers_db [None req-ebc5551f-5375-49ce-b309-c341f5a80b70 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource adbf1255-0ffe-4a5e-a852-4168f846d638 (type: security_groups) to 1 2026-05-17 02:25:38.172 7 INFO neutron.db.ovn_revision_numbers_db [None req-9f2f12c5-dbf8-4353-9369-0646c7d60fdc cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource 52369a7c-e5bd-45e7-9a9a-0fc45f764e89 (type: security_group_rules) to 0 2026-05-17 02:25:38.174 8 INFO neutron.db.ovn_revision_numbers_db [None req-ebc5551f-5375-49ce-b309-c341f5a80b70 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 18d44bab-02f6-41a4-877c-47214c8e5400 (type: security_group_rules) to 0 2026-05-17 02:25:38.184 7 INFO neutron.db.ovn_revision_numbers_db [None req-9f2f12c5-dbf8-4353-9369-0646c7d60fdc cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource a65f4fb1-4155-4c29-97eb-89c0459bcfcc (type: security_group_rules) to 0 2026-05-17 02:25:38.185 8 INFO neutron.db.ovn_revision_numbers_db [None req-ebc5551f-5375-49ce-b309-c341f5a80b70 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 96d41503-eb5e-4b19-95c6-32d3bf0396fc (type: security_group_rules) to 0 2026-05-17 02:25:38.197 8 INFO neutron.db.ovn_revision_numbers_db [None req-ebc5551f-5375-49ce-b309-c341f5a80b70 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d0375bea-6db3-4936-81a0-27ec6c446d86 (type: security_group_rules) to 0 2026-05-17 02:25:38.198 7 INFO neutron.db.ovn_revision_numbers_db [None req-9f2f12c5-dbf8-4353-9369-0646c7d60fdc cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource a8631d8d-c889-4775-b6b4-006d4d506226 (type: security_group_rules) to 0 2026-05-17 02:25:38.209 8 INFO neutron.db.ovn_revision_numbers_db [None req-ebc5551f-5375-49ce-b309-c341f5a80b70 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource de58c2b0-752e-4ff4-898d-b474c2d4c01a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1243/2351] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:37 2026] GET /v2.0/security-groups?tenant_id=af5ad52bd9ff4587b8de8c2a95204064&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:38.280 7 INFO neutron.db.segments_db [None req-9f2f12c5-dbf8-4353-9369-0646c7d60fdc cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Added segment e7c369ec-56d1-49d6-bc10-34139916d62a of type geneve for network 7d909f31-50a9-4320-a282-bf4a6fe0770c 2026-05-17 02:25:38.411 7 INFO neutron.db.ovn_revision_numbers_db [None req-9f2f12c5-dbf8-4353-9369-0646c7d60fdc cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource 7d909f31-50a9-4320-a282-bf4a6fe0770c (type: networks) to 1 [pid: 8|app: 0|req: 1244/2352] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:38 2026] DELETE /v2.0/security-groups/adbf1255-0ffe-4a5e-a852-4168f846d638 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:38.509 8 WARNING neutron.db.securitygroups_db [None req-5edc0b40-1645-4244-a4f7-4fe1b8302c87 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:38.551 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9f2f12c5-dbf8-4353-9369-0646c7d60fdc cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] No more DHCP agents 2026-05-17 02:25:38.553 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9f2f12c5-dbf8-4353-9369-0646c7d60fdc cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Unable to schedule network 7d909f31-50a9-4320-a282-bf4a6fe0770c: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:38.614 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] OVN reports status down for port: b07cc398-8809-49b2-9166-5760b74181f3 2026-05-17 02:25:38.677 7 INFO neutron.db.ovn_revision_numbers_db [None req-9f2f12c5-dbf8-4353-9369-0646c7d60fdc cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource b07cc398-8809-49b2-9166-5760b74181f3 (type: ports) to 1 2026-05-17 02:25:38.679 8 INFO neutron.db.ovn_revision_numbers_db [None req-5edc0b40-1645-4244-a4f7-4fe1b8302c87 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8139188d-c176-4266-8788-4c88e87a78a9 (type: security_groups) to 1 2026-05-17 02:25:38.689 8 INFO neutron.db.ovn_revision_numbers_db [None req-5edc0b40-1645-4244-a4f7-4fe1b8302c87 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 0ad3896d-15e1-4b87-8f92-f778d9f80076 (type: security_group_rules) to 0 2026-05-17 02:25:38.703 8 INFO neutron.db.ovn_revision_numbers_db [None req-5edc0b40-1645-4244-a4f7-4fe1b8302c87 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5bd0b524-ed33-4615-9e3a-e73b9b0420f5 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1109/2353] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:25:37 2026] POST /v2.0/networks => generated 669 bytes in 911 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:38.714 8 INFO neutron.db.ovn_revision_numbers_db [None req-5edc0b40-1645-4244-a4f7-4fe1b8302c87 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a1a7ca1e-74d7-443e-8551-93969e4233fe (type: security_group_rules) to 0 2026-05-17 02:25:38.725 8 INFO neutron.db.ovn_revision_numbers_db [None req-5edc0b40-1645-4244-a4f7-4fe1b8302c87 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fdf5bc13-2245-4bbf-9e82-fd1040615018 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1245/2354] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:38 2026] GET /v2.0/security-groups?tenant_id=d69ab8a28cfe4894a3fa92151c66c43e&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:38.817 7 INFO neutron.db.segments_db [None req-73cdf5a4-4bc6-4892-b715-63b7e11a083c cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Added segment 8ba11e39-d161-4a74-a2ac-c798df3d656f of type geneve for network 3900fcbe-74ed-431d-af31-b1d3e131b857 2026-05-17 02:25:38.944 7 INFO neutron.db.ovn_revision_numbers_db [None req-73cdf5a4-4bc6-4892-b715-63b7e11a083c cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource 3900fcbe-74ed-431d-af31-b1d3e131b857 (type: networks) to 1 [pid: 8|app: 0|req: 1246/2355] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:38 2026] DELETE /v2.0/security-groups/8139188d-c176-4266-8788-4c88e87a78a9 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:39.071 8 WARNING neutron.db.securitygroups_db [None req-a1445e4f-caa9-4bf7-94eb-638b4a952683 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:39.124 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-73cdf5a4-4bc6-4892-b715-63b7e11a083c cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] No more DHCP agents 2026-05-17 02:25:39.126 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-73cdf5a4-4bc6-4892-b715-63b7e11a083c cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Unable to schedule network 3900fcbe-74ed-431d-af31-b1d3e131b857: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:39.193 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] OVN reports status down for port: 1d7d778c-ef3d-4994-a92d-2160d91c16e2 2026-05-17 02:25:39.230 8 INFO neutron.db.ovn_revision_numbers_db [None req-a1445e4f-caa9-4bf7-94eb-638b4a952683 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource dff775fd-2607-4808-917c-e7481b641ae0 (type: security_groups) to 1 2026-05-17 02:25:39.253 8 INFO neutron.db.ovn_revision_numbers_db [None req-a1445e4f-caa9-4bf7-94eb-638b4a952683 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 62cef7ac-557b-4ce3-b72d-24728d4592e5 (type: security_group_rules) to 0 2026-05-17 02:25:39.275 8 INFO neutron.db.ovn_revision_numbers_db [None req-a1445e4f-caa9-4bf7-94eb-638b4a952683 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6f84fbd8-11f7-4f52-a19f-0838e5bf0cc0 (type: security_group_rules) to 0 2026-05-17 02:25:39.281 7 INFO neutron.db.ovn_revision_numbers_db [None req-73cdf5a4-4bc6-4892-b715-63b7e11a083c cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource 1d7d778c-ef3d-4994-a92d-2160d91c16e2 (type: ports) to 1 2026-05-17 02:25:39.304 8 INFO neutron.db.ovn_revision_numbers_db [None req-a1445e4f-caa9-4bf7-94eb-638b4a952683 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8995f9b1-dbd5-4515-8f01-1ec6d6d26bca (type: security_group_rules) to 0 2026-05-17 02:25:39.335 8 INFO neutron.db.ovn_revision_numbers_db [None req-a1445e4f-caa9-4bf7-94eb-638b4a952683 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ef3d2cbd-1469-4795-97a7-666d47c631e4 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1110/2356] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:25:38 2026] POST /v2.0/networks => generated 670 bytes in 639 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2357] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:39 2026] GET /v2.0/security-groups?tenant_id=bac93e52791e49b984186622ac7ecb69&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:39.483 8 INFO neutron.db.segments_db [None req-37aac0f2-0f2d-4ab5-8052-f67138b75ad4 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Added segment 17f9f64d-6684-4435-9047-d78eef96bbb4 of type geneve for network c8279861-b088-44fb-8e53-b17d4b2ac68e [pid: 7|app: 0|req: 1111/2358] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:25:39 2026] GET /v2.0/ports => generated 6969 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:39.657 8 INFO neutron.db.ovn_revision_numbers_db [None req-37aac0f2-0f2d-4ab5-8052-f67138b75ad4 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource c8279861-b088-44fb-8e53-b17d4b2ac68e (type: networks) to 1 [pid: 7|app: 0|req: 1112/2359] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:39 2026] DELETE /v2.0/security-groups/dff775fd-2607-4808-917c-e7481b641ae0 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2360] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:25:39 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: 1114/2361] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:25:39 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) 2026-05-17 02:25:39.850 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-37aac0f2-0f2d-4ab5-8052-f67138b75ad4 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] No more DHCP agents 2026-05-17 02:25:39.852 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-37aac0f2-0f2d-4ab5-8052-f67138b75ad4 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Unable to schedule network c8279861-b088-44fb-8e53-b17d4b2ac68e: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1115/2362] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:25:39 2026] GET /v2.0/network-ip-availabilities => generated 3117 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2363] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:25:39 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) 2026-05-17 02:25:39.919 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] OVN reports status down for port: c3838ee6-d0dc-4da7-bbbf-1f6df063a7fc [pid: 7|app: 0|req: 1117/2364] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:25:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:39.951 8 INFO neutron.db.ovn_revision_numbers_db [None req-37aac0f2-0f2d-4ab5-8052-f67138b75ad4 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource c3838ee6-d0dc-4da7-bbbf-1f6df063a7fc (type: ports) to 1 [pid: 8|app: 0|req: 1248/2365] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:25:39 2026] POST /v2.0/networks => generated 670 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2366] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:25:39 2026] GET /v2.0/networks => generated 4521 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:40.072 8 INFO neutron.db.segments_db [None req-c6d99d48-ad2d-4090-a5f2-520b46cf2f10 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Added segment 79c0f03e-6c02-45cb-b6c0-bf90b99bbfd1 of type geneve for network 0353a501-6fe3-4dbb-9463-98e6378fc958 [pid: 7|app: 0|req: 1119/2367] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:25:40 2026] GET /v2.0/security-groups => generated 20301 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2368] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:25:40 2026] GET /v2.0/agents => generated 1214 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2369] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:25:40 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: 1122/2370] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:25:40 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) 2026-05-17 02:25:40.202 8 INFO neutron.db.ovn_revision_numbers_db [None req-c6d99d48-ad2d-4090-a5f2-520b46cf2f10 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource 0353a501-6fe3-4dbb-9463-98e6378fc958 (type: networks) to 1 2026-05-17 02:25:40.387 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c6d99d48-ad2d-4090-a5f2-520b46cf2f10 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] No more DHCP agents 2026-05-17 02:25:40.389 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c6d99d48-ad2d-4090-a5f2-520b46cf2f10 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Unable to schedule network 0353a501-6fe3-4dbb-9463-98e6378fc958: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:40.438 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] OVN reports status down for port: 95df4694-31ca-45af-9910-f7e7570436bc 2026-05-17 02:25:40.483 8 INFO neutron.db.ovn_revision_numbers_db [None req-c6d99d48-ad2d-4090-a5f2-520b46cf2f10 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource 95df4694-31ca-45af-9910-f7e7570436bc (type: ports) to 1 [pid: 8|app: 0|req: 1249/2371] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:25:39 2026] POST /v2.0/networks => generated 669 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:40.589 7 INFO neutron.db.segments_db [None req-2c7303f6-2135-4528-a93f-3c5f240adfe1 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Added segment f0fa2adf-de2f-4e14-ab9c-157cdc29296e of type geneve for network 1adf0485-b7f3-4351-8044-40f5fea7ac54 2026-05-17 02:25:40.691 7 INFO neutron.db.ovn_revision_numbers_db [None req-2c7303f6-2135-4528-a93f-3c5f240adfe1 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource 1adf0485-b7f3-4351-8044-40f5fea7ac54 (type: networks) to 1 2026-05-17 02:25:40.863 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2c7303f6-2135-4528-a93f-3c5f240adfe1 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] No more DHCP agents 2026-05-17 02:25:40.865 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2c7303f6-2135-4528-a93f-3c5f240adfe1 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Unable to schedule network 1adf0485-b7f3-4351-8044-40f5fea7ac54: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:40.925 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] OVN reports status down for port: daa4624d-35c4-44de-ab27-0611fb0e8bac 2026-05-17 02:25:40.955 7 INFO neutron.db.ovn_revision_numbers_db [None req-2c7303f6-2135-4528-a93f-3c5f240adfe1 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Successfully bumped revision number for resource daa4624d-35c4-44de-ab27-0611fb0e8bac (type: ports) to 1 2026-05-17 02:25:40.956 8 WARNING neutron.db.securitygroups_db [None req-e04b0984-6a2a-4d44-909d-9aaef43b1d4b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1123/2372] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:25:40 2026] POST /v2.0/networks => generated 670 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2373] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:25:40 2026] PUT /v2.0/networks/7d909f31-50a9-4320-a282-bf4a6fe0770c/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:41.081 8 INFO neutron.db.ovn_revision_numbers_db [None req-e04b0984-6a2a-4d44-909d-9aaef43b1d4b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 153267c6-d316-4b11-9a1b-a9f0c77e3a7a (type: security_groups) to 1 2026-05-17 02:25:41.090 8 INFO neutron.db.ovn_revision_numbers_db [None req-e04b0984-6a2a-4d44-909d-9aaef43b1d4b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1b30c6ce-dae0-47c2-b5cf-1a3d1b65c6da (type: security_group_rules) to 0 2026-05-17 02:25:41.101 8 INFO neutron.db.ovn_revision_numbers_db [None req-e04b0984-6a2a-4d44-909d-9aaef43b1d4b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c2ef6061-8597-47d5-b46d-c80695ef2601 (type: security_group_rules) to 0 2026-05-17 02:25:41.109 8 INFO neutron.db.ovn_revision_numbers_db [None req-e04b0984-6a2a-4d44-909d-9aaef43b1d4b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c36fb106-4984-466a-a69b-e889850a8f6d (type: security_group_rules) to 0 2026-05-17 02:25:41.119 8 INFO neutron.db.ovn_revision_numbers_db [None req-e04b0984-6a2a-4d44-909d-9aaef43b1d4b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fc041e62-3b05-4d64-aea5-4fa8b018233e (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1125/2374] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:25:41 2026] PUT /v2.0/networks/3900fcbe-74ed-431d-af31-b1d3e131b857/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2375] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:40 2026] GET /v2.0/security-groups?tenant_id=e62193efafbb4ac39f36257ac630f797&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2376] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:25:41 2026] PUT /v2.0/networks/c8279861-b088-44fb-8e53-b17d4b2ac68e/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2377] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:25:41 2026] PUT /v2.0/networks/0353a501-6fe3-4dbb-9463-98e6378fc958/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2378] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:41 2026] DELETE /v2.0/security-groups/153267c6-d316-4b11-9a1b-a9f0c77e3a7a => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2379] 10.0.0.197 () {32 vars in 665 bytes} [Sun May 17 02:25:41 2026] GET /v2.0/networks?tags=red => generated 1988 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2380] 10.0.0.197 () {32 vars in 679 bytes} [Sun May 17 02:25:41 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1338 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2381] 10.0.0.197 () {32 vars in 675 bytes} [Sun May 17 02:25:41 2026] GET /v2.0/networks?tags-any=blue => generated 1338 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2382] 10.0.0.197 () {32 vars in 687 bytes} [Sun May 17 02:25:41 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1988 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2383] 10.0.0.197 () {32 vars in 673 bytes} [Sun May 17 02:25:41 2026] GET /v2.0/networks?not-tags=red => generated 1987 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2384] 10.0.0.197 () {32 vars in 687 bytes} [Sun May 17 02:25:41 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2637 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2385] 10.0.0.197 () {32 vars in 683 bytes} [Sun May 17 02:25:41 2026] GET /v2.0/networks?not-tags-any=blue => generated 2637 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2386] 10.0.0.197 () {32 vars in 695 bytes} [Sun May 17 02:25:41 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1987 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:41.878 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b3c7866-00f4-4e83-9a0f-ab84efa4b507 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] TaaS: Handle Delete Port: b07cc398-8809-49b2-9166-5760b74181f3 2026-05-17 02:25:41.880 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b3c7866-00f4-4e83-9a0f-ab84efa4b507 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Tap Mirror: Handle Delete Port: b07cc398-8809-49b2-9166-5760b74181f3 2026-05-17 02:25:42.035 7 INFO neutron.services.segments.plugin [-] Segment e7c369ec-56d1-49d6-bc10-34139916d62a resource provider aggregate not found 2026-05-17 02:25:42.041 7 INFO neutron.services.segments.plugin [-] Segment e7c369ec-56d1-49d6-bc10-34139916d62a resource provider aggregate not found 2026-05-17 02:25:42.058 7 INFO neutron.services.segments.plugin [-] Segment e7c369ec-56d1-49d6-bc10-34139916d62a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7c369ec-56d1-49d6-bc10-34139916d62a found for delete ", "request_id": "req-cb6838e1-c86d-4549-a5c4-b91df774d581"}]} 2026-05-17 02:25:42.059 7 INFO neutron.services.segments.plugin [-] Segment e7c369ec-56d1-49d6-bc10-34139916d62a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7c369ec-56d1-49d6-bc10-34139916d62a found for delete ", "request_id": "req-3b2a96ed-3ff3-45f2-8c2c-0b694a0b3663"}]} [pid: 7|app: 0|req: 1132/2387] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:25:41 2026] DELETE /v2.0/networks/7d909f31-50a9-4320-a282-bf4a6fe0770c => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:25:42.198 8 INFO neutron_taas.services.taas.taas_plugin [None req-771a0065-9353-42b0-b8f0-20c4695e9c6e cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] TaaS: Handle Delete Port: 1d7d778c-ef3d-4994-a92d-2160d91c16e2 2026-05-17 02:25:42.201 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-771a0065-9353-42b0-b8f0-20c4695e9c6e cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Tap Mirror: Handle Delete Port: 1d7d778c-ef3d-4994-a92d-2160d91c16e2 2026-05-17 02:25:42.377 8 INFO neutron.services.segments.plugin [-] Segment 8ba11e39-d161-4a74-a2ac-c798df3d656f resource provider aggregate not found 2026-05-17 02:25:42.381 8 INFO neutron.services.segments.plugin [-] Segment 8ba11e39-d161-4a74-a2ac-c798df3d656f resource provider aggregate not found 2026-05-17 02:25:42.396 8 INFO neutron.services.segments.plugin [-] Segment 8ba11e39-d161-4a74-a2ac-c798df3d656f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ba11e39-d161-4a74-a2ac-c798df3d656f found for delete ", "request_id": "req-7ee92880-5b1c-4c11-b88c-0fe76b400b53"}]} 2026-05-17 02:25:42.400 8 INFO neutron.services.segments.plugin [-] Segment 8ba11e39-d161-4a74-a2ac-c798df3d656f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ba11e39-d161-4a74-a2ac-c798df3d656f found for delete ", "request_id": "req-04fd902b-d4ab-4cb2-9df6-1970be384e1f"}]} [pid: 8|app: 0|req: 1256/2388] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:25:42 2026] DELETE /v2.0/networks/3900fcbe-74ed-431d-af31-b1d3e131b857 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:25:42.556 7 INFO neutron_taas.services.taas.taas_plugin [None req-218098ed-dae3-4644-8d34-c9e18d220a62 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] TaaS: Handle Delete Port: c3838ee6-d0dc-4da7-bbbf-1f6df063a7fc 2026-05-17 02:25:42.559 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-218098ed-dae3-4644-8d34-c9e18d220a62 cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Tap Mirror: Handle Delete Port: c3838ee6-d0dc-4da7-bbbf-1f6df063a7fc [pid: 7|app: 0|req: 1133/2389] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:25:42 2026] DELETE /v2.0/networks/c8279861-b088-44fb-8e53-b17d4b2ac68e => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:25:42.895 8 INFO neutron_taas.services.taas.taas_plugin [None req-13fe9d83-33b5-4756-9efd-8ea89c13012f cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] TaaS: Handle Delete Port: 95df4694-31ca-45af-9910-f7e7570436bc 2026-05-17 02:25:42.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13fe9d83-33b5-4756-9efd-8ea89c13012f cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Tap Mirror: Handle Delete Port: 95df4694-31ca-45af-9910-f7e7570436bc [pid: 8|app: 0|req: 1257/2390] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:25:42 2026] DELETE /v2.0/networks/0353a501-6fe3-4dbb-9463-98e6378fc958 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:25:43.271 8 INFO neutron_taas.services.taas.taas_plugin [None req-edaec060-e0f1-470d-8489-ad5484da1f4d cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] TaaS: Handle Delete Port: daa4624d-35c4-44de-ab27-0611fb0e8bac 2026-05-17 02:25:43.274 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edaec060-e0f1-470d-8489-ad5484da1f4d cb521428bb714ae48f212229c12c756a 46ef6b831e6743369324ead1542583e9 - - default default] Tap Mirror: Handle Delete Port: daa4624d-35c4-44de-ab27-0611fb0e8bac 2026-05-17 02:25:43.358 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e215ab5-a148-477a-9255-6272b19601f2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5f02f303-d243-4599-8957-6f84782ae07a (type: security_groups) to 1 2026-05-17 02:25:43.376 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e215ab5-a148-477a-9255-6272b19601f2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 56e73632-cdf2-4910-b1ca-b60c374bc685 (type: security_group_rules) to 0 2026-05-17 02:25:43.390 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e215ab5-a148-477a-9255-6272b19601f2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9c0ab0e5-529d-497e-a8c1-93c6f10ed3ce (type: security_group_rules) to 0 2026-05-17 02:25:43.412 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e215ab5-a148-477a-9255-6272b19601f2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b12fb118-44db-4271-94a5-19392d57bbc4 (type: security_group_rules) to 0 2026-05-17 02:25:43.425 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e215ab5-a148-477a-9255-6272b19601f2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e9ed8d09-4db6-4213-b3b8-a764e9aad76c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1258/2391] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:25:43 2026] DELETE /v2.0/networks/1adf0485-b7f3-4351-8044-40f5fea7ac54 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:25:43.515 7 INFO neutron.db.segments_db [None req-9e215ab5-a148-477a-9255-6272b19601f2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Added segment 952d0613-1bca-4e72-bd0e-c794bb2ecce9 of type geneve for network afa888cb-5c59-47e7-a5cf-240ceea9b12d 2026-05-17 02:25:43.623 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e215ab5-a148-477a-9255-6272b19601f2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource afa888cb-5c59-47e7-a5cf-240ceea9b12d (type: networks) to 1 2026-05-17 02:25:43.789 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9e215ab5-a148-477a-9255-6272b19601f2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:25:43.791 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9e215ab5-a148-477a-9255-6272b19601f2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network afa888cb-5c59-47e7-a5cf-240ceea9b12d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:43.830 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] OVN reports status down for port: 8decafcb-e577-45c6-9013-ce2536c3324b 2026-05-17 02:25:43.888 7 INFO neutron.db.ovn_revision_numbers_db [None req-9e215ab5-a148-477a-9255-6272b19601f2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8decafcb-e577-45c6-9013-ce2536c3324b (type: ports) to 1 [pid: 7|app: 0|req: 1134/2392] 10.0.0.197 () {34 vars in 670 bytes} [Sun May 17 02:25:43 2026] POST /v2.0/networks => generated 781 bytes in 866 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:44.044 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-21a2de1f-9ddd-448b-9f1b-639a0bafee85 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:25:44.045 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-21a2de1f-9ddd-448b-9f1b-639a0bafee85 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network afa888cb-5c59-47e7-a5cf-240ceea9b12d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:44.088 7 INFO neutron.services.segments.plugin [-] Segment 17f9f64d-6684-4435-9047-d78eef96bbb4 resource provider aggregate not found 2026-05-17 02:25:44.096 7 INFO neutron.services.segments.plugin [-] Segment 17f9f64d-6684-4435-9047-d78eef96bbb4 resource provider aggregate not found 2026-05-17 02:25:44.109 7 INFO neutron.services.segments.plugin [-] Segment 17f9f64d-6684-4435-9047-d78eef96bbb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17f9f64d-6684-4435-9047-d78eef96bbb4 found for delete ", "request_id": "req-c3bf3093-1667-4828-94b7-e55cbad68ffa"}]} 2026-05-17 02:25:44.113 7 INFO neutron.services.segments.plugin [-] Segment 17f9f64d-6684-4435-9047-d78eef96bbb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17f9f64d-6684-4435-9047-d78eef96bbb4 found for delete ", "request_id": "req-2628b98f-9d6d-4cf2-82c8-a187c62ad479"}]} 2026-05-17 02:25:44.247 8 INFO neutron.db.ovn_revision_numbers_db [None req-927284dc-85bd-4f36-9651-752370a58ea8 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource 58e99dac-52cf-497f-a33b-2fa32f57564b (type: security_groups) to 1 2026-05-17 02:25:44.259 8 INFO neutron.db.ovn_revision_numbers_db [None req-927284dc-85bd-4f36-9651-752370a58ea8 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource 142fcd18-3ea7-468e-93d4-4b365ad5473e (type: security_group_rules) to 0 2026-05-17 02:25:44.269 8 INFO neutron.db.ovn_revision_numbers_db [None req-927284dc-85bd-4f36-9651-752370a58ea8 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource 38f2a8da-3b65-429c-8912-761fb87ae36e (type: security_group_rules) to 0 2026-05-17 02:25:44.280 8 INFO neutron.db.ovn_revision_numbers_db [None req-927284dc-85bd-4f36-9651-752370a58ea8 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource 879983f9-8a8a-4ea4-b807-7d87449fc6de (type: security_group_rules) to 0 2026-05-17 02:25:44.290 8 INFO neutron.db.ovn_revision_numbers_db [None req-927284dc-85bd-4f36-9651-752370a58ea8 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource e5146e77-5fdf-4f5a-88f6-db7ee9fc461a (type: security_group_rules) to 0 2026-05-17 02:25:44.412 8 INFO neutron.db.ovn_revision_numbers_db [None req-927284dc-85bd-4f36-9651-752370a58ea8 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource eeeccecc-1705-472a-8fe1-cd85cc2c2093 (type: security_groups) to 1 2026-05-17 02:25:44.423 8 INFO neutron.services.segments.plugin [-] Segment 79c0f03e-6c02-45cb-b6c0-bf90b99bbfd1 resource provider aggregate not found 2026-05-17 02:25:44.430 8 INFO neutron.services.segments.plugin [-] Segment 79c0f03e-6c02-45cb-b6c0-bf90b99bbfd1 resource provider aggregate not found 2026-05-17 02:25:44.437 7 INFO neutron.db.ovn_revision_numbers_db [None req-21a2de1f-9ddd-448b-9f1b-639a0bafee85 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8decafcb-e577-45c6-9013-ce2536c3324b (type: ports) to 2 2026-05-17 02:25:44.438 8 INFO neutron.db.ovn_revision_numbers_db [None req-927284dc-85bd-4f36-9651-752370a58ea8 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource 72446b2b-7acf-47bf-b01f-6b9818d4d0fd (type: security_group_rules) to 0 2026-05-17 02:25:44.443 8 INFO neutron.services.segments.plugin [-] Segment 79c0f03e-6c02-45cb-b6c0-bf90b99bbfd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79c0f03e-6c02-45cb-b6c0-bf90b99bbfd1 found for delete ", "request_id": "req-37b6fa7c-78cf-4179-9f25-91eebfa4ecc9"}]} 2026-05-17 02:25:44.453 8 INFO neutron.services.segments.plugin [-] Segment 79c0f03e-6c02-45cb-b6c0-bf90b99bbfd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79c0f03e-6c02-45cb-b6c0-bf90b99bbfd1 found for delete ", "request_id": "req-6516d6b9-be7e-4338-9f1c-528916353e89"}]} 2026-05-17 02:25:44.466 8 INFO neutron.services.segments.plugin [-] Segment f0fa2adf-de2f-4e14-ab9c-157cdc29296e resource provider aggregate not found 2026-05-17 02:25:44.469 8 INFO neutron.db.ovn_revision_numbers_db [None req-927284dc-85bd-4f36-9651-752370a58ea8 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource a34bcb15-78ce-4492-86dd-1059b1081d18 (type: security_group_rules) to 0 2026-05-17 02:25:44.471 7 INFO neutron.db.ovn_revision_numbers_db [None req-21a2de1f-9ddd-448b-9f1b-639a0bafee85 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c15fff23-eb62-4108-901d-fdcb5cbe3664 (type: subnets) to 0 2026-05-17 02:25:44.472 8 INFO neutron.services.segments.plugin [-] Segment f0fa2adf-de2f-4e14-ab9c-157cdc29296e resource provider aggregate not found [pid: 7|app: 0|req: 1135/2393] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:25:43 2026] POST /v2.0/subnets => generated 687 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:44.489 8 INFO neutron.services.segments.plugin [-] Segment f0fa2adf-de2f-4e14-ab9c-157cdc29296e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0fa2adf-de2f-4e14-ab9c-157cdc29296e found for delete ", "request_id": "req-f6acb05c-fa61-4b1e-927a-6aa9a6beaaf4"}]} 2026-05-17 02:25:44.494 8 INFO neutron.services.segments.plugin [-] Segment f0fa2adf-de2f-4e14-ab9c-157cdc29296e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0fa2adf-de2f-4e14-ab9c-157cdc29296e found for delete ", "request_id": "req-a1b49b0a-bd07-4e69-99a8-e12aa2472344"}]} [pid: 8|app: 0|req: 1259/2394] 10.0.0.197 () {34 vars in 683 bytes} [Sun May 17 02:25:43 2026] POST /v2.0/security-groups => generated 1601 bytes in 618 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:25:44.580 7 WARNING neutron.db.securitygroups_db [None req-3ac390df-3aec-49d2-a544-38cefa51b827 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:44.719 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ac390df-3aec-49d2-a544-38cefa51b827 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a4498467-6622-44ba-a1c4-3a15fca427cd (type: security_groups) to 1 2026-05-17 02:25:44.737 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ac390df-3aec-49d2-a544-38cefa51b827 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5a4bf924-5c76-4ed1-91ab-4f190ddd076e (type: security_group_rules) to 0 2026-05-17 02:25:44.748 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ac390df-3aec-49d2-a544-38cefa51b827 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a7dd3a6b-04d0-41df-a94f-68969c9249dd (type: security_group_rules) to 0 2026-05-17 02:25:44.760 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ac390df-3aec-49d2-a544-38cefa51b827 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e23981c2-5463-4feb-b69d-001d7c867445 (type: security_group_rules) to 0 2026-05-17 02:25:44.771 7 INFO neutron.db.ovn_revision_numbers_db [None req-3ac390df-3aec-49d2-a544-38cefa51b827 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fc8bbbba-912f-4628-b951-867716758753 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1136/2395] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:44 2026] GET /v2.0/security-groups?tenant_id=26be5ce3d5804ef1b30597cc695b6c6b&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:44.912 7 INFO neutron.db.ovn_revision_numbers_db [None req-7a0f1ca0-121e-4155-b2ca-6e30e652ea58 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource ec25486b-6048-40fe-b182-f63fbf0c82b9 (type: security_groups) to 1 2026-05-17 02:25:44.912 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f34e7e48-b10b-430d-ae45-e6763da39ce0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:25:44.913 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f34e7e48-b10b-430d-ae45-e6763da39ce0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:44.923 7 INFO neutron.db.ovn_revision_numbers_db [None req-7a0f1ca0-121e-4155-b2ca-6e30e652ea58 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource 337ebf96-eb90-4c81-a486-cd3102d9fb19 (type: security_group_rules) to 0 2026-05-17 02:25:44.936 7 INFO neutron.db.ovn_revision_numbers_db [None req-7a0f1ca0-121e-4155-b2ca-6e30e652ea58 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource ea8190dd-d44a-4226-b072-44ce2b46fd71 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1137/2396] 10.0.0.197 () {34 vars in 683 bytes} [Sun May 17 02:25:44 2026] POST /v2.0/security-groups => generated 1601 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:25:45.023 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] OVN reports status down for port: fc22eea3-84bc-42af-a567-88772a51ed46 2026-05-17 02:25:45.083 8 INFO neutron.db.ovn_revision_numbers_db [None req-f34e7e48-b10b-430d-ae45-e6763da39ce0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fc22eea3-84bc-42af-a567-88772a51ed46 (type: ports) to 1 [pid: 7|app: 0|req: 1138/2397] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:44 2026] DELETE /v2.0/security-groups/a4498467-6622-44ba-a1c4-3a15fca427cd => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:45.266 7 INFO neutron.db.ovn_revision_numbers_db [None req-244655bf-8b3c-453d-b784-48b561c1aab8 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource 58da3f1b-2d40-4e9d-851d-9ac2dbcd7fda (type: security_groups) to 1 2026-05-17 02:25:45.293 7 INFO neutron.db.ovn_revision_numbers_db [None req-244655bf-8b3c-453d-b784-48b561c1aab8 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource 5e731c4a-4281-408e-87dc-be15338848b6 (type: security_group_rules) to 0 2026-05-17 02:25:45.316 7 INFO neutron.db.ovn_revision_numbers_db [None req-244655bf-8b3c-453d-b784-48b561c1aab8 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource bec44b09-ae87-437b-9183-1133711938e6 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1139/2398] 10.0.0.197 () {34 vars in 683 bytes} [Sun May 17 02:25:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:25:45.355 7 WARNING neutron.db.securitygroups_db [None req-42f5ea7b-b2ec-4a73-94d9-a40850b8b5a1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1140/2399] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:45 2026] GET /v2.0/security-groups?tenant_id=46ef6b831e6743369324ead1542583e9&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:45.499 7 INFO neutron.db.ovn_revision_numbers_db [None req-092e1712-11c8-44d9-88ae-a03ba17dd945 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource 3b8165e3-058d-4b85-b61b-641cb9f60561 (type: security_groups) to 1 2026-05-17 02:25:45.512 7 INFO neutron.db.ovn_revision_numbers_db [None req-092e1712-11c8-44d9-88ae-a03ba17dd945 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource 78ed476e-1dc5-426e-93c9-fd2c73b16e05 (type: security_group_rules) to 0 2026-05-17 02:25:45.527 7 INFO neutron.db.ovn_revision_numbers_db [None req-092e1712-11c8-44d9-88ae-a03ba17dd945 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource f9aeead7-801f-421e-b3b4-a2c4023dc2cc (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1141/2400] 10.0.0.197 () {34 vars in 683 bytes} [Sun May 17 02:25:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2401] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:45 2026] DELETE /v2.0/security-groups/01e67299-6a95-4eae-a804-cfbf510e949b => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:45.775 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] OVN reports status up for port: fc22eea3-84bc-42af-a567-88772a51ed46 2026-05-17 02:25:45.831 8 INFO neutron.plugins.ml2.plugin [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] Attempt 1 to provision port fc22eea3-84bc-42af-a567-88772a51ed46 2026-05-17 02:25:45.845 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-393c2e9e-6cb3-404c-9cbe-e168b4fe6081 - - - - - -] Router ab8e23d6-e2b2-42fc-b058-a7e46d08afa8 is bound to host instance 2026-05-17 02:25:45.903 8 INFO neutron.db.ovn_revision_numbers_db [None req-f34e7e48-b10b-430d-ae45-e6763da39ce0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fc22eea3-84bc-42af-a567-88772a51ed46 (type: router_ports) to 1 2026-05-17 02:25:45.926 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a100267-972a-401a-994a-90c2a3c406a0 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource 4b2b890c-a25e-4c4d-b60c-e1085be76706 (type: security_groups) to 1 2026-05-17 02:25:45.950 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a100267-972a-401a-994a-90c2a3c406a0 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource 2b8124ab-4065-482a-b54d-0da231627b2a (type: security_group_rules) to 0 2026-05-17 02:25:45.982 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a100267-972a-401a-994a-90c2a3c406a0 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - default default] Successfully bumped revision number for resource d484d977-626a-46a8-8fa2-42fc65873f33 (type: security_group_rules) to 0 2026-05-17 02:25:46.010 8 INFO neutron.db.ovn_revision_numbers_db [None req-f34e7e48-b10b-430d-ae45-e6763da39ce0 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ab8e23d6-e2b2-42fc-b058-a7e46d08afa8 (type: routers) to 2 [pid: 8|app: 0|req: 1260/2402] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:25:44 2026] POST /v2.0/routers => generated 986 bytes in 1509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:46.036 8 WARNING neutron.db.securitygroups_db [None req-d155f23a-0062-4326-a3f1-71644a614a49 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1143/2403] 10.0.0.197 () {34 vars in 683 bytes} [Sun May 17 02:25:45 2026] POST /v2.0/security-groups => generated 1601 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:25:46.152 8 INFO neutron.db.ovn_revision_numbers_db [None req-d155f23a-0062-4326-a3f1-71644a614a49 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 45d7069a-5807-4770-82f0-ee20760a193c (type: security_groups) to 1 2026-05-17 02:25:46.167 8 INFO neutron.db.ovn_revision_numbers_db [None req-d155f23a-0062-4326-a3f1-71644a614a49 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3b7bb010-57bd-454d-9ce6-2a7e48c5744d (type: security_group_rules) to 0 2026-05-17 02:25:46.180 8 INFO neutron.db.ovn_revision_numbers_db [None req-d155f23a-0062-4326-a3f1-71644a614a49 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3f700c80-7a43-4eca-87d0-a1c34653e412 (type: security_group_rules) to 0 2026-05-17 02:25:46.201 8 INFO neutron.db.ovn_revision_numbers_db [None req-d155f23a-0062-4326-a3f1-71644a614a49 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource dee374f7-1534-4880-8e3b-d921ad6ab2e1 (type: security_group_rules) to 0 2026-05-17 02:25:46.223 8 INFO neutron.db.ovn_revision_numbers_db [None req-d155f23a-0062-4326-a3f1-71644a614a49 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f2f20a9b-10d0-4486-8a45-03a698708b06 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1261/2404] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:46 2026] GET /v2.0/security-groups?tenant_id=6f3eac339bf9418bbb85f9b683ab31c2&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:46.283 8 WARNING tagging [None req-240a0772-dcbb-418c-8b32-9652d3ab05ca 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - 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: 1262/2405] 10.0.0.197 () {34 vars in 766 bytes} [Sun May 17 02:25:46 2026] PUT /v2.0/security-groups/eeeccecc-1705-472a-8fe1-cd85cc2c2093/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2406] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:46 2026] DELETE /v2.0/security-groups/45d7069a-5807-4770-82f0-ee20760a193c => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:46.492 8 WARNING tagging [None req-b1d787ad-f0de-4c6b-9483-ab40f46e1e47 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - 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: 1264/2407] 10.0.0.197 () {34 vars in 766 bytes} [Sun May 17 02:25:46 2026] PUT /v2.0/security-groups/ec25486b-6048-40fe-b182-f63fbf0c82b9/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:46.539 8 WARNING tagging [None req-a5055dd4-dd72-4eec-bd5d-0d589f34f6b5 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - 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: 1265/2408] 10.0.0.197 () {34 vars in 766 bytes} [Sun May 17 02:25:46 2026] PUT /v2.0/security-groups/58da3f1b-2d40-4e9d-851d-9ac2dbcd7fda/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:46.600 8 WARNING tagging [None req-434051cb-1215-48da-8a98-b3c461c70e90 0a54c6251ebb4a5eb201791f5f73385f 13b9b55b36ad4690a27c6a6a19b65c1c - - 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/2409] 10.0.0.197 () {34 vars in 766 bytes} [Sun May 17 02:25:46 2026] PUT /v2.0/security-groups/3b8165e3-058d-4b85-b61b-641cb9f60561/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2410] 10.0.0.197 () {32 vars in 679 bytes} [Sun May 17 02:25:46 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2411] 10.0.0.197 () {32 vars in 693 bytes} [Sun May 17 02:25:46 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2412] 10.0.0.197 () {32 vars in 689 bytes} [Sun May 17 02:25:46 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2413] 10.0.0.197 () {32 vars in 701 bytes} [Sun May 17 02:25:46 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2414] 10.0.0.197 () {32 vars in 687 bytes} [Sun May 17 02:25:46 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2415] 10.0.0.197 () {32 vars in 701 bytes} [Sun May 17 02:25:46 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:46.929 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-06a32e61-36be-4aeb-9264-3d9d9d92a679 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:25:46.931 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-06a32e61-36be-4aeb-9264-3d9d9d92a679 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network afa888cb-5c59-47e7-a5cf-240ceea9b12d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:47.245 7 INFO neutron.db.ovn_revision_numbers_db [None req-06a32e61-36be-4aeb-9264-3d9d9d92a679 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7fb57b88-c5c8-46ca-92f9-9ee42fa83d39 (type: ports) to 1 2026-05-17 02:25:47.454 7 INFO neutron.db.ovn_revision_numbers_db [None req-46bacdd3-35fc-4363-9549-7f1842c724ca - - - - - -] Successfully bumped revision number for resource fc22eea3-84bc-42af-a567-88772a51ed46 (type: ports) to 4 [pid: 8|app: 0|req: 1273/2416] 10.0.0.197 () {32 vars in 697 bytes} [Sun May 17 02:25:46 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2417] 10.0.0.197 () {32 vars in 709 bytes} [Sun May 17 02:25:47 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2418] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:47 2026] DELETE /v2.0/security-groups/eeeccecc-1705-472a-8fe1-cd85cc2c2093 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2419] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:47 2026] DELETE /v2.0/security-groups/ec25486b-6048-40fe-b182-f63fbf0c82b9 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2420] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:47 2026] DELETE /v2.0/security-groups/58da3f1b-2d40-4e9d-851d-9ac2dbcd7fda => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:48.168 7 INFO neutron.db.ovn_revision_numbers_db [None req-46bacdd3-35fc-4363-9549-7f1842c724ca - - - - - -] Successfully bumped revision number for resource fc22eea3-84bc-42af-a567-88772a51ed46 (type: ports) to 5 [pid: 8|app: 0|req: 1278/2421] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:48 2026] DELETE /v2.0/security-groups/3b8165e3-058d-4b85-b61b-641cb9f60561 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2422] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:48 2026] DELETE /v2.0/security-groups/4b2b890c-a25e-4c4d-b60c-e1085be76706 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:48.483 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-06a32e61-36be-4aeb-9264-3d9d9d92a679 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:25:48.484 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-06a32e61-36be-4aeb-9264-3d9d9d92a679 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network afa888cb-5c59-47e7-a5cf-240ceea9b12d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:48.796 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] OVN reports status down for port: 7fb57b88-c5c8-46ca-92f9-9ee42fa83d39 2026-05-17 02:25:48.865 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] Logical_Switch_Port 7fb57b88-c5c8-46ca-92f9-9ee42fa83d39 host information not removed, the port state is up 2026-05-17 02:25:48.865 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] OVN reports status up for port: 7fb57b88-c5c8-46ca-92f9-9ee42fa83d39 2026-05-17 02:25:48.879 8 INFO neutron.plugins.ml2.plugin [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] Attempt 1 to provision port 7fb57b88-c5c8-46ca-92f9-9ee42fa83d39 2026-05-17 02:25:48.978 7 INFO neutron.db.ovn_revision_numbers_db [None req-06a32e61-36be-4aeb-9264-3d9d9d92a679 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7fb57b88-c5c8-46ca-92f9-9ee42fa83d39 (type: router_ports) to 1 2026-05-17 02:25:48.981 7 INFO neutron.common.ovn.utils [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] HA Chassis Group neutron-afa888cb-5c59-47e7-a5cf-240ceea9b12d synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 [pid: 7|app: 0|req: 1144/2423] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:25:46 2026] PUT /v2.0/routers/ab8e23d6-e2b2-42fc-b058-a7e46d08afa8/add_router_interface => generated 310 bytes in 2911 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:49.178 8 WARNING neutron.db.securitygroups_db [None req-4d6d5027-36e0-40c7-97c3-70a4aec3a972 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:49.404 8 INFO neutron.db.ovn_revision_numbers_db [None req-4d6d5027-36e0-40c7-97c3-70a4aec3a972 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a9348fa7-da13-4465-8252-03d4f7134c11 (type: security_groups) to 1 2026-05-17 02:25:49.448 8 INFO neutron.db.ovn_revision_numbers_db [None req-4d6d5027-36e0-40c7-97c3-70a4aec3a972 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2673019e-7252-4241-b92c-3d9dd3d14708 (type: security_group_rules) to 0 2026-05-17 02:25:49.478 8 INFO neutron.db.ovn_revision_numbers_db [None req-4d6d5027-36e0-40c7-97c3-70a4aec3a972 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c3275e3b-34e3-48d2-9bd6-354aca5e0a35 (type: security_group_rules) to 0 2026-05-17 02:25:49.510 8 INFO neutron.db.ovn_revision_numbers_db [None req-4d6d5027-36e0-40c7-97c3-70a4aec3a972 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f337aa06-90f4-41d9-ba5a-024af29fd6b2 (type: security_group_rules) to 0 2026-05-17 02:25:49.550 8 INFO neutron.db.ovn_revision_numbers_db [None req-4d6d5027-36e0-40c7-97c3-70a4aec3a972 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f60aea55-db85-486a-bd45-24549b1b3a7d (type: security_group_rules) to 0 2026-05-17 02:25:49.587 8 INFO neutron.db.ovn_revision_numbers_db [None req-22f2d939-4c76-4efb-8cc2-569077f269bb - - - - - -] Successfully bumped revision number for resource 7fb57b88-c5c8-46ca-92f9-9ee42fa83d39 (type: ports) to 2 [pid: 8|app: 0|req: 1280/2424] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:49 2026] GET /v2.0/security-groups?tenant_id=fe7ded8302f8499ab18d3158f701ffb9&name=default => generated 2925 bytes in 552 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2425] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:49 2026] DELETE /v2.0/security-groups/a9348fa7-da13-4465-8252-03d4f7134c11 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:49.967 8 WARNING neutron.db.securitygroups_db [None req-2b37c207-aaf6-4b7b-9ca3-203de61fbe79 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1281/2426] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:49 2026] GET /v2.0/security-groups?tenant_id=13b9b55b36ad4690a27c6a6a19b65c1c&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: 1146/2427] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:49 2026] DELETE /v2.0/security-groups/58e99dac-52cf-497f-a33b-2fa32f57564b => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:50.256 8 INFO neutron.db.ovn_revision_numbers_db [None req-be458fe1-2ff2-4d53-8215-db5c4b1c340c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 43db2dd1-9b0f-480a-a35b-792d7c221f4e (type: security_groups) to 1 2026-05-17 02:25:50.270 8 INFO neutron.db.ovn_revision_numbers_db [None req-be458fe1-2ff2-4d53-8215-db5c4b1c340c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 21425eaa-905d-4f69-a5e0-f412afb5dadb (type: security_group_rules) to 0 2026-05-17 02:25:50.292 8 INFO neutron.db.ovn_revision_numbers_db [None req-be458fe1-2ff2-4d53-8215-db5c4b1c340c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5f99aea3-a719-4852-b7bb-12bddc36aa3f (type: security_group_rules) to 0 2026-05-17 02:25:50.311 8 INFO neutron.db.ovn_revision_numbers_db [None req-be458fe1-2ff2-4d53-8215-db5c4b1c340c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6c6f9aa7-b431-4f03-9986-fa3eade09ca0 (type: security_group_rules) to 0 2026-05-17 02:25:50.324 8 INFO neutron.db.ovn_revision_numbers_db [None req-be458fe1-2ff2-4d53-8215-db5c4b1c340c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e673c9d0-4cbb-44e6-b98a-096e2e4d58d9 (type: security_group_rules) to 0 2026-05-17 02:25:50.371 7 WARNING neutron.db.securitygroups_db [None req-393b7a02-2401-4a1f-9a24-e2a3a2acc7e7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:50.401 8 INFO neutron.db.segments_db [None req-be458fe1-2ff2-4d53-8215-db5c4b1c340c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Added segment 84ea3289-e914-4a6e-b0e7-5359d35114e1 of type geneve for network 487f081c-d9ea-416f-b247-aedf62c8c001 2026-05-17 02:25:50.502 7 INFO neutron.db.ovn_revision_numbers_db [None req-393b7a02-2401-4a1f-9a24-e2a3a2acc7e7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9b451d14-d9aa-42ca-ac29-3283e50fab74 (type: security_groups) to 1 2026-05-17 02:25:50.510 8 INFO neutron.db.ovn_revision_numbers_db [None req-be458fe1-2ff2-4d53-8215-db5c4b1c340c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 487f081c-d9ea-416f-b247-aedf62c8c001 (type: networks) to 1 2026-05-17 02:25:50.514 7 INFO neutron.db.ovn_revision_numbers_db [None req-393b7a02-2401-4a1f-9a24-e2a3a2acc7e7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 412214e8-478d-44de-92be-fbe380218c22 (type: security_group_rules) to 0 2026-05-17 02:25:50.523 7 INFO neutron.db.ovn_revision_numbers_db [None req-393b7a02-2401-4a1f-9a24-e2a3a2acc7e7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 854beddf-e2c0-416f-a689-063fc22acb9b (type: security_group_rules) to 0 2026-05-17 02:25:50.533 7 INFO neutron.db.ovn_revision_numbers_db [None req-393b7a02-2401-4a1f-9a24-e2a3a2acc7e7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 86bcda77-4420-4f30-b714-c697e39682ad (type: security_group_rules) to 0 2026-05-17 02:25:50.544 7 INFO neutron.db.ovn_revision_numbers_db [None req-393b7a02-2401-4a1f-9a24-e2a3a2acc7e7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource cdd66869-c26e-4b14-b768-92f726efd7b1 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1149/2430] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:50 2026] GET /v2.0/security-groups?tenant_id=f1c691779fe24f6e8f3d752c11b32f1a&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:50.651 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-be458fe1-2ff2-4d53-8215-db5c4b1c340c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:25:50.653 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-be458fe1-2ff2-4d53-8215-db5c4b1c340c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 487f081c-d9ea-416f-b247-aedf62c8c001: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:50.694 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] OVN reports status down for port: 407b52ee-c669-41c0-8b29-d58abe2bce46 2026-05-17 02:25:50.729 8 INFO neutron.db.ovn_revision_numbers_db [None req-be458fe1-2ff2-4d53-8215-db5c4b1c340c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 407b52ee-c669-41c0-8b29-d58abe2bce46 (type: ports) to 1 [pid: 8|app: 0|req: 1282/2431] 10.0.0.197 () {34 vars in 670 bytes} [Sun May 17 02:25:50 2026] POST /v2.0/networks => generated 780 bytes in 651 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2432] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:25:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2433] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:50 2026] DELETE /v2.0/security-groups/9b451d14-d9aa-42ca-ac29-3283e50fab74 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:50.955 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e6dd4ef5-0498-49a7-811d-18e6f2c36222 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:25:50.956 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e6dd4ef5-0498-49a7-811d-18e6f2c36222 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 487f081c-d9ea-416f-b247-aedf62c8c001: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1284/2434] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:25:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2435] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:25:50 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2436] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:25:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2437] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:25:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2438] 10.0.0.197 () {34 vars in 758 bytes} [Sun May 17 02:25:51 2026] PUT /v2.0/subnetpools/c6894b72-9e55-4df4-8a5f-99d4e898ef3a/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2439] 10.0.0.197 () {34 vars in 758 bytes} [Sun May 17 02:25:51 2026] PUT /v2.0/subnetpools/3e3f9da4-bed3-465e-b0dd-51380a7a53da/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2440] 10.0.0.197 () {34 vars in 758 bytes} [Sun May 17 02:25:51 2026] PUT /v2.0/subnetpools/6f05be30-d485-4026-8ded-62867dd4091e/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2441] 10.0.0.197 () {34 vars in 758 bytes} [Sun May 17 02:25:51 2026] PUT /v2.0/subnetpools/27675688-3ffa-45fa-916a-32c6a920104a/tags => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2442] 10.0.0.197 () {32 vars in 671 bytes} [Sun May 17 02:25:51 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2443] 10.0.0.197 () {32 vars in 685 bytes} [Sun May 17 02:25:51 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:51.402 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6dd4ef5-0498-49a7-811d-18e6f2c36222 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 407b52ee-c669-41c0-8b29-d58abe2bce46 (type: ports) to 2 [pid: 8|app: 0|req: 1294/2444] 10.0.0.197 () {32 vars in 681 bytes} [Sun May 17 02:25:51 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:51.435 7 INFO neutron.db.ovn_revision_numbers_db [None req-e6dd4ef5-0498-49a7-811d-18e6f2c36222 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5fabae3a-bf15-4e6c-b2e1-27c48fd812ad (type: subnets) to 0 [pid: 8|app: 0|req: 1295/2445] 10.0.0.197 () {32 vars in 693 bytes} [Sun May 17 02:25:51 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2446] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:25:50 2026] POST /v2.0/subnets => generated 687 bytes in 634 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2447] 10.0.0.197 () {32 vars in 679 bytes} [Sun May 17 02:25:51 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2448] 10.0.0.197 () {32 vars in 693 bytes} [Sun May 17 02:25:51 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2449] 10.0.0.197 () {32 vars in 689 bytes} [Sun May 17 02:25:51 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2450] 10.0.0.197 () {32 vars in 701 bytes} [Sun May 17 02:25:51 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2451] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:25:51 2026] DELETE /v2.0/subnetpools/c6894b72-9e55-4df4-8a5f-99d4e898ef3a => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2452] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:25:51 2026] DELETE /v2.0/subnetpools/3e3f9da4-bed3-465e-b0dd-51380a7a53da => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2453] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:25:51 2026] DELETE /v2.0/subnetpools/6f05be30-d485-4026-8ded-62867dd4091e => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2454] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:25:51 2026] DELETE /v2.0/subnetpools/27675688-3ffa-45fa-916a-32c6a920104a => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2455] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:25:51 2026] DELETE /v2.0/subnetpools/f710f818-d1b9-46ff-abfb-54a763cb2452 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:51.847 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-02460f88-df24-4d85-98bf-1a197144f018 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:25:51.848 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-02460f88-df24-4d85-98bf-1a197144f018 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:51.998 7 INFO neutron.db.ovn_revision_numbers_db [None req-02460f88-df24-4d85-98bf-1a197144f018 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f44dba91-ff2b-421c-8d54-d0fa16fdb4e5 (type: ports) to 1 2026-05-17 02:25:52.774 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-46bacdd3-35fc-4363-9549-7f1842c724ca - - - - - -] Router cdfdda64-1171-49b0-a6a7-ab7eb47f44fd is bound to host instance 2026-05-17 02:25:52.811 7 INFO neutron.db.ovn_revision_numbers_db [None req-02460f88-df24-4d85-98bf-1a197144f018 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f44dba91-ff2b-421c-8d54-d0fa16fdb4e5 (type: router_ports) to 1 2026-05-17 02:25:52.924 7 INFO neutron.db.ovn_revision_numbers_db [None req-02460f88-df24-4d85-98bf-1a197144f018 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource cdfdda64-1171-49b0-a6a7-ab7eb47f44fd (type: routers) to 2 2026-05-17 02:25:52.926 8 WARNING neutron.db.securitygroups_db [None req-808dfcc2-4eb9-42e9-b356-2712077fe5b7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1152/2456] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:25:51 2026] POST /v2.0/routers => generated 986 bytes in 1505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:53.025 8 INFO neutron.db.ovn_revision_numbers_db [None req-808dfcc2-4eb9-42e9-b356-2712077fe5b7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource aa5bda4a-2f26-4358-94a4-79da4d3b2202 (type: security_groups) to 1 2026-05-17 02:25:53.037 8 INFO neutron.db.ovn_revision_numbers_db [None req-808dfcc2-4eb9-42e9-b356-2712077fe5b7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1c1ab07b-82af-4975-88e0-480726e3b7a6 (type: security_group_rules) to 0 2026-05-17 02:25:53.052 8 INFO neutron.db.ovn_revision_numbers_db [None req-808dfcc2-4eb9-42e9-b356-2712077fe5b7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource cb55efeb-81fb-4a9e-8ee3-8e32456376b0 (type: security_group_rules) to 0 2026-05-17 02:25:53.063 8 INFO neutron.db.ovn_revision_numbers_db [None req-808dfcc2-4eb9-42e9-b356-2712077fe5b7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e017b938-a754-47fe-b74f-cd78dcf23735 (type: security_group_rules) to 0 2026-05-17 02:25:53.074 8 INFO neutron.db.ovn_revision_numbers_db [None req-808dfcc2-4eb9-42e9-b356-2712077fe5b7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fa882145-4996-47db-ae78-49a08f62655f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1305/2457] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:52 2026] GET /v2.0/security-groups?tenant_id=b4af34aa125c4f99b7cb259a7e14f01c&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2458] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:53 2026] DELETE /v2.0/security-groups/aa5bda4a-2f26-4358-94a4-79da4d3b2202 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:53.338 8 WARNING neutron.db.securitygroups_db [None req-66325e9a-dbbb-49a0-81ed-74e7000c935c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:53.445 8 INFO neutron.db.ovn_revision_numbers_db [None req-66325e9a-dbbb-49a0-81ed-74e7000c935c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8da052ed-4357-4aae-97c6-f9d15275ee79 (type: security_groups) to 1 2026-05-17 02:25:53.458 8 INFO neutron.db.ovn_revision_numbers_db [None req-66325e9a-dbbb-49a0-81ed-74e7000c935c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 453fbb2d-dbd3-4d84-b134-f6ffaaacab65 (type: security_group_rules) to 0 2026-05-17 02:25:53.470 8 INFO neutron.db.ovn_revision_numbers_db [None req-66325e9a-dbbb-49a0-81ed-74e7000c935c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4edc7c45-8a3b-4e3e-8017-f8d71f04f0cc (type: security_group_rules) to 0 2026-05-17 02:25:53.479 8 INFO neutron.db.ovn_revision_numbers_db [None req-66325e9a-dbbb-49a0-81ed-74e7000c935c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5b2a50c5-4bd1-4e68-92aa-9300c9efd2cf (type: security_group_rules) to 0 2026-05-17 02:25:53.489 8 INFO neutron.db.ovn_revision_numbers_db [None req-66325e9a-dbbb-49a0-81ed-74e7000c935c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8d46f022-58a0-4819-ac46-028f1deef758 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1307/2459] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:53 2026] GET /v2.0/security-groups?tenant_id=23eb796b4ae34b8081121e0ce789f87a&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2460] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:53 2026] DELETE /v2.0/security-groups/8da052ed-4357-4aae-97c6-f9d15275ee79 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:53.886 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-263b9ce1-b237-46dd-8fce-442e84819736 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:25:53.888 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-263b9ce1-b237-46dd-8fce-442e84819736 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 487f081c-d9ea-416f-b247-aedf62c8c001: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:53.924 8 WARNING neutron.db.securitygroups_db [None req-985d6bd9-9089-4e98-aec8-99ec87346f67 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:54.016 8 INFO neutron.db.ovn_revision_numbers_db [None req-985d6bd9-9089-4e98-aec8-99ec87346f67 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9b3e60e3-7c36-4301-b3a6-28703f42d4e1 (type: security_groups) to 1 2026-05-17 02:25:54.027 8 INFO neutron.db.ovn_revision_numbers_db [None req-985d6bd9-9089-4e98-aec8-99ec87346f67 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 52d3ab69-b42b-4257-8079-a038df4494f4 (type: security_group_rules) to 0 2026-05-17 02:25:54.050 8 INFO neutron.db.ovn_revision_numbers_db [None req-985d6bd9-9089-4e98-aec8-99ec87346f67 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 71c85b51-cef7-4afa-bd46-f232773ec5f9 (type: security_group_rules) to 0 2026-05-17 02:25:54.077 8 INFO neutron.db.ovn_revision_numbers_db [None req-985d6bd9-9089-4e98-aec8-99ec87346f67 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a6600e8b-b896-4983-9ca2-d94d32b497d3 (type: security_group_rules) to 0 2026-05-17 02:25:54.089 8 INFO neutron.db.ovn_revision_numbers_db [None req-985d6bd9-9089-4e98-aec8-99ec87346f67 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource aad283fa-b62f-45c2-a027-d5ee6f5a7e8a (type: security_group_rules) to 0 2026-05-17 02:25:54.094 7 INFO neutron.db.ovn_revision_numbers_db [None req-263b9ce1-b237-46dd-8fce-442e84819736 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b21324e0-cf21-461f-b287-92d4f9cb8e64 (type: ports) to 1 [pid: 8|app: 0|req: 1309/2461] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:53 2026] GET /v2.0/security-groups?tenant_id=d31b2a3f585848aba5efa7ace3b61a19&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2462] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:54 2026] DELETE /v2.0/security-groups/9b3e60e3-7c36-4301-b3a6-28703f42d4e1 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:54.385 7 INFO neutron.db.ovn_revision_numbers_db [None req-59e7dfeb-5c84-4584-a130-fdddbcdaca2f - - - - - -] Successfully bumped revision number for resource f44dba91-ff2b-421c-8d54-d0fa16fdb4e5 (type: ports) to 4 2026-05-17 02:25:54.465 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-e2942f15-dfbd-4617-b50e-9bd3d4c14422 - - - - - -] No hosting information found for port 7fb57b88-c5c8-46ca-92f9-9ee42fa83d39: RuntimeError: No hosting information found for port 7fb57b88-c5c8-46ca-92f9-9ee42fa83d39 [pid: 8|app: 0|req: 1311/2463] 10.0.0.197 () {34 vars in 677 bytes} [Sun May 17 02:25:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:54.610 8 WARNING tagging [None req-293afc26-9a6e-4f91-82af-92cc4e40239e 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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-17 02:25:54.620 8 INFO neutron.db.ovn_revision_numbers_db [None req-e2942f15-dfbd-4617-b50e-9bd3d4c14422 - - - - - -] Successfully bumped revision number for resource 7fb57b88-c5c8-46ca-92f9-9ee42fa83d39 (type: router_ports) to 2 [pid: 8|app: 0|req: 1312/2464] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:25:54 2026] PUT /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:54.695 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e2942f15-dfbd-4617-b50e-9bd3d4c14422 - - - - - -] OVN reports status down for port: f44dba91-ff2b-421c-8d54-d0fa16fdb4e5 2026-05-17 02:25:54.727 8 WARNING tagging [None req-529e55e8-6957-4226-8ea9-39690a42c559 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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/2465] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:25:54 2026] GET /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags => generated 25 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:54.795 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-e2942f15-dfbd-4617-b50e-9bd3d4c14422 - - - - - -] Logical_Switch_Port f44dba91-ff2b-421c-8d54-d0fa16fdb4e5 host information not removed, the port state is up 2026-05-17 02:25:54.796 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e2942f15-dfbd-4617-b50e-9bd3d4c14422 - - - - - -] OVN reports status up for port: f44dba91-ff2b-421c-8d54-d0fa16fdb4e5 2026-05-17 02:25:54.806 8 WARNING tagging [None req-f3243dcc-9cf9-450f-93a8-0d21bec160f9 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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/2466] 10.0.0.197 () {34 vars in 763 bytes} [Sun May 17 02:25:54 2026] PUT /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-17 02:25:54.862 8 WARNING tagging [None req-eb900bb2-b2cf-4a03-b782-e2d520aa0649 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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: 1315/2467] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:25:54 2026] GET /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:54.928 8 WARNING tagging [None req-102d7db9-b99b-49c9-b9f4-093f9ad53af3 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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: 1316/2468] 10.0.0.197 () {34 vars in 759 bytes} [Sun May 17 02:25:54 2026] PUT /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-17 02:25:54.980 8 WARNING tagging [None req-f04db451-e61a-4e39-972a-86c3dbcb2470 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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: 1317/2469] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:25:54 2026] GET /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:55.023 8 WARNING tagging [None req-ef9e1f66-bd26-4fb9-bd37-32de57c0c866 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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: 1318/2470] 10.0.0.197 () {34 vars in 781 bytes} [Sun May 17 02:25:54 2026] PUT /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-17 02:25:55.076 8 WARNING tagging [None req-34b1feaf-c2b4-401d-87b3-d1b8b9d957aa 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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: 1319/2471] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:25:55 2026] GET /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:55.112 8 WARNING tagging [None req-85941f4d-dd42-4b50-910d-77686527e27f 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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: 1320/2472] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:25:55 2026] PUT /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:55.172 8 WARNING tagging [None req-9fd60941-8cdf-46f9-ad2a-965c52fa007d 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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: 1321/2473] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:25:55 2026] GET /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:55.208 8 INFO neutron.plugins.ml2.plugin [None req-e2942f15-dfbd-4617-b50e-9bd3d4c14422 - - - - - -] Attempt 1 to provision port f44dba91-ff2b-421c-8d54-d0fa16fdb4e5 2026-05-17 02:25:55.221 8 WARNING tagging [None req-76917119-f465-437c-b97c-4fd136e3c9e4 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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: 1322/2474] 10.0.0.197 () {32 vars in 740 bytes} [Sun May 17 02:25:55 2026] GET /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:55.279 8 WARNING tagging [None req-8b8f275f-424a-4969-95ff-a323193253b3 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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-17 02:25:55.293 8 INFO neutron.api.v2.resource [None req-8b8f275f-424a-4969-95ff-a323193253b3 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1323/2475] 10.0.0.197 () {32 vars in 744 bytes} [Sun May 17 02:25:55 2026] GET /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:25:55.307 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e2942f15-dfbd-4617-b50e-9bd3d4c14422 - - - - - -] OVN reports status down for port: b21324e0-cf21-461f-b287-92d4f9cb8e64 2026-05-17 02:25:55.348 8 WARNING tagging [None req-b7643d17-d3df-4321-aa13-48851902cc74 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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: 1324/2476] 10.0.0.197 () {32 vars in 743 bytes} [Sun May 17 02:25:55 2026] DELETE /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags/red => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:55.405 8 WARNING tagging [None req-5ee4ef46-55ce-4727-bc6a-23c35258b6ac 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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: 1325/2477] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:25:55 2026] GET /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:55.439 8 WARNING tagging [None req-e66dca3c-9fdb-4348-91d1-a981c8113e35 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - 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-17 02:25:55.448 8 INFO neutron.api.v2.resource [None req-e66dca3c-9fdb-4348-91d1-a981c8113e35 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1326/2478] 10.0.0.197 () {32 vars in 747 bytes} [Sun May 17 02:25:55 2026] DELETE /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:25:55.482 8 WARNING tagging [None req-b16e2e41-b0f3-461c-a7c2-727f12bf7302 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1327/2479] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:25:55 2026] DELETE /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:55.588 8 WARNING tagging [None req-64f31dab-2570-419e-8cf4-6dcc90d07d03 590c97a99d074b25ae070a162414f9e7 8a667fe996604b99b64393a9d3abb052 - - default default] project_id key not found in request, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 8|app: 0|req: 1328/2480] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:25:55 2026] GET /v2.0/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:55.617 7 INFO neutron.db.ovn_revision_numbers_db [None req-59e7dfeb-5c84-4584-a130-fdddbcdaca2f - - - - - -] Successfully bumped revision number for resource f44dba91-ff2b-421c-8d54-d0fa16fdb4e5 (type: ports) to 5 [pid: 8|app: 0|req: 1329/2481] 10.0.0.197 () {32 vars in 733 bytes} [Sun May 17 02:25:55 2026] DELETE /v2.0/qos/policies/c4ccf5a1-eaf9-4d2e-afb2-f9999181389b => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:55.813 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e2942f15-dfbd-4617-b50e-9bd3d4c14422 - - - - - -] OVN reports status up for port: b21324e0-cf21-461f-b287-92d4f9cb8e64 2026-05-17 02:25:55.834 8 INFO neutron.plugins.ml2.plugin [None req-e2942f15-dfbd-4617-b50e-9bd3d4c14422 - - - - - -] Attempt 1 to provision port b21324e0-cf21-461f-b287-92d4f9cb8e64 2026-05-17 02:25:55.902 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-263b9ce1-b237-46dd-8fce-442e84819736 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:25:55.903 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-263b9ce1-b237-46dd-8fce-442e84819736 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 487f081c-d9ea-416f-b247-aedf62c8c001: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:56.165 8 INFO neutron.db.ovn_revision_numbers_db [None req-e2942f15-dfbd-4617-b50e-9bd3d4c14422 - - - - - -] Successfully bumped revision number for resource b21324e0-cf21-461f-b287-92d4f9cb8e64 (type: ports) to 2 2026-05-17 02:25:56.407 7 INFO neutron.db.ovn_revision_numbers_db [None req-263b9ce1-b237-46dd-8fce-442e84819736 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b21324e0-cf21-461f-b287-92d4f9cb8e64 (type: router_ports) to 1 [pid: 7|app: 0|req: 1153/2482] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:25:52 2026] PUT /v2.0/routers/cdfdda64-1171-49b0-a6a7-ab7eb47f44fd/add_router_interface => generated 310 bytes in 3448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:25:56.492 8 WARNING neutron.db.securitygroups_db [None req-f4973f90-4abc-4779-9901-14e158338d9e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:56.615 8 INFO neutron.db.ovn_revision_numbers_db [None req-f4973f90-4abc-4779-9901-14e158338d9e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6c69722e-bf9e-44c8-ad14-08d00f2fd42b (type: security_groups) to 1 2026-05-17 02:25:56.627 8 INFO neutron.db.ovn_revision_numbers_db [None req-f4973f90-4abc-4779-9901-14e158338d9e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 244ed4c4-64cb-450d-acbf-96e9305214a6 (type: security_group_rules) to 0 2026-05-17 02:25:56.637 8 INFO neutron.db.ovn_revision_numbers_db [None req-f4973f90-4abc-4779-9901-14e158338d9e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 82318513-0826-423b-a17e-d952ce429738 (type: security_group_rules) to 0 2026-05-17 02:25:56.648 8 INFO neutron.db.ovn_revision_numbers_db [None req-f4973f90-4abc-4779-9901-14e158338d9e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ca30dc65-7a04-4d6b-9431-401a33cbb973 (type: security_group_rules) to 0 2026-05-17 02:25:56.657 8 INFO neutron.db.ovn_revision_numbers_db [None req-f4973f90-4abc-4779-9901-14e158338d9e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e9bb70a7-610f-4c3f-9d42-a61628cc2417 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1330/2483] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:56 2026] GET /v2.0/security-groups?tenant_id=8a667fe996604b99b64393a9d3abb052&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2484] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:56 2026] DELETE /v2.0/security-groups/6c69722e-bf9e-44c8-ad14-08d00f2fd42b => generated 0 bytes in 218 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:57.094 7 WARNING neutron.db.securitygroups_db [None req-4a13de57-fffa-4a41-8465-3103b071a0cd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:25:57.184 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b493443-d51c-4cc4-b153-3ca6336cd3b1 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource 57ce72a7-7ba3-48ec-a929-0b9c855bb607 (type: security_groups) to 1 2026-05-17 02:25:57.196 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b493443-d51c-4cc4-b153-3ca6336cd3b1 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource 6e81f6e4-92d2-4153-a40e-ab9b6ff02dce (type: security_group_rules) to 0 2026-05-17 02:25:57.212 8 INFO neutron.db.ovn_revision_numbers_db [None req-9b493443-d51c-4cc4-b153-3ca6336cd3b1 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource 89b9dc66-ef13-4021-b649-42e5bd139dae (type: security_group_rules) to 0 2026-05-17 02:25:57.252 7 INFO neutron.db.ovn_revision_numbers_db [None req-4a13de57-fffa-4a41-8465-3103b071a0cd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 86fff49c-4cc3-4aa8-9750-34c1ec53fd63 (type: security_groups) to 1 2026-05-17 02:25:57.264 7 INFO neutron.db.ovn_revision_numbers_db [None req-4a13de57-fffa-4a41-8465-3103b071a0cd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4d3f2043-27d8-4a58-94b7-7f2c1e3c1a8a (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1331/2485] 10.0.0.197 () {34 vars in 684 bytes} [Sun May 17 02:25:57 2026] POST /v2.0/security-groups => generated 1673 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:25:57.279 7 INFO neutron.db.ovn_revision_numbers_db [None req-4a13de57-fffa-4a41-8465-3103b071a0cd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 56618301-9c06-4931-ba6c-6a3ef54aea34 (type: security_group_rules) to 0 2026-05-17 02:25:57.290 7 INFO neutron.db.ovn_revision_numbers_db [None req-4a13de57-fffa-4a41-8465-3103b071a0cd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9fc737af-7d67-4e47-8901-ba8935c8f4a8 (type: security_group_rules) to 0 2026-05-17 02:25:57.303 7 INFO neutron.db.ovn_revision_numbers_db [None req-4a13de57-fffa-4a41-8465-3103b071a0cd 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fa57da89-62e9-47ca-b040-fcd5cb3a72ea (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1155/2486] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:25:57 2026] GET /v2.0/security-groups?tenant_id=37570b7ab8a64109bd9b36c68e239b3a&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:25:57.386 8 INFO neutron.db.ovn_revision_numbers_db [None req-b9f60f89-b8a2-4623-97fa-c5e412f0e89c e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource 9c5c826d-1981-4659-9d0e-f12113738632 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1332/2487] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:25:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2488] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:57 2026] DELETE /v2.0/security-groups/86fff49c-4cc3-4aa8-9750-34c1ec53fd63 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:57.564 8 INFO neutron.db.ovn_revision_numbers_db [None req-cd4335a3-620a-4f1e-a850-100b871e211b e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource d3b201d1-1032-45c7-9ab7-82a3b0bb66dc (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1333/2489] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:25:57 2026] POST /v2.0/security-group-rules => generated 596 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:57.715 8 INFO neutron.db.ovn_revision_numbers_db [None req-172139c0-acf6-4047-94fb-6cc9e4becff1 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource 77349e16-0486-415e-bc35-23bd1b9e222c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1334/2490] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:25:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:57.809 7 INFO neutron.db.ovn_revision_numbers_db [None req-e8caef82-a4d4-44b3-9b94-86dfbf753c82 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] Successfully bumped revision number for resource 3e791e97-db8e-4462-b86c-e3a45bd765e2 (type: security_groups) to 1 2026-05-17 02:25:57.820 7 INFO neutron.db.ovn_revision_numbers_db [None req-e8caef82-a4d4-44b3-9b94-86dfbf753c82 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] Successfully bumped revision number for resource 0a06de81-51c7-48ac-9c6f-c0057a1c4571 (type: security_group_rules) to 0 2026-05-17 02:25:57.830 7 INFO neutron.db.ovn_revision_numbers_db [None req-e8caef82-a4d4-44b3-9b94-86dfbf753c82 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] Successfully bumped revision number for resource ca0fa7cc-5116-45fb-be49-9a5357d9c8e2 (type: security_group_rules) to 0 2026-05-17 02:25:57.842 7 INFO neutron.db.ovn_revision_numbers_db [None req-e8caef82-a4d4-44b3-9b94-86dfbf753c82 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] Successfully bumped revision number for resource f1c875b0-1bca-4b2f-b08a-dca04b70a991 (type: security_group_rules) to 0 2026-05-17 02:25:57.858 7 INFO neutron.db.ovn_revision_numbers_db [None req-e8caef82-a4d4-44b3-9b94-86dfbf753c82 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] Successfully bumped revision number for resource fe83627c-46c1-4afe-8a2c-3c9932798fea (type: security_group_rules) to 0 2026-05-17 02:25:57.889 8 INFO neutron.db.ovn_revision_numbers_db [None req-aad6506a-4e7c-4aab-97c9-a789e7fba453 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource bba46e08-0b51-4b84-a7d0-d5a149340b0a (type: security_group_rules) to 0 2026-05-17 02:25:57.945 7 INFO neutron.db.segments_db [None req-e8caef82-a4d4-44b3-9b94-86dfbf753c82 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] Added segment 5c848940-2be4-4cce-a63f-3587bd11f803 of type geneve for network 3e22255d-3829-4da2-9da4-b80b50a7774e [pid: 8|app: 0|req: 1335/2491] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:25:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:57.988 8 INFO neutron.db.securitygroups_db [None req-a8bd85d8-d6d7-4702-aa94-17312eda2d39 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Project 23ae97cfe54043d8b31796b132b0581e added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-17 02:25:58.049 7 INFO neutron.db.ovn_revision_numbers_db [None req-e8caef82-a4d4-44b3-9b94-86dfbf753c82 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] Successfully bumped revision number for resource 3e22255d-3829-4da2-9da4-b80b50a7774e (type: networks) to 1 2026-05-17 02:25:58.084 8 INFO neutron.db.ovn_revision_numbers_db [None req-a8bd85d8-d6d7-4702-aa94-17312eda2d39 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource 726c271c-54b6-434d-90df-9ee1453405eb (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1336/2492] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:25:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:58.167 8 INFO neutron.db.securitygroups_db [None req-dd12e4c3-c986-4c2d-b1df-98e8da95b7b4 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Project 23ae97cfe54043d8b31796b132b0581e added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-17 02:25:58.214 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-e8caef82-a4d4-44b3-9b94-86dfbf753c82 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] No more DHCP agents 2026-05-17 02:25:58.215 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-e8caef82-a4d4-44b3-9b94-86dfbf753c82 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] Unable to schedule network 3e22255d-3829-4da2-9da4-b80b50a7774e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:58.256 8 INFO neutron.db.ovn_revision_numbers_db [None req-dd12e4c3-c986-4c2d-b1df-98e8da95b7b4 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource 7fdf43f5-5a93-48ae-b9c0-db6ba517d1ec (type: security_group_rules) to 0 2026-05-17 02:25:58.294 7 INFO neutron.db.ovn_revision_numbers_db [None req-e8caef82-a4d4-44b3-9b94-86dfbf753c82 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] Successfully bumped revision number for resource 522fd2af-0eda-4663-b2dd-11bb539ed1ac (type: ports) to 1 [pid: 7|app: 0|req: 1157/2493] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:25:57 2026] POST /v2.0/networks => generated 669 bytes in 769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2494] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:25:58 2026] POST /v2.0/security-group-rules => generated 606 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:58.573 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a6f98ba4-b424-4c13-ac2b-2253afaa965e 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] No more DHCP agents 2026-05-17 02:25:58.575 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a6f98ba4-b424-4c13-ac2b-2253afaa965e 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] Unable to schedule network 3e22255d-3829-4da2-9da4-b80b50a7774e: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:25:58.637 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] OVN reports status down for port: c1c7c398-edb3-4231-a956-774ebcc81ab2 2026-05-17 02:25:58.699 7 INFO neutron.db.ovn_revision_numbers_db [None req-a6f98ba4-b424-4c13-ac2b-2253afaa965e 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] Successfully bumped revision number for resource c1c7c398-edb3-4231-a956-774ebcc81ab2 (type: ports) to 1 [pid: 7|app: 0|req: 1158/2495] 10.0.0.197 () {34 vars in 663 bytes} [Sun May 17 02:25:58 2026] POST /v2.0/ports => generated 743 bytes in 464 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-17 02:25:58.904 8 INFO neutron.db.ovn_revision_numbers_db [None req-819c7dd0-0b89-42ab-839c-88009c0db140 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource 8ba93e43-5bde-41bb-b6fb-34a18de75ba9 (type: security_groups) to 1 2026-05-17 02:25:58.917 8 INFO neutron.db.ovn_revision_numbers_db [None req-819c7dd0-0b89-42ab-839c-88009c0db140 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource e29d5998-597f-434d-8df9-d7f0d8f39988 (type: security_group_rules) to 0 2026-05-17 02:25:58.929 8 INFO neutron.db.ovn_revision_numbers_db [None req-819c7dd0-0b89-42ab-839c-88009c0db140 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource e9bd3501-b63a-417f-a029-bd6656e26650 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1338/2496] 10.0.0.197 () {34 vars in 684 bytes} [Sun May 17 02:25:58 2026] POST /v2.0/security-groups => generated 1660 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2497] 10.0.0.197 () {34 vars in 665 bytes} [Sun May 17 02:25:58 2026] POST /v2.0/trunks => generated 409 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:59.037 7 WARNING tagging [None req-b164e97d-ef4e-4af6-9da3-acb7d8b689da 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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: 1160/2498] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:25:59 2026] PUT /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:59.096 7 WARNING tagging [None req-f5e37ee0-46ef-497e-9871-b6f5a7bf0477 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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: 1161/2499] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:25:59 2026] GET /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:59.121 8 INFO neutron.db.ovn_revision_numbers_db [None req-7d85dc3b-f5b1-4409-bc72-69a09cc54106 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource f8a7d981-ef78-4c42-a100-b08b997909b2 (type: security_group_rules) to 0 2026-05-17 02:25:59.126 7 WARNING tagging [None req-0bc1eb9d-1c0c-4600-a5dd-26195f4aeda5 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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: 1162/2500] 10.0.0.197 () {34 vars in 759 bytes} [Sun May 17 02:25:59 2026] PUT /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2501] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:25:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:59.174 7 WARNING tagging [None req-43c5c8a0-ba73-43af-8b17-454ebcdece41 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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: 1163/2502] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:25:59 2026] GET /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:59.201 7 WARNING tagging [None req-ff4b7110-003d-4997-a57f-a70846436e4d 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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: 1164/2503] 10.0.0.197 () {34 vars in 755 bytes} [Sun May 17 02:25:59 2026] PUT /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-17 02:25:59.246 7 WARNING tagging [None req-0d2f9578-9717-4e9d-af67-f24eefd5c5c6 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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: 1165/2504] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:25:59 2026] GET /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:59.272 7 WARNING tagging [None req-5f5a7529-2696-4adf-9d99-5d50b06fca75 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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-17 02:25:59.278 8 INFO neutron.db.ovn_revision_numbers_db [None req-90516dca-1fdf-4b4d-8de1-6f3a7cc5bbcf e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource ce8525fb-6b49-4c97-8a2e-e583062a7d77 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1166/2505] 10.0.0.197 () {34 vars in 777 bytes} [Sun May 17 02:25:59 2026] PUT /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags/black.or.white => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2506] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:25:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:59.320 7 WARNING tagging [None req-900a642e-2649-4c00-a4de-a56ff2cb9234 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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: 1167/2507] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:25:59 2026] GET /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags => generated 52 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:59.345 7 WARNING tagging [None req-93231d30-3dfa-4d5d-9cc1-c13cf9d907f7 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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: 1168/2508] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:25:59 2026] PUT /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:59.383 7 WARNING tagging [None req-28e15475-1f64-4f5b-a093-a61103ca156e 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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: 1169/2509] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:25:59 2026] GET /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:59.405 7 WARNING tagging [None req-4d86d798-0995-4f13-8ba4-242ca486aaa0 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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: 1170/2510] 10.0.0.197 () {32 vars in 736 bytes} [Sun May 17 02:25:59 2026] GET /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:59.432 7 WARNING tagging [None req-a0c661f5-6b4b-442c-9b38-dce9f7fe9ec1 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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-17 02:25:59.438 7 INFO neutron.api.v2.resource [None req-a0c661f5-6b4b-442c-9b38-dce9f7fe9ec1 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1171/2511] 10.0.0.197 () {32 vars in 740 bytes} [Sun May 17 02:25:59 2026] GET /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:25:59.457 7 WARNING tagging [None req-a4f0f40d-d2d8-4689-91a2-cdc4b7b87b74 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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: 1172/2512] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:25:59 2026] DELETE /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:59.494 7 WARNING tagging [None req-7b692ccc-40d6-4ad8-ad04-acf9c52b7998 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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: 1173/2513] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:25:59 2026] GET /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:25:59.520 7 WARNING tagging [None req-c6e7d286-14ed-40ca-aab4-ec83ea14666d 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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-17 02:25:59.531 7 INFO neutron.api.v2.resource [None req-c6e7d286-14ed-40ca-aab4-ec83ea14666d 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1174/2514] 10.0.0.197 () {32 vars in 743 bytes} [Sun May 17 02:25:59 2026] DELETE /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:25:59.547 7 WARNING tagging [None req-9f03438d-f2d1-4d40-8d62-a079eeb675ff 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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-17 02:25:59.550 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-86b36185-ded3-4947-94e9-cb538012c844 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] No more DHCP agents 2026-05-17 02:25:59.551 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-86b36185-ded3-4947-94e9-cb538012c844 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1175/2515] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:25:59 2026] DELETE /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:25:59.610 7 WARNING tagging [None req-0245f37e-413e-4cf6-bc81-0b25e351323c 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - 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: 1176/2516] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:25:59 2026] GET /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038/tags => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2517] 10.0.0.197 () {32 vars in 718 bytes} [Sun May 17 02:25:59 2026] GET /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038 => generated 409 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2518] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:25:59 2026] GET /v2.0/ports/c1c7c398-edb3-4231-a956-774ebcc81ab2 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2519] 10.0.0.197 () {32 vars in 721 bytes} [Sun May 17 02:25:59 2026] DELETE /v2.0/trunks/a9a2fca6-46f6-4d37-bc83-2ea525f34038 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2520] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:25:59 2026] POST /v2.0/floatingips => generated 552 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:25:59.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-46c26340-06a8-4e76-a6f2-9390aba2368c 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] TaaS: Handle Delete Port: c1c7c398-edb3-4231-a956-774ebcc81ab2 2026-05-17 02:25:59.929 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46c26340-06a8-4e76-a6f2-9390aba2368c 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] Tap Mirror: Handle Delete Port: c1c7c398-edb3-4231-a956-774ebcc81ab2 2026-05-17 02:25:59.962 8 WARNING neutron.db.securitygroups_db [req-3e7e2133-c4a1-4d04-88b6-f8edf8a102f9 req-fa847c8a-c570-4d33-8525-0b7d4ab86f44 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] 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: 1342/2521] 10.0.0.151 () {34 vars in 1097 bytes} [Sun May 17 02:25:59 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-810092556&fields=id&tenant_id=23ae97cfe54043d8b31796b132b0581e => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:00.022 8 WARNING neutron.db.securitygroups_db [req-3e7e2133-c4a1-4d04-88b6-f8edf8a102f9 req-b57c93b3-009a-480c-81f1-3c01b35ec418 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] 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: 1180/2522] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:25:59 2026] DELETE /v2.0/ports/c1c7c398-edb3-4231-a956-774ebcc81ab2 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2523] 10.0.0.151 () {34 vars in 1099 bytes} [Sun May 17 02:26:00 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1595217368&fields=id&tenant_id=23ae97cfe54043d8b31796b132b0581e => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2524] 10.0.0.151 () {34 vars in 981 bytes} [Sun May 17 02:26:00 2026] GET /v2.0/networks?id=afa888cb-5c59-47e7-a5cf-240ceea9b12d => generated 710 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2525] 10.0.0.151 () {34 vars in 964 bytes} [Sun May 17 02:26:00 2026] GET /v2.0/quotas/23ae97cfe54043d8b31796b132b0581e => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:00.167 7 INFO neutron_taas.services.taas.taas_plugin [None req-86fd7f08-699c-4d79-9c47-3c6102484038 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] TaaS: Handle Delete Port: 522fd2af-0eda-4663-b2dd-11bb539ed1ac 2026-05-17 02:26:00.170 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86fd7f08-699c-4d79-9c47-3c6102484038 70647e64b0dd470fa9ba5233540575fe 3f24bfd7c56c4e03a6d42c4d07761eb1 - - default default] Tap Mirror: Handle Delete Port: 522fd2af-0eda-4663-b2dd-11bb539ed1ac [pid: 8|app: 0|req: 1346/2526] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:26:00 2026] GET /v2.0/ports?tenant_id=23ae97cfe54043d8b31796b132b0581e&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2527] 10.0.0.151 () {34 vars in 1007 bytes} [Sun May 17 02:26:00 2026] GET /v2.0/networks/afa888cb-5c59-47e7-a5cf-240ceea9b12d?fields=segments => generated 14 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:00.334 7 INFO neutron.services.segments.plugin [-] Segment 5c848940-2be4-4cce-a63f-3587bd11f803 resource provider aggregate not found 2026-05-17 02:26:00.341 7 INFO neutron.services.segments.plugin [-] Segment 5c848940-2be4-4cce-a63f-3587bd11f803 resource provider aggregate not found 2026-05-17 02:26:00.353 7 INFO neutron.services.segments.plugin [-] Segment 5c848940-2be4-4cce-a63f-3587bd11f803 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c848940-2be4-4cce-a63f-3587bd11f803 found for delete ", "request_id": "req-52fa1f0d-275f-4927-847a-01e1bd84b5e7"}]} [pid: 8|app: 0|req: 1348/2528] 10.0.0.151 () {34 vars in 1107 bytes} [Sun May 17 02:26:00 2026] GET /v2.0/networks/afa888cb-5c59-47e7-a5cf-240ceea9b12d?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-17 02:26:00.361 7 INFO neutron.services.segments.plugin [-] Segment 5c848940-2be4-4cce-a63f-3587bd11f803 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c848940-2be4-4cce-a63f-3587bd11f803 found for delete ", "request_id": "req-8e775fab-281a-4a96-9a0f-ccb22cb59277"}]} [pid: 7|app: 0|req: 1181/2529] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:26:00 2026] DELETE /v2.0/networks/3e22255d-3829-4da2-9da4-b80b50a7774e => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2530] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:00 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:01.006 7 INFO neutron.db.ovn_revision_numbers_db [None req-1cfbc47f-5bff-4091-8f6c-9dc32b242277 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Successfully bumped revision number for resource aa438bd6-038b-40ad-8b83-ba201b9138fc (type: security_groups) to 1 2026-05-17 02:26:01.020 7 INFO neutron.db.ovn_revision_numbers_db [None req-1cfbc47f-5bff-4091-8f6c-9dc32b242277 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Successfully bumped revision number for resource a93198a1-b16f-4dff-8079-4565626c905a (type: security_group_rules) to 0 2026-05-17 02:26:01.032 7 INFO neutron.db.ovn_revision_numbers_db [None req-1cfbc47f-5bff-4091-8f6c-9dc32b242277 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Successfully bumped revision number for resource c22fdf3b-4fc0-4bb2-98c1-dd4882d22259 (type: security_group_rules) to 0 2026-05-17 02:26:01.043 7 INFO neutron.db.ovn_revision_numbers_db [None req-1cfbc47f-5bff-4091-8f6c-9dc32b242277 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Successfully bumped revision number for resource c84ac063-a047-48de-8ae0-6a2fae7a02c9 (type: security_group_rules) to 0 2026-05-17 02:26:01.056 7 INFO neutron.db.ovn_revision_numbers_db [None req-1cfbc47f-5bff-4091-8f6c-9dc32b242277 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Successfully bumped revision number for resource f7e6b1f7-cb1a-4c23-8447-d06fb8bd083b (type: security_group_rules) to 0 2026-05-17 02:26:01.066 8 WARNING neutron.db.securitygroups_db [None req-6185598e-66fe-4b85-afa6-ed6035c4c874 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:26:01.135 7 INFO neutron.db.segments_db [None req-1cfbc47f-5bff-4091-8f6c-9dc32b242277 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Added segment e533e95d-cf17-4736-a21d-24cd0e7fb03a of type geneve for network 92615b25-b5ab-4214-bf30-a11d9c5ba39d 2026-05-17 02:26:01.192 8 INFO neutron.db.ovn_revision_numbers_db [None req-6185598e-66fe-4b85-afa6-ed6035c4c874 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e8429b2d-3b58-47db-9e28-ad6d4b30aac4 (type: security_groups) to 1 2026-05-17 02:26:01.205 8 INFO neutron.db.ovn_revision_numbers_db [None req-6185598e-66fe-4b85-afa6-ed6035c4c874 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4441e83d-7e35-4e74-8b62-329ada5c035f (type: security_group_rules) to 0 2026-05-17 02:26:01.215 8 INFO neutron.db.ovn_revision_numbers_db [None req-6185598e-66fe-4b85-afa6-ed6035c4c874 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 505ca97f-0190-4988-a7e9-655a9431d672 (type: security_group_rules) to 0 2026-05-17 02:26:01.228 8 INFO neutron.db.ovn_revision_numbers_db [None req-6185598e-66fe-4b85-afa6-ed6035c4c874 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 51430c1a-41d5-4f08-b94f-955e2b72201e (type: security_group_rules) to 0 2026-05-17 02:26:01.243 8 INFO neutron.db.ovn_revision_numbers_db [None req-6185598e-66fe-4b85-afa6-ed6035c4c874 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 988727d2-0f85-41a9-b7a5-31ce1feb0d3c (type: security_group_rules) to 0 2026-05-17 02:26:01.263 7 INFO neutron.db.ovn_revision_numbers_db [None req-1cfbc47f-5bff-4091-8f6c-9dc32b242277 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Successfully bumped revision number for resource 92615b25-b5ab-4214-bf30-a11d9c5ba39d (type: networks) to 1 [pid: 8|app: 0|req: 1350/2531] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:26:01 2026] GET /v2.0/security-groups?tenant_id=34946345fca948aeb58a0b834db29471&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:26:01.433 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-1cfbc47f-5bff-4091-8f6c-9dc32b242277 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] No more DHCP agents 2026-05-17 02:26:01.434 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-1cfbc47f-5bff-4091-8f6c-9dc32b242277 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Unable to schedule network 92615b25-b5ab-4214-bf30-a11d9c5ba39d: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1351/2532] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:26:01 2026] DELETE /v2.0/security-groups/e8429b2d-3b58-47db-9e28-ad6d4b30aac4 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:26:01.490 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] OVN reports status down for port: daba8685-8b44-4bc9-a19f-7766f9758864 2026-05-17 02:26:01.546 7 INFO neutron.db.ovn_revision_numbers_db [None req-1cfbc47f-5bff-4091-8f6c-9dc32b242277 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Successfully bumped revision number for resource daba8685-8b44-4bc9-a19f-7766f9758864 (type: ports) to 1 2026-05-17 02:26:01.553 8 WARNING neutron.db.securitygroups_db [None req-02f8fdd1-aac4-4937-b453-256c5d31a4ad 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1352/2533] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:26:01 2026] GET /v2.0/security-groups?tenant_id=3f24bfd7c56c4e03a6d42c4d07761eb1&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: 1182/2534] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:26:00 2026] POST /v2.0/networks => generated 669 bytes in 936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2535] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:01 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:01.718 7 INFO neutron.db.segments_db [None req-bf188647-4be9-4ecd-ba95-8bb0ae31b1e1 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Added segment 82a74b8a-827a-49b4-b42d-54ded5ad9ddf of type geneve for network 06594b07-ef7e-4287-a8b2-66755ecec1b3 [pid: 8|app: 0|req: 1353/2536] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:26:01 2026] DELETE /v2.0/security-groups/3e791e97-db8e-4462-b86c-e3a45bd765e2 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:26:01.828 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-d893d266-7667-4ced-bacc-285dc46691d7 - - - - - -] No hosting information found for port b21324e0-cf21-461f-b287-92d4f9cb8e64: RuntimeError: No hosting information found for port b21324e0-cf21-461f-b287-92d4f9cb8e64 2026-05-17 02:26:01.831 7 INFO neutron.db.ovn_revision_numbers_db [None req-bf188647-4be9-4ecd-ba95-8bb0ae31b1e1 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Successfully bumped revision number for resource 06594b07-ef7e-4287-a8b2-66755ecec1b3 (type: networks) to 1 2026-05-17 02:26:01.866 8 INFO neutron.common.ovn.utils [None req-d893d266-7667-4ced-bacc-285dc46691d7 - - - - - -] HA Chassis Group neutron-487f081c-d9ea-416f-b247-aedf62c8c001 synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 2026-05-17 02:26:01.938 8 INFO neutron.db.ovn_revision_numbers_db [None req-d893d266-7667-4ced-bacc-285dc46691d7 - - - - - -] Successfully bumped revision number for resource b21324e0-cf21-461f-b287-92d4f9cb8e64 (type: router_ports) to 2 2026-05-17 02:26:01.938 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d893d266-7667-4ced-bacc-285dc46691d7 - - - - - -] OVN reports status down for port: 522fd2af-0eda-4663-b2dd-11bb539ed1ac 2026-05-17 02:26:02.033 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bf188647-4be9-4ecd-ba95-8bb0ae31b1e1 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] No more DHCP agents 2026-05-17 02:26:02.035 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bf188647-4be9-4ecd-ba95-8bb0ae31b1e1 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Unable to schedule network 06594b07-ef7e-4287-a8b2-66755ecec1b3: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:02.096 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] OVN reports status down for port: ed7c3f03-0819-4478-81fa-4a6e501a9d9e 2026-05-17 02:26:02.159 7 INFO neutron.db.ovn_revision_numbers_db [None req-bf188647-4be9-4ecd-ba95-8bb0ae31b1e1 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Successfully bumped revision number for resource ed7c3f03-0819-4478-81fa-4a6e501a9d9e (type: ports) to 1 [pid: 7|app: 0|req: 1184/2537] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:26:01 2026] POST /v2.0/networks => generated 670 bytes in 571 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2538] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:26:02 2026] PUT /v2.0/networks/92615b25-b5ab-4214-bf30-a11d9c5ba39d/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2539] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:26:02 2026] GET /v2.0/networks/92615b25-b5ab-4214-bf30-a11d9c5ba39d/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2540] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:26:02 2026] PUT /v2.0/networks/06594b07-ef7e-4287-a8b2-66755ecec1b3/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2541] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:26:02 2026] GET /v2.0/networks/06594b07-ef7e-4287-a8b2-66755ecec1b3/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2542] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:26:02 2026] PUT /v2.0/networks/06594b07-ef7e-4287-a8b2-66755ecec1b3/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2543] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:26:02 2026] GET /v2.0/networks/06594b07-ef7e-4287-a8b2-66755ecec1b3/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2544] 10.0.0.197 () {32 vars in 732 bytes} [Sun May 17 02:26:02 2026] GET /v2.0/networks/92615b25-b5ab-4214-bf30-a11d9c5ba39d/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2545] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:02 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:02.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f94010a-8326-4bd3-a3d5-a3c5b155f833 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] TaaS: Handle Delete Port: daba8685-8b44-4bc9-a19f-7766f9758864 2026-05-17 02:26:02.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f94010a-8326-4bd3-a3d5-a3c5b155f833 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Tap Mirror: Handle Delete Port: daba8685-8b44-4bc9-a19f-7766f9758864 2026-05-17 02:26:02.951 7 INFO neutron.services.segments.plugin [-] Segment e533e95d-cf17-4736-a21d-24cd0e7fb03a resource provider aggregate not found 2026-05-17 02:26:02.955 7 INFO neutron.services.segments.plugin [-] Segment e533e95d-cf17-4736-a21d-24cd0e7fb03a resource provider aggregate not found 2026-05-17 02:26:02.975 7 INFO neutron.services.segments.plugin [-] Segment e533e95d-cf17-4736-a21d-24cd0e7fb03a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e533e95d-cf17-4736-a21d-24cd0e7fb03a found for delete ", "request_id": "req-ada77d55-26fc-4c42-a1d4-b6acc9453a2f"}]} 2026-05-17 02:26:02.979 7 INFO neutron.services.segments.plugin [-] Segment e533e95d-cf17-4736-a21d-24cd0e7fb03a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e533e95d-cf17-4736-a21d-24cd0e7fb03a found for delete ", "request_id": "req-0bdc5284-027e-430f-8ac7-34d08eeb33ce"}]} [pid: 7|app: 0|req: 1188/2546] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:26:02 2026] DELETE /v2.0/networks/92615b25-b5ab-4214-bf30-a11d9c5ba39d => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:26:03.111 8 INFO neutron_taas.services.taas.taas_plugin [None req-020343bb-341f-4edd-a1f9-e7a7bfea8f80 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] TaaS: Handle Delete Port: ed7c3f03-0819-4478-81fa-4a6e501a9d9e 2026-05-17 02:26:03.114 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-020343bb-341f-4edd-a1f9-e7a7bfea8f80 abd26b52f3e4439cbf6bf403fab1743a c68a749556ab423baa409b099c65e0f3 - - default default] Tap Mirror: Handle Delete Port: ed7c3f03-0819-4478-81fa-4a6e501a9d9e 2026-05-17 02:26:03.289 8 INFO neutron.services.segments.plugin [-] Segment 82a74b8a-827a-49b4-b42d-54ded5ad9ddf resource provider aggregate not found 2026-05-17 02:26:03.295 8 INFO neutron.services.segments.plugin [-] Segment 82a74b8a-827a-49b4-b42d-54ded5ad9ddf resource provider aggregate not found 2026-05-17 02:26:03.310 8 INFO neutron.services.segments.plugin [-] Segment 82a74b8a-827a-49b4-b42d-54ded5ad9ddf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82a74b8a-827a-49b4-b42d-54ded5ad9ddf found for delete ", "request_id": "req-6c60e730-89a8-4487-af10-2f9f1ec78579"}]} 2026-05-17 02:26:03.319 8 INFO neutron.services.segments.plugin [-] Segment 82a74b8a-827a-49b4-b42d-54ded5ad9ddf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82a74b8a-827a-49b4-b42d-54ded5ad9ddf found for delete ", "request_id": "req-f74715b7-bc8c-43f4-a872-3d5ec9ca819a"}]} [pid: 8|app: 0|req: 1359/2547] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:26:03 2026] DELETE /v2.0/networks/06594b07-ef7e-4287-a8b2-66755ecec1b3 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2548] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:03 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:04.150 8 WARNING neutron.db.securitygroups_db [None req-3d9d8f71-8c22-4513-8744-b0ec3d7d766e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1360/2549] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:26:03 2026] GET /v2.0/security-groups?tenant_id=c68a749556ab423baa409b099c65e0f3&name=default => generated 2929 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2550] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:26:04 2026] DELETE /v2.0/security-groups/aa438bd6-038b-40ad-8b83-ba201b9138fc => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:26:04.454 8 WARNING neutron.db.securitygroups_db [None req-37004baa-6650-48e5-b4a0-7ee834e8216a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:26:04.596 8 INFO neutron.db.ovn_revision_numbers_db [None req-37004baa-6650-48e5-b4a0-7ee834e8216a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5bbbbab2-a760-452e-969b-a39eabae537c (type: security_groups) to 1 2026-05-17 02:26:04.606 8 INFO neutron.db.ovn_revision_numbers_db [None req-37004baa-6650-48e5-b4a0-7ee834e8216a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2fe32302-c1c0-4009-a0e1-ca993473436d (type: security_group_rules) to 0 2026-05-17 02:26:04.619 8 INFO neutron.db.ovn_revision_numbers_db [None req-37004baa-6650-48e5-b4a0-7ee834e8216a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 53b52fd2-1349-401e-b6ea-95f2442ee38a (type: security_group_rules) to 0 2026-05-17 02:26:04.633 8 INFO neutron.db.ovn_revision_numbers_db [None req-37004baa-6650-48e5-b4a0-7ee834e8216a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 54205b44-7a04-4048-9c98-3ebab0961069 (type: security_group_rules) to 0 2026-05-17 02:26:04.648 8 INFO neutron.db.ovn_revision_numbers_db [None req-37004baa-6650-48e5-b4a0-7ee834e8216a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 564258dd-0e96-4d52-a728-18b9937bfd74 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1361/2551] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:26:04 2026] GET /v2.0/security-groups?tenant_id=a47f69a1d8774450841189413c65da6b&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2552] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:26:04 2026] GET /v2.0/networks?id=afa888cb-5c59-47e7-a5cf-240ceea9b12d => generated 710 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:04.796 8 WARNING neutron.db.securitygroups_db [req-3e7e2133-c4a1-4d04-88b6-f8edf8a102f9 req-08ffb8ad-9406-43f8-82ed-4b3eaa71d1fa e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] 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: 1363/2553] 199.204.45.38 () {34 vars in 1048 bytes} [Sun May 17 02:26:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=23ae97cfe54043d8b31796b132b0581e => generated 273 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2554] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:26:04 2026] DELETE /v2.0/security-groups/5bbbbab2-a760-452e-969b-a39eabae537c => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2555] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:04 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:05.158 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-3e7e2133-c4a1-4d04-88b6-f8edf8a102f9 req-e67d8230-d09b-4fee-b8c7-e9eb733602e5 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] No more DHCP agents 2026-05-17 02:26:05.159 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-3e7e2133-c4a1-4d04-88b6-f8edf8a102f9 req-e67d8230-d09b-4fee-b8c7-e9eb733602e5 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Unable to schedule network afa888cb-5c59-47e7-a5cf-240ceea9b12d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:05.314 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] OVN reports status down for port: 26b4dc10-17cb-4f10-8790-501a54f94204 2026-05-17 02:26:05.346 8 INFO neutron.db.ovn_revision_numbers_db [req-3e7e2133-c4a1-4d04-88b6-f8edf8a102f9 req-e67d8230-d09b-4fee-b8c7-e9eb733602e5 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource 26b4dc10-17cb-4f10-8790-501a54f94204 (type: ports) to 1 [pid: 8|app: 0|req: 1364/2558] 199.204.45.38 () {38 vars in 953 bytes} [Sun May 17 02:26:04 2026] POST /v2.0/ports => generated 993 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:05.817 7 INFO neutron.db.ovn_revision_numbers_db [req-3e7e2133-c4a1-4d04-88b6-f8edf8a102f9 req-970212e2-4f70-489b-a4eb-da3b832a23fe 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource 26b4dc10-17cb-4f10-8790-501a54f94204 (type: ports) to 2 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1365/2559] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:06 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1008 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:26:06.074 7 INFO neutron.db.ovn_revision_numbers_db [req-3e7e2133-c4a1-4d04-88b6-f8edf8a102f9 req-970212e2-4f70-489b-a4eb-da3b832a23fe 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource 26b4dc10-17cb-4f10-8790-501a54f94204 (type: ports) to 4 [pid: 8|app: 0|req: 1366/2560] 10.0.0.151 () {34 vars in 1119 bytes} [Sun May 17 02:26:06 2026] GET /v2.0/security-groups?id=57ce72a7-7ba3-48ec-a929-0b9c855bb607&id=8ba93e43-5bde-41bb-b6fb-34a18de75ba9&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2561] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:26:05 2026] PUT /v2.0/ports/26b4dc10-17cb-4f10-8790-501a54f94204 => generated 1266 bytes in 699 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:26:06.152 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7631c46e-94da-4adb-9d95-4c47c41edca7'] response: {'name': 'network-changed', 'server_uuid': 'f6703d73-7445-4e49-944a-90ed8efe37cf', 'tag': '26b4dc10-17cb-4f10-8790-501a54f94204', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1367/2562] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:26:06 2026] GET /v2.0/ports?tenant_id=23ae97cfe54043d8b31796b132b0581e&device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1269 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1196/2563] 199.204.45.38 () {34 vars in 1016 bytes} [Sun May 17 02:26:06 2026] GET /v2.0/networks?tenant_id=23ae97cfe54043d8b31796b132b0581e&shared=False => generated 809 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2564] 199.204.45.38 () {34 vars in 928 bytes} [Sun May 17 02:26:06 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2565] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:07 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1008 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2566] 10.0.0.151 () {34 vars in 1119 bytes} [Sun May 17 02:26:07 2026] GET /v2.0/security-groups?id=57ce72a7-7ba3-48ec-a929-0b9c855bb607&id=8ba93e43-5bde-41bb-b6fb-34a18de75ba9&fields=id&fields=name => generated 206 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2567] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:26:07 2026] GET /v2.0/ports?tenant_id=23ae97cfe54043d8b31796b132b0581e&device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1269 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2568] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:26:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=26b4dc10-17cb-4f10-8790-501a54f94204 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2569] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:26:07 2026] GET /v2.0/subnets?id=c15fff23-eb62-4108-901d-fdcb5cbe3664 => generated 690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2570] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:26:07 2026] GET /v2.0/ports?network_id=afa888cb-5c59-47e7-a5cf-240ceea9b12d&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: 1200/2571] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:26:07 2026] GET /v2.0/networks/afa888cb-5c59-47e7-a5cf-240ceea9b12d?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: 1372/2572] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:26:08 2026] GET /v2.0/networks/afa888cb-5c59-47e7-a5cf-240ceea9b12d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2573] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:08 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2574] 10.0.0.151 () {34 vars in 1119 bytes} [Sun May 17 02:26:08 2026] GET /v2.0/security-groups?id=57ce72a7-7ba3-48ec-a929-0b9c855bb607&id=8ba93e43-5bde-41bb-b6fb-34a18de75ba9&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2575] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:09 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2576] 10.0.0.151 () {34 vars in 1119 bytes} [Sun May 17 02:26:09 2026] GET /v2.0/security-groups?id=57ce72a7-7ba3-48ec-a929-0b9c855bb607&id=8ba93e43-5bde-41bb-b6fb-34a18de75ba9&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2577] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:10 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2578] 10.0.0.151 () {34 vars in 1119 bytes} [Sun May 17 02:26:10 2026] GET /v2.0/security-groups?id=57ce72a7-7ba3-48ec-a929-0b9c855bb607&id=8ba93e43-5bde-41bb-b6fb-34a18de75ba9&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2579] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:26:11 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1269 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2580] 199.204.45.38 () {34 vars in 1122 bytes} [Sun May 17 02:26:11 2026] GET /v2.0/security-groups?id=57ce72a7-7ba3-48ec-a929-0b9c855bb607&id=8ba93e43-5bde-41bb-b6fb-34a18de75ba9&fields=id&fields=name => generated 206 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:11.428 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] OVN reports status up for port: 26b4dc10-17cb-4f10-8790-501a54f94204 2026-05-17 02:26:11.443 7 INFO neutron.plugins.ml2.plugin [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] Attempt 1 to provision port 26b4dc10-17cb-4f10-8790-501a54f94204 2026-05-17 02:26:11.561 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-be9530b1-c978-4010-8d1b-689c8bac8bb1'] response: {'server_uuid': 'f6703d73-7445-4e49-944a-90ed8efe37cf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '26b4dc10-17cb-4f10-8790-501a54f94204', 'code': 200} 2026-05-17 02:26:11.757 7 INFO neutron.db.ovn_revision_numbers_db [None req-4d41e5f0-944f-41e3-b329-5174819b4bbf - - - - - -] Successfully bumped revision number for resource 26b4dc10-17cb-4f10-8790-501a54f94204 (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: 1205/2581] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:11 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2582] 10.0.0.151 () {34 vars in 1119 bytes} [Sun May 17 02:26:11 2026] GET /v2.0/security-groups?id=57ce72a7-7ba3-48ec-a929-0b9c855bb607&id=8ba93e43-5bde-41bb-b6fb-34a18de75ba9&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2583] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:13 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1010 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2584] 10.0.0.151 () {34 vars in 1119 bytes} [Sun May 17 02:26:13 2026] GET /v2.0/security-groups?id=57ce72a7-7ba3-48ec-a929-0b9c855bb607&id=8ba93e43-5bde-41bb-b6fb-34a18de75ba9&fields=id&fields=name => generated 206 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:13.616 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6fdc5c75-4607-4e34-bf81-50c81f3dea7d'] response: {'server_uuid': 'f6703d73-7445-4e49-944a-90ed8efe37cf', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '26b4dc10-17cb-4f10-8790-501a54f94204', 'code': 200} 2026-05-17 02:26:14.129 7 INFO neutron.db.ovn_revision_numbers_db [None req-29e09a3f-cd04-4c21-8b4f-aef7c6cb90a2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource e5982974-dd70-4e7a-82b8-6e380960ebea (type: security_groups) to 1 2026-05-17 02:26:14.141 7 INFO neutron.db.ovn_revision_numbers_db [None req-29e09a3f-cd04-4c21-8b4f-aef7c6cb90a2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 3bf00529-feee-4e46-a8c3-bc8c48f4d251 (type: security_group_rules) to 0 2026-05-17 02:26:14.154 7 INFO neutron.db.ovn_revision_numbers_db [None req-29e09a3f-cd04-4c21-8b4f-aef7c6cb90a2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 5c6528c1-c08e-4d48-9907-c24ae57a340e (type: security_group_rules) to 0 2026-05-17 02:26:14.164 7 INFO neutron.db.ovn_revision_numbers_db [None req-29e09a3f-cd04-4c21-8b4f-aef7c6cb90a2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 773e21f9-7f7f-4932-859d-9ef9543b607d (type: security_group_rules) to 0 2026-05-17 02:26:14.175 7 INFO neutron.db.ovn_revision_numbers_db [None req-29e09a3f-cd04-4c21-8b4f-aef7c6cb90a2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 98c27816-82a8-4f5f-9e14-5589f59efe25 (type: security_group_rules) to 0 2026-05-17 02:26:14.249 7 INFO neutron.db.segments_db [None req-29e09a3f-cd04-4c21-8b4f-aef7c6cb90a2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Added segment 0a82b4eb-9dcb-4346-9915-8714ef5b5535 of type geneve for network 579b0a9e-a776-4b32-8623-a09a503b5149 2026-05-17 02:26:14.390 7 INFO neutron.db.ovn_revision_numbers_db [None req-29e09a3f-cd04-4c21-8b4f-aef7c6cb90a2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 579b0a9e-a776-4b32-8623-a09a503b5149 (type: networks) to 1 [pid: 8|app: 0|req: 1379/2585] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:14 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => 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: 1380/2586] 10.0.0.151 () {34 vars in 1119 bytes} [Sun May 17 02:26:14 2026] GET /v2.0/security-groups?id=57ce72a7-7ba3-48ec-a929-0b9c855bb607&id=8ba93e43-5bde-41bb-b6fb-34a18de75ba9&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:14.555 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-29e09a3f-cd04-4c21-8b4f-aef7c6cb90a2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:14.556 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-29e09a3f-cd04-4c21-8b4f-aef7c6cb90a2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 579b0a9e-a776-4b32-8623-a09a503b5149: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1381/2587] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:14 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:26:14.624 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fa9b86f6-dead-4ff6-82d1-492b5a27698c - - - - - -] OVN reports status down for port: 15bb754a-3760-4296-b8e2-a8c0a2854e13 2026-05-17 02:26:14.691 7 INFO neutron.db.ovn_revision_numbers_db [None req-29e09a3f-cd04-4c21-8b4f-aef7c6cb90a2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 15bb754a-3760-4296-b8e2-a8c0a2854e13 (type: ports) to 1 [pid: 7|app: 0|req: 1207/2588] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:26:13 2026] POST /v2.0/networks => generated 678 bytes in 897 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:14.941 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c6ccb3d5-b101-4baf-b96b-05764a70a136 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:14.942 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c6ccb3d5-b101-4baf-b96b-05764a70a136 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 579b0a9e-a776-4b32-8623-a09a503b5149: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:15.016 8 INFO neutron.db.ovn_revision_numbers_db [None req-0dc877c2-a93a-479c-902f-f392ba7d3ed3 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource 0732a414-6c54-4165-b696-44989f458ce9 (type: floatingips) to 1 2026-05-17 02:26:15.152 8 INFO neutron.db.ovn_revision_numbers_db [None req-0dc877c2-a93a-479c-902f-f392ba7d3ed3 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Successfully bumped revision number for resource 0732a414-6c54-4165-b696-44989f458ce9 (type: floatingips) to 2 2026-05-17 02:26:15.152 8 INFO neutron.db.l3_db [None req-0dc877c2-a93a-479c-902f-f392ba7d3ed3 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Floating IP 0732a414-6c54-4165-b696-44989f458ce9 associated. External IP: 10.96.250.205, port: 26b4dc10-17cb-4f10-8790-501a54f94204. [pid: 8|app: 0|req: 1382/2589] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:26:14 2026] PUT /v2.0/floatingips/0732a414-6c54-4165-b696-44989f458ce9 => generated 855 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:15.213 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-658e48ed-0e88-4834-850d-610556ad1fea'] response: {'name': 'network-changed', 'server_uuid': 'f6703d73-7445-4e49-944a-90ed8efe37cf', 'tag': '26b4dc10-17cb-4f10-8790-501a54f94204', 'status': 'completed', 'code': 200} 2026-05-17 02:26:15.493 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6ccb3d5-b101-4baf-b96b-05764a70a136 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 15bb754a-3760-4296-b8e2-a8c0a2854e13 (type: ports) to 2 2026-05-17 02:26:15.541 7 INFO neutron.db.ovn_revision_numbers_db [None req-c6ccb3d5-b101-4baf-b96b-05764a70a136 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba (type: subnets) to 0 [pid: 7|app: 0|req: 1208/2590] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:26:14 2026] POST /v2.0/subnets => generated 657 bytes in 817 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2591] 10.0.0.197 () {32 vars in 721 bytes} [Sun May 17 02:26:15 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1384/2592] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:26:15 2026] GET /v2.0/ports?tenant_id=23ae97cfe54043d8b31796b132b0581e&device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1271 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2593] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:26:15 2026] GET /v2.0/networks?id=afa888cb-5c59-47e7-a5cf-240ceea9b12d => generated 809 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2594] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:26:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=26b4dc10-17cb-4f10-8790-501a54f94204 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:15.882 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-bff79a91-5506-47cb-94fc-6088847d084c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:15.884 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-bff79a91-5506-47cb-94fc-6088847d084c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 579b0a9e-a776-4b32-8623-a09a503b5149: no agents available; will retry on subsequent port and subnet creation events. [pid: 8|app: 0|req: 1387/2595] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:26:15 2026] GET /v2.0/subnets?id=c15fff23-eb62-4108-901d-fdcb5cbe3664 => generated 690 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2596] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:26:15 2026] GET /v2.0/ports?network_id=afa888cb-5c59-47e7-a5cf-240ceea9b12d&device_owner=network%3Adhcp => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:15.931 7 INFO neutron.db.ovn_revision_numbers_db [None req-bff79a91-5506-47cb-94fc-6088847d084c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 0526914d-791b-4299-9f01-4967ea0ca99f (type: subnets) to 0 [pid: 7|app: 0|req: 1209/2597] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:26:15 2026] POST /v2.0/subnets => generated 732 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2598] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:26:15 2026] GET /v2.0/networks/afa888cb-5c59-47e7-a5cf-240ceea9b12d?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: 1390/2599] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:26:15 2026] GET /v2.0/networks/afa888cb-5c59-47e7-a5cf-240ceea9b12d?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-17 02:26:16.059 7 INFO neutron.db.segments_db [None req-141e800c-fc66-43dc-8477-7d6110a31b8e ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Added segment 6cafd6c9-5960-4a9e-a2dd-240ca6041d7b of type geneve for network 2df7898f-6da1-45ae-9abb-060a980c0455 2026-05-17 02:26:16.200 7 INFO neutron.db.ovn_revision_numbers_db [None req-141e800c-fc66-43dc-8477-7d6110a31b8e ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 2df7898f-6da1-45ae-9abb-060a980c0455 (type: networks) to 1 2026-05-17 02:26:16.378 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-141e800c-fc66-43dc-8477-7d6110a31b8e ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:16.379 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-141e800c-fc66-43dc-8477-7d6110a31b8e ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 2df7898f-6da1-45ae-9abb-060a980c0455: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:16.436 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fa9b86f6-dead-4ff6-82d1-492b5a27698c - - - - - -] OVN reports status down for port: 58897bbb-4419-4463-b7fa-c579f91646d0 2026-05-17 02:26:16.510 7 INFO neutron.db.ovn_revision_numbers_db [None req-141e800c-fc66-43dc-8477-7d6110a31b8e ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 58897bbb-4419-4463-b7fa-c579f91646d0 (type: ports) to 1 [pid: 7|app: 0|req: 1210/2600] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:26:15 2026] POST /v2.0/networks => generated 674 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:16.829 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6876c080-9422-454b-9070-c5a3825778b9 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:16.830 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6876c080-9422-454b-9070-c5a3825778b9 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 2df7898f-6da1-45ae-9abb-060a980c0455: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:17.252 8 INFO neutron.db.ovn_revision_numbers_db [None req-6876c080-9422-454b-9070-c5a3825778b9 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 58897bbb-4419-4463-b7fa-c579f91646d0 (type: ports) to 2 2026-05-17 02:26:17.282 8 INFO neutron.db.ovn_revision_numbers_db [None req-6876c080-9422-454b-9070-c5a3825778b9 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 79929cf4-2f48-4e17-887d-23583d36b973 (type: subnets) to 0 [pid: 8|app: 0|req: 1391/2601] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:26:16 2026] POST /v2.0/subnets => generated 655 bytes in 737 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:17.571 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ad20aa10-1bac-49df-8724-03e2c0bc778c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:17.573 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ad20aa10-1bac-49df-8724-03e2c0bc778c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 2df7898f-6da1-45ae-9abb-060a980c0455: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:17.610 7 INFO neutron.db.ovn_revision_numbers_db [None req-ad20aa10-1bac-49df-8724-03e2c0bc778c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 810b8875-66ff-4a00-8e4e-54136b677825 (type: subnets) to 0 [pid: 7|app: 0|req: 1211/2602] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:26:17 2026] POST /v2.0/subnets => generated 726 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:17.731 8 INFO neutron.db.segments_db [None req-c7972233-6a77-4488-a407-558d5d7c0553 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Added segment 6325effe-52fb-412f-a12d-8f374c369bd6 of type geneve for network 270d92d0-62fb-4f79-95b8-bc0b32aa383d 2026-05-17 02:26:17.845 8 INFO neutron.db.ovn_revision_numbers_db [None req-c7972233-6a77-4488-a407-558d5d7c0553 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 270d92d0-62fb-4f79-95b8-bc0b32aa383d (type: networks) to 1 2026-05-17 02:26:17.995 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-c7972233-6a77-4488-a407-558d5d7c0553 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:17.997 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-c7972233-6a77-4488-a407-558d5d7c0553 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 270d92d0-62fb-4f79-95b8-bc0b32aa383d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:18.044 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d893d266-7667-4ced-bacc-285dc46691d7 - - - - - -] OVN reports status down for port: 77a8d729-3b02-40f0-8dd4-908e1c454829 2026-05-17 02:26:18.103 8 INFO neutron.db.ovn_revision_numbers_db [None req-c7972233-6a77-4488-a407-558d5d7c0553 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 77a8d729-3b02-40f0-8dd4-908e1c454829 (type: ports) to 1 [pid: 8|app: 0|req: 1392/2603] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:26:17 2026] POST /v2.0/networks => generated 676 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:18.337 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-35d81b58-db84-49ed-a4eb-f63cc02de440 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:18.338 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-35d81b58-db84-49ed-a4eb-f63cc02de440 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 270d92d0-62fb-4f79-95b8-bc0b32aa383d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:18.795 7 INFO neutron.db.ovn_revision_numbers_db [None req-35d81b58-db84-49ed-a4eb-f63cc02de440 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 77a8d729-3b02-40f0-8dd4-908e1c454829 (type: ports) to 2 2026-05-17 02:26:18.830 7 INFO neutron.db.ovn_revision_numbers_db [None req-35d81b58-db84-49ed-a4eb-f63cc02de440 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 895cb606-1fdb-44c9-8732-fdad8c3d54d2 (type: subnets) to 0 [pid: 7|app: 0|req: 1212/2604] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:26:18 2026] POST /v2.0/subnets => generated 655 bytes in 703 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:19.093 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-5fd4efd2-6d46-4a9a-8586-e7fb46244d25 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:19.094 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-5fd4efd2-6d46-4a9a-8586-e7fb46244d25 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 270d92d0-62fb-4f79-95b8-bc0b32aa383d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:19.122 8 INFO neutron.db.ovn_revision_numbers_db [None req-5fd4efd2-6d46-4a9a-8586-e7fb46244d25 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource f37c4aec-2f8a-4a60-be3c-8201bdc55256 (type: subnets) to 0 [pid: 8|app: 0|req: 1393/2605] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:26:18 2026] POST /v2.0/subnets => generated 730 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:19.551 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-0ca7fff5-851a-4319-ae4d-916dcb262c7c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:19.552 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-0ca7fff5-851a-4319-ae4d-916dcb262c7c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:19.680 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fa9b86f6-dead-4ff6-82d1-492b5a27698c - - - - - -] OVN reports status down for port: 77d21be3-33de-4587-862e-b7ba04dfab5e 2026-05-17 02:26:19.748 7 INFO neutron.db.ovn_revision_numbers_db [None req-0ca7fff5-851a-4319-ae4d-916dcb262c7c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 77d21be3-33de-4587-862e-b7ba04dfab5e (type: ports) to 1 2026-05-17 02:26:20.408 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovsdb_monitor [None req-59e7dfeb-5c84-4584-a130-fdddbcdaca2f - - - - - -] Router 66deae22-7a7a-4f63-ad78-bfcf4908ac93 is bound to host instance 2026-05-17 02:26:20.466 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fa9b86f6-dead-4ff6-82d1-492b5a27698c - - - - - -] OVN reports status up for port: 77d21be3-33de-4587-862e-b7ba04dfab5e 2026-05-17 02:26:20.509 7 INFO neutron.plugins.ml2.plugin [None req-fa9b86f6-dead-4ff6-82d1-492b5a27698c - - - - - -] Attempt 1 to provision port 77d21be3-33de-4587-862e-b7ba04dfab5e 2026-05-17 02:26:20.554 7 INFO neutron.db.ovn_revision_numbers_db [None req-0ca7fff5-851a-4319-ae4d-916dcb262c7c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 77d21be3-33de-4587-862e-b7ba04dfab5e (type: router_ports) to 1 2026-05-17 02:26:20.759 7 INFO neutron.db.ovn_revision_numbers_db [None req-0ca7fff5-851a-4319-ae4d-916dcb262c7c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 66deae22-7a7a-4f63-ad78-bfcf4908ac93 (type: routers) to 2 [pid: 7|app: 0|req: 1213/2608] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:26:19 2026] POST /v2.0/routers => generated 965 bytes in 1663 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:21.267 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b6f5eb35-ffe6-46c8-a622-603b72abfef1 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:21.269 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b6f5eb35-ffe6-46c8-a622-603b72abfef1 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 579b0a9e-a776-4b32-8623-a09a503b5149: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:21.406 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d893d266-7667-4ced-bacc-285dc46691d7 - - - - - -] OVN reports status down for port: ca0c3f71-3791-43cd-a81e-cb5824722392 2026-05-17 02:26:21.466 8 INFO neutron.db.ovn_revision_numbers_db [None req-b6f5eb35-ffe6-46c8-a622-603b72abfef1 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource ca0c3f71-3791-43cd-a81e-cb5824722392 (type: ports) to 1 2026-05-17 02:26:21.508 7 INFO neutron.db.ovn_revision_numbers_db [None req-9d3902bd-01a1-4b6d-88ec-b13cd4aea8ca - - - - - -] Successfully bumped revision number for resource 77d21be3-33de-4587-862e-b7ba04dfab5e (type: ports) to 4 2026-05-17 02:26:21.802 7 INFO neutron.db.ovn_revision_numbers_db [None req-9d3902bd-01a1-4b6d-88ec-b13cd4aea8ca - - - - - -] Successfully bumped revision number for resource 77d21be3-33de-4587-862e-b7ba04dfab5e (type: ports) to 5 2026-05-17 02:26:22.191 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d893d266-7667-4ced-bacc-285dc46691d7 - - - - - -] OVN reports status up for port: ca0c3f71-3791-43cd-a81e-cb5824722392 2026-05-17 02:26:22.220 8 INFO neutron.plugins.ml2.plugin [None req-d893d266-7667-4ced-bacc-285dc46691d7 - - - - - -] Attempt 1 to provision port ca0c3f71-3791-43cd-a81e-cb5824722392 2026-05-17 02:26:22.326 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-b6f5eb35-ffe6-46c8-a622-603b72abfef1 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:22.336 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-b6f5eb35-ffe6-46c8-a622-603b72abfef1 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 579b0a9e-a776-4b32-8623-a09a503b5149: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1214/2609] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:22 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1010 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2610] 10.0.0.151 () {34 vars in 1119 bytes} [Sun May 17 02:26:22 2026] GET /v2.0/security-groups?id=57ce72a7-7ba3-48ec-a929-0b9c855bb607&id=8ba93e43-5bde-41bb-b6fb-34a18de75ba9&fields=id&fields=name => generated 206 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2611] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:26:22 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1271 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2612] 10.0.0.197 () {32 vars in 857 bytes} [Sun May 17 02:26:22 2026] GET /v2.0/floatingips?floating_network_id=57816ba8-429f-41af-83ce-8063b8bc0e36&port_id=26b4dc10-17cb-4f10-8790-501a54f94204 => generated 860 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:23.000 8 INFO neutron.db.ovn_revision_numbers_db [None req-d893d266-7667-4ced-bacc-285dc46691d7 - - - - - -] Successfully bumped revision number for resource ca0c3f71-3791-43cd-a81e-cb5824722392 (type: ports) to 2 2026-05-17 02:26:23.111 8 INFO neutron.db.ovn_revision_numbers_db [None req-b6f5eb35-ffe6-46c8-a622-603b72abfef1 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource ca0c3f71-3791-43cd-a81e-cb5824722392 (type: router_ports) to 1 [pid: 8|app: 0|req: 1396/2613] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:26:20 2026] PUT /v2.0/routers/66deae22-7a7a-4f63-ad78-bfcf4908ac93/add_router_interface => generated 310 bytes in 2313 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2614] 10.0.0.240 () {34 vars in 989 bytes} [Sun May 17 02:26:23 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1271 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2615] 10.0.0.240 () {34 vars in 1119 bytes} [Sun May 17 02:26:23 2026] GET /v2.0/security-groups?id=57ce72a7-7ba3-48ec-a929-0b9c855bb607&id=8ba93e43-5bde-41bb-b6fb-34a18de75ba9&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:23.635 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6d97735f-a325-44af-bfbf-50072075107f ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:23.637 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6d97735f-a325-44af-bfbf-50072075107f ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 2df7898f-6da1-45ae-9abb-060a980c0455: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:23.783 7 INFO neutron.db.ovn_revision_numbers_db [None req-6d97735f-a325-44af-bfbf-50072075107f ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource b0037972-8399-4999-a508-4525fa8d7472 (type: ports) to 1 2026-05-17 02:26:24.451 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6d97735f-a325-44af-bfbf-50072075107f ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:24.452 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6d97735f-a325-44af-bfbf-50072075107f ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 2df7898f-6da1-45ae-9abb-060a980c0455: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:24.848 7 INFO neutron.common.ovn.utils [None req-fa9b86f6-dead-4ff6-82d1-492b5a27698c - - - - - -] HA Chassis Group neutron-2df7898f-6da1-45ae-9abb-060a980c0455 synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 2026-05-17 02:26:24.851 7 INFO neutron.db.ovn_revision_numbers_db [None req-6d97735f-a325-44af-bfbf-50072075107f ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource b0037972-8399-4999-a508-4525fa8d7472 (type: router_ports) to 1 [pid: 7|app: 0|req: 1218/2616] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:26:23 2026] PUT /v2.0/routers/66deae22-7a7a-4f63-ad78-bfcf4908ac93/add_router_interface => generated 310 bytes in 1737 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2617] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:25 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2618] 10.0.0.151 () {34 vars in 1119 bytes} [Sun May 17 02:26:25 2026] GET /v2.0/security-groups?id=57ce72a7-7ba3-48ec-a929-0b9c855bb607&id=8ba93e43-5bde-41bb-b6fb-34a18de75ba9&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:25.420 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-49d3b18b-cc20-4a37-8500-b1c51b1caf40 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:25.424 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-49d3b18b-cc20-4a37-8500-b1c51b1caf40 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 270d92d0-62fb-4f79-95b8-bc0b32aa383d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:25.587 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fa9b86f6-dead-4ff6-82d1-492b5a27698c - - - - - -] OVN reports status down for port: c66282f1-252d-4886-a059-e8fa236fca92 2026-05-17 02:26:25.601 8 INFO neutron.db.ovn_revision_numbers_db [None req-49d3b18b-cc20-4a37-8500-b1c51b1caf40 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource c66282f1-252d-4886-a059-e8fa236fca92 (type: ports) to 1 2026-05-17 02:26:26.288 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-fa9b86f6-dead-4ff6-82d1-492b5a27698c - - - - - -] OVN reports status down for port: 26b4dc10-17cb-4f10-8790-501a54f94204 2026-05-17 02:26:26.390 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-49d3b18b-cc20-4a37-8500-b1c51b1caf40 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:26.391 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-49d3b18b-cc20-4a37-8500-b1c51b1caf40 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 270d92d0-62fb-4f79-95b8-bc0b32aa383d: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1221/2619] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:26 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1010 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:26:26.483 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aae7763b-e227-45be-8afb-369665e19a2b'] response: {'server_uuid': 'f6703d73-7445-4e49-944a-90ed8efe37cf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '26b4dc10-17cb-4f10-8790-501a54f94204', 'code': 200} [pid: 7|app: 0|req: 1222/2620] 10.0.0.151 () {34 vars in 1119 bytes} [Sun May 17 02:26:26 2026] GET /v2.0/security-groups?id=57ce72a7-7ba3-48ec-a929-0b9c855bb607&id=8ba93e43-5bde-41bb-b6fb-34a18de75ba9&fields=id&fields=name => generated 206 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:26.631 7 INFO neutron.db.ovn_revision_numbers_db [None req-fa9b86f6-dead-4ff6-82d1-492b5a27698c - - - - - -] Successfully bumped revision number for resource 26b4dc10-17cb-4f10-8790-501a54f94204 (type: ports) to 6 2026-05-17 02:26:26.683 8 INFO neutron.db.ovn_revision_numbers_db [None req-49d3b18b-cc20-4a37-8500-b1c51b1caf40 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource c66282f1-252d-4886-a059-e8fa236fca92 (type: router_ports) to 1 [pid: 8|app: 0|req: 1399/2621] 10.0.0.197 () {34 vars in 782 bytes} [Sun May 17 02:26:24 2026] PUT /v2.0/routers/66deae22-7a7a-4f63-ad78-bfcf4908ac93/add_router_interface => generated 310 bytes in 1826 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-17 02:26:26.825 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-4885ae71-d051-4b5d-9db8-1ea27f668d45 - - - - - -] OVN reports status up for port: c66282f1-252d-4886-a059-e8fa236fca92 2026-05-17 02:26:26.845 7 INFO neutron.plugins.ml2.plugin [None req-4885ae71-d051-4b5d-9db8-1ea27f668d45 - - - - - -] Attempt 1 to provision port c66282f1-252d-4886-a059-e8fa236fca92 2026-05-17 02:26:26.986 7 INFO neutron.db.ovn_revision_numbers_db [None req-b575a5de-30bd-4948-9c24-457c89103d9c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 7ff8b8d3-710b-4e3e-a7bf-a473880cfc36 (type: security_groups) to 1 2026-05-17 02:26:27.007 7 INFO neutron.db.ovn_revision_numbers_db [None req-b575a5de-30bd-4948-9c24-457c89103d9c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 1cbd3b12-0628-473a-87f2-af7c1ca14951 (type: security_group_rules) to 0 2026-05-17 02:26:27.043 7 INFO neutron.db.ovn_revision_numbers_db [None req-b575a5de-30bd-4948-9c24-457c89103d9c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 7dee1a15-76e1-48a4-b21e-88371ed7080f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1223/2622] 10.0.0.197 () {34 vars in 683 bytes} [Sun May 17 02:26:26 2026] POST /v2.0/security-groups => generated 1630 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:26:27.239 8 INFO neutron.db.ovn_revision_numbers_db [None req-18275160-3a95-4bee-a959-1034546822e6 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 8f53ff12-4353-4621-bd0d-f5841a3ccfa0 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1400/2623] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:26:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:27.522 7 INFO neutron.db.ovn_revision_numbers_db [None req-4885ae71-d051-4b5d-9db8-1ea27f668d45 - - - - - -] Successfully bumped revision number for resource c66282f1-252d-4886-a059-e8fa236fca92 (type: ports) to 2 2026-05-17 02:26:27.529 7 INFO neutron.db.ovn_revision_numbers_db [None req-e77a4a26-9373-4bd3-a89d-dc4a68c44ac9 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource c35b992b-6064-4272-ad21-00ad7030d56f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1401/2624] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:26:27 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1008 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2625] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:26:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:27.688 8 INFO neutron_taas.services.taas.taas_plugin [req-474c276e-f41d-4f17-870f-f373b28fd33f req-16bd0db3-3982-4591-a463-ebd0c3a952d1 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] TaaS: Handle Delete Port: 26b4dc10-17cb-4f10-8790-501a54f94204 2026-05-17 02:26:27.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-474c276e-f41d-4f17-870f-f373b28fd33f req-16bd0db3-3982-4591-a463-ebd0c3a952d1 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Tap Mirror: Handle Delete Port: 26b4dc10-17cb-4f10-8790-501a54f94204 [pid: 7|app: 0|req: 1225/2626] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:27 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 1008 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:26:27.836 7 INFO neutron.db.ovn_revision_numbers_db [None req-61ce956a-9e9c-4429-847b-ac1c681a000e ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 11b20583-a6c7-4b08-98ad-125723ddc6c9 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1226/2627] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:26:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:27.898 8 INFO neutron.db.l3_db [req-474c276e-f41d-4f17-870f-f373b28fd33f req-16bd0db3-3982-4591-a463-ebd0c3a952d1 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Floating IP 0732a414-6c54-4165-b696-44989f458ce9 disassociated. External IP: 10.96.250.205, port: 26b4dc10-17cb-4f10-8790-501a54f94204. [pid: 7|app: 0|req: 1227/2628] 10.0.0.151 () {34 vars in 1119 bytes} [Sun May 17 02:26:27 2026] GET /v2.0/security-groups?id=57ce72a7-7ba3-48ec-a929-0b9c855bb607&id=8ba93e43-5bde-41bb-b6fb-34a18de75ba9&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:28.025 7 INFO neutron.db.ovn_revision_numbers_db [None req-d74e9112-7825-4dc0-9d6e-61fc0a213afa ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 7f8bbaf7-a53e-4441-a52d-bffa68b9eb3f (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1402/2629] 199.204.45.38 () {36 vars in 995 bytes} [Sun May 17 02:26:27 2026] DELETE /v2.0/ports/26b4dc10-17cb-4f10-8790-501a54f94204 => generated 0 bytes in 490 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2630] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:26:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:28.074 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d77b086f-ccc4-473f-a415-2a1a5de549e2'] response: {'server_uuid': 'f6703d73-7445-4e49-944a-90ed8efe37cf', 'name': 'network-vif-deleted', 'tag': '26b4dc10-17cb-4f10-8790-501a54f94204', 'status': 'completed', 'code': 200} 2026-05-17 02:26:28.192 8 INFO neutron.db.ovn_revision_numbers_db [None req-dc3cb22c-2aa1-4d7c-9ab2-fb7edaa4a490 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 7a769232-0cca-4796-bc67-192e11acfb89 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1403/2631] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:26:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:28.376 7 INFO neutron.db.ovn_revision_numbers_db [None req-24b1a792-f401-4f61-b87d-fcaf2439f445 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 07bf4551-f211-4baf-a4bb-7dfee7d3a454 (type: security_group_rules) to 0 2026-05-17 02:26:28.384 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-07949701-07ff-47e2-ab9e-586cc5a1a5d3 - - - - - -] No hosting information found for port ca0c3f71-3791-43cd-a81e-cb5824722392: RuntimeError: No hosting information found for port ca0c3f71-3791-43cd-a81e-cb5824722392 [pid: 7|app: 0|req: 1229/2632] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:26:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:28.431 8 INFO neutron.common.ovn.utils [None req-07949701-07ff-47e2-ab9e-586cc5a1a5d3 - - - - - -] HA Chassis Group neutron-579b0a9e-a776-4b32-8623-a09a503b5149 synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 2026-05-17 02:26:28.518 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2feaf14b-71d6-47c5-8322-05a5d15fd536'] response: {'server_uuid': 'f6703d73-7445-4e49-944a-90ed8efe37cf', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '26b4dc10-17cb-4f10-8790-501a54f94204', 'code': 200} 2026-05-17 02:26:28.602 8 INFO neutron.db.ovn_revision_numbers_db [None req-07949701-07ff-47e2-ab9e-586cc5a1a5d3 - - - - - -] Successfully bumped revision number for resource ca0c3f71-3791-43cd-a81e-cb5824722392 (type: router_ports) to 2 2026-05-17 02:26:28.602 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-07949701-07ff-47e2-ab9e-586cc5a1a5d3 - - - - - -] OVN reports status down for port: b0037972-8399-4999-a508-4525fa8d7472 2026-05-17 02:26:28.658 8 INFO neutron.db.ovn_revision_numbers_db [None req-812aa696-befe-461f-bb3e-4a5c20412115 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource c714ac04-a294-4155-a266-029b1b62e0ff (type: security_group_rules) to 0 2026-05-17 02:26:28.705 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-07949701-07ff-47e2-ab9e-586cc5a1a5d3 - - - - - -] Logical_Switch_Port b0037972-8399-4999-a508-4525fa8d7472 host information not removed, the port state is up 2026-05-17 02:26:28.706 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-07949701-07ff-47e2-ab9e-586cc5a1a5d3 - - - - - -] OVN reports status up for port: b0037972-8399-4999-a508-4525fa8d7472 [pid: 8|app: 0|req: 1404/2633] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:26:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:28.726 8 INFO neutron.plugins.ml2.plugin [None req-07949701-07ff-47e2-ab9e-586cc5a1a5d3 - - - - - -] Attempt 1 to provision port b0037972-8399-4999-a508-4525fa8d7472 2026-05-17 02:26:28.859 7 INFO neutron.db.ovn_revision_numbers_db [None req-3fe64072-9588-400f-adbb-b5c8417bea9f ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 0f0dc415-f5af-40ee-a458-1bf6e1aac138 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1230/2634] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:26:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2635] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:28 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:29.151 8 INFO neutron.db.ovn_revision_numbers_db [None req-ad067df8-7a3e-4b0d-8b2a-5b79dc5441e2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 019306ec-54d2-40de-9a7a-6bdb0b18f285 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1405/2636] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:26:28 2026] POST /v2.0/security-group-rules => generated 599 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:29.298 8 INFO neutron.db.ovn_revision_numbers_db [None req-07949701-07ff-47e2-ab9e-586cc5a1a5d3 - - - - - -] Successfully bumped revision number for resource b0037972-8399-4999-a508-4525fa8d7472 (type: ports) to 2 2026-05-17 02:26:29.363 7 INFO neutron.db.ovn_revision_numbers_db [None req-e3344f02-fe48-460a-bdf5-0f3404daad4a ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource c0b989fa-3530-4e65-9af4-c964510ed02a (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1232/2637] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:26:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:29.546 8 INFO neutron.db.ovn_revision_numbers_db [None req-f0293947-cc54-49aa-83f8-83a59b16994b ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 7fed5fce-74f5-49e7-9e98-53db5a1a1a40 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1406/2638] 10.0.0.197 () {34 vars in 694 bytes} [Sun May 17 02:26:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:29.800 7 WARNING neutron.db.securitygroups_db [req-6fa848ad-5189-42b9-9d8d-e175e0005cc5 req-afb54150-e54c-4103-adc5-fa0743baa906 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] 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: 1233/2639] 10.0.0.151 () {34 vars in 1095 bytes} [Sun May 17 02:26:29 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1240238476&fields=id&tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2640] 10.0.0.151 () {34 vars in 981 bytes} [Sun May 17 02:26:29 2026] GET /v2.0/networks?id=2df7898f-6da1-45ae-9abb-060a980c0455 => generated 741 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2641] 10.0.0.151 () {34 vars in 964 bytes} [Sun May 17 02:26:29 2026] GET /v2.0/quotas/fd344d4a1fe9479bb7c6502c16b7d0bf => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2642] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:26:29 2026] GET /v2.0/ports?tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf&fields=id => generated 287 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2643] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:30 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => 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: 1409/2644] 10.0.0.151 () {34 vars in 1007 bytes} [Sun May 17 02:26:30 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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: 1236/2645] 10.0.0.151 () {34 vars in 1107 bytes} [Sun May 17 02:26:30 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2646] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:30 2026] GET /v2.0/ports?device_id=ab2e494c-758c-4a34-9860-41e33286b13a => 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: 1237/2647] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:31 2026] GET /v2.0/ports?device_id=f6703d73-7445-4e49-944a-90ed8efe37cf => 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: 1411/2648] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:26:32 2026] DELETE /v2.0/security-groups/8ba93e43-5bde-41bb-b6fb-34a18de75ba9 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:26:32.615 7 INFO neutron.api.v2.resource [None req-fb9def57-98cb-4403-9f52-499a376c5af7 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1238/2649] 10.0.0.197 () {32 vars in 736 bytes} [Sun May 17 02:26:32 2026] GET /v2.0/security-groups/8ba93e43-5bde-41bb-b6fb-34a18de75ba9 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:26:32.645 7 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-9011f4d7-2964-4080-a13d-ca81b8673313 - - - - - -] No hosting information found for port c66282f1-252d-4886-a059-e8fa236fca92: RuntimeError: No hosting information found for port c66282f1-252d-4886-a059-e8fa236fca92 2026-05-17 02:26:32.719 7 INFO neutron.db.ovn_revision_numbers_db [None req-9011f4d7-2964-4080-a13d-ca81b8673313 - - - - - -] Successfully bumped revision number for resource c66282f1-252d-4886-a059-e8fa236fca92 (type: router_ports) to 2 2026-05-17 02:26:32.754 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fca4013-a93b-435a-9d0a-60286db3dca1 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] TaaS: Handle Delete Port: c0e47250-281c-407c-bba4-4aea92bd5532 2026-05-17 02:26:32.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fca4013-a93b-435a-9d0a-60286db3dca1 e3af04c3b7254e1a8896ba7a04b746e5 23ae97cfe54043d8b31796b132b0581e - - default default] Tap Mirror: Handle Delete Port: c0e47250-281c-407c-bba4-4aea92bd5532 [pid: 8|app: 0|req: 1412/2650] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:26:32 2026] DELETE /v2.0/floatingips/0732a414-6c54-4165-b696-44989f458ce9 => generated 0 bytes in 282 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: 1239/2651] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:26:32 2026] DELETE /v2.0/security-groups/57ce72a7-7ba3-48ec-a929-0b9c855bb607 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:26:33.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7ede149-3d45-4645-9b6d-0f7a8005b4c4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 7fb57b88-c5c8-46ca-92f9-9ee42fa83d39 2026-05-17 02:26:33.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7ede149-3d45-4645-9b6d-0f7a8005b4c4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 7fb57b88-c5c8-46ca-92f9-9ee42fa83d39 [pid: 8|app: 0|req: 1413/2652] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:26:33 2026] PUT /v2.0/routers/ab8e23d6-e2b2-42fc-b058-a7e46d08afa8/remove_router_interface => generated 310 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:34.399 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a1e97e9-04ad-4469-931a-74aaa1b68220 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: fc22eea3-84bc-42af-a567-88772a51ed46 2026-05-17 02:26:34.401 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a1e97e9-04ad-4469-931a-74aaa1b68220 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: fc22eea3-84bc-42af-a567-88772a51ed46 2026-05-17 02:26:34.525 8 WARNING neutron.plugins.ml2.drivers.ovn.mech_driver.ovsdb.ovn_client [None req-2fdff6ad-4b7b-4423-ace4-4f5290441006 - - - - - -] No hosting information found for port b0037972-8399-4999-a508-4525fa8d7472: RuntimeError: No hosting information found for port b0037972-8399-4999-a508-4525fa8d7472 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1414/2653] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:26:34 2026] GET /v2.0/networks?id=2df7898f-6da1-45ae-9abb-060a980c0455 => generated 741 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:34.684 8 WARNING neutron.db.securitygroups_db [req-6fa848ad-5189-42b9-9d8d-e175e0005cc5 req-8c4c18b5-127e-4bbc-bd3b-c518ce1e3764 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] 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-17 02:26:34.686 8 INFO neutron.db.ovn_revision_numbers_db [None req-2fdff6ad-4b7b-4423-ace4-4f5290441006 - - - - - -] Successfully bumped revision number for resource b0037972-8399-4999-a508-4525fa8d7472 (type: router_ports) to 2 [pid: 8|app: 0|req: 1415/2654] 199.204.45.38 () {34 vars in 1048 bytes} [Sun May 17 02:26:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf => generated 179 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:34.757 8 INFO neutron.common.ovn.utils [None req-2fdff6ad-4b7b-4423-ace4-4f5290441006 - - - - - -] HA Chassis Group neutron-270d92d0-62fb-4f79-95b8-bc0b32aa383d synchronized; highest priority chassis 555f4a17-ec77-4dc7-b08a-ecb5ba31a602 [pid: 7|app: 0|req: 1240/2655] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:26:34 2026] DELETE /v2.0/routers/ab8e23d6-e2b2-42fc-b058-a7e46d08afa8 => generated 0 bytes in 743 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2656] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:26:34 2026] DELETE /v2.0/subnets/c15fff23-eb62-4108-901d-fdcb5cbe3664 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:26:35.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-39e85cbd-0a1d-4944-bc6f-46a2fa6882f6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 8decafcb-e577-45c6-9013-ce2536c3324b 2026-05-17 02:26:35.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39e85cbd-0a1d-4944-bc6f-46a2fa6882f6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 8decafcb-e577-45c6-9013-ce2536c3324b 2026-05-17 02:26:35.142 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-6fa848ad-5189-42b9-9d8d-e175e0005cc5 req-c64e62fe-e0a9-4425-bd4a-7941712d875f ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:35.144 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-6fa848ad-5189-42b9-9d8d-e175e0005cc5 req-c64e62fe-e0a9-4425-bd4a-7941712d875f ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 2df7898f-6da1-45ae-9abb-060a980c0455: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:35.278 7 INFO neutron.services.segments.plugin [-] Segment 952d0613-1bca-4e72-bd0e-c794bb2ecce9 resource provider aggregate not found 2026-05-17 02:26:35.288 7 INFO neutron.services.segments.plugin [-] Segment 952d0613-1bca-4e72-bd0e-c794bb2ecce9 resource provider aggregate not found 2026-05-17 02:26:35.298 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2fdff6ad-4b7b-4423-ace4-4f5290441006 - - - - - -] OVN reports status down for port: 0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e 2026-05-17 02:26:35.314 7 INFO neutron.services.segments.plugin [-] Segment 952d0613-1bca-4e72-bd0e-c794bb2ecce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 952d0613-1bca-4e72-bd0e-c794bb2ecce9 found for delete ", "request_id": "req-32eb6acf-7f7a-4948-bc8c-a06d86b20a8e"}]} 2026-05-17 02:26:35.327 7 INFO neutron.services.segments.plugin [-] Segment 952d0613-1bca-4e72-bd0e-c794bb2ecce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 952d0613-1bca-4e72-bd0e-c794bb2ecce9 found for delete ", "request_id": "req-ae4e003f-a61f-4fc4-a464-d5eae960c699"}]} [pid: 7|app: 0|req: 1242/2657] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:26:34 2026] DELETE /v2.0/networks/afa888cb-5c59-47e7-a5cf-240ceea9b12d => generated 0 bytes in 387 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:26:35.372 8 INFO neutron.db.ovn_revision_numbers_db [req-6fa848ad-5189-42b9-9d8d-e175e0005cc5 req-c64e62fe-e0a9-4425-bd4a-7941712d875f ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e (type: ports) to 1 [pid: 8|app: 0|req: 1416/2660] 199.204.45.38 () {38 vars in 953 bytes} [Sun May 17 02:26:34 2026] POST /v2.0/ports => generated 1179 bytes in 730 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: 1417/2661] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:35 2026] GET /v2.0/ports?device_id=ab2e494c-758c-4a34-9860-41e33286b13a => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:26:35.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-5113d8a2-9ba4-4bb5-af20-70d2688b581c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: b21324e0-cf21-461f-b287-92d4f9cb8e64 2026-05-17 02:26:35.649 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5113d8a2-9ba4-4bb5-af20-70d2688b581c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: b21324e0-cf21-461f-b287-92d4f9cb8e64 2026-05-17 02:26:35.921 8 INFO neutron.db.ovn_revision_numbers_db [req-6fa848ad-5189-42b9-9d8d-e175e0005cc5 req-586b3d2e-aea9-4fa9-b0db-752af4bceab4 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource 0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e (type: ports) to 2 2026-05-17 02:26:36.136 8 INFO neutron.db.ovn_revision_numbers_db [req-6fa848ad-5189-42b9-9d8d-e175e0005cc5 req-586b3d2e-aea9-4fa9-b0db-752af4bceab4 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource 0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e (type: ports) to 4 [pid: 8|app: 0|req: 1418/2662] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:26:35 2026] PUT /v2.0/ports/0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e => generated 1452 bytes in 637 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: 1419/2663] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:26:36 2026] GET /v2.0/security-groups?id=7ff8b8d3-710b-4e3e-a7bf-a473880cfc36&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:36.192 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f5af7b8-4689-4a37-be4a-9406f2baa485'] response: {'name': 'network-changed', 'server_uuid': 'ab2e494c-758c-4a34-9860-41e33286b13a', 'tag': '0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1245/2664] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:26:35 2026] PUT /v2.0/routers/cdfdda64-1171-49b0-a6a7-ab7eb47f44fd/remove_router_interface => generated 310 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:36.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-708177b8-5a1a-434e-ac78-cefe9924714d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: f44dba91-ff2b-421c-8d54-d0fa16fdb4e5 2026-05-17 02:26:36.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-708177b8-5a1a-434e-ac78-cefe9924714d 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: f44dba91-ff2b-421c-8d54-d0fa16fdb4e5 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1246/2665] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:26:36 2026] GET /v2.0/ports?tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf&device_id=ab2e494c-758c-4a34-9860-41e33286b13a => generated 1455 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2666] 199.204.45.38 () {34 vars in 1016 bytes} [Sun May 17 02:26:36 2026] GET /v2.0/networks?tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf&shared=False => generated 2497 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2667] 199.204.45.38 () {34 vars in 928 bytes} [Sun May 17 02:26:36 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2668] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:26:36 2026] DELETE /v2.0/routers/cdfdda64-1171-49b0-a6a7-ab7eb47f44fd => generated 0 bytes in 737 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2669] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:26:37 2026] DELETE /v2.0/subnets/5fabae3a-bf15-4e6c-b2e1-27c48fd812ad => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:26:37.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c6e3f5b-cc2e-4445-bcf0-2ac165cc7cf4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 407b52ee-c669-41c0-8b29-d58abe2bce46 2026-05-17 02:26:37.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c6e3f5b-cc2e-4445-bcf0-2ac165cc7cf4 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 407b52ee-c669-41c0-8b29-d58abe2bce46 2026-05-17 02:26:37.545 8 INFO neutron.services.segments.plugin [-] Segment 84ea3289-e914-4a6e-b0e7-5359d35114e1 resource provider aggregate not found 2026-05-17 02:26:37.553 8 INFO neutron.services.segments.plugin [-] Segment 84ea3289-e914-4a6e-b0e7-5359d35114e1 resource provider aggregate not found 2026-05-17 02:26:37.563 8 INFO neutron.services.segments.plugin [-] Segment 84ea3289-e914-4a6e-b0e7-5359d35114e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84ea3289-e914-4a6e-b0e7-5359d35114e1 found for delete ", "request_id": "req-ea07effe-6135-4cf8-a377-7f06b82b15c6"}]} 2026-05-17 02:26:37.569 8 INFO neutron.services.segments.plugin [-] Segment 84ea3289-e914-4a6e-b0e7-5359d35114e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84ea3289-e914-4a6e-b0e7-5359d35114e1 found for delete ", "request_id": "req-2dcb3a16-7e3c-4f0c-9ecb-23c38d8c8111"}]} [pid: 8|app: 0|req: 1421/2670] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:26:37 2026] DELETE /v2.0/networks/487f081c-d9ea-416f-b247-aedf62c8c001 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:26:37.873 7 WARNING neutron.db.securitygroups_db [None req-52545d97-4c9b-4480-ae79-3f9c06732911 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1250/2671] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:26:37 2026] GET /v2.0/security-groups?tenant_id=e0da5b0c5dc94f6ab091407bfb25c573&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2672] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:26:38 2026] GET /v2.0/ports?tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf&device_id=ab2e494c-758c-4a34-9860-41e33286b13a => generated 1455 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2673] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:26:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.63&port_id=0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e => 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: 1422/2674] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:26:37 2026] DELETE /v2.0/security-groups/43db2dd1-9b0f-480a-a35b-792d7c221f4e => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2675] 199.204.45.38 () {34 vars in 1102 bytes} [Sun May 17 02:26:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f0&port_id=0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e => 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: 1423/2676] 199.204.45.38 () {34 vars in 1062 bytes} [Sun May 17 02:26:38 2026] GET /v2.0/subnets?id=79929cf4-2f48-4e17-887d-23583d36b973&id=810b8875-66ff-4a00-8e4e-54136b677825 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2677] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:26:38 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&device_owner=network%3Adhcp => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2678] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:26:38 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&device_owner=network%3Adhcp => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:38.236 7 WARNING neutron.db.securitygroups_db [None req-fa67bd01-46b6-409f-8ac1-0c168eb21acc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] project_id key not found in filters, using tenant_id instead. This support has been deprecated and will be removed in a future release. [pid: 7|app: 0|req: 1255/2679] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:26:38 2026] GET /v2.0/security-groups?tenant_id=23ae97cfe54043d8b31796b132b0581e&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2680] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:26:38 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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: 1426/2681] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:26:38 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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: 1256/2682] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:26:38 2026] DELETE /v2.0/security-groups/5f02f303-d243-4599-8957-6f84782ae07a => 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: 1427/2683] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:26:39 2026] GET /v2.0/ports => generated 14073 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2684] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:26:39 2026] GET /v2.0/network-ip-availabilities => generated 5530 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2685] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:26:39 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: 1258/2686] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:26:39 2026] GET /v2.0/security-groups => generated 28653 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2687] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:26:39 2026] GET /v2.0/subnets => generated 5511 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2688] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:26:39 2026] GET /v2.0/networks => generated 4771 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2689] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:26:39 2026] GET /v2.0/routers => generated 986 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2690] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:26:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2691] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:26:39 2026] GET /v2.0/agents => generated 1214 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2692] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:26:39 2026] GET /v2.0/subnets => generated 5511 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2693] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:26:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:41.001 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-2fdff6ad-4b7b-4423-ace4-4f5290441006 - - - - - -] OVN reports status up for port: 0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e 2026-05-17 02:26:41.013 8 INFO neutron.plugins.ml2.plugin [None req-2fdff6ad-4b7b-4423-ace4-4f5290441006 - - - - - -] Attempt 1 to provision port 0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e 2026-05-17 02:26:41.144 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2986c58-e977-4a27-8ff8-cb28bc8a5612'] response: {'server_uuid': 'ab2e494c-758c-4a34-9860-41e33286b13a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e', 'code': 200} 2026-05-17 02:26:41.312 8 INFO neutron.db.ovn_revision_numbers_db [None req-2fdff6ad-4b7b-4423-ace4-4f5290441006 - - - - - -] Successfully bumped revision number for resource 0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e (type: ports) to 5 [pid: 7|app: 0|req: 1262/2694] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:41 2026] GET /v2.0/ports?device_id=ab2e494c-758c-4a34-9860-41e33286b13a => generated 1196 bytes in 96 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: 1433/2695] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:26:41 2026] GET /v2.0/security-groups?id=7ff8b8d3-710b-4e3e-a7bf-a473880cfc36&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:42.735 7 INFO neutron.db.ovn_revision_numbers_db [None req-2aab4435-893a-459b-9c2a-d6c5434a5d8b 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource e673b093-cf2b-4c31-8f95-ec519842cd7f (type: security_groups) to 1 2026-05-17 02:26:42.753 7 INFO neutron.db.ovn_revision_numbers_db [None req-2aab4435-893a-459b-9c2a-d6c5434a5d8b 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource 53ed4cf1-7402-432b-aeaf-3a03af065016 (type: security_group_rules) to 0 2026-05-17 02:26:42.774 7 INFO neutron.db.ovn_revision_numbers_db [None req-2aab4435-893a-459b-9c2a-d6c5434a5d8b 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource 60720b9f-59b9-4e18-95e4-88cf9be1dca5 (type: security_group_rules) to 0 2026-05-17 02:26:42.823 7 INFO neutron.db.ovn_revision_numbers_db [None req-2aab4435-893a-459b-9c2a-d6c5434a5d8b 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource ddd160d3-7c6b-4721-9a44-9e57223eeda4 (type: security_group_rules) to 0 2026-05-17 02:26:42.834 7 INFO neutron.db.ovn_revision_numbers_db [None req-2aab4435-893a-459b-9c2a-d6c5434a5d8b 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource f3dc56b1-70c1-4f67-a480-9f7d287fa7a2 (type: security_group_rules) to 0 2026-05-17 02:26:42.909 7 INFO neutron.db.segments_db [None req-2aab4435-893a-459b-9c2a-d6c5434a5d8b 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Added segment c1745ab3-60a7-4418-9e54-9ae44adf7c9c of type geneve for network 04241823-d409-443e-b20e-8e64b94a758d 2026-05-17 02:26:43.013 7 INFO neutron.db.ovn_revision_numbers_db [None req-2aab4435-893a-459b-9c2a-d6c5434a5d8b 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource 04241823-d409-443e-b20e-8e64b94a758d (type: networks) to 1 2026-05-17 02:26:43.164 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2aab4435-893a-459b-9c2a-d6c5434a5d8b 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] No more DHCP agents 2026-05-17 02:26:43.168 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2aab4435-893a-459b-9c2a-d6c5434a5d8b 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Unable to schedule network 04241823-d409-443e-b20e-8e64b94a758d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:43.183 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-712f0d7c-056c-4f17-90a4-71eadbc240bc'] response: {'server_uuid': 'ab2e494c-758c-4a34-9860-41e33286b13a', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e', 'code': 200} 2026-05-17 02:26:43.205 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9011f4d7-2964-4080-a13d-ca81b8673313 - - - - - -] OVN reports status down for port: 1922ea84-6e5d-41bb-834a-d3b7bc4eb277 2026-05-17 02:26:43.284 7 INFO neutron.db.ovn_revision_numbers_db [None req-2aab4435-893a-459b-9c2a-d6c5434a5d8b 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource 1922ea84-6e5d-41bb-834a-d3b7bc4eb277 (type: ports) to 1 [pid: 7|app: 0|req: 1263/2696] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:26:42 2026] POST /v2.0/networks => generated 768 bytes in 949 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:43.492 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-2a7fca4f-4848-499f-acb8-0480f6b7a550 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] No more DHCP agents 2026-05-17 02:26:43.493 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-2a7fca4f-4848-499f-acb8-0480f6b7a550 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Unable to schedule network 04241823-d409-443e-b20e-8e64b94a758d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:43.967 8 INFO neutron.db.ovn_revision_numbers_db [None req-2a7fca4f-4848-499f-acb8-0480f6b7a550 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource 1922ea84-6e5d-41bb-834a-d3b7bc4eb277 (type: ports) to 2 2026-05-17 02:26:43.999 8 INFO neutron.db.ovn_revision_numbers_db [None req-2a7fca4f-4848-499f-acb8-0480f6b7a550 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource d8f30810-943d-4807-963b-8eee875d8a08 (type: subnets) to 0 [pid: 8|app: 0|req: 1434/2697] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:26:43 2026] POST /v2.0/subnets => generated 644 bytes in 675 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:44.031 7 WARNING neutron.api.v2.base [None req-3976d2a9-a490-492b-9b7a-2d9f1a0b7c9c 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - 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-17 02:26:44.032 7 INFO neutron.api.v2.resource [None req-3976d2a9-a490-492b-9b7a-2d9f1a0b7c9c 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1264/2698] 10.0.0.197 () {34 vars in 680 bytes} [Sun May 17 02:26:44 2026] POST /v2.0/rbac-policies => generated 143 bytes in 12 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-17 02:26:44.174 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bcd799d-dbca-43c8-a650-7d6260897463 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] TaaS: Handle Delete Port: 1922ea84-6e5d-41bb-834a-d3b7bc4eb277 2026-05-17 02:26:44.176 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bcd799d-dbca-43c8-a650-7d6260897463 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Tap Mirror: Handle Delete Port: 1922ea84-6e5d-41bb-834a-d3b7bc4eb277 2026-05-17 02:26:44.452 8 INFO neutron.services.segments.plugin [-] Segment c1745ab3-60a7-4418-9e54-9ae44adf7c9c resource provider aggregate not found 2026-05-17 02:26:44.455 8 INFO neutron.services.segments.plugin [-] Segment c1745ab3-60a7-4418-9e54-9ae44adf7c9c resource provider aggregate not found 2026-05-17 02:26:44.466 8 INFO neutron.services.segments.plugin [-] Segment c1745ab3-60a7-4418-9e54-9ae44adf7c9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1745ab3-60a7-4418-9e54-9ae44adf7c9c found for delete ", "request_id": "req-56b5522b-55bc-41ca-b3c8-2cf02483a320"}]} 2026-05-17 02:26:44.473 8 INFO neutron.services.segments.plugin [-] Segment c1745ab3-60a7-4418-9e54-9ae44adf7c9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1745ab3-60a7-4418-9e54-9ae44adf7c9c found for delete ", "request_id": "req-13ba646a-445d-4943-adce-bcde2a62bcce"}]} [pid: 8|app: 0|req: 1435/2699] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:26:44 2026] DELETE /v2.0/networks/04241823-d409-443e-b20e-8e64b94a758d => generated 0 bytes in 465 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:26:44.598 7 INFO neutron.db.segments_db [None req-95f20322-aef4-4101-a12a-82338c10dedd 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Added segment 64efd540-a586-43f9-91ae-4f8cf34c59de of type geneve for network 757a8a7b-e1d4-4157-affb-5765e21c8210 2026-05-17 02:26:44.705 7 INFO neutron.db.ovn_revision_numbers_db [None req-95f20322-aef4-4101-a12a-82338c10dedd 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource 757a8a7b-e1d4-4157-affb-5765e21c8210 (type: networks) to 1 2026-05-17 02:26:44.865 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-95f20322-aef4-4101-a12a-82338c10dedd 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] No more DHCP agents 2026-05-17 02:26:44.872 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-95f20322-aef4-4101-a12a-82338c10dedd 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Unable to schedule network 757a8a7b-e1d4-4157-affb-5765e21c8210: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:44.939 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9011f4d7-2964-4080-a13d-ca81b8673313 - - - - - -] OVN reports status down for port: 9d0c8cb7-841b-4b2a-8d78-4dae47a8d782 2026-05-17 02:26:45.007 7 INFO neutron.db.ovn_revision_numbers_db [None req-95f20322-aef4-4101-a12a-82338c10dedd 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource 9d0c8cb7-841b-4b2a-8d78-4dae47a8d782 (type: ports) to 1 [pid: 7|app: 0|req: 1265/2700] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:26:44 2026] POST /v2.0/networks => generated 768 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:45.207 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-56b83905-05a9-49e8-a0f6-dcffc7af021c 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] No more DHCP agents 2026-05-17 02:26:45.208 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-56b83905-05a9-49e8-a0f6-dcffc7af021c 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Unable to schedule network 757a8a7b-e1d4-4157-affb-5765e21c8210: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:45.680 8 INFO neutron.db.ovn_revision_numbers_db [None req-56b83905-05a9-49e8-a0f6-dcffc7af021c 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource 9d0c8cb7-841b-4b2a-8d78-4dae47a8d782 (type: ports) to 2 2026-05-17 02:26:45.711 8 INFO neutron.db.ovn_revision_numbers_db [None req-56b83905-05a9-49e8-a0f6-dcffc7af021c 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource 05afc37c-2f9d-4ac3-8ce2-48abba40de09 (type: subnets) to 0 [pid: 8|app: 0|req: 1436/2701] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:26:45 2026] POST /v2.0/subnets => generated 647 bytes in 666 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:45.748 7 WARNING neutron.api.v2.base [None req-8e4cc593-6ed2-4c36-bee5-a3584ba97701 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - 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-17 02:26:45.749 7 INFO neutron.api.v2.resource [None req-8e4cc593-6ed2-4c36-bee5-a3584ba97701 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1266/2702] 10.0.0.197 () {34 vars in 680 bytes} [Sun May 17 02:26:45 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-17 02:26:45.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-aea56dca-3ebb-4fbf-a0d8-f3a0f8385f7e 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] TaaS: Handle Delete Port: 9d0c8cb7-841b-4b2a-8d78-4dae47a8d782 2026-05-17 02:26:45.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aea56dca-3ebb-4fbf-a0d8-f3a0f8385f7e 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Tap Mirror: Handle Delete Port: 9d0c8cb7-841b-4b2a-8d78-4dae47a8d782 [pid: 8|app: 0|req: 1437/2703] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:26:45 2026] DELETE /v2.0/networks/757a8a7b-e1d4-4157-affb-5765e21c8210 => generated 0 bytes in 469 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:26:46.314 7 INFO neutron.db.segments_db [None req-4417f0bc-0a8d-45ce-87b8-053601009e27 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Added segment 39f233eb-698f-49a0-844b-f9c08a88c8f2 of type geneve for network f7054747-d427-471e-bec4-5144e36205f0 2026-05-17 02:26:46.415 7 INFO neutron.db.ovn_revision_numbers_db [None req-4417f0bc-0a8d-45ce-87b8-053601009e27 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource f7054747-d427-471e-bec4-5144e36205f0 (type: networks) to 1 2026-05-17 02:26:46.493 8 INFO neutron.services.segments.plugin [-] Segment 64efd540-a586-43f9-91ae-4f8cf34c59de resource provider aggregate not found 2026-05-17 02:26:46.498 8 INFO neutron.services.segments.plugin [-] Segment 64efd540-a586-43f9-91ae-4f8cf34c59de resource provider aggregate not found 2026-05-17 02:26:46.508 8 INFO neutron.services.segments.plugin [-] Segment 64efd540-a586-43f9-91ae-4f8cf34c59de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64efd540-a586-43f9-91ae-4f8cf34c59de found for delete ", "request_id": "req-00f9ad16-cefa-4f44-9c42-ec4e48dd6f89"}]} 2026-05-17 02:26:46.521 8 INFO neutron.services.segments.plugin [-] Segment 64efd540-a586-43f9-91ae-4f8cf34c59de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64efd540-a586-43f9-91ae-4f8cf34c59de found for delete ", "request_id": "req-cede0a75-3c56-444a-8a41-4e949a284aef"}]} 2026-05-17 02:26:46.586 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4417f0bc-0a8d-45ce-87b8-053601009e27 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] No more DHCP agents 2026-05-17 02:26:46.588 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4417f0bc-0a8d-45ce-87b8-053601009e27 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Unable to schedule network f7054747-d427-471e-bec4-5144e36205f0: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:46.634 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9011f4d7-2964-4080-a13d-ca81b8673313 - - - - - -] OVN reports status down for port: 2f441d05-0b53-44c7-8d57-6455ed2c0901 2026-05-17 02:26:46.699 7 INFO neutron.db.ovn_revision_numbers_db [None req-4417f0bc-0a8d-45ce-87b8-053601009e27 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource 2f441d05-0b53-44c7-8d57-6455ed2c0901 (type: ports) to 1 [pid: 8|app: 0|req: 1438/2704] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:46 2026] GET /v2.0/ports?device_id=ab2e494c-758c-4a34-9860-41e33286b13a => generated 1196 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2705] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:26:46 2026] GET /v2.0/security-groups?id=7ff8b8d3-710b-4e3e-a7bf-a473880cfc36&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2706] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:26:46 2026] POST /v2.0/networks => generated 767 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2707] 10.0.0.197 () {32 vars in 817 bytes} [Sun May 17 02:26:46 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&mac_address=fa%3A16%3A3e%3A3d%3A89%3A09 => generated 1196 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:26:46.871 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-9acf08d1-7973-421e-b969-59dad76c4102 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] No more DHCP agents 2026-05-17 02:26:46.873 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-9acf08d1-7973-421e-b969-59dad76c4102 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Unable to schedule network f7054747-d427-471e-bec4-5144e36205f0: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:47.093 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ebb4dcd5-752c-456c-804a-69fc51ac35b2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:47.095 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ebb4dcd5-752c-456c-804a-69fc51ac35b2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:47.309 8 INFO neutron.db.ovn_revision_numbers_db [None req-9acf08d1-7973-421e-b969-59dad76c4102 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource 2f441d05-0b53-44c7-8d57-6455ed2c0901 (type: ports) to 2 2026-05-17 02:26:47.342 8 INFO neutron.db.ovn_revision_numbers_db [None req-9acf08d1-7973-421e-b969-59dad76c4102 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Successfully bumped revision number for resource 021db543-1226-40d7-b331-2d0775c97f3e (type: subnets) to 0 [pid: 8|app: 0|req: 1440/2708] 10.0.0.197 () {34 vars in 668 bytes} [Sun May 17 02:26:46 2026] POST /v2.0/subnets => generated 647 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2709] 10.0.0.197 () {34 vars in 680 bytes} [Sun May 17 02:26:47 2026] POST /v2.0/rbac-policies => generated 324 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:47.858 7 INFO neutron.db.ovn_revision_numbers_db [None req-ebb4dcd5-752c-456c-804a-69fc51ac35b2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 39e08e63-ddee-48f8-86f0-2a60e469983f (type: floatingips) to 1 2026-05-17 02:26:47.858 7 INFO neutron.db.l3_db [None req-ebb4dcd5-752c-456c-804a-69fc51ac35b2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Floating IP 39e08e63-ddee-48f8-86f0-2a60e469983f associated. External IP: 10.96.250.219, port: 0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e. [pid: 7|app: 0|req: 1269/2710] 10.0.0.197 () {34 vars in 676 bytes} [Sun May 17 02:26:46 2026] POST /v2.0/floatingips => generated 854 bytes in 1033 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:47.938 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fdda647-d33d-4782-98e1-1053473ca335'] response: {'name': 'network-changed', 'server_uuid': 'ab2e494c-758c-4a34-9860-41e33286b13a', 'tag': '0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e', '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: 1442/2711] 10.0.0.197 () {32 vars in 722 bytes} [Sun May 17 02:26:47 2026] GET /v2.0/networks/f7054747-d427-471e-bec4-5144e36205f0 => generated 692 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:48.001 7 WARNING neutron.db.securitygroups_db [req-7c3bda1b-c243-4450-9059-3c0dec07f31b req-8b43a76a-21ea-4494-8fa9-b40a0c4b94aa ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] 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: 1270/2712] 10.0.0.151 () {34 vars in 1095 bytes} [Sun May 17 02:26:47 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1240238476&fields=id&tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2713] 10.0.0.151 () {34 vars in 981 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/networks?id=270d92d0-62fb-4f79-95b8-bc0b32aa383d => generated 743 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2714] 10.0.0.151 () {34 vars in 964 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/quotas/fd344d4a1fe9479bb7c6502c16b7d0bf => 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: 1444/2715] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/ports?tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf&fields=id => generated 333 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2716] 10.0.0.151 () {34 vars in 1007 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2717] 10.0.0.151 () {34 vars in 1107 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?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-17 02:26:48.413 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74e996bc-c996-41a4-af62-9ede90c514d0 8d86c23982e74059b5923e1b452075b1 540b797f534b4982ba964d6be932aa15 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1273/2718] 10.0.0.197 () {32 vars in 722 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/networks/f7054747-d427-471e-bec4-5144e36205f0 => generated 138 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2719] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/ports?tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf&device_id=ab2e494c-758c-4a34-9860-41e33286b13a => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2720] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/networks?id=2df7898f-6da1-45ae-9abb-060a980c0455 => generated 840 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:48.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-d0276689-5f2e-447c-8b50-646f40351f1f 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] TaaS: Handle Delete Port: 2f441d05-0b53-44c7-8d57-6455ed2c0901 2026-05-17 02:26:48.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0276689-5f2e-447c-8b50-646f40351f1f 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] Tap Mirror: Handle Delete Port: 2f441d05-0b53-44c7-8d57-6455ed2c0901 [pid: 7|app: 0|req: 1276/2721] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/ports?device_id=cd3eb2f7-de18-4fa6-8a32-2864efbab3b2 => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2722] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.63&port_id=0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2723] 199.204.45.38 () {34 vars in 1102 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f0&port_id=0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e => 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: 1279/2724] 199.204.45.38 () {34 vars in 1062 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/subnets?id=79929cf4-2f48-4e17-887d-23583d36b973&id=810b8875-66ff-4a00-8e4e-54136b677825 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2725] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&device_owner=network%3Adhcp => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2726] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&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: 1282/2727] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:48.841 8 INFO neutron.services.segments.plugin [-] Segment 39f233eb-698f-49a0-844b-f9c08a88c8f2 resource provider aggregate not found 2026-05-17 02:26:48.845 8 INFO neutron.services.segments.plugin [-] Segment 39f233eb-698f-49a0-844b-f9c08a88c8f2 resource provider aggregate not found [pid: 7|app: 0|req: 1283/2728] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:26:48 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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-17 02:26:48.866 8 INFO neutron.services.segments.plugin [-] Segment 39f233eb-698f-49a0-844b-f9c08a88c8f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f233eb-698f-49a0-844b-f9c08a88c8f2 found for delete ", "request_id": "req-af12f646-c3bc-47d7-895c-4dc0ba5e463e"}]} 2026-05-17 02:26:48.867 8 INFO neutron.services.segments.plugin [-] Segment 39f233eb-698f-49a0-844b-f9c08a88c8f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f233eb-698f-49a0-844b-f9c08a88c8f2 found for delete ", "request_id": "req-37a676ca-85c4-4d65-8181-2a16e28efc84"}]} [pid: 8|app: 0|req: 1446/2729] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:26:48 2026] DELETE /v2.0/networks/f7054747-d427-471e-bec4-5144e36205f0 => generated 0 bytes in 469 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:26:48.916 7 INFO neutron.pecan_wsgi.hooks.translation [None req-947c874f-c04a-40bb-b46f-4e6902757966 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1284/2730] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:26:48 2026] DELETE /v2.0/subnets/d8f30810-943d-4807-963b-8eee875d8a08 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:26:48.938 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c750f695-d426-4ecb-96d7-66e191d4023e 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1447/2731] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:26:48 2026] DELETE /v2.0/subnets/05afc37c-2f9d-4ac3-8ce2-48abba40de09 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:26:48.961 7 INFO neutron.pecan_wsgi.hooks.translation [None req-abb4500e-68cb-43eb-9541-f929e9c18c1e 087dee38f5a747bc9c5d0efb9d87699a 52d5aad088b44555a4d8b06a65345033 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1285/2732] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:26:48 2026] DELETE /v2.0/subnets/021db543-1226-40d7-b331-2d0775c97f3e => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:26:49.890 8 WARNING neutron.db.securitygroups_db [None req-f7b78deb-4dad-44ca-8a09-b17d472437d7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:26:50.009 8 INFO neutron.db.ovn_revision_numbers_db [None req-f7b78deb-4dad-44ca-8a09-b17d472437d7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3690f17d-9c8b-4362-af8b-db51d1bb11df (type: security_groups) to 1 2026-05-17 02:26:50.020 8 INFO neutron.db.ovn_revision_numbers_db [None req-f7b78deb-4dad-44ca-8a09-b17d472437d7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 85fe34fb-eb15-429a-8fae-57445228ca48 (type: security_group_rules) to 0 2026-05-17 02:26:50.032 8 INFO neutron.db.ovn_revision_numbers_db [None req-f7b78deb-4dad-44ca-8a09-b17d472437d7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 891e3dc3-ce17-4d9c-9f73-221b3b406c00 (type: security_group_rules) to 0 2026-05-17 02:26:50.046 8 INFO neutron.db.ovn_revision_numbers_db [None req-f7b78deb-4dad-44ca-8a09-b17d472437d7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8c724505-a214-40a6-8018-d6f8145aee87 (type: security_group_rules) to 0 2026-05-17 02:26:50.058 8 INFO neutron.db.ovn_revision_numbers_db [None req-f7b78deb-4dad-44ca-8a09-b17d472437d7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 93565ece-9a5c-4666-b166-ad107b47c37b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1448/2733] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:26:49 2026] GET /v2.0/security-groups?tenant_id=720603568abc4d00801046f3b415bfc3&name=default => generated 2929 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2736] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:26:50 2026] DELETE /v2.0/security-groups/3690f17d-9c8b-4362-af8b-db51d1bb11df => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:26:50.389 8 WARNING neutron.db.securitygroups_db [None req-37cddfe5-2586-4fef-aca3-a0c5ad3beeff 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1451/2737] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:26:50 2026] GET /v2.0/security-groups?tenant_id=52d5aad088b44555a4d8b06a65345033&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2738] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:26:50 2026] DELETE /v2.0/security-groups/e673b093-cf2b-4c31-8f95-ec519842cd7f => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:26:50.744 8 WARNING neutron.db.securitygroups_db [None req-4bcfa5df-daa0-47cf-aeac-8e195bfa8d10 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:26:50.855 8 INFO neutron.db.ovn_revision_numbers_db [None req-4bcfa5df-daa0-47cf-aeac-8e195bfa8d10 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 17417346-5958-4ddd-a5b2-ce79275123b0 (type: security_groups) to 1 2026-05-17 02:26:50.866 8 INFO neutron.db.ovn_revision_numbers_db [None req-4bcfa5df-daa0-47cf-aeac-8e195bfa8d10 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 08551360-278d-499d-9047-b7817b7b9006 (type: security_group_rules) to 0 2026-05-17 02:26:50.878 8 INFO neutron.db.ovn_revision_numbers_db [None req-4bcfa5df-daa0-47cf-aeac-8e195bfa8d10 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8d6e152f-b7ff-4742-9fb0-5efaca2a8d4d (type: security_group_rules) to 0 2026-05-17 02:26:50.889 8 INFO neutron.db.ovn_revision_numbers_db [None req-4bcfa5df-daa0-47cf-aeac-8e195bfa8d10 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b8825d87-7727-4c50-8898-9e458c8aac3f (type: security_group_rules) to 0 2026-05-17 02:26:50.899 8 INFO neutron.db.ovn_revision_numbers_db [None req-4bcfa5df-daa0-47cf-aeac-8e195bfa8d10 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f38a83ff-1a59-49ef-9a5d-2d1b2f29f9d3 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1452/2739] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:26:50 2026] GET /v2.0/security-groups?tenant_id=540b797f534b4982ba964d6be932aa15&name=default => generated 2929 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2740] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:26:50 2026] DELETE /v2.0/security-groups/17417346-5958-4ddd-a5b2-ce79275123b0 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2741] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:26:52 2026] GET /v2.0/networks?id=270d92d0-62fb-4f79-95b8-bc0b32aa383d => generated 743 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:53.052 7 WARNING neutron.db.securitygroups_db [req-7c3bda1b-c243-4450-9059-3c0dec07f31b req-0dc53ec2-5154-49de-882b-bd6fe35f4165 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] 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: 1289/2742] 199.204.45.38 () {34 vars in 1048 bytes} [Sun May 17 02:26:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf => generated 179 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:53.400 8 WARNING neutron.scheduler.dhcp_agent_scheduler [req-7c3bda1b-c243-4450-9059-3c0dec07f31b req-5e3cf54d-172a-4a65-8167-e8cacef3e8b5 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:26:53.401 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-7c3bda1b-c243-4450-9059-3c0dec07f31b req-5e3cf54d-172a-4a65-8167-e8cacef3e8b5 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 270d92d0-62fb-4f79-95b8-bc0b32aa383d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:26:53.521 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9011f4d7-2964-4080-a13d-ca81b8673313 - - - - - -] OVN reports status down for port: df97c283-60d3-4f1a-a11f-1a5763de3849 2026-05-17 02:26:53.563 8 INFO neutron.db.ovn_revision_numbers_db [req-7c3bda1b-c243-4450-9059-3c0dec07f31b req-5e3cf54d-172a-4a65-8167-e8cacef3e8b5 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource df97c283-60d3-4f1a-a11f-1a5763de3849 (type: ports) to 1 [pid: 8|app: 0|req: 1454/2743] 199.204.45.38 () {38 vars in 953 bytes} [Sun May 17 02:26:53 2026] POST /v2.0/ports => generated 1183 bytes in 532 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: 1455/2744] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:53 2026] GET /v2.0/ports?device_id=cd3eb2f7-de18-4fa6-8a32-2864efbab3b2 => generated 1186 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2745] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:26:53 2026] GET /v2.0/security-groups?id=7ff8b8d3-710b-4e3e-a7bf-a473880cfc36&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2746] 10.0.0.240 () {34 vars in 989 bytes} [Sun May 17 02:26:53 2026] GET /v2.0/ports?device_id=ab2e494c-758c-4a34-9860-41e33286b13a => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2747] 10.0.0.240 () {34 vars in 1039 bytes} [Sun May 17 02:26:53 2026] GET /v2.0/security-groups?id=7ff8b8d3-710b-4e3e-a7bf-a473880cfc36&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:54.294 7 INFO neutron.db.ovn_revision_numbers_db [req-7c3bda1b-c243-4450-9059-3c0dec07f31b req-0f47d644-919c-4b72-8a5c-becd6d0795ed 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource df97c283-60d3-4f1a-a11f-1a5763de3849 (type: ports) to 2 2026-05-17 02:26:54.514 7 INFO neutron.db.ovn_revision_numbers_db [req-7c3bda1b-c243-4450-9059-3c0dec07f31b req-0f47d644-919c-4b72-8a5c-becd6d0795ed 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource df97c283-60d3-4f1a-a11f-1a5763de3849 (type: ports) to 4 [pid: 7|app: 0|req: 1290/2748] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:26:53 2026] PUT /v2.0/ports/df97c283-60d3-4f1a-a11f-1a5763de3849 => generated 1456 bytes in 897 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:26:54.716 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-604966fa-5ea0-4220-9dbb-102a3f0b5de3'] response: {'name': 'network-changed', 'server_uuid': 'cd3eb2f7-de18-4fa6-8a32-2864efbab3b2', 'tag': 'df97c283-60d3-4f1a-a11f-1a5763de3849', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1459/2749] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:26:55 2026] GET /v2.0/ports?tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf&device_id=cd3eb2f7-de18-4fa6-8a32-2864efbab3b2 => generated 1459 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2750] 199.204.45.38 () {34 vars in 1016 bytes} [Sun May 17 02:26:55 2026] GET /v2.0/networks?tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf&shared=False => generated 2497 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1461/2751] 199.204.45.38 () {34 vars in 928 bytes} [Sun May 17 02:26:55 2026] GET /v2.0/networks?shared=True => generated 791 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2752] 10.0.0.197 () {34 vars in 677 bytes} [Sun May 17 02:26:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2753] 10.0.0.197 () {34 vars in 677 bytes} [Sun May 17 02:26:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2754] 10.0.0.197 () {34 vars in 677 bytes} [Sun May 17 02:26:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2755] 10.0.0.197 () {34 vars in 677 bytes} [Sun May 17 02:26:55 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: 1293/2756] 10.0.0.197 () {34 vars in 677 bytes} [Sun May 17 02:26:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:26:55.666 8 WARNING tagging [None req-63263513-35cb-44d0-a2fe-ca2a8d9d9c4c 9694a98823d04a99945f86e2bf004977 9d8f9d1f144e457bbcc717c0f1412cbf - - 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: 1464/2757] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:26:55 2026] PUT /v2.0/policies/f22f6630-9307-49fd-af4b-cba2957301f3/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:55.712 7 WARNING tagging [None req-92b0628c-14a6-41cf-93f1-30b1a2c630ad 9694a98823d04a99945f86e2bf004977 9d8f9d1f144e457bbcc717c0f1412cbf - - 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: 1294/2758] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:26:55 2026] PUT /v2.0/policies/29e85496-fdec-434e-a4af-6fc99964da0d/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:55.770 8 WARNING tagging [None req-a13d5043-87dd-4f49-8a84-72717a46127c 9694a98823d04a99945f86e2bf004977 9d8f9d1f144e457bbcc717c0f1412cbf - - 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: 1465/2759] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:26:55 2026] PUT /v2.0/policies/7f2c43be-7b1e-482f-b38e-3d3eecc6cb0e/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:26:55.818 7 WARNING tagging [None req-5051309c-365a-4d85-9a53-7b32a48d8c51 9694a98823d04a99945f86e2bf004977 9d8f9d1f144e457bbcc717c0f1412cbf - - 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: 1295/2760] 10.0.0.197 () {34 vars in 752 bytes} [Sun May 17 02:26:55 2026] PUT /v2.0/policies/44516c34-9cb2-4b21-b10d-7d290d8a8a56/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2761] 10.0.0.197 () {32 vars in 673 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2762] 10.0.0.197 () {32 vars in 687 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2763] 10.0.0.197 () {32 vars in 683 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2764] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/ports?tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf&device_id=cd3eb2f7-de18-4fa6-8a32-2864efbab3b2 => generated 1459 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2765] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.60&port_id=df97c283-60d3-4f1a-a11f-1a5763de3849 => 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: 1468/2766] 10.0.0.197 () {32 vars in 695 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2767] 199.204.45.38 () {34 vars in 1104 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A25d&port_id=df97c283-60d3-4f1a-a11f-1a5763de3849 => 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: 1300/2768] 199.204.45.38 () {34 vars in 1062 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/subnets?id=895cb606-1fdb-44c9-8732-fdad8c3d54d2&id=f37c4aec-2f8a-4a60-be3c-8201bdc55256 => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2769] 10.0.0.197 () {32 vars in 681 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2770] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/ports?network_id=270d92d0-62fb-4f79-95b8-bc0b32aa383d&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: 1302/2771] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/ports?network_id=270d92d0-62fb-4f79-95b8-bc0b32aa383d&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: 1470/2772] 10.0.0.197 () {32 vars in 695 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2773] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2774] 10.0.0.197 () {32 vars in 691 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2775] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2776] 10.0.0.197 () {32 vars in 703 bytes} [Sun May 17 02:26:56 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2777] 10.0.0.197 () {32 vars in 733 bytes} [Sun May 17 02:26:56 2026] DELETE /v2.0/qos/policies/f22f6630-9307-49fd-af4b-cba2957301f3 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2778] 10.0.0.197 () {32 vars in 733 bytes} [Sun May 17 02:26:56 2026] DELETE /v2.0/qos/policies/29e85496-fdec-434e-a4af-6fc99964da0d => 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: 1306/2779] 10.0.0.197 () {32 vars in 733 bytes} [Sun May 17 02:26:56 2026] DELETE /v2.0/qos/policies/7f2c43be-7b1e-482f-b38e-3d3eecc6cb0e => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2780] 10.0.0.197 () {32 vars in 733 bytes} [Sun May 17 02:26:56 2026] DELETE /v2.0/qos/policies/44516c34-9cb2-4b21-b10d-7d290d8a8a56 => 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: 1307/2781] 10.0.0.197 () {32 vars in 733 bytes} [Sun May 17 02:26:56 2026] DELETE /v2.0/qos/policies/5ed35770-fe3d-453d-bd1c-5e9ec4812083 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:26:58.002 8 WARNING neutron.db.securitygroups_db [None req-7dbd7b28-cb90-46dd-a8b0-dbc690156686 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:26:58.138 8 INFO neutron.db.ovn_revision_numbers_db [None req-7dbd7b28-cb90-46dd-a8b0-dbc690156686 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2b6f4e02-4556-4bca-a63c-8c1884223622 (type: security_groups) to 1 2026-05-17 02:26:58.150 8 INFO neutron.db.ovn_revision_numbers_db [None req-7dbd7b28-cb90-46dd-a8b0-dbc690156686 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 01c269c2-6920-4f66-9698-74eff21f1cab (type: security_group_rules) to 0 2026-05-17 02:26:58.162 8 INFO neutron.db.ovn_revision_numbers_db [None req-7dbd7b28-cb90-46dd-a8b0-dbc690156686 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 44da4450-c3ae-4198-b5c8-951dfe5950e3 (type: security_group_rules) to 0 2026-05-17 02:26:58.174 8 INFO neutron.db.ovn_revision_numbers_db [None req-7dbd7b28-cb90-46dd-a8b0-dbc690156686 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5c14be78-edef-4d00-887d-9060ecd913f9 (type: security_group_rules) to 0 2026-05-17 02:26:58.185 8 INFO neutron.db.ovn_revision_numbers_db [None req-7dbd7b28-cb90-46dd-a8b0-dbc690156686 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a4df0e57-c3cf-4ff8-929f-5dc2ba72392c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1475/2782] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:26:57 2026] GET /v2.0/security-groups?tenant_id=9d8f9d1f144e457bbcc717c0f1412cbf&name=default => generated 2929 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2783] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:26:58 2026] DELETE /v2.0/security-groups/2b6f4e02-4556-4bca-a63c-8c1884223622 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:26:58.500 8 WARNING neutron.db.securitygroups_db [None req-0b4bd718-c6a4-4b92-b687-329173e4c2e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:26:58.628 8 INFO neutron.db.ovn_revision_numbers_db [None req-0b4bd718-c6a4-4b92-b687-329173e4c2e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e947db97-20d4-4d9e-b704-5ca2cfd4fcf7 (type: security_groups) to 1 2026-05-17 02:26:58.644 8 INFO neutron.db.ovn_revision_numbers_db [None req-0b4bd718-c6a4-4b92-b687-329173e4c2e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 61d15aa3-a4f6-4a9a-abed-e13220d4a161 (type: security_group_rules) to 0 2026-05-17 02:26:58.656 8 INFO neutron.db.ovn_revision_numbers_db [None req-0b4bd718-c6a4-4b92-b687-329173e4c2e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 7c5c183f-eba6-410f-ae38-be90e9bc55aa (type: security_group_rules) to 0 2026-05-17 02:26:58.669 8 INFO neutron.db.ovn_revision_numbers_db [None req-0b4bd718-c6a4-4b92-b687-329173e4c2e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 80adb3d7-9651-4ac7-bffc-112a79af0560 (type: security_group_rules) to 0 2026-05-17 02:26:58.681 8 INFO neutron.db.ovn_revision_numbers_db [None req-0b4bd718-c6a4-4b92-b687-329173e4c2e9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9145279f-d38a-43ef-828d-825f0ef30e21 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1476/2784] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:26:58 2026] GET /v2.0/security-groups?tenant_id=7974f1fff0c14b22b4d8483b6c75d1f8&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2785] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:26:58 2026] GET /v2.0/ports?device_id=cd3eb2f7-de18-4fa6-8a32-2864efbab3b2 => generated 1198 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2786] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:26:58 2026] DELETE /v2.0/security-groups/e947db97-20d4-4d9e-b704-5ca2cfd4fcf7 => 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: 1478/2787] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:26:58 2026] GET /v2.0/security-groups?id=7ff8b8d3-710b-4e3e-a7bf-a473880cfc36&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:26:59.057 7 WARNING neutron.db.securitygroups_db [None req-e3442400-a8b6-4495-a9f6-dd93efc69107 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:26:59.158 7 INFO neutron.db.ovn_revision_numbers_db [None req-e3442400-a8b6-4495-a9f6-dd93efc69107 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ca896049-7c1b-4232-8dfd-db4bf383f59b (type: security_groups) to 1 2026-05-17 02:26:59.169 7 INFO neutron.db.ovn_revision_numbers_db [None req-e3442400-a8b6-4495-a9f6-dd93efc69107 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 186fda08-2a06-4071-a5e5-12614225ecdd (type: security_group_rules) to 0 2026-05-17 02:26:59.185 7 INFO neutron.db.ovn_revision_numbers_db [None req-e3442400-a8b6-4495-a9f6-dd93efc69107 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 36166fed-d3d7-49c3-b2fb-1540384f5479 (type: security_group_rules) to 0 2026-05-17 02:26:59.213 7 INFO neutron.db.ovn_revision_numbers_db [None req-e3442400-a8b6-4495-a9f6-dd93efc69107 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5c5e4628-7c2f-4375-8b6b-ce135a60d040 (type: security_group_rules) to 0 2026-05-17 02:26:59.226 7 INFO neutron.db.ovn_revision_numbers_db [None req-e3442400-a8b6-4495-a9f6-dd93efc69107 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d287b4d8-c35c-43b1-9d77-be2b21538221 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1310/2788] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:26:59 2026] GET /v2.0/security-groups?tenant_id=a1625313151144bdbc7f47d7a7d6ee21&name=default => generated 2929 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:26:59.407 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-9011f4d7-2964-4080-a13d-ca81b8673313 - - - - - -] OVN reports status up for port: df97c283-60d3-4f1a-a11f-1a5763de3849 2026-05-17 02:26:59.427 7 INFO neutron.plugins.ml2.plugin [None req-9011f4d7-2964-4080-a13d-ca81b8673313 - - - - - -] Attempt 1 to provision port df97c283-60d3-4f1a-a11f-1a5763de3849 [pid: 8|app: 0|req: 1479/2789] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:26:59 2026] DELETE /v2.0/security-groups/ca896049-7c1b-4232-8dfd-db4bf383f59b => generated 0 bytes in 230 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:26:59.581 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef5547fd-ef01-4ecf-b18e-a8478263ed24'] response: {'server_uuid': 'cd3eb2f7-de18-4fa6-8a32-2864efbab3b2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'df97c283-60d3-4f1a-a11f-1a5763de3849', 'code': 200} 2026-05-17 02:26:59.710 7 INFO neutron.db.ovn_revision_numbers_db [None req-9011f4d7-2964-4080-a13d-ca81b8673313 - - - - - -] Successfully bumped revision number for resource df97c283-60d3-4f1a-a11f-1a5763de3849 (type: ports) to 5 2026-05-17 02:27:01.639 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c04cf3e5-c4a8-4de5-a77e-7dfd18c34af6'] response: {'server_uuid': 'cd3eb2f7-de18-4fa6-8a32-2864efbab3b2', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'df97c283-60d3-4f1a-a11f-1a5763de3849', '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-17 02:27:03.982 7 INFO neutron.db.ovn_revision_numbers_db [None req-d871d91a-141a-448b-9e09-b52e2922bb87 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource ad5e2246-4786-4574-bb70-a6ebd0792a4e (type: security_groups) to 1 2026-05-17 02:27:03.995 7 INFO neutron.db.ovn_revision_numbers_db [None req-d871d91a-141a-448b-9e09-b52e2922bb87 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource 0b2ff566-c4fb-424a-a295-f99252f41027 (type: security_group_rules) to 0 2026-05-17 02:27:04.007 7 INFO neutron.db.ovn_revision_numbers_db [None req-d871d91a-141a-448b-9e09-b52e2922bb87 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource 1b6a2b09-fc15-4322-b11a-5de5e50eb6b1 (type: security_group_rules) to 0 2026-05-17 02:27:04.018 7 INFO neutron.db.ovn_revision_numbers_db [None req-d871d91a-141a-448b-9e09-b52e2922bb87 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource 41be7760-507c-4e76-b108-89fd9589398f (type: security_group_rules) to 0 2026-05-17 02:27:04.032 7 INFO neutron.db.ovn_revision_numbers_db [None req-d871d91a-141a-448b-9e09-b52e2922bb87 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource 5ee9aa18-abef-4fcb-8816-11965bcad904 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1480/2790] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:27:04 2026] GET /v2.0/ports?device_id=cd3eb2f7-de18-4fa6-8a32-2864efbab3b2 => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:27:04.105 7 INFO neutron.db.segments_db [None req-d871d91a-141a-448b-9e09-b52e2922bb87 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Added segment ce560257-79aa-412c-9c4a-a0e59f669965 of type geneve for network 18b0ddc5-0fcc-4319-a7b2-824b211bbd4b [pid: 8|app: 0|req: 1481/2791] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:27:04 2026] GET /v2.0/security-groups?id=7ff8b8d3-710b-4e3e-a7bf-a473880cfc36&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:27:04.209 7 INFO neutron.db.ovn_revision_numbers_db [None req-d871d91a-141a-448b-9e09-b52e2922bb87 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource 18b0ddc5-0fcc-4319-a7b2-824b211bbd4b (type: networks) to 1 [pid: 8|app: 0|req: 1482/2792] 10.0.0.197 () {32 vars in 817 bytes} [Sun May 17 02:27:04 2026] GET /v2.0/ports?network_id=270d92d0-62fb-4f79-95b8-bc0b32aa383d&mac_address=fa%3A16%3A3e%3A40%3A0b%3A78 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:27:04.411 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-d871d91a-141a-448b-9e09-b52e2922bb87 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] No more DHCP agents 2026-05-17 02:27:04.413 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-d871d91a-141a-448b-9e09-b52e2922bb87 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Unable to schedule network 18b0ddc5-0fcc-4319-a7b2-824b211bbd4b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:04.479 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a3fe9e8a-9870-4907-b200-ffd5c8cbe807 - - - - - -] OVN reports status down for port: c2e881e7-717e-4ab2-a3e4-55e344492116 2026-05-17 02:27:04.491 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-09a6acf7-ab91-4c3c-bc02-61bbf690e3de ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:27:04.494 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-09a6acf7-ab91-4c3c-bc02-61bbf690e3de ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:04.495 7 INFO neutron.db.ovn_revision_numbers_db [None req-d871d91a-141a-448b-9e09-b52e2922bb87 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource c2e881e7-717e-4ab2-a3e4-55e344492116 (type: ports) to 1 [pid: 7|app: 0|req: 1311/2793] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:27:03 2026] POST /v2.0/networks => generated 670 bytes in 871 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:27:04.756 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-83150e2d-c850-4b73-8af5-48f8cbaafde2 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] No more DHCP agents 2026-05-17 02:27:04.758 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-83150e2d-c850-4b73-8af5-48f8cbaafde2 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Unable to schedule network 18b0ddc5-0fcc-4319-a7b2-824b211bbd4b: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:04.825 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a3fe9e8a-9870-4907-b200-ffd5c8cbe807 - - - - - -] OVN reports status down for port: d2bea1ba-18b2-4995-bbc4-2c76c199b69f 2026-05-17 02:27:04.854 7 INFO neutron.db.ovn_revision_numbers_db [None req-83150e2d-c850-4b73-8af5-48f8cbaafde2 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource d2bea1ba-18b2-4995-bbc4-2c76c199b69f (type: ports) to 1 [pid: 7|app: 0|req: 1312/2794] 10.0.0.197 () {34 vars in 663 bytes} [Sun May 17 02:27:04 2026] POST /v2.0/ports => generated 743 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1313/2795] 10.0.0.197 () {34 vars in 665 bytes} [Sun May 17 02:27:04 2026] POST /v2.0/trunks => generated 409 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:27:05.250 7 INFO neutron.db.segments_db [None req-a659d292-8fc4-4cd7-b4ca-5a42ca1e15d6 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Added segment b27b02be-3f8d-4806-bd7e-a6a1b901938e of type geneve for network 2b2f0b7e-60c9-4f68-a261-c6015adebc11 2026-05-17 02:27:05.458 7 INFO neutron.db.ovn_revision_numbers_db [None req-a659d292-8fc4-4cd7-b4ca-5a42ca1e15d6 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource 2b2f0b7e-60c9-4f68-a261-c6015adebc11 (type: networks) to 1 2026-05-17 02:27:05.461 8 INFO neutron.db.ovn_revision_numbers_db [None req-09a6acf7-ab91-4c3c-bc02-61bbf690e3de ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 4e01a163-7003-4fbd-ac55-3f12b168fc85 (type: floatingips) to 1 2026-05-17 02:27:05.461 8 INFO neutron.db.l3_db [None req-09a6acf7-ab91-4c3c-bc02-61bbf690e3de ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Floating IP 4e01a163-7003-4fbd-ac55-3f12b168fc85 associated. External IP: 10.96.250.202, port: df97c283-60d3-4f1a-a11f-1a5763de3849. [pid: 8|app: 0|req: 1483/2796] 10.0.0.197 () {34 vars in 676 bytes} [Sun May 17 02:27:04 2026] POST /v2.0/floatingips => generated 854 bytes in 1274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:27:05.694 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-a659d292-8fc4-4cd7-b4ca-5a42ca1e15d6 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] No more DHCP agents 2026-05-17 02:27:05.696 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-a659d292-8fc4-4cd7-b4ca-5a42ca1e15d6 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Unable to schedule network 2b2f0b7e-60c9-4f68-a261-c6015adebc11: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:05.730 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e74ab2e-75a5-46fb-ace1-911ac9ea43fc'] response: {'name': 'network-changed', 'server_uuid': 'cd3eb2f7-de18-4fa6-8a32-2864efbab3b2', 'tag': 'df97c283-60d3-4f1a-a11f-1a5763de3849', 'status': 'completed', 'code': 200} 2026-05-17 02:27:05.784 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a3fe9e8a-9870-4907-b200-ffd5c8cbe807 - - - - - -] OVN reports status down for port: 6c36baca-bf8f-4290-8302-bbbd956afadc 2026-05-17 02:27:05.809 7 INFO neutron.db.ovn_revision_numbers_db [None req-a659d292-8fc4-4cd7-b4ca-5a42ca1e15d6 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource 6c36baca-bf8f-4290-8302-bbbd956afadc (type: ports) to 1 [pid: 7|app: 0|req: 1314/2799] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:27:05 2026] POST /v2.0/networks => generated 669 bytes in 699 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:27:06.084 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-23e99424-0032-4cea-994f-d85ce81eec96 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] No more DHCP agents 2026-05-17 02:27:06.085 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-23e99424-0032-4cea-994f-d85ce81eec96 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Unable to schedule network 2b2f0b7e-60c9-4f68-a261-c6015adebc11: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:06.149 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a09ad1d-61ad-4911-ac61-bcf07491bfb2 - - - - - -] OVN reports status down for port: 28f4991e-6a83-4102-8d1f-eab987f1c740 2026-05-17 02:27:06.178 8 INFO neutron.db.ovn_revision_numbers_db [None req-23e99424-0032-4cea-994f-d85ce81eec96 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource 28f4991e-6a83-4102-8d1f-eab987f1c740 (type: ports) to 1 [pid: 8|app: 0|req: 1486/2800] 10.0.0.197 () {34 vars in 663 bytes} [Sun May 17 02:27:05 2026] POST /v2.0/ports => generated 743 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1487/2801] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:27:06 2026] GET /v2.0/ports?tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf&device_id=cd3eb2f7-de18-4fa6-8a32-2864efbab3b2 => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2802] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:27:06 2026] GET /v2.0/networks?id=270d92d0-62fb-4f79-95b8-bc0b32aa383d => generated 841 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2803] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:27:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.60&port_id=df97c283-60d3-4f1a-a11f-1a5763de3849 => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2804] 199.204.45.38 () {34 vars in 1104 bytes} [Sun May 17 02:27:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A25d&port_id=df97c283-60d3-4f1a-a11f-1a5763de3849 => 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: 1491/2805] 199.204.45.38 () {34 vars in 1062 bytes} [Sun May 17 02:27:06 2026] GET /v2.0/subnets?id=895cb606-1fdb-44c9-8732-fdad8c3d54d2&id=f37c4aec-2f8a-4a60-be3c-8201bdc55256 => 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: 1315/2806] 10.0.0.197 () {34 vars in 665 bytes} [Sun May 17 02:27:06 2026] POST /v2.0/trunks => generated 409 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2807] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:27:06 2026] GET /v2.0/ports?network_id=270d92d0-62fb-4f79-95b8-bc0b32aa383d&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: 1493/2808] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:27:06 2026] GET /v2.0/ports?network_id=270d92d0-62fb-4f79-95b8-bc0b32aa383d&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: 1494/2809] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:27:06 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:06.586 7 INFO neutron.db.segments_db [None req-8ee15042-3330-48f6-8cd6-3da1c5c04c13 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Added segment 7dd64907-9207-49d5-b218-7ed65609ab3f of type geneve for network d890a2b5-47e3-4277-93d3-a4078401589d [pid: 8|app: 0|req: 1495/2810] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:27:06 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:06.708 7 INFO neutron.db.ovn_revision_numbers_db [None req-8ee15042-3330-48f6-8cd6-3da1c5c04c13 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource d890a2b5-47e3-4277-93d3-a4078401589d (type: networks) to 1 2026-05-17 02:27:06.870 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-8ee15042-3330-48f6-8cd6-3da1c5c04c13 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] No more DHCP agents 2026-05-17 02:27:06.871 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-8ee15042-3330-48f6-8cd6-3da1c5c04c13 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Unable to schedule network d890a2b5-47e3-4277-93d3-a4078401589d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:06.925 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a09ad1d-61ad-4911-ac61-bcf07491bfb2 - - - - - -] OVN reports status down for port: 9cdaadb9-7530-43af-8780-33789678fc3d 2026-05-17 02:27:06.979 7 INFO neutron.db.ovn_revision_numbers_db [None req-8ee15042-3330-48f6-8cd6-3da1c5c04c13 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource 9cdaadb9-7530-43af-8780-33789678fc3d (type: ports) to 1 [pid: 7|app: 0|req: 1316/2811] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:27:06 2026] POST /v2.0/networks => generated 670 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:27:07.280 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-7da614b9-fd94-4b56-9e02-06830cc77f05 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] No more DHCP agents 2026-05-17 02:27:07.282 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-7da614b9-fd94-4b56-9e02-06830cc77f05 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Unable to schedule network d890a2b5-47e3-4277-93d3-a4078401589d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:07.346 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a09ad1d-61ad-4911-ac61-bcf07491bfb2 - - - - - -] OVN reports status down for port: 1d95647b-5434-474e-bfc4-370e73c970e8 2026-05-17 02:27:07.384 8 INFO neutron.db.ovn_revision_numbers_db [None req-7da614b9-fd94-4b56-9e02-06830cc77f05 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource 1d95647b-5434-474e-bfc4-370e73c970e8 (type: ports) to 1 [pid: 8|app: 0|req: 1496/2812] 10.0.0.197 () {34 vars in 663 bytes} [Sun May 17 02:27:07 2026] POST /v2.0/ports => generated 743 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2813] 10.0.0.197 () {34 vars in 665 bytes} [Sun May 17 02:27:07 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-17 02:27:07.712 8 INFO neutron.db.segments_db [None req-f5bb3c55-5c52-4f33-8169-c2f5a3cbdaf3 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Added segment fdc272be-65ea-4984-9b0d-d7d7ebe919d0 of type geneve for network ea566325-e237-4b6b-81f9-6cde5dfb5a95 2026-05-17 02:27:07.841 8 INFO neutron.db.ovn_revision_numbers_db [None req-f5bb3c55-5c52-4f33-8169-c2f5a3cbdaf3 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource ea566325-e237-4b6b-81f9-6cde5dfb5a95 (type: networks) to 1 2026-05-17 02:27:08.013 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f5bb3c55-5c52-4f33-8169-c2f5a3cbdaf3 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] No more DHCP agents 2026-05-17 02:27:08.015 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f5bb3c55-5c52-4f33-8169-c2f5a3cbdaf3 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Unable to schedule network ea566325-e237-4b6b-81f9-6cde5dfb5a95: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:08.097 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a3fe9e8a-9870-4907-b200-ffd5c8cbe807 - - - - - -] OVN reports status down for port: 34376e73-1723-4978-8bbc-4b04fe97d405 2026-05-17 02:27:08.163 8 INFO neutron.db.ovn_revision_numbers_db [None req-f5bb3c55-5c52-4f33-8169-c2f5a3cbdaf3 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource 34376e73-1723-4978-8bbc-4b04fe97d405 (type: ports) to 1 [pid: 8|app: 0|req: 1497/2814] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:27:07 2026] POST /v2.0/networks => generated 670 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:27:08.444 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-fd591cda-b3b3-4009-bd7a-655e52768e08 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] No more DHCP agents 2026-05-17 02:27:08.445 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-fd591cda-b3b3-4009-bd7a-655e52768e08 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Unable to schedule network ea566325-e237-4b6b-81f9-6cde5dfb5a95: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:09.437 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a09ad1d-61ad-4911-ac61-bcf07491bfb2 - - - - - -] OVN reports status down for port: b73a8c15-c25a-4c3a-a75d-9b664f2be5c3 2026-05-17 02:27:09.502 7 INFO neutron.db.ovn_revision_numbers_db [None req-fd591cda-b3b3-4009-bd7a-655e52768e08 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource b73a8c15-c25a-4c3a-a75d-9b664f2be5c3 (type: ports) to 1 [pid: 7|app: 0|req: 1318/2815] 10.0.0.197 () {34 vars in 663 bytes} [Sun May 17 02:27:08 2026] POST /v2.0/ports => generated 743 bytes in 1359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2816] 10.0.0.197 () {34 vars in 665 bytes} [Sun May 17 02:27:09 2026] POST /v2.0/trunks => generated 409 bytes in 217 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-17 02:27:09.901 7 INFO neutron.db.segments_db [None req-df17646d-a111-446c-9c2e-d856ca97933b 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Added segment e538a5bc-46b0-400a-a761-c042291cd3c9 of type geneve for network 786b94c4-2b5e-46b3-b2a9-94d4b836c7d6 2026-05-17 02:27:10.028 7 INFO neutron.db.ovn_revision_numbers_db [None req-df17646d-a111-446c-9c2e-d856ca97933b 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource 786b94c4-2b5e-46b3-b2a9-94d4b836c7d6 (type: networks) to 1 [pid: 8|app: 0|req: 1499/2817] 10.0.0.240 () {34 vars in 989 bytes} [Sun May 17 02:27:10 2026] GET /v2.0/ports?device_id=cd3eb2f7-de18-4fa6-8a32-2864efbab3b2 => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2818] 10.0.0.240 () {34 vars in 1039 bytes} [Sun May 17 02:27:10 2026] GET /v2.0/security-groups?id=7ff8b8d3-710b-4e3e-a7bf-a473880cfc36&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:27:10.175 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-df17646d-a111-446c-9c2e-d856ca97933b 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] No more DHCP agents 2026-05-17 02:27:10.176 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-df17646d-a111-446c-9c2e-d856ca97933b 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Unable to schedule network 786b94c4-2b5e-46b3-b2a9-94d4b836c7d6: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:10.243 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a09ad1d-61ad-4911-ac61-bcf07491bfb2 - - - - - -] OVN reports status down for port: 5d34174c-4098-4a81-b0a1-171870a05825 2026-05-17 02:27:10.307 7 INFO neutron.db.ovn_revision_numbers_db [None req-df17646d-a111-446c-9c2e-d856ca97933b 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource 5d34174c-4098-4a81-b0a1-171870a05825 (type: ports) to 1 [pid: 7|app: 0|req: 1319/2819] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:27:09 2026] POST /v2.0/networks => generated 670 bytes in 577 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:27:11.459 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-4b03b78f-71c7-409e-9b96-909478149f16 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] No more DHCP agents 2026-05-17 02:27:11.461 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-4b03b78f-71c7-409e-9b96-909478149f16 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Unable to schedule network 786b94c4-2b5e-46b3-b2a9-94d4b836c7d6: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:11.528 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a09ad1d-61ad-4911-ac61-bcf07491bfb2 - - - - - -] OVN reports status down for port: 61c490af-36f8-45df-a50a-c38107db2472 2026-05-17 02:27:11.554 8 INFO neutron.db.ovn_revision_numbers_db [None req-4b03b78f-71c7-409e-9b96-909478149f16 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Successfully bumped revision number for resource 61c490af-36f8-45df-a50a-c38107db2472 (type: ports) to 1 [pid: 8|app: 0|req: 1501/2820] 10.0.0.197 () {34 vars in 663 bytes} [Sun May 17 02:27:10 2026] POST /v2.0/ports => generated 743 bytes in 1222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2821] 10.0.0.197 () {34 vars in 665 bytes} [Sun May 17 02:27:11 2026] POST /v2.0/trunks => generated 409 bytes in 182 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-17 02:27:11.823 8 WARNING tagging [None req-26b60e84-2e74-4870-bd43-c0b7f2ccb811 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - 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: 1502/2822] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:27:11 2026] PUT /v2.0/trunks/208fd0f6-c155-446d-847e-b56909898bd9/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:11.865 7 WARNING tagging [None req-1e9f91be-ec0d-4899-8055-a6415a67e5b1 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - 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: 1321/2823] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:27:11 2026] PUT /v2.0/trunks/950c119f-c5b9-492e-a906-3094eb6b27c7/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:11.909 8 WARNING tagging [None req-cf161994-08c3-45c9-a945-e266b3f3747d 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - 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: 1503/2824] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:27:11 2026] PUT /v2.0/trunks/7f4428bb-10c7-4a7e-a42a-f492c7c725a8/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:11.951 7 WARNING tagging [None req-283c924a-bf82-4922-94c0-78195e88cea3 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - 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: 1322/2825] 10.0.0.197 () {34 vars in 748 bytes} [Sun May 17 02:27:11 2026] PUT /v2.0/trunks/1a96e91c-762a-48dd-a4d3-453ad8ebfa7b/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2826] 10.0.0.197 () {32 vars in 661 bytes} [Sun May 17 02:27:11 2026] GET /v2.0/trunks?tags=red => generated 1252 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2827] 10.0.0.197 () {32 vars in 675 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 847 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2828] 10.0.0.197 () {32 vars in 671 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/trunks?tags-any=blue => generated 847 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2829] 10.0.0.197 () {32 vars in 683 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1252 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2830] 10.0.0.197 () {32 vars in 669 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/trunks?not-tags=red => generated 819 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2831] 10.0.0.197 () {32 vars in 683 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1224 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2832] 10.0.0.197 () {32 vars in 679 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1224 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2833] 10.0.0.197 () {32 vars in 691 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => 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: 1508/2834] 10.0.0.197 () {32 vars in 718 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/trunks/208fd0f6-c155-446d-847e-b56909898bd9 => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2835] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/ports/d2bea1ba-18b2-4995-bbc4-2c76c199b69f => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2836] 10.0.0.197 () {32 vars in 721 bytes} [Sun May 17 02:27:12 2026] DELETE /v2.0/trunks/208fd0f6-c155-446d-847e-b56909898bd9 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2837] 10.0.0.197 () {32 vars in 718 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/trunks/950c119f-c5b9-492e-a906-3094eb6b27c7 => generated 422 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2838] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/ports/28f4991e-6a83-4102-8d1f-eab987f1c740 => generated 826 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2839] 10.0.0.197 () {32 vars in 721 bytes} [Sun May 17 02:27:12 2026] DELETE /v2.0/trunks/950c119f-c5b9-492e-a906-3094eb6b27c7 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2840] 10.0.0.197 () {32 vars in 718 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/trunks/7f4428bb-10c7-4a7e-a42a-f492c7c725a8 => generated 431 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2841] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/ports/1d95647b-5434-474e-bfc4-370e73c970e8 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2842] 10.0.0.197 () {32 vars in 721 bytes} [Sun May 17 02:27:12 2026] DELETE /v2.0/trunks/7f4428bb-10c7-4a7e-a42a-f492c7c725a8 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2843] 10.0.0.197 () {32 vars in 718 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/trunks/1a96e91c-762a-48dd-a4d3-453ad8ebfa7b => 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: 1513/2844] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:27:12 2026] GET /v2.0/ports/b73a8c15-c25a-4c3a-a75d-9b664f2be5c3 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2845] 10.0.0.197 () {32 vars in 721 bytes} [Sun May 17 02:27:12 2026] DELETE /v2.0/trunks/1a96e91c-762a-48dd-a4d3-453ad8ebfa7b => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2846] 10.0.0.197 () {32 vars in 718 bytes} [Sun May 17 02:27:13 2026] GET /v2.0/trunks/dfa02197-25fd-4485-a9f8-3b216b6fefde => generated 409 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2847] 10.0.0.197 () {32 vars in 716 bytes} [Sun May 17 02:27:13 2026] GET /v2.0/ports/61c490af-36f8-45df-a50a-c38107db2472 => generated 826 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2848] 10.0.0.197 () {32 vars in 721 bytes} [Sun May 17 02:27:13 2026] DELETE /v2.0/trunks/dfa02197-25fd-4485-a9f8-3b216b6fefde => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:27:13.362 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a5994b4-0b17-492e-a28e-ffec380385e6 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] TaaS: Handle Delete Port: d2bea1ba-18b2-4995-bbc4-2c76c199b69f 2026-05-17 02:27:13.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a5994b4-0b17-492e-a28e-ffec380385e6 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Tap Mirror: Handle Delete Port: d2bea1ba-18b2-4995-bbc4-2c76c199b69f [pid: 7|app: 0|req: 1334/2849] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:27:13 2026] DELETE /v2.0/ports/d2bea1ba-18b2-4995-bbc4-2c76c199b69f => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:27:13.665 8 INFO neutron_taas.services.taas.taas_plugin [None req-6edc913f-9a2d-4954-b947-a21aaded797e 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] TaaS: Handle Delete Port: 28f4991e-6a83-4102-8d1f-eab987f1c740 2026-05-17 02:27:13.671 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6edc913f-9a2d-4954-b947-a21aaded797e 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Tap Mirror: Handle Delete Port: 28f4991e-6a83-4102-8d1f-eab987f1c740 [pid: 8|app: 0|req: 1516/2850] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:27:13 2026] DELETE /v2.0/ports/28f4991e-6a83-4102-8d1f-eab987f1c740 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:27:13.909 7 INFO neutron_taas.services.taas.taas_plugin [None req-2611b701-953a-4ff9-a147-d9314e565cc4 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] TaaS: Handle Delete Port: 1d95647b-5434-474e-bfc4-370e73c970e8 2026-05-17 02:27:13.912 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2611b701-953a-4ff9-a147-d9314e565cc4 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Tap Mirror: Handle Delete Port: 1d95647b-5434-474e-bfc4-370e73c970e8 [pid: 7|app: 0|req: 1335/2851] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:27:13 2026] DELETE /v2.0/ports/1d95647b-5434-474e-bfc4-370e73c970e8 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:27:14.173 8 INFO neutron_taas.services.taas.taas_plugin [None req-447d0942-7032-4743-b0e8-edc92911a8d6 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] TaaS: Handle Delete Port: b73a8c15-c25a-4c3a-a75d-9b664f2be5c3 2026-05-17 02:27:14.177 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-447d0942-7032-4743-b0e8-edc92911a8d6 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Tap Mirror: Handle Delete Port: b73a8c15-c25a-4c3a-a75d-9b664f2be5c3 [pid: 8|app: 0|req: 1517/2852] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:27:14 2026] DELETE /v2.0/ports/b73a8c15-c25a-4c3a-a75d-9b664f2be5c3 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:27:14.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c9e8f3e-f06e-4eff-8c75-50d51678a0e8 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] TaaS: Handle Delete Port: 61c490af-36f8-45df-a50a-c38107db2472 2026-05-17 02:27:14.426 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c9e8f3e-f06e-4eff-8c75-50d51678a0e8 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Tap Mirror: Handle Delete Port: 61c490af-36f8-45df-a50a-c38107db2472 [pid: 7|app: 0|req: 1336/2853] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:27:14 2026] DELETE /v2.0/ports/61c490af-36f8-45df-a50a-c38107db2472 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:27:14.682 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a85bbdd-5ff6-4a61-93f8-79075f567011 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] TaaS: Handle Delete Port: c2e881e7-717e-4ab2-a3e4-55e344492116 2026-05-17 02:27:14.684 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a85bbdd-5ff6-4a61-93f8-79075f567011 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Tap Mirror: Handle Delete Port: c2e881e7-717e-4ab2-a3e4-55e344492116 [pid: 7|app: 0|req: 1337/2854] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:27:14 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2855] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:27:14 2026] DELETE /v2.0/networks/18b0ddc5-0fcc-4319-a7b2-824b211bbd4b => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:27:14.968 8 INFO neutron.services.segments.plugin [-] Segment ce560257-79aa-412c-9c4a-a0e59f669965 resource provider aggregate not found 2026-05-17 02:27:14.984 8 INFO neutron.services.segments.plugin [-] Segment ce560257-79aa-412c-9c4a-a0e59f669965 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce560257-79aa-412c-9c4a-a0e59f669965 found for delete ", "request_id": "req-e96c53af-353f-479a-90d0-1660536c1a28"}]} 2026-05-17 02:27:14.993 8 INFO neutron.services.segments.plugin [-] Segment ce560257-79aa-412c-9c4a-a0e59f669965 resource provider aggregate not found 2026-05-17 02:27:15.006 8 INFO neutron.services.segments.plugin [-] Segment ce560257-79aa-412c-9c4a-a0e59f669965 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce560257-79aa-412c-9c4a-a0e59f669965 found for delete ", "request_id": "req-b7fd53e5-eb0b-4408-86a0-59691d064b08"}]} 2026-05-17 02:27:15.013 7 INFO neutron_taas.services.taas.taas_plugin [None req-35dcf7f3-a494-4984-b3a4-12848e7867fe 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] TaaS: Handle Delete Port: 6c36baca-bf8f-4290-8302-bbbd956afadc 2026-05-17 02:27:15.016 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35dcf7f3-a494-4984-b3a4-12848e7867fe 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Tap Mirror: Handle Delete Port: 6c36baca-bf8f-4290-8302-bbbd956afadc 2026-05-17 02:27:15.250 7 INFO neutron.services.segments.plugin [-] Segment b27b02be-3f8d-4806-bd7e-a6a1b901938e resource provider aggregate not found 2026-05-17 02:27:15.267 7 INFO neutron.services.segments.plugin [-] Segment b27b02be-3f8d-4806-bd7e-a6a1b901938e resource provider aggregate not found 2026-05-17 02:27:15.286 7 INFO neutron.services.segments.plugin [-] Segment b27b02be-3f8d-4806-bd7e-a6a1b901938e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b27b02be-3f8d-4806-bd7e-a6a1b901938e found for delete ", "request_id": "req-04298041-7d4b-433f-b195-5252b20f5b69"}]} [pid: 7|app: 0|req: 1338/2856] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:27:14 2026] DELETE /v2.0/networks/2b2f0b7e-60c9-4f68-a261-c6015adebc11 => generated 0 bytes in 380 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:27:15.294 7 INFO neutron.services.segments.plugin [-] Segment b27b02be-3f8d-4806-bd7e-a6a1b901938e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b27b02be-3f8d-4806-bd7e-a6a1b901938e found for delete ", "request_id": "req-0c61b320-c47b-4723-8caa-3536eb8e903e"}]} 2026-05-17 02:27:15.451 8 INFO neutron_taas.services.taas.taas_plugin [None req-79d15f57-7881-42f2-b54f-a056effff750 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] TaaS: Handle Delete Port: 9cdaadb9-7530-43af-8780-33789678fc3d 2026-05-17 02:27:15.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79d15f57-7881-42f2-b54f-a056effff750 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Tap Mirror: Handle Delete Port: 9cdaadb9-7530-43af-8780-33789678fc3d [pid: 8|app: 0|req: 1519/2857] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:27:15 2026] DELETE /v2.0/networks/d890a2b5-47e3-4277-93d3-a4078401589d => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:27:15.802 7 INFO neutron_taas.services.taas.taas_plugin [None req-b28388a8-d27f-4e7e-a115-c32799a27060 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] TaaS: Handle Delete Port: 34376e73-1723-4978-8bbc-4b04fe97d405 2026-05-17 02:27:15.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b28388a8-d27f-4e7e-a115-c32799a27060 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Tap Mirror: Handle Delete Port: 34376e73-1723-4978-8bbc-4b04fe97d405 [pid: 7|app: 0|req: 1339/2858] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:27:15 2026] DELETE /v2.0/networks/ea566325-e237-4b6b-81f9-6cde5dfb5a95 => generated 0 bytes in 394 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2859] 10.0.0.208 () {30 vars in 689 bytes} [Sun May 17 02:27:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2860] 10.0.0.208 () {30 vars in 691 bytes} [Sun May 17 02:27:16 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: 1522/2861] 10.0.0.208 () {30 vars in 667 bytes} [Sun May 17 02:27:16 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: 1523/2862] 10.0.0.208 () {30 vars in 703 bytes} [Sun May 17 02:27:16 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-17 02:27:16.250 7 INFO neutron_taas.services.taas.taas_plugin [None req-bef8c3cf-d486-4add-b4a9-f7beb40a8ffb 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] TaaS: Handle Delete Port: 5d34174c-4098-4a81-b0a1-171870a05825 2026-05-17 02:27:16.253 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bef8c3cf-d486-4add-b4a9-f7beb40a8ffb 93d84382c1914fb182fbf2df502c22b2 f0588ea607ad4e1b9a897cfbc1b482de - - default default] Tap Mirror: Handle Delete Port: 5d34174c-4098-4a81-b0a1-171870a05825 [pid: 7|app: 0|req: 1340/2863] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:27:16 2026] DELETE /v2.0/networks/786b94c4-2b5e-46b3-b2a9-94d4b836c7d6 => generated 0 bytes in 408 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2864] 10.0.0.208 () {28 vars in 438 bytes} [Sun May 17 02:27:16 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2865] 10.0.0.208 () {30 vars in 727 bytes} [Sun May 17 02:27:16 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 657 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2866] 10.0.0.208 () {30 vars in 689 bytes} [Sun May 17 02:27:16 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: 1342/2867] 10.0.0.208 () {30 vars in 691 bytes} [Sun May 17 02:27:16 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: 8|app: 0|req: 1526/2868] 10.0.0.208 () {30 vars in 667 bytes} [Sun May 17 02:27:16 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: 1343/2869] 10.0.0.208 () {30 vars in 703 bytes} [Sun May 17 02:27:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2870] 10.0.0.208 () {30 vars in 727 bytes} [Sun May 17 02:27:16 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2871] 10.0.0.208 () {30 vars in 689 bytes} [Sun May 17 02:27:16 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: 1528/2872] 10.0.0.208 () {30 vars in 691 bytes} [Sun May 17 02:27:16 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: 1345/2873] 10.0.0.208 () {30 vars in 667 bytes} [Sun May 17 02:27:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2874] 10.0.0.208 () {30 vars in 703 bytes} [Sun May 17 02:27:16 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: 1346/2875] 10.0.0.208 () {30 vars in 729 bytes} [Sun May 17 02:27:16 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149 => generated 841 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:27:17.008 8 INFO neutron.services.segments.plugin [-] Segment 7dd64907-9207-49d5-b218-7ed65609ab3f resource provider aggregate not found [pid: 8|app: 0|req: 1530/2876] 10.0.0.208 () {30 vars in 681 bytes} [Sun May 17 02:27:17 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:27:17.025 8 INFO neutron.services.segments.plugin [-] Segment 7dd64907-9207-49d5-b218-7ed65609ab3f resource provider aggregate not found 2026-05-17 02:27:17.029 8 INFO neutron.services.segments.plugin [-] Segment 7dd64907-9207-49d5-b218-7ed65609ab3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dd64907-9207-49d5-b218-7ed65609ab3f found for delete ", "request_id": "req-b9564523-dd87-4a60-ae77-f5709078f0f5"}]} 2026-05-17 02:27:17.037 8 INFO neutron.services.segments.plugin [-] Segment 7dd64907-9207-49d5-b218-7ed65609ab3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dd64907-9207-49d5-b218-7ed65609ab3f found for delete ", "request_id": "req-1f0d757c-5efd-4c2c-89ad-569439e90b90"}]} 2026-05-17 02:27:17.307 7 INFO neutron.services.segments.plugin [-] Segment fdc272be-65ea-4984-9b0d-d7d7ebe919d0 resource provider aggregate not found 2026-05-17 02:27:17.314 7 INFO neutron.services.segments.plugin [-] Segment fdc272be-65ea-4984-9b0d-d7d7ebe919d0 resource provider aggregate not found 2026-05-17 02:27:17.328 7 INFO neutron.services.segments.plugin [-] Segment fdc272be-65ea-4984-9b0d-d7d7ebe919d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdc272be-65ea-4984-9b0d-d7d7ebe919d0 found for delete ", "request_id": "req-ea01cc65-aa22-4655-b3b3-2e0976d1981f"}]} 2026-05-17 02:27:17.334 7 INFO neutron.services.segments.plugin [-] Segment fdc272be-65ea-4984-9b0d-d7d7ebe919d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdc272be-65ea-4984-9b0d-d7d7ebe919d0 found for delete ", "request_id": "req-ad330828-2272-43ce-ae1c-dc7c4ce50dcf"}]} 2026-05-17 02:27:17.362 7 INFO neutron.services.segments.plugin [-] Segment e538a5bc-46b0-400a-a761-c042291cd3c9 resource provider aggregate not found 2026-05-17 02:27:17.367 7 INFO neutron.services.segments.plugin [-] Segment e538a5bc-46b0-400a-a761-c042291cd3c9 resource provider aggregate not found 2026-05-17 02:27:17.385 7 INFO neutron.services.segments.plugin [-] Segment e538a5bc-46b0-400a-a761-c042291cd3c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e538a5bc-46b0-400a-a761-c042291cd3c9 found for delete ", "request_id": "req-a169ce02-b3f0-4168-813c-1542d183d513"}]} 2026-05-17 02:27:17.388 7 INFO neutron.services.segments.plugin [-] Segment e538a5bc-46b0-400a-a761-c042291cd3c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e538a5bc-46b0-400a-a761-c042291cd3c9 found for delete ", "request_id": "req-e9a09456-b90e-471f-8ef9-75caa51279cc"}]} 2026-05-17 02:27:17.435 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-71a328ce-7758-4d82-8d62-1a02efc1f72a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:27:17.436 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-71a328ce-7758-4d82-8d62-1a02efc1f72a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 579b0a9e-a776-4b32-8623-a09a503b5149: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:17.475 8 WARNING neutron.db.securitygroups_db [None req-66237b83-65af-4000-ba95-d77fe1bf354b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:27:17.576 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a09ad1d-61ad-4911-ac61-bcf07491bfb2 - - - - - -] OVN reports status down for port: df3a4264-997b-4124-aa3d-afbfbdcd0f89 2026-05-17 02:27:17.674 7 INFO neutron.db.ovn_revision_numbers_db [None req-71a328ce-7758-4d82-8d62-1a02efc1f72a 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource df3a4264-997b-4124-aa3d-afbfbdcd0f89 (type: ports) to 1 2026-05-17 02:27:17.683 8 INFO neutron.db.ovn_revision_numbers_db [None req-66237b83-65af-4000-ba95-d77fe1bf354b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 79b6e871-fc08-428f-a837-bfb9d858df8c (type: security_groups) to 1 2026-05-17 02:27:17.695 8 INFO neutron.db.ovn_revision_numbers_db [None req-66237b83-65af-4000-ba95-d77fe1bf354b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3b3f2a76-3f9d-4fba-b30c-12932ccd7e92 (type: security_group_rules) to 0 2026-05-17 02:27:17.706 8 INFO neutron.db.ovn_revision_numbers_db [None req-66237b83-65af-4000-ba95-d77fe1bf354b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 70875229-f323-45c3-90ad-2e0d4bfb9ffd (type: security_group_rules) to 0 2026-05-17 02:27:17.718 8 INFO neutron.db.ovn_revision_numbers_db [None req-66237b83-65af-4000-ba95-d77fe1bf354b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d66ea696-4ad1-4e3a-ac01-f773a2873ed9 (type: security_group_rules) to 0 2026-05-17 02:27:17.728 8 INFO neutron.db.ovn_revision_numbers_db [None req-66237b83-65af-4000-ba95-d77fe1bf354b 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource faeafb57-8737-4104-8ae0-9c1fa877537f (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1347/2877] 10.0.0.208 () {34 vars in 703 bytes} [Sun May 17 02:27:17 2026] POST /v2.0/ports => generated 1128 bytes in 706 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2878] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:27:17 2026] GET /v2.0/security-groups?tenant_id=c9d41dd1de1d4569bda30f1af9434aa9&name=default => generated 2929 bytes in 496 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: 1348/2879] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:27:17 2026] DELETE /v2.0/security-groups/79b6e871-fc08-428f-a837-bfb9d858df8c => generated 0 bytes in 183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:27:18.085 8 WARNING neutron.db.securitygroups_db [None req-3288a0b7-ca20-4f0a-958d-422f1f2181db 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1532/2880] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:27:18 2026] GET /v2.0/security-groups?tenant_id=f0588ea607ad4e1b9a897cfbc1b482de&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2881] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:27:18 2026] DELETE /v2.0/security-groups/ad5e2246-4786-4574-bb70-a6ebd0792a4e => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:27:18.494 8 WARNING neutron.db.securitygroups_db [None req-931e55b9-eee0-4efd-b75b-a265322698d1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:27:18.655 8 INFO neutron.db.ovn_revision_numbers_db [None req-931e55b9-eee0-4efd-b75b-a265322698d1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource de6afb09-6f36-4b09-85dd-4c5214e0db2c (type: security_groups) to 1 2026-05-17 02:27:18.666 8 INFO neutron.db.ovn_revision_numbers_db [None req-931e55b9-eee0-4efd-b75b-a265322698d1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8b96b668-4ba7-4bfb-929f-c664002823a5 (type: security_group_rules) to 0 2026-05-17 02:27:18.677 8 INFO neutron.db.ovn_revision_numbers_db [None req-931e55b9-eee0-4efd-b75b-a265322698d1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9a80054b-6bae-45cb-bd08-808d987d2e34 (type: security_group_rules) to 0 2026-05-17 02:27:18.689 8 INFO neutron.db.ovn_revision_numbers_db [None req-931e55b9-eee0-4efd-b75b-a265322698d1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource dbd97ac8-b1a1-4f50-8f7e-1fa10c274c0d (type: security_group_rules) to 0 2026-05-17 02:27:18.701 8 INFO neutron.db.ovn_revision_numbers_db [None req-931e55b9-eee0-4efd-b75b-a265322698d1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e3def890-ffe5-4357-b245-2c6afd5baa39 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1533/2882] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:27:18 2026] GET /v2.0/security-groups?tenant_id=25d0820fb7d44310b1060fdc8ee2482b&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2883] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:27:18 2026] DELETE /v2.0/security-groups/de6afb09-6f36-4b09-85dd-4c5214e0db2c => generated 0 bytes in 193 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2886] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:27:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2887] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:27:20 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: 1536/2888] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:27:20 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: 1353/2889] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:27: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: 8|app: 0|req: 1537/2890] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:27:20 2026] GET /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2891] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:27: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: 1538/2892] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:27: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: 1355/2893] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:27:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2894] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:27:21 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-17 02:27:21.188 7 INFO neutron.api.v2.resource [None req-61992469-fdd0-476f-98cc-189cde1cf000 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1356/2895] 199.204.45.38 () {30 vars in 761 bytes} [Sun May 17 02:27:21 2026] GET /v2.0/security-groups/lb-696bbee0-de90-4c5d-a724-dc29d601a6cb => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2896] 199.204.45.38 () {30 vars in 783 bytes} [Sun May 17 02:27:21 2026] GET /v2.0/security-groups?name=lb-696bbee0-de90-4c5d-a724-dc29d601a6cb => generated 23 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:21.378 7 INFO neutron.db.ovn_revision_numbers_db [None req-3d2018c0-6131-45f6-8f64-2ac524b03592 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 70041f38-f6ad-4956-b495-9e4388b55792 (type: security_groups) to 1 2026-05-17 02:27:21.390 7 INFO neutron.db.ovn_revision_numbers_db [None req-3d2018c0-6131-45f6-8f64-2ac524b03592 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b14a183f-cd45-4cc5-ab74-2d19a193d606 (type: security_group_rules) to 0 2026-05-17 02:27:21.401 7 INFO neutron.db.ovn_revision_numbers_db [None req-3d2018c0-6131-45f6-8f64-2ac524b03592 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b42eaa3b-811d-4f25-a3dd-e83de56d0050 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1357/2897] 199.204.45.38 () {34 vars in 734 bytes} [Sun May 17 02:27:21 2026] POST /v2.0/security-groups => generated 1638 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2898] 199.204.45.38 () {30 vars in 813 bytes} [Sun May 17 02:27:21 2026] GET /v2.0/security-group-rules?security_group_id=70041f38-f6ad-4956-b495-9e4388b55792 => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:27:21.879 7 INFO neutron.db.ovn_revision_numbers_db [None req-2a130e05-749e-489a-b47c-f3548e1b7eb9 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource df3a4264-997b-4124-aa3d-afbfbdcd0f89 (type: ports) to 2 [pid: 7|app: 0|req: 1358/2899] 199.204.45.38 () {34 vars in 787 bytes} [Sun May 17 02:27:21 2026] PUT /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => generated 1128 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2900] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:27:21 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: 1359/2901] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:27:21 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: 1543/2902] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:27:21 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: 1360/2903] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:27:21 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: 1544/2904] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:27:22 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:27:22.718 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-ec3e8a86-f3cf-4601-b4be-14c0ea71513b 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - default default] No more DHCP agents 2026-05-17 02:27:22.720 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-ec3e8a86-f3cf-4601-b4be-14c0ea71513b 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1361/2905] 10.0.0.197 () {34 vars in 675 bytes} [Sun May 17 02:27:22 2026] POST /v2.0/floatingips => generated 552 bytes in 843 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:27:23.091 8 WARNING tagging [None req-da9de193-2bab-431c-a83d-c881b66f91bc 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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/2906] 10.0.0.197 () {34 vars in 758 bytes} [Sun May 17 02:27:23 2026] PUT /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags => generated 25 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:23.232 7 WARNING tagging [None req-36391c7b-6c01-4ff8-8be6-02beae7a8c2a 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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: 1362/2907] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:27:23 2026] GET /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:23.313 8 WARNING tagging [None req-6e14f3a9-7d40-47e7-8fe5-e1af60a1e6bd 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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/2908] 10.0.0.197 () {34 vars in 769 bytes} [Sun May 17 02:27:23 2026] PUT /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-17 02:27:23.398 7 WARNING tagging [None req-fc6a3198-4756-4dea-a870-b6d71b1a4cf1 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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: 1363/2909] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:27:23 2026] GET /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:23.459 8 WARNING tagging [None req-7031a8bf-e2fc-4ea3-8fe7-0b4bb531728a 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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/2910] 10.0.0.197 () {34 vars in 765 bytes} [Sun May 17 02:27:23 2026] PUT /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags/red => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-17 02:27:23.539 7 WARNING tagging [None req-3d3936ae-4c30-4e7d-bd29-85634d176e4d 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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: 1364/2911] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:27:23 2026] GET /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:23.595 8 WARNING tagging [None req-115c2915-2f67-47da-89c5-6b747a610c45 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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/2912] 10.0.0.197 () {34 vars in 787 bytes} [Sun May 17 02:27:23 2026] PUT /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags/black.or.white => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-17 02:27:23.702 7 WARNING tagging [None req-69139ae8-2343-4498-8cfc-fa12566dd864 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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: 1365/2913] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:27:23 2026] GET /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:23.759 8 WARNING tagging [None req-c9c1bb3c-05d4-459a-a197-8b24be7cd3a5 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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: 1549/2914] 10.0.0.197 () {34 vars in 758 bytes} [Sun May 17 02:27:23 2026] PUT /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:23.835 7 WARNING tagging [None req-5a75525a-b6e4-443d-b20d-9c692dec20f5 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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: 1366/2915] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:27:23 2026] GET /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:23.881 8 WARNING tagging [None req-41ebd1de-32e3-4d0b-9584-a6fd75723528 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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/2916] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:27:23 2026] GET /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:27:23.938 7 WARNING tagging [None req-c4c1c2fe-db09-4972-a043-f7132484a8a9 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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-17 02:27:23.962 7 INFO neutron.api.v2.resource [None req-c4c1c2fe-db09-4972-a043-f7132484a8a9 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1367/2917] 10.0.0.197 () {32 vars in 750 bytes} [Sun May 17 02:27:23 2026] GET /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:27:23.995 8 WARNING tagging [None req-30f3b134-e394-401f-80a9-0a67688ef538 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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/2918] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:27:23 2026] DELETE /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:27:24.158 7 WARNING tagging [None req-6f17ddbe-81a4-4fde-8355-565d0e04f05f 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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: 1368/2919] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:27:24 2026] GET /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags => generated 30 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:24.214 8 WARNING tagging [None req-c34e988a-062b-4b02-a695-762ee627cab7 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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-17 02:27:24.233 8 INFO neutron.api.v2.resource [None req-c34e988a-062b-4b02-a695-762ee627cab7 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/2920] 10.0.0.197 () {32 vars in 753 bytes} [Sun May 17 02:27:24 2026] DELETE /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:27:24.268 7 WARNING tagging [None req-1c6016ff-589d-4488-826c-53cbf364357a 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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: 1369/2921] 10.0.0.197 () {32 vars in 741 bytes} [Sun May 17 02:27:24 2026] DELETE /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:27:24.334 8 WARNING tagging [None req-5e82cdf5-7533-48e2-b0e1-11fe8a4a582b 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - 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: 1553/2922] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:27:24 2026] GET /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:24.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-38fa794b-c8f5-4a09-b376-6945cb20781b 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - default default] TaaS: Handle Delete Port: 69d9f4c7-3c30-421b-b873-3bc179241975 2026-05-17 02:27:24.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38fa794b-c8f5-4a09-b376-6945cb20781b 7c5e5898d34046eba7e7ce28660aa5ba 8789744f3d5c4a6c8e6406f5554bbc5e - - default default] Tap Mirror: Handle Delete Port: 69d9f4c7-3c30-421b-b873-3bc179241975 [pid: 7|app: 0|req: 1370/2923] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:27:24 2026] DELETE /v2.0/floatingips/7a4f0b20-9910-4823-a54a-20a3d7eb8bef => generated 0 bytes in 345 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:27:25.434 8 WARNING neutron.db.securitygroups_db [None req-947ec410-0842-40e1-a8d8-959278e0ac8e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:27:25.570 8 INFO neutron.db.ovn_revision_numbers_db [None req-947ec410-0842-40e1-a8d8-959278e0ac8e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 98951980-0cc3-4780-9201-621fc70c7bd4 (type: security_groups) to 1 2026-05-17 02:27:25.581 8 INFO neutron.db.ovn_revision_numbers_db [None req-947ec410-0842-40e1-a8d8-959278e0ac8e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 1b071032-d511-4532-8768-68d620c59ef0 (type: security_group_rules) to 0 2026-05-17 02:27:25.592 8 INFO neutron.db.ovn_revision_numbers_db [None req-947ec410-0842-40e1-a8d8-959278e0ac8e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 39b5e568-6148-42c9-a2b2-59943ae29979 (type: security_group_rules) to 0 2026-05-17 02:27:25.604 8 INFO neutron.db.ovn_revision_numbers_db [None req-947ec410-0842-40e1-a8d8-959278e0ac8e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e297e09d-d703-456b-8510-f486f9ea70da (type: security_group_rules) to 0 2026-05-17 02:27:25.619 8 INFO neutron.db.ovn_revision_numbers_db [None req-947ec410-0842-40e1-a8d8-959278e0ac8e 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource f55a9d3c-6326-4e8c-ae95-fe25d991e4d6 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1554/2924] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:27:25 2026] GET /v2.0/security-groups?tenant_id=e17d0a8fb87a48a5a58d765d74770212&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2925] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:27:25 2026] DELETE /v2.0/security-groups/98951980-0cc3-4780-9201-621fc70c7bd4 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:27:25.970 8 WARNING neutron.db.securitygroups_db [None req-1deddd84-c9be-4b65-8db2-3061706321c6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:27:26.100 8 INFO neutron.db.ovn_revision_numbers_db [None req-1deddd84-c9be-4b65-8db2-3061706321c6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource efcb6744-b945-4a1e-a443-99f2f5519edd (type: security_groups) to 1 2026-05-17 02:27:26.112 8 INFO neutron.db.ovn_revision_numbers_db [None req-1deddd84-c9be-4b65-8db2-3061706321c6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3d7048e3-be4b-4a1e-9cf3-0b37e8fb8fbd (type: security_group_rules) to 0 2026-05-17 02:27:26.122 8 INFO neutron.db.ovn_revision_numbers_db [None req-1deddd84-c9be-4b65-8db2-3061706321c6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 76ba4f0e-1c26-4c2c-911b-4b486f30b175 (type: security_group_rules) to 0 2026-05-17 02:27:26.133 8 INFO neutron.db.ovn_revision_numbers_db [None req-1deddd84-c9be-4b65-8db2-3061706321c6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource baba0250-28f5-4995-bd2c-e583c1a5f3e0 (type: security_group_rules) to 0 2026-05-17 02:27:26.147 8 INFO neutron.db.ovn_revision_numbers_db [None req-1deddd84-c9be-4b65-8db2-3061706321c6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource e993c8d7-5776-43ff-91a1-027867ae3b6c (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1555/2926] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:27:25 2026] GET /v2.0/security-groups?tenant_id=8789744f3d5c4a6c8e6406f5554bbc5e&name=default => generated 2929 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2927] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:27:26 2026] DELETE /v2.0/security-groups/efcb6744-b945-4a1e-a443-99f2f5519edd => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2928] 10.0.0.151 () {34 vars in 1015 bytes} [Sun May 17 02:27:29 2026] GET /v2.0/security-groups?id=4aeeba06-824d-4b08-83f0-e5bf659ba699&fields=id => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:29.741 8 INFO neutron.db.ovn_revision_numbers_db [None req-91a6d256-3195-4f9e-8483-532d10f1bd0e c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] Successfully bumped revision number for resource a2cdc562-bb9a-4165-b48a-aaaf0b7aa804 (type: security_groups) to 1 2026-05-17 02:27:29.752 8 INFO neutron.db.ovn_revision_numbers_db [None req-91a6d256-3195-4f9e-8483-532d10f1bd0e c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] Successfully bumped revision number for resource 79da564d-8aa7-481b-9bc4-a11b1e2f1437 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1374/2929] 10.0.0.151 () {34 vars in 981 bytes} [Sun May 17 02:27:29 2026] GET /v2.0/networks?id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd => generated 776 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:27:29.764 8 INFO neutron.db.ovn_revision_numbers_db [None req-91a6d256-3195-4f9e-8483-532d10f1bd0e c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] Successfully bumped revision number for resource a3a3d5b7-c02b-4f1e-92ee-03fc203a56fc (type: security_group_rules) to 0 2026-05-17 02:27:29.775 8 INFO neutron.db.ovn_revision_numbers_db [None req-91a6d256-3195-4f9e-8483-532d10f1bd0e c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] Successfully bumped revision number for resource cddf9ef7-c9ef-4e1b-be07-9d0cccd6dae0 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1375/2930] 10.0.0.151 () {34 vars in 964 bytes} [Sun May 17 02:27:29 2026] GET /v2.0/quotas/8ea12d20a947412880db696f1f35c4f6 => generated 291 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:27:29.788 8 INFO neutron.db.ovn_revision_numbers_db [None req-91a6d256-3195-4f9e-8483-532d10f1bd0e c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] Successfully bumped revision number for resource d447b270-f656-4b88-8f8f-b86d7649e206 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1376/2931] 10.0.0.151 () {34 vars in 1001 bytes} [Sun May 17 02:27:29 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&fields=id => generated 149 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:27:29.867 8 INFO neutron.db.segments_db [None req-91a6d256-3195-4f9e-8483-532d10f1bd0e c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] Added segment 5065be10-bcea-4a80-a56b-e76376664905 of type geneve for network 319d4476-8824-4b14-a4d1-21f1a22f9290 [pid: 7|app: 0|req: 1377/2932] 10.0.0.151 () {34 vars in 1007 bytes} [Sun May 17 02:27:29 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?fields=segments => generated 14 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:29.992 8 INFO neutron.db.ovn_revision_numbers_db [None req-91a6d256-3195-4f9e-8483-532d10f1bd0e c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] Successfully bumped revision number for resource 319d4476-8824-4b14-a4d1-21f1a22f9290 (type: networks) to 1 [pid: 7|app: 0|req: 1378/2933] 10.0.0.151 () {34 vars in 1107 bytes} [Sun May 17 02:27:29 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?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-17 02:27:30.165 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-91a6d256-3195-4f9e-8483-532d10f1bd0e c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] No more DHCP agents 2026-05-17 02:27:30.167 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-91a6d256-3195-4f9e-8483-532d10f1bd0e c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] Unable to schedule network 319d4476-8824-4b14-a4d1-21f1a22f9290: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:30.231 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a09ad1d-61ad-4911-ac61-bcf07491bfb2 - - - - - -] OVN reports status down for port: 3ed53e71-5b14-4d90-944c-2b9e7bc10eaf 2026-05-17 02:27:30.242 8 INFO neutron.db.ovn_revision_numbers_db [None req-91a6d256-3195-4f9e-8483-532d10f1bd0e c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] Successfully bumped revision number for resource 3ed53e71-5b14-4d90-944c-2b9e7bc10eaf (type: ports) to 1 [pid: 8|app: 0|req: 1556/2934] 10.0.0.197 () {34 vars in 669 bytes} [Sun May 17 02:27:29 2026] POST /v2.0/networks => generated 670 bytes in 766 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:27:30.528 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-79d01f36-f9d0-44d0-901e-b95b0ea84500 c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] No more DHCP agents 2026-05-17 02:27:30.530 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-79d01f36-f9d0-44d0-901e-b95b0ea84500 c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] Unable to schedule network 319d4476-8824-4b14-a4d1-21f1a22f9290: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:30.589 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a3fe9e8a-9870-4907-b200-ffd5c8cbe807 - - - - - -] OVN reports status down for port: 5fb44fc6-5f8d-4118-99b3-d9669affe9f5 2026-05-17 02:27:30.629 7 INFO neutron.db.ovn_revision_numbers_db [None req-79d01f36-f9d0-44d0-901e-b95b0ea84500 c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] Successfully bumped revision number for resource 5fb44fc6-5f8d-4118-99b3-d9669affe9f5 (type: ports) to 1 [pid: 7|app: 0|req: 1379/2935] 10.0.0.197 () {34 vars in 663 bytes} [Sun May 17 02:27:30 2026] POST /v2.0/ports => generated 743 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1557/2936] 10.0.0.197 () {34 vars in 746 bytes} [Sun May 17 02:27:30 2026] PUT /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags => generated 25 bytes in 68 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: 1380/2937] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:27:30 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => 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: 1558/2938] 10.0.0.197 () {32 vars in 726 bytes} [Sun May 17 02:27:30 2026] GET /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1559/2939] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:27:30 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => 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: 1381/2940] 10.0.0.197 () {34 vars in 757 bytes} [Sun May 17 02:27:30 2026] PUT /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags/green => 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: 1560/2941] 10.0.0.197 () {32 vars in 726 bytes} [Sun May 17 02:27:30 2026] GET /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1382/2942] 10.0.0.197 () {34 vars in 753 bytes} [Sun May 17 02:27:30 2026] PUT /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags/red => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1561/2943] 10.0.0.197 () {32 vars in 726 bytes} [Sun May 17 02:27:31 2026] GET /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1383/2944] 10.0.0.197 () {34 vars in 775 bytes} [Sun May 17 02:27:31 2026] PUT /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags/black.or.white => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1562/2945] 10.0.0.197 () {32 vars in 726 bytes} [Sun May 17 02:27:31 2026] GET /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags => generated 52 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1384/2946] 10.0.0.197 () {34 vars in 746 bytes} [Sun May 17 02:27:31 2026] PUT /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1563/2947] 10.0.0.197 () {32 vars in 726 bytes} [Sun May 17 02:27:31 2026] GET /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags => generated 37 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: 7|app: 0|req: 1385/2948] 10.0.0.197 () {32 vars in 734 bytes} [Sun May 17 02:27:31 2026] GET /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags/red => generated 0 bytes in 52 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-17 02:27:31.492 8 INFO neutron.api.v2.resource [None req-b33faf59-a69c-4214-a4bf-6414628c4570 c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/2949] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:27:31 2026] GET /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags/green => generated 99 bytes in 47 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: 1386/2950] 10.0.0.197 () {32 vars in 737 bytes} [Sun May 17 02:27:31 2026] DELETE /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1565/2951] 10.0.0.197 () {32 vars in 726 bytes} [Sun May 17 02:27:31 2026] GET /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags => generated 30 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-17 02:27:31.670 7 INFO neutron.api.v2.resource [None req-7fc981ea-8890-44cd-8347-68af10aef705 c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1387/2952] 10.0.0.197 () {32 vars in 741 bytes} [Sun May 17 02:27:31 2026] DELETE /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags/green => generated 99 bytes in 57 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: 1566/2953] 10.0.0.197 () {32 vars in 729 bytes} [Sun May 17 02:27:31 2026] DELETE /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags => generated 0 bytes in 75 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: 1388/2954] 10.0.0.197 () {32 vars in 726 bytes} [Sun May 17 02:27:31 2026] GET /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-17 02:27:31.974 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8dc881d-ccc0-4657-9a10-4fb77d35e556 c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] TaaS: Handle Delete Port: 5fb44fc6-5f8d-4118-99b3-d9669affe9f5 2026-05-17 02:27:31.977 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8dc881d-ccc0-4657-9a10-4fb77d35e556 c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] Tap Mirror: Handle Delete Port: 5fb44fc6-5f8d-4118-99b3-d9669affe9f5 [pid: 8|app: 0|req: 1567/2955] 10.0.0.197 () {32 vars in 719 bytes} [Sun May 17 02:27:31 2026] DELETE /v2.0/ports/5fb44fc6-5f8d-4118-99b3-d9669affe9f5 => generated 0 bytes in 286 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-17 02:27:32.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-2873ce4b-26a3-4172-ac88-6b6cfc2f6d2b c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] TaaS: Handle Delete Port: 3ed53e71-5b14-4d90-944c-2b9e7bc10eaf 2026-05-17 02:27:32.242 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2873ce4b-26a3-4172-ac88-6b6cfc2f6d2b c7fc693874a540b98840351cc5d54536 cffdeb38d6054c378136b59b5acf8059 - - default default] Tap Mirror: Handle Delete Port: 3ed53e71-5b14-4d90-944c-2b9e7bc10eaf 2026-05-17 02:27:32.459 7 INFO neutron.services.segments.plugin [-] Segment 5065be10-bcea-4a80-a56b-e76376664905 resource provider aggregate not found 2026-05-17 02:27:32.465 7 INFO neutron.services.segments.plugin [-] Segment 5065be10-bcea-4a80-a56b-e76376664905 resource provider aggregate not found 2026-05-17 02:27:32.481 7 INFO neutron.services.segments.plugin [-] Segment 5065be10-bcea-4a80-a56b-e76376664905 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5065be10-bcea-4a80-a56b-e76376664905 found for delete ", "request_id": "req-60ec5058-1b65-4eff-b7d7-d680807360fd"}]} 2026-05-17 02:27:32.484 7 INFO neutron.services.segments.plugin [-] Segment 5065be10-bcea-4a80-a56b-e76376664905 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5065be10-bcea-4a80-a56b-e76376664905 found for delete ", "request_id": "req-617f3363-a420-4083-9ac4-043144a8dff6"}]} [pid: 7|app: 0|req: 1389/2956] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:27:32 2026] DELETE /v2.0/networks/319d4476-8824-4b14-a4d1-21f1a22f9290 => generated 0 bytes in 404 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:27:33.171 8 WARNING neutron.db.securitygroups_db [None req-bafeb2ee-04fb-4cb2-8072-d4702195dec6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:27:33.300 8 INFO neutron.db.ovn_revision_numbers_db [None req-bafeb2ee-04fb-4cb2-8072-d4702195dec6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ac67c170-a323-484c-9033-52dc66c9cdcf (type: security_groups) to 1 2026-05-17 02:27:33.311 8 INFO neutron.db.ovn_revision_numbers_db [None req-bafeb2ee-04fb-4cb2-8072-d4702195dec6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5c273bc6-5574-4a33-bf28-53cddcfc55b4 (type: security_group_rules) to 0 2026-05-17 02:27:33.325 8 INFO neutron.db.ovn_revision_numbers_db [None req-bafeb2ee-04fb-4cb2-8072-d4702195dec6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c93107f2-b476-45f9-b995-fbb34650bc5d (type: security_group_rules) to 0 2026-05-17 02:27:33.340 8 INFO neutron.db.ovn_revision_numbers_db [None req-bafeb2ee-04fb-4cb2-8072-d4702195dec6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ff3b569c-2228-4509-adb2-f82ff3e27014 (type: security_group_rules) to 0 2026-05-17 02:27:33.354 8 INFO neutron.db.ovn_revision_numbers_db [None req-bafeb2ee-04fb-4cb2-8072-d4702195dec6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource ffac5ebc-57cc-4f72-b172-0c1a99320a18 (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1568/2957] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:27:33 2026] GET /v2.0/security-groups?tenant_id=0c362ab97ca1460aa09e05cfd94bb631&name=default => generated 2929 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/2958] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:27:33 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2959] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:27:33 2026] DELETE /v2.0/security-groups/ac67c170-a323-484c-9033-52dc66c9cdcf => 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: 1570/2960] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:27:33 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:33.738 7 WARNING neutron.db.securitygroups_db [None req-07b2bfad-6a65-4fef-88ec-0b9528f5d936 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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/2961] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:27:33 2026] GET /v2.0/security-groups?tenant_id=cffdeb38d6054c378136b59b5acf8059&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/2962] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:27:33 2026] DELETE /v2.0/security-groups/a2cdc562-bb9a-4165-b48a-aaaf0b7aa804 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2963] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:27:34 2026] GET /v2.0/networks?id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd => generated 776 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:27:34.651 8 WARNING neutron.db.securitygroups_db [req-b95c5a46-6106-423b-88bb-6b4f7e517326 req-325ef926-357c-4511-9981-a4bcefb9ed9c 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1572/2964] 199.204.45.38 () {34 vars in 1048 bytes} [Sun May 17 02:27:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8ea12d20a947412880db696f1f35c4f6 => generated 343 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:27:34.941 7 WARNING neutron.scheduler.dhcp_agent_scheduler [req-b95c5a46-6106-423b-88bb-6b4f7e517326 req-6096e10d-931a-45f6-8983-6ea13e7d4916 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:27:34.942 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [req-b95c5a46-6106-423b-88bb-6b4f7e517326 req-6096e10d-931a-45f6-8983-6ea13e7d4916 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 25a3ac49-a9b6-4e93-9826-f5438f77fdfd: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:27:35.067 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a3fe9e8a-9870-4907-b200-ffd5c8cbe807 - - - - - -] OVN reports status down for port: a9cb4768-189d-4634-90bf-2442b7d39281 2026-05-17 02:27:35.124 7 INFO neutron.db.ovn_revision_numbers_db [req-b95c5a46-6106-423b-88bb-6b4f7e517326 req-6096e10d-931a-45f6-8983-6ea13e7d4916 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a9cb4768-189d-4634-90bf-2442b7d39281 (type: ports) to 1 [pid: 7|app: 0|req: 1393/2965] 199.204.45.38 () {38 vars in 953 bytes} [Sun May 17 02:27:34 2026] POST /v2.0/ports => generated 1082 bytes in 457 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-17 02:27:35.564 7 INFO neutron.db.ovn_revision_numbers_db [req-b95c5a46-6106-423b-88bb-6b4f7e517326 req-f6ccb3c3-0f22-405d-9b5a-4f50566fc671 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource a9cb4768-189d-4634-90bf-2442b7d39281 (type: ports) to 2 2026-05-17 02:27:35.793 7 INFO neutron.db.ovn_revision_numbers_db [req-b95c5a46-6106-423b-88bb-6b4f7e517326 req-f6ccb3c3-0f22-405d-9b5a-4f50566fc671 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource a9cb4768-189d-4634-90bf-2442b7d39281 (type: ports) to 4 [pid: 7|app: 0|req: 1395/2968] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:27:35 2026] PUT /v2.0/ports/a9cb4768-189d-4634-90bf-2442b7d39281 => generated 1235 bytes in 649 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:27:35.853 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-59aac97a-790c-4ba0-9765-37e7be899583'] response: {'name': 'network-changed', 'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'tag': 'a9cb4768-189d-4634-90bf-2442b7d39281', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1574/2969] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:27:36 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1396/2970] 199.204.45.38 () {34 vars in 1016 bytes} [Sun May 17 02:27:36 2026] GET /v2.0/networks?tenant_id=8ea12d20a947412880db696f1f35c4f6&shared=False => generated 776 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/2971] 199.204.45.38 () {34 vars in 928 bytes} [Sun May 17 02:27:36 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: 1397/2972] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:27:36 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/2973] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:27:36 2026] GET /v2.0/security-groups?id=4aeeba06-824d-4b08-83f0-e5bf659ba699&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2974] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:27:36 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2975] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:27:37 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:27:37.605 8 INFO neutron.db.ovn_revision_numbers_db [None req-f0dd2a1b-e16a-4850-9b3f-a05e7cb0b6bf 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - default default] Successfully bumped revision number for resource 3e6d504b-fcb8-4820-a697-04c86ba664f4 (type: routers) to 1 [pid: 8|app: 0|req: 1577/2976] 10.0.0.197 () {34 vars in 667 bytes} [Sun May 17 02:27:37 2026] POST /v2.0/routers => generated 591 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2977] 199.204.45.38 () {34 vars in 1060 bytes} [Sun May 17 02:27:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.227&port_id=a9cb4768-189d-4634-90bf-2442b7d39281 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2978] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:27:37 2026] GET /v2.0/subnets?id=403c1ae1-7514-466d-9f23-6c913cc72fa8 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:27:37.689 8 WARNING tagging [None req-7f9e4698-5c48-4f34-9467-074b61bf8c43 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1402/2979] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:27:37 2026] GET /v2.0/ports?network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd&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: 1578/2980] 10.0.0.197 () {34 vars in 750 bytes} [Sun May 17 02:27:37 2026] PUT /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags => generated 25 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2981] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:27:37 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:37.804 8 WARNING tagging [None req-412471d6-fa12-4df9-b60c-77032ca676f4 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1579/2982] 10.0.0.197 () {32 vars in 730 bytes} [Sun May 17 02:27:37 2026] GET /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags => generated 25 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2983] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:27:37 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?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-17 02:27:37.891 8 WARNING tagging [None req-0eaf8162-9726-4ece-8896-85fe66a03cb3 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1580/2984] 10.0.0.197 () {34 vars in 761 bytes} [Sun May 17 02:27:37 2026] PUT /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags/green => generated 4 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-17 02:27:38.011 7 WARNING tagging [None req-a317d434-b47f-47bd-b497-23702780b7a2 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1405/2985] 10.0.0.197 () {32 vars in 730 bytes} [Sun May 17 02:27:37 2026] GET /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:38.083 8 WARNING tagging [None req-b3c55fe3-ce1d-41c7-b43d-8e35d2588ef8 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1581/2986] 10.0.0.197 () {34 vars in 757 bytes} [Sun May 17 02:27:38 2026] PUT /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags/red => generated 4 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-17 02:27:38.211 7 WARNING tagging [None req-75b90dcd-82c5-4607-bb0a-654a60edeff0 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1406/2987] 10.0.0.197 () {32 vars in 730 bytes} [Sun May 17 02:27:38 2026] GET /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags => generated 34 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:38.290 8 WARNING tagging [None req-fa8884df-2205-49bb-b49f-8b7f750fd9a8 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1582/2988] 10.0.0.197 () {34 vars in 779 bytes} [Sun May 17 02:27:38 2026] PUT /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags/black.or.white => generated 4 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-17 02:27:38.411 7 WARNING tagging [None req-c4c66bfc-20da-4480-b668-07366d7cf3a2 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1407/2989] 10.0.0.197 () {32 vars in 730 bytes} [Sun May 17 02:27:38 2026] GET /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags => generated 52 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:38.486 8 WARNING tagging [None req-f3f0ca89-b6c1-424f-bc06-1eb19b5a53ca 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1583/2990] 10.0.0.197 () {34 vars in 750 bytes} [Sun May 17 02:27:38 2026] PUT /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags => generated 37 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:38.567 7 WARNING tagging [None req-4bfd6197-36fe-4f74-8372-55bb64c983c2 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1408/2991] 10.0.0.197 () {32 vars in 730 bytes} [Sun May 17 02:27:38 2026] GET /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:38.665 8 WARNING tagging [None req-d9eff0b4-8ebb-458a-917a-946d00359d3b 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1584/2992] 10.0.0.197 () {32 vars in 738 bytes} [Sun May 17 02:27:38 2026] GET /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags/red => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:27:38.743 7 WARNING tagging [None req-51172f90-94c8-44af-a74a-6640b52caa88 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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-17 02:27:38.784 7 INFO neutron.api.v2.resource [None req-51172f90-94c8-44af-a74a-6640b52caa88 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1409/2993] 10.0.0.197 () {32 vars in 742 bytes} [Sun May 17 02:27:38 2026] GET /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags/green => generated 99 bytes in 79 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:27:38.840 8 WARNING tagging [None req-ab0d1e4d-79c7-45de-b507-26daa0a2b980 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1585/2994] 10.0.0.197 () {32 vars in 741 bytes} [Sun May 17 02:27:38 2026] DELETE /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags/red => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:27:38.939 7 WARNING tagging [None req-6b84edbc-6f3e-448d-89cf-235664485a85 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1410/2995] 10.0.0.197 () {32 vars in 730 bytes} [Sun May 17 02:27:38 2026] GET /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags => generated 30 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:39.006 8 WARNING tagging [None req-1d3d365f-be4f-4f60-ae03-f2b1b07b6da8 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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-17 02:27:39.039 8 INFO neutron.api.v2.resource [None req-1d3d365f-be4f-4f60-ae03-f2b1b07b6da8 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/2996] 10.0.0.197 () {32 vars in 745 bytes} [Sun May 17 02:27:38 2026] DELETE /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags/green => generated 99 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-17 02:27:39.094 7 WARNING tagging [None req-5b2233ea-b8ce-438f-911b-628f6eb76eee 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1411/2997] 10.0.0.197 () {32 vars in 733 bytes} [Sun May 17 02:27:39 2026] DELETE /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/2998] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/subnets => generated 5511 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/2999] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:27:39 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) 2026-05-17 02:27:39.184 7 WARNING tagging [None req-fd8d03f5-69b0-411e-ae59-e9cf290a0a97 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - 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: 1412/3000] 10.0.0.197 () {32 vars in 730 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4/tags => generated 12 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3001] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/security-groups => generated 30271 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/3002] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4 => generated 597 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3003] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/floatingips => generated 1701 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3004] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/routers => generated 1585 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3005] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3006] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/network-ip-availabilities => generated 5530 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3007] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/subnets => generated 5511 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:27:39.595 7 INFO neutron.db.ovn_revision_numbers_db [None req-e0be89e6-0611-4201-9c68-365ceab43608 4c2c69e4db534357be0bca1b490fe73b 93ffd1f5c2ed47b0a439e2eec459e5fb - - default default] Successfully bumped revision number for resource 3e6d504b-fcb8-4820-a697-04c86ba664f4 (type: routers) to 7 [pid: 7|app: 0|req: 1414/3008] 10.0.0.197 () {34 vars in 741 bytes} [Sun May 17 02:27:39 2026] PUT /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4 => generated 597 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3009] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/ports => generated 19860 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/3010] 10.0.0.197 () {32 vars in 735 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/ports?device_id=3e6d504b-fcb8-4820-a697-04c86ba664f4 => 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: 1596/3011] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/networks => generated 4771 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3012] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/agents => generated 1214 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3013] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3014] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/security-groups?id=4aeeba06-824d-4b08-83f0-e5bf659ba699&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/3015] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:27:39 2026] DELETE /v2.0/routers/3e6d504b-fcb8-4820-a697-04c86ba664f4 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3016] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:27:39 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:27:40.576 7 WARNING neutron.db.securitygroups_db [None req-a1f6a567-a666-4d7d-b684-437741c0b952 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:27:40.715 7 INFO neutron.db.ovn_revision_numbers_db [None req-a1f6a567-a666-4d7d-b684-437741c0b952 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 08f4c77f-c4ab-4a88-828d-7d0321b662d2 (type: security_groups) to 1 2026-05-17 02:27:40.728 7 INFO neutron.db.ovn_revision_numbers_db [None req-a1f6a567-a666-4d7d-b684-437741c0b952 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2aeb3d1b-9d44-4f87-ae0b-a86f88dfcccf (type: security_group_rules) to 0 2026-05-17 02:27:40.743 7 INFO neutron.db.ovn_revision_numbers_db [None req-a1f6a567-a666-4d7d-b684-437741c0b952 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 31862259-7cdf-4b36-92c2-b45bdfc72e08 (type: security_group_rules) to 0 2026-05-17 02:27:40.756 7 INFO neutron.db.ovn_revision_numbers_db [None req-a1f6a567-a666-4d7d-b684-437741c0b952 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4451a640-fe4a-4972-9158-9866c5f55ae3 (type: security_group_rules) to 0 2026-05-17 02:27:40.768 7 INFO neutron.db.ovn_revision_numbers_db [None req-a1f6a567-a666-4d7d-b684-437741c0b952 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5913cb1b-c421-4003-84bf-9eb271be5968 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1417/3017] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:27:40 2026] GET /v2.0/security-groups?tenant_id=40c1f8826c0e4893852f68e73e4d71e9&name=default => generated 2929 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3018] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:27:40 2026] DELETE /v2.0/security-groups/08f4c77f-c4ab-4a88-828d-7d0321b662d2 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:27:41.091 7 WARNING neutron.db.securitygroups_db [None req-a0d74c13-67a6-495b-bd26-660b4ca2b150 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:27:41.221 7 INFO neutron.db.ovn_revision_numbers_db [None req-a0d74c13-67a6-495b-bd26-660b4ca2b150 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6291a983-b1c0-4a36-acd2-83cfae977070 (type: security_groups) to 1 2026-05-17 02:27:41.233 7 INFO neutron.db.ovn_revision_numbers_db [None req-a0d74c13-67a6-495b-bd26-660b4ca2b150 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 28675f52-9409-4336-91f8-4fd24cb0a3e1 (type: security_group_rules) to 0 2026-05-17 02:27:41.244 7 INFO neutron.db.ovn_revision_numbers_db [None req-a0d74c13-67a6-495b-bd26-660b4ca2b150 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 392f1ed0-d9eb-4b76-b814-5a096628bcab (type: security_group_rules) to 0 2026-05-17 02:27:41.255 7 INFO neutron.db.ovn_revision_numbers_db [None req-a0d74c13-67a6-495b-bd26-660b4ca2b150 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 3c2b646d-dfb7-4a36-ace4-98e40cda88d3 (type: security_group_rules) to 0 2026-05-17 02:27:41.265 7 INFO neutron.db.ovn_revision_numbers_db [None req-a0d74c13-67a6-495b-bd26-660b4ca2b150 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a76b4b93-6db1-4565-80c7-d51f1859d426 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1418/3019] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:27:41 2026] GET /v2.0/security-groups?tenant_id=93ffd1f5c2ed47b0a439e2eec459e5fb&name=default => generated 2929 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3020] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:27:41 2026] DELETE /v2.0/security-groups/6291a983-b1c0-4a36-acd2-83cfae977070 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/3021] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:27:41 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3022] 199.204.45.38 () {34 vars in 1042 bytes} [Sun May 17 02:27:41 2026] GET /v2.0/security-groups?id=4aeeba06-824d-4b08-83f0-e5bf659ba699&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:27:41.682 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-a3fe9e8a-9870-4907-b200-ffd5c8cbe807 - - - - - -] OVN reports status up for port: a9cb4768-189d-4634-90bf-2442b7d39281 2026-05-17 02:27:41.695 8 INFO neutron.plugins.ml2.plugin [None req-a3fe9e8a-9870-4907-b200-ffd5c8cbe807 - - - - - -] Attempt 1 to provision port a9cb4768-189d-4634-90bf-2442b7d39281 2026-05-17 02:27:41.829 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b339cc0f-50ce-4dab-847f-da74180bb98f'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a9cb4768-189d-4634-90bf-2442b7d39281', 'code': 200} 2026-05-17 02:27:41.925 8 INFO neutron.db.ovn_revision_numbers_db [None req-a3fe9e8a-9870-4907-b200-ffd5c8cbe807 - - - - - -] Successfully bumped revision number for resource a9cb4768-189d-4634-90bf-2442b7d39281 (type: ports) to 5 [pid: 7|app: 0|req: 1420/3023] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:27:42 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1240 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: 1604/3024] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:27:43 2026] GET /v2.0/security-groups?id=4aeeba06-824d-4b08-83f0-e5bf659ba699&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/3025] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:27:43 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:27:43.877 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7a12cb7-c0df-458b-b7a1-0783e679a995'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a9cb4768-189d-4634-90bf-2442b7d39281', 'code': 200} [pid: 8|app: 0|req: 1605/3026] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:27:45 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/3027] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:27:45 2026] GET /v2.0/security-groups?id=4aeeba06-824d-4b08-83f0-e5bf659ba699&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3028] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:27:46 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/3033] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:28: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: 8|app: 0|req: 1609/3034] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:28:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/3035] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:28:19 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: 1610/3036] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:28: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: 1427/3037] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:28:19 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3038] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:28:19 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:28:19.502 7 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-6f9e62f5-0f21-4d5b-bde4-4679d3aff4f7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:28:19.504 7 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-6f9e62f5-0f21-4d5b-bde4-4679d3aff4f7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 579b0a9e-a776-4b32-8623-a09a503b5149: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:28:19.626 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-33746683-39f1-4035-8217-ba9471d50f0e - - - - - -] OVN reports status down for port: 6389347a-c90e-4ff3-8558-b2df0a4f08ce 2026-05-17 02:28:19.663 7 INFO neutron.db.ovn_revision_numbers_db [None req-6f9e62f5-0f21-4d5b-bde4-4679d3aff4f7 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6389347a-c90e-4ff3-8558-b2df0a4f08ce (type: ports) to 1 [pid: 7|app: 0|req: 1428/3039] 199.204.45.38 () {34 vars in 715 bytes} [Sun May 17 02:28:19 2026] POST /v2.0/ports => generated 1055 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3040] 10.0.0.151 () {34 vars in 970 bytes} [Sun May 17 02:28:19 2026] GET /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1055 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/3041] 10.0.0.151 () {34 vars in 906 bytes} [Sun May 17 02:28:19 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) [pid: 8|app: 0|req: 1614/3044] 199.204.45.38 () {34 vars in 1260 bytes} [Sun May 17 02:28:20 2026] GET /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/3045] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:28:20 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3046] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:28:20 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/3047] 199.204.45.38 () {34 vars in 973 bytes} [Sun May 17 02:28:21 2026] GET /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1055 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3048] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:28:21 2026] GET /v2.0/networks?id=579b0a9e-a776-4b32-8623-a09a503b5149 => generated 844 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:28:22.018 7 INFO neutron.db.ovn_revision_numbers_db [req-9ccedd51-677a-45ca-a08b-1516defa22c9 req-6e0e21ec-476f-4c67-a20c-94828eca5a54 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource 6389347a-c90e-4ff3-8558-b2df0a4f08ce (type: ports) to 2 2026-05-17 02:28:22.257 7 INFO neutron.db.ovn_revision_numbers_db [req-9ccedd51-677a-45ca-a08b-1516defa22c9 req-6e0e21ec-476f-4c67-a20c-94828eca5a54 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource 6389347a-c90e-4ff3-8558-b2df0a4f08ce (type: ports) to 4 [pid: 7|app: 0|req: 1433/3049] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:28:21 2026] PUT /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1237 bytes in 670 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:28:22.321 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab3afb59-d53a-4dc1-9c76-14eb5f03ab03'] response: {'name': 'network-changed', 'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'tag': '6389347a-c90e-4ff3-8558-b2df0a4f08ce', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1617/3050] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:28:22 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 2469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/3051] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:28:22 2026] GET /v2.0/networks?id=579b0a9e-a776-4b32-8623-a09a503b5149 => generated 844 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3052] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:28:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.60&port_id=6389347a-c90e-4ff3-8558-b2df0a4f08ce => 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: 1435/3053] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:28:22 2026] GET /v2.0/subnets?id=c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3054] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:28:23 2026] GET /v2.0/ports?network_id=579b0a9e-a776-4b32-8623-a09a503b5149&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: 1436/3055] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:28:23 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?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: 1620/3056] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:28:23 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?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: 1437/3057] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:28:24 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 2469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3058] 199.204.45.38 () {34 vars in 1060 bytes} [Sun May 17 02:28:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.227&port_id=a9cb4768-189d-4634-90bf-2442b7d39281 => 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: 1438/3059] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:28:24 2026] GET /v2.0/subnets?id=403c1ae1-7514-466d-9f23-6c913cc72fa8 => 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: 1622/3060] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:28:24 2026] GET /v2.0/ports?network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd&device_owner=network%3Adhcp => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3061] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:28:24 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?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: 1623/3062] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:28:24 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?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: 1440/3063] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:28:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.60&port_id=6389347a-c90e-4ff3-8558-b2df0a4f08ce => 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: 1624/3064] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:28:24 2026] GET /v2.0/subnets?id=c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/3065] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:28:24 2026] GET /v2.0/ports?network_id=579b0a9e-a776-4b32-8623-a09a503b5149&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: 1625/3066] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:28:24 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?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: 1442/3067] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:28:24 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?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-17 02:28:25.196 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-33746683-39f1-4035-8217-ba9471d50f0e - - - - - -] OVN reports status up for port: 6389347a-c90e-4ff3-8558-b2df0a4f08ce 2026-05-17 02:28:25.215 8 INFO neutron.plugins.ml2.plugin [None req-33746683-39f1-4035-8217-ba9471d50f0e - - - - - -] Attempt 1 to provision port 6389347a-c90e-4ff3-8558-b2df0a4f08ce 2026-05-17 02:28:25.403 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bba8a366-101d-4a7e-9b04-7c4702506b78'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6389347a-c90e-4ff3-8558-b2df0a4f08ce', 'code': 200} 2026-05-17 02:28:25.510 8 INFO neutron.db.ovn_revision_numbers_db [None req-33746683-39f1-4035-8217-ba9471d50f0e - - - - - -] Successfully bumped revision number for resource 6389347a-c90e-4ff3-8558-b2df0a4f08ce (type: ports) to 5 2026-05-17 02:28:27.443 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6529d751-e847-4bc5-9e58-243a3f471975'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': '6389347a-c90e-4ff3-8558-b2df0a4f08ce', 'code': 200} [pid: 8|app: 0|req: 1626/3068] 10.0.0.151 () {34 vars in 970 bytes} [Sun May 17 02:28:28 2026] GET /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1239 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:28:28.816 7 INFO neutron.db.ovn_revision_numbers_db [None req-7f4eb6c2-4317-4d77-a5cf-35a4487ca812 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6389347a-c90e-4ff3-8558-b2df0a4f08ce (type: ports) to 6 [pid: 7|app: 0|req: 1443/3069] 199.204.45.38 () {34 vars in 787 bytes} [Sun May 17 02:28:28 2026] PUT /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1271 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:28:28.858 8 INFO neutron.api.v2.resource [None req-1dc4bbc4-04ad-4592-aee4-8fc282b20288 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1627/3070] 199.204.45.38 () {30 vars in 761 bytes} [Sun May 17 02:28:28 2026] GET /v2.0/security-groups/lb-696bbee0-de90-4c5d-a724-dc29d601a6cb => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:28:28.864 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5698ae7c-b5ca-4c32-8ec3-130831db57cf'] response: {'name': 'network-changed', 'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'tag': '6389347a-c90e-4ff3-8558-b2df0a4f08ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1444/3071] 199.204.45.38 () {30 vars in 783 bytes} [Sun May 17 02:28:28 2026] GET /v2.0/security-groups?name=lb-696bbee0-de90-4c5d-a724-dc29d601a6cb => generated 1639 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:28:29.225 8 INFO neutron.db.ovn_revision_numbers_db [None req-1762f814-dc46-425c-ab52-5be62f0eea79 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6389347a-c90e-4ff3-8558-b2df0a4f08ce (type: ports) to 7 [pid: 8|app: 0|req: 1628/3072] 199.204.45.38 () {34 vars in 787 bytes} [Sun May 17 02:28:28 2026] PUT /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1309 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/3073] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 2569 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1446/3074] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:28:29 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: 1447/3075] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:28:29 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: 1448/3076] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/3077] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3078] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/networks?id=579b0a9e-a776-4b32-8623-a09a503b5149 => generated 844 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:28:29.479 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c62309c-6de6-4b1c-ae84-115e7a2cc8ef'] response: {'name': 'network-changed', 'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'tag': '6389347a-c90e-4ff3-8558-b2df0a4f08ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1450/3079] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3080] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.60&port_id=6389347a-c90e-4ff3-8558-b2df0a4f08ce => 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: 1451/3081] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3082] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/subnets?id=c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3083] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1337 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3084] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/ports?network_id=579b0a9e-a776-4b32-8623-a09a503b5149&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: 1633/3085] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3086] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?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: 1634/3087] 199.204.45.38 () {30 vars in 741 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149 => generated 841 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3088] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?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: 1635/3089] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3090] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:28:29 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3091] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:28:30 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 2569 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3092] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:28:30 2026] GET /v2.0/networks?id=579b0a9e-a776-4b32-8623-a09a503b5149 => generated 844 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3093] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:28:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.60&port_id=6389347a-c90e-4ff3-8558-b2df0a4f08ce => 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: 1457/3094] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:28:30 2026] GET /v2.0/subnets?id=c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3095] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:28:30 2026] GET /v2.0/ports?network_id=579b0a9e-a776-4b32-8623-a09a503b5149&device_owner=network%3Adhcp => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3096] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:28:30 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?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: 1639/3097] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:28:30 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?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-17 02:28:38.812 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f8fd8107-93d8-4dfb-88c5-3d27651fd82b ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] No more DHCP agents 2026-05-17 02:28:38.813 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f8fd8107-93d8-4dfb-88c5-3d27651fd82b ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Unable to schedule network 57816ba8-429f-41af-83ce-8063b8bc0e36: no agents available; will retry on subsequent port and subnet creation events. [pid: 7|app: 0|req: 1460/3100] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:28:39 2026] GET /v2.0/network-ip-availabilities => generated 5530 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3101] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:28:39 2026] GET /v2.0/routers => generated 986 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3102] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:28:39 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: 1463/3103] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:28:39 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: 1464/3104] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:28:39 2026] GET /v2.0/subnets => generated 5511 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3105] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:28:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3106] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:28:39 2026] GET /v2.0/floatingips => generated 2585 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3107] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:28:39 2026] GET /v2.0/networks => generated 4771 bytes in 116 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-17 02:28:39.634 8 INFO neutron.db.ovn_revision_numbers_db [None req-f8fd8107-93d8-4dfb-88c5-3d27651fd82b ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Successfully bumped revision number for resource 9140af5c-f7b5-432e-bdae-13b26f80a003 (type: floatingips) to 1 2026-05-17 02:28:39.635 8 INFO neutron.db.l3_db [None req-f8fd8107-93d8-4dfb-88c5-3d27651fd82b ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Floating IP 9140af5c-f7b5-432e-bdae-13b26f80a003 associated. External IP: 10.96.250.207, port: df3a4264-997b-4124-aa3d-afbfbdcd0f89. [pid: 7|app: 0|req: 1468/3108] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:28:39 2026] GET /v2.0/security-groups => generated 30271 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3109] 10.0.0.197 () {34 vars in 676 bytes} [Sun May 17 02:28:38 2026] POST /v2.0/floatingips => generated 898 bytes in 1153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3110] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:28:39 2026] GET /v2.0/subnets => generated 5511 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3111] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:28:39 2026] GET /v2.0/ports => generated 22185 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3112] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:28:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3113] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:28:42 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: 1471/3114] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:28:42 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) 2026-05-17 02:28:42.808 8 INFO neutron.db.ovn_revision_numbers_db [None req-0932e198-01ed-44b5-85f3-6ba658c6eb4d - - - - - -] Successfully bumped revision number for resource df3a4264-997b-4124-aa3d-afbfbdcd0f89 (type: ports) to 4 [pid: 8|app: 0|req: 1644/3115] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:28:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:28:42.836 7 INFO neutron.api.v2.resource [None req-f848948a-b430-43a1-baa7-f848879345c5 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1472/3116] 199.204.45.38 () {30 vars in 761 bytes} [Sun May 17 02:28:42 2026] GET /v2.0/security-groups/lb-696bbee0-de90-4c5d-a724-dc29d601a6cb => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3117] 199.204.45.38 () {30 vars in 783 bytes} [Sun May 17 02:28:42 2026] GET /v2.0/security-groups?name=lb-696bbee0-de90-4c5d-a724-dc29d601a6cb => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3118] 199.204.45.38 () {30 vars in 813 bytes} [Sun May 17 02:28:42 2026] GET /v2.0/security-group-rules?security_group_id=70041f38-f6ad-4956-b495-9e4388b55792 => generated 1182 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:28:43.132 8 INFO neutron.db.ovn_revision_numbers_db [None req-8c501929-86b6-4b4e-a0a0-a3abdbb120a8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 04796c70-c1bb-4a39-b8f9-e1a35fa6b30b (type: security_group_rules) to 0 [pid: 8|app: 0|req: 1646/3119] 199.204.45.38 () {34 vars in 745 bytes} [Sun May 17 02:28:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-17 02:28:43.278 7 INFO neutron.db.ovn_revision_numbers_db [None req-a2520c23-ebd8-4a3d-8fde-96092d12ad75 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d4dcd30f-4109-401d-a3b6-a290479aed32 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1474/3120] 199.204.45.38 () {34 vars in 745 bytes} [Sun May 17 02:28:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3123] 10.0.0.208 () {30 vars in 689 bytes} [Sun May 17 02:28:50 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: 1476/3124] 10.0.0.208 () {30 vars in 691 bytes} [Sun May 17 02:28:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3125] 10.0.0.208 () {30 vars in 667 bytes} [Sun May 17 02:28:50 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: 1477/3126] 10.0.0.208 () {30 vars in 703 bytes} [Sun May 17 02:28:50 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: 1650/3127] 10.0.0.208 () {28 vars in 438 bytes} [Sun May 17 02:28:50 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3128] 10.0.0.208 () {30 vars in 727 bytes} [Sun May 17 02:28:50 2026] GET /v2.0/subnets/79929cf4-2f48-4e17-887d-23583d36b973 => generated 655 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3129] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:28:51 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: 1479/3130] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:28:51 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: 1652/3131] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:28:51 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: 1480/3132] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:28:51 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: 1653/3133] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:28:51 2026] GET /v2.0/subnets/79929cf4-2f48-4e17-887d-23583d36b973 => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3134] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:28:51 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 2569 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3135] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:28:51 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: 1482/3136] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:28:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3137] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:28:51 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: 1483/3138] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:28:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:28:51.987 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-cc677ecf-1a38-4d46-8a03-0c46b09c2079 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:28:51.989 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-cc677ecf-1a38-4d46-8a03-0c46b09c2079 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 2df7898f-6da1-45ae-9abb-060a980c0455: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:28:52.100 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-13258774-f0c0-4fa0-bfdd-85f14533fa87 - - - - - -] OVN reports status down for port: a50daa78-37a7-45f1-b4d2-5eecf7f579a9 2026-05-17 02:28:52.158 8 INFO neutron.db.ovn_revision_numbers_db [None req-cc677ecf-1a38-4d46-8a03-0c46b09c2079 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a50daa78-37a7-45f1-b4d2-5eecf7f579a9 (type: ports) to 1 [pid: 8|app: 0|req: 1656/3139] 199.204.45.38 () {34 vars in 715 bytes} [Sun May 17 02:28:51 2026] POST /v2.0/ports => generated 1328 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3140] 10.0.0.151 () {34 vars in 970 bytes} [Sun May 17 02:28:52 2026] GET /v2.0/ports/a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => generated 1328 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1657/3141] 199.204.45.38 () {34 vars in 1260 bytes} [Sun May 17 02:28:53 2026] GET /v2.0/ports/a50daa78-37a7-45f1-b4d2-5eecf7f579a9?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3142] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:28:53 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3143] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:28:53 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3144] 199.204.45.38 () {34 vars in 973 bytes} [Sun May 17 02:28:53 2026] GET /v2.0/ports/a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => generated 1328 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3145] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:28:54 2026] GET /v2.0/networks?id=2df7898f-6da1-45ae-9abb-060a980c0455 => generated 840 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:28:54.536 7 INFO neutron.db.ovn_revision_numbers_db [req-bff05fe5-609b-4fe1-922d-fa8fc2252b87 req-39b47ca4-f66f-41cf-b2d6-4c8d6ad70917 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource a50daa78-37a7-45f1-b4d2-5eecf7f579a9 (type: ports) to 2 2026-05-17 02:28:54.798 7 INFO neutron.db.ovn_revision_numbers_db [req-bff05fe5-609b-4fe1-922d-fa8fc2252b87 req-39b47ca4-f66f-41cf-b2d6-4c8d6ad70917 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource a50daa78-37a7-45f1-b4d2-5eecf7f579a9 (type: ports) to 4 [pid: 7|app: 0|req: 1487/3146] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:28:54 2026] PUT /v2.0/ports/a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => generated 1510 bytes in 761 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:28:54.874 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb5e64cf-fb63-4806-ae07-ea9f32a00738'] response: {'name': 'network-changed', 'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'tag': 'a50daa78-37a7-45f1-b4d2-5eecf7f579a9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1660/3147] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:28:55 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 4071 bytes in 60 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: 1488/3148] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:28:55 2026] GET /v2.0/networks?id=2df7898f-6da1-45ae-9abb-060a980c0455 => generated 840 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3149] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:28:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => 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: 1489/3150] 199.204.45.38 () {34 vars in 1102 bytes} [Sun May 17 02:28:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A350&port_id=a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => 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: 1662/3151] 199.204.45.38 () {34 vars in 1062 bytes} [Sun May 17 02:28:55 2026] GET /v2.0/subnets?id=79929cf4-2f48-4e17-887d-23583d36b973&id=810b8875-66ff-4a00-8e4e-54136b677825 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3152] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:28:55 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&device_owner=network%3Adhcp => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3153] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:28:55 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&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: 1491/3154] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:28:55 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3155] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:28:55 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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: 1492/3156] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:28:56 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 4071 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3157] 199.204.45.38 () {34 vars in 1060 bytes} [Sun May 17 02:28:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.227&port_id=a9cb4768-189d-4634-90bf-2442b7d39281 => 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: 1493/3158] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:28:56 2026] GET /v2.0/subnets?id=403c1ae1-7514-466d-9f23-6c913cc72fa8 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3159] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:28:56 2026] GET /v2.0/ports?network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd&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: 1494/3160] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:28:56 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?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: 1667/3161] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:28:57 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?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: 1495/3162] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:28:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.60&port_id=6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3163] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:28:57 2026] GET /v2.0/subnets?id=c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3164] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:28:57 2026] GET /v2.0/ports?network_id=579b0a9e-a776-4b32-8623-a09a503b5149&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: 1669/3165] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:28:57 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?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: 1497/3166] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:28:57 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?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: 1670/3167] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:28:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => 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: 1498/3168] 199.204.45.38 () {34 vars in 1102 bytes} [Sun May 17 02:28:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A350&port_id=a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => 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: 1671/3169] 199.204.45.38 () {34 vars in 1062 bytes} [Sun May 17 02:28:57 2026] GET /v2.0/subnets?id=79929cf4-2f48-4e17-887d-23583d36b973&id=810b8875-66ff-4a00-8e4e-54136b677825 => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3170] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:28:57 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&device_owner=network%3Adhcp => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3171] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:28:57 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&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: 1500/3172] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:28:57 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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: 1673/3173] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:28:57 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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-17 02:28:58.168 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-13258774-f0c0-4fa0-bfdd-85f14533fa87 - - - - - -] OVN reports status up for port: a50daa78-37a7-45f1-b4d2-5eecf7f579a9 2026-05-17 02:28:58.181 8 INFO neutron.plugins.ml2.plugin [None req-13258774-f0c0-4fa0-bfdd-85f14533fa87 - - - - - -] Attempt 1 to provision port a50daa78-37a7-45f1-b4d2-5eecf7f579a9 2026-05-17 02:28:58.294 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e51a8f4d-f126-4bf3-a3b1-5669ed40574d'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a50daa78-37a7-45f1-b4d2-5eecf7f579a9', 'code': 200} 2026-05-17 02:28:58.417 8 INFO neutron.db.ovn_revision_numbers_db [None req-13258774-f0c0-4fa0-bfdd-85f14533fa87 - - - - - -] Successfully bumped revision number for resource a50daa78-37a7-45f1-b4d2-5eecf7f579a9 (type: ports) to 5 2026-05-17 02:29:00.332 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-73f325ef-74a6-49b7-aae6-40aac37478d0'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'a50daa78-37a7-45f1-b4d2-5eecf7f579a9', 'code': 200} [pid: 7|app: 0|req: 1501/3174] 10.0.0.151 () {34 vars in 970 bytes} [Sun May 17 02:29:01 2026] GET /v2.0/ports/a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => generated 1512 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1674/3175] 199.204.45.38 () {30 vars in 741 bytes} [Sun May 17 02:29:01 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455 => generated 837 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3176] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:01 2026] GET /v2.0/subnets/79929cf4-2f48-4e17-887d-23583d36b973 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3177] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:01 2026] GET /v2.0/subnets/810b8875-66ff-4a00-8e4e-54136b677825 => generated 744 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3178] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:29:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3179] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:29:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3180] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:29:01 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: 1677/3181] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:29:01 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: 1505/3182] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:01 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3183] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:01 2026] GET /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => generated 1156 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3184] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:01 2026] GET /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1337 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3185] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:01 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3186] 199.204.45.38 () {30 vars in 741 bytes} [Sun May 17 02:29:01 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149 => generated 841 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3187] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:01 2026] GET /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => 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: 1508/3188] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:01 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3191] 10.0.0.208 () {30 vars in 689 bytes} [Sun May 17 02:29:06 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: 1682/3192] 10.0.0.208 () {30 vars in 691 bytes} [Sun May 17 02:29:06 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: 1511/3193] 10.0.0.208 () {30 vars in 667 bytes} [Sun May 17 02:29:06 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: 1683/3194] 10.0.0.208 () {30 vars in 703 bytes} [Sun May 17 02:29:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3195] 10.0.0.208 () {28 vars in 438 bytes} [Sun May 17 02:29:06 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: 1684/3196] 10.0.0.208 () {30 vars in 727 bytes} [Sun May 17 02:29:06 2026] GET /v2.0/subnets/895cb606-1fdb-44c9-8732-fdad8c3d54d2 => generated 655 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3197] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:29:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3198] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:29:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3199] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:29:07 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: 1686/3200] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:29:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3201] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:07 2026] GET /v2.0/subnets/79929cf4-2f48-4e17-887d-23583d36b973 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3202] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:07 2026] GET /v2.0/subnets/895cb606-1fdb-44c9-8732-fdad8c3d54d2 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3203] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:29:07 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 4073 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3204] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:29:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3205] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:29:07 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3206] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:29:07 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: 1518/3207] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:29:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:29:08.278 8 WARNING neutron.scheduler.dhcp_agent_scheduler [None req-f3aec7ff-aef0-42b0-a28c-62ab1fc8ff15 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] No more DHCP agents 2026-05-17 02:29:08.280 8 WARNING neutron.api.rpc.agentnotifiers.dhcp_rpc_agent_api [None req-f3aec7ff-aef0-42b0-a28c-62ab1fc8ff15 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Unable to schedule network 270d92d0-62fb-4f79-95b8-bc0b32aa383d: no agents available; will retry on subsequent port and subnet creation events. 2026-05-17 02:29:08.418 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a09ad1d-61ad-4911-ac61-bcf07491bfb2 - - - - - -] OVN reports status down for port: dc67d27b-0b1b-463b-a7d9-8627698118d6 2026-05-17 02:29:08.429 8 INFO neutron.db.ovn_revision_numbers_db [None req-f3aec7ff-aef0-42b0-a28c-62ab1fc8ff15 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource dc67d27b-0b1b-463b-a7d9-8627698118d6 (type: ports) to 1 [pid: 8|app: 0|req: 1690/3208] 199.204.45.38 () {34 vars in 715 bytes} [Sun May 17 02:29:08 2026] POST /v2.0/ports => generated 1328 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3209] 10.0.0.151 () {34 vars in 970 bytes} [Sun May 17 02:29:08 2026] GET /v2.0/ports/dc67d27b-0b1b-463b-a7d9-8627698118d6 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1691/3210] 10.0.0.151 () {34 vars in 906 bytes} [Sun May 17 02:29:08 2026] GET /v2.0/extensions => generated 21706 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3211] 199.204.45.38 () {34 vars in 1260 bytes} [Sun May 17 02:29:09 2026] GET /v2.0/ports/dc67d27b-0b1b-463b-a7d9-8627698118d6?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: 8|app: 0|req: 1692/3212] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:09 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3213] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:09 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3214] 199.204.45.38 () {34 vars in 973 bytes} [Sun May 17 02:29:10 2026] GET /v2.0/ports/dc67d27b-0b1b-463b-a7d9-8627698118d6 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3215] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:29:10 2026] GET /v2.0/networks?id=270d92d0-62fb-4f79-95b8-bc0b32aa383d => generated 841 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:29:10.767 8 INFO neutron.db.ovn_revision_numbers_db [req-d1afe28d-3a14-41a1-b538-387f25849328 req-287410fb-c633-449f-b973-f697c45f90de 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource dc67d27b-0b1b-463b-a7d9-8627698118d6 (type: ports) to 2 2026-05-17 02:29:10.991 8 INFO neutron.db.ovn_revision_numbers_db [req-d1afe28d-3a14-41a1-b538-387f25849328 req-287410fb-c633-449f-b973-f697c45f90de 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource dc67d27b-0b1b-463b-a7d9-8627698118d6 (type: ports) to 4 [pid: 8|app: 0|req: 1694/3216] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:29:10 2026] PUT /v2.0/ports/dc67d27b-0b1b-463b-a7d9-8627698118d6 => generated 1510 bytes in 656 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:29:11.048 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7746b825-1196-4df8-b356-6f0b00ac2958'] response: {'name': 'network-changed', 'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'tag': 'dc67d27b-0b1b-463b-a7d9-8627698118d6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1523/3217] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:29:11 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 5575 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1695/3218] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:29:11 2026] GET /v2.0/networks?id=270d92d0-62fb-4f79-95b8-bc0b32aa383d => generated 841 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3219] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:29:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.65&port_id=dc67d27b-0b1b-463b-a7d9-8627698118d6 => 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: 1696/3220] 199.204.45.38 () {34 vars in 1104 bytes} [Sun May 17 02:29:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A34d&port_id=dc67d27b-0b1b-463b-a7d9-8627698118d6 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3221] 199.204.45.38 () {34 vars in 1062 bytes} [Sun May 17 02:29:11 2026] GET /v2.0/subnets?id=895cb606-1fdb-44c9-8732-fdad8c3d54d2&id=f37c4aec-2f8a-4a60-be3c-8201bdc55256 => generated 1414 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3222] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:29:11 2026] GET /v2.0/ports?network_id=270d92d0-62fb-4f79-95b8-bc0b32aa383d&device_owner=network%3Adhcp => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3223] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:29:11 2026] GET /v2.0/ports?network_id=270d92d0-62fb-4f79-95b8-bc0b32aa383d&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: 1698/3224] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:11 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?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: 1527/3225] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:11 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?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: 1699/3226] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 5575 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3227] 199.204.45.38 () {34 vars in 1060 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.227&port_id=a9cb4768-189d-4634-90bf-2442b7d39281 => 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: 1700/3228] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/subnets?id=403c1ae1-7514-466d-9f23-6c913cc72fa8 => 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: 1529/3229] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/ports?network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd&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: 1701/3230] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?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: 1530/3231] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1702/3232] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.60&port_id=6389347a-c90e-4ff3-8558-b2df0a4f08ce => 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: 1531/3233] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/subnets?id=c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3234] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/ports?network_id=579b0a9e-a776-4b32-8623-a09a503b5149&device_owner=network%3Adhcp => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3235] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3236] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3237] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3238] 199.204.45.38 () {34 vars in 1102 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A350&port_id=a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => 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: 1534/3239] 199.204.45.38 () {34 vars in 1062 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/subnets?id=79929cf4-2f48-4e17-887d-23583d36b973&id=810b8875-66ff-4a00-8e4e-54136b677825 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3240] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&device_owner=network%3Adhcp => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3241] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&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: 1707/3242] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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: 1536/3243] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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: 1708/3244] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.65&port_id=dc67d27b-0b1b-463b-a7d9-8627698118d6 => 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: 1537/3245] 199.204.45.38 () {34 vars in 1104 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A34d&port_id=dc67d27b-0b1b-463b-a7d9-8627698118d6 => 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: 1709/3246] 199.204.45.38 () {34 vars in 1062 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/subnets?id=895cb606-1fdb-44c9-8732-fdad8c3d54d2&id=f37c4aec-2f8a-4a60-be3c-8201bdc55256 => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3247] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/ports?network_id=270d92d0-62fb-4f79-95b8-bc0b32aa383d&device_owner=network%3Adhcp => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3248] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/ports?network_id=270d92d0-62fb-4f79-95b8-bc0b32aa383d&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: 1539/3249] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:13 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3250] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:14 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?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-17 02:29:14.639 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8a09ad1d-61ad-4911-ac61-bcf07491bfb2 - - - - - -] OVN reports status up for port: dc67d27b-0b1b-463b-a7d9-8627698118d6 2026-05-17 02:29:14.654 7 INFO neutron.plugins.ml2.plugin [None req-8a09ad1d-61ad-4911-ac61-bcf07491bfb2 - - - - - -] Attempt 1 to provision port dc67d27b-0b1b-463b-a7d9-8627698118d6 2026-05-17 02:29:14.780 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5c525ee-e7d2-4f29-9298-b2857d98a35e'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dc67d27b-0b1b-463b-a7d9-8627698118d6', 'code': 200} 2026-05-17 02:29:14.912 7 INFO neutron.db.ovn_revision_numbers_db [None req-8a09ad1d-61ad-4911-ac61-bcf07491bfb2 - - - - - -] Successfully bumped revision number for resource dc67d27b-0b1b-463b-a7d9-8627698118d6 (type: ports) to 5 2026-05-17 02:29:16.815 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-720b43c2-8d00-48ab-9806-dcc81ebea208'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-plugged', 'status': 'completed', 'tag': 'dc67d27b-0b1b-463b-a7d9-8627698118d6', '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: 1540/3251] 10.0.0.151 () {34 vars in 970 bytes} [Sun May 17 02:29:18 2026] GET /v2.0/ports/dc67d27b-0b1b-463b-a7d9-8627698118d6 => generated 1512 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3252] 199.204.45.38 () {30 vars in 741 bytes} [Sun May 17 02:29:18 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d => 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: 1541/3253] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:18 2026] GET /v2.0/subnets/895cb606-1fdb-44c9-8732-fdad8c3d54d2 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3254] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:18 2026] GET /v2.0/subnets/f37c4aec-2f8a-4a60-be3c-8201bdc55256 => generated 748 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3255] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:18 2026] GET /v2.0/ports/a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => generated 1512 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:29:18.786 8 INFO neutron.db.ovn_revision_numbers_db [None req-3e1d78a6-774e-4322-99b3-23a707770bc1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a50daa78-37a7-45f1-b4d2-5eecf7f579a9 (type: ports) to 6 [pid: 8|app: 0|req: 1714/3256] 199.204.45.38 () {34 vars in 788 bytes} [Sun May 17 02:29:18 2026] PUT /v2.0/ports/a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => generated 1255 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:29:18.839 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ad6154f-124a-41fd-8b91-2e9d8af4308c'] response: {'name': 'network-changed', 'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'tag': 'a50daa78-37a7-45f1-b4d2-5eecf7f579a9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1543/3257] 199.204.45.38 () {30 vars in 741 bytes} [Sun May 17 02:29:18 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455 => generated 837 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1715/3258] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:18 2026] GET /v2.0/subnets/79929cf4-2f48-4e17-887d-23583d36b973 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3259] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:29:19 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: 1716/3260] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3261] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:29:19 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: 1717/3262] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3263] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1718/3264] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => generated 1156 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3265] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1337 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3266] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3267] 199.204.45.38 () {30 vars in 741 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149 => 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: 1720/3268] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => generated 1156 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3269] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1721/3270] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 5348 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3271] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/networks?id=2df7898f-6da1-45ae-9abb-060a980c0455 => generated 840 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1722/3272] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => 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: 1551/3273] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/subnets?id=79929cf4-2f48-4e17-887d-23583d36b973 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3274] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&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: 1552/3275] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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: 1724/3276] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:19 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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: 1554/3279] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:29:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3280] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:29:32 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: 1555/3281] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:29:32 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: 1727/3282] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:29:32 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/3283] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:32 2026] GET /v2.0/subnets/79929cf4-2f48-4e17-887d-23583d36b973 => generated 673 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3284] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:29:32 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 5348 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3285] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:29:32 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: 1729/3286] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:29:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3287] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:29:32 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: 1730/3288] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:29:32 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: 1559/3289] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:32 2026] GET /v2.0/ports/dc67d27b-0b1b-463b-a7d9-8627698118d6 => generated 1512 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:29:33.209 8 INFO neutron.db.ovn_revision_numbers_db [None req-5786c4c1-10d7-4444-97e3-e643ca62aff8 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource dc67d27b-0b1b-463b-a7d9-8627698118d6 (type: ports) to 6 [pid: 8|app: 0|req: 1731/3290] 199.204.45.38 () {34 vars in 788 bytes} [Sun May 17 02:29:32 2026] PUT /v2.0/ports/dc67d27b-0b1b-463b-a7d9-8627698118d6 => generated 1251 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:29:33.263 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-43d0abc1-8f04-44bd-b8a7-08fd8abaf33a'] response: {'name': 'network-changed', 'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'tag': 'dc67d27b-0b1b-463b-a7d9-8627698118d6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1560/3291] 199.204.45.38 () {30 vars in 741 bytes} [Sun May 17 02:29:33 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d => generated 838 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1732/3292] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:33 2026] GET /v2.0/subnets/895cb606-1fdb-44c9-8732-fdad8c3d54d2 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3293] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:33 2026] GET /v2.0/ports/dc67d27b-0b1b-463b-a7d9-8627698118d6 => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:29:33.845 8 INFO neutron.db.ovn_revision_numbers_db [None req-a7f4c959-2a03-4285-9f3b-d2433f0efb7f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource dc67d27b-0b1b-463b-a7d9-8627698118d6 (type: ports) to 7 [pid: 7|app: 0|req: 1562/3294] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:29:33 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 4944 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3295] 199.204.45.38 () {34 vars in 787 bytes} [Sun May 17 02:29:33 2026] PUT /v2.0/ports/dc67d27b-0b1b-463b-a7d9-8627698118d6 => generated 1080 bytes in 468 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: 1563/3296] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:29:33 2026] GET /v2.0/networks?id=270d92d0-62fb-4f79-95b8-bc0b32aa383d => generated 841 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3297] 199.204.45.38 () {30 vars in 741 bytes} [Sun May 17 02:29:33 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d => generated 838 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3298] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:33 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?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: 1735/3299] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:29:33 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 4944 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3300] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:33 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?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: 1736/3301] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:29:34 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 4944 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:29:35.315 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-772e2b47-92e2-4c02-aa6b-fc2cee16f7dd'] response: {'name': 'network-changed', 'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'tag': 'dc67d27b-0b1b-463b-a7d9-8627698118d6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1567/3304] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:29:35 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 4944 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1738/3305] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:29:35 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 4944 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3306] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:29:35 2026] GET /v2.0/networks?id=270d92d0-62fb-4f79-95b8-bc0b32aa383d => generated 841 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3307] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:35 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?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: 1569/3308] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:36 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:29:36.558 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-135ddc1a-a70c-4adf-8088-75a038450ad2 - - - - - -] OVN reports status down for port: dc67d27b-0b1b-463b-a7d9-8627698118d6 [pid: 8|app: 0|req: 1740/3309] 199.204.45.38 () {34 vars in 973 bytes} [Sun May 17 02:29:36 2026] GET /v2.0/ports/dc67d27b-0b1b-463b-a7d9-8627698118d6 => generated 1108 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3310] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:29:36 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 4944 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3311] 199.204.45.38 () {34 vars in 1058 bytes} [Sun May 17 02:29:36 2026] GET /v2.0/ports/dc67d27b-0b1b-463b-a7d9-8627698118d6?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) [pid: 8|app: 0|req: 1742/3312] 199.204.45.38 () {34 vars in 1014 bytes} [Sun May 17 02:29:36 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?fields=dns_domain => generated 29 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:29:36.749 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2281ff69-cdad-4707-850c-92c42f010f39'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'dc67d27b-0b1b-463b-a7d9-8627698118d6', 'code': 200} 2026-05-17 02:29:36.907 7 INFO neutron.db.ovn_revision_numbers_db [None req-135ddc1a-a70c-4adf-8088-75a038450ad2 - - - - - -] Successfully bumped revision number for resource dc67d27b-0b1b-463b-a7d9-8627698118d6 (type: ports) to 8 2026-05-17 02:29:37.223 7 INFO neutron.db.ovn_revision_numbers_db [req-e807db76-8b36-490b-9b2d-e84f9c1a6547 req-34ce3df9-ca95-4273-aa7a-c8f3cb7c991e 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource dc67d27b-0b1b-463b-a7d9-8627698118d6 (type: ports) to 9 [pid: 7|app: 0|req: 1571/3313] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:29:36 2026] PUT /v2.0/ports/dc67d27b-0b1b-463b-a7d9-8627698118d6 => generated 917 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3314] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:29:37 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 3844 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-17 02:29:37.900 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a6f2b64-eaaa-4982-9c3b-f95804d33f59 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: dc67d27b-0b1b-463b-a7d9-8627698118d6 2026-05-17 02:29:37.903 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a6f2b64-eaaa-4982-9c3b-f95804d33f59 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: dc67d27b-0b1b-463b-a7d9-8627698118d6 [pid: 7|app: 0|req: 1572/3315] 199.204.45.38 () {32 vars in 757 bytes} [Sun May 17 02:29:37 2026] DELETE /v2.0/ports/dc67d27b-0b1b-463b-a7d9-8627698118d6 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1744/3316] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:29:38 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: 1573/3317] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:29:38 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: 1745/3318] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:29:38 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: 1574/3319] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:29:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3320] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:38 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3321] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:38 2026] GET /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => generated 1156 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1747/3322] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:38 2026] GET /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1337 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3323] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:38 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3324] 199.204.45.38 () {30 vars in 741 bytes} [Sun May 17 02:29:38 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149 => generated 841 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3325] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:38 2026] GET /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => 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: 1749/3326] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:38 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:29:38.792 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6192975b-a667-4b69-9827-381004d645ba'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'dc67d27b-0b1b-463b-a7d9-8627698118d6', 'code': 200} [pid: 7|app: 0|req: 1578/3327] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:29:38 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 3844 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1750/3328] 199.204.45.38 () {34 vars in 1224 bytes} [Sun May 17 02:29:38 2026] GET /v2.0/networks?id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd&id=579b0a9e-a776-4b32-8623-a09a503b5149&id=2df7898f-6da1-45ae-9abb-060a980c0455&id=270d92d0-62fb-4f79-95b8-bc0b32aa383d => generated 3259 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3329] 199.204.45.38 () {34 vars in 1060 bytes} [Sun May 17 02:29:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.227&port_id=a9cb4768-189d-4634-90bf-2442b7d39281 => 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: 1751/3330] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:29:38 2026] GET /v2.0/subnets?id=403c1ae1-7514-466d-9f23-6c913cc72fa8 => 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: 1580/3331] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:29:38 2026] GET /v2.0/ports?network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd&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: 8|app: 0|req: 1752/3332] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1753/3333] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?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: 1581/3334] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/network-ip-availabilities => generated 5530 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1754/3335] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.60&port_id=6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1755/3336] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/subnets?id=c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3337] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/security-groups => generated 31497 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1756/3338] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/ports?network_id=579b0a9e-a776-4b32-8623-a09a503b5149&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: 1757/3339] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3340] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/subnets => generated 5511 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3341] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/agents => generated 1214 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1758/3342] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?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) [pid: 8|app: 0|req: 1759/3343] 199.204.45.38 () {34 vars in 1056 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => 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: 1585/3344] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/subnets => generated 5511 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1760/3345] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/subnets?id=79929cf4-2f48-4e17-887d-23583d36b973 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3346] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:29:39 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: 1761/3347] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&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: 7|app: 0|req: 1587/3348] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/floatingips => generated 2587 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1762/3349] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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: 1763/3350] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3351] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/networks => generated 4771 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1764/3352] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/ports => generated 23488 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3353] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:29:39 2026] GET /v2.0/routers => generated 986 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1765/3354] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:29:39 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: 1590/3355] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:29:45 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: 1766/3356] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:29:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3357] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:29: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: 8|app: 0|req: 1767/3358] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:29:46 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: 1592/3359] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:29:46 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 3844 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1768/3360] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:29:46 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: 1593/3361] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:29:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1769/3362] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:29:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3363] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:29:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1770/3364] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:46 2026] GET /v2.0/ports/a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => generated 1283 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:29:46.765 7 INFO neutron.db.ovn_revision_numbers_db [None req-cd9036f1-54a9-47b9-8d3e-5c72909bd474 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a50daa78-37a7-45f1-b4d2-5eecf7f579a9 (type: ports) to 7 [pid: 7|app: 0|req: 1595/3365] 199.204.45.38 () {34 vars in 787 bytes} [Sun May 17 02:29:46 2026] PUT /v2.0/ports/a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => generated 1080 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:29:46.814 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9589091b-6f1f-4c30-97b3-d3eec95334a6'] response: {'name': 'network-changed', 'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'tag': 'a50daa78-37a7-45f1-b4d2-5eecf7f579a9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1771/3366] 199.204.45.38 () {30 vars in 741 bytes} [Sun May 17 02:29:46 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455 => generated 837 bytes in 41 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: 1596/3367] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:29:46 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 3669 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1772/3368] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:29:46 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 3669 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3369] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:29:47 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 3669 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1773/3370] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:29:47 2026] GET /v2.0/networks?id=2df7898f-6da1-45ae-9abb-060a980c0455 => generated 840 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3371] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:47 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1774/3372] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:47 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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: 7|app: 0|req: 1599/3373] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:29:48 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 3669 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:29:48.718 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-d813ba9e-76b3-4e1d-a822-67e1e963e304 - - - - - -] OVN reports status down for port: a50daa78-37a7-45f1-b4d2-5eecf7f579a9 [pid: 8|app: 0|req: 1775/3374] 199.204.45.38 () {34 vars in 973 bytes} [Sun May 17 02:29:48 2026] GET /v2.0/ports/a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => 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: 1600/3375] 199.204.45.38 () {34 vars in 1058 bytes} [Sun May 17 02:29:48 2026] GET /v2.0/ports/a50daa78-37a7-45f1-b4d2-5eecf7f579a9?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:29:48.865 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-43c81934-f1b3-4257-9590-c474fcf0e515'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a50daa78-37a7-45f1-b4d2-5eecf7f579a9', 'code': 200} [pid: 8|app: 0|req: 1776/3376] 199.204.45.38 () {34 vars in 1014 bytes} [Sun May 17 02:29:48 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?fields=dns_domain => generated 29 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:29:49.015 8 INFO neutron.db.ovn_revision_numbers_db [None req-d813ba9e-76b3-4e1d-a822-67e1e963e304 - - - - - -] Successfully bumped revision number for resource a50daa78-37a7-45f1-b4d2-5eecf7f579a9 (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: 1777/3377] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:29:49 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 3667 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:29:49.278 7 INFO neutron.db.ovn_revision_numbers_db [req-8010a041-4182-4ad5-a9d8-5471fa02a936 req-dd1fd9ea-e144-42f4-9241-ae02cebd1195 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource a50daa78-37a7-45f1-b4d2-5eecf7f579a9 (type: ports) to 9 [pid: 7|app: 0|req: 1601/3378] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:29:48 2026] PUT /v2.0/ports/a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => generated 917 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1778/3381] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:29:50 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 2569 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-17 02:29:50.346 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c7dd1f5-9036-4fe8-a43a-c2f992c73d51 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: a50daa78-37a7-45f1-b4d2-5eecf7f579a9 2026-05-17 02:29:50.350 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c7dd1f5-9036-4fe8-a43a-c2f992c73d51 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: a50daa78-37a7-45f1-b4d2-5eecf7f579a9 [pid: 7|app: 0|req: 1604/3382] 199.204.45.38 () {32 vars in 757 bytes} [Sun May 17 02:29:50 2026] DELETE /v2.0/ports/a50daa78-37a7-45f1-b4d2-5eecf7f579a9 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1779/3383] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:29:50 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: 1605/3384] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:29:50 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: 1780/3385] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:29:50 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: 1606/3386] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:29:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1781/3387] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:50 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3388] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:50 2026] GET /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => generated 1156 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1782/3389] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:50 2026] GET /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1337 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3390] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:50 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1783/3391] 199.204.45.38 () {30 vars in 741 bytes} [Sun May 17 02:29:50 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149 => generated 841 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3392] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:29:50 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 2569 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1784/3393] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:29:50 2026] GET /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => generated 1156 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:29:50.922 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f98dfa70-10a9-4c1e-9ee5-d9027805ea97'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a50daa78-37a7-45f1-b4d2-5eecf7f579a9', 'code': 200} [pid: 7|app: 0|req: 1610/3394] 199.204.45.38 () {34 vars in 1144 bytes} [Sun May 17 02:29:50 2026] GET /v2.0/networks?id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd&id=579b0a9e-a776-4b32-8623-a09a503b5149&id=2df7898f-6da1-45ae-9abb-060a980c0455 => generated 2432 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1785/3395] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:29:50 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3396] 199.204.45.38 () {34 vars in 1060 bytes} [Sun May 17 02:29:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.227&port_id=a9cb4768-189d-4634-90bf-2442b7d39281 => 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: 1786/3397] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:29:50 2026] GET /v2.0/subnets?id=403c1ae1-7514-466d-9f23-6c913cc72fa8 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3398] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:29:51 2026] GET /v2.0/ports?network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd&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: 1787/3399] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:51 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?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: 1613/3400] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:51 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1788/3401] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:29:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.60&port_id=6389347a-c90e-4ff3-8558-b2df0a4f08ce => 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: 1614/3402] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:29:51 2026] GET /v2.0/subnets?id=c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => 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: 1789/3403] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:29:51 2026] GET /v2.0/ports?network_id=579b0a9e-a776-4b32-8623-a09a503b5149&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: 1615/3404] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:29:51 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1790/3405] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:29:51 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 79 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3406] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:30:02 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: 1791/3407] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:30:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3408] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:30:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1792/3409] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:30:02 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-17 02:30:02.074 7 INFO neutron.api.v2.resource [None req-1215ef33-4f98-45a2-83e0-2fe2a9e34b49 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3410] 199.204.45.38 () {30 vars in 761 bytes} [Sun May 17 02:30:02 2026] GET /v2.0/security-groups/lb-696bbee0-de90-4c5d-a724-dc29d601a6cb => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1793/3411] 199.204.45.38 () {30 vars in 783 bytes} [Sun May 17 02:30:02 2026] GET /v2.0/security-groups?name=lb-696bbee0-de90-4c5d-a724-dc29d601a6cb => generated 2865 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3412] 199.204.45.38 () {30 vars in 813 bytes} [Sun May 17 02:30:02 2026] GET /v2.0/security-group-rules?security_group_id=70041f38-f6ad-4956-b495-9e4388b55792 => 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: 1794/3413] 199.204.45.38 () {32 vars in 787 bytes} [Sun May 17 02:30:02 2026] DELETE /v2.0/security-group-rules/04796c70-c1bb-4a39-b8f9-e1a35fa6b30b => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3414] 199.204.45.38 () {32 vars in 787 bytes} [Sun May 17 02:30:02 2026] DELETE /v2.0/security-group-rules/d4dcd30f-4109-401d-a3b6-a290479aed32 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1795/3415] 10.0.0.151 () {34 vars in 1177 bytes} [Sun May 17 02:30:04 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9&device_id=cd3eb2f7-de18-4fa6-8a32-2864efbab3b2&device_id=ab2e494c-758c-4a34-9860-41e33286b13a => generated 5465 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3416] 10.0.0.151 () {34 vars in 1199 bytes} [Sun May 17 02:30:04 2026] GET /v2.0/security-groups?id=7ff8b8d3-710b-4e3e-a7bf-a473880cfc36&id=70041f38-f6ad-4956-b495-9e4388b55792&id=4aeeba06-824d-4b08-83f0-e5bf659ba699&fields=id&fields=name => generated 286 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1796/3419] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:30:05 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 2569 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3420] 10.0.0.151 () {34 vars in 1119 bytes} [Sun May 17 02:30:05 2026] GET /v2.0/security-groups?id=70041f38-f6ad-4956-b495-9e4388b55792&id=4aeeba06-824d-4b08-83f0-e5bf659ba699&fields=id&fields=name => generated 195 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1797/3421] 10.0.0.151 () {34 vars in 1083 bytes} [Sun May 17 02:30:05 2026] GET /v2.0/ports?device_id=cd3eb2f7-de18-4fa6-8a32-2864efbab3b2&device_id=ab2e494c-758c-4a34-9860-41e33286b13a => generated 2907 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1798/3422] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:30:05 2026] GET /v2.0/security-groups?id=7ff8b8d3-710b-4e3e-a7bf-a473880cfc36&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:30:05.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-73342654-5b90-48b4-abbc-be952927d379 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] TaaS: Handle Delete Port: 9873bafa-e639-4372-aca4-80d444e14fbd 2026-05-17 02:30:05.852 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73342654-5b90-48b4-abbc-be952927d379 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Tap Mirror: Handle Delete Port: 9873bafa-e639-4372-aca4-80d444e14fbd 2026-05-17 02:30:06.121 7 INFO neutron.db.l3_db [None req-73342654-5b90-48b4-abbc-be952927d379 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Floating IP 9140af5c-f7b5-432e-bdae-13b26f80a003 disassociated (deleted). External IP: 10.96.250.207, port: df3a4264-997b-4124-aa3d-afbfbdcd0f89. [pid: 7|app: 0|req: 1625/3423] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:30:05 2026] DELETE /v2.0/floatingips/9140af5c-f7b5-432e-bdae-13b26f80a003 => generated 0 bytes in 459 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:06.190 8 INFO neutron.api.v2.resource [None req-3a35374c-bc7c-43b0-9438-49fa86f1f711 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1799/3424] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:30:06 2026] GET /v2.0/floatingips/9140af5c-f7b5-432e-bdae-13b26f80a003 => generated 144 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1626/3425] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:30:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1800/3426] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:30:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3427] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:30:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1801/3428] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:30:07 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-17 02:30:07.042 7 INFO neutron.api.v2.resource [None req-617958c5-52f2-4e0d-a53e-ac7b16909759 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1628/3429] 199.204.45.38 () {30 vars in 761 bytes} [Sun May 17 02:30:07 2026] GET /v2.0/security-groups/lb-696bbee0-de90-4c5d-a724-dc29d601a6cb => 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: 1802/3430] 199.204.45.38 () {30 vars in 783 bytes} [Sun May 17 02:30:07 2026] GET /v2.0/security-groups?name=lb-696bbee0-de90-4c5d-a724-dc29d601a6cb => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3431] 199.204.45.38 () {30 vars in 813 bytes} [Sun May 17 02:30:07 2026] GET /v2.0/security-group-rules?security_group_id=70041f38-f6ad-4956-b495-9e4388b55792 => generated 1182 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1803/3432] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:30:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3433] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:30:07 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: 8|app: 0|req: 1804/3434] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:30:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3435] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:30:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1805/3436] 199.204.45.38 () {30 vars in 739 bytes} [Sun May 17 02:30:07 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3437] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:30:07 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 2569 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1806/3438] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:30:07 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 2569 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3439] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:30:07 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 2569 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1807/3440] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:30:08 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 2569 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:30:09.278 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-17c7fac4-dfb9-4fa5-a23c-be9ed6186233 - - - - - -] OVN reports status down for port: df3a4264-997b-4124-aa3d-afbfbdcd0f89 2026-05-17 02:30:09.281 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-e9208caf-7845-4f84-9a76-af4ca3a909f3 - - - - - -] OVN reports status down for port: 6389347a-c90e-4ff3-8558-b2df0a4f08ce 2026-05-17 02:30:09.553 8 INFO neutron.db.ovn_revision_numbers_db [None req-0932e198-01ed-44b5-85f3-6ba658c6eb4d - - - - - -] Successfully bumped revision number for resource df3a4264-997b-4124-aa3d-afbfbdcd0f89 (type: ports) to 6 2026-05-17 02:30:09.561 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a22a99bd-1db3-4247-bcb6-fd7c500892df'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '6389347a-c90e-4ff3-8558-b2df0a4f08ce', 'code': 200} [pid: 8|app: 0|req: 1808/3441] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:30:09 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 2567 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:30:09.818 8 INFO neutron.db.ovn_revision_numbers_db [None req-e9208caf-7845-4f84-9a76-af4ca3a909f3 - - - - - -] Successfully bumped revision number for resource 6389347a-c90e-4ff3-8558-b2df0a4f08ce (type: ports) to 8 [pid: 7|app: 0|req: 1634/3442] 199.204.45.38 () {34 vars in 973 bytes} [Sun May 17 02:30:09 2026] GET /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1335 bytes in 699 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1809/3443] 199.204.45.38 () {34 vars in 1058 bytes} [Sun May 17 02:30:10 2026] GET /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3444] 199.204.45.38 () {34 vars in 1014 bytes} [Sun May 17 02:30:10 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:30:10.561 8 INFO neutron.db.ovn_revision_numbers_db [req-8a8e083e-84dd-4f44-8ce0-225f1b798bbb req-a1613ede-a71c-44c8-8cdc-f2addd7bb64c 793214d1f8c744078bb38c7130e0f658 737bac152371465b965eae4582338c53 - - d8d630fee0b6424da8d7b190605657c1 d8d630fee0b6424da8d7b190605657c1] Successfully bumped revision number for resource 6389347a-c90e-4ff3-8558-b2df0a4f08ce (type: ports) to 9 [pid: 8|app: 0|req: 1810/3445] 199.204.45.38 () {38 vars in 1026 bytes} [Sun May 17 02:30:10 2026] PUT /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1146 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3446] 199.204.45.38 () {30 vars in 767 bytes} [Sun May 17 02:30:10 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1240 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-17 02:30:11.223 8 INFO neutron.db.ovn_revision_numbers_db [None req-b7dc35b5-cbcb-41d8-8363-80e0358aaf12 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6389347a-c90e-4ff3-8558-b2df0a4f08ce (type: ports) to 10 [pid: 8|app: 0|req: 1811/3447] 199.204.45.38 () {34 vars in 787 bytes} [Sun May 17 02:30:10 2026] PUT /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1087 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3448] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:30:11 2026] GET /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 1087 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:30:11.319 8 INFO neutron.db.ovn_revision_numbers_db [None req-0932e198-01ed-44b5-85f3-6ba658c6eb4d - - - - - -] Successfully bumped revision number for resource df3a4264-997b-4124-aa3d-afbfbdcd0f89 (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-17 02:30:11.452 8 INFO neutron_taas.services.taas.taas_plugin [None req-0417a287-ed22-43c5-8056-348ca835d820 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: 6389347a-c90e-4ff3-8558-b2df0a4f08ce 2026-05-17 02:30:11.454 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0417a287-ed22-43c5-8056-348ca835d820 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: 6389347a-c90e-4ff3-8558-b2df0a4f08ce 2026-05-17 02:30:11.603 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-084fb7cb-c3be-497c-8475-d32117ed7e66'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '6389347a-c90e-4ff3-8558-b2df0a4f08ce', 'code': 200} [pid: 8|app: 0|req: 1812/3449] 199.204.45.38 () {32 vars in 757 bytes} [Sun May 17 02:30:11 2026] DELETE /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3450] 199.204.45.38 () {30 vars in 701 bytes} [Sun May 17 02:30:11 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: 1813/3451] 199.204.45.38 () {30 vars in 703 bytes} [Sun May 17 02:30:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3452] 199.204.45.38 () {30 vars in 679 bytes} [Sun May 17 02:30:11 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: 1814/3453] 199.204.45.38 () {30 vars in 715 bytes} [Sun May 17 02:30:11 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-17 02:30:11.785 7 INFO neutron.pecan_wsgi.hooks.translation [None req-68f04756-1dad-4885-a98a-239db849a891 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3454] 199.204.45.38 () {32 vars in 757 bytes} [Sun May 17 02:30:11 2026] DELETE /v2.0/ports/6389347a-c90e-4ff3-8558-b2df0a4f08ce => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1815/3455] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:30:11 2026] GET /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => generated 1148 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:30:11.853 7 INFO neutron.api.v2.resource [None req-df42ee70-8078-4ed3-b9db-929a27309357 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3456] 199.204.45.38 () {30 vars in 761 bytes} [Sun May 17 02:30:11 2026] GET /v2.0/security-groups/lb-696bbee0-de90-4c5d-a724-dc29d601a6cb => 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: 1816/3457] 199.204.45.38 () {30 vars in 783 bytes} [Sun May 17 02:30:11 2026] GET /v2.0/security-groups?name=lb-696bbee0-de90-4c5d-a724-dc29d601a6cb => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3458] 199.204.45.38 () {30 vars in 735 bytes} [Sun May 17 02:30:11 2026] GET /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => generated 1148 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3459] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:30:12 2026] GET /v2.0/ports?tenant_id=8ea12d20a947412880db696f1f35c4f6&device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3460] 199.204.45.38 () {34 vars in 1064 bytes} [Sun May 17 02:30:12 2026] GET /v2.0/networks?id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd&id=579b0a9e-a776-4b32-8623-a09a503b5149 => generated 1606 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3461] 199.204.45.38 () {34 vars in 1060 bytes} [Sun May 17 02:30:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.227&port_id=a9cb4768-189d-4634-90bf-2442b7d39281 => 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: 1646/3462] 199.204.45.38 () {34 vars in 982 bytes} [Sun May 17 02:30:12 2026] GET /v2.0/subnets?id=403c1ae1-7514-466d-9f23-6c913cc72fa8 => generated 654 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:30:12.292 8 INFO neutron.db.ovn_revision_numbers_db [None req-8b03e13a-c470-4b4c-a5ad-64ae4079d7a1 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource df3a4264-997b-4124-aa3d-afbfbdcd0f89 (type: ports) to 9 [pid: 7|app: 0|req: 1647/3463] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:30:12 2026] GET /v2.0/ports?network_id=25a3ac49-a9b6-4e93-9826-f5438f77fdfd&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: 1817/3464] 199.204.45.38 () {34 vars in 787 bytes} [Sun May 17 02:30:11 2026] PUT /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => generated 1110 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3465] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:30:12 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?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: 1649/3466] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:30:12 2026] GET /v2.0/networks/25a3ac49-a9b6-4e93-9826-f5438f77fdfd?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: 1818/3467] 199.204.45.38 () {32 vars in 777 bytes} [Sun May 17 02:30:12 2026] DELETE /v2.0/security-groups/70041f38-f6ad-4956-b495-9e4388b55792 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:12.637 7 INFO neutron_taas.services.taas.taas_plugin [None req-20fb90fd-d0df-4679-871c-622dbc987203 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: df3a4264-997b-4124-aa3d-afbfbdcd0f89 2026-05-17 02:30:12.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20fb90fd-d0df-4679-871c-622dbc987203 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: df3a4264-997b-4124-aa3d-afbfbdcd0f89 [pid: 7|app: 0|req: 1650/3468] 199.204.45.38 () {32 vars in 757 bytes} [Sun May 17 02:30:12 2026] DELETE /v2.0/ports/df3a4264-997b-4124-aa3d-afbfbdcd0f89 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:30:14.154 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-80a9fa92-60d3-4ad9-a507-ed30fb29284b - - - - - -] OVN reports status down for port: a9cb4768-189d-4634-90bf-2442b7d39281 2026-05-17 02:30:14.268 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-eb875e04-6fe2-4dbf-9ce9-390f87d8140d'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a9cb4768-189d-4634-90bf-2442b7d39281', 'code': 200} 2026-05-17 02:30:14.404 8 INFO neutron.db.ovn_revision_numbers_db [None req-80a9fa92-60d3-4ad9-a507-ed30fb29284b - - - - - -] Successfully bumped revision number for resource a9cb4768-189d-4634-90bf-2442b7d39281 (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: 8|app: 0|req: 1819/3469] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:30:15 2026] GET /v2.0/ports?device_id=08075ced-b2d3-4453-92db-b6fcce5994c9 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:30:15.534 7 INFO neutron_taas.services.taas.taas_plugin [req-d4ca09c6-4392-493c-863a-28aff616bcfe req-3c448595-45e3-413c-abbc-12bde8c36dc6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] TaaS: Handle Delete Port: a9cb4768-189d-4634-90bf-2442b7d39281 2026-05-17 02:30:15.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d4ca09c6-4392-493c-863a-28aff616bcfe req-3c448595-45e3-413c-abbc-12bde8c36dc6 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Tap Mirror: Handle Delete Port: a9cb4768-189d-4634-90bf-2442b7d39281 [pid: 7|app: 0|req: 1651/3470] 199.204.45.38 () {36 vars in 995 bytes} [Sun May 17 02:30:15 2026] DELETE /v2.0/ports/a9cb4768-189d-4634-90bf-2442b7d39281 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:30:15.735 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe369c76-9bf8-4cb9-8b25-52c158a78267'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-deleted', 'tag': 'a9cb4768-189d-4634-90bf-2442b7d39281', 'status': 'completed', 'code': 200} 2026-05-17 02:30:16.309 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-03b708cd-778c-4561-b551-40ae62c1f471'] response: {'server_uuid': '08075ced-b2d3-4453-92db-b6fcce5994c9', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'a9cb4768-189d-4634-90bf-2442b7d39281', 'code': 200} 2026-05-17 02:30:16.586 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfb2be30-949f-4389-815a-2940a837fea0 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] TaaS: Handle Delete Port: 7fcf444c-9b0e-4a85-bc64-a0474212520d 2026-05-17 02:30:16.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfb2be30-949f-4389-815a-2940a837fea0 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Tap Mirror: Handle Delete Port: 7fcf444c-9b0e-4a85-bc64-a0474212520d 2026-05-17 02:30:16.765 8 INFO neutron.db.l3_db [None req-bfb2be30-949f-4389-815a-2940a837fea0 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Floating IP 4e01a163-7003-4fbd-ac55-3f12b168fc85 disassociated (deleted). External IP: 10.96.250.202, port: df97c283-60d3-4f1a-a11f-1a5763de3849. [pid: 8|app: 0|req: 1820/3471] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:30:16 2026] DELETE /v2.0/floatingips/4e01a163-7003-4fbd-ac55-3f12b168fc85 => generated 0 bytes in 385 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-17 02:30:16.825 7 INFO neutron.api.v2.resource [None req-9e12fcf7-9a67-44aa-a5a2-0380afb5b61a ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3472] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:30:16 2026] GET /v2.0/floatingips/4e01a163-7003-4fbd-ac55-3f12b168fc85 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1821/3473] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:30:16 2026] GET /v2.0/ports?device_id=cd3eb2f7-de18-4fa6-8a32-2864efbab3b2 => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3474] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:30:17 2026] GET /v2.0/security-groups?id=7ff8b8d3-710b-4e3e-a7bf-a473880cfc36&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:30:18.060 7 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-17c7fac4-dfb9-4fa5-a23c-be9ed6186233 - - - - - -] OVN reports status down for port: df97c283-60d3-4f1a-a11f-1a5763de3849 2026-05-17 02:30:18.191 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6a9de96-a6e1-4274-90b4-fd6335d0b54b'] response: {'server_uuid': 'cd3eb2f7-de18-4fa6-8a32-2864efbab3b2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'df97c283-60d3-4f1a-a11f-1a5763de3849', 'code': 200} 2026-05-17 02:30:18.317 7 INFO neutron.db.ovn_revision_numbers_db [None req-17c7fac4-dfb9-4fa5-a23c-be9ed6186233 - - - - - -] Successfully bumped revision number for resource df97c283-60d3-4f1a-a11f-1a5763de3849 (type: ports) to 6 2026-05-17 02:30:18.345 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d7f289d5-0f1b-4027-83b5-cfff09cae5f3'] response: {'name': 'network-changed', 'server_uuid': 'cd3eb2f7-de18-4fa6-8a32-2864efbab3b2', 'tag': 'df97c283-60d3-4f1a-a11f-1a5763de3849', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1822/3475] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:30:18 2026] GET /v2.0/ports?tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf&device_id=cd3eb2f7-de18-4fa6-8a32-2864efbab3b2 => generated 1459 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1654/3476] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:30:18 2026] GET /v2.0/networks?id=270d92d0-62fb-4f79-95b8-bc0b32aa383d => generated 841 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1823/3477] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:30:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.60&port_id=df97c283-60d3-4f1a-a11f-1a5763de3849 => 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: 1655/3478] 199.204.45.38 () {34 vars in 1104 bytes} [Sun May 17 02:30:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A25d&port_id=df97c283-60d3-4f1a-a11f-1a5763de3849 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1824/3479] 199.204.45.38 () {34 vars in 1062 bytes} [Sun May 17 02:30:19 2026] GET /v2.0/subnets?id=895cb606-1fdb-44c9-8732-fdad8c3d54d2&id=f37c4aec-2f8a-4a60-be3c-8201bdc55256 => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3480] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:30:19 2026] GET /v2.0/ports?network_id=270d92d0-62fb-4f79-95b8-bc0b32aa383d&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: 1825/3481] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:30:19 2026] GET /v2.0/ports?network_id=270d92d0-62fb-4f79-95b8-bc0b32aa383d&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: 1657/3482] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:30:19 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?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: 1826/3483] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:30:19 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d?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: 1658/3484] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:30:19 2026] GET /v2.0/ports?device_id=cd3eb2f7-de18-4fa6-8a32-2864efbab3b2 => generated 1198 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-17 02:30:19.448 8 INFO neutron_taas.services.taas.taas_plugin [req-91f6c2b6-43fa-4918-bb96-87f845aecb75 req-714cc5ac-2c6e-4315-9ae1-e826400ea284 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] TaaS: Handle Delete Port: df97c283-60d3-4f1a-a11f-1a5763de3849 2026-05-17 02:30:19.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-91f6c2b6-43fa-4918-bb96-87f845aecb75 req-714cc5ac-2c6e-4315-9ae1-e826400ea284 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Tap Mirror: Handle Delete Port: df97c283-60d3-4f1a-a11f-1a5763de3849 [pid: 8|app: 0|req: 1827/3485] 199.204.45.38 () {36 vars in 995 bytes} [Sun May 17 02:30:19 2026] DELETE /v2.0/ports/df97c283-60d3-4f1a-a11f-1a5763de3849 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:30:20.226 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79b3ae2e-5a8e-427e-a7ac-9e7be8ec2a54'] response: {'server_uuid': 'cd3eb2f7-de18-4fa6-8a32-2864efbab3b2', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': 'df97c283-60d3-4f1a-a11f-1a5763de3849', 'code': 200} 2026-05-17 02:30:20.382 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-30c118b5-f636-430e-9314-689fc678fc28'] response: {'server_uuid': 'cd3eb2f7-de18-4fa6-8a32-2864efbab3b2', 'name': 'network-vif-deleted', 'tag': 'df97c283-60d3-4f1a-a11f-1a5763de3849', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1660/3488] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:30:22 2026] GET /v2.0/ports?device_id=cd3eb2f7-de18-4fa6-8a32-2864efbab3b2 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-17 02:30:27.432 8 INFO neutron_taas.services.taas.taas_plugin [None req-d751f5fe-efc4-4713-a418-e1d391d6f902 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] TaaS: Handle Delete Port: 5dfa158b-a523-4cf6-a6e1-f35d1b415d8d 2026-05-17 02:30:27.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d751f5fe-efc4-4713-a418-e1d391d6f902 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Tap Mirror: Handle Delete Port: 5dfa158b-a523-4cf6-a6e1-f35d1b415d8d 2026-05-17 02:30:27.631 8 INFO neutron.db.l3_db [None req-d751f5fe-efc4-4713-a418-e1d391d6f902 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Floating IP 39e08e63-ddee-48f8-86f0-2a60e469983f disassociated (deleted). External IP: 10.96.250.219, port: 0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e. [pid: 8|app: 0|req: 1829/3489] 10.0.0.197 () {32 vars in 731 bytes} [Sun May 17 02:30:27 2026] DELETE /v2.0/floatingips/39e08e63-ddee-48f8-86f0-2a60e469983f => generated 0 bytes in 391 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:27.698 7 INFO neutron.api.v2.resource [None req-2f75bc21-21a4-4b5a-952d-15feb900f899 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. 2026-05-17 02:30:27.699 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ac7a4d35-87ff-4c31-8828-5a6e82a9e888'] response: {'name': 'network-changed', 'server_uuid': 'ab2e494c-758c-4a34-9860-41e33286b13a', 'tag': '0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1661/3490] 10.0.0.197 () {32 vars in 728 bytes} [Sun May 17 02:30:27 2026] GET /v2.0/floatingips/39e08e63-ddee-48f8-86f0-2a60e469983f => generated 144 bytes in 26 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: 1830/3491] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:30:27 2026] GET /v2.0/ports?device_id=ab2e494c-758c-4a34-9860-41e33286b13a => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3492] 10.0.0.151 () {34 vars in 1039 bytes} [Sun May 17 02:30:27 2026] GET /v2.0/security-groups?id=7ff8b8d3-710b-4e3e-a7bf-a473880cfc36&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1831/3493] 199.204.45.38 () {34 vars in 1078 bytes} [Sun May 17 02:30:28 2026] GET /v2.0/ports?tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf&device_id=ab2e494c-758c-4a34-9860-41e33286b13a => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3494] 199.204.45.38 () {34 vars in 984 bytes} [Sun May 17 02:30:28 2026] GET /v2.0/networks?id=2df7898f-6da1-45ae-9abb-060a980c0455 => generated 840 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1832/3495] 199.204.45.38 () {34 vars in 1054 bytes} [Sun May 17 02:30:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.63&port_id=0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e => 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: 1664/3496] 199.204.45.38 () {34 vars in 1102 bytes} [Sun May 17 02:30:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f0&port_id=0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e => 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: 1833/3497] 199.204.45.38 () {34 vars in 1062 bytes} [Sun May 17 02:30:28 2026] GET /v2.0/subnets?id=79929cf4-2f48-4e17-887d-23583d36b973&id=810b8875-66ff-4a00-8e4e-54136b677825 => 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: 1665/3498] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:30:28 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&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: 1834/3499] 199.204.45.38 () {34 vars in 1050 bytes} [Sun May 17 02:30:28 2026] GET /v2.0/ports?network_id=2df7898f-6da1-45ae-9abb-060a980c0455&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: 1666/3500] 199.204.45.38 () {34 vars in 1010 bytes} [Sun May 17 02:30:28 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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: 1835/3501] 199.204.45.38 () {34 vars in 1110 bytes} [Sun May 17 02:30:28 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455?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-17 02:30:28.929 8 INFO neutron.plugins.ml2.drivers.ovn.mech_driver.mech_driver [None req-8541e7d0-a3d9-4987-872b-fa9067ecc49d - - - - - -] OVN reports status down for port: 0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e 2026-05-17 02:30:29.186 8 INFO neutron.db.ovn_revision_numbers_db [None req-8541e7d0-a3d9-4987-872b-fa9067ecc49d - - - - - -] Successfully bumped revision number for resource 0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e (type: ports) to 6 2026-05-17 02:30:29.736 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1cf24b2f-6d79-4264-b7cd-296becb2849f'] response: {'server_uuid': 'ab2e494c-758c-4a34-9860-41e33286b13a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e', 'code': 200} 2026-05-17 02:30:29.736 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1cf24b2f-6d79-4264-b7cd-296becb2849f'] response: {'server_uuid': 'ab2e494c-758c-4a34-9860-41e33286b13a', 'name': 'network-vif-unplugged', 'status': 'completed', 'tag': '0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e', 'code': 200} [pid: 7|app: 0|req: 1667/3502] 199.204.45.38 () {34 vars in 992 bytes} [Sun May 17 02:30:30 2026] GET /v2.0/ports?device_id=ab2e494c-758c-4a34-9860-41e33286b13a => generated 1194 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, ' 2026-05-17 02:30:30.308 8 INFO neutron_taas.services.taas.taas_plugin [req-7b5c77cf-f970-44f2-9dc7-80dca62d219d req-e2206861-9bc8-4302-a433-846bbfe8a060 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] TaaS: Handle Delete Port: 0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e 2026-05-17 02:30:30.312 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7b5c77cf-f970-44f2-9dc7-80dca62d219d req-e2206861-9bc8-4302-a433-846bbfe8a060 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Tap Mirror: Handle Delete Port: 0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e [pid: 8|app: 0|req: 1836/3503] 199.204.45.38 () {36 vars in 995 bytes} [Sun May 17 02:30:30 2026] DELETE /v2.0/ports/0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:30:31.771 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5fb98958-6a59-44a7-8fa3-c660032c474f'] response: {'server_uuid': 'ab2e494c-758c-4a34-9860-41e33286b13a', 'name': 'network-vif-deleted', 'tag': '0b2a17e6-9c7c-4aa6-a09a-80fcd25b7a8e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1668/3504] 10.0.0.151 () {34 vars in 989 bytes} [Sun May 17 02:30:33 2026] GET /v2.0/ports?device_id=ab2e494c-758c-4a34-9860-41e33286b13a => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3507] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:30:38 2026] DELETE /v2.0/security-group-rules/7fed5fce-74f5-49e7-9e98-53db5a1a1a40 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:38.272 8 INFO neutron.api.v2.resource [None req-88479b6a-96eb-4b75-8c6f-26397c8b4b92 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1838/3508] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:30:38 2026] GET /v2.0/security-group-rules/7fed5fce-74f5-49e7-9e98-53db5a1a1a40 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3509] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:30:38 2026] DELETE /v2.0/security-group-rules/c0b989fa-3530-4e65-9af4-c964510ed02a => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:38.390 8 INFO neutron.api.v2.resource [None req-7a4dc97a-35f5-4373-8bde-93f88054c9f7 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1839/3510] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:30:38 2026] GET /v2.0/security-group-rules/c0b989fa-3530-4e65-9af4-c964510ed02a => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3511] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:30:38 2026] DELETE /v2.0/security-group-rules/019306ec-54d2-40de-9a7a-6bdb0b18f285 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:38.492 8 INFO neutron.api.v2.resource [None req-04c514ec-d396-4b88-9b90-3c02ba598578 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1840/3512] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:30:38 2026] GET /v2.0/security-group-rules/019306ec-54d2-40de-9a7a-6bdb0b18f285 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3513] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:30:38 2026] DELETE /v2.0/security-group-rules/0f0dc415-f5af-40ee-a458-1bf6e1aac138 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:38.655 8 INFO neutron.api.v2.resource [None req-494f14a5-c67d-470a-b3d7-75e10a82fe0d ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1841/3514] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:30:38 2026] GET /v2.0/security-group-rules/0f0dc415-f5af-40ee-a458-1bf6e1aac138 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3515] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:30:38 2026] DELETE /v2.0/security-group-rules/c714ac04-a294-4155-a266-029b1b62e0ff => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:38.779 8 INFO neutron.api.v2.resource [None req-afa00a07-59b9-4efe-9261-2ef03c100dae ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1842/3516] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:30:38 2026] GET /v2.0/security-group-rules/c714ac04-a294-4155-a266-029b1b62e0ff => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3517] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:30:38 2026] DELETE /v2.0/security-group-rules/07bf4551-f211-4baf-a4bb-7dfee7d3a454 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:38.895 8 INFO neutron.api.v2.resource [None req-73e1369b-6baa-41ad-b4fb-d855defe372d ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1843/3518] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:30:38 2026] GET /v2.0/security-group-rules/07bf4551-f211-4baf-a4bb-7dfee7d3a454 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3519] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:30:38 2026] DELETE /v2.0/security-group-rules/7a769232-0cca-4796-bc67-192e11acfb89 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:39.020 7 INFO neutron.api.v2.resource [None req-1b982825-b86a-48e6-b5bc-887474c9a5d8 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1677/3520] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:30:39 2026] GET /v2.0/security-group-rules/7a769232-0cca-4796-bc67-192e11acfb89 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3521] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:30:39 2026] DELETE /v2.0/security-group-rules/7f8bbaf7-a53e-4441-a52d-bffa68b9eb3f => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1844/3522] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:30:38 2026] GET /v2.0/ports => generated 12629 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-17 02:30:39.146 7 INFO neutron.api.v2.resource [None req-63d9f871-4c53-4354-bd9e-c019c40c90c2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1679/3523] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:30:39 2026] GET /v2.0/security-group-rules/7f8bbaf7-a53e-4441-a52d-bffa68b9eb3f => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1845/3524] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:30:39 2026] GET /v2.0/routers => generated 986 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3525] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:30:39 2026] DELETE /v2.0/security-group-rules/11b20583-a6c7-4b08-98ad-125723ddc6c9 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:39.268 7 INFO neutron.api.v2.resource [None req-5a667ea4-eaa0-4b2c-9dc0-a7ac5c91b03c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1846/3526] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:30:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3527] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:30:39 2026] GET /v2.0/security-group-rules/11b20583-a6c7-4b08-98ad-125723ddc6c9 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1847/3528] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:30:39 2026] GET /v2.0/network-ip-availabilities => generated 5530 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1848/3529] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:30:39 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: 1849/3530] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:30:39 2026] GET /v2.0/security-groups => generated 23138 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3531] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:30:39 2026] DELETE /v2.0/security-group-rules/c35b992b-6064-4272-ad21-00ad7030d56f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1850/3532] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:30:39 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-17 02:30:39.391 7 INFO neutron.api.v2.resource [None req-8aae16a1-6f2a-4282-bdc2-db60b7a6776a ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1683/3533] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:30:39 2026] GET /v2.0/security-group-rules/c35b992b-6064-4272-ad21-00ad7030d56f => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1851/3534] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:30:39 2026] GET /v2.0/networks => generated 4771 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3535] 10.0.0.197 () {32 vars in 749 bytes} [Sun May 17 02:30:39 2026] DELETE /v2.0/security-group-rules/8f53ff12-4353-4621-bd0d-f5841a3ccfa0 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:39.514 7 INFO neutron.api.v2.resource [None req-1f04186f-555a-4353-865e-947e1eca496f ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1685/3536] 10.0.0.197 () {32 vars in 746 bytes} [Sun May 17 02:30:39 2026] GET /v2.0/security-group-rules/8f53ff12-4353-4621-bd0d-f5841a3ccfa0 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1852/3537] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:30:39 2026] GET /v2.0/subnets => generated 5511 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1853/3538] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:30:39 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: 1854/3539] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:30:39 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: 7|app: 0|req: 1686/3540] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:30:39 2026] DELETE /v2.0/security-groups/7ff8b8d3-710b-4e3e-a7bf-a473880cfc36 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:39.658 8 INFO neutron.api.v2.resource [None req-c272a687-0332-49fc-abc4-ccf3d2dc56e2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1855/3541] 10.0.0.197 () {32 vars in 736 bytes} [Sun May 17 02:30:39 2026] GET /v2.0/security-groups/7ff8b8d3-710b-4e3e-a7bf-a473880cfc36 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:30:39.980 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b6e4710-9dc5-42f8-903d-1b5224765bc6 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] TaaS: Handle Delete Port: c66282f1-252d-4886-a059-e8fa236fca92 2026-05-17 02:30:39.984 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b6e4710-9dc5-42f8-903d-1b5224765bc6 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Tap Mirror: Handle Delete Port: c66282f1-252d-4886-a059-e8fa236fca92 [pid: 7|app: 0|req: 1687/3542] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:30:39 2026] PUT /v2.0/routers/66deae22-7a7a-4f63-ad78-bfcf4908ac93/remove_router_interface => generated 310 bytes in 785 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:30:40.602 8 INFO neutron.api.v2.resource [None req-7ad4bb82-7040-4826-8cc6-372c121edd18 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1856/3543] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:30:40 2026] PUT /v2.0/routers/66deae22-7a7a-4f63-ad78-bfcf4908ac93/remove_router_interface => generated 198 bytes in 104 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-17 02:30:40.882 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1a666b0-19ee-4707-bbc1-83191ad04952 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] TaaS: Handle Delete Port: b0037972-8399-4999-a508-4525fa8d7472 2026-05-17 02:30:40.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1a666b0-19ee-4707-bbc1-83191ad04952 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Tap Mirror: Handle Delete Port: b0037972-8399-4999-a508-4525fa8d7472 [pid: 7|app: 0|req: 1688/3544] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:30:40 2026] PUT /v2.0/routers/66deae22-7a7a-4f63-ad78-bfcf4908ac93/remove_router_interface => generated 310 bytes in 804 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:30:41.518 8 INFO neutron.api.v2.resource [None req-26060252-c506-4b29-bf8e-12a7d42e9b35 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1857/3545] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:30:41 2026] PUT /v2.0/routers/66deae22-7a7a-4f63-ad78-bfcf4908ac93/remove_router_interface => generated 198 bytes in 100 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-17 02:30:41.802 7 INFO neutron_taas.services.taas.taas_plugin [None req-33dae19a-f425-47c5-87bc-29796ede0d6e ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] TaaS: Handle Delete Port: ca0c3f71-3791-43cd-a81e-cb5824722392 2026-05-17 02:30:41.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33dae19a-f425-47c5-87bc-29796ede0d6e ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Tap Mirror: Handle Delete Port: ca0c3f71-3791-43cd-a81e-cb5824722392 [pid: 7|app: 0|req: 1689/3546] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:30:41 2026] PUT /v2.0/routers/66deae22-7a7a-4f63-ad78-bfcf4908ac93/remove_router_interface => generated 310 bytes in 817 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-17 02:30:42.478 8 INFO neutron.api.v2.resource [None req-41528acd-53b2-4686-8a99-d756ef9c6141 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1858/3547] 10.0.0.197 () {34 vars in 788 bytes} [Sun May 17 02:30:42 2026] PUT /v2.0/routers/66deae22-7a7a-4f63-ad78-bfcf4908ac93/remove_router_interface => generated 198 bytes in 134 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-17 02:30:42.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-59cb47e6-8ed1-407d-8ea0-1b71bdb3bef4 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] TaaS: Handle Delete Port: 77d21be3-33de-4587-862e-b7ba04dfab5e 2026-05-17 02:30:42.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59cb47e6-8ed1-407d-8ea0-1b71bdb3bef4 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Tap Mirror: Handle Delete Port: 77d21be3-33de-4587-862e-b7ba04dfab5e [pid: 7|app: 0|req: 1690/3548] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:30:42 2026] DELETE /v2.0/routers/66deae22-7a7a-4f63-ad78-bfcf4908ac93 => generated 0 bytes in 791 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:43.303 8 INFO neutron.api.v2.resource [None req-817dcf27-f34c-4fa4-b8e3-ae07d9e10bc4 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1859/3549] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:30:43 2026] GET /v2.0/routers/66deae22-7a7a-4f63-ad78-bfcf4908ac93 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3550] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:30:43 2026] DELETE /v2.0/subnets/f37c4aec-2f8a-4a60-be3c-8201bdc55256 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:30:43.460 8 INFO neutron.pecan_wsgi.hooks.translation [None req-03edc5a4-e602-4370-bb65-ca6e57ffd389 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1860/3551] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:30:43 2026] GET /v2.0/subnets/f37c4aec-2f8a-4a60-be3c-8201bdc55256 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3552] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:30:43 2026] DELETE /v2.0/subnets/895cb606-1fdb-44c9-8732-fdad8c3d54d2 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:30:43.658 8 INFO neutron.pecan_wsgi.hooks.translation [None req-71bada82-05f5-4c7b-9a4b-862f96e8d5a2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1861/3553] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:30:43 2026] GET /v2.0/subnets/895cb606-1fdb-44c9-8732-fdad8c3d54d2 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:30:43.789 7 INFO neutron_taas.services.taas.taas_plugin [None req-1baadf01-47cc-4c62-861f-74d8d40e5131 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] TaaS: Handle Delete Port: 77a8d729-3b02-40f0-8dd4-908e1c454829 2026-05-17 02:30:43.792 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1baadf01-47cc-4c62-861f-74d8d40e5131 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Tap Mirror: Handle Delete Port: 77a8d729-3b02-40f0-8dd4-908e1c454829 2026-05-17 02:30:43.970 7 INFO neutron.services.segments.plugin [-] Segment 6325effe-52fb-412f-a12d-8f374c369bd6 resource provider aggregate not found 2026-05-17 02:30:43.976 7 INFO neutron.services.segments.plugin [-] Segment 6325effe-52fb-412f-a12d-8f374c369bd6 resource provider aggregate not found 2026-05-17 02:30:43.992 7 INFO neutron.services.segments.plugin [-] Segment 6325effe-52fb-412f-a12d-8f374c369bd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6325effe-52fb-412f-a12d-8f374c369bd6 found for delete ", "request_id": "req-764fc441-f0ee-43e3-8c43-233a29d10e9e"}]} 2026-05-17 02:30:43.996 7 INFO neutron.services.segments.plugin [-] Segment 6325effe-52fb-412f-a12d-8f374c369bd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6325effe-52fb-412f-a12d-8f374c369bd6 found for delete ", "request_id": "req-18dc942b-f46b-4fd3-b29b-be1e134471c8"}]} [pid: 7|app: 0|req: 1693/3554] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:30:43 2026] DELETE /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:30:44.055 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2bca3396-b2b0-449d-8a09-febbdae1e9d1 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1862/3555] 10.0.0.197 () {32 vars in 722 bytes} [Sun May 17 02:30:44 2026] GET /v2.0/networks/270d92d0-62fb-4f79-95b8-bc0b32aa383d => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3556] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:30:44 2026] DELETE /v2.0/subnets/810b8875-66ff-4a00-8e4e-54136b677825 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:30:44.202 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e83c47b3-c227-4e9e-b076-0462a957cb2c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1863/3557] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:30:44 2026] GET /v2.0/subnets/810b8875-66ff-4a00-8e4e-54136b677825 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3558] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:30:44 2026] DELETE /v2.0/subnets/79929cf4-2f48-4e17-887d-23583d36b973 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:30:44.395 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2928ebae-4a29-4be7-8d45-299d01565c63 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1864/3559] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:30:44 2026] GET /v2.0/subnets/79929cf4-2f48-4e17-887d-23583d36b973 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:30:44.506 7 INFO neutron_taas.services.taas.taas_plugin [None req-85bcd0db-e9e5-4c05-9036-8b66724d3bd4 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] TaaS: Handle Delete Port: 58897bbb-4419-4463-b7fa-c579f91646d0 2026-05-17 02:30:44.509 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85bcd0db-e9e5-4c05-9036-8b66724d3bd4 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Tap Mirror: Handle Delete Port: 58897bbb-4419-4463-b7fa-c579f91646d0 [pid: 7|app: 0|req: 1696/3560] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:30:44 2026] DELETE /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:30:44.785 8 INFO neutron.pecan_wsgi.hooks.translation [None req-81b1a5c6-9476-49bd-93f5-622142a37adb ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1865/3561] 10.0.0.197 () {32 vars in 722 bytes} [Sun May 17 02:30:44 2026] GET /v2.0/networks/2df7898f-6da1-45ae-9abb-060a980c0455 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3562] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:30:44 2026] DELETE /v2.0/subnets/0526914d-791b-4299-9f01-4967ea0ca99f => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:30:44.962 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b3fd5bb-06c9-4774-b3d8-6820aebc1b46 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1866/3563] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:30:44 2026] GET /v2.0/subnets/0526914d-791b-4299-9f01-4967ea0ca99f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1698/3564] 10.0.0.197 () {32 vars in 723 bytes} [Sun May 17 02:30:44 2026] DELETE /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:30:45.161 8 INFO neutron.pecan_wsgi.hooks.translation [None req-83525ae5-fe73-448a-80c1-c8c094804fe2 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1867/3565] 10.0.0.197 () {32 vars in 720 bytes} [Sun May 17 02:30:45 2026] GET /v2.0/subnets/c76bcf13-f3ce-4ba8-98c4-13c5f89c34ba => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:30:45.295 7 INFO neutron_taas.services.taas.taas_plugin [None req-58e59ed3-3be8-4e44-8138-9a345dbf3fa7 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] TaaS: Handle Delete Port: 15bb754a-3760-4296-b8e2-a8c0a2854e13 2026-05-17 02:30:45.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58e59ed3-3be8-4e44-8138-9a345dbf3fa7 ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] Tap Mirror: Handle Delete Port: 15bb754a-3760-4296-b8e2-a8c0a2854e13 [pid: 7|app: 0|req: 1699/3566] 10.0.0.197 () {32 vars in 725 bytes} [Sun May 17 02:30:45 2026] DELETE /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-17 02:30:45.545 8 INFO neutron.pecan_wsgi.hooks.translation [None req-554bbc06-bd7c-458e-a751-35cc2f0d798c ba8cefb9cb88479caff29274dcf49d4b fd344d4a1fe9479bb7c6502c16b7d0bf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1868/3567] 10.0.0.197 () {32 vars in 722 bytes} [Sun May 17 02:30:45 2026] GET /v2.0/networks/579b0a9e-a776-4b32-8623-a09a503b5149 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-17 02:30:46.012 7 INFO neutron.services.segments.plugin [-] Segment 6cafd6c9-5960-4a9e-a2dd-240ca6041d7b resource provider aggregate not found 2026-05-17 02:30:46.017 7 INFO neutron.services.segments.plugin [-] Segment 6cafd6c9-5960-4a9e-a2dd-240ca6041d7b resource provider aggregate not found 2026-05-17 02:30:46.029 7 INFO neutron.services.segments.plugin [-] Segment 6cafd6c9-5960-4a9e-a2dd-240ca6041d7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cafd6c9-5960-4a9e-a2dd-240ca6041d7b found for delete ", "request_id": "req-6731eff4-be8d-4273-b15d-d4877704da3d"}]} 2026-05-17 02:30:46.033 7 INFO neutron.services.segments.plugin [-] Segment 6cafd6c9-5960-4a9e-a2dd-240ca6041d7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cafd6c9-5960-4a9e-a2dd-240ca6041d7b found for delete ", "request_id": "req-dbcab2bc-5e1a-4807-9b88-89ce5b673dca"}]} 2026-05-17 02:30:46.045 7 INFO neutron.services.segments.plugin [-] Segment 0a82b4eb-9dcb-4346-9915-8714ef5b5535 resource provider aggregate not found 2026-05-17 02:30:46.050 7 INFO neutron.services.segments.plugin [-] Segment 0a82b4eb-9dcb-4346-9915-8714ef5b5535 resource provider aggregate not found 2026-05-17 02:30:46.075 7 INFO neutron.services.segments.plugin [-] Segment 0a82b4eb-9dcb-4346-9915-8714ef5b5535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a82b4eb-9dcb-4346-9915-8714ef5b5535 found for delete ", "request_id": "req-f8d89c63-7805-46e3-89f7-be49049619fb"}]} 2026-05-17 02:30:46.079 7 INFO neutron.services.segments.plugin [-] Segment 0a82b4eb-9dcb-4346-9915-8714ef5b5535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a82b4eb-9dcb-4346-9915-8714ef5b5535 found for delete ", "request_id": "req-0cda8374-98c3-49b2-a92d-c492b14af1bf"}]} 2026-05-17 02:30:47.423 7 WARNING neutron.db.securitygroups_db [None req-1d783d95-f3c5-45e9-a861-a16636b37c99 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:30:47.543 7 INFO neutron.db.ovn_revision_numbers_db [None req-1d783d95-f3c5-45e9-a861-a16636b37c99 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fc825b76-3f74-48e9-afb5-fd49786c4862 (type: security_groups) to 1 2026-05-17 02:30:47.554 7 INFO neutron.db.ovn_revision_numbers_db [None req-1d783d95-f3c5-45e9-a861-a16636b37c99 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 5d9519e1-7eec-41cd-8745-3794783b3a59 (type: security_group_rules) to 0 2026-05-17 02:30:47.567 7 INFO neutron.db.ovn_revision_numbers_db [None req-1d783d95-f3c5-45e9-a861-a16636b37c99 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 6e09aba8-ef2e-4aec-bbee-8d04905b689d (type: security_group_rules) to 0 2026-05-17 02:30:47.577 7 INFO neutron.db.ovn_revision_numbers_db [None req-1d783d95-f3c5-45e9-a861-a16636b37c99 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 735b6f18-fe3b-4fc4-bb90-07530c3f4ac8 (type: security_group_rules) to 0 2026-05-17 02:30:47.590 7 INFO neutron.db.ovn_revision_numbers_db [None req-1d783d95-f3c5-45e9-a861-a16636b37c99 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource fd40e4dd-b436-4c0a-ac3d-32b6feac71bd (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1700/3568] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:30:47 2026] GET /v2.0/security-groups?tenant_id=3ceebb6d2227427cb949b235e4847737&name=default => generated 2929 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1869/3569] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:30:47 2026] DELETE /v2.0/security-groups/fc825b76-3f74-48e9-afb5-fd49786c4862 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:47.901 7 WARNING neutron.db.securitygroups_db [None req-c3b049d1-6e97-44f6-8804-bd85e168fa19 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:30:47.988 7 INFO neutron.db.ovn_revision_numbers_db [None req-c3b049d1-6e97-44f6-8804-bd85e168fa19 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4b59756e-b883-4882-8ebc-fc663bfb8385 (type: security_groups) to 1 2026-05-17 02:30:47.998 7 INFO neutron.db.ovn_revision_numbers_db [None req-c3b049d1-6e97-44f6-8804-bd85e168fa19 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 90748426-51a5-4a3f-b4bc-e8c157c84691 (type: security_group_rules) to 0 2026-05-17 02:30:48.008 7 INFO neutron.db.ovn_revision_numbers_db [None req-c3b049d1-6e97-44f6-8804-bd85e168fa19 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource a50b0464-5535-47b5-ba2d-e1b535afad25 (type: security_group_rules) to 0 2026-05-17 02:30:48.017 7 INFO neutron.db.ovn_revision_numbers_db [None req-c3b049d1-6e97-44f6-8804-bd85e168fa19 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b5931976-59d7-4223-b8f5-426b11e74929 (type: security_group_rules) to 0 2026-05-17 02:30:48.027 7 INFO neutron.db.ovn_revision_numbers_db [None req-c3b049d1-6e97-44f6-8804-bd85e168fa19 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c7c88a94-0d91-4c9f-9117-3335370b7d21 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1701/3570] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:30:47 2026] GET /v2.0/security-groups?tenant_id=08c93cf151524e36a7382ab3d7d18040&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1870/3571] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:30:48 2026] DELETE /v2.0/security-groups/4b59756e-b883-4882-8ebc-fc663bfb8385 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:48.371 7 WARNING neutron.db.securitygroups_db [None req-16b189ce-9cc8-43de-ba4c-20454e593dfc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:30:48.461 7 INFO neutron.db.ovn_revision_numbers_db [None req-16b189ce-9cc8-43de-ba4c-20454e593dfc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource c6b529e1-580a-4a97-9f1f-62de5db6a2f9 (type: security_groups) to 1 2026-05-17 02:30:48.474 7 INFO neutron.db.ovn_revision_numbers_db [None req-16b189ce-9cc8-43de-ba4c-20454e593dfc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 05d03689-d35a-4e1d-a0ff-245e269956ae (type: security_group_rules) to 0 2026-05-17 02:30:48.487 7 INFO neutron.db.ovn_revision_numbers_db [None req-16b189ce-9cc8-43de-ba4c-20454e593dfc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 281ea18b-406f-4775-9e55-84dea9be94b9 (type: security_group_rules) to 0 2026-05-17 02:30:48.498 7 INFO neutron.db.ovn_revision_numbers_db [None req-16b189ce-9cc8-43de-ba4c-20454e593dfc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 83463c5e-e7d6-4d77-9280-f511f71ffe92 (type: security_group_rules) to 0 2026-05-17 02:30:48.508 7 INFO neutron.db.ovn_revision_numbers_db [None req-16b189ce-9cc8-43de-ba4c-20454e593dfc 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource d6f54ac9-1178-45cb-9b22-5f3b45ab9a09 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1702/3572] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:30:48 2026] GET /v2.0/security-groups?tenant_id=a47b703664614a8c89792ff9eb7fa2e0&name=default => generated 2929 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1871/3573] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:30:48 2026] DELETE /v2.0/security-groups/c6b529e1-580a-4a97-9f1f-62de5db6a2f9 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:48.809 7 WARNING neutron.db.securitygroups_db [None req-8c56d14d-0114-4826-bf2a-f96930320200 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:30:48.905 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c56d14d-0114-4826-bf2a-f96930320200 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource adb7f5f1-44fe-454f-832f-924899f7e8b6 (type: security_groups) to 1 2026-05-17 02:30:48.915 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c56d14d-0114-4826-bf2a-f96930320200 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 29aafaa2-7705-4ef6-bd3d-9d25489f4db9 (type: security_group_rules) to 0 2026-05-17 02:30:48.925 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c56d14d-0114-4826-bf2a-f96930320200 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2d195433-c5bf-4388-b2e3-7aa1b70c90dd (type: security_group_rules) to 0 2026-05-17 02:30:48.936 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c56d14d-0114-4826-bf2a-f96930320200 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 8f37ab14-b863-4afd-88bf-3c3961f70dc7 (type: security_group_rules) to 0 2026-05-17 02:30:48.946 7 INFO neutron.db.ovn_revision_numbers_db [None req-8c56d14d-0114-4826-bf2a-f96930320200 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9e0f04cc-47a2-44f6-969f-f6b31e550375 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1703/3574] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:30:48 2026] GET /v2.0/security-groups?tenant_id=08861515784d4706a0da20bc8a697e7b&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1872/3575] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:30:48 2026] DELETE /v2.0/security-groups/adb7f5f1-44fe-454f-832f-924899f7e8b6 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:49.293 7 WARNING neutron.db.securitygroups_db [None req-b6e3f367-4caf-4ca9-9612-5b06c2efefb2 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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: 1704/3576] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:30:49 2026] GET /v2.0/security-groups?tenant_id=fd344d4a1fe9479bb7c6502c16b7d0bf&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1873/3577] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:30:49 2026] DELETE /v2.0/security-groups/e5982974-dd70-4e7a-82b8-6e380960ebea => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:49.625 7 WARNING neutron.db.securitygroups_db [None req-e2617486-6eaa-4975-ab9e-cfb315aa8053 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:30:49.753 7 INFO neutron.db.ovn_revision_numbers_db [None req-e2617486-6eaa-4975-ab9e-cfb315aa8053 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 442dda65-d775-4e7d-918a-227c1d7662a2 (type: security_groups) to 1 2026-05-17 02:30:49.765 7 INFO neutron.db.ovn_revision_numbers_db [None req-e2617486-6eaa-4975-ab9e-cfb315aa8053 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 035d10ec-c04d-418e-9ccf-1fc9e2004e4f (type: security_group_rules) to 0 2026-05-17 02:30:49.783 7 INFO neutron.db.ovn_revision_numbers_db [None req-e2617486-6eaa-4975-ab9e-cfb315aa8053 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 70062757-6efd-4fce-af62-f80875631592 (type: security_group_rules) to 0 2026-05-17 02:30:49.795 7 INFO neutron.db.ovn_revision_numbers_db [None req-e2617486-6eaa-4975-ab9e-cfb315aa8053 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 77a2618a-12ef-4271-b973-cf63544204a6 (type: security_group_rules) to 0 2026-05-17 02:30:49.810 7 INFO neutron.db.ovn_revision_numbers_db [None req-e2617486-6eaa-4975-ab9e-cfb315aa8053 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource bb797bfd-7306-4dff-b182-96a1731e93c2 (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1705/3578] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:30:49 2026] GET /v2.0/security-groups?tenant_id=5a6b5155fb4647cd8e4aa9b587a1d373&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1874/3579] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:30:49 2026] DELETE /v2.0/security-groups/442dda65-d775-4e7d-918a-227c1d7662a2 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-17 02:30:50.140 7 WARNING neutron.db.securitygroups_db [None req-79cec0ab-9427-4874-9b6f-d5527314983f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] 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-17 02:30:50.255 7 INFO neutron.db.ovn_revision_numbers_db [None req-79cec0ab-9427-4874-9b6f-d5527314983f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 9c9cd932-1be8-449d-9fc8-9604c31778a8 (type: security_groups) to 1 2026-05-17 02:30:50.266 7 INFO neutron.db.ovn_revision_numbers_db [None req-79cec0ab-9427-4874-9b6f-d5527314983f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 2f9551f7-dde8-4148-9ff5-75fff99c1a2b (type: security_group_rules) to 0 2026-05-17 02:30:50.277 7 INFO neutron.db.ovn_revision_numbers_db [None req-79cec0ab-9427-4874-9b6f-d5527314983f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 4357e9a1-0874-4026-b117-0196ae1fe4c1 (type: security_group_rules) to 0 2026-05-17 02:30:50.289 7 INFO neutron.db.ovn_revision_numbers_db [None req-79cec0ab-9427-4874-9b6f-d5527314983f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource 611cf8f3-debb-4c3c-a79b-6b82427e35ef (type: security_group_rules) to 0 2026-05-17 02:30:50.301 7 INFO neutron.db.ovn_revision_numbers_db [None req-79cec0ab-9427-4874-9b6f-d5527314983f 63588055390b4c14b6304251d13527e2 8ea12d20a947412880db696f1f35c4f6 - - default default] Successfully bumped revision number for resource b4adfb5d-d51b-4964-bfb9-f76043ff75ae (type: security_group_rules) to 0 [pid: 7|app: 0|req: 1706/3582] 10.0.0.197 () {32 vars in 773 bytes} [Sun May 17 02:30:50 2026] GET /v2.0/security-groups?tenant_id=d2fe943381ee4dd9b2939e6283f02866&name=default => generated 2929 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1877/3583] 10.0.0.197 () {32 vars in 739 bytes} [Sun May 17 02:30:50 2026] DELETE /v2.0/security-groups/9c9cd932-1be8-449d-9fc8-9604c31778a8 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3590] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:31:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1881/3591] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:31:39 2026] GET /v2.0/agents => generated 1214 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3592] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:31:39 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1882/3593] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:31:39 2026] GET /v2.0/networks => generated 2288 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3594] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:31:39 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1883/3595] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:31:39 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: 7|app: 0|req: 1713/3596] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:31:39 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1884/3597] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:31:39 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: 7|app: 0|req: 1714/3598] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:31:39 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: 1885/3599] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:31:39 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: 7|app: 0|req: 1715/3600] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:31:39 2026] GET /v2.0/ports => generated 5217 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1720/3609] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:32:39 2026] GET /v2.0/floatingips => generated 19 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1890/3610] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:32:39 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: 7|app: 0|req: 1721/3611] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:32:39 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: 8|app: 0|req: 1891/3612] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:32:39 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3613] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:32:39 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: 1892/3614] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:32:39 2026] GET /v2.0/agents => generated 1214 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3615] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:32:39 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: 1893/3616] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:32:39 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3617] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:32:39 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: 1894/3618] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:32:39 2026] GET /v2.0/networks => generated 2288 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3619] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:32:39 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1730/3628] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:33:39 2026] GET /v2.0/subnets => generated 1308 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1899/3629] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:33:39 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: 7|app: 0|req: 1731/3630] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:33:39 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: 8|app: 0|req: 1900/3631] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:33:39 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3632] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:33:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1901/3633] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:33:39 2026] GET /v2.0/agents => generated 1214 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3634] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:33:39 2026] GET /v2.0/floatingips => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1902/3635] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:33:39 2026] GET /v2.0/networks => generated 2288 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1734/3636] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:33:39 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: 8|app: 0|req: 1903/3637] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:33:39 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: 1735/3638] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:33:39 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: 7|app: 0|req: 1740/3647] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:34:39 2026] GET /v2.0/routers => generated 15 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1908/3648] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:34:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1741/3649] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:34:39 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1909/3650] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:34:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1742/3651] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:34:39 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1910/3652] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:34:39 2026] GET /v2.0/floatingips => 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: 1743/3653] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:34:39 2026] GET /v2.0/networks => generated 2288 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1911/3654] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:34:39 2026] GET /v2.0/ports => generated 5217 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1744/3655] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:34:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1912/3656] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:34:39 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1745/3657] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:34:39 2026] GET /v2.0/agents => generated 1214 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1917/3666] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:35:39 2026] GET /v2.0/subnets => generated 1308 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1750/3667] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:35:39 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1918/3668] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:35:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1751/3669] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:35:39 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: 8|app: 0|req: 1919/3670] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:35:39 2026] GET /v2.0/ports => generated 5217 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1752/3671] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:35:39 2026] GET /v2.0/agents => generated 1214 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1920/3672] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:35:39 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1753/3673] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:35:39 2026] GET /v2.0/networks => generated 2288 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1921/3674] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:35:39 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1754/3675] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:35:39 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: 1922/3676] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:35:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1759/3685] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:36:39 2026] GET /v2.0/floatingips => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1927/3686] 10.0.0.124 () {28 vars in 584 bytes} [Sun May 17 02:36:39 2026] GET /v2.0/networks => generated 2288 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1760/3687] 10.0.0.124 () {28 vars in 580 bytes} [Sun May 17 02:36:39 2026] GET /v2.0/agents => generated 1214 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1928/3688] 10.0.0.124 () {28 vars in 618 bytes} [Sun May 17 02:36:39 2026] GET /v2.0/network-ip-availabilities => generated 1867 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1761/3689] 10.0.0.124 () {28 vars in 598 bytes} [Sun May 17 02:36:39 2026] GET /v2.0/security-groups => generated 17397 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1929/3690] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:36:39 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1762/3691] 10.0.0.124 () {28 vars in 578 bytes} [Sun May 17 02:36:39 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: 8|app: 0|req: 1930/3692] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:36:39 2026] GET /v2.0/routers => generated 15 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1763/3693] 10.0.0.124 () {28 vars in 623 bytes} [Sun May 17 02:36:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 416 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1931/3694] 10.0.0.124 () {28 vars in 582 bytes} [Sun May 17 02:36:39 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1764/3695] 10.0.0.124 () {28 vars in 590 bytes} [Sun May 17 02:36:39 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)